/* ==========================================================================
   Janvi Daryanani — Emerald & Gold Editorial Theme
   Palette: Deep Emerald (#112c24 / #0e241e) · Warm Gold (#c5a059) · Ivory white
   Typography: Poppins (unified — Articulat CF lookalike, no free/licensed
   equivalent available for serif display, body, and label roles)
   ========================================================================== */

:root {
  /* Core palette */
  --emerald: #046307;      /* primary emerald green */
  --emerald-deep: #013f32; /* deep emerald shadow */
  --emerald-2: #025242;    /* card / form surface */
  --emerald-3: #08765f;    /* raised hover surface on dark */
  --emerald-soft: #0b5f4a; /* muted matching green for depth */
  --gold: #c5a059;
  --gold-hover: #b38d45;
  --gold-light: #dfcfb3;
  --gold-line: rgba(223, 207, 179, 0.4);
  --gold-line-soft: rgba(223, 207, 179, 0.22);

  --white: #ffffff;
  --ink: #1b2620;              /* dark text on light sections */
  --ink-muted: rgba(27, 38, 32, 0.64);
  --ink-faint: rgba(27, 38, 32, 0.4);

  --ivory: #f4efe3;             /* body copy on dark */
  --ivory-muted: rgba(244, 239, 227, 0.66);
  --ivory-faint: rgba(244, 239, 227, 0.4);

  /* Type */
  --serif: "Poppins", Georgia, "Times New Roman", serif;
  --sans: "Poppins", "Inter", "Segoe UI", -apple-system, BlinkMacSystemFont, Helvetica, Arial, sans-serif;
  --mono: "Poppins", ui-monospace, monospace;

  --fs-eyebrow: 0.72rem;
  --fs-body: clamp(0.95rem, 0.9rem + 0.2vw, 1.02rem);
  --fs-lead: clamp(1.02rem, 0.96rem + 0.3vw, 1.15rem);
  --fs-h3: clamp(1.3rem, 1.15rem + 0.6vw, 1.6rem);
  --fs-h2: clamp(1.9rem, 1.5rem + 2vw, 2.9rem);
  --fs-h1: clamp(2.5rem, 1.7rem + 3.6vw, 4.1rem);

  --gutter: clamp(20px, 5vw, 64px);
  --maxw: 1240px;
  --r-sm: 3px;

  --shadow-soft: 0 10px 30px -12px rgba(0, 0, 0, 0.35);
  --shadow-lift: 0 26px 48px -20px rgba(0, 0, 0, 0.5);

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

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

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  scroll-padding-top: 90px;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 18% 8%, rgba(197, 160, 89, 0.06), transparent 28%),
    linear-gradient(180deg, var(--white), #fbfaf6 52%, var(--white));
  color: var(--ink);
  font-family: var(--sans);
  font-size: var(--fs-body);
  font-weight: 400;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body.is-locked { overflow: hidden; }

img, svg, iframe { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; color: inherit; }

h1, h2, h3, h4 {
  font-family: var(--serif);
  font-weight: 600;
  line-height: 1.14;
  letter-spacing: -0.01em;
  margin: 0;
}

p { margin: 0; }

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

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

.skip {
  position: absolute;
  left: 50%;
  top: -60px;
  transform: translateX(-50%);
  background: var(--gold);
  color: var(--emerald);
  padding: 10px 18px;
  z-index: 200;
  font-family: var(--mono);
  font-size: 0.75rem;
  transition: top 0.25s var(--ease);
}
.skip:focus { top: 0; }

/* ---------- Layout ---------- */
.container {
  width: 100%;
  max-width: var(--maxw);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.section { padding-block: clamp(56px, 8vw, 118px); position: relative; }
.section--tight { padding-block: clamp(36px, 5vw, 64px); }

.section--dark {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 14%, rgba(8, 118, 95, 0.34), transparent 24%),
    radial-gradient(circle at 82% 2%, rgba(1, 63, 50, 0.58), transparent 30%),
    radial-gradient(circle at 64% 88%, rgba(11, 95, 74, 0.28), transparent 24%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.025), transparent 32%),
    linear-gradient(180deg, var(--emerald-2), var(--emerald-deep));
  color: var(--ivory);
}
.section--dark h1, .section--dark h2, .section--dark h3, .section--dark h4 { color: var(--white); }

.section--dark::before,
.section--dark::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.section--dark::before {
  z-index: 0;
  opacity: 0.22;
  background:
    linear-gradient(112deg, transparent 0 18%, rgba(197, 160, 89, 0.16) 18.24%, rgba(223, 207, 179, 0.24) 18.38%, rgba(197, 160, 89, 0.12) 18.5%, transparent 19.2% 100%),
    linear-gradient(22deg, transparent 0 64%, rgba(197, 160, 89, 0.1) 64.26%, rgba(223, 207, 179, 0.22) 64.38%, rgba(197, 160, 89, 0.1) 64.52%, transparent 65.1% 100%),
    linear-gradient(154deg, transparent 0 42%, rgba(197, 160, 89, 0.08) 42.24%, rgba(223, 207, 179, 0.16) 42.34%, rgba(197, 160, 89, 0.08) 42.48%, transparent 43% 100%);
  mix-blend-mode: screen;
}

.section--dark::after {
  z-index: 0;
  opacity: 0.1;
  background:
    radial-gradient(circle at 28% 20%, rgba(255,255,255,0.18), transparent 2px),
    radial-gradient(circle at 70% 72%, rgba(255,255,255,0.16), transparent 1.5px),
    linear-gradient(116deg, transparent 0 30%, rgba(255,255,255,0.13) 30.5%, transparent 31% 100%),
    linear-gradient(27deg, transparent 0 54%, rgba(255,255,255,0.11) 54.5%, transparent 55% 100%);
  background-size: 520px 520px, 430px 430px, 720px 720px, 640px 640px;
}

.stack { display: grid; gap: clamp(24px, 3.5vw, 44px); }

/* ---------- Typography utilities ---------- */
.eyebrow {
  font-family: var(--mono);
  font-size: var(--fs-eyebrow);
  font-weight: 500;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--gold);
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0;
}
.eyebrow::before {
  content: "";
  width: 28px;
  height: 1px;
  background: var(--gold);
  opacity: 0.7;
}
.eyebrow--center { justify-content: center; }
.eyebrow--center::before { display: none; }

.lead {
  font-size: var(--fs-lead);
  color: var(--ink-muted);
  max-width: 54ch;
  font-weight: 400;
  line-height: 1.75;
}
.section--dark .lead { color: var(--ivory-muted); }

.mono {
  font-family: var(--mono);
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-faint);
}
.section--dark .mono { color: var(--ivory-faint); }

.italic { font-style: italic; }
.gold-text { color: var(--gold); }

.rule {
  height: 1px;
  background: var(--gold-line-soft);
  margin-block: 6px;
}

.spark { color: var(--gold); font-size: 0.9rem; line-height: 1; }

/* ---------- Buttons ---------- */
.btn {
  --pad: 12px 28px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: var(--pad);
  border: 1px solid var(--gold-light);
  border-radius: 0;
  background: transparent;
  color: currentColor;
  font-family: var(--mono);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s var(--ease);
}
.btn:hover {
  border-color: var(--gold);
  background: rgba(197, 160, 89, 0.1);
  transform: translateY(-1px);
}

.btn--solid {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--emerald);
}
.btn--solid:hover {
  background: var(--gold-hover);
  border-color: var(--gold-hover);
  color: var(--white);
  box-shadow: var(--shadow-soft);
}

.btn--sm { --pad: 9px 20px; font-size: 0.68rem; }
.btn--full { width: 100%; }
.btn--center { display: inline-flex; margin-inline: auto; }

.btn[aria-busy="true"], .btn:disabled { pointer-events: none; opacity: 0.6; }

.spinner {
  width: 12px;
  height: 12px;
  border: 1.5px solid currentColor;
  border-top-color: transparent;
  border-radius: 50%;
  animation: spin 0.7s linear infinite;
  display: none;
}
.btn[aria-busy="true"] .spinner { display: block; }
@keyframes spin { to { transform: rotate(360deg); } }

.tlink {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--mono);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 500;
  color: currentColor;
  transition: color 0.3s var(--ease);
}
.tlink:hover { color: var(--gold); }
.tlink svg { width: 13px; height: 13px; }

.stars { display: inline-flex; gap: 3px; color: var(--gold); }
.stars svg { width: 14px; height: 14px; fill: currentColor; }

/* ==========================================================================
   Gold contour / topographic linework (decorative, dark sections only)
   ========================================================================== */
.contour-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}
.contour-bg svg {
  position: absolute;
  width: 140%;
  max-width: none;
  opacity: 0.16;
  filter: drop-shadow(0 0 4px rgba(197, 160, 89, 0.12));
}
.contour-bg svg.c-top { top: -6%; left: -20%; }
.contour-bg svg.c-bottom { bottom: -10%; right: -20%; transform: scaleX(-1); }

.section > .container,
.section--dark > .container { position: relative; z-index: 1; }

/* ==========================================================================
   Navigation
   ========================================================================== */
.nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(1, 63, 50, 0.94);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--gold-line-soft);
}

.nav__inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: clamp(14px, 3vw, 32px);
  min-height: 76px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.brand__mark {
  width: 38px;
  height: 38px;
  flex: none;
  display: grid;
  place-items: center;
  border: 1px solid var(--gold-line);
  border-radius: 50%;
  color: var(--gold);
  background: rgba(197, 160, 89, 0.08);
  transition: background 0.25s var(--ease), border-color 0.25s var(--ease);
}
.brand__mark svg { width: 18px; height: 18px; }
.brand:hover .brand__mark { border-color: var(--gold); background: rgba(197, 160, 89, 0.16); }
.brand__name {
  display: none;
  font-family: var(--serif);
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--white);
}

.nav__links { display: none; gap: clamp(18px, 2.4vw, 34px); justify-self: center; }
.nav__links a {
  font-family: var(--mono);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--ivory-muted);
  padding-block: 6px;
  transition: color 0.25s var(--ease);
}
.nav__links a:hover, .nav__links a.is-active { color: var(--gold); }

.nav__right { display: flex; align-items: center; gap: 14px; justify-self: end; }
.nav__cta { display: none; }

.burger {
  position: relative;
  width: 40px;
  height: 40px;
  background: none;
  border: 1px solid var(--gold-line);
  border-radius: 50%;
  cursor: pointer;
}
.burger span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 1.5px;
  margin-left: -7px;
  background: var(--gold);
  transition: transform 0.3s var(--ease);
}
.burger span:first-child { transform: translateY(-3px); }
.burger span:last-child { transform: translateY(3px); }
.burger[aria-expanded="true"] span:first-child { transform: rotate(45deg); }
.burger[aria-expanded="true"] span:last-child { transform: rotate(-45deg) translateY(0); margin-top: 0; }

/* Mobile Menu */
.menu {
  position: fixed;
  inset: 0;
  z-index: 95;
  background:
    radial-gradient(circle at 15% 8%, rgba(8, 118, 95, 0.35), transparent 28%),
    var(--emerald-deep);
  padding: 92px var(--gutter) 40px;
  display: grid;
  align-content: start;
  gap: 6px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s var(--ease);
}
.menu.is-open { opacity: 1; visibility: visible; }
.menu a.menu__link {
  font-family: var(--serif);
  font-size: clamp(1.8rem, 8vw, 2.3rem);
  font-weight: 600;
  color: var(--white);
  padding-block: 12px;
  border-bottom: 1px solid var(--gold-line-soft);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menu a.menu__link span { font-family: var(--mono); font-size: 0.9rem; color: var(--gold); }
.menu__foot { margin-top: 28px; display: grid; gap: 20px; }

.social { display: flex; align-items: center; gap: 4px; }
.social a {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--ivory-muted);
  transition: all 0.25s var(--ease);
}
.social a svg { width: 15px; height: 15px; }
.social a:hover { color: var(--gold); background: rgba(197, 160, 89, 0.12); }

/* ==========================================================================
   Arched "tombstone" image frame
   ========================================================================== */
.arch-frame {
  position: relative;
  padding: 12px;
  border: 1px solid var(--gold-line);
  background: linear-gradient(145deg, rgba(223, 207, 179, 0.08), rgba(197, 160, 89, 0.02));
  box-shadow: 0 24px 60px -34px rgba(0, 0, 0, 0.62);
}
.arch-frame__media {
  position: relative;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border-radius: 999px 999px 0 0;
  background: var(--emerald-2);
}
.arch-frame__media img { width: 100%; height: 100%; object-fit: cover; }
.arch-frame__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 58%, rgba(17, 44, 36, 0.28));
  pointer-events: none;
}
.arch-frame__spark {
  position: absolute;
  color: var(--gold);
  font-size: 1.1rem;
  line-height: 1;
  z-index: 2;
}
.arch-frame__spark--tl { top: -6px; left: -6px; }
.arch-frame__spark--tr { top: -6px; right: -6px; }
.arch-frame__spark--bl { bottom: -6px; left: -6px; }
.arch-frame__spark--br { bottom: -6px; right: -6px; }

.arch-frame--rect .arch-frame__media { border-radius: 0; aspect-ratio: 4 / 3; }

/* ==========================================================================
   Hero
   ========================================================================== */
.hero {
  padding-block: clamp(48px, 7vw, 88px) clamp(40px, 6vw, 72px);
}

.hero::before {
  opacity: 0.22;
  background:
    linear-gradient(118deg, transparent 0 8%, rgba(197, 160, 89, 0.12) 8.28%, rgba(244, 239, 227, 0.2) 8.42%, rgba(197, 160, 89, 0.1) 8.58%, transparent 9.4% 100%),
    linear-gradient(158deg, transparent 0 72%, rgba(197, 160, 89, 0.1) 72.22%, rgba(244, 239, 227, 0.18) 72.36%, rgba(197, 160, 89, 0.1) 72.5%, transparent 73.2% 100%),
    linear-gradient(32deg, transparent 0 26%, rgba(197, 160, 89, 0.08) 26.22%, rgba(244, 239, 227, 0.14) 26.34%, rgba(197, 160, 89, 0.08) 26.48%, transparent 27.1% 100%);
}

.hero::after {
  opacity: 0.11;
  background:
    repeating-radial-gradient(ellipse at 8% 38%, transparent 0 24px, rgba(223, 207, 179, 0.22) 25px, transparent 26px 36px),
    repeating-radial-gradient(ellipse at 98% 26%, transparent 0 26px, rgba(223, 207, 179, 0.18) 27px, transparent 28px 40px),
    linear-gradient(135deg, rgba(255,255,255,0.05), transparent 30%);
  background-size: 620px 420px, 720px 460px, auto;
  background-position: -240px 70px, calc(100% + 250px) 20px, center;
}

.hero__grid {
  display: grid;
  gap: clamp(40px, 5vw, 64px);
  align-items: center;
}

.hero h1 { margin-block: 18px 0; }
.hero__copy > .lead { margin-top: 20px; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }

/* Trust strip */
.trust {
  margin-top: 34px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 22px;
  padding: 16px 20px;
  backdrop-filter: blur(8px);
}
.trust__score { font-family: var(--serif); font-weight: 700; font-size: 1.7rem; color: var(--white); }
.trust__meta { display: grid; gap: 3px; }
.trust__badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--mono);
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--ivory-muted);
}
.trust__badge svg { width: 13px; height: 13px; color: var(--gold); }
.trust__sep { width: 1px; height: 30px; background: var(--gold-line-soft); }

/* Stat strip */
.stats {
  display: grid;
  gap: 1px;
  background: var(--gold-line-soft);
  border: 1px solid var(--gold-line-soft);
  margin-top: clamp(32px, 5vw, 56px);
}
.stat {
  background: rgba(1, 63, 50, 0.92);
  padding: 22px clamp(16px, 2.5vw, 28px);
  text-align: center;
}
.stat__n { font-family: var(--serif); font-size: clamp(1.6rem, 1.2rem + 1.2vw, 2.3rem); font-weight: 700; color: var(--gold); }
.stat__l { margin-top: 6px; display: block; }

/* ==========================================================================
   Banner (simple page-intro hero, no image — contact/referral pages)
   ========================================================================== */
.banner { padding-block: clamp(56px, 9vw, 110px) clamp(40px, 6vw, 76px); }
.banner__inner { display: grid; gap: 20px; max-width: 860px; }

/* ==========================================================================
   Section heads
   ========================================================================== */
.head { display: grid; gap: 14px; max-width: 720px; }
.head h2 { font-size: var(--fs-h2); }
.head--center { max-width: 640px; margin-inline: auto; justify-items: center; text-align: center; }

/* ==========================================================================
   Feature / Transition (white section, arch image + copy)
   ========================================================================== */
.feature__grid {
  display: grid;
  gap: clamp(36px, 5vw, 64px);
  align-items: center;
}
.feature__copy .eyebrow { color: var(--gold-hover); }
.feature__copy h2 { color: var(--ink); text-transform: uppercase; margin-top: 16px; }
.feature__copy .lead { margin-top: 18px; }
.feature__copy .btn { margin-top: 28px; border-color: var(--gold); color: var(--ink); }
.feature__copy .btn--solid { color: var(--emerald); }

/* ==========================================================================
   Services
   ========================================================================== */
.sgrid {
  display: grid;
  gap: clamp(20px, 3vw, 30px);
  margin-top: clamp(36px, 5vw, 56px);
}
.scard {
  display: grid;
  gap: 18px;
}
.scard__frame {
  border: 1px solid var(--gold-line);
  padding: 8px;
  background: rgba(223, 207, 179, 0.045);
  transition: border-color 0.3s var(--ease), transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
}
.scard__img {
  aspect-ratio: 4 / 3;
  background: linear-gradient(145deg, var(--emerald-2), var(--emerald-deep));
  overflow: hidden;
}
.scard__img svg { width: 100%; height: 100%; }
.scard:hover .scard__frame {
  border-color: var(--gold);
  transform: translateY(-4px);
  box-shadow: var(--shadow-lift);
}
.scard h3 {
  font-family: var(--mono);
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--white);
}
.scard p { color: var(--ivory-muted); font-size: 0.92rem; line-height: 1.75; }
.services__cta { margin-top: clamp(36px, 5vw, 52px); text-align: center; }

/* ==========================================================================
   Featured portfolio (light variant, no modal/filter)
   ========================================================================== */
.pgrid-lite {
  display: grid;
  gap: clamp(20px, 3vw, 28px);
  margin-top: clamp(36px, 5vw, 52px);
}
.plcard { display: grid; gap: 16px; }
.plcard__frame {
  border: 1px solid var(--gold-line);
  padding: 8px;
  background: linear-gradient(145deg, rgba(197, 160, 89, 0.08), rgba(17, 44, 36, 0.02));
  transition: border-color 0.3s var(--ease), transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
}
.plcard__img {
  aspect-ratio: 4 / 3;
  background: linear-gradient(145deg, var(--emerald-2), var(--emerald-deep));
  overflow: hidden;
}
.plcard__img svg { width: 100%; height: 100%; }
.plcard:hover .plcard__frame {
  border-color: var(--gold);
  transform: translateY(-4px);
  box-shadow: 0 20px 44px -30px rgba(17, 44, 36, 0.62);
}
.plcard__loc {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: var(--mono);
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-faint);
}
.plcard__loc svg { width: 12px; height: 12px; color: var(--gold-hover); }
.plcard h3 { font-size: 1.2rem; margin-top: 4px; }
.plcard__price { font-family: var(--mono); font-size: 0.78rem; letter-spacing: 0.06em; color: var(--gold-hover); margin-top: 4px; }
.plcard p.lead { font-size: 0.9rem; margin-top: 8px; }
.plcard__more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--mono);
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink);
  margin-top: 6px;
  transition: color 0.25s var(--ease);
}
.plcard__more:hover { color: var(--gold-hover); }
.plcard__more svg { width: 13px; height: 13px; }
.portfolio__cta { margin-top: clamp(36px, 5vw, 52px); text-align: center; }

/* ==========================================================================
   Client Love / Testimonials
   ========================================================================== */
.tgrid {
  display: grid;
  gap: clamp(18px, 2.6vw, 26px);
  margin-top: clamp(36px, 5vw, 52px);
}
.tcard {
  padding: clamp(24px, 3vw, 32px);
  border: 1px solid var(--gold-line);
  background: rgba(14, 36, 30, 0.54);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
  display: grid;
  gap: 16px;
  align-content: start;
}
.tcard blockquote {
  margin: 0;
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.08rem;
  line-height: 1.6;
  color: var(--white);
}
.tcard__foot { display: flex; flex-direction: column; gap: 2px; padding-top: 12px; border-top: 1px solid var(--gold-line-soft); }
.tcard__foot strong { font-weight: 600; font-size: 0.9rem; color: var(--white); }
.tcard__foot span { font-family: var(--mono); font-size: 0.68rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ivory-faint); }
.testimonials__cta { margin-top: clamp(36px, 5vw, 52px); text-align: center; }

/* ==========================================================================
   About
   ========================================================================== */
.about__grid {
  display: grid;
  gap: clamp(36px, 5vw, 72px);
  align-items: start;
}
.about__copy h2 {
  color: var(--ink);
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.about__copy .eyebrow { color: var(--gold-hover); }
.about__copy p.lead { margin-top: 8px; color: var(--ink-muted); }
.about__copy .stack { gap: 18px; margin-top: 20px; }
.about__copy .btn { margin-top: 30px; border-color: var(--gold); color: var(--ink); }

/* ==========================================================================
   Forms
   ========================================================================== */
.form {
  display: grid;
  gap: 16px;
  padding: clamp(22px, 3.5vw, 38px);
  border: 1px solid var(--gold-line-soft);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.035), transparent 34%),
    linear-gradient(180deg, var(--emerald-2), var(--emerald-deep));
  box-shadow: var(--shadow-soft);
}
.form__row { display: grid; gap: 16px; }
.field { display: grid; gap: 7px; min-width: 0; }
.field > label {
  font-family: var(--mono);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--ivory-faint);
}
.field input, .field select, .field textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--gold-line-soft);
  border-radius: 0;
  background: rgba(244, 239, 227, 0.04);
  color: var(--ivory);
  font-size: 0.92rem;
  transition: all 0.25s var(--ease);
}
.field input::placeholder, .field textarea::placeholder { color: var(--ivory-faint); }
.field textarea { resize: vertical; min-height: 110px; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none;
  border-color: var(--gold);
  background: rgba(244, 239, 227, 0.07);
  box-shadow: 0 0 0 3px rgba(197, 160, 89, 0.18);
}
.field select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23c5a059' stroke-width='1.4' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 10px;
  padding-right: 36px;
}
.field select option { color: #1b2620; }

.pills { display: flex; flex-wrap: wrap; gap: 8px; }
.pill { position: relative; display: inline-flex; }
.pill input {
  position: absolute;
  inset: 0;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  border: 0;
  opacity: 0;
}
.pill span {
  display: block;
  padding: 9px 18px;
  border: 1px solid var(--gold-line-soft);
  font-family: var(--mono);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ivory-muted);
  cursor: pointer;
  transition: all 0.25s var(--ease);
}
.pill input:checked + span { border-color: var(--gold); background: var(--gold); color: var(--emerald); }

.notice {
  display: none;
  gap: 10px;
  padding: 14px 16px;
  border: 1px solid var(--gold-line);
  background: rgba(197, 160, 89, 0.08);
  font-size: 0.86rem;
  color: var(--ivory);
}
.notice.is-shown { display: flex; }
.notice svg { width: 16px; height: 16px; color: var(--gold); flex: none; margin-top: 2px; }
.form__foot { display: grid; gap: 10px; }
.form__note { font-size: 0.76rem; color: var(--ivory-faint); }

/* ==========================================================================
   Dark card surface — used for cards that may sit on either a light or dark
   section, so they carry their own #0e241e surface + ivory text rather than
   inheriting color from an ancestor .section--dark.
   ========================================================================== */
.ccard, .office, .bcard, .hub__tile {
  background: var(--emerald-2);
  color: var(--ivory);
}
.ccard .mono, .office .mono, .ccard p.lead, .office p, .hub__tile .mono { color: var(--ivory-muted); }

.cgrid { display: grid; gap: 16px; }
.ccard {
  padding: clamp(22px, 3vw, 30px);
  border: 1px solid var(--gold-line-soft);
  display: grid;
  gap: 10px;
}
.ccard__icon {
  width: 40px;
  height: 40px;
  border: 1px solid var(--gold-line);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--gold);
}
.ccard__icon svg { width: 17px; height: 17px; }
.ccard__v { font-family: var(--serif); font-size: clamp(1.05rem, 1rem + 0.5vw, 1.3rem); font-weight: 600; color: var(--white); overflow-wrap: anywhere; word-break: break-word; }
.ccard__v a:hover { color: var(--gold); }

.office {
  position: relative;
  padding: clamp(28px, 4vw, 44px);
  border: 1px solid var(--gold-line-soft);
  display: grid;
  gap: 16px;
}
.office h3 { color: var(--white); }
.office__row { display: flex; align-items: flex-start; gap: 12px; }
.office__row svg { width: 16px; height: 16px; color: var(--gold); flex: none; margin-top: 3px; }

.hub { display: grid; gap: 12px; margin-top: clamp(32px, 4vw, 48px); }
.hub__tile {
  position: relative;
  display: grid;
  gap: 14px;
  padding: 20px;
  border: 1px solid var(--gold-line-soft);
  transition: all 0.3s var(--ease);
}
.hub__tile:hover { border-color: var(--gold); transform: translateY(-3px); background: var(--emerald-3); }
.hub__tile strong { font-size: 1rem; color: var(--white); display: block; }
.hub__icon { width: 20px; height: 20px; color: var(--gold); }
.hub__handle { display: block; margin-top: 2px; color: var(--ivory-faint); }
.hub__arrow { position: absolute; top: 18px; right: 18px; width: 14px; height: 14px; color: var(--gold); }

/* ==========================================================================
   Referral: steps, benefit cards, tiers
   ========================================================================== */
.steps { display: grid; gap: 1px; background: var(--gold-line-soft); border: 1px solid var(--gold-line-soft); margin-top: clamp(32px, 4vw, 48px); }
.step { background: var(--white); padding: clamp(26px, 3.5vw, 38px); display: grid; gap: 12px; }
.step__n { font-family: var(--serif); font-size: 1.9rem; font-weight: 700; color: var(--gold-hover); }
.step h3 { color: var(--ink); }
.step p { color: var(--ink-muted); }

.bgrid { display: grid; gap: 16px; margin-top: clamp(32px, 4vw, 48px); }
.bcard {
  padding: clamp(22px, 3vw, 28px);
  border: 1px solid var(--gold-line-soft);
  display: grid;
  gap: 12px;
}
.bcard__icon {
  width: 42px;
  height: 42px;
  border: 1px solid var(--gold-line);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--gold);
}
.bcard__icon svg { width: 18px; height: 18px; }
.bcard h3 { color: var(--white); font-size: 1.05rem; }
.bcard p { color: var(--ivory-muted); font-size: 0.9rem; }

.tiers { display: grid; gap: 1px; background: var(--gold-line-soft); border: 1px solid var(--gold-line-soft); margin-top: clamp(28px, 4vw, 40px); }
.tier { background: var(--emerald); padding: 22px; display: grid; gap: 6px; }
.tier:nth-child(2) { background: var(--emerald-2); }
.tier:nth-child(3) { background: var(--emerald-deep); }
.tier strong { font-family: var(--serif); font-size: 1.6rem; font-weight: 700; color: var(--gold); }
.tier span.lead { font-size: 0.88rem; }

/* ==========================================================================
   CTA band
   ========================================================================== */
.band { border-block: 1px solid var(--gold-line-soft); }
.band__inner { display: grid; gap: 20px; justify-items: center; text-align: center; }

/* ==========================================================================
   Contact / Footer band (spec section 7) + legal bar
   ========================================================================== */
.contact-band__grid {
  display: grid;
  gap: clamp(36px, 5vw, 64px);
  align-items: start;
}
.contact-band__copy h2 { color: var(--white); text-transform: uppercase; margin-top: 16px; }
.contact-band__copy .lead { margin-top: 18px; }
.contact-band__copy ul { list-style: none; margin: 24px 0 0; padding: 0; display: grid; gap: 12px; }
.contact-band__copy ul li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--mono);
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ivory-muted);
}
.contact-band__copy ul li svg { width: 13px; height: 13px; color: var(--gold); }

.legal {
  padding-block: 30px;
  background: #012f27;
  border-top: 1px solid var(--gold-line-soft);
}
.legal__inner { display: grid; gap: 16px; align-items: center; }
.legal p { font-family: var(--mono); font-size: 0.68rem; letter-spacing: 0.06em; color: var(--ivory-faint); }
.legal__links { display: flex; flex-wrap: wrap; gap: 18px; }
.legal__links a { font-family: var(--mono); font-size: 0.68rem; letter-spacing: 0.06em; text-transform: uppercase; color: var(--ivory-muted); transition: color 0.25s var(--ease); }
.legal__links a:hover { color: var(--gold); }

/* ==========================================================================
   Scroll reveal
   ========================================================================== */
.js .reveal { opacity: 0; transform: translateY(18px); }
.js .reveal.is-in {
  opacity: 1;
  transform: none;
  transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
  transition-delay: var(--d, 0s);
}

/* ==========================================================================
   Responsive breakpoints
   ========================================================================== */
@media (min-width: 560px) {
  .form__row--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cgrid, .hub, .bgrid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .legal__inner { grid-template-columns: 1fr auto; }
}

@media (min-width: 860px) {
  .hero__grid { grid-template-columns: 1.05fr 0.95fr; }
  .feature__grid { grid-template-columns: 0.85fr 1.15fr; }
  .feature__grid .arch-frame { max-width: 420px; }
  .about__grid { grid-template-columns: 0.85fr 1.15fr; }
  .about__grid .arch-frame { max-width: 420px; }
  .sgrid, .pgrid-lite, .tgrid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .stats { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .steps { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .bgrid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .tiers { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .hub { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .contact-band__grid { grid-template-columns: 0.9fr 1.1fr; }
}

@media (min-width: 860px) {
  .brand__name { display: inline-block; }
}

@media (min-width: 1080px) {
  .nav__links { display: flex; }
  .nav__cta { display: inline-flex; }
  .burger { display: none; }
  .hub { grid-template-columns: repeat(5, minmax(0, 1fr)); }
}

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

/* ==========================================================================
   Referral partnership deck — badge, 3-up grid, chevron steps,
   commission cards, floating PDF button
   ========================================================================== */
.badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 9px 20px;
  border: 1px solid var(--gold-line);
  border-radius: 999px;
  background: rgba(197, 160, 89, 0.1);
  font-family: var(--mono);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--gold);
}
.badge::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); flex: none; }

.grid-3 { display: grid; gap: 16px; margin-top: clamp(32px, 4vw, 48px); }
@media (min-width: 560px) { .grid-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 860px) { .grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); } }

/* Chevron process steps */
.chevrons { display: grid; gap: 14px; margin-top: clamp(32px, 4vw, 48px); }
.chev {
  position: relative;
  background: var(--emerald-2);
  border: 1px solid var(--gold-line-soft);
  color: var(--ivory);
  padding: clamp(26px, 3.2vw, 36px) clamp(24px, 3vw, 32px);
  display: grid;
  gap: 10px;
}
.chev__n { font-family: var(--mono); font-size: 0.7rem; letter-spacing: 0.22em; color: var(--gold); }
.chev h3 { color: var(--white); font-size: var(--fs-h3); }
.chev p { color: var(--ivory-muted); font-size: 0.92rem; margin: 0; }

@media (min-width: 860px) {
  .chevrons { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; }
  .chev {
    clip-path: polygon(0 0, calc(100% - 28px) 0, 100% 50%, calc(100% - 28px) 100%, 0 100%, 28px 50%);
    padding-right: 56px;
  }
  .chev:first-child {
    clip-path: polygon(0 0, calc(100% - 28px) 0, 100% 50%, calc(100% - 28px) 100%, 0 100%);
  }
  .chev:last-child {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 28px 50%);
    padding-right: clamp(24px, 3vw, 32px);
  }
  .chev:not(:first-child) { margin-left: -28px; padding-left: 56px; }
  .chev:nth-child(1) { z-index: 3; }
  .chev:nth-child(2) { z-index: 2; }
  .chev:nth-child(3) { z-index: 1; }
}

/* Commission potential cards */
.comm-grid { display: grid; gap: 16px; margin-top: clamp(32px, 4vw, 48px); }
.commcard {
  background: var(--emerald-2);
  border: 1px solid var(--gold-line-soft);
  color: var(--ivory);
  padding: clamp(28px, 4vw, 40px);
  display: grid;
  gap: 8px;
}
.commcard__figure { font-family: var(--serif); font-weight: 700; font-size: clamp(2.2rem, 1.6rem + 2.4vw, 3.4rem); color: var(--gold); line-height: 1; }
.commcard__label { font-family: var(--mono); font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--white); }
.commcard__desc { color: var(--ivory-muted); font-size: 0.92rem; }
@media (min-width: 560px) { .comm-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }

/* ==========================================================================
   Print — one section per landscape page (browser Print / Ctrl+P)
   ========================================================================== */
@media print {
  :root {
    --fs-eyebrow: 8px;
    --fs-body: 11px;
    --fs-lead: 12px;
    --fs-h3: 15px;
    --fs-h2: 22px;
    --fs-h1: 32px;
    --gutter: 26px;
  }
  .nav, .menu, .skip, .legal { display: none !important; }
  * { -webkit-print-color-adjust: exact; print-color-adjust: exact; }
  .js .reveal { opacity: 1 !important; transform: none !important; }
  .btn:not(.btn--solid) { display: none; }

  .hero, .section { padding-block: 18px; }
  .stack { gap: 12px; }
  .head { gap: 6px; }
  .lead { line-height: 1.4; max-width: none; }
  .grid-3, .chevrons, .comm-grid, .cgrid { margin-top: 14px; gap: 10px; }
  .bcard, .commcard, .ccard { padding: 12px 14px; gap: 5px; }
  .bcard p, .commcard__desc { font-size: 10px; }
  .bcard__icon, .ccard__icon { width: 28px; height: 28px; }
  .bcard__icon svg, .ccard__icon svg { width: 12px; height: 12px; }
  .commcard__figure { font-size: 30px; }
  .chev { padding: 14px 16px; gap: 5px; }
  .chev p { font-size: 10px; }

  .hero__grid { grid-template-columns: 1.3fr 0.8fr; align-items: center; gap: 20px; }
  .hero__grid .arch-frame { max-width: 170px; margin-left: auto; padding: 6px; }
  .hero__actions { margin-top: 10px; }

  /* One section per printed page */
  main { display: block; }
  .hero, main > .section {
    break-after: page;
    page-break-after: always;
    break-inside: avoid;
    page-break-inside: avoid;
    min-height: 0;
    overflow: visible;
  }
  main > .section:last-of-type {
    break-after: auto;
    page-break-after: auto;
  }
  .section--dark, .band, article, .chev, .commcard, .ccard, .office,
  .grid-3, .chevrons, .comm-grid, .cgrid {
    break-inside: avoid;
    page-break-inside: avoid;
  }

  @page { size: landscape; margin: 10mm; }
}

.reviews-title {
  position: relative;
  text-align: center;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 800;
  letter-spacing: -0.5px;
  margin: 0 0 45px;
  color: #1f2937;
  line-height: 1.2;
}

.reviews-title::after {
  content: "";
  display: block;
  width: 65px;
  height: 4px;
  margin: 14px auto 0;
  border-radius: 50px;
  background: linear-gradient(90deg, #f59e0b, #f97316);
  box-shadow: 0 3px 10px rgba(249, 115, 22, 0.25);
}

/* New service/feature photography: preserve existing frame sizes and crop images to fit. */
.feature__grid .arch-frame__media img,
.scard__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
