/* ============================================================
   CULTURE CLICKS — Premium V
   Light · Editorial · Warm · Broadly welcoming
   ------------------------------------------------------------
   Palette : Ivory #f8f4ee · Charcoal #2c2925 · Gold #b0925a
             + soft imagery colour. No dark/black blocks.
   Type    : Cormorant Garamond (display) · Jost (ui/body)
   ============================================================ */

:root {
  --ivory:    #f8f4ee;
  --ivory-2:  #ece3d2;
  --white:    #ffffff;
  --espresso: #1b1712;
  --mocha:    #55483a;
  --ink:      #2c2925;
  --ink-soft: #524c43;
  --gold:     #b0925a;
  --gold-deep:#7a5d23;
  --gold-light:#c9ad78;
  --blush:    #cdb7a6;
  --muted:    #8f8578;

  --line:      rgba(44, 41, 37, 0.14);
  --line-2:    rgba(44, 41, 37, 0.08);
  --line-gold: rgba(176, 146, 90, 0.42);

  --serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --sans:  "Jost", "Helvetica Neue", Arial, sans-serif;

  --ease:      cubic-bezier(0.19, 1, 0.22, 1);
  --ease-soft: cubic-bezier(0.33, 1, 0.68, 1);
  --pad-x: clamp(1.5rem, 6vw, 7rem);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
.lenis.lenis-stopped { overflow: hidden; }

body {
  font-family: var(--sans);
  background: var(--ivory);
  color: var(--ink);
  font-weight: 300;
  line-height: 1.75;
  letter-spacing: 0.01em;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
::selection { background: var(--gold); color: var(--white); }

/* ---------- TYPOGRAPHY ---------- */
h1, h2, h3, h4 { font-family: var(--serif); font-weight: 400; line-height: 1.06; letter-spacing: 0.005em; }

.eyebrow { font-family: var(--sans); font-size: 0.7rem; font-weight: 400; letter-spacing: 0.4em; text-transform: uppercase; color: var(--gold-deep); }

.display { font-size: clamp(3rem, 8vw, 8rem); font-weight: 300; }
.h-xl { font-size: clamp(2.6rem, 6vw, 5.8rem); }
.h-lg { font-size: clamp(2.1rem, 4.6vw, 4.2rem); }
.h-md { font-size: clamp(1.8rem, 3vw, 2.7rem); }
.serif-lead { font-family: var(--serif); font-weight: 300; font-size: clamp(1.5rem, 3.2vw, 2.9rem); line-height: 1.36; }
.muted { color: var(--muted); }

.split-mask .line { overflow: hidden; padding-bottom: 0.08em; margin-bottom: -0.08em; }

/* ---------- CHROME: cursor + preloader ---------- */
.cursor-dot, .cursor-ring { position: fixed; top: 0; left: 0; z-index: 9500; pointer-events: none; border-radius: 50%; }
.cursor-dot  { width: 6px; height: 6px; background: var(--gold-deep); transform: translate(-50%, -50%); }
.cursor-ring { width: 40px; height: 40px; border: 1px solid var(--line-gold); transform: translate(-50%, -50%); transition: width 0.35s var(--ease), height 0.35s var(--ease), background 0.35s var(--ease); }
.cursor-ring.grow { width: 70px; height: 70px; background: rgba(176,146,90,0.07); border-color: transparent; }
@media (pointer: fine) { body { cursor: none; } a, button, .magnetic { cursor: none; } }
@media (pointer: coarse) { .cursor-dot, .cursor-ring { display: none; } }

.loader { position: fixed; inset: 0; z-index: 9800; background: var(--ivory); color: var(--ink); display: flex; align-items: center; justify-content: center; flex-direction: column; }
.loader-brand { font-family: var(--serif); font-size: clamp(2rem, 6vw, 4.2rem); font-weight: 300; letter-spacing: 0.12em; text-align: center; opacity: 0; }
.loader-brand small { display: block; font-family: var(--sans); font-size: 0.16em; letter-spacing: 0.5em; color: var(--gold-deep); margin-top: 0.7rem; }
.loader-count { position: absolute; bottom: clamp(1.5rem, 4vw, 3rem); right: var(--pad-x); font-family: var(--serif); font-size: clamp(3rem, 10vw, 7rem); color: var(--gold); line-height: 1; }
.loader-count::after { content: "%"; font-size: 0.4em; vertical-align: super; margin-left: 0.1em; }

/* ---------- NAV ---------- */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 90; display: flex; align-items: center; justify-content: space-between; padding: 1.6rem var(--pad-x); color: var(--white); transition: padding 0.5s var(--ease), background 0.5s var(--ease), color 0.5s var(--ease), border-color 0.5s var(--ease); border-bottom: 1px solid transparent; }
.nav.solid { background: rgba(248,244,238,0.92); backdrop-filter: blur(14px); color: var(--ink); padding-top: 1.05rem; padding-bottom: 1.05rem; border-bottom-color: var(--line-2); }
.nav-brand { font-family: var(--serif); font-size: 1.5rem; letter-spacing: 0.2em; text-transform: uppercase; font-weight: 400; }
.nav-brand small { display: block; font-family: var(--sans); font-size: 0.5rem; letter-spacing: 0.42em; color: var(--gold-light); margin-top: 2px; }
.nav.solid .nav-brand small { color: var(--gold-deep); }
.nav-links { display: flex; align-items: center; gap: 2.5rem; list-style: none; }
.nav-links a { font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase; position: relative; padding: 4px 0; }
.nav-links a::after { content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 1px; background: currentColor; transition: width 0.45s var(--ease); }
.nav-links a:hover::after { width: 100%; }
.nav-enquire { border: 1px solid currentColor; padding: 0.7em 1.6em !important; border-radius: 2px; }
.nav-enquire::after { display: none !important; }
.nav-toggle { display: none; flex-direction: column; gap: 6px; background: none; border: none; cursor: pointer; }
.nav-toggle span { width: 27px; height: 1.4px; background: currentColor; transition: transform 0.4s var(--ease), opacity 0.3s; }

/* ---------- BUTTONS ---------- */
.magnetic { display: inline-block; will-change: transform; }
.btn { display: inline-block; font-family: var(--sans); font-size: 0.72rem; letter-spacing: 0.24em; text-transform: uppercase; padding: 1.2em 2.7em; border: 1px solid var(--gold); background: var(--gold); color: var(--white); border-radius: 2px; position: relative; overflow: hidden; transition: color 0.5s var(--ease); z-index: 0; }
.btn::after { content: ""; position: absolute; inset: 0; background: var(--ink); transform: translateY(101%); transition: transform 0.5s var(--ease); z-index: -1; }
.btn:hover { color: var(--white); }
.btn:hover::after { transform: translateY(0); }
.btn-ghost { background: transparent; color: var(--gold-deep); }
.btn-ghost::after { background: var(--gold); }
.btn-ghost:hover { color: var(--white); }
.btn-light { border-color: var(--white); background: var(--white); color: var(--ink); }
.btn-light::after { background: var(--gold); }
.btn-light:hover { color: var(--white); }
.btn-light-ghost { border-color: rgba(255,255,255,0.75); background: transparent; color: var(--white); }
.btn-light-ghost::after { background: var(--white); }
.btn-light-ghost:hover { color: var(--ink); }

.link-arrow { display: inline-flex; align-items: center; gap: 0.6em; font-family: var(--sans); font-size: 0.74rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink); position: relative; padding-bottom: 6px; }
.link-arrow::after { content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background: var(--gold); transform: scaleX(1); transform-origin: right; transition: transform 0.45s var(--ease); }
.link-arrow:hover::after { transform: scaleX(0); transform-origin: left; }
.link-arrow .ar { transition: transform 0.4s var(--ease); color: var(--gold-deep); }
.link-arrow:hover .ar { transform: translateX(5px); }

/* ---------- LAYOUT ---------- */
.pad { padding-left: var(--pad-x); padding-right: var(--pad-x); }
.section { padding-top: clamp(6rem, 12vw, 12rem); padding-bottom: clamp(6rem, 12vw, 12rem); position: relative; }
.section.tight-top { padding-top: clamp(4rem, 7vw, 7rem); }
.section.tight-bottom { padding-bottom: clamp(3.5rem, 6vw, 6rem); }
.section.reviews { padding-top: clamp(4rem, 7vw, 7rem); }
.alt { background: var(--ivory-2); }
.index-num { position: absolute; top: clamp(2rem, 5vw, 4rem); right: var(--pad-x); font-family: var(--serif); font-size: clamp(2.6rem, 7vw, 6rem); line-height: 1; color: transparent; -webkit-text-stroke: 1px rgba(176,146,90,0.28); pointer-events: none; user-select: none; }

/* ---------- HERO ---------- */
.hero { position: relative; height: 100vh; min-height: 660px; overflow: hidden; display: flex; align-items: flex-end; color: var(--white); }
.hero-media { position: absolute; inset: -8% 0 0 0; height: 116%; will-change: transform; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero::after { content: ""; position: absolute; inset: 0; background:
  linear-gradient(180deg, rgba(30,26,22,0.34) 0%, rgba(30,26,22,0.04) 26%, rgba(30,26,22,0.12) 54%, rgba(30,26,22,0.72) 100%); }
.hero-inner { position: relative; z-index: 3; width: 100%; padding: 0 var(--pad-x) clamp(3.5rem, 8vw, 6rem); }
.hero .eyebrow { display: inline-block; margin-bottom: 1.5rem; color: var(--gold-light); }
.hero h1 { margin-bottom: 1.6rem; max-width: 16ch; text-shadow: 0 2px 40px rgba(30,26,22,0.4); }
.hero-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; flex-wrap: wrap; }
.hero-sub { font-family: var(--serif); font-size: clamp(1.2rem, 2vw, 1.7rem); max-width: 40ch; color: rgba(255,255,255,0.94); text-shadow: 0 1px 22px rgba(30,26,22,0.5); }
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; }
.hero-scroll { position: absolute; bottom: clamp(1.5rem, 4vw, 2.4rem); left: 50%; transform: translateX(-50%); z-index: 3; display: flex; flex-direction: column; align-items: center; gap: 0.7rem; font-size: 0.58rem; letter-spacing: 0.35em; text-transform: uppercase; color: var(--white); }
.hero-scroll .ln { width: 2px; height: 48px; background: linear-gradient(#ffffff, rgba(255,255,255,0)); animation: scrollLn 2.2s var(--ease-soft) infinite; transform-origin: top; }
@keyframes scrollLn { 0%,100% { transform: scaleY(0.35); opacity: 0.5; } 50% { transform: scaleY(1); opacity: 1; } }

/* ---------- ETHOS ---------- */
.ethos { display: grid; grid-template-columns: 1fr 1.4fr; gap: clamp(2rem, 6vw, 6rem); align-items: start; }
.ethos .col-label { position: sticky; top: 30vh; }
.ethos .emblem { width: 48px; height: 48px; color: var(--gold); margin-bottom: 1.7rem; }
.ethos .col-label .eyebrow { display: block; margin-bottom: 1rem; }
.ethos .col-label .k { font-family: var(--serif); font-size: 1.6rem; color: var(--ink); }
.ethos .statement p { margin-bottom: 1.6rem; }
.ethos .statement .em { color: var(--gold-deep); font-style: italic; }
.ethos .rule { width: 70px; height: 1px; background: var(--gold); margin-top: 2.4rem; }

/* ---------- SERVICES ---------- */
.services .s-head { text-align: center; max-width: 960px; margin: 0 auto clamp(3.5rem, 7vw, 5.5rem); }
.services .s-head .eyebrow { display: block; margin-bottom: 1.3rem; }
.services .s-head h2 { white-space: nowrap; }
.services .s-head p { color: var(--muted); margin: 1.4rem auto 0; max-width: 48ch; }
@media (max-width: 640px) { .services .s-head h2 { white-space: normal; } }
.svc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.5rem, 3vw, 2.6rem); }
.svc { position: relative; overflow: hidden; border-radius: 3px; background: var(--white); box-shadow: 0 20px 50px -30px rgba(44,41,37,0.35); }
.svc-fig { position: relative; overflow: hidden; aspect-ratio: 4/3.2; }
.svc-fig img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s var(--ease); }
.svc:hover .svc-fig img { transform: scale(1.05); }
.svc-fig .num { position: absolute; top: 1.4rem; left: 1.6rem; z-index: 2; font-family: var(--serif); font-size: 1rem; letter-spacing: 0.1em; color: var(--white); }
.svc-body { padding: clamp(1.8rem, 3vw, 2.8rem); }
.svc-body h3 { font-size: clamp(2rem, 3vw, 2.8rem); margin-bottom: 0.9rem; }
.svc-body > p { color: var(--ink-soft); max-width: 46ch; margin-bottom: 1.6rem; }
.svc-tags { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-bottom: 1.8rem; }
.svc-tags span { font-size: 0.64rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-soft); border: 1px solid var(--line); border-radius: 100px; padding: 0.5em 1em; }

/* ---------- EVERYTHING HANDLED (warm band) ---------- */
.everything { background: var(--mocha); color: var(--ivory); text-align: center; padding: clamp(3.5rem, 6vw, 5.5rem) 0 clamp(4rem, 6vw, 5.5rem); overflow: hidden; }
.everything .eyebrow { display: block; margin-bottom: 1.1rem; color: var(--gold-light); }
.everything h2 { color: var(--ivory); margin-bottom: 1rem; }
.everything .lead { max-width: 56ch; margin: 0 auto 2.8rem; color: rgba(248,244,238,0.66); font-size: 1.02rem; }
.everything .chips { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.6rem; max-width: 940px; margin: 0.4rem auto 0; }
.everything .chips span { font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(248,244,238,0.86); border: 1px solid rgba(201,173,120,0.42); border-radius: 100px; padding: 0.7em 1.3em; transition: background 0.3s var(--ease), color 0.3s var(--ease), border-color 0.3s var(--ease); }
.everything .chips span:hover { background: var(--gold); color: var(--espresso); border-color: var(--gold); }

/* ---------- PORTFOLIO ---------- */
.portfolio .p-head { max-width: 42ch; margin-bottom: clamp(3rem, 7vw, 5.5rem); }
.portfolio .p-head .eyebrow { display: block; margin-bottom: 1.2rem; }
.p-row { display: grid; gap: clamp(1.4rem, 3vw, 3rem); margin-bottom: clamp(3rem, 6vw, 6rem); align-items: center; }
.p-row.two { grid-template-columns: 1.2fr 0.8fr; }
.p-row.two.flip { grid-template-columns: 0.8fr 1.2fr; }
.p-row.trio { grid-template-columns: repeat(3, 1fr); align-items: stretch; }
.p-row.one { grid-template-columns: 1fr; }
.p-fig { position: relative; overflow: hidden; border-radius: 2px; }
.p-fig img { width: 100%; height: 100%; object-fit: cover; will-change: transform; }
.p-fig.tall img { aspect-ratio: 3/4; }
.p-fig.wide img { aspect-ratio: 16/10; }
.p-fig.sq img { aspect-ratio: 4/5; }
.p-fig.hero-fig img { aspect-ratio: 21/9; object-position: center 35%; }
.p-fig .cap { position: absolute; left: 0; right: 0; bottom: 0; padding: 1.4rem 1.6rem; color: var(--white); background: linear-gradient(transparent, rgba(30,26,22,0.72)); opacity: 0; transform: translateY(10px); transition: all 0.5s var(--ease); }
.p-fig:hover .cap { opacity: 1; transform: translateY(0); }
.p-fig .cap .t { font-family: var(--serif); font-size: 1.4rem; }
.p-fig .cap .s { font-size: 0.64rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold-light); }
.p-meta .k { font-family: var(--sans); font-size: 0.66rem; letter-spacing: 0.26em; text-transform: uppercase; color: var(--gold-deep); }
.p-meta h3 { font-size: clamp(1.8rem, 3vw, 2.6rem); margin: 0.6rem 0 0.7rem; }
.p-meta p { color: var(--ink-soft); max-width: 36ch; }

/* ---------- CAROUSEL ---------- */
.carousel { position: relative; margin-top: clamp(2.5rem, 5vw, 4rem); }
.carousel-track { display: flex; gap: clamp(1rem, 2vw, 1.6rem); overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; scrollbar-width: none; -ms-overflow-style: none; padding-bottom: 0.4rem; }
.carousel-track::-webkit-scrollbar { display: none; }
.c-slide { position: relative; flex: 0 0 calc((100% - 2 * clamp(1rem, 2vw, 1.6rem)) / 3); scroll-snap-align: start; overflow: hidden; border-radius: 2px; }
.c-slide img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; display: block; transition: transform 1s var(--ease); }
.c-slide:hover img { transform: scale(1.05); }
.c-slide .cap { position: absolute; left: 0; right: 0; bottom: 0; padding: 1.3rem 1.5rem; color: var(--white); background: linear-gradient(transparent, rgba(27,23,18,0.78)); }
.c-slide .cap .s { display: block; font-size: 0.62rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold-light); margin-bottom: 0.2rem; }
.c-slide .cap .t { font-family: var(--serif); font-size: clamp(1.3rem, 1.8vw, 1.6rem); }
.carousel-nav { display: flex; gap: 0.8rem; justify-content: flex-end; margin-top: 1.6rem; }
.c-btn { width: 52px; height: 52px; border-radius: 50%; border: 1px solid var(--line-gold); background: transparent; color: var(--gold-deep); font-size: 1.15rem; display: grid; place-items: center; cursor: pointer; transition: background 0.4s var(--ease), color 0.4s var(--ease), border-color 0.4s var(--ease), opacity 0.4s var(--ease); }
.c-btn:hover { background: var(--gold); color: var(--white); border-color: var(--gold); }
.c-btn:disabled { opacity: 0.3; cursor: default; }
.c-btn:disabled:hover { background: transparent; color: var(--gold-deep); border-color: var(--line-gold); }
@media (max-width: 860px) { .c-slide { flex-basis: calc((100% - 1rem) / 2); } }
@media (max-width: 560px) { .c-slide { flex-basis: 82%; } }

/* ---------- STATS ---------- */
.stats-head { text-align: center; margin-bottom: clamp(3rem, 6vw, 5rem); }
.stats-head .eyebrow { display: block; margin-bottom: 1rem; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; align-items: start; }
.stat { text-align: center; }
.stat .n { font-family: var(--serif); font-size: clamp(2.8rem, 6vw, 5rem); line-height: 1; color: var(--ink); }
.stat .n em { color: var(--gold); font-style: normal; }
.stat .l { font-size: 0.68rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--muted); margin-top: 0.9rem; }

/* ---------- REVIEWS ---------- */
.reviews .r-head { text-align: center; max-width: 44ch; margin: 0 auto clamp(3rem, 6vw, 4.5rem); }
.reviews .r-head h2 { margin-bottom: 1rem; }
.reviews .r-head p { color: var(--muted); }
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.5rem, 3vw, 2.4rem); align-items: center; }
.review { background: var(--white); border: 1px solid var(--line-2); border-radius: 3px; padding: clamp(2.2rem, 3.4vw, 3rem); box-shadow: 0 24px 50px -34px rgba(44,41,37,0.4); }
.review .stars { color: var(--gold); letter-spacing: 0.22em; font-size: 0.82rem; margin-bottom: 1.5rem; }
.review blockquote { font-family: var(--serif); font-weight: 300; font-size: clamp(1.25rem, 1.8vw, 1.55rem); line-height: 1.48; color: var(--ink); margin-bottom: 1.7rem; }
.review .who { font-size: 0.72rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink); }
.review .where { font-size: 0.85rem; color: var(--muted); margin-top: 0.3rem; }
.review.feature { background: var(--gold); border-color: var(--gold); transform: translateY(-14px); box-shadow: 0 30px 60px -30px rgba(176,146,90,0.7); }
.review.feature .stars { color: var(--white); }
.review.feature blockquote { color: var(--white); font-size: clamp(1.35rem, 2vw, 1.75rem); }
.review.feature .who { color: var(--white); }
.review.feature .where { color: rgba(255,255,255,0.7); }
.reviews .g-badge { text-align: center; margin-top: clamp(3rem, 5vw, 4rem); font-size: 0.8rem; letter-spacing: 0.06em; color: var(--muted); }
.reviews .g-badge a { color: var(--gold-deep); border-bottom: 1px solid var(--line-gold); padding-bottom: 2px; }

/* ---------- FOUNDER ---------- */
.founder-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2.5rem, 7vw, 7rem); align-items: center; }
.founder-fig { position: relative; overflow: hidden; }
.founder-fig img { width: 100%; aspect-ratio: 4/5; object-fit: cover; will-change: transform; }
.founder-fig .frame { position: absolute; inset: 20px -20px -20px 20px; border: 1px solid var(--gold); z-index: -1; }
.founder-text .eyebrow { display: block; margin-bottom: 1.3rem; }
.founder-text h2 { margin-bottom: 1.8rem; }
.founder-text p { color: var(--ink-soft); margin-bottom: 1.2rem; max-width: 46ch; }
.founder-sign { font-family: var(--serif); font-style: italic; font-size: 2.4rem; color: var(--gold-deep); margin-top: 1.2rem; }
.founder-role { font-size: 0.68rem; letter-spacing: 0.26em; text-transform: uppercase; color: var(--muted); }

/* ---------- INQUIRY ---------- */
.inquiry { position: relative; overflow: hidden; color: var(--white); }
.inquiry-media { position: absolute; inset: -10% 0; height: 120%; }
.inquiry-media img { width: 100%; height: 100%; object-fit: cover; }
.inquiry::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(30,26,22,0.62), rgba(30,26,22,0.72)); }
.inquiry-inner { position: relative; z-index: 2; max-width: 780px; margin: 0 auto; text-align: center; }
.inquiry .eyebrow { display: inline-block; margin-bottom: 1.5rem; color: var(--gold-light); }
.inquiry h2 { margin-bottom: 1.5rem; }
.inquiry > .inquiry-inner > .muted { max-width: 52ch; margin: 0 auto 3rem; color: rgba(255,255,255,0.82); }
.contact-actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.contact-note { margin-top: 1.8rem; font-size: 0.9rem; letter-spacing: 0.04em; color: rgba(255,255,255,0.7); }
.contact-note a, .contact-note { color: rgba(255,255,255,0.8); }
.form { display: grid; grid-template-columns: 1fr 1fr; gap: 1.6rem; text-align: left; }
.form .full { grid-column: 1 / -1; }
.field label { display: block; font-size: 0.62rem; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(255,255,255,0.7); margin-bottom: 0.7rem; }
.field input, .field select, .field textarea { width: 100%; background: transparent; border: none; border-bottom: 1px solid rgba(255,255,255,0.28); color: var(--white); font-family: var(--sans); font-size: 0.98rem; font-weight: 300; padding: 0.7rem 0; transition: border-color 0.4s var(--ease); }
.field input::placeholder, .field textarea::placeholder { color: rgba(255,255,255,0.4); }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--gold-light); }
.field select option { background: #2c2925; }
.field textarea { resize: vertical; min-height: 70px; }
.form .submit-row { grid-column: 1 / -1; text-align: center; margin-top: 1.4rem; }

/* ---------- FOOTER ---------- */
.footer { background: var(--espresso); color: var(--ivory); padding: clamp(4rem, 8vw, 6rem) var(--pad-x) 2.6rem; }
.footer-top { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 3rem; margin-bottom: 3.5rem; }
.footer-brand h3 { font-family: var(--serif); font-size: 1.9rem; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 400; color: var(--ivory); }
.footer-brand small { display: block; font-size: 0.54rem; letter-spacing: 0.42em; color: var(--gold-light); margin: 6px 0 1.4rem; }
.footer-brand p { color: rgba(248,244,238,0.55); max-width: 38ch; }
.footer h4 { font-family: var(--sans); font-size: 0.68rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--gold-light); margin-bottom: 1.4rem; }
.footer ul { list-style: none; }
.footer li { margin-bottom: 0.8rem; }
.footer li a { color: rgba(248,244,238,0.72); font-size: 0.94rem; transition: color 0.3s var(--ease); }
.footer li a:hover { color: var(--gold-light); }
.footer-social { display: flex; gap: 1rem; margin-top: 1.5rem; }
.footer-social a { width: 42px; height: 42px; border: 1px solid rgba(248,244,238,0.2); border-radius: 50%; display: grid; place-items: center; font-size: 0.72rem; color: var(--ivory); transition: all 0.4s var(--ease); }
.footer-social a:hover { background: var(--gold); border-color: var(--gold); color: var(--espresso); }
.footer-bottom { border-top: 1px solid rgba(248,244,238,0.14); padding-top: 2rem; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 1rem; font-size: 0.8rem; color: rgba(248,244,238,0.5); }
.footer-bottom em { font-style: italic; }

.fade { opacity: 0; transform: translateY(30px); }

/* ---------- RESPONSIVE ---------- */
@media (max-width: 992px) {
  .ethos { grid-template-columns: 1fr; }
  .ethos .col-label { position: static; }
  .svc-grid { grid-template-columns: 1fr; }
  .p-row.two, .p-row.two.flip, .p-row.trio { grid-template-columns: 1fr; }
  .founder-grid { grid-template-columns: 1fr; }
  .founder-fig { max-width: 460px; margin: 0 auto; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 3rem 2rem; }
  .reviews-grid { grid-template-columns: 1fr; max-width: 560px; margin: 0 auto; }
  .review.feature { transform: none; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 768px) {
  .nav-links { position: fixed; inset: 0; z-index: 85; background: rgba(248,244,238,0.98); color: var(--ink); flex-direction: column; justify-content: center; gap: 2.4rem; transform: translateX(100%); transition: transform 0.6s var(--ease); }
  .nav-links.open { transform: translateX(0); }
  .nav-links a { font-size: 1.05rem; }
  .nav-toggle { display: flex; z-index: 95; }
  .nav.menu-open { color: var(--ink); }
  .nav.menu-open .nav-toggle span:nth-child(1) { transform: translateY(7.4px) rotate(45deg); }
  .nav.menu-open .nav-toggle span:nth-child(2) { opacity: 0; }
  .nav.menu-open .nav-toggle span:nth-child(3) { transform: translateY(-7.4px) rotate(-45deg); }
  .form { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: 1fr; gap: 2.6rem; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  .fade { opacity: 1; transform: none; }
}
