/* ============================================================
   Glass Culture Ltd. — site styles
   Premium trade design system: system typography, hierarchy from
   weight and spacing, soft #f5f5f7 surfaces, squared geometry,
   monochrome ink with icy glass-blue accents, wide solid white
   header, charcoal footer, Montserrat brand lockup.
   ============================================================ */

:root {
  --ink: #1d1d1f;
  --ink-2: #6e6e73;
  --ink-3: #424245;
  --ground: #ffffff;
  --panel: #f5f5f7;
  --panel-2: #e8e8ed;
  --hairline: #d2d2d7;
  --accent: #3d6a8f;
  --accent-deep: #2c4f6d;
  --charcoal: #212224;
  --radius: 6px;
  --font: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", Helvetica, Arial, sans-serif;
  --container: 1460px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  border-top: 7px solid var(--ink);
  font-family: var(--font);
  font-size: 1rem;
  line-height: 1.5;
  color: var(--ink);
  background: var(--ground);
  -webkit-font-smoothing: antialiased;
}

img,
svg {
  max-width: 100%;
  display: block;
}

a {
  color: var(--accent);
}

a:hover {
  color: var(--accent-deep);
}

:focus-visible {
  outline: 3px solid rgba(61, 106, 143, 0.55);
  outline-offset: 2px;
  border-radius: 4px;
}

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--ink);
  color: #ffffff;
  padding: 10px 18px;
  z-index: 200;
  border-radius: 0 0 12px 0;
}

.skip-link:focus {
  left: 0;
  color: #ffffff;
}

/* ---------- Typography ---------- */

h1,
h2,
h3 {
  margin: 0 0 0.55em;
  font-weight: 600;
  text-wrap: balance;
}

h1 {
  font-size: clamp(2.1rem, 5vw, 3.4rem);
  font-weight: 500;
  line-height: 1.06;
  letter-spacing: -0.024em;
}

h2 {
  font-size: clamp(1.55rem, 3.1vw, 2.35rem);
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: -0.02em;
}

h3 {
  font-size: 1.125rem;
  line-height: 1.3;
  letter-spacing: -0.008em;
  font-weight: 600;
}

p {
  margin: 0 0 1em;
}

.lede {
  font-size: clamp(1rem, 1.6vw, 1.125rem);
  line-height: 1.5;
  letter-spacing: 0.004em;
  color: var(--ink-2);
  max-width: 40em;
}

.eyebrow {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-2);
  margin: 0 0 14px;
}

.eyebrow::after {
  content: "";
  display: block;
  width: 28px;
  height: 2px;
  background: var(--accent);
  margin-top: 9px;
}

.hero-copy .eyebrow::after {
  margin-left: auto;
  margin-right: auto;
}

.process-step .eyebrow::after {
  display: none;
}

.spec-tag {
  display: inline-block;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ink-3);
  background: var(--panel-2);
  border-radius: 3px;
  padding: 5px 10px;
  white-space: nowrap;
}

.edge-line {
  height: 1px;
  border: 0;
  margin: 0;
  background: var(--hairline);
}

/* ---------- Buttons ---------- */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--font);
  font-weight: 600;
  font-size: 0.8125rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 14px 26px;
  border-radius: 3px;
  border: 1.5px solid transparent;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.1s ease-out;
}

.btn:active {
  transform: scale(0.97);
}

.btn-primary {
  background: var(--ink);
  color: #ffffff;
}

.btn-primary:hover {
  background: #000000;
  color: #ffffff;
}

.btn-ghost {
  background: transparent;
  border-color: var(--ink);
  color: var(--ink);
}

.btn-ghost:hover {
  background: var(--ink);
  color: #ffffff;
}

.btn-light {
  background: #ffffff;
  color: var(--ink);
}

.btn-light:hover {
  background: var(--panel);
  color: var(--ink);
}

/* ---------- Header ---------- */

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.site-header .container {
  max-width: 1560px;
  padding: 0 32px;
}

.nav {
  display: flex;
  align-items: center;
  gap: 32px;
  min-height: 80px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
  color: var(--ink);
  margin-right: auto;
}

.brand:hover {
  color: var(--ink);
}

.brand-mark {
  flex: none;
}

.brand-mark {
  width: 46px;
  height: auto;
}

.brand-name {
  display: flex;
  flex-direction: column;
  gap: 3px;
  font-family: "Montserrat", var(--font);
  font-weight: 300;
  font-size: 0.9rem;
  letter-spacing: 0.26em;
  line-height: 1.15;
  white-space: nowrap;
}

.brand-name small {
  align-self: center;
  font-weight: 300;
  font-size: 0.5rem;
  letter-spacing: 0.54em;
  color: var(--ink-2);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 6px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-links a {
  display: inline-block;
  padding: 10px 15px;
  text-decoration: none;
  color: var(--ink-3);
  font-weight: 500;
  font-size: 0.9375rem;
  letter-spacing: 0.005em;
  transition: color 0.15s ease;
}

.nav-links a:hover {
  color: var(--accent);
}

.nav-links a[aria-current] {
  color: var(--accent);
  font-weight: 600;
  box-shadow: inset 0 -2px 0 var(--accent);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.nav-phone {
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: -0.005em;
  font-variant-numeric: tabular-nums;
  color: var(--ink);
  text-decoration: none;
  white-space: nowrap;
}

.nav-phone:hover {
  color: var(--accent);
}

.nav-call {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--ink);
}

.nav-call-icon {
  flex: none;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--panel);
  color: var(--accent);
  display: grid;
  place-items: center;
  transition: background 0.15s ease, color 0.15s ease;
}

.nav-call:hover .nav-call-icon {
  background: var(--accent);
  color: #ffffff;
}

.nav-call-copy {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.nav-call-copy small {
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-2);
}

.nav-call-copy strong {
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: -0.005em;
  font-variant-numeric: tabular-nums;
}

.nav-actions .btn {
  padding: 11px 19px;
  font-size: 0.75rem;
}

.q-short {
  display: none;
}

.nav-toggle {
  display: none;
  background: none;
  border: 0;
  padding: 10px;
  cursor: pointer;
  color: var(--ink);
}

/* ---------- Products mega menu ---------- */

.nav {
  position: relative;
}

.nav-links {
  align-self: stretch;
  align-items: stretch;
}

.nav-links li {
  display: flex;
  align-items: center;
}

.has-mega > a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.caret {
  flex: none;
  transition: transform 0.2s ease;
}

.has-mega:hover .caret,
.has-mega:focus-within .caret {
  transform: rotate(180deg);
}

.mega::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -26px;
  height: 26px;
}

.mega {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 10px);
  width: min(980px, calc(100vw - 48px));
  background: #ffffff;
  border: 1px solid var(--hairline);
  border-top: 2px solid var(--ink);
  box-shadow: 0 26px 60px rgba(15, 19, 23, 0.16);
  padding: 24px 24px 16px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease 0.12s, transform 0.2s ease 0.12s, visibility 0s linear 0.32s;
  z-index: 120;
}

.has-mega:hover .mega,
.has-mega:focus-within .mega {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.mega-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 4px 8px;
}

.mega a {
  box-shadow: none;
}

.mega .mega-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 10px 12px;
  border-radius: 4px;
  text-decoration: none;
  color: inherit;
  transition: background 0.15s ease;
}

.mega .mega-item:hover {
  background: var(--panel);
}

.mega-thumb {
  flex: none;
  width: 74px;
  height: 56px;
  border-radius: 3px;
  background: var(--panel);
  display: grid;
  place-items: center;
  overflow: hidden;
}

.mega .mega-item:hover .mega-thumb {
  background: var(--panel-2);
}

.mega-thumb svg {
  width: 60px;
  height: auto;
}

.mega-copy strong {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: -0.005em;
  color: var(--ink);
}

.mega-copy small {
  display: block;
  font-size: 0.75rem;
  line-height: 1.35;
  color: var(--ink-2);
  margin-top: 2px;
}

.mega .mega-item:hover .mega-copy strong {
  color: var(--accent);
}

.mega-foot {
  margin-top: 14px;
  padding-top: 13px;
  border-top: 1px solid var(--hairline);
  display: flex;
  gap: 30px;
}

@media (scripting: enabled) and (prefers-reduced-motion: no-preference) and (hover: hover) {
  .mega .draw {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
  }

  .has-mega:hover .mega .draw,
  .has-mega:focus-within .mega .draw {
    animation: illus-draw 0.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    animation-delay: calc(0.04s + var(--i, 0) * 0.07s);
  }
}



/* ---------- Hero: product imagery behind floating frosted glass ---------- */

.hero {
  position: relative;
  background: var(--charcoal);
  color: #ffffff;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../img/photos/hero-poster.webp) center 45% / cover no-repeat;
}

.hero-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(1.18);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 19, 23, 0.34) 0%, rgba(15, 19, 23, 0.1) 45%, rgba(15, 19, 23, 0.36) 100%);
}

.hero .container {
  position: relative;
  z-index: 2;
}

.hero .eyebrow {
  color: rgba(255, 255, 255, 0.75);
}

.hero .eyebrow::after {
  background: #9fc0da;
}

.hero .lede {
  color: rgba(255, 255, 255, 0.84);
}

.hero .btn-primary {
  background: #ffffff;
  color: var(--ink);
}

.hero .btn-primary:hover {
  background: #dfe5e9;
  color: var(--ink);
}

.hero .btn-ghost {
  border-color: rgba(255, 255, 255, 0.85);
  color: #ffffff;
}

.hero .btn-ghost:hover {
  background: #ffffff;
  color: var(--ink);
}

.hero-meta .spec-tag {
  background: rgba(15, 19, 23, 0.5);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.32);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.hero-scroll {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 2;
  width: 1px;
  height: 56px;
  overflow: hidden;
}

.hero-scroll span {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.6);
}

@media (scripting: enabled) and (prefers-reduced-motion: no-preference) {
  .hero-scroll span {
    animation: scroll-drop 2.4s cubic-bezier(0.65, 0, 0.35, 1) infinite;
  }

  @keyframes scroll-drop {
    0% { transform: translateY(-100%); }
    55% { transform: translateY(0); }
    100% { transform: translateY(100%); }
  }
}

.hero-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 56px;
  padding: clamp(64px, 9vw, 120px) 0 clamp(48px, 6vw, 80px);
}

.hero-copy {
  max-width: 720px;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* keeps the white copy legible over the video's brightest frames */
  text-shadow: 0 1px 2px rgba(15, 19, 23, 0.45), 0 4px 26px rgba(15, 19, 23, 0.5);
}

.hero-copy .btn,
.hero-copy .spec-tag {
  text-shadow: none;
}

.hero-copy .lede {
  margin-left: auto;
  margin-right: auto;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 14px;
}

.hero-meta {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

/* Frosted glass panes — translucent material over the soft gradient,
   floating in real 3D space (pointer parallax set from main.js) */
.hero-inner {
  perspective: 1400px;
}

.glass-rack {
  position: relative;
  width: 100%;
  max-width: 880px;
  min-height: 380px;
  transform-style: preserve-3d;
  transition: transform 0.3s ease-out;
}

.pane-card {
  position: absolute;
  z-index: 1;
  border-radius: var(--radius);
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.16);
  box-shadow: 0 26px 64px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(16px) saturate(150%);
  -webkit-backdrop-filter: blur(16px) saturate(150%);
}

.pane-card .spec-tag {
  position: absolute;
  bottom: 16px;
  left: 16px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--ink);
  backdrop-filter: none;
}

.pane-1 {
  --p: 0;
  width: 56%;
  height: 84%;
  left: 2%;
  top: 8%;
  transform: rotate(-2deg) translateZ(0);
}

.pane-2 {
  --p: 1;
  width: 52%;
  height: 74%;
  left: 26%;
  top: 2%;
  transform: rotate(1deg) translateZ(45px);
}

.pane-3 {
  --p: 2;
  width: 48%;
  height: 64%;
  left: 50%;
  top: 20%;
  transform: rotate(3deg) translateZ(90px);
}

/* ---------- Sections ---------- */

.section {
  padding: clamp(64px, 8vw, 104px) 0;
}

.section-tint {
  background: var(--panel);
}

.section-head {
  max-width: 640px;
  margin-bottom: 48px;
}

.section-head .lede {
  margin-bottom: 0;
}

/* ---------- Product category grid ---------- */

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.product-card {
  display: flex;
  flex-direction: column;
  background: var(--panel);
  border-radius: var(--radius);
  overflow: hidden;
  text-decoration: none;
  color: var(--ink);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.product-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.10);
  color: var(--ink);
}

.product-card:active {
  transform: scale(0.98);
}

.section-tint .product-card {
  background: #ffffff;
}

.product-card figure {
  margin: 0;
  aspect-ratio: 4 / 3;
  position: relative;
  overflow: hidden;
  transition: transform 0.25s ease;
}

.product-card figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.illus {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 800 / 600;
}

.product-card-body {
  padding: 8px 28px 30px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}

.product-card h3 {
  margin: 0;
}

.product-card p {
  margin: 0;
  color: var(--ink-2);
  font-size: 0.875rem;
  line-height: 1.5;
  flex: 1;
}

.product-card .card-cta {
  font-weight: 500;
  font-size: 0.875rem;
  color: var(--accent);
  margin-top: 8px;
}

.product-card:hover .card-cta {
  color: var(--accent-deep);
}

@media (min-width: 1150px) {
  .card-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

/* ---------- Process strip ---------- */

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.process-step {
  background: #ffffff;
  border-radius: var(--radius);
  padding: 28px;
}

.process-step .eyebrow {
  font-size: 2.5rem;
  font-weight: 300;
  letter-spacing: -0.02em;
  line-height: 1;
  color: #b9c8d4;
  font-variant-numeric: tabular-nums;
  margin-bottom: 14px;
}

.process-step h3 {
  font-size: 1rem;
  margin-bottom: 6px;
}

.process-step p {
  margin: 0;
  color: var(--ink-2);
  font-size: 0.875rem;
  line-height: 1.5;
}

.section-cta {
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}

/* ---------- Split feature ---------- */

.split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 56px;
  align-items: center;
}

.split figure {
  margin: 0;
  border-radius: var(--radius);
  overflow: hidden;
  position: relative;
  background: var(--panel);
}

.check-list {
  list-style: none;
  margin: 0 0 1.6em;
  padding: 0;
}

.check-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.42em;
  width: 14px;
  height: 8px;
  border-left: 2.5px solid var(--accent);
  border-bottom: 2.5px solid var(--accent);
  transform: rotate(-45deg);
}

/* ---------- Stat band — the numbers as the design ---------- */

.stat-band {
  padding: clamp(56px, 8vw, 100px) 0;
  border-bottom: 1px solid var(--hairline);
}

.stat-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.stat {
  padding: 0 32px;
  border-left: 1px solid var(--hairline);
}

.stat:first-child {
  border-left: 0;
  padding-left: 0;
}

.stat-num {
  margin: 0 0 10px;
  font-size: clamp(2.3rem, 4.8vw, 3.5rem);
  font-weight: 300;
  letter-spacing: -0.03em;
  line-height: 1;
  color: var(--ink);
  font-variant-numeric: tabular-nums;
}

.stat-num span {
  font-size: 0.42em;
  font-weight: 500;
  letter-spacing: 0;
  color: var(--accent);
  margin-left: 3px;
}

.stat-label {
  margin: 0;
  color: var(--ink-2);
  font-size: 0.875rem;
  line-height: 1.45;
  max-width: 15em;
}

/* ---------- Capability ticker ---------- */

.ticker {
  border-top: 1px solid var(--hairline);
  border-bottom: 1px solid var(--hairline);
  background: #ffffff;
  overflow: hidden;
  padding: 18px 0;
}

.ticker-track {
  display: flex;
  width: max-content;
  gap: 0;
}

.ticker-track ul {
  display: flex;
  align-items: center;
  gap: 44px;
  margin: 0;
  padding: 0 22px 0 0;
  list-style: none;
}

.ticker-track li {
  display: flex;
  align-items: center;
  gap: 44px;
  white-space: nowrap;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-3);
}

.ticker-track li::after {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--accent);
  opacity: 0.5;
}

@media (scripting: enabled) and (prefers-reduced-motion: no-preference) {
  .ticker-track {
    animation: ticker-run 44s linear infinite;
  }

  @keyframes ticker-run {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
  }
}

/* ---------- Stock reference table ---------- */

.stock-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 56px;
  margin-top: 8px;
}

.stock-col h3 {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink);
  padding-bottom: 12px;
  margin: 28px 0 0;
  border-bottom: 1px solid var(--ink);
}

.stock-col dl {
  margin: 0;
}

.stock-col div {
  display: grid;
  grid-template-columns: 8.5rem 1fr;
  gap: 20px;
  padding: 13px 0;
  border-bottom: 1px solid var(--hairline);
}

.stock-col dt {
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--ink);
}

.stock-col dd {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: var(--ink-2);
}

/* ---------- Journal ---------- */

.journal-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.post-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
}

.post-card figure {
  margin: 0 0 18px;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--panel);
}

.post-card figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.post-card:hover figure img {
  transform: scale(1.04);
}

.post-meta {
  display: flex;
  gap: 12px;
  align-items: center;
  margin: 0 0 12px;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-2);
}

.post-row .post-meta {
  flex-wrap: nowrap;
  white-space: nowrap;
}

.post-meta .dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--hairline);
}

.post-card h3 {
  font-size: 1.0625rem;
  line-height: 1.32;
  margin: 0 0 10px;
  transition: color 0.18s ease;
}

.post-card:hover h3 {
  color: var(--accent);
}

.post-card p {
  margin: 0 0 16px;
  font-size: 0.875rem;
  line-height: 1.55;
  color: var(--ink-2);
}

.post-card .card-cta {
  margin-top: auto;
}

.post-list {
  border-top: 1px solid var(--hairline);
}

.post-row {
  display: grid;
  grid-template-columns: 220px 1fr auto;
  gap: 36px;
  align-items: center;
  padding: 26px 0;
  border-bottom: 1px solid var(--hairline);
  text-decoration: none;
  color: inherit;
  transition: background 0.18s ease;
}

.post-row:hover {
  background: var(--panel);
}

.post-row figure {
  margin: 0;
  aspect-ratio: 16 / 11;
  overflow: hidden;
  background: var(--panel);
}

.post-row figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.post-row:hover figure img {
  transform: scale(1.04);
}

.post-row h2 {
  font-size: 1.1875rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  margin: 0 0 6px;
}

.post-row p {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.55;
  color: var(--ink-2);
  max-width: 52em;
}

.post-row .card-cta {
  white-space: nowrap;
}

/* ---------- Article prose ---------- */

.article .container {
  max-width: 812px;
}

.article h1 {
  font-size: clamp(1.85rem, 3.6vw, 2.6rem);
}

.prose {
  max-width: 40rem;
}

.prose h2 {
  font-size: 1.375rem;
  font-weight: 600;
  letter-spacing: -0.012em;
  margin: 44px 0 14px;
}

.prose h3 {
  font-size: 1.0625rem;
  margin: 30px 0 10px;
}

.prose p,
.prose li {
  font-size: 1rem;
  line-height: 1.68;
  color: var(--ink-3);
}

.prose ul,
.prose ol {
  margin: 0 0 1.2em;
  padding-left: 1.15em;
}

.prose li {
  margin-bottom: 0.5em;
}

.prose strong {
  color: var(--ink);
  font-weight: 600;
}

.prose a {
  color: var(--accent);
  text-underline-offset: 3px;
}

.callout {
  margin: 26px 0;
  padding: 20px 24px;
  background: var(--panel);
  border-left: 2px solid var(--accent);
}

.callout p {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.6;
}

.article-head {
  border-bottom: 1px solid var(--hairline);
  padding-bottom: 28px;
  margin-bottom: 36px;
}

.article-hero {
  margin: 0 0 40px;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--panel);
}

.article-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.article-foot {
  margin-top: 48px;
  padding-top: 28px;
  border-top: 1px solid var(--hairline);
  display: flex;
  flex-wrap: wrap;
  gap: 16px 28px;
  align-items: center;
  justify-content: space-between;
}

/* ---------- Sheen sweep — periodic light pass over glass surfaces ---------- */

.sheen {
  position: relative;
  overflow: hidden;
}

.sheen::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 40%, rgba(255, 255, 255, 0.34) 50%, transparent 60%);
  transform: translateX(-130%);
  pointer-events: none;
}

@media (scripting: enabled) and (prefers-reduced-motion: no-preference) {
  .sheen::after {
    animation: sheen-sweep 9s cubic-bezier(0.4, 0, 0.2, 1) infinite;
    animation-delay: calc(var(--sh, 0) * 1.25s);
  }

  @keyframes sheen-sweep {
    0% { transform: translateX(-130%); }
    16% { transform: translateX(130%); }
    100% { transform: translateX(130%); }
  }
}

/* ---------- Portfolio mosaic — full-bleed recent work wall ---------- */

.mosaic {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
  padding: 0 6px;
}

.mosaic a {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: var(--panel);
}

.mosaic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.mosaic a:hover img {
  transform: scale(1.045);
}

.mosaic .tag {
  position: absolute;
  left: 14px;
  bottom: 12px;
  z-index: 2;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
  background: rgba(15, 19, 23, 0.55);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  padding: 6px 11px;
  border-radius: 3px;
}

.mosaic-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px 34px;
}

.mosaic-head h2 {
  margin-bottom: 0;
}

.mosaic-band {
  padding: clamp(64px, 8vw, 104px) 0;
  background: #ffffff;
}

/* ---------- Gallery marquee — full-bleed continuous photo slider ---------- */

.gallery-marquee {
  overflow: hidden;
  margin-top: 40px;
}

.gm-track {
  display: flex;
  gap: 6px;
  width: max-content;
  will-change: transform;
}

.gm-track figure {
  margin: 0;
  position: relative;
  flex: none;
  height: clamp(300px, 30vw, 440px);
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: var(--panel);
}

.gm-track figure:first-child {
  margin-left: 6px;
}

.gm-track img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (scripting: enabled) and (prefers-reduced-motion: no-preference) {
  .gm-track {
    animation: gm-scroll 55s linear infinite;
  }

  .gallery-marquee:hover .gm-track {
    animation-play-state: paused;
  }

  @keyframes gm-scroll {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
  }
}

@media (prefers-reduced-motion: reduce) {
  .gallery-marquee {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

/* ---------- Audience bands — full-bleed half-image sections ---------- */

.band {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: clamp(420px, 42vw, 580px);
  background: #ffffff;
}

.band-media {
  position: relative;
  overflow: hidden;
}

.band-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.band-media video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.band-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: clamp(48px, 6vw, 104px);
  max-width: 760px;
  margin-right: auto;
}

.band-copy .lede {
  margin-bottom: 26px;
}

.band-flip .band-media {
  order: 2;
}

.band-flip .band-copy {
  order: 1;
  margin-right: 0;
  margin-left: auto;
}

/* ---------- Full-width map band ---------- */

.map-band {
  line-height: 0;
  border-top: 1px solid var(--hairline);
}

.map-band iframe {
  display: block;
  width: 100%;
  height: clamp(320px, 34vw, 440px);
  border: 0;
}

/* ---------- Quote CTA band ---------- */

.cta-band {
  background: var(--ink);
  color: #f5f5f7;
  padding: clamp(64px, 8vw, 96px) 0;
}

.cta-band h2 {
  color: #f5f5f7;
}

.cta-band .lede {
  color: rgba(245, 245, 247, 0.72);
}

.cta-band .eyebrow {
  color: rgba(245, 245, 247, 0.6);
}

.cta-contact-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  margin-top: 30px;
}

.cta-contact-row .nav-phone {
  color: #f5f5f7;
  font-size: 1rem;
}

.cta-contact-row .nav-phone:hover {
  color: #ffffff;
}

/* ---------- Product detail pages ---------- */

.page-hero {
  background: linear-gradient(180deg, #ffffff 0%, var(--panel) 100%);
  padding: clamp(48px, 7vw, 84px) 0;
}

.page-hero .lede {
  margin-bottom: 0;
}

.breadcrumb {
  font-size: 0.75rem;
  letter-spacing: 0.01em;
  margin-bottom: 20px;
  color: var(--ink-2);
}

.breadcrumb a {
  color: var(--ink-2);
  text-decoration: none;
}

.breadcrumb a:hover {
  color: var(--accent);
  text-decoration: underline;
}

.variant-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.variant {
  background: var(--panel);
  border-radius: var(--radius);
  padding: 28px 30px;
}

.variant h3 {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.variant .spec-tag {
  background: #ffffff;
}

.variant p {
  color: var(--ink-2);
  margin-bottom: 0;
  font-size: 0.875rem;
  line-height: 1.5;
}

.detail-figure {
  margin: 0;
  border-radius: var(--radius);
  overflow: hidden;
  position: relative;
  background: var(--panel);
}

/* ---------- Contact page ---------- */

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
  gap: 40px;
  align-items: start;
}

.contact-card {
  background: var(--panel);
  border-radius: var(--radius);
  padding: 30px 32px;
  margin-bottom: 24px;
}

.contact-card h2 {
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: -0.008em;
  margin-bottom: 14px;
}

.contact-line {
  display: flex;
  gap: 12px;
  align-items: baseline;
  margin-bottom: 10px;
}

.contact-line .label {
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--ink-2);
  min-width: 64px;
}

.contact-line a {
  font-size: 0.98rem;
  font-variant-numeric: tabular-nums;
  text-decoration: none;
  color: var(--ink);
}

.contact-line a:hover {
  color: var(--accent);
  text-decoration: underline;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 20px;
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.form-field.full {
  grid-column: 1 / -1;
}

.form-field label {
  font-weight: 600;
  font-size: 0.8125rem;
  letter-spacing: -0.003em;
}

.form-field input,
.form-field select,
.form-field textarea {
  font-family: var(--font);
  font-size: 0.9375rem;
  color: var(--ink);
  background: #ffffff;
  border: 1px solid var(--hairline);
  border-radius: 4px;
  padding: 11px 14px;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 4px rgba(61, 106, 143, 0.16);
}

.form-hint {
  font-size: 0.8125rem;
  color: var(--ink-2);
  margin: 4px 0 0;
}

.map-embed {
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--panel);
}

.map-embed iframe {
  display: block;
  width: 100%;
  height: 340px;
  border: 0;
}

/* ---------- 3D product models ---------- */

.model {
  aspect-ratio: 4 / 3;
  display: flex;
  align-items: center;
  justify-content: center;
  perspective: 1100px;
}

.m-tilt {
  transform-style: preserve-3d;
  transition: transform 0.3s ease-out;
}

.m-scene {
  position: relative;
  width: 300px;
  height: 250px;
  transform-style: preserve-3d;
}

.m-shadow {
  position: absolute;
  left: -2%;
  right: -2%;
  bottom: -9%;
  height: 9%;
  background: radial-gradient(ellipse at center, rgba(20, 30, 40, 0.26), transparent 68%);
  filter: blur(4px);
}

/* Mirrored surface material */
.m-mirror {
  position: relative;
  overflow: hidden;
  background: linear-gradient(115deg, #dbe1e5 0%, #f6f9fa 26%, #c5ced4 45%, #eef2f4 60%, #d3dade 82%, #e8edef 100%);
  box-shadow: inset 0 0 26px rgba(255, 255, 255, 0.65), 0 24px 40px rgba(20, 30, 40, 0.18);
}

.m-mirror::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 25%, rgba(255, 255, 255, 0.6) 33%, transparent 40%, transparent 58%, rgba(255, 255, 255, 0.4) 64%, transparent 70%);
}

/* Clear glass material */
.m-glass {
  position: absolute;
  border-radius: 2px;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.6), rgba(210, 222, 228, 0.32) 50%, rgba(170, 188, 198, 0.22));
  border: 1.5px solid rgba(60, 80, 92, 0.4);
  box-shadow: inset 0 0 22px rgba(255, 255, 255, 0.4), 0 18px 34px rgba(20, 30, 40, 0.14);
}

/* Glass railing: stepped heavy-glass panels climbing a staircase */
.m-railing {
  transform: rotateX(6deg) rotateY(-14deg);
}

.m-railing .m-step {
  position: absolute;
  height: 7%;
  width: 30%;
  background: linear-gradient(#e4e6e9, #cdd1d6);
  border-radius: 2px;
  box-shadow: 0 10px 18px rgba(20, 30, 40, 0.12);
}

.m-railing .m-st1 { left: 4%; bottom: 12%; }
.m-railing .m-st2 { left: 34%; bottom: 24%; }
.m-railing .m-st3 { left: 64%; bottom: 36%; }

.m-railing .m-glass {
  width: 27%;
  height: 38%;
}

.m-railing .m-r1 { left: 5.5%; bottom: 19%; }
.m-railing .m-r2 { left: 35.5%; bottom: 31%; }
.m-railing .m-r3 { left: 65.5%; bottom: 43%; }

.m-railing .m-rail {
  position: absolute;
  left: 3%;
  bottom: 53%;
  width: 96%;
  height: 3.2%;
  border-radius: 999px;
  background: linear-gradient(#3d3f43, #1d1d1f);
  transform: rotate(-13.5deg);
  transform-origin: left bottom;
  box-shadow: 0 8px 16px rgba(15, 19, 23, 0.28);
}

/* Closet doors: two mirrored panels on a track, front one slides */
.m-closet {
  transform: rotateX(5deg) rotateY(-16deg);
}

.m-track {
  position: absolute;
  top: 5%;
  left: 0;
  right: 0;
  height: 5%;
  background: linear-gradient(#3f3f42, #232326);
  border-radius: 3px;
  transform: translateZ(38px);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
}

.m-closet::after {
  content: "";
  position: absolute;
  inset: 3% -1.5% 1% -1.5%;
  border: 2.5px solid rgba(40, 45, 50, 0.45);
  border-radius: 3px;
}

.m-panel {
  position: absolute;
  top: 10%;
  bottom: 4%;
  width: 50%;
  border: 2px solid rgba(40, 45, 50, 0.55);
  border-radius: 2px;
}

.m-door-back {
  left: 0;
  transform: translateZ(6px);
}

.m-door-front {
  left: 50%;
  transform: translateZ(34px);
}

/* Shower: fixed panel + hinged door that swings open */
.m-shower {
  transform: rotateX(4deg) rotateY(-24deg);
}

.m-sh-back {
  left: 0;
  top: 4%;
  bottom: 4%;
  width: 56%;
}

.m-sh-door {
  left: 56%;
  top: 4%;
  bottom: 4%;
  width: 42%;
  transform-origin: left center;
}

.m-sh-door::before {
  content: "";
  position: absolute;
  right: 8%;
  top: 38%;
  width: 5px;
  height: 24%;
  background: #1d1d1f;
  border-radius: 3px;
}

.m-curb {
  position: absolute;
  bottom: 1%;
  left: -2%;
  width: 102%;
  height: 3.5%;
  background: linear-gradient(#e8ecee, #cfd6da);
  border: 1px solid rgba(60, 80, 92, 0.3);
  border-radius: 2px;
}

/* Framed mirror with a travelling light reflection */
.m-mirrorwall {
  transform: rotateX(3deg) rotateY(-14deg);
}

.m-frame {
  position: absolute;
  left: 16%;
  top: 4%;
  width: 58%;
  height: 90%;
  background: #26262a;
  padding: 3.4%;
  border-radius: 3px;
  transform: translateZ(18px);
  box-shadow: 0 26px 44px rgba(20, 30, 40, 0.2);
}

.m-mirror-face {
  width: 100%;
  height: 100%;
}

.m-mirror-face::after {
  content: "";
  position: absolute;
  top: -20%;
  left: 0;
  width: 45%;
  height: 140%;
  background: linear-gradient(105deg, transparent, rgba(255, 255, 255, 0.75) 50%, transparent);
  transform: translateX(-160%) skewX(-16deg);
}

/* Wall-mounted ventilated shelves */
.m-shelving {
  transform: rotateX(10deg) rotateY(-16deg);
}

.m-wall {
  position: absolute;
  inset: -4% 4%;
  background: linear-gradient(#fcfdfd, #edf0f2);
  border: 1px solid rgba(60, 80, 92, 0.14);
  border-radius: 3px;
  transform: translateZ(-30px);
}

.m-shelf {
  position: absolute;
  left: 10%;
  right: 10%;
  top: calc(14% + var(--s) * 28%);
  height: 4%;
  transform: translateZ(14px);
  transform-style: preserve-3d;
  background: linear-gradient(#fdfdfe, #dfe4e7);
  border: 1.5px solid rgba(60, 80, 92, 0.4);
  border-radius: 2px;
}

.m-shelf::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  height: 62px;
  transform: rotateX(62deg);
  transform-origin: bottom;
  background:
    linear-gradient(90deg, rgba(90, 105, 115, 0.55) 0 4px, transparent 4px calc(100% - 4px), rgba(90, 105, 115, 0.55) calc(100% - 4px)),
    repeating-linear-gradient(90deg, rgba(110, 125, 135, 0.5) 0 3px, rgba(255, 255, 255, 0.2) 3px 15px);
  border: 1.5px solid rgba(60, 80, 92, 0.35);
  border-bottom: 0;
  border-radius: 2px 2px 0 0;
}

.m-shelf::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 30px;
  background:
    linear-gradient(90deg, transparent 16%, rgba(70, 88, 98, 0.5) 16% calc(16% + 4px), transparent calc(16% + 4px) 80%, rgba(70, 88, 98, 0.5) 80% calc(80% + 4px), transparent calc(80% + 4px));
  transform: skewX(-14deg);
}

@media (prefers-reduced-motion: no-preference) {
  .m-door-front {
    animation: m-slide 9s ease-in-out infinite;
  }

  .m-sh-door {
    animation: m-swing 8s ease-in-out infinite;
  }

  .m-mirror-face::after {
    animation: m-glide 7s ease-in-out infinite;
  }
}

@keyframes m-slide {
  0%, 16% { transform: translateZ(34px) translateX(0); }
  48%, 62% { transform: translateZ(34px) translateX(-62%); }
  94%, 100% { transform: translateZ(34px) translateX(0); }
}

@keyframes m-swing {
  0%, 14% { transform: rotateY(0deg); }
  46%, 60% { transform: rotateY(-52deg); }
  92%, 100% { transform: rotateY(0deg); }
}

@keyframes m-glide {
  0% { transform: translateX(-160%) skewX(-16deg); }
  42%, 100% { transform: translateX(360%) skewX(-16deg); }
}

@media (max-width: 480px) {
  .m-scene {
    width: 240px;
    height: 200px;
  }
}

/* ---------- Photography ---------- */

.photo {
  aspect-ratio: 4 / 3;
}

.photo img,
.gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 20px;
}

.gallery figure {
  margin: 0;
  border-radius: var(--radius);
  overflow: hidden;
  position: relative;
  background: var(--panel);
  aspect-ratio: 3 / 4;
}

.gallery-wide {
  grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
}

.gallery-wide figure {
  aspect-ratio: 16 / 10;
}

.gallery img {
  transition: transform 0.45s ease;
}

.gallery figure:hover img {
  transform: scale(1.03);
}

@media (prefers-reduced-motion: reduce) {
  .gallery img,
  .gallery figure:hover img {
    transform: none;
    transition: none;
  }
}

/* ---------- FAQ ---------- */

.faq-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 64px;
  align-items: start;
}

.faq-item {
  border-bottom: 1px solid var(--hairline);
}

.faq-item summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 18px 0;
  font-weight: 600;
  font-size: 0.9375rem;
  letter-spacing: -0.005em;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  font-size: 1.35rem;
  font-weight: 300;
  line-height: 1;
  color: var(--ink-2);
  flex: none;
  transition: transform 0.25s ease;
}

.faq-item[open] summary::after {
  transform: rotate(45deg);
}

.faq-item summary:hover {
  color: var(--accent);
}

.faq-item p {
  color: var(--ink-2);
  font-size: 0.9375rem;
  margin: 0 0 18px;
  max-width: 62ch;
}

/* ---------- Info rows (options / specs) ---------- */

.info-rows {
  border-top: 1px solid var(--hairline);
  max-width: 860px;
}

.info-row {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 20px;
  padding: 16px 0;
  border-bottom: 1px solid var(--hairline);
}

.info-row .label {
  font-weight: 600;
  font-size: 0.9375rem;
  letter-spacing: -0.005em;
}

.info-row .value {
  color: var(--ink-2);
  font-size: 0.9375rem;
  line-height: 1.55;
}

/* ---------- Numbered guide steps ---------- */

.guide-steps {
  counter-reset: g;
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 680px;
  border-top: 1px solid var(--hairline);
}

.guide-steps li {
  counter-increment: g;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  padding: 15px 0;
  border-bottom: 1px solid var(--hairline);
  color: var(--ink-2);
  font-size: 0.9375rem;
  line-height: 1.55;
}

.guide-steps li::before {
  content: counter(g, decimal-leading-zero);
  font-weight: 600;
  color: var(--ink);
  font-variant-numeric: tabular-nums;
}

.guide-steps strong {
  color: var(--ink);
  font-weight: 600;
}

/* ---------- Footer — Apple-style light ---------- */

.site-footer {
  background: var(--charcoal);
  color: #a1a1a6;
  padding: 60px 0 32px;
  font-size: 0.8125rem;
  line-height: 1.6;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 36px;
}

.site-footer h3 {
  color: #ffffff;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.site-footer h3::after {
  content: "";
  display: block;
  width: 32px;
  height: 2px;
  background: var(--accent);
  margin-top: 10px;
}

.site-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-footer li {
  margin-bottom: 9px;
}

.site-footer a {
  color: #a1a1a6;
  text-decoration: none;
}

.site-footer a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.site-footer .brand {
  color: #ffffff;
}

.footer-brand .brand-name {
  color: #ffffff;
}

.footer-brand .brand-name small {
  color: #8b939b;
}

.footer-brand p {
  margin-top: 14px;
  color: #86868b;
  max-width: 30em;
}

.footer-contact {
  font-style: normal;
  font-variant-numeric: tabular-nums;
  line-height: 1.9;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  padding-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
  justify-content: space-between;
  font-size: 0.75rem;
  color: #6e6e73;
}

.footer-credit a {
  color: #a1a1a6;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  padding-bottom: 1px;
  transition: color 0.18s ease, border-color 0.18s ease;
}

.footer-credit a:hover {
  color: #ffffff;
  border-bottom-color: #ffffff;
}

@media (max-width: 700px) {
  .footer-bottom {
    gap: 10px 20px;
  }

  .footer-credit {
    flex-basis: 100%;
  }
}

/* ---------- Motion: illustration line-draw, shine, hero sequence ----------
   All entrance motion is gated behind prefers-reduced-motion: no-preference;
   the drawn-in states additionally require scripting, so content is never
   hidden for no-JS or reduced-motion visitors. */

@media (scripting: enabled) and (prefers-reduced-motion: no-preference) {
  .reveal .illus .draw {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    fill-opacity: 0;
  }

  .reveal .illus .pop {
    opacity: 0;
  }

  .reveal.is-visible .illus .draw {
    animation:
      illus-draw 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards,
      illus-fill 0.45s ease forwards;
    animation-delay:
      calc(0.15s + var(--i, 0) * 0.1s),
      calc(0.45s + var(--i, 0) * 0.1s);
  }

  .reveal.is-visible .illus .pop {
    animation: illus-pop 0.5s cubic-bezier(0.3, 1.2, 0.5, 1) forwards;
    animation-delay: calc(0.5s + var(--i, 0) * 0.1s);
  }
}

@keyframes illus-draw {
  to { stroke-dashoffset: 0; }
}

@keyframes illus-fill {
  to { fill-opacity: 1; }
}

@keyframes illus-pop {
  from { opacity: 0; translate: 0 8px; }
  to { opacity: 1; translate: 0 0; }
}

/* Hero panes: a still glass reflection inside each cut — no motion */
.pane-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(115deg, transparent 28%, rgba(255, 255, 255, 0.30) 36%, transparent 45%, transparent 58%, rgba(255, 255, 255, 0.16) 65%, transparent 72%);
  pointer-events: none;
}

/* Glass shine: a light band sweeping across the surface */
.product-card figure::after,
.detail-figure::after,
.split figure::after {
  content: "";
  position: absolute;
  top: -20%;
  bottom: -20%;
  left: 0;
  width: 45%;
  background: linear-gradient(105deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 100%);
  transform: translateX(-160%) skewX(-16deg);
  pointer-events: none;
}

@keyframes shine-sweep {
  to { transform: translateX(360%) skewX(-16deg); }
}

@media (prefers-reduced-motion: no-preference) {
  .detail-figure.reveal.is-visible::after,
  .split figure.reveal.is-visible::after {
    animation: shine-sweep 1.1s ease-in-out 1.1s forwards;
  }

  .product-card:hover figure::after {
    animation: shine-sweep 0.9s ease-in-out;
  }

  .pane-card {
    animation: pane-in 0.9s cubic-bezier(0.22, 0.9, 0.3, 1) both;
    animation-delay: calc(0.25s + var(--p, 0) * 0.16s);
  }

  .hero-copy > *,
  .page-hero .breadcrumb,
  .page-hero .eyebrow,
  .page-hero h1,
  .page-hero .lede {
    animation: rise-in 0.7s cubic-bezier(0.22, 0.9, 0.3, 1) both;
  }

  .hero-copy > :nth-child(1) { animation-delay: 0.05s; }
  .hero-copy > :nth-child(2) { animation-delay: 0.13s; }
  .hero-copy > :nth-child(3) { animation-delay: 0.21s; }
  .hero-copy > :nth-child(4) { animation-delay: 0.29s; }
  .hero-copy > :nth-child(5) { animation-delay: 0.37s; }

  .page-hero .breadcrumb { animation-delay: 0.05s; }
  .page-hero .eyebrow { animation-delay: 0.12s; }
  .page-hero h1 { animation-delay: 0.19s; }
  .page-hero .lede { animation-delay: 0.26s; }
}

@keyframes pane-in {
  from { opacity: 0; transform: translateY(44px) rotate(0deg) scale(0.98); }
}

@keyframes rise-in {
  from { opacity: 0; translate: 0 14px; }
}

/* ---------- Scroll reveal ---------- */

@media (scripting: enabled) {
  .reveal {
    opacity: 0;
    transform: translateY(16px);
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1), transform 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
  }
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .product-card,
  .product-card:hover,
  .product-card:active,
  .btn:active {
    transform: none;
  }
}

@media (prefers-reduced-transparency: reduce) {
  .site-header {
    background: #fbfbfd;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .pane-card {
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
}

@media (max-width: 900px) {
  .journal-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .post-card {
    padding-bottom: 24px;
  }

  .stock-grid {
    grid-template-columns: 1fr;
  }

  .post-row {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

@media (max-width: 560px) {
  .stock-col div {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}

/* ---------- Responsive ---------- */

@media (max-width: 980px) {
  .glass-rack {
    min-height: 300px;
  }

  .card-grid,
  .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .stat-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 36px 0;
  }

  .mosaic {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .faq-list {
    grid-template-columns: 1fr;
  }

  .band {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .band-media {
    aspect-ratio: 16 / 10;
  }

  .band-flip .band-media {
    order: 0;
  }

  .band-flip .band-copy {
    order: 1;
    margin-left: 0;
  }

  .stat:nth-child(odd) {
    border-left: 0;
    padding-left: 0;
  }

  .split,
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 760px) {
  /* Compact hero: less copy height means less crop on the 16:9 loop */
  .hero .container {
    padding-top: 44px;
  }

  .hero-copy h1 {
    font-size: 1.65rem;
  }

  .hero-copy .lede {
    font-size: 0.9375rem;
    line-height: 1.45;
  }

  .hero-copy .eyebrow {
    margin-bottom: 10px;
  }

  .hero-meta {
    margin-top: 20px;
  }

  .glass-rack {
    min-height: 200px;
  }

  .nav-links,
  .nav-actions .nav-call {
    display: none;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .caret {
    display: none;
  }

  .nav.nav-open .nav-links {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #ffffff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.12);
    padding: 14px 20px 24px;
    gap: 2px;
    max-height: calc(100vh - 80px);
    overflow-y: auto;
  }

  .nav.nav-open .nav-links li {
    display: block;
  }

  .nav.nav-open .nav-links > li > a {
    display: block;
    padding: 13px 14px;
    font-size: 1.0625rem;
    border-radius: 4px;
  }

  .nav.nav-open .nav-links > li > a:hover {
    background: var(--panel);
  }

  /* Selected page inverts: black pill, white text */
  .nav.nav-open .nav-links > li > a[aria-current] {
    background: var(--ink);
    color: #ffffff;
    box-shadow: none;
  }

  /* The mega menu folds into the panel as a static product grid */
  .nav.nav-open .mega {
    position: static;
    transform: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    width: auto;
    background: transparent;
    border: 0;
    box-shadow: none;
    padding: 0 6px 10px;
    transition: none;
  }

  .nav.nav-open .mega::before {
    display: none;
  }

  .nav.nav-open .mega-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2px 6px;
  }

  .nav.nav-open .mega .mega-item {
    padding: 8px 8px;
    gap: 10px;
  }

  .nav.nav-open .mega-thumb {
    width: 46px;
    height: 36px;
  }

  .nav.nav-open .mega-thumb svg {
    width: 38px;
  }

  .nav.nav-open .mega-copy strong {
    font-size: 0.8125rem;
  }

  .nav.nav-open .mega-copy small {
    display: none;
  }

  .nav.nav-open .mega-foot {
    display: none;
  }

  /* Closed hamburger state: the mega stays hidden with the list */
  .nav:not(.nav-open) .mega {
    display: none;
  }
}

@media (max-width: 600px) {
  .card-grid,
  .process-grid,
  .variant-grid,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .form-field.full {
    grid-column: auto;
  }

  .nav {
    gap: 14px;
  }

  .nav-actions {
    gap: 10px;
  }

  .nav-actions .btn {
    padding: 9px 13px;
    font-size: 0.6875rem;
  }

  .nav-actions .q-long {
    display: none;
  }

  .nav-actions .q-short {
    display: inline;
  }

  .brand-mark {
    width: 36px;
  }

  .brand-name {
    font-size: 0.68rem;
    letter-spacing: 0.2em;
  }

  .brand-name small {
    display: none;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .glass-rack {
    min-height: 240px;
  }

  .hero-meta {
    gap: 8px;
  }

  .info-row {
    grid-template-columns: 1fr;
    gap: 3px;
  }
}

@media (max-width: 400px) {
  .site-header .container {
    padding: 0 16px;
  }
}

.section-foot {
  margin: 34px 0 0;
}

/* ---------- In-article figures & inline CTA ---------- */

.prose .article-fig {
  margin: 34px 0;
}

.prose .article-fig img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: var(--radius);
  background: var(--panel);
}

.prose .article-fig figcaption {
  font-size: 0.8125rem;
  color: var(--ink-2);
  margin-top: 10px;
  letter-spacing: 0.01em;
}

.prose-cta {
  margin: 40px 0;
  padding: 30px 32px;
  background: var(--charcoal);
  border-radius: var(--radius);
}

.prose .prose-cta .eyebrow {
  color: rgba(255, 255, 255, 0.55);
}

.prose .prose-cta-line {
  font-size: 1.1875rem;
  font-weight: 500;
  letter-spacing: -0.014em;
  line-height: 1.45;
  color: #ffffff;
  margin: 0 0 18px;
  max-width: 30em;
}

.prose-cta-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 24px;
}

.prose .prose-cta .nav-phone {
  color: rgba(255, 255, 255, 0.85);
}

.prose .prose-cta .nav-phone:hover {
  color: #ffffff;
}

@media (max-width: 560px) {
  .prose-cta {
    padding: 24px 20px;
  }
}

.prose .prose-cta .btn-light {
  color: var(--ink);
  text-decoration: none;
}
