/* ==========================================================================
   Oak & Furniture — Bespoke Solid Oak Furniture
   2026 redesign — architectural editorial system
   Display: Fraunces · UI/Body: Hanken Grotesk
   Warm-neutral palette · single restrained bronze accent · no gradients
   ========================================================================== */

:root {
  /* Surfaces & neutrals — warm grey-white */
  --paper:        #F3F2EE;   /* page background */
  --paper-2:      #E8E6DF;   /* alternate band */
  --surface:      #FBFAF7;   /* raised cards / nav */
  --ink:          #1A1813;   /* headings / primary text */
  --ink-2:        #423D34;   /* strong secondary */
  --muted:        #6E675B;   /* body secondary */
  --line:         #DAD6CD;   /* hairline */
  --line-soft:    #E6E2DA;   /* faint hairline */

  /* Accent — restrained bronze / sienna */
  --accent:       #9B6A3F;
  --accent-deep:  #7E5430;
  --accent-on-dark: #C2895A;

  /* Dark (sections / footer) — warm near-black */
  --dark:         #1B1914;
  --dark-2:       #25221B;
  --on-dark:      #F4F1E9;
  --on-dark-muted:#ADA08C;
  --on-dark-line: rgba(244, 241, 233, 0.13);

  /* Legacy aliases (kept so any older references stay valid) */
  --color-ivory: var(--paper);
  --color-ink: var(--ink);
  --color-taupe: var(--muted);
  --color-brass: var(--accent);
  --color-charcoal: var(--dark);
  --color-stone: var(--line);
  --color-linen: var(--paper-2);

  --font-heading: "Fraunces", "Cormorant Garamond", Georgia, serif;
  --font-body: "Hanken Grotesk", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;

  --container-wide: 1440px;
  --container: 1200px;
  --container-narrow: 820px;

  --section-xl: 168px;
  --section-lg: 124px;
  --section-md: 92px;
  --section-sm: 58px;

  --radius: 3px;
  --radius-img: 4px;

  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

/* Reset & base
   ========================================================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: clip;
}

body {
  font-family: var(--font-body);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.72;
  color: var(--ink-2);
  background-color: var(--paper);
  overflow-x: clip;
  max-width: 100%;
}

img,
.image-placeholder { max-width: 100%; }

html.no-scroll,
html.no-scroll body {
  overflow: hidden;
  touch-action: none;
}

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

a {
  color: inherit;
  text-decoration: none;
  transition: color 0.4s var(--ease);
}

button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  background: none;
  color: inherit;
}

ul { list-style: none; }

::selection {
  background: var(--ink);
  color: var(--paper);
}

/* Layout helpers
   ========================================================================== */
.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 40px;
}

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

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

.section { padding: var(--section-lg) 0; }
.section-xl { padding: var(--section-xl) 0; }
.section-md { padding: var(--section-md) 0; }
.section-sm { padding: var(--section-sm) 0; }

@media (max-width: 768px) {
  .section { padding: var(--section-md) 0; }
  .section-xl { padding: var(--section-lg) 0; }
  .section-md { padding: var(--section-sm) 0; }
  .container,
  .container-wide,
  .container-narrow { padding: 0 24px; }
}

/* Typography
   ========================================================================== */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  font-weight: 360;
  line-height: 1.08;
  letter-spacing: -0.015em;
  color: var(--ink);
  font-optical-sizing: auto;
}

p {
  font-size: 17px;
  line-height: 1.75;
  color: var(--ink-2);
}

.lead {
  font-size: 19px;
  line-height: 1.65;
  color: var(--muted);
  font-weight: 400;
}

/* Editorial meta label with leading hairline */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-family: var(--font-body);
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 30px;
}

.eyebrow::before {
  content: "";
  width: 26px;
  height: 1px;
  background: currentColor;
  flex-shrink: 0;
  opacity: 0.7;
}

.section-number {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-body);
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
}

.heading-hero {
  font-size: clamp(46px, 7.4vw, 104px);
  font-weight: 320;
  line-height: 1.0;
  letter-spacing: -0.03em;
  color: var(--ink);
}

.heading-page {
  font-size: clamp(40px, 6vw, 82px);
  font-weight: 320;
  line-height: 1.03;
  letter-spacing: -0.028em;
}

.heading-section {
  font-size: clamp(32px, 4.6vw, 58px);
  font-weight: 360;
  line-height: 1.08;
  letter-spacing: -0.02em;
}

.heading-md {
  font-size: clamp(25px, 3vw, 36px);
  font-weight: 380;
  line-height: 1.18;
  letter-spacing: -0.01em;
}

.heading-sm {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.3;
}

/* Buttons — solid, no gradients
   ========================================================================== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 17px 30px;
  border-radius: var(--radius);
  transition: background 0.45s var(--ease), color 0.45s var(--ease),
              border-color 0.45s var(--ease), transform 0.45s var(--ease);
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}

.btn:active { transform: translateY(1px); }

.btn-primary {
  background: var(--ink);
  color: var(--paper);
  border-color: var(--ink);
}
.btn-primary:hover {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
}

.btn-secondary {
  background: transparent;
  color: var(--ink);
  border-color: var(--line);
}
.btn-secondary:hover {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--paper);
}

.btn-light {
  background: var(--paper);
  color: var(--ink);
  border-color: var(--paper);
}
.btn-light:hover {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
}

.btn-ghost-light {
  background: transparent;
  color: var(--on-dark);
  border-color: var(--on-dark-line);
}
.btn-ghost-light:hover {
  background: var(--paper);
  color: var(--ink);
  border-color: var(--paper);
}

.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-body);
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink);
  padding-bottom: 7px;
  border-bottom: 1px solid var(--ink);
  transition: color 0.4s var(--ease), border-color 0.4s var(--ease), gap 0.4s var(--ease);
}
.link-arrow:hover {
  color: var(--accent);
  border-color: var(--accent);
  gap: 20px;
}
.link-arrow::after {
  content: "→";
  font-size: 14px;
  transition: transform 0.4s var(--ease);
}

/* Image placeholders
   ========================================================================== */
.image-placeholder {
  position: relative;
  background-color: var(--paper-2);
  border: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px;
  overflow: hidden;
}

.image-placeholder::before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px dashed rgba(110, 103, 91, 0.22);
  pointer-events: none;
}

.image-placeholder span {
  position: relative;
  z-index: 1;
  font-family: var(--font-body);
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: 0.02em;
  color: var(--muted);
  text-align: center;
  max-width: 320px;
}

.image-placeholder.has-image {
  background: none;
  border: 1px solid var(--line);
  padding: 0;
}
.image-placeholder.has-image::before { display: none; }
.image-placeholder.has-image span { display: none; }

.image-placeholder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.image-placeholder.tall { aspect-ratio: 4 / 5; }
.image-placeholder.wide { aspect-ratio: 16 / 9; }
.image-placeholder.square { aspect-ratio: 1 / 1; }
.image-placeholder.portrait { aspect-ratio: 3 / 4; }
.image-placeholder.landscape { aspect-ratio: 3 / 2; }
.image-placeholder.hero { aspect-ratio: 4 / 5; min-height: 520px; }

@media (max-width: 768px) {
  .image-placeholder.hero { min-height: 0; aspect-ratio: 4 / 5; }
}

/* Navbar
   ========================================================================== */
.navbar {
  position: sticky;
  top: 0; left: 0; right: 0;
  z-index: 100;
  background-color: rgba(243, 242, 238, 0.82);
  backdrop-filter: saturate(140%) blur(14px);
  -webkit-backdrop-filter: saturate(140%) blur(14px);
  border-bottom: 1px solid var(--line-soft);
  transition: border-color 0.4s var(--ease), box-shadow 0.4s var(--ease),
              background-color 0.4s var(--ease);
}

html.no-scroll .navbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  width: 100%;
}

.navbar.scrolled {
  border-bottom-color: var(--line);
  box-shadow: 0 1px 30px rgba(26, 24, 19, 0.05);
}

.nav-inner {
  max-width: var(--container-wide);
  margin: 0 auto;
  padding: 20px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.nav-logo {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  font-family: var(--font-heading);
  font-size: 23px;
  font-weight: 420;
  letter-spacing: -0.01em;
  color: var(--ink);
  line-height: 1;
}

.nav-logo img {
  width: 32px;
  height: 32px;
  display: block;
  object-fit: contain;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 40px;
}

.nav-links a {
  font-family: var(--font-body);
  font-size: 13.5px;
  font-weight: 500;
  color: var(--ink-2);
  letter-spacing: 0.01em;
  position: relative;
}

.nav-links a:not(.nav-cta):hover { color: var(--accent); }
.nav-links a.is-active:not(.nav-cta) { color: var(--ink); }

.nav-links a.is-active:not(.nav-cta)::after {
  content: "";
  position: absolute;
  left: 0; right: 0;
  bottom: -7px;
  height: 1.5px;
  background: var(--accent);
}

.nav-cta {
  background: var(--ink);
  color: var(--paper) !important;
  padding: 12px 22px;
  border-radius: var(--radius);
  letter-spacing: 0.1em;
  font-size: 11.5px !important;
  font-weight: 600 !important;
  text-transform: uppercase;
  transition: background 0.4s var(--ease);
}
.nav-cta:hover { background: var(--accent); color: #fff !important; }

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  position: relative;
  align-items: center;
  justify-content: center;
}

.nav-toggle span {
  display: block;
  width: 26px; height: 1.5px;
  background: var(--ink);
  position: relative;
  transition: all 0.4s var(--ease);
}
.nav-toggle span::before,
.nav-toggle span::after {
  content: "";
  position: absolute;
  left: 0;
  width: 26px; height: 1.5px;
  background: var(--ink);
  transition: all 0.4s var(--ease);
}
.nav-toggle span::before { top: -8px; }
.nav-toggle span::after { top: 8px; }
.nav-toggle.is-open span { background: transparent; }
.nav-toggle.is-open span::before { top: 0; transform: rotate(45deg); }
.nav-toggle.is-open span::after { top: 0; transform: rotate(-45deg); }

/* Mobile menu */
.mobile-menu {
  position: fixed;
  inset: 0;
  background: var(--paper);
  z-index: 99;
  padding: 110px 40px 60px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-12px);
  transition: opacity 0.5s var(--ease), transform 0.5s var(--ease), visibility 0.5s;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
}
.mobile-menu.is-open { touch-action: pan-y; opacity: 1; visibility: visible; transform: translateY(0); }

.mobile-menu ul {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid var(--line);
}
.mobile-menu li { border-bottom: 1px solid var(--line); }

.mobile-menu li a {
  display: block;
  font-family: var(--font-heading);
  font-weight: 340;
  font-size: 34px;
  letter-spacing: -0.02em;
  padding: 22px 0;
  color: var(--ink);
}
.mobile-menu li a.is-active { color: var(--accent); }

.mobile-menu .mobile-cta {
  margin-top: 40px;
  display: block;
  text-align: center;
  width: 100%;
  color: var(--paper);
}
.mobile-menu .mobile-cta:hover { color: #fff; }

@media (max-width: 1023px) {
  .nav-links { display: none; }
  .nav-toggle { display: inline-flex; }
}

/* Hero (home)
   ========================================================================== */
.hero { padding: 88px 0 var(--section-lg); }

.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 84px;
  align-items: center;
}
.hero-grid > * { min-width: 0; }

.hero-copy h1 { margin-top: 20px; margin-bottom: 34px; }
.hero-copy .lead { margin-bottom: 46px; max-width: 480px; }

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 54px;
}

.hero-trust {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: var(--muted);
  text-transform: uppercase;
  padding-top: 26px;
  border-top: 1px solid var(--line);
}

@media (max-width: 1023px) {
  .hero-grid { grid-template-columns: 1fr; gap: 56px; }
  .hero { padding: 56px 0 var(--section-md); }
}

/* Page hero
   ========================================================================== */
.page-hero {
  padding: 92px 0 104px;
  border-bottom: 1px solid var(--line);
}

.page-hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 84px;
  align-items: end;
}

.page-hero h1 { margin-top: 18px; margin-bottom: 30px; }
.page-hero .lead { max-width: 520px; }

@media (max-width: 1023px) {
  .page-hero-grid { grid-template-columns: 1fr; gap: 52px; }
  .page-hero { padding: 52px 0 72px; }
}

/* Split section
   ========================================================================== */
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 84px;
  align-items: center;
}
.split.split-image-left { direction: rtl; }
.split.split-image-left > * { direction: ltr; }

.split-text h2 { margin-top: 18px; margin-bottom: 28px; }
.split-text p { color: var(--muted); }
.split-text p + p { margin-top: 18px; }

@media (max-width: 1023px) {
  .split { grid-template-columns: 1fr; gap: 48px; }
  .split.split-image-left { direction: ltr; }
}

/* Section header
   ========================================================================== */
.section-header {
  max-width: 780px;
  margin-bottom: 76px;
}
.section-header h2 { margin-top: 16px; }
.section-header p { margin-top: 24px; color: var(--muted); max-width: 580px; }

.section-header.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.section-header.center .eyebrow { justify-content: center; }
.section-header.center p { margin-left: auto; margin-right: auto; }

/* Editorial cards
   ========================================================================== */
.cards-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 64px 48px;
}

.cards-grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 48px 36px;
}

.card { display: flex; flex-direction: column; }

.card .image-placeholder {
  aspect-ratio: 4 / 5;
  margin-bottom: 28px;
  transition: transform 0.6s var(--ease);
}
.card:hover .image-placeholder { transform: translateY(-5px); }

.card-body h3 { font-size: 28px; margin-bottom: 14px; }
.card-body p { color: var(--muted); margin-bottom: 22px; font-size: 16px; }

@media (max-width: 1023px) {
  .cards-grid { grid-template-columns: 1fr; gap: 56px; }
  .cards-grid-4 { grid-template-columns: repeat(2, 1fr); gap: 44px 28px; }
}

/* Furniture editorial split (homepage)
   ========================================================================== */
.furniture-editorial {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 96px;
  align-items: center;
}

.furniture-editorial-image .image-placeholder {
  aspect-ratio: 4 / 5;
  width: 100%;
}

.furniture-editorial-content h2 { margin-top: 18px; margin-bottom: 48px; }

.category-link-list { border-top: 1px solid var(--line); }

.category-link-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
  padding: 28px 4px 28px 0;
  border-bottom: 1px solid var(--line);
  transition: border-color 0.4s var(--ease), padding-left 0.4s var(--ease);
  color: var(--ink);
}
.category-link-item:hover {
  border-bottom-color: var(--accent);
  padding-left: 12px;
}

.category-link-content h3 {
  font-family: var(--font-heading);
  font-size: 26px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 8px;
  transition: color 0.4s var(--ease);
}
.category-link-content p {
  font-size: 15px;
  color: var(--muted);
  max-width: 460px;
  margin: 0;
}
.category-link-item:hover .category-link-content h3 { color: var(--accent); }

.category-link-arrow {
  font-size: 18px;
  color: var(--accent);
  padding-top: 8px;
  flex-shrink: 0;
  transition: transform 0.4s var(--ease);
}
.category-link-item:hover .category-link-arrow { transform: translateX(8px); }

@media (max-width: 1023px) {
  .furniture-editorial { grid-template-columns: 1fr; gap: 56px; }
  .furniture-editorial-content h2 { margin-bottom: 32px; }
  .category-link-content h3 { font-size: 22px; }
}

/* Bespoke promise typographic layout (homepage)
   ========================================================================== */
.promise-layout {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 96px;
  align-items: start;
}
.promise-heading-column h2 { margin-top: 18px; }

.promise-copy-column p.muted {
  font-size: 18px;
  line-height: 1.7;
  max-width: 560px;
  margin-bottom: 56px;
}

.promise-points { display: flex; flex-direction: column; }

.promise-points .point {
  padding: 26px 0;
  border-top: 1px solid var(--on-dark-line);
}
.promise-points .point:last-child { border-bottom: 1px solid var(--on-dark-line); }

.promise-points h3 {
  font-family: var(--font-heading);
  font-size: 25px;
  font-weight: 400;
  margin-bottom: 8px;
  color: var(--on-dark);
}
.promise-points p {
  font-size: 15px;
  color: var(--on-dark-muted);
  margin: 0;
  max-width: 520px;
}

@media (max-width: 1023px) {
  .promise-layout { grid-template-columns: 1fr; gap: 40px; }
  .promise-copy-column p.muted { margin-bottom: 40px; }
}

/* Selected pieces 2x2 grid (homepage)
   ========================================================================== */
.selected-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(24px, 3vw, 44px);
}
.selected-item { display: flex; flex-direction: column; }

.selected-item .image-placeholder {
  aspect-ratio: 1 / 1;
  width: 100%;
}

.selected-item .label {
  display: block;
  margin-top: 20px;
  font-size: 12.5px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

@media (max-width: 767px) {
  .selected-grid { grid-template-columns: 1fr; gap: 36px; }
}
@media (max-width: 600px) {
  .cards-grid-4 { grid-template-columns: 1fr; gap: 40px; }
}

/* Dark section
   ========================================================================== */
.section-dark {
  background: var(--dark);
  color: var(--on-dark);
}
.section-dark h1,
.section-dark h2,
.section-dark h3,
.section-dark h4,
.section-dark p { color: var(--on-dark); }

.section-dark .eyebrow,
.section-dark .section-number { color: var(--accent-on-dark); }

.section-dark p.muted,
.section-dark .lead { color: var(--on-dark-muted); }

.section-dark .image-placeholder {
  background-color: rgba(244, 241, 233, 0.04);
  border-color: var(--on-dark-line);
}
.section-dark .image-placeholder::before { border-color: rgba(244, 241, 233, 0.18); }
.section-dark .image-placeholder span { color: var(--on-dark-muted); }

/* Three columns
   ========================================================================== */
.three-col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 56px;
}
.three-col .col {
  border-top: 1px solid var(--line);
  padding-top: 28px;
}
.three-col .col h3 { font-size: 26px; font-weight: 400; margin-bottom: 14px; }
.three-col .col p { font-size: 16px; color: var(--muted); }
.section-dark .three-col .col { border-top-color: var(--on-dark-line); }
.section-dark .three-col .col p { color: var(--on-dark-muted); }

@media (max-width: 1023px) {
  .three-col { grid-template-columns: 1fr; gap: 40px; }
}

/* Editorial gallery (selected pieces — legacy support)
   ========================================================================== */
.gallery {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 32px;
}
.gallery-item { display: flex; flex-direction: column; }
.gallery-item .image-placeholder { margin-bottom: 18px; }
.gallery-item .label {
  font-size: 13px;
  letter-spacing: 0.08em;
  color: var(--muted);
  text-transform: uppercase;
}
.g-1 { grid-column: span 7; }
.g-1 .image-placeholder { aspect-ratio: 4 / 3; }
.g-2 { grid-column: span 5; }
.g-2 .image-placeholder { aspect-ratio: 4 / 5; }
.g-3 { grid-column: span 4; margin-top: 64px; }
.g-3 .image-placeholder { aspect-ratio: 1 / 1; }
.g-4 { grid-column: span 4; }
.g-4 .image-placeholder { aspect-ratio: 4 / 5; }
.g-5 { grid-column: span 4; margin-top: 32px; }
.g-5 .image-placeholder { aspect-ratio: 3 / 2; }
.g-6 { grid-column: span 8; grid-column-start: 5; }
.g-6 .image-placeholder { aspect-ratio: 16 / 9; }

@media (max-width: 1023px) {
  .gallery { grid-template-columns: 1fr 1fr; gap: 24px; }
  .gallery > * { grid-column: span 1 !important; margin-top: 0 !important; }
  .gallery .image-placeholder { aspect-ratio: 4 / 5 !important; }
}
@media (max-width: 600px) {
  .gallery { grid-template-columns: 1fr; }
}

/* Process steps (home preview)
   ========================================================================== */
.steps-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.step .step-num {
  font-family: var(--font-body);
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.16em;
  color: var(--accent);
  text-transform: uppercase;
  margin-bottom: 22px;
  border-top: 1px solid var(--line);
  padding-top: 22px;
}

.step h3 { font-size: 24px; font-weight: 400; margin-bottom: 12px; }
.step p { font-size: 15px; color: var(--muted); }

.process-preview-cta { margin-top: 68px; }

@media (max-width: 1023px) {
  .steps-row { grid-template-columns: 1fr 1fr; gap: 36px; }
  .process-preview-cta { margin-top: 48px; }
}
@media (max-width: 600px) {
  .steps-row { grid-template-columns: 1fr; }
}

/* CTA block
   ========================================================================== */
.cta-block { text-align: center; max-width: 720px; margin: 0 auto; }
.cta-block .eyebrow { justify-content: center; }
.cta-block h2 { margin-bottom: 24px; }
.cta-block p { color: var(--on-dark-muted); margin-bottom: 44px; font-size: 18px; }
.cta-light p { color: var(--muted); }

/* Process timeline
   ========================================================================== */
.timeline { display: flex; flex-direction: column; gap: 0; }

.timeline-item {
  display: grid;
  grid-template-columns: 200px 1fr 1fr;
  gap: 64px;
  padding: 58px 0;
  border-top: 1px solid var(--line);
}
.timeline-item:last-child { border-bottom: 1px solid var(--line); }

.timeline-item .t-num {
  font-family: var(--font-heading);
  font-size: 58px;
  font-weight: 300;
  color: var(--ink);
  line-height: 1;
  letter-spacing: -0.02em;
}
.timeline-item .t-num small {
  display: block;
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  margin-top: 16px;
}

.timeline-item h3 { font-size: 32px; font-weight: 380; margin-bottom: 16px; }
.timeline-item p { color: var(--muted); }
.timeline-item ul { margin-top: 20px; }
.timeline-item ul li {
  font-size: 15px;
  color: var(--muted);
  padding: 9px 0;
  border-bottom: 1px solid var(--line);
}

.t-aside { border-left: 1px solid var(--line); padding-left: 28px; }

.t-aside-label {
  display: block;
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 16px;
}

.t-aside-note {
  font-family: var(--font-heading);
  font-size: 22px;
  font-weight: 380;
  line-height: 1.35;
  color: var(--ink);
  font-style: italic;
  letter-spacing: -0.005em;
}

.t-aside-list { margin: 0; }
.t-aside-list li {
  font-size: 15px;
  color: var(--muted);
  padding: 9px 0;
  border-bottom: 1px solid var(--line);
}
.t-aside-list li:last-child { border-bottom: none; }

.t-aside .image-placeholder { aspect-ratio: 1 / 1; }

@media (max-width: 1023px) {
  .timeline-item { grid-template-columns: 1fr; gap: 24px; padding: 46px 0; }
  .timeline-item .t-num { font-size: 46px; }
  .timeline-item h3 { font-size: 26px; }
  .t-aside {
    border-left: none;
    border-top: 1px solid var(--line);
    padding-left: 0;
    padding-top: 24px;
  }
}

/* FAQ
   ========================================================================== */
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }

.faq-q {
  width: 100%;
  text-align: left;
  padding: 32px 0;
  font-family: var(--font-heading);
  font-size: 26px;
  font-weight: 400;
  color: var(--ink);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  transition: color 0.4s var(--ease);
}
.faq-q:hover { color: var(--accent); }

.faq-q .icon { width: 22px; height: 22px; position: relative; flex-shrink: 0; }
.faq-q .icon::before,
.faq-q .icon::after {
  content: "";
  position: absolute;
  background: currentColor;
  transition: transform 0.4s var(--ease);
}
.faq-q .icon::before { top: 50%; left: 0; right: 0; height: 1.5px; transform: translateY(-50%); }
.faq-q .icon::after { left: 50%; top: 0; bottom: 0; width: 1.5px; transform: translateX(-50%); }
.faq-q[aria-expanded="true"] .icon::after { transform: translateX(-50%) rotate(90deg); }

.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.5s var(--ease); }
.faq-a-inner {
  padding-bottom: 32px;
  max-width: 720px;
  color: var(--muted);
  font-size: 17px;
}

@media (max-width: 768px) {
  .faq-q { font-size: 20px; padding: 24px 0; }
}

/* Furniture features list
   ========================================================================== */
.features { margin-top: 30px; border-top: 1px solid var(--line); }
.features li {
  padding: 14px 0 14px 26px;
  position: relative;
  border-bottom: 1px solid var(--line);
  font-size: 15px;
  color: var(--ink-2);
  letter-spacing: 0.005em;
}
.features li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 22px;
  width: 8px; height: 1px;
  background: var(--accent);
}

/* Customisation grid
   ========================================================================== */
.custom-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 44px 36px;
}
.custom-grid .item {
  border-top: 1px solid var(--line);
  padding-top: 26px;
}
.custom-grid h3 { font-size: 25px; font-weight: 400; margin-bottom: 14px; }
.custom-grid p { font-size: 15px; color: var(--muted); }
.section-dark .custom-grid .item { border-top-color: var(--on-dark-line); }
.section-dark .custom-grid p { color: var(--on-dark-muted); }

@media (max-width: 1023px) {
  .custom-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .custom-grid { grid-template-columns: 1fr; }
}

/* Finishes swatches
   ========================================================================== */
.finishes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 44px 36px;
}
.swatch { display: flex; flex-direction: column; }

.swatch-color {
  aspect-ratio: 4 / 3;
  border: 1px solid var(--line);
  border-radius: var(--radius-img);
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.swatch-color img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.s-natural { background-color: #D9C7A7; }
.s-warm    { background-color: #C2A47A; }
.s-smoked  { background-color: #8C6E4E; }
.s-dark    { background-color: #4A3826; }
.s-lime    { background-color: #E5DCCB; }
.s-custom  { background-color: #A88A66; }

.swatch h4 { font-family: var(--font-heading); font-size: 22px; font-weight: 400; margin-bottom: 6px; }
.swatch p {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

@media (max-width: 768px) {
  .finishes { grid-template-columns: 1fr 1fr; gap: 30px; }
}

/* Quote
   ========================================================================== */
.editorial-quote {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 40px;
}
.editorial-quote blockquote {
  font-family: var(--font-heading);
  font-size: clamp(32px, 5vw, 62px);
  font-weight: 320;
  line-height: 1.16;
  letter-spacing: -0.02em;
  color: var(--ink);
  font-style: italic;
}
.editorial-quote blockquote::before { content: "\201C"; color: var(--accent); }
.editorial-quote blockquote::after { content: "\201D"; color: var(--accent); }

/* Trust list
   ========================================================================== */
.trust-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  border-top: 1px solid var(--line);
  margin-top: 32px;
}
.trust-list li {
  padding: 18px 0 18px 26px;
  position: relative;
  border-bottom: 1px solid var(--line);
  font-size: 16px;
  color: var(--ink);
}
.trust-list li::before {
  content: "";
  position: absolute;
  left: 2px; top: 27px;
  width: 8px; height: 1px;
  background: var(--accent);
}
.section-dark .trust-list { border-top-color: var(--on-dark-line); }
.section-dark .trust-list li {
  color: var(--on-dark);
  border-bottom-color: var(--on-dark-line);
}

@media (max-width: 600px) {
  .trust-list { grid-template-columns: 1fr; }
}

/* Form
   ========================================================================== */
.form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px 36px;
}
.field { display: flex; flex-direction: column; }
.field.full { grid-column: 1 / -1; }

.field label {
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 12px;
}

.field input,
.field select,
.field textarea {
  font-family: var(--font-body);
  font-size: 16px;
  color: var(--ink);
  padding: 14px 0;
  background: transparent;
  border: none;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  transition: border-color 0.3s var(--ease);
  width: 100%;
}
.field textarea { min-height: 140px; resize: vertical; line-height: 1.6; }

.field select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path fill='none' stroke='%236E675B' stroke-width='1' d='M1 1l5 5 5-5'/></svg>");
  background-repeat: no-repeat;
  background-position: right 0 center;
  padding-right: 24px;
}

.field input:focus,
.field select:focus,
.field textarea:focus { outline: none; border-bottom-color: var(--accent); }

.field input::placeholder,
.field textarea::placeholder { color: rgba(110, 103, 91, 0.65); }

.form-intro {
  grid-column: 1 / -1;
  font-family: var(--font-body);
  font-size: 16px;
  color: var(--muted);
  line-height: 1.65;
  margin-bottom: 16px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--line);
}

.form-note { grid-column: 1 / -1; font-size: 14px; color: var(--muted); font-style: italic; }
.form-actions { grid-column: 1 / -1; margin-top: 16px; }

.form-success {
  grid-column: 1 / -1;
  display: none;
  padding: 32px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-left: 3px solid var(--accent);
  border-radius: var(--radius);
  font-family: var(--font-heading);
  font-size: 23px;
  font-weight: 400;
  color: var(--ink);
  line-height: 1.4;
}
.form-success.show { display: block; }

@media (max-width: 768px) {
  .form { grid-template-columns: 1fr; }
}

/* Contact details
   ========================================================================== */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}
.contact-grid h2 { margin-bottom: 24px; }
.contact-grid p { color: var(--muted); }
.contact-grid a { color: var(--ink); border-bottom: 1px solid var(--line); padding-bottom: 2px; }
.contact-grid a:hover { color: var(--accent); border-color: var(--accent); }

.contact-list { margin-top: 24px; }
.contact-list li { padding: 12px 0; border-bottom: 1px solid var(--line); }

@media (max-width: 1023px) {
  .contact-grid { grid-template-columns: 1fr; gap: 40px; }
}

/* Footer
   ========================================================================== */
.footer {
  background: var(--dark);
  color: var(--on-dark);
  padding: 100px 0 40px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 56px;
  margin-bottom: 84px;
}

.footer h4 {
  font-family: var(--font-body);
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--on-dark-muted);
  margin-bottom: 24px;
}

.footer .footer-logo {
  font-family: var(--font-heading);
  font-size: 28px;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: var(--on-dark);
  margin-bottom: 18px;
  display: block;
}

.footer .footer-tagline {
  color: var(--on-dark-muted);
  font-size: 15px;
  max-width: 290px;
  line-height: 1.65;
}

.footer ul li { padding: 6px 0; }
.footer ul li a,
.footer ul li {
  font-size: 15px;
  color: var(--on-dark-muted);
  transition: color 0.3s var(--ease);
}
.footer ul li a:hover { color: var(--accent-on-dark); }

.footer-bottom {
  border-top: 1px solid var(--on-dark-line);
  padding-top: 32px;
  font-size: 13px;
  color: var(--on-dark-muted);
  letter-spacing: 0.03em;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}
.footer-bottom a {
  color: var(--on-dark);
  border-bottom: 1px solid var(--on-dark-line);
  padding-bottom: 1px;
  transition: color 0.3s var(--ease), border-color 0.3s var(--ease);
}
.footer-bottom a:hover { color: var(--accent-on-dark); border-bottom-color: var(--accent-on-dark); }

@media (max-width: 1023px) {
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 48px; }
}
@media (max-width: 600px) {
  .footer-grid { grid-template-columns: 1fr; gap: 40px; }
  .footer { padding: 76px 0 32px; }
}

/* Image polish — hero, selected pieces, finishes, furniture page
   ========================================================================== */
body.furniture-page .section .image-placeholder.has-image {
  border: 1px solid var(--line);
  border-radius: var(--radius-img);
  overflow: hidden;
  transition: border-color 450ms var(--ease), box-shadow 450ms var(--ease);
}
body.furniture-page .section .image-placeholder.has-image:hover {
  border-color: var(--accent);
  box-shadow: 0 16px 40px rgba(26, 24, 19, 0.10);
}

.hero .image-placeholder.has-image,
.page-hero .image-placeholder.has-image {
  border: 1px solid var(--line);
  border-radius: var(--radius-img);
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(26, 24, 19, 0.12);
  transition: box-shadow 600ms var(--ease);
}

@media (max-width: 767px) {
  .hero .image-placeholder.has-image,
  .page-hero .image-placeholder.has-image {
    box-shadow: 0 14px 32px rgba(26, 24, 19, 0.10);
  }
}

.selected-grid .image-placeholder.has-image {
  border: 1px solid var(--line);
  border-radius: var(--radius-img);
  overflow: hidden;
  box-shadow: none;
}
.selected-grid .selected-item img { transition: transform 900ms var(--ease); }
.selected-grid .selected-item:hover img { transform: scale(1.04); }

.finishes .swatch-color { border-radius: var(--radius-img); box-shadow: none; }
.finishes .swatch-color img { transition: transform 800ms var(--ease); }
.finishes .swatch:hover .swatch-color img { transform: scale(1.03); }

/* Owner section (About page)
   ========================================================================== */
.owner-section { padding: var(--section-lg) 0; }

.owner-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1fr);
  gap: clamp(40px, 6vw, 96px);
  align-items: center;
}
.owner-layout .owner-image { grid-column: 1; grid-row: 1; }
.owner-layout .owner-content { grid-column: 2; grid-row: 1; }

.owner-content h2 { margin-top: 18px; margin-bottom: 32px; }

.owner-name {
  font-family: var(--font-heading);
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 400;
  line-height: 1.1;
  color: var(--ink);
  margin-bottom: 6px;
}
.owner-role {
  font-family: var(--font-body);
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 36px;
}
.owner-content p { color: var(--muted); margin-bottom: 18px; }
.owner-content p:last-child { margin-bottom: 0; }

.owner-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: var(--radius-img);
  border: 1px solid var(--line);
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 1023px) {
  .owner-layout { grid-template-columns: 1fr; gap: 48px; }
  .owner-layout .owner-image,
  .owner-layout .owner-content { grid-column: auto; grid-row: auto; }
  .owner-layout .owner-content { order: 1; }
  .owner-layout .owner-image { order: 2; }
}

/* Studio details section (About page)
   ========================================================================== */
.studio-details-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: clamp(40px, 6vw, 96px);
  align-items: start;
}
.studio-details h2 { margin-top: 18px; margin-bottom: 24px; }
.studio-details p { color: var(--muted); }

.studio-address {
  font-family: var(--font-heading);
  font-style: normal;
  font-size: clamp(22px, 2.2vw, 28px);
  font-weight: 400;
  line-height: 1.45;
  color: var(--ink);
  padding-top: 26px;
  border-top: 1px solid var(--line);
}
.studio-address strong { font-weight: 500; }

.studio-contact { margin-top: 24px; font-size: 15px; line-height: 1.8; }
.studio-contact a {
  color: var(--ink);
  border-bottom: 1px solid var(--line);
  padding-bottom: 1px;
  transition: color 0.3s var(--ease), border-color 0.3s var(--ease);
}
.studio-contact a:hover { color: var(--accent); border-bottom-color: var(--accent); }
.studio-contact .muted { color: var(--muted); font-size: 14px; }

@media (max-width: 1023px) {
  .studio-details-layout { grid-template-columns: 1fr; gap: 40px; }
}

/* Reveal animation
   ========================================================================== */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s var(--ease), transform 1s var(--ease);
}
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
  .reveal { opacity: 1; transform: none; }
  html { scroll-behavior: auto; }
}

/* Divider
   ========================================================================== */
.divider { height: 1px; background: var(--line); border: none; margin: 0; }

/* Cookie consent banner
   ========================================================================== */
.cookie-banner {
  position: fixed;
  left: 24px; right: 24px; bottom: 24px;
  z-index: 200;
  max-width: 720px;
  margin: 0 auto;
  padding: 22px 26px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 6px;
  box-shadow: 0 24px 56px rgba(26, 24, 19, 0.16);
  display: flex;
  align-items: center;
  gap: 24px;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.5s var(--ease), transform 0.5s var(--ease);
}
.cookie-banner.is-visible { opacity: 1; transform: translateY(0); }
.cookie-banner.is-hidden { opacity: 0; transform: translateY(16px); pointer-events: none; }

.cookie-banner-text { flex: 1; min-width: 0; font-size: 14px; line-height: 1.55; color: var(--muted); }
.cookie-banner-text strong {
  display: block;
  font-family: var(--font-heading);
  font-size: 19px;
  font-weight: 500;
  color: var(--ink);
  margin-bottom: 4px;
  letter-spacing: -0.005em;
}

.cookie-banner-actions { display: flex; gap: 10px; flex-shrink: 0; }

.cookie-btn {
  font-family: var(--font-body);
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 11px 20px;
  border-radius: var(--radius);
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.4s var(--ease);
  white-space: nowrap;
}
.cookie-btn-accept { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.cookie-btn-accept:hover { background: var(--accent); border-color: var(--accent); color: #fff; }
.cookie-btn-reject { background: transparent; color: var(--ink); border-color: var(--line); }
.cookie-btn-reject:hover { border-color: var(--ink); }

@media (max-width: 640px) {
  .cookie-banner {
    left: 16px; right: 16px; bottom: 16px;
    padding: 20px 22px;
    flex-direction: column;
    align-items: stretch;
    gap: 18px;
  }
  .cookie-banner-actions { width: 100%; }
  .cookie-btn { flex: 1; padding: 13px 18px; }
}

/* ==========================================================================
   HOMEPAGE FLAGSHIP — new sections & motion
   ========================================================================== */

/* Hero studio meta row */
.hero-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  padding-bottom: 40px;
  margin-bottom: 4px;
  border-bottom: 1px solid var(--line);
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
}
.hero-meta-index { color: var(--accent); margin-right: 8px; }

.hero { padding-top: 56px; }
@media (max-width: 1023px) { .hero { padding-top: 36px; } }

/* Line-reveal headings */
.reveal-line { display: block; overflow: hidden; }
.reveal-line-inner {
  display: block;
  transform: translateY(108%);
  transition: transform 1.05s var(--ease);
  will-change: transform;
}
[data-split].is-visible .reveal-line-inner { transform: translateY(0); }

/* Staggered children */
.stagger-item {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.95s var(--ease), transform 0.95s var(--ease);
  will-change: opacity, transform;
}
.stagger-item.is-visible { opacity: 1; transform: none; }

/* Parallax media (clipped inside its frame) */
.parallax-media { transform: scale(1.14); will-change: transform; }

/* Marquee band */
.marquee {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--surface);
  padding: 28px 0;
  overflow: hidden;
}
.marquee-track {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  animation: marquee 42s linear infinite;
}
.marquee:hover .marquee-track { animation-play-state: paused; }
.marquee-item {
  display: inline-flex;
  align-items: center;
  font-family: var(--font-heading);
  font-size: clamp(20px, 2.5vw, 32px);
  font-weight: 380;
  letter-spacing: -0.01em;
  color: var(--ink);
  padding: 0 34px;
}
.marquee-item::after {
  content: "";
  display: inline-block;
  width: 6px; height: 6px;
  margin-left: 34px;
  background: var(--accent);
  transform: rotate(45deg);
}
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* Credentials index */
.credentials {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 48px 40px;
}
.credential {
  border-top: 1px solid var(--line);
  padding-top: 28px;
}
.credential-num {
  display: block;
  font-family: var(--font-heading);
  font-size: clamp(54px, 6vw, 86px);
  font-weight: 300;
  line-height: 0.95;
  letter-spacing: -0.035em;
  color: var(--ink);
  margin-bottom: 22px;
}
.credential h3 {
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: var(--ink);
  margin-bottom: 8px;
}
.credential p { font-size: 14px; color: var(--muted); line-height: 1.6; }

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

/* Statement / philosophy band */
.statement { text-align: center; }
.statement .eyebrow { justify-content: center; margin-bottom: 36px; }
.statement blockquote {
  font-family: var(--font-heading);
  font-size: clamp(28px, 3.7vw, 48px);
  font-weight: 330;
  line-height: 1.22;
  letter-spacing: -0.02em;
  color: var(--ink);
  max-width: 940px;
  margin: 0 auto;
}
.statement blockquote em { font-style: italic; color: var(--accent); }
.statement-kicker {
  display: inline-block;
  margin-bottom: 32px;
  font-family: var(--font-body);
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
}
.statement-foot {
  margin: 32px auto 0;
  max-width: 640px;
  color: var(--muted);
  font-size: 15px;
}
.statement .statement-by {
  display: inline-block;
  margin-top: 40px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  font-family: var(--font-body);
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
}

/* Selected pieces — staggered editorial gallery */
.selected-grid { align-items: start; }
.selected-meta { display: flex; gap: 16px; align-items: baseline; margin-top: 20px; }
.selected-num {
  font-family: var(--font-heading);
  font-size: 16px;
  font-weight: 500;
  color: var(--accent);
  flex-shrink: 0;
}
.selected-item .selected-meta .label { margin-top: 0; }

@media (min-width: 768px) {
  .selected-grid > .selected-item:nth-child(even) { margin-top: 76px; }
}

/* Navbar hide-on-scroll */
.navbar {
  transition: border-color 0.4s var(--ease), box-shadow 0.4s var(--ease),
              background-color 0.4s var(--ease), transform 0.55s var(--ease);
}
.navbar.nav-hidden { transform: translateY(-100%); }

/* Reduced-motion safety for new motion */
@media (prefers-reduced-motion: reduce) {
  .marquee-track { animation: none; transform: none; }
  .stagger-item { opacity: 1; transform: none; }
  .reveal-line-inner { transform: none; }
  .parallax-media { transform: scale(1.14); }
  .navbar.nav-hidden { transform: none; }
}

/* ==========================================================================
   INNER PAGES — shared new components
   ========================================================================== */

/* Anchored sections clear the sticky nav */
section[id] { scroll-margin-top: 92px; }

/* Page-hero meta row (reuses .hero-meta) */
.page-hero .hero-meta { padding-bottom: 30px; margin-bottom: 44px; }

/* Index / contents strip */
.index-strip {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.index-strip > * {
  display: flex;
  align-items: baseline;
  gap: 14px;
  padding: 24px 18px 24px 4px;
  border-right: 1px solid var(--line);
  transition: background 0.4s var(--ease), padding-left 0.4s var(--ease);
}
.index-strip > *:last-child { border-right: none; }
.index-strip a:hover { background: var(--surface); padding-left: 14px; }
.index-strip .ix-num {
  font-family: var(--font-heading);
  font-size: 15px;
  font-weight: 500;
  color: var(--accent);
  flex-shrink: 0;
}
.index-strip .ix-label {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ink);
  line-height: 1.3;
}
@media (max-width: 760px) {
  .index-strip { grid-auto-flow: row; grid-auto-columns: auto; }
  .index-strip > * { border-right: none; border-bottom: 1px solid var(--line); }
  .index-strip > *:last-child { border-bottom: none; }
}

/* Catalogue category header (furniture) */
.cat-head {
  display: flex;
  align-items: baseline;
  gap: 18px;
  margin-bottom: 22px;
}
.cat-num {
  font-family: var(--font-heading);
  font-size: clamp(40px, 4.4vw, 60px);
  font-weight: 300;
  line-height: 0.9;
  letter-spacing: -0.03em;
  color: var(--accent);
}
.cat-tag {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
  padding-bottom: 6px;
}

/* Interactive finishes explorer (craft) */
.finish-explorer {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: clamp(40px, 5vw, 80px);
  align-items: start;
}
.finish-stage {
  position: relative;
  border: 1px solid var(--line);
  border-radius: var(--radius-img);
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: var(--paper-2);
}
.finish-stage img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.04);
  transition: opacity 0.7s var(--ease), transform 0.9s var(--ease);
}
.finish-stage img.is-active { opacity: 1; transform: scale(1); }

.finish-panel { display: flex; flex-direction: column; }
.finish-active { padding-bottom: 26px; margin-bottom: 6px; border-bottom: 1px solid var(--line); }
.finish-active .fa-label {
  font-family: var(--font-body);
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  display: block;
  margin-bottom: 14px;
}
.finish-active .fa-name {
  font-family: var(--font-heading);
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 360;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin-bottom: 8px;
}
.finish-active .fa-desc {
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}
.finish-list { display: flex; flex-direction: column; }
.finish-option {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  text-align: left;
  padding: 20px 6px;
  border-bottom: 1px solid var(--line);
  transition: padding-left 0.4s var(--ease), color 0.4s var(--ease);
}
.finish-option:hover { padding-left: 12px; }
.finish-chip {
  width: 38px; height: 38px;
  border-radius: 50%;
  border: 1px solid var(--line);
  flex-shrink: 0;
  transition: transform 0.4s var(--ease);
}
.finish-option:hover .finish-chip,
.finish-option.is-active .finish-chip { transform: scale(1.08); }
.finish-option .fo-name {
  font-family: var(--font-heading);
  font-size: 22px;
  font-weight: 400;
  color: var(--ink);
  transition: color 0.4s var(--ease);
  flex: 1;
}
.finish-option .fo-tag {
  font-size: 11.5px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
}
.finish-option.is-active .fo-name,
.finish-option:hover .fo-name { color: var(--accent); }
.finish-option.is-active .fo-index { color: var(--accent); }
.finish-option .fo-index {
  font-family: var(--font-heading);
  font-size: 14px;
  color: var(--muted);
  flex-shrink: 0;
  transition: color 0.4s var(--ease);
}
@media (max-width: 860px) {
  .finish-explorer { grid-template-columns: 1fr; gap: 36px; }
}

/* Timeline accent tick (process) */
.timeline-item { position: relative; }
.timeline-item .t-num { position: relative; }

/* Enquiry — sticky two-column layout */
.enquiry-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(48px, 6vw, 104px);
  align-items: start;
}
.enquiry-aside { position: sticky; top: 116px; }
.enquiry-aside h2 { margin-bottom: 22px; }
.enquiry-aside > p { color: var(--muted); max-width: 420px; }
.enquiry-steps {
  margin-top: 40px;
  border-top: 1px solid var(--line);
}
.enquiry-steps li {
  display: flex;
  gap: 18px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
  font-size: 15px;
  color: var(--ink-2);
}
.enquiry-steps li .es-num {
  font-family: var(--font-heading);
  font-size: 16px;
  color: var(--accent);
  flex-shrink: 0;
}
.enquiry-contact {
  margin-top: 40px;
  font-size: 15px;
  line-height: 1.9;
  color: var(--muted);
}
.enquiry-contact a {
  color: var(--ink);
  border-bottom: 1px solid var(--line);
  padding-bottom: 1px;
  transition: color 0.3s var(--ease), border-color 0.3s var(--ease);
}
.enquiry-contact a:hover { color: var(--accent); border-bottom-color: var(--accent); }
@media (max-width: 980px) {
  .enquiry-layout { grid-template-columns: 1fr; gap: 48px; }
  .enquiry-aside { position: static; }
}

/* About — studio stat strip (reuses .credentials styling base) */
.about-statline {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  border-top: 1px solid var(--line);
  margin-top: 8px;
}
.about-statline .stat { padding-top: 26px; }
.about-statline .stat .credential-num { font-size: clamp(40px, 4.6vw, 64px); margin-bottom: 14px; }
@media (max-width: 760px) {
  .about-statline { grid-template-columns: 1fr; gap: 0; }
  .about-statline .stat { border-bottom: 1px solid var(--line); padding-bottom: 26px; }
}

/* ==========================================================================
   HERO ARCHETYPES — varied per page + cinematic motion
   ========================================================================== */

/* Shared image frame */
.frame {
  position: relative;
  border: 1px solid var(--line);
  border-radius: var(--radius-img);
  overflow: hidden;
  box-shadow: 0 26px 62px rgba(26, 24, 19, 0.13);
  background: var(--paper-2);
}
.frame > img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* Clip-path wipe reveal (curtain uncovers image) */
.media-reveal img {
  clip-path: inset(0 0 0 100%);
  transition: clip-path 1.2s var(--ease);
}
.media-reveal.is-visible img { clip-path: inset(0 0 0 0); }

/* Slow Ken-Burns zoom */
.kenburns { animation: kenburns 17s ease-in-out infinite alternate; will-change: transform; }
@keyframes kenburns {
  from { transform: scale(1.002); }
  to { transform: scale(1.08); }
}

/* A — Home: layered overlap card */
.hero-overlap {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 1fr);
  align-items: center;
}
.hero-overlap-card {
  grid-column: 1; grid-row: 1; z-index: 2;
  background: var(--paper);
  border: 1px solid var(--line);
  box-shadow: 0 40px 90px rgba(26, 24, 19, 0.15);
  border-radius: var(--radius-img);
  padding: clamp(34px, 3.6vw, 58px);
  margin-right: clamp(-140px, -8vw, -72px);
}
.hero-overlap-card .heading-hero { font-size: clamp(38px, 5vw, 70px); }
.hero-overlap-media { grid-column: 2; grid-row: 1; }
.hero-overlap-media .frame { aspect-ratio: 3 / 4; }
@media (max-width: 900px) {
  .hero-overlap { grid-template-columns: minmax(0, 1fr); }
  .hero-overlap-media { grid-column: 1; grid-row: 1; }
  .hero-overlap-card { grid-column: 1; grid-row: 2; margin: -52px 12px 0; padding: 30px 26px; }
  .hero-overlap-media .frame { aspect-ratio: 4 / 3; }
}
@media (max-width: 560px) {
  .hero-overlap-card { margin: -48px 0 0; }
  .hero-overlap-card .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-overlap-card .hero-actions .btn { width: 100%; }
}

/* B — Furniture: edge-bleed image */
.hero-bleed {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 46vw);
  align-items: center;
  gap: clamp(36px, 4vw, 72px);
}
.hero-bleed-text {
  padding: 0 24px 0 max(40px, calc((100vw - var(--container-wide)) / 2 + 40px));
}
.hero-bleed-media .frame {
  aspect-ratio: 5 / 6;
  border-radius: var(--radius-img) 0 0 var(--radius-img);
  border-right: none;
}
@media (max-width: 900px) {
  .hero-bleed { grid-template-columns: 1fr; gap: 40px; }
  .hero-bleed-text { padding: 0 24px; }
  .hero-bleed-media .frame { aspect-ratio: 4 / 3; border-radius: var(--radius-img); border-right: 1px solid var(--line); }
}

/* C — Process: centered editorial cover */
.hero-cover-head { max-width: 1000px; margin: 0 auto; text-align: center; }
.hero-cover-head .hero-meta {
  justify-content: center;
  gap: 26px;
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 22px;
}
.hero-cover-head .lead { margin: 26px auto 0; }
.hero-cover-media { margin-top: clamp(48px, 6vw, 84px); width: 100%; }
.hero-cover-media .frame {
  aspect-ratio: 21 / 9;
  border-radius: 0;
  border-left: none;
  border-right: none;
}
@media (max-width: 760px) {
  .hero-cover-media .frame { aspect-ratio: 4 / 3; }
}

/* D — Craft: diptych with detail inset */
.hero-diptych {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 5vw, 84px);
  align-items: center;
}
.hero-diptych-media { position: relative; padding: 0 40px 40px 0; }
.hero-diptych-media .main { aspect-ratio: 4 / 5; }
.hero-diptych-media .inset {
  position: absolute;
  right: 0; bottom: 0;
  width: 46%;
  aspect-ratio: 1 / 1;
  border: 7px solid var(--paper);
  box-shadow: 0 26px 56px rgba(26, 24, 19, 0.22);
}
@media (max-width: 900px) {
  .hero-diptych { grid-template-columns: 1fr; gap: 36px; }
  .hero-diptych-media { padding: 0 22px 26px 0; }
  .hero-diptych-media .inset { width: 44%; border-width: 6px; }
}

/* E — About: immersive full-bleed banner + anchored text plate */
.hero-immersive { position: relative; padding-bottom: clamp(8px, 2vw, 24px); }
.hero-immersive-media {
  width: 100%;
  aspect-ratio: 16 / 9;
  max-height: 72vh;
  border-radius: 0;
  border-left: none;
  border-right: none;
  border-top: none;
  box-shadow: none;
}
.hero-immersive-panel {
  position: relative;
  z-index: 2;
  max-width: 720px;
  margin-top: clamp(-150px, -12vw, -96px);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-img);
  box-shadow: 0 40px 90px rgba(26, 24, 19, 0.15);
  padding: clamp(34px, 4vw, 56px);
}
.hero-immersive-panel .hero-meta { padding-bottom: 22px; margin-bottom: 26px; }
.hero-immersive-panel h1 { margin-bottom: 24px; }
.hero-immersive-panel .heading-page { font-size: clamp(36px, 4.6vw, 62px); }
.hero-immersive-panel .lead { max-width: 560px; }
@media (max-width: 760px) {
  .hero-immersive-media { aspect-ratio: 3 / 4; max-height: 66vh; }
  .hero-immersive-panel { margin-top: -60px; }
}

@media (prefers-reduced-motion: reduce) {
  .media-reveal img { clip-path: none !important; }
  .kenburns { animation: none !important; }
}

/* 404 — error page
   ========================================================================== */
.error-page { display: flex; align-items: center; min-height: calc(100vh - 220px); }
.error-code {
  display: block;
  font-family: var(--font-heading);
  font-size: clamp(120px, 21vw, 280px);
  font-weight: 300;
  line-height: 0.88;
  letter-spacing: -0.045em;
  color: var(--ink);
  margin-bottom: 12px;
}
.error-code-rule {
  width: 64px;
  height: 1px;
  background: var(--accent);
  margin: 0 auto 36px;
}
.error-links {
  margin-top: 56px;
  padding-top: 30px;
  border-top: 1px solid var(--line);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px 30px;
}
.error-links a {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  transition: color 0.3s var(--ease);
}
.error-links a:hover { color: var(--accent); }

/* Utility
   ========================================================================== */
.text-center { text-align: center; }
.text-center .eyebrow { justify-content: center; }
.muted { color: var(--muted); }
.mt-md { margin-top: 32px; }
.mt-lg { margin-top: 48px; }
