/* =========================================================================
   AUREWOOD DESIGNS — Luxury in every grain
   Design system: gold / charcoal / wood  ·  Cinzel + Cormorant + Jost
   ========================================================================= */

:root {
  /* Brand colour palette */
  --gold:        #c9a24e;
  --gold-light:  #ecd49a;
  --gold-bright: #f3e1ad;
  --gold-dark:   #a07b33;
  --wood:        #6e4a2a;
  --wood-light:  #9a6b38;

  /* Dark (ink) surfaces */
  --ink:         #15110b;
  --ink-2:       #1c1710;
  --ink-3:       #261f15;
  --ink-4:       #322817;

  /* Light (cream) surfaces */
  --cream:       #f8f3ea;
  --cream-2:     #efe6d6;
  --cream-3:     #e7dcc7;

  /* Text */
  --text-light:      #ece3d2;   /* on dark */
  --text-light-mut:  #b3a890;   /* on dark, muted */
  --text-dark:       #2a241b;   /* on light */
  --text-dark-mut:   #6b6253;   /* on light, muted */

  /* Lines */
  --line-dark:   rgba(201, 162, 78, .22);
  --line-light:  rgba(42, 36, 27, .12);

  /* Type */
  --font-display: 'Cinzel', Georgia, 'Times New Roman', serif;
  --font-serif:   'Cormorant Garamond', Georgia, serif;
  --font-sans:    'Jost', 'Segoe UI', system-ui, -apple-system, sans-serif;

  /* Metrics */
  --container: 1240px;
  --container-narrow: 880px;
  --radius: 4px;
  --radius-lg: 8px;
  --shadow-sm: 0 6px 20px rgba(0,0,0,.12);
  --shadow-md: 0 18px 50px rgba(0,0,0,.18);
  --shadow-gold: 0 14px 40px rgba(160,123,51,.30);
  --ease: cubic-bezier(.22,.61,.36,1);
  --t: .4s var(--ease);

  --header-h: 138px;
}

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

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

/* Offset in-page anchor jumps so targets clear the sticky header */
:target, section[id] { scroll-margin-top: calc(var(--header-h) + 28px); }

body {
  font-family: var(--font-sans);
  font-weight: 300;
  font-size: clamp(16px, 1.05vw, 17px);
  line-height: 1.75;
  color: var(--text-dark);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img, svg, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; transition: color var(--t); }
ul { list-style: none; padding: 0; }
button { font: inherit; cursor: pointer; border: 0; background: none; color: inherit; }
input, textarea, select { font: inherit; color: inherit; }

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

:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
  border-radius: 2px;
}

/* Custom scrollbar */
::-webkit-scrollbar { width: 11px; }
::-webkit-scrollbar-track { background: var(--ink-2); }
::-webkit-scrollbar-thumb { background: var(--gold-dark); border-radius: 8px; border: 2px solid var(--ink-2); }
::-webkit-scrollbar-thumb:hover { background: var(--gold); }

.skip-link {
  position: absolute; left: 16px; top: -60px;
  background: var(--gold); color: var(--ink);
  padding: 10px 18px; border-radius: var(--radius); z-index: 2000;
  font-family: var(--font-sans); font-weight: 500; transition: top .25s;
}
.skip-link:focus { top: 16px; }

/* ---------- Typography helpers ---------- */
h1, h2, h3, h4 { font-weight: 500; line-height: 1.12; color: inherit; }

.display {
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: .02em;
  line-height: 1.08;
}

.eyebrow {
  display: inline-flex; align-items: center; gap: .8em;
  font-family: var(--font-display);
  font-size: .74rem; font-weight: 600;
  letter-spacing: .32em; text-transform: uppercase;
  color: var(--gold-dark);
}
.eyebrow::before { content: ""; width: 34px; height: 1px; background: currentColor; opacity: .7; }
.eyebrow--center { justify-content: center; }
.eyebrow--center::after { content: ""; width: 34px; height: 1px; background: currentColor; opacity: .7; }
.on-dark .eyebrow, .eyebrow--light { color: var(--gold); }

.section-title {
  font-family: var(--font-serif);
  font-weight: 600;
  font-size: clamp(2rem, 4.4vw, 3.35rem);
  line-height: 1.06;
  letter-spacing: .005em;
}
.section-title .accent { color: var(--gold-dark); font-style: italic; }
.on-dark .section-title .accent { color: var(--gold); }

.lead {
  font-size: clamp(1.05rem, 1.6vw, 1.2rem);
  color: var(--text-dark-mut);
  line-height: 1.8;
}
.on-dark .lead { color: var(--text-light-mut); }

/* ---------- Layout ---------- */
.container { width: min(100% - 48px, var(--container)); margin-inline: auto; }
.container--narrow { width: min(100% - 48px, var(--container-narrow)); }

.section { padding: clamp(72px, 9vw, 132px) 0; position: relative; }
.section--tight { padding: clamp(54px, 6vw, 86px) 0; }

.on-dark  { background: var(--ink); color: var(--text-light); }
.on-ink-2 { background: var(--ink-2); color: var(--text-light); }
.on-cream-2 { background: var(--cream-2); }

.section-head { max-width: 720px; margin-bottom: clamp(40px, 5vw, 64px); }
.section-head--center { margin-inline: auto; text-align: center; }
.section-head .eyebrow { margin-bottom: 18px; }
.section-head .lead { margin-top: 20px; }

.divider-grain {
  height: 1px; border: 0;
  background: linear-gradient(90deg, transparent, var(--gold-dark), transparent);
  opacity: .5; margin: 0;
}

/* ---------- Buttons ---------- */
.btn {
  --bg: var(--gold); --fg: var(--ink);
  display: inline-flex; align-items: center; justify-content: center; gap: .65em;
  font-family: var(--font-sans); font-weight: 500;
  font-size: .82rem; letter-spacing: .14em; text-transform: uppercase;
  padding: 1.05em 2.2em; border-radius: var(--radius);
  background: var(--bg); color: var(--fg);
  border: 1px solid transparent;
  position: relative; overflow: hidden; isolation: isolate;
  transition: transform var(--t), box-shadow var(--t), background var(--t), color var(--t), border-color var(--t);
}
.btn svg { width: 1.05em; height: 1.05em; }
.btn--gold {
  background: linear-gradient(135deg, var(--gold-light), var(--gold) 55%, var(--gold-dark));
  color: var(--ink);
  box-shadow: var(--shadow-gold);
}
.btn--gold:hover { transform: translateY(-3px); box-shadow: 0 20px 48px rgba(160,123,51,.42); color: var(--ink); }
.btn--outline {
  background: transparent; color: var(--gold-dark);
  border-color: var(--gold-dark);
}
.btn--outline:hover { background: var(--gold-dark); color: var(--cream); transform: translateY(-3px); }
.on-dark .btn--outline { color: var(--gold); border-color: var(--gold); }
.on-dark .btn--outline:hover { background: var(--gold); color: var(--ink); }
.btn--ghost-light {
  background: transparent; color: var(--text-light); border-color: rgba(236,227,210,.4);
}
.btn--ghost-light:hover { border-color: var(--gold); color: var(--gold); transform: translateY(-3px); }
.btn--sm { padding: .8em 1.6em; font-size: .74rem; }
.btn--block { width: 100%; }

.text-link {
  display: inline-flex; align-items: center; gap: .55em;
  font-family: var(--font-sans); font-weight: 500; font-size: .8rem;
  letter-spacing: .14em; text-transform: uppercase; color: var(--gold-dark);
}
.text-link .arrow { transition: transform var(--t); }
.text-link:hover { color: var(--wood); }
.text-link:hover .arrow { transform: translateX(6px); }
.on-dark .text-link { color: var(--gold); }
.on-dark .text-link:hover { color: var(--gold-light); }

/* ============================ HEADER / NAV ============================ */
.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 1000;
  transition: background var(--t), box-shadow var(--t), backdrop-filter var(--t);
}
.topbar {
  background: var(--ink-2);
  color: var(--text-light-mut);
  font-size: .8rem; letter-spacing: .04em;
  border-bottom: 1px solid var(--line-dark);
  overflow: hidden;
  transition: max-height var(--t), opacity var(--t);
  max-height: 52px;
}
.topbar .container { display: flex; align-items: center; justify-content: space-between; height: 44px; }
.topbar a:hover { color: var(--gold); }
.topbar-info { display: flex; gap: 26px; align-items: center; }
.topbar-info span { display: inline-flex; align-items: center; gap: .5em; }
.topbar-info svg { width: 14px; height: 14px; color: var(--gold); }
.topbar-social { display: flex; gap: 16px; align-items: center; }
.topbar-social svg { width: 15px; height: 15px; }

.navbar { transition: background var(--t), box-shadow var(--t); }
.navbar .container {
  display: flex; align-items: center; justify-content: space-between;
  height: var(--header-h);
}

/* Brand wordmark */
.brand { display: inline-flex; align-items: center; gap: 14px; line-height: 1; }
.brand img.brand-mark { width: 46px; height: 46px; }
.brand .brand-emblem { display: block; height: 122px; width: auto; }
.site-header.scrolled .navbar .brand-emblem { height: 72px; transition: height var(--t); }
.footer-brand .brand-emblem { height: 96px; }
.brand-text { display: flex; flex-direction: column; gap: 3px; }
.brand-name {
  font-family: var(--font-display); font-weight: 600;
  font-size: 1.42rem; letter-spacing: .16em; color: var(--gold);
}
.brand-sub {
  font-family: var(--font-sans); font-weight: 300;
  font-size: .58rem; letter-spacing: .42em; text-transform: uppercase;
  color: var(--text-light-mut); padding-left: 2px;
}
/* When header sits on a light page hero before scroll, keep it readable via overlay */

/* Nav links */
.nav { display: flex; align-items: center; gap: 38px; }
.nav-links { display: flex; align-items: center; gap: 30px; }
.nav-links a {
  font-family: var(--font-sans); font-weight: 400;
  font-size: .82rem; letter-spacing: .12em; text-transform: uppercase;
  color: var(--text-light); position: relative; padding: 6px 0;
}
.nav-links a::after {
  content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 1.5px;
  background: var(--gold); transition: width var(--t);
}
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--gold-light); }
.nav-links a:hover::after, .nav-links a[aria-current="page"]::after { width: 100%; }

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

/* Scrolled state */
.site-header.scrolled .topbar { max-height: 0; opacity: 0; border-color: transparent; }
.site-header.scrolled .navbar {
  background: rgba(18,15,9,.92);
  backdrop-filter: blur(12px);
  box-shadow: 0 10px 30px rgba(0,0,0,.4);
  border-bottom: 1px solid var(--line-dark);
}
.site-header.scrolled .navbar .container { height: 84px; }

/* Mobile toggle */
.nav-toggle { display: none; width: 44px; height: 44px; flex-direction: column; justify-content: center; gap: 6px; }
.nav-toggle span { display: block; height: 2px; width: 26px; background: var(--gold-light); transition: transform var(--t), opacity var(--t); margin-left: auto; }
.nav-toggle span:nth-child(2) { width: 20px; }
body.nav-open .nav-toggle span:nth-child(1) { transform: translateY(8px) rotate(45deg); width: 26px; }
body.nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
body.nav-open .nav-toggle span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); width: 26px; }

/* ============================ HERO ============================ */
.hero {
  position: relative; min-height: 100vh; display: flex; align-items: center;
  color: var(--text-light);
  padding: calc(var(--header-h) + 60px) 0 90px;
  background:
    linear-gradient(90deg, rgba(16,13,8,.92) 0%, rgba(16,13,8,.74) 30%, rgba(16,13,8,.38) 58%, rgba(16,13,8,.16) 100%),
    linear-gradient(180deg, rgba(16,13,8,.70) 0%, rgba(16,13,8,.10) 24%, rgba(16,13,8,0) 52%, rgba(16,13,8,.82) 100%),
    url("../images/hero-kitchen.jpg") center / cover no-repeat,
    linear-gradient(160deg, #1c1710 0%, #15110b 55%, #100d08 100%);
  overflow: hidden;
}
.hero::before { /* wood grain wash — disabled over the photo hero (tiling seams showed over the image) */
  content: ""; position: absolute; inset: 0;
  background: url("../images/wood-texture.svg"); background-size: 620px;
  opacity: .06; mix-blend-mode: screen; pointer-events: none; display: none;
}
.hero::after { /* monogram watermark — hidden over the photo hero to keep the image clean */
  content: ""; position: absolute; right: -6%; top: 50%; transform: translateY(-50%);
  width: min(54vw, 680px); aspect-ratio: 1; opacity: .07;
  background: url("../images/monogram.svg") center/contain no-repeat;
  pointer-events: none; display: none;
}
.hero .container { position: relative; z-index: 2; }
.hero-inner { max-width: 760px; }
.hero .eyebrow { margin-bottom: 26px; }
.hero-title {
  font-family: var(--font-display); font-weight: 600;
  font-size: clamp(2.3rem, 5.2vw, 4.25rem); line-height: 1.04; letter-spacing: .01em;
  margin-bottom: 26px;
}
.hero-title .accent { color: var(--gold); font-style: normal; }
.hero-title .script {
  display: block; font-family: var(--font-serif); font-style: italic; font-weight: 500;
  color: var(--gold-light); letter-spacing: .01em; font-size: .92em; margin-top: .05em;
}
.hero-text { font-size: clamp(1.05rem, 1.7vw, 1.28rem); color: var(--text-light-mut); max-width: 600px; margin-bottom: 40px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 18px; align-items: center; }

.hero-meta {
  position: absolute; left: 0; right: 0; bottom: 30px; z-index: 2;
}
.hero-meta .container { display: flex; gap: 50px; flex-wrap: wrap; justify-content: space-between; border-top: 1px solid var(--line-dark); padding-top: 26px; }
.hero-stat { display: flex; flex-direction: column; }
.hero-stat b { font-family: var(--font-serif); font-size: 2.1rem; font-weight: 600; color: var(--gold-light); line-height: 1; }
.hero-stat span { font-size: .76rem; letter-spacing: .18em; text-transform: uppercase; color: var(--text-light-mut); margin-top: 8px; }

.scroll-cue {
  position: absolute; left: 50%; bottom: 24px; transform: translateX(-50%);
  display: none; flex-direction: column; align-items: center; gap: 8px; z-index: 2;
  font-size: .64rem; letter-spacing: .3em; text-transform: uppercase; color: var(--text-light-mut);
}
.scroll-cue .mouse { width: 22px; height: 36px; border: 1.5px solid var(--gold-dark); border-radius: 12px; position: relative; }
.scroll-cue .mouse::before { content: ""; position: absolute; left: 50%; top: 7px; width: 3px; height: 7px; background: var(--gold); border-radius: 2px; transform: translateX(-50%); animation: wheel 1.6s infinite; }
@keyframes wheel { 0%{opacity:0; transform: translate(-50%,0);} 30%{opacity:1;} 100%{opacity:0; transform: translate(-50%,11px);} }

/* Page hero (inner pages) */
.page-hero {
  position: relative; color: var(--text-light);
  padding: calc(var(--header-h) + 90px) 0 90px;
  background:
    radial-gradient(110% 120% at 85% 0%, rgba(201,162,78,.16), transparent 55%),
    linear-gradient(160deg, #1c1710, #15110b 70%);
  overflow: hidden; text-align: center;
}
.page-hero::before {
  content: ""; position: absolute; inset: 0;
  background: url("../images/wood-texture.svg"); background-size: 560px; opacity: .06; mix-blend-mode: screen;
}
.page-hero .container { position: relative; z-index: 2; }
.page-hero .eyebrow { margin-bottom: 20px; }
.page-hero h1 {
  font-family: var(--font-display); font-weight: 600;
  font-size: clamp(2.4rem, 5.5vw, 4rem); letter-spacing: .02em; margin-bottom: 18px;
}
.page-hero p { color: var(--text-light-mut); max-width: 620px; margin: 0 auto; font-size: 1.1rem; }
.breadcrumb { margin-top: 26px; font-size: .76rem; letter-spacing: .16em; text-transform: uppercase; color: var(--text-light-mut); }
.breadcrumb a:hover { color: var(--gold); }
.breadcrumb span { color: var(--gold); }

/* ============================ MEDIA PLACEHOLDERS ============================
   Swap a placeholder for a real photo by replacing the <div class="media placeholder">
   with: <div class="media"><img src="images/your-photo.jpg" alt="..."></div>
   ========================================================================= */
.media { position: relative; overflow: hidden; border-radius: var(--radius-lg); background: var(--ink-2); }
.media img { width: 100%; height: 100%; object-fit: cover; }
.media--landscape { aspect-ratio: 4/3; }
.media--wide { aspect-ratio: 16/10; }
.media--portrait { aspect-ratio: 3/4; }
.media--square { aspect-ratio: 1/1; }
.media--tall { aspect-ratio: 4/5; }

.placeholder {
  display: grid; place-content: center; text-align: center; gap: 10px;
  background:
    radial-gradient(120% 120% at 30% 20%, rgba(201,162,78,.18), transparent 60%),
    linear-gradient(150deg, #2a2114, #1b160e 70%);
  color: var(--gold-light);
}
.placeholder::before {
  content: ""; position: absolute; inset: 0;
  background: url("../images/wood-texture.svg"); background-size: 380px;
  opacity: .14; mix-blend-mode: screen;
}
.placeholder::after {
  content: ""; position: absolute; inset: 0; border: 1px solid var(--line-dark); border-radius: inherit; pointer-events: none;
}
.placeholder .ph-ico { width: 34px; height: 34px; opacity: .7; position: relative; z-index: 1; margin: 0 auto; }
.placeholder .ph-label {
  position: relative; z-index: 1;
  font-family: var(--font-display); font-weight: 600; font-size: .82rem;
  letter-spacing: .22em; text-transform: uppercase; color: var(--gold-light);
}
.placeholder .ph-sub {
  position: relative; z-index: 1; font-size: .64rem; letter-spacing: .26em;
  text-transform: uppercase; color: var(--text-light-mut);
}

/* ============================ ABOUT / SPLIT ============================ */
.split { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(40px, 6vw, 88px); align-items: center; }
.split--reverse .split-media { order: 2; }
.split-media { position: relative; }
.split-media .media { box-shadow: var(--shadow-md); }
.split-media .badge {
  position: absolute; right: -22px; bottom: -22px;
  background: linear-gradient(135deg, var(--gold-light), var(--gold-dark));
  color: var(--ink); border-radius: var(--radius-lg);
  padding: 22px 26px; box-shadow: var(--shadow-gold); text-align: center;
}
.split-media .badge b { font-family: var(--font-serif); font-size: 2.4rem; font-weight: 700; display: block; line-height: 1; }
.split-media .badge span { font-size: .68rem; letter-spacing: .16em; text-transform: uppercase; }
.split-body .section-title { margin: 18px 0 22px; }
.signature {
  margin-top: 30px; display: flex; align-items: center; gap: 18px;
}
.signature .sig-name { font-family: var(--font-serif); font-style: italic; font-size: 1.6rem; color: var(--gold-dark); }
.on-dark .signature .sig-name { color: var(--gold-light); }
.signature .sig-role { font-size: .76rem; letter-spacing: .14em; text-transform: uppercase; color: var(--text-dark-mut); }

.check-list { display: grid; gap: 14px; margin: 26px 0; }
.check-list li { display: flex; gap: 14px; align-items: flex-start; }
.check-list .tick {
  flex: none; width: 24px; height: 24px; border-radius: 50%;
  background: rgba(201,162,78,.16); color: var(--gold-dark);
  display: grid; place-content: center; margin-top: 3px;
}
.check-list .tick svg { width: 13px; height: 13px; }
.on-dark .check-list .tick { color: var(--gold); }

/* ============================ SERVICES GRID ============================ */
.grid { display: grid; gap: 28px; }
.grid--2 { grid-template-columns: repeat(2, 1fr); }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--4 { grid-template-columns: repeat(4, 1fr); }

.service-card {
  position: relative; background: var(--cream); border: 1px solid var(--line-light);
  border-radius: var(--radius-lg); padding: 40px 34px; overflow: hidden;
  transition: transform var(--t), box-shadow var(--t), border-color var(--t);
}
.on-dark .service-card, .on-ink-2 .service-card { background: var(--ink-2); border-color: var(--line-dark); }
.service-card::before {
  content: ""; position: absolute; left: 0; top: 0; height: 3px; width: 0;
  background: linear-gradient(90deg, var(--gold-light), var(--gold-dark)); transition: width var(--t);
}
.service-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-md); border-color: var(--gold-dark); }
.service-card:hover::before { width: 100%; }
.service-num {
  font-family: var(--font-serif); font-style: italic; font-size: 1.1rem; color: var(--gold-dark);
  position: absolute; top: 28px; right: 30px; opacity: .7;
}
.service-icon {
  width: 60px; height: 60px; border-radius: 50%;
  display: grid; place-content: center; margin-bottom: 24px;
  background: radial-gradient(circle at 35% 30%, rgba(236,212,154,.25), rgba(160,123,51,.12));
  border: 1px solid var(--line-dark); color: var(--gold-dark);
}
.on-dark .service-icon { color: var(--gold-light); }
.service-icon svg { width: 28px; height: 28px; }
.service-card h3 { font-family: var(--font-serif); font-size: 1.7rem; font-weight: 600; margin-bottom: 12px; }
.service-card p { color: var(--text-dark-mut); font-size: .96rem; margin-bottom: 20px; }
.on-dark .service-card p { color: var(--text-light-mut); }
.service-card .text-link { font-size: .74rem; }

/* ============================ PROCESS / STEPS ============================ */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; counter-reset: step; }
.step { position: relative; padding-top: 30px; }
.step::before {
  counter-increment: step; content: counter(step, decimal-leading-zero);
  font-family: var(--font-serif); font-size: 3.2rem; font-weight: 700;
  color: transparent; -webkit-text-stroke: 1px var(--gold-dark); opacity: .55; line-height: .8;
  display: block; margin-bottom: 14px;
}
.on-dark .step::before { -webkit-text-stroke-color: var(--gold); }
.step h3 { font-family: var(--font-serif); font-size: 1.4rem; font-weight: 600; margin-bottom: 10px; }
.step p { font-size: .92rem; color: var(--text-dark-mut); }
.on-dark .step p { color: var(--text-light-mut); }
.step .step-line { position: absolute; top: 16px; left: 64px; right: -13px; height: 1px; background: var(--line-dark); }
.step:last-child .step-line { display: none; }

/* ============================ STATS ============================ */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; text-align: center; }
.stats--three { grid-template-columns: repeat(3, 1fr); }
.stat b {
  font-family: var(--font-serif); font-weight: 700; line-height: 1;
  font-size: clamp(2.6rem, 5vw, 3.8rem);
  background: linear-gradient(135deg, var(--gold-light), var(--gold-dark));
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
  display: block;
}
.stat span { display: block; margin-top: 12px; font-size: .8rem; letter-spacing: .18em; text-transform: uppercase; color: var(--text-light-mut); }
.on-cream-2 .stat span, .section:not(.on-dark):not(.on-ink-2) .stat span { color: var(--text-dark-mut); }

/* ============================ FEATURES (why us) ============================ */
.feature { display: flex; gap: 20px; align-items: flex-start; }
.feature .feature-ico {
  flex: none; width: 54px; height: 54px; border-radius: var(--radius);
  display: grid; place-content: center; color: var(--gold-dark);
  background: rgba(201,162,78,.12); border: 1px solid var(--line-dark);
}
.on-dark .feature .feature-ico { color: var(--gold-light); }
.feature .feature-ico svg { width: 24px; height: 24px; }
.feature h3 { font-family: var(--font-serif); font-size: 1.35rem; font-weight: 600; margin-bottom: 6px; }
.feature p { font-size: .92rem; color: var(--text-dark-mut); }
.on-dark .feature p { color: var(--text-light-mut); }

/* ============================ PORTFOLIO ============================ */
.filters { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-bottom: 44px; }
.filter-btn {
  font-family: var(--font-sans); font-size: .76rem; font-weight: 500;
  letter-spacing: .14em; text-transform: uppercase; color: var(--text-dark-mut);
  padding: .72em 1.5em; border: 1px solid var(--line-light); border-radius: 40px;
  transition: all var(--t);
}
.on-dark .filter-btn { color: var(--text-light-mut); border-color: var(--line-dark); }
.filter-btn:hover { color: var(--gold-dark); border-color: var(--gold-dark); }
.on-dark .filter-btn:hover { color: var(--gold); border-color: var(--gold); }
.filter-btn.active { background: linear-gradient(135deg, var(--gold-light), var(--gold-dark)); color: var(--ink); border-color: transparent; }

.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.gallery-item { transition: opacity .45s var(--ease), transform .45s var(--ease); }
.gallery-item.hide { display: none; }
.project-card { position: relative; display: block; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); }
.project-card .media { border-radius: 0; }
.project-card .overlay {
  position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: flex-end;
  padding: 26px; color: var(--text-light);
  background: linear-gradient(to top, rgba(15,12,7,.9) 0%, rgba(15,12,7,.35) 45%, transparent 75%);
  opacity: 0; transform: translateY(12px); transition: opacity var(--t), transform var(--t);
}
.project-card:hover .overlay { opacity: 1; transform: translateY(0); }
.project-card:hover .media img { transform: scale(1.06); }
.project-card .media img { transition: transform .6s var(--ease); }
.project-cat { font-size: .68rem; letter-spacing: .2em; text-transform: uppercase; color: var(--gold-light); margin-bottom: 6px; }
.project-title { font-family: var(--font-serif); font-size: 1.5rem; font-weight: 600; }
.project-card .view-ico {
  position: absolute; top: 22px; right: 22px; width: 44px; height: 44px; border-radius: 50%;
  background: rgba(201,162,78,.92); color: var(--ink); display: grid; place-content: center;
  opacity: 0; transform: scale(.7); transition: all var(--t);
}
.project-card:hover .view-ico { opacity: 1; transform: scale(1); }

/* ============================ TESTIMONIALS ============================ */
.testimonials { position: relative; max-width: 880px; margin: 0 auto; text-align: center; }
.t-track { position: relative; min-height: 250px; }
.t-slide {
  position: absolute; inset: 0; opacity: 0; visibility: hidden;
  transform: translateY(14px); transition: opacity .6s var(--ease), transform .6s var(--ease);
}
.t-slide.active { opacity: 1; visibility: visible; transform: translateY(0); position: relative; }
.t-stars { display: flex; gap: 5px; justify-content: center; color: var(--gold); margin-bottom: 24px; }
.t-stars svg { width: 20px; height: 20px; }
.t-quote { font-family: var(--font-serif); font-style: italic; font-weight: 500; font-size: clamp(1.3rem, 2.6vw, 1.85rem); line-height: 1.5; color: var(--text-light); }
.on-cream-2 .t-quote, .section:not(.on-dark):not(.on-ink-2) .t-quote { color: var(--text-dark); }
.t-author { margin-top: 30px; display: flex; flex-direction: column; gap: 4px; align-items: center; }
.t-author .t-avatar {
  width: 56px; height: 56px; border-radius: 50%; margin-bottom: 10px;
  background: linear-gradient(135deg, var(--gold-light), var(--gold-dark));
  display: grid; place-content: center; color: var(--ink); font-family: var(--font-serif); font-weight: 700; font-size: 1.3rem;
}
.t-name { font-family: var(--font-sans); font-weight: 500; letter-spacing: .08em; }
.t-role { font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; color: var(--text-light-mut); }
.section:not(.on-dark):not(.on-ink-2) .t-role { color: var(--text-dark-mut); }
.t-quote-mark { font-family: var(--font-serif); font-size: 5rem; line-height: 0; color: var(--gold-dark); opacity: .4; margin-bottom: 26px; display: block; height: 30px; }
.t-controls { display: flex; gap: 14px; justify-content: center; margin-top: 38px; }
.t-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--line-dark); border: 1px solid var(--gold-dark); transition: all var(--t); }
.section:not(.on-dark):not(.on-ink-2) .t-dot { background: transparent; }
.t-dot.active { background: var(--gold); width: 28px; border-radius: 6px; }

/* ============================ BRAND / PARTNER STRIP ============================ */
.brand-strip { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: clamp(30px, 6vw, 72px); }
.brand-strip .brand-logo {
  font-family: var(--font-display); font-weight: 600; font-size: 1.15rem; letter-spacing: .12em;
  color: var(--text-light-mut); opacity: .75; transition: opacity var(--t), color var(--t); text-transform: uppercase;
}
.brand-strip .brand-logo:hover { opacity: 1; color: var(--gold-light); }

/* ============================ CTA BAND ============================ */
.cta-band {
  position: relative; overflow: hidden; text-align: center; color: var(--text-light);
  background:
    radial-gradient(100% 140% at 50% 0%, rgba(201,162,78,.2), transparent 60%),
    linear-gradient(135deg, #211a10, #14100a);
  padding: clamp(64px, 8vw, 110px) 0;
}
.cta-band::before {
  content: ""; position: absolute; inset: 0;
  background: url("../images/wood-texture.svg"); background-size: 520px; opacity: .07; mix-blend-mode: screen;
}
.cta-band .container { position: relative; z-index: 2; }
.cta-band h2 { font-family: var(--font-serif); font-size: clamp(2rem, 4.6vw, 3.2rem); font-weight: 600; margin-bottom: 18px; }
.cta-band p { color: var(--text-light-mut); max-width: 560px; margin: 0 auto 38px; font-size: 1.1rem; }
.cta-actions { display: flex; gap: 18px; justify-content: center; flex-wrap: wrap; }

/* ============================ CONTACT ============================ */
.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(40px, 6vw, 80px); align-items: start; }
/* Keep "We'd love to hear from you" on a single line within the narrower details column */
.contact-info .section-title { font-size: clamp(1.75rem, 3.5vw, 3rem); }
.contact-info .info-item { display: flex; gap: 18px; align-items: flex-start; padding: 22px 0; border-bottom: 1px solid var(--line-light); }
.on-dark .contact-info .info-item { border-color: var(--line-dark); }
.contact-info .info-item:first-of-type { padding-top: 0; }
.info-ico {
  flex: none; width: 50px; height: 50px; border-radius: 50%;
  display: grid; place-content: center; color: var(--gold-dark);
  background: rgba(201,162,78,.12); border: 1px solid var(--line-dark);
}
.on-dark .info-ico { color: var(--gold-light); }
.info-ico svg { width: 22px; height: 22px; }
.info-item h4 { font-size: .76rem; letter-spacing: .18em; text-transform: uppercase; color: var(--text-dark-mut); margin-bottom: 5px; font-weight: 500; }
.on-dark .info-item h4 { color: var(--text-light-mut); }
.info-item p, .info-item a { font-family: var(--font-serif); font-size: 1.2rem; color: inherit; }
.info-item a:hover { color: var(--gold-dark); }
.on-dark .info-item a:hover { color: var(--gold-light); }

.form-card {
  background: var(--cream); border: 1px solid var(--line-light); border-radius: var(--radius-lg);
  padding: clamp(28px, 4vw, 46px); box-shadow: var(--shadow-sm);
}
.on-dark .form-card { background: var(--ink-2); border-color: var(--line-dark); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.field { margin-bottom: 22px; }
.field label { display: block; font-size: .76rem; letter-spacing: .12em; text-transform: uppercase; color: var(--text-dark-mut); margin-bottom: 9px; font-weight: 500; }
.on-dark .field label { color: var(--text-light-mut); }
.field input, .field textarea, .field select {
  width: 100%; padding: 14px 16px; background: var(--cream-2);
  border: 1px solid var(--line-light); border-radius: var(--radius);
  font-family: var(--font-sans); font-weight: 300; transition: border-color var(--t), background var(--t), box-shadow var(--t);
}
.on-dark .field input, .on-dark .field textarea, .on-dark .field select { background: var(--ink-3); border-color: var(--line-dark); color: var(--text-light); }
.field input:focus, .field textarea:focus, .field select:focus {
  outline: none; border-color: var(--gold-dark); background: var(--cream);
  box-shadow: 0 0 0 3px rgba(201,162,78,.16);
}
.on-dark .field input:focus, .on-dark .field textarea:focus, .on-dark .field select:focus { background: var(--ink-2); }
.field textarea { resize: vertical; min-height: 130px; }
.form-note { font-size: .82rem; color: var(--text-dark-mut); margin-top: 6px; }
.on-dark .form-note { color: var(--text-light-mut); }
.form-status { margin-top: 18px; padding: 14px 18px; border-radius: var(--radius); font-size: .9rem; display: none; }
.form-status.show { display: block; }
.form-status.success { background: rgba(96,140,80,.16); color: #6f9a57; border: 1px solid rgba(111,154,87,.4); }
.form-status.error { background: rgba(170,70,60,.14); color: #c97b72; border: 1px solid rgba(201,123,114,.4); }

.map-embed { border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--line-light); box-shadow: var(--shadow-sm); }
.map-embed iframe { width: 100%; height: 420px; border: 0; display: block; filter: grayscale(.3) contrast(1.05); }

/* ============================ FAQ ============================ */
.faq { max-width: 820px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--line-light); }
.on-dark .faq-item { border-color: var(--line-dark); }
.faq-q {
  width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 20px;
  padding: 26px 0; text-align: left; font-family: var(--font-serif); font-size: 1.3rem; font-weight: 600;
  transition: color var(--t);
}
.faq-q:hover { color: var(--gold-dark); }
.on-dark .faq-q:hover { color: var(--gold-light); }
.faq-q .faq-icon { flex: none; width: 32px; height: 32px; border-radius: 50%; border: 1px solid var(--gold-dark); display: grid; place-content: center; position: relative; transition: background var(--t); }
.faq-q .faq-icon::before, .faq-q .faq-icon::after { content: ""; position: absolute; background: var(--gold-dark); transition: transform var(--t), background var(--t); }
.faq-q .faq-icon::before { width: 12px; height: 2px; }
.faq-q .faq-icon::after { width: 2px; height: 12px; }
.faq-item.open .faq-q .faq-icon { background: var(--gold-dark); }
.faq-item.open .faq-q .faq-icon::before, .faq-item.open .faq-q .faq-icon::after { background: var(--ink); }
.faq-item.open .faq-q .faq-icon::after { transform: scaleY(0); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .45s var(--ease); }
.faq-a-inner { padding: 0 0 26px; color: var(--text-dark-mut); }
.on-dark .faq-a-inner { color: var(--text-light-mut); }

/* ============================ JOURNEY (about) ============================ */
.journey { max-width: 860px; margin: clamp(40px, 5vw, 60px) auto 0; }
.journey-step { display: grid; grid-template-columns: auto 1fr; gap: clamp(20px, 3vw, 34px); align-items: start; padding: clamp(26px, 3.5vw, 38px) 0; }
.journey-step + .journey-step { border-top: 1px solid var(--line-light); }
.journey-step:first-child { padding-top: 0; }
.journey-step:last-child { padding-bottom: 0; }
.journey-num { font-family: var(--font-display); font-weight: 600; font-size: clamp(2rem, 4vw, 2.7rem); line-height: 1; color: var(--gold-dark); min-width: 2.2ch; }
.journey-text h3 { font-family: var(--font-display); font-weight: 600; font-size: clamp(1.3rem, 2.4vw, 1.6rem); color: var(--text-dark); margin-bottom: 12px; }
.journey-text p { color: var(--text-dark-mut); }
/* Legibility when the journey sits on a dark section (about page uses on-ink-2) */
.on-dark .journey-num, .on-ink-2 .journey-num { color: var(--gold); }
.on-dark .journey-text h3, .on-ink-2 .journey-text h3 { color: var(--text-light); }
.on-dark .journey-text p, .on-ink-2 .journey-text p { color: var(--text-light-mut); }
.on-dark .journey-step + .journey-step, .on-ink-2 .journey-step + .journey-step { border-color: var(--line-dark); }
@media (max-width: 600px) { .journey-step { grid-template-columns: 1fr; gap: 8px; } .journey-num { font-size: 1.7rem; } }

/* ============================ LEGAL PAGES (Terms / Privacy) ============================ */
.legal { counter-reset: clause; }
.legal__meta {
  font-size: .82rem; letter-spacing: .03em; color: var(--text-dark-mut);
  padding-bottom: 24px; border-bottom: 1px solid var(--line-light);
}
.legal__intro { font-size: 1.1rem; line-height: 1.85; color: var(--text-dark-mut); margin-top: 28px; }
.legal h2 {
  counter-increment: clause;
  font-family: var(--font-serif); font-weight: 600;
  font-size: clamp(1.45rem, 2.8vw, 1.95rem); line-height: 1.18;
  color: var(--text-dark); margin: 52px 0 0;
}
.legal h2::before { content: counter(clause) ".\00a0\00a0"; color: var(--gold-dark); font-style: italic; }
.legal h3 {
  font-family: var(--font-display); font-weight: 600;
  font-size: 1rem; letter-spacing: .02em; color: var(--text-dark); margin: 28px 0 0;
}
.legal p { margin-top: 15px; }
.legal ul { margin-top: 15px; display: grid; gap: 11px; }
.legal li { position: relative; padding-left: 26px; }
.legal li::before {
  content: ""; position: absolute; left: 3px; top: .62em;
  width: 7px; height: 7px; border: 1px solid var(--gold-dark); transform: rotate(45deg);
}
.legal a { color: var(--gold-dark); text-decoration: underline; text-underline-offset: 3px; }
.legal a:hover { color: var(--gold); }
.legal strong { font-weight: 500; }
.legal__note {
  margin-top: 34px; padding: 22px 26px;
  background: var(--cream-2); border-left: 3px solid var(--gold-dark); border-radius: var(--radius);
  font-size: .94rem; line-height: 1.7; color: var(--text-dark-mut);
}
.legal__note strong { color: var(--text-dark); }

/* ============================ FOOTER ============================ */
.site-footer { background: var(--ink); color: var(--text-light-mut); padding-top: clamp(64px, 8vw, 100px); position: relative; }
.site-footer::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 1px; background: linear-gradient(90deg, transparent, var(--gold-dark), transparent); opacity: .6; }
.footer-top { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.3fr; gap: 48px; padding-bottom: 60px; }
.footer-brand .brand { margin-bottom: 22px; }
.footer-brand p { font-size: .95rem; max-width: 320px; margin-bottom: 24px; }
.footer-social { display: flex; gap: 14px; }
.footer-social a {
  width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--line-dark);
  display: grid; place-content: center; color: var(--text-light-mut); transition: all var(--t);
}
.footer-social a:hover { background: var(--gold); color: var(--ink); border-color: var(--gold); transform: translateY(-3px); }
.footer-social svg { width: 17px; height: 17px; }
.footer-col h4 { font-family: var(--font-display); font-weight: 600; font-size: .82rem; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); margin-bottom: 22px; }
.footer-col ul { display: grid; gap: 13px; }
.footer-col a { font-size: .95rem; }
.footer-col a:hover { color: var(--gold-light); padding-left: 4px; }
.footer-contact li { display: flex; gap: 12px; align-items: flex-start; margin-bottom: 15px; font-size: .95rem; }
.footer-contact svg { width: 17px; height: 17px; color: var(--gold); flex: none; margin-top: 3px; }
.footer-bottom { border-top: 1px solid var(--line-dark); padding: 26px 0; display: flex; justify-content: space-between; align-items: center; gap: 16px 28px; flex-wrap: wrap; font-size: .84rem; }
.footer-bottom a:hover { color: var(--gold); }
.footer-legal { display: flex; gap: 22px; flex-wrap: wrap; }
.footer-legal a { color: var(--text-light-mut); }

/* ============================ BACK TO TOP ============================ */
.to-top {
  position: fixed; right: 26px; bottom: 26px; z-index: 900;
  width: 50px; height: 50px; border-radius: 50%;
  background: linear-gradient(135deg, var(--gold-light), var(--gold-dark)); color: var(--ink);
  display: grid; place-content: center; box-shadow: var(--shadow-gold);
  opacity: 0; visibility: hidden; transform: translateY(16px); transition: all var(--t);
}
.to-top.show { opacity: 1; visibility: visible; transform: translateY(0); }
.to-top:hover { transform: translateY(-4px); }
.to-top svg { width: 20px; height: 20px; }

/* ============================ SCROLL REVEAL ============================ */
/* Hidden state applies only when JS is active (html.js); without JS the
   content stays fully visible so the site never renders blank. */
.js .reveal { opacity: 0; transform: translateY(34px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.js .reveal.is-visible { opacity: 1; transform: none; }
.reveal-delay-1 { transition-delay: .1s; }
.reveal-delay-2 { transition-delay: .2s; }
.reveal-delay-3 { transition-delay: .3s; }

/* ============================ RESPONSIVE ============================ */
@media (max-width: 1024px) {
  .grid--4 { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .step .step-line { display: none; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 40px; }
  .gallery { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 860px) {
  .nav-links, .nav-cta, .topbar { display: none; }
  .site-header.scrolled .topbar { display: none; }
  .nav-toggle { display: flex; }

  .nav {
    position: fixed; inset: 0 0 0 auto; width: min(86vw, 380px);
    background: var(--ink-2); flex-direction: column; align-items: stretch; justify-content: flex-start;
    padding: calc(var(--header-h) + 20px) 34px 40px; gap: 0;
    transform: translateX(100%); transition: transform .45s var(--ease);
    box-shadow: -20px 0 60px rgba(0,0,0,.5); z-index: 999; overflow-y: auto;
  }
  body.nav-open .nav { transform: translateX(0); }
  .nav-links { display: flex; flex-direction: column; align-items: stretch; gap: 0; width: 100%; }
  .nav-links a { padding: 18px 0; border-bottom: 1px solid var(--line-dark); font-size: 1rem; letter-spacing: .14em; }
  .nav-links a::after { display: none; }
  .nav-cta { display: inline-flex; margin-top: 26px; }
  .nav-backdrop { position: fixed; inset: 0; background: rgba(10,8,5,.6); opacity: 0; visibility: hidden; transition: opacity var(--t); z-index: 998; }
  body.nav-open .nav-backdrop { opacity: 1; visibility: visible; }
}

@media (max-width: 760px) {
  .grid--2, .grid--3 { grid-template-columns: 1fr; }
  .split { grid-template-columns: 1fr; }
  .split--reverse .split-media { order: 0; }
  .split-media .badge { right: 16px; bottom: -18px; }
  .stats { grid-template-columns: repeat(2, 1fr); gap: 36px 20px; }
  .contact-grid { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .hero-meta { position: static; transform: none; margin-top: 50px; }
  .hero-meta .container { gap: 30px; }
  .hero { min-height: auto; }
  .scroll-cue { display: none; }
  .footer-top { grid-template-columns: 1fr; gap: 36px; }
  .footer-bottom { flex-direction: column; text-align: center; }
}

@media (max-width: 460px) {
  .stats { grid-template-columns: 1fr; }
  .brand-sub { letter-spacing: .3em; }
  .btn { width: 100%; }
  .hero-actions, .cta-actions { width: 100%; }
}

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