/* ============================================================
   FRONT LINE — Design System
   Black · White · Gold
   ------------------------------------------------------------
   Edit brand colours in section 1 (Tokens). Everything else
   inherits from there, so changing --gold recolours the site.
   ============================================================ */

/* ---------- 1. Tokens ---------- */
:root {
  /* Surfaces (black) */
  --ink-900: #070708;   /* page background */
  --ink-800: #0D0D0F;   /* alt section     */
  --ink-700: #131316;   /* card            */
  --ink-600: #1A1A1E;   /* elevated card   */
  --ink-500: #232329;   /* hover surface   */

  /* Ink on dark (white) */
  --white:    #FFFFFF;
  --text:     #EDEDEF;
  --text-mute:#9A9AA3;
  --text-dim: #6C6C75;

  /* Gold */
  --gold:      #D4AF37;
  --gold-soft: #E9D08E;
  --gold-deep: #9C7B22;
  --gold-glow: rgba(212, 175, 55, 0.18);

  /* Lines */
  --line:        rgba(255, 255, 255, 0.09);
  --line-strong: rgba(255, 255, 255, 0.16);
  --line-gold:   rgba(212, 175, 55, 0.32);

  /* Type */
  --font-display: "Inter Tight", "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-body:    "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --font-accent:  "Fraunces", Georgia, "Times New Roman", serif;
  /* The logo serif — matches the FC / FRONTLINE CREATIVE mark */
  --font-logo:    "Cormorant Garamond", "Fraunces", Didot, Georgia, serif;

  /* Metallic gold, used on the logo and the masthead wordmark */
  --gold-metal: linear-gradient(175deg, #F6E6B4 0%, #E3C270 22%, #D4AF37 48%, #A9852B 74%, #E8CE8A 100%);

  /* Space & shape */
  --radius-sm: 8px;
  --radius:    14px;
  --radius-lg: 22px;
  --maxw:      1200px;
  --gutter:    clamp(20px, 5vw, 48px);
  --section-y: clamp(72px, 10vw, 140px);
  --header-h:  150px;   /* stacked header: logo row + tab row */

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

@media (max-width: 980px) { :root { --header-h: 93px; } }  /* tab row is hidden on mobile */

/* ---------- 2. Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}
body {
  background: var(--ink-900);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 16.5px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img, svg, video { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; color: inherit; }
ul, ol { list-style: none; padding: 0; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; border-radius: 4px; }
::selection { background: var(--gold); color: #000; }

/* ---------- 3. Type scale ---------- */
h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: -0.028em;
  line-height: 1.06;
  color: var(--white);
  text-wrap: balance;
}
h1 { font-size: clamp(2.6rem, 7.2vw, 5.2rem); }
h2 { font-size: clamp(2rem, 4.6vw, 3.4rem); }
h3 { font-size: clamp(1.25rem, 2.2vw, 1.6rem); letter-spacing: -0.02em; }
h4 { font-size: 1.05rem; letter-spacing: -0.01em; }
p  { text-wrap: pretty; }

/* Serif italic accent — used on one or two words inside a heading */
.accent {
  font-family: var(--font-accent);
  font-style: italic;
  font-weight: 400;
  color: var(--gold);
  letter-spacing: -0.01em;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
}
.eyebrow::before {
  content: "";
  width: 26px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold));
}

.lede {
  font-size: clamp(1.02rem, 1.6vw, 1.2rem);
  color: var(--text-mute);
  max-width: 58ch;
}

/* ---------- 4. Layout ---------- */
.wrap {
  width: 100%;
  max-width: var(--maxw);
  margin-inline: auto;
  padding-inline: var(--gutter);
}
.section { padding-block: var(--section-y); position: relative; }
.section--alt { background: var(--ink-800); }
.section--tight { padding-block: clamp(52px, 7vw, 92px); }

.section-head { max-width: 720px; margin-bottom: clamp(40px, 6vw, 72px); }
.section-head .eyebrow { margin-bottom: 18px; }
.section-head p { margin-top: 20px; }
/* A section headed by the label alone needs far less air beneath it. */
.section-head--label { margin-bottom: clamp(24px, 3vw, 34px); }
/* …and that lone label carries the section, so it is set large and white in
   the logo serif, lightly italic, rather than as a small gold tag. */
.section-head--label .eyebrow {
  font-family: var(--font-logo);
  font-style: italic;
  font-weight: 500;
  /* 2.6rem, not the literal 3 × 0.72rem: a serif reads optically smaller than
     Inter at the same pixel size, so it needs the extra to match by eye. */
  font-size: 2.6rem;
  color: var(--white);
  letter-spacing: 0.08em;
  gap: 18px;
  padding-block: 0.06em;     /* room for the italic descenders */
}
/* The rule leading into it goes white to match the text. */
.section-head--label .eyebrow::before {
  width: 52px;
  background: linear-gradient(90deg, transparent, var(--white));
}

.grid { display: grid; gap: clamp(16px, 2.2vw, 26px); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 900px) {
  .grid-3, .grid-4 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
}

/* ---------- 5. Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 26px;
  border-radius: 100px;
  border: 1px solid transparent;
  font-size: 0.93rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  cursor: pointer;
  transition: transform 0.25s var(--ease), background 0.25s var(--ease),
              border-color 0.25s var(--ease), color 0.25s var(--ease),
              box-shadow 0.25s var(--ease);
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn svg { width: 16px; height: 16px; }

.btn--gold {
  background: linear-gradient(180deg, var(--gold-soft), var(--gold));
  color: #14100A;
  box-shadow: 0 6px 26px -8px var(--gold-glow);
}
.btn--gold:hover { box-shadow: 0 12px 34px -10px rgba(212, 175, 55, 0.5); }

.btn--ghost { border-color: var(--line-strong); color: var(--white); background: transparent; }
.btn--ghost:hover { border-color: var(--gold); color: var(--gold); background: rgba(212, 175, 55, 0.06); }

.btn--sm { padding: 10px 20px; font-size: 0.86rem; }

/* Text link with animated gold underline */
.link-gold {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--gold);
  font-weight: 600;
  font-size: 0.93rem;
  position: relative;
}
.link-gold::after {
  content: "";
  position: absolute;
  left: 0; bottom: -3px;
  width: 100%; height: 1px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s var(--ease);
}
.link-gold:hover::after { transform: scaleX(1); transform-origin: left; }
.link-gold svg { width: 15px; height: 15px; transition: transform 0.3s var(--ease); }
.link-gold:hover svg { transform: translateX(4px); }

/* ---------- 6. Header ---------- */
.header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(7, 7, 8, 0.72);
  backdrop-filter: blur(16px) saturate(160%);
  -webkit-backdrop-filter: blur(16px) saturate(160%);
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s var(--ease), background 0.3s var(--ease);
}
.header.is-stuck { border-bottom-color: var(--line); background: rgba(7, 7, 8, 0.94); }
/* The top bar runs the full width of the screen, not the 1200px measure. */
.header .wrap { max-width: none; }

/* Stacked masthead: logo row on top, the 5 tabs on a row underneath. */
.header__inner {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.header__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  height: 92px;   /* roomy enough for the FC lockup to read clearly */
}

/* Logo lockup: FC monogram + FRONTLINE / CREATIVE, all in the logo serif.
   To use the supplied artwork instead, drop it in /assets and replace the
   whole <a class="logo"> contents with a single <img>. */
.logo { display: inline-flex; align-items: center; gap: 16px; }
.logo__mark {
  flex: none;
  font-family: var(--font-logo);
  font-weight: 500;
  font-size: 2.9rem;
  line-height: 1;
  letter-spacing: -0.06em;
  /* background-clip:text paints only inside this box, so it has to be bigger
     than the glyphs — otherwise the tops and tails of the F and C vanish.
     The right padding also restores the width the negative tracking eats. */
  padding: 0.16em 0.1em 0.16em 0;
  background: var(--gold-metal);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.logo__text { display: grid; gap: 2px; }
.logo__name {
  font-family: var(--font-logo);
  font-weight: 500;
  font-size: 1.24rem;
  line-height: 1;
  letter-spacing: 0.26em;
  text-indent: 0.26em;      /* balance the trailing letter-space */
  padding-block: 0.16em;    /* keep the gold gradient covering the full glyphs */
  background: var(--gold-metal);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.logo__sub {
  font-family: var(--font-logo);
  font-weight: 400;
  font-size: 0.72rem;
  line-height: 1;
  letter-spacing: 0.42em;
  text-indent: 0.42em;
  color: var(--gold-deep);
}

.header .nav {
  border-top: 1px solid var(--line);
  padding-block: 7px;
  margin-inline: -14px;   /* pull the first tab's padding back to the logo's edge */
}
.nav { display: flex; align-items: center; gap: 2px; }
.nav a {
  padding: 9px 14px;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--text-mute);
  border-radius: 100px;
  position: relative;
  transition: color 0.22s var(--ease), background 0.22s var(--ease);
}
.nav a:hover { color: var(--white); background: rgba(255, 255, 255, 0.05); }
.nav a[aria-current="page"] { color: var(--white); }
.nav a[aria-current="page"]::after {
  content: "";
  position: absolute;
  left: 50%; bottom: 1px;
  width: 16px; height: 2px;
  translate: -50% 0;
  background: var(--gold);
  border-radius: 2px;
}

.header__cta { display: flex; align-items: center; gap: 10px; }

.burger {
  display: none;
  width: 42px; height: 42px;
  border: 1px solid var(--line-strong);
  border-radius: 11px;
  background: transparent;
  cursor: pointer;
  padding: 0;
  place-items: center;
}
.burger span {
  display: block;
  width: 17px; height: 1.5px;
  background: var(--white);
  border-radius: 2px;
  transition: transform 0.3s var(--ease), opacity 0.2s var(--ease);
}
.burger span + span { margin-top: 4.5px; }
.burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

@media (max-width: 980px) {
  .nav, .header__cta .btn { display: none; }
  .burger { display: grid; }
}

/* Mobile drawer */
.drawer {
  position: fixed;
  inset: var(--header-h) 0 auto 0;
  background: var(--ink-800);
  border-bottom: 1px solid var(--line);
  padding: 18px var(--gutter) 30px;
  display: grid;
  gap: 2px;
  z-index: 99;
  transform: translateY(-12px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.28s var(--ease), transform 0.28s var(--ease);
}
.drawer.is-open { opacity: 1; transform: none; pointer-events: auto; }
.drawer a {
  padding: 14px 4px;
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: var(--text);
  border-bottom: 1px solid var(--line);
}
.drawer a[aria-current="page"] { color: var(--gold); }
.drawer .btn { margin-top: 18px; }

/* ---------- 7. Hero ---------- */
.hero {
  position: relative;
  padding-block: clamp(64px, 11vw, 124px) clamp(56px, 9vw, 104px);
  overflow: hidden;
}
.hero__glow {
  position: absolute;
  top: -22%; left: 50%;
  translate: -50% 0;
  width: min(1100px, 130vw);
  aspect-ratio: 1;
  background: radial-gradient(circle at 50% 50%,
              rgba(212, 175, 55, 0.13) 0%,
              rgba(212, 175, 55, 0.05) 38%,
              transparent 66%);
  pointer-events: none;
  z-index: 0;
}
.hero__grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(var(--line) 1px, transparent 1px),
    linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 68px 68px;
  mask-image: radial-gradient(ellipse 78% 62% at 50% 30%, #000 20%, transparent 78%);
  -webkit-mask-image: radial-gradient(ellipse 78% 62% at 50% 30%, #000 20%, transparent 78%);
  opacity: 0.6;
  pointer-events: none;
  z-index: 0;
}
.hero .wrap { position: relative; z-index: 1; }
.hero h1 { margin-block: 22px 26px; }

/* --- Masthead hero: oversized wordmark + faded FC monogram --- */
.hero--masthead { padding-block: clamp(44px, 7vw, 90px) clamp(48px, 7vw, 88px); }
/* Runs edge to edge — the wordmark is the full width of the screen, so the
   wrap drops its gutter and the pieces that still need one re-add it. */
.hero--masthead .wrap { max-width: none; padding-inline: 0; }
.hero--masthead .hero__foot { padding-inline: var(--gutter); }

/* The wordmark's own box: the whole viewport, less a hair of breathing room. */
.wordmark-bleed { padding-inline: 16px; }

/* The monogram sits behind everything, bleeding off the right edge. */
/* The FC watermark — oversized, pulled in from the right so the C reads whole. */
.monogram {
  position: absolute;
  right: 1.5vw;
  top: 46%;
  translate: 0 -50%;
  font-family: var(--font-accent);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(18rem, 40vw, 40rem);
  line-height: 0.74;
  letter-spacing: -0.04em;
  color: var(--gold);
  opacity: 0.055;
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
  z-index: 0;
}

/* The wordmark, set in the logo serif and stretched edge to edge.
   Sized in vw so it spans the screen at every width. If you change the
   words, re-check the fill — a longer string needs a smaller vw value. */
.wordmark {
  font-family: var(--font-logo);
  /* Sized against the box width, not raw vw: the 16px side padding is a fixed
     cost, so it is subtracted before scaling. That keeps the fill identical
     from a 320px phone to a 2560px monitor instead of clipping on small ones. */
  font-size: clamp(1rem, calc(8.98vw - 2.87px), 22rem);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: 0.03em;
  text-indent: 0.03em;
  text-transform: uppercase;
  white-space: nowrap;
  margin-block: 0;
  /* Same paint-box rule as the logo: the gradient must cover the glyphs. */
  padding-block: 0.15em;
  background: var(--gold-metal);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
/* "CREATIVE" sits in the same metal — the gradient spans the whole line, so
   the words shade into each other like the real mark. */
.wordmark span { color: transparent; }

/* Cormorant sets a touch wider per em at small sizes, so the ratio above
   overshoots on phones. Slightly gentler coefficient below 768px. */
@media (max-width: 768px) {
  .wordmark { font-size: clamp(1rem, calc(8.54vw - 2.73px), 22rem); }
}

/* Bottom row: actions left, social proof right (mirrors the reference) */
.hero__foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin-top: 40px;
}
.hero__foot .hero__actions { margin-top: 0; }
.hero__trust { display: flex; align-items: center; gap: 11px; font-size: 0.86rem; color: var(--text-dim); }
.hero__trust .stars svg { width: 14px; height: 14px; }
.hero .lede { font-size: clamp(1.05rem, 1.8vw, 1.28rem); }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.hero__meta { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; margin-top: 40px; font-size: 0.86rem; color: var(--text-dim); }
.hero__meta div { display: flex; align-items: center; gap: 9px; }
.hero__meta svg { width: 15px; height: 15px; color: var(--gold); flex: none; }

/* Marquee strip */
.marquee {
  border-block: 1px solid var(--line);
  padding-block: 20px;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.marquee__track {
  display: flex;
  gap: 56px;
  width: max-content;
  animation: slide 40s linear infinite;
}
/* The strip never stops — it keeps scrolling on hover. */

/* Client logo lockups: a mark plus a wordmark, each set a little differently
   so the strip reads as a row of separate brands rather than one typeface. */
.marquee__logo {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--text-dim);
  white-space: nowrap;
  transition: color 0.35s var(--ease), opacity 0.35s var(--ease);
  opacity: 0.75;
}
.marquee__logo:hover { color: var(--gold-soft); opacity: 1; }
.marquee__mark { width: 26px; height: 26px; flex: none; }

.marquee__name--serif {
  font-family: var(--font-logo);
  font-size: 1.28rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-indent: 0.12em;
  text-transform: uppercase;
}
.marquee__name--sans {
  font-family: var(--font-display);
  font-size: 1.06rem;
  font-weight: 700;
  letter-spacing: -0.035em;
}
.marquee__name--wide {
  font-family: var(--font-body);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-indent: 0.24em;
  text-transform: uppercase;
}
@keyframes slide { to { transform: translateX(-50%); } }

/* ---------- 7b. Pillars — three square photos: purpose / vision / expectation ---------- */
.pillars { position: relative; overflow: hidden; }

/* Full-bleed: the row runs the width of the screen, not the 1200px measure.
   Shared by the photo row and the services row so their edges line up. */
.section--bleed .wrap {
  max-width: none;
  padding-inline: clamp(14px, 1.8vw, 34px);
}
.pillars__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);   /* equal thirds, evenly spread */
  gap: clamp(12px, 1.5vw, 24px);
}
@media (max-width: 760px) { .pillars__grid { grid-template-columns: 1fr; } }

.pillar__photo {
  position: relative;
  aspect-ratio: 1 / 1;          /* true squares */
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: linear-gradient(155deg, var(--ink-600), var(--ink-900));
  transition: border-color 0.35s var(--ease), transform 0.35s var(--ease);
}
.pillar:hover .pillar__photo { border-color: var(--line-gold); transform: translateY(-4px); }
.pillar__photo img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s var(--ease); }
/* A real photo layers over the numbered placeholder. If the file is not there
   yet, main.js removes the <img> and the placeholder shows through. */
.pillar__img {
  position: absolute;
  inset: 0;
  z-index: 1;
  /* Desaturated so the three tiles read as one set on a black-and-gold site,
     whatever the source photo. Drop this line to keep photos in colour. */
  filter: grayscale(1) contrast(1.05);
}
.pillar:hover .pillar__photo img { transform: scale(1.05); }

/* Placeholder artwork, shown until a real photo is dropped in */
.pillar__ph {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background:
    radial-gradient(120% 90% at 70% 15%, rgba(212, 175, 55, 0.16), transparent 62%),
    linear-gradient(155deg, var(--ink-600), var(--ink-900));
}
.pillar__ph span {
  font-family: var(--font-logo);
  font-size: clamp(4rem, 9vw, 8rem);
  font-weight: 500;
  line-height: 1;
  color: rgba(212, 175, 55, 0.3);
}

/* Caption sits underneath the photo: gold label, then the statement. */
.pillar__body { padding: clamp(18px, 2vw, 24px) 4px 0; }
.pillar__body p {
  margin-top: 13px;
  font-size: 0.96rem;
  line-height: 1.6;
  color: var(--text-mute);
  max-width: 44ch;
}
.pillar__k {
  display: block;
  font-family: var(--font-logo);
  font-size: clamp(1.15rem, 1.7vw, 1.45rem);
  font-weight: 500;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
}

/* ---------- 7c. Serif heading — the FC watermark's face, set as a title ---------- */
.serif-head {
  font-family: var(--font-accent);   /* same face as the FC watermark */
  font-style: italic;
  font-weight: 400;
  font-size: clamp(2.6rem, 6vw, 4.6rem);
  line-height: 1.02;
  letter-spacing: -0.02em;
  color: var(--white);
  padding-block: 0.06em;             /* room for the italic descenders */
}

/* Two headline services, side by side */
.offer {
  position: relative;
  background: var(--ink-700);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: clamp(28px, 3.4vw, 44px);
  transition: border-color 0.35s var(--ease), background 0.35s var(--ease),
              transform 0.35s var(--ease);
}
.offer:hover { border-color: var(--line-gold); background: var(--ink-600); transform: translateY(-4px); }
.offer__icon {
  width: 54px; height: 54px;
  border-radius: 15px;
  display: grid;
  place-items: center;
  background: linear-gradient(160deg, rgba(212, 175, 55, 0.18), rgba(212, 175, 55, 0.04));
  border: 1px solid var(--line-gold);
  color: var(--gold);
  margin-bottom: 26px;
}
.offer__icon svg { width: 25px; height: 25px; }
.offer h3 {
  font-family: var(--font-accent);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(1.5rem, 2.6vw, 2rem);
  letter-spacing: -0.015em;
  color: var(--white);
  margin-bottom: 14px;
}
.offer p { color: var(--text-mute); font-size: 0.98rem; max-width: 52ch; }
.offer .link-gold { margin-top: 26px; }

/* ---------- 8. Cards ---------- */
.card {
  position: relative;
  background: var(--ink-700);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: clamp(24px, 3vw, 34px);
  transition: border-color 0.35s var(--ease), background 0.35s var(--ease),
              transform 0.35s var(--ease);
  overflow: hidden;
}
.card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(420px circle at var(--mx, 50%) var(--my, 0%),
              rgba(212, 175, 55, 0.09), transparent 62%);
  opacity: 0;
  transition: opacity 0.4s var(--ease);
  pointer-events: none;
}
.card:hover { border-color: var(--line-gold); transform: translateY(-4px); background: var(--ink-600); }
.card:hover::after { opacity: 1; }
.card > * { position: relative; z-index: 1; }

.card__icon {
  width: 46px; height: 46px;
  border-radius: 13px;
  display: grid;
  place-items: center;
  background: linear-gradient(160deg, rgba(212,175,55,0.18), rgba(212,175,55,0.04));
  border: 1px solid var(--line-gold);
  color: var(--gold);
  margin-bottom: 22px;
}
.card__icon svg { width: 21px; height: 21px; }
.card h3 { margin-bottom: 10px; }
.card p { color: var(--text-mute); font-size: 0.95rem; }
.card ul { margin-top: 20px; display: grid; gap: 9px; }
.card ul li { display: flex; gap: 10px; font-size: 0.88rem; color: var(--text-dim); }
.card ul li::before { content: ""; width: 4px; height: 4px; border-radius: 50%; background: var(--gold); flex: none; margin-top: 9px; }

.card__num {
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  color: var(--gold);
  margin-bottom: 16px;
  display: block;
}

/* Numbered process rows */
.step { display: flex; gap: clamp(16px, 3vw, 32px); padding-block: 28px; border-top: 1px solid var(--line); }
.step:last-child { border-bottom: 1px solid var(--line); }
.step__n {
  font-family: var(--font-display);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--gold);
  padding-top: 6px;
  flex: none;
  width: 46px;
}
.step h3 { margin-bottom: 8px; }
.step p { color: var(--text-mute); font-size: 0.95rem; max-width: 62ch; }

/* ---------- 9. Stats ---------- */
.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
}
.stat { background: var(--ink-800); padding: clamp(24px, 3vw, 34px); }
.stat__val {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 2.9rem);
  font-weight: 600;
  letter-spacing: -0.045em;
  color: var(--white);
  line-height: 1;
}
.stat__val span { color: var(--gold); }
.stat__label { margin-top: 10px; font-size: 0.85rem; color: var(--text-mute); }
@media (max-width: 780px) { .stats { grid-template-columns: repeat(2, 1fr); } }

/* ---------- 10. Team ---------- */
.member {
  background: var(--ink-700);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: border-color 0.35s var(--ease), transform 0.35s var(--ease);
}
.member:hover { border-color: var(--line-gold); transform: translateY(-4px); }
.member__photo {
  aspect-ratio: 4 / 5;
  position: relative;
  background:
    radial-gradient(120% 90% at 50% 0%, rgba(212,175,55,0.16), transparent 60%),
    linear-gradient(180deg, var(--ink-600), var(--ink-800));
  display: grid;
  place-items: center;
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}
.member__photo img { width: 100%; height: 100%; object-fit: cover; }
.member__initials {
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 5vw, 3.6rem);
  font-weight: 600;
  letter-spacing: -0.05em;
  color: rgba(212, 175, 55, 0.42);
}
.member__body { padding: 24px; }
.member__role { font-size: 0.73rem; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold); }
.member__body h3 { margin: 10px 0 12px; }
.member__body p { font-size: 0.93rem; color: var(--text-mute); }
.member__socials { display: flex; gap: 8px; margin-top: 20px; }
.member__socials a {
  width: 34px; height: 34px;
  border: 1px solid var(--line);
  border-radius: 50%;
  display: grid; place-items: center;
  color: var(--text-mute);
  transition: 0.25s var(--ease);
}
.member__socials a:hover { border-color: var(--gold); color: var(--gold); }
.member__socials svg { width: 15px; height: 15px; }

/* ---------- 11. Portfolio ---------- */
.filters { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-bottom: 36px; }
/* Divides the service-type filters from the package-tier ones. */
.filters__sep {
  width: 1px;
  height: 22px;
  background: var(--line-strong);
  margin-inline: 6px;
}
@media (max-width: 600px) { .filters__sep { display: none; } }
.filter {
  padding: 9px 18px;
  border-radius: 100px;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--text-mute);
  font-size: 0.86rem;
  font-weight: 500;
  cursor: pointer;
  transition: 0.25s var(--ease);
}
.filter:hover { color: var(--white); border-color: var(--line-strong); }
.filter.is-active { background: var(--gold); border-color: var(--gold); color: #14100A; font-weight: 600; }

.work {
  display: block;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--ink-700);
  transition: border-color 0.35s var(--ease), transform 0.35s var(--ease);
}
.work:hover { border-color: var(--line-gold); transform: translateY(-4px); }
.work.is-hidden { display: none; }
.work__shot {
  aspect-ratio: 16 / 11;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(150deg, var(--ink-600), var(--ink-900));
}
.work__shot img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s var(--ease); }
/* A real screenshot layers over the placeholder mock. If the file is not there
   yet, main.js removes the <img> and the mock shows through instead. */
.work__img { position: absolute; inset: 0; z-index: 1; }
.work:hover .work__shot img { transform: scale(1.04); }
.work__tag {
  position: absolute;
  top: 14px; left: 14px;
  z-index: 2;
  padding: 5px 12px;
  border-radius: 100px;
  background: rgba(7, 7, 8, 0.78);
  backdrop-filter: blur(8px);
  border: 1px solid var(--line-gold);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
}
.work__body { padding: 24px; }
.work__body h3 { margin-bottom: 8px; }
.work__body p { font-size: 0.93rem; color: var(--text-mute); }
.work__meta { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 18px; }
.chip {
  padding: 4px 11px;
  border-radius: 100px;
  border: 1px solid var(--line);
  font-size: 0.73rem;
  color: var(--text-dim);
}
.work__result {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.work__result b {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 600;
  letter-spacing: -0.03em;
  color: var(--gold);
}
.work__result span { font-size: 0.84rem; color: var(--text-dim); }

/* Shown on cards that link out to a live client site. */
.work__visit {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 0 24px 24px;
  font-size: 0.87rem;
  font-weight: 600;
  color: var(--gold);
}
.work__visit svg { width: 14px; height: 14px; transition: transform 0.3s var(--ease); }
.work--live:hover .work__visit svg { transform: translate(3px, -3px); }

/* Placeholder "browser window" artwork for project shots */
.mock { position: absolute; inset: 0; display: flex; flex-direction: column; }
.mock__bar { height: 26px; background: var(--ink-800); border-bottom: 1px solid var(--line); display: flex; align-items: center; gap: 5px; padding-inline: 12px; flex: none; }
.mock__dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ink-500); }
.mock__body { flex: 1; padding: 22px; display: flex; flex-direction: column; gap: 9px; }
.mock__line { height: 8px; border-radius: 4px; background: var(--ink-600); }
.mock__line--gold { background: linear-gradient(90deg, var(--gold-deep), transparent); }
.mock__line--short { width: 45%; }
.mock__line--mid { width: 70%; }
.mock__block { flex: 1; border-radius: 8px; background: var(--ink-600); margin-top: 6px; }
.mock__row { display: flex; gap: 8px; flex: 1; margin-top: 6px; }
.mock__row > div { flex: 1; border-radius: 8px; background: var(--ink-600); }

/* ---------- 12. Reviews ---------- */
.quote {
  background: var(--ink-700);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: clamp(24px, 3vw, 32px);
  display: flex;
  flex-direction: column;
  gap: 18px;
  transition: border-color 0.35s var(--ease);
}
.quote:hover { border-color: var(--line-gold); }
.stars { display: flex; gap: 3px; color: var(--gold); }
.stars svg { width: 15px; height: 15px; }
.quote p { font-size: 1rem; color: var(--text); line-height: 1.62; }
.quote__who { display: flex; align-items: center; gap: 12px; margin-top: auto; padding-top: 4px; }
.avatar {
  width: 40px; height: 40px;
  flex: none;
  border-radius: 50%;
  display: grid; place-items: center;
  background: linear-gradient(150deg, rgba(212,175,55,0.22), rgba(212,175,55,0.05));
  border: 1px solid var(--line-gold);
  color: var(--gold);
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.85rem;
}
.quote__who strong { display: block; font-size: 0.92rem; font-weight: 600; color: var(--white); }
.quote__who span { font-size: 0.82rem; color: var(--text-dim); }

/* Masonry-style columns for the reviews page */
.quote-cols { columns: 3; column-gap: clamp(16px, 2.2vw, 26px); }
.quote-cols > * { break-inside: avoid; margin-bottom: clamp(16px, 2.2vw, 26px); display: block; }
@media (max-width: 980px) { .quote-cols { columns: 2; } }
@media (max-width: 640px) { .quote-cols { columns: 1; } }

/* Big rating summary */
.rating-summary {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: clamp(24px, 4vw, 56px);
  align-items: center;
  border: 1px solid var(--line-gold);
  border-radius: var(--radius-lg);
  padding: clamp(28px, 4vw, 46px);
  background:
    radial-gradient(80% 130% at 0% 0%, rgba(212,175,55,0.10), transparent 60%),
    var(--ink-800);
}
@media (max-width: 700px) { .rating-summary { grid-template-columns: 1fr; } }
.rating-summary__score {
  font-family: var(--font-display);
  font-size: clamp(3.4rem, 8vw, 5rem);
  font-weight: 600;
  letter-spacing: -0.05em;
  line-height: 1;
  color: var(--white);
}
.rating-summary__score small { font-size: 1.4rem; color: var(--text-dim); font-weight: 500; }
.bars { display: grid; gap: 10px; }
.bar { display: grid; grid-template-columns: 52px 1fr 42px; align-items: center; gap: 12px; font-size: 0.82rem; color: var(--text-dim); }
.bar__track { height: 6px; border-radius: 100px; background: var(--ink-600); overflow: hidden; }
.bar__fill { height: 100%; border-radius: 100px; background: linear-gradient(90deg, var(--gold-deep), var(--gold)); }

/* ---------- 12b. Package category cards (Services → a pricing page) ---------- */
.pack {
  display: flex;
  flex-direction: column;
  background: var(--ink-700);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: clamp(26px, 3.2vw, 38px);
  transition: border-color 0.35s var(--ease), background 0.35s var(--ease),
              transform 0.35s var(--ease);
}
.pack:hover { border-color: var(--line-gold); background: var(--ink-600); transform: translateY(-4px); }
.pack__icon {
  width: 52px; height: 52px;
  border-radius: 15px;
  display: grid; place-items: center;
  background: linear-gradient(160deg, rgba(212, 175, 55, 0.18), rgba(212, 175, 55, 0.04));
  border: 1px solid var(--line-gold);
  color: var(--gold);
  margin-bottom: 24px;
}
.pack__icon svg { width: 24px; height: 24px; }
.pack h3 {
  font-family: var(--font-logo);
  font-style: italic;
  font-weight: 500;
  font-size: clamp(1.6rem, 2.6vw, 2.05rem);
  letter-spacing: 0.01em;
  color: var(--white);
  margin-bottom: 12px;
}
.pack p { color: var(--text-mute); font-size: 0.96rem; }
.pack__foot {
  margin-top: auto;
  padding-top: 26px;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}
.pack__from { font-size: 0.88rem; color: var(--text-dim); }
.pack__from b {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--white);
}
.pack__go {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--gold);
}
.pack__go svg { width: 15px; height: 15px; transition: transform 0.3s var(--ease); }
.pack:hover .pack__go svg { transform: translateX(4px); }

/* ---------- 13. Pricing ---------- */
.plan {
  position: relative;
  background: var(--ink-700);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: clamp(26px, 3vw, 34px);
  display: flex;
  flex-direction: column;
  transition: border-color 0.35s var(--ease), transform 0.35s var(--ease);
}
.plan:hover { transform: translateY(-4px); border-color: var(--line-strong); }
.plan--featured {
  border-color: var(--line-gold);
  background:
    radial-gradient(120% 70% at 50% 0%, rgba(212,175,55,0.10), transparent 60%),
    var(--ink-600);
}
.plan__flag {
  position: absolute;
  top: -11px; left: 50%;
  translate: -50% 0;
  padding: 5px 14px;
  border-radius: 100px;
  background: linear-gradient(180deg, var(--gold-soft), var(--gold));
  color: #14100A;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
}
.plan__name { font-family: var(--font-display); font-size: 1.15rem; font-weight: 600; color: var(--white); }
.plan__price { display: flex; align-items: baseline; gap: 6px; margin: 16px 0 6px; }
.plan__price b {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 4vw, 2.8rem);
  font-weight: 600;
  letter-spacing: -0.045em;
  color: var(--white);
  line-height: 1;
}
.plan__price small { font-size: 0.85rem; color: var(--text-dim); }
/* Monthly price broken down to a weekly figure — easier to say yes to. */
.plan__weekly {
  font-size: 0.86rem;
  color: var(--text-dim);
  margin-bottom: 12px;
}
.plan__weekly b { color: var(--gold); font-weight: 600; }
.plan__note { font-size: 0.88rem; color: var(--text-mute); }
.plan ul { margin: 26px 0; display: grid; gap: 12px; }
.plan li { display: flex; gap: 11px; font-size: 0.91rem; color: var(--text-mute); }
.plan li svg { width: 17px; height: 17px; flex: none; color: var(--gold); margin-top: 3px; }
/* A qualifier sitting under a feature, e.g. "mainly for display". */
.plan li small {
  display: block;
  margin-top: 4px;
  font-size: 0.8rem;
  color: var(--text-dim);
}
.plan .btn { margin-top: auto; width: 100%; }
/* "See X examples" — sits under the feature list, above the CTA. */
.plan__examples {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 18px;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--gold);
  align-self: flex-start;
}
.plan__examples svg { width: 15px; height: 15px; transition: transform 0.3s var(--ease); }
.plan__examples:hover { color: var(--gold-soft); }
.plan__examples:hover svg { transform: translateX(4px); }
.plan ul { margin-bottom: 0; }

/* Simple add-on rows */
.addon {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding-block: 20px;
  border-top: 1px solid var(--line);
}
.addon:last-child { border-bottom: 1px solid var(--line); }
.addon__name { font-family: var(--font-display); font-size: 1.02rem; font-weight: 500; color: var(--white); }
.addon__desc { font-size: 0.89rem; color: var(--text-dim); width: 100%; max-width: 62ch; }
.addon__price { font-family: var(--font-display); font-weight: 600; color: var(--gold); white-space: nowrap; }

/* ---------- 14. Forms ---------- */
.form { display: grid; gap: 18px; }
.field { display: grid; gap: 8px; }
.field label { font-size: 0.83rem; font-weight: 600; letter-spacing: 0.02em; color: var(--text); }
.field label span { color: var(--gold); }
.field input, .field textarea, .field select {
  width: 100%;
  padding: 13px 16px;
  background: var(--ink-800);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  font-size: 0.95rem;
  transition: border-color 0.25s var(--ease), background 0.25s var(--ease);
}
.field textarea { resize: vertical; min-height: 130px; }
.field select {
  appearance: none;
  cursor: pointer;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%239A9AA3' stroke-width='2.5' stroke-linecap='round'><path d='M6 9l6 6 6-6'/></svg>");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 42px;
}
.field input:focus, .field textarea:focus, .field select:focus {
  outline: none;
  border-color: var(--gold);
  background: var(--ink-700);
}
.field input::placeholder, .field textarea::placeholder { color: var(--text-dim); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
@media (max-width: 600px) { .field-row { grid-template-columns: 1fr; } }

/* Pill radio group (service picker / budget) */
.pills { display: flex; flex-wrap: wrap; gap: 9px; }
.pills input { position: absolute; opacity: 0; pointer-events: none; }
.pills label {
  padding: 9px 17px;
  border: 1px solid var(--line);
  border-radius: 100px;
  font-size: 0.86rem;
  font-weight: 500;
  color: var(--text-mute);
  cursor: pointer;
  transition: 0.25s var(--ease);
}
.pills label:hover { border-color: var(--line-strong); color: var(--white); }
.pills input:checked + label { background: var(--gold); border-color: var(--gold); color: #14100A; font-weight: 600; }
.pills input:focus-visible + label { outline: 2px solid var(--gold); outline-offset: 3px; }

.form-note { font-size: 0.83rem; color: var(--text-dim); }
.form-status {
  padding: 14px 18px;
  border-radius: var(--radius);
  border: 1px solid var(--line-gold);
  background: rgba(212, 175, 55, 0.08);
  color: var(--gold-soft);
  font-size: 0.92rem;
  display: none;
}
.form-status.is-visible { display: block; }
.form-status.is-error { border-color: rgba(255, 120, 120, 0.4); background: rgba(255, 90, 90, 0.08); color: #FFB4B4; }

/* ---------- 15. Accordion (FAQ) ---------- */
.faq { border-top: 1px solid var(--line); }
.faq__item { border-bottom: 1px solid var(--line); }
.faq__q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 0;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 500;
  letter-spacing: -0.015em;
  color: var(--white);
  transition: color 0.25s var(--ease);
}
.faq__q:hover { color: var(--gold); }
.faq__q i {
  flex: none;
  width: 26px; height: 26px;
  border: 1px solid var(--line);
  border-radius: 50%;
  display: grid; place-items: center;
  position: relative;
  transition: 0.3s var(--ease);
}
.faq__q i::before, .faq__q i::after {
  content: ""; position: absolute;
  background: var(--gold);
  border-radius: 2px;
  transition: 0.3s var(--ease);
}
.faq__q i::before { width: 10px; height: 1.5px; }
.faq__q i::after  { width: 1.5px; height: 10px; }
.faq__q[aria-expanded="true"] i { border-color: var(--gold); rotate: 90deg; }
.faq__q[aria-expanded="true"] i::after { opacity: 0; }
.faq__a { display: grid; grid-template-rows: 0fr; transition: grid-template-rows 0.4s var(--ease); }
.faq__a > div { overflow: hidden; }
.faq__a p { padding-bottom: 24px; color: var(--text-mute); font-size: 0.95rem; max-width: 70ch; }
.faq__item.is-open .faq__a { grid-template-rows: 1fr; }

/* ---------- 16. CTA band ---------- */
.cta-band {
  position: relative;
  border: 1px solid var(--line-gold);
  border-radius: var(--radius-lg);
  padding: clamp(38px, 6vw, 72px);
  text-align: center;
  overflow: hidden;
  background:
    radial-gradient(90% 130% at 50% 0%, rgba(212,175,55,0.13), transparent 62%),
    var(--ink-800);
}
.cta-band h2 { margin-bottom: 18px; }
.cta-band p { margin-inline: auto; }
.cta-band .hero__actions { justify-content: center; }

/* ---------- 17. Footer ---------- */
.footer { border-top: 1px solid var(--line); background: var(--ink-800); padding-block: clamp(48px, 6vw, 76px) 28px; }
.footer__top { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; }
@media (max-width: 860px) { .footer__top { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .footer__top { grid-template-columns: 1fr; } }
.footer__brand p { margin-top: 18px; font-size: 0.92rem; color: var(--text-mute); max-width: 34ch; }
.footer h4 { font-size: 0.75rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold); margin-bottom: 18px; }
.footer ul { display: grid; gap: 11px; }
.footer li a { font-size: 0.92rem; color: var(--text-mute); transition: color 0.22s var(--ease); }
.footer li a:hover { color: var(--gold); }
.footer__bottom {
  margin-top: clamp(40px, 5vw, 60px);
  padding-top: 24px;
  border-top: 1px solid var(--line);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  font-size: 0.85rem;
  color: var(--text-dim);
}
.socials { display: flex; gap: 9px; }
.socials a {
  width: 34px; height: 34px;
  border: 1px solid var(--line);
  border-radius: 50%;
  display: grid; place-items: center;
  color: var(--text-mute);
  transition: 0.25s var(--ease);
}
.socials a:hover { border-color: var(--gold); color: var(--gold); }
.socials svg { width: 15px; height: 15px; }

/* ---------- 18. Page header (inner pages) ---------- */
.page-head {
  position: relative;
  padding-block: clamp(56px, 8vw, 92px) clamp(40px, 5vw, 62px);
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}
.page-head__glow {
  position: absolute;
  top: -70%; left: 50%;
  translate: -50% 0;
  width: min(900px, 120vw);
  aspect-ratio: 1;
  background: radial-gradient(circle, rgba(212,175,55,0.12), transparent 62%);
  pointer-events: none;
}
.page-head .wrap { position: relative; }
.page-head h1 { margin-block: 18px 22px; font-size: clamp(2.4rem, 6vw, 4.2rem); }
.crumbs { font-size: 0.84rem; color: var(--text-dim); margin-bottom: 24px; }
.crumbs a { color: var(--text-mute); }
.crumbs a:hover { color: var(--gold); }

/* ---------- 19. Split (media + text) ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 72px); align-items: center; }
.split--wide { grid-template-columns: 1fr 1.15fr; }
@media (max-width: 880px) { .split, .split--wide { grid-template-columns: 1fr; } }
.frame {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: linear-gradient(150deg, var(--ink-700), var(--ink-900));
  aspect-ratio: 4 / 3;
  position: relative;
}
.frame img { width: 100%; height: 100%; object-fit: cover; }

/* Value list used on About */
.value { padding: clamp(22px, 3vw, 30px); border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--ink-700); }
.value__k {
  font-family: var(--font-accent);
  font-style: italic;
  font-size: 1.6rem;
  color: var(--gold);
  display: block;
  margin-bottom: 14px;
}
.value h3 { font-size: 1.12rem; margin-bottom: 9px; }
.value p { font-size: 0.93rem; color: var(--text-mute); }

/* Timeline used on About */
.timeline { border-left: 1px solid var(--line); padding-left: clamp(22px, 3vw, 34px); display: grid; gap: 38px; }
.tl { position: relative; }
.tl::before {
  content: "";
  position: absolute;
  left: calc(-1 * clamp(22px, 3vw, 34px) - 5px);
  top: 8px;
  width: 9px; height: 9px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 4px rgba(212, 175, 55, 0.14);
}
.tl__when { font-size: 0.75rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); }
.tl h3 { margin: 9px 0 9px; font-size: 1.2rem; }
.tl p { font-size: 0.95rem; color: var(--text-mute); max-width: 60ch; }

/* ---------- 20. Contact details ---------- */
.contact-item { display: flex; gap: 16px; padding-block: 22px; border-bottom: 1px solid var(--line); }
.contact-item:first-child { border-top: 1px solid var(--line); }
.contact-item__icon {
  width: 40px; height: 40px; flex: none;
  border-radius: 11px;
  display: grid; place-items: center;
  background: rgba(212,175,55,0.10);
  border: 1px solid var(--line-gold);
  color: var(--gold);
}
.contact-item__icon svg { width: 18px; height: 18px; }
.contact-item h4 { margin-bottom: 4px; }
.contact-item p, .contact-item a { font-size: 0.94rem; color: var(--text-mute); }
.contact-item a:hover { color: var(--gold); }

/* ---------- 21. Reveal on scroll ---------- */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.7s var(--ease), transform 0.7s var(--ease); }
.reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; } }

/* ---------- 22. Utilities ---------- */

/* Anchor targets (#contact, #booking, #pricing…) must clear the sticky
   74px header, or a jump link hides the section's first lines behind it. */
[id] { scroll-margin-top: calc(var(--header-h) + 22px); }

.center { text-align: center; }
.center .section-head, .center .lede { margin-inline: auto; }
.center .eyebrow::after { content: ""; width: 26px; height: 1px; background: linear-gradient(270deg, transparent, var(--gold)); }
.mt-s { margin-top: 16px; }
.mt-m { margin-top: 28px; }
.mt-l { margin-top: 44px; }
.sr-only {
  position: absolute; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
body.no-scroll { overflow: hidden; }
