/* ============================================================
   SOUTHERN VEIN CARE — "Georgia Heritage Clinical"
   Premium editorial medical brand · warm cream paper +
   Georgia red-clay accent + sage green + deep navy ink
   Navy ink drawn from their real hibiscus wordmark.
   ============================================================ */

:root {
  /* ---- palette (Georgia Heritage: clay / sage / navy / cream) ---- */
  --cream:      #F6F1E7;   /* warm cream paper */
  --cream-deep: #EBE2D0;   /* deeper sand band */
  --white-warm: #FCF9F2;   /* lifted card surface */

  /* accents (variable names kept; values are clay + sage family) */
  --sage:       #B0502F;   /* Georgia red-clay — primary CTA / fills / dots */
  --sage-deep:  #8A3A21;   /* deep clay — accent text / hovers */
  --brass:      #7C8A66;   /* sage green — hairline accent */
  --brass-deep: #515E40;   /* deep sage — eyebrow text (AA on cream) */
  --rose:       #CE9683;   /* soft clay — tertiary / dark-bg accents */

  --ink:        #16314C;   /* deep navy (from logo) */
  --ink-soft:   #3E4E5E;   /* navy charcoal body text (AA+) */

  /* type */
  --display: 'Fraunces', 'Times New Roman', serif;
  --body:    'Inter Tight', system-ui, sans-serif;
  --mono:    'JetBrains Mono', ui-monospace, monospace;

  /* rhythm */
  --rule:        1px solid rgba(21, 17, 15, 0.14);
  --rule-strong: 1px solid var(--brass);
  --rule-ink:    1px solid rgba(21, 17, 15, 0.12);

  --measure: 64ch;
  --pad-page: clamp(20px, 4vw, 56px);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

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

html { scroll-behavior: smooth; }

body {
  font-family: var(--body);
  background: var(--cream);
  color: var(--ink-soft);
  line-height: 1.6;
  font-size: 16.5px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  font-feature-settings: "ss01";
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
::selection { background: var(--sage); color: #fff; }

/* ===== Typography ===== */
.display, h1, h2, h3 {
  font-family: var(--display);
  font-weight: 460;
  font-style: normal;
  letter-spacing: -0.018em;
  line-height: 1.02;
  color: var(--ink);
  font-optical-sizing: auto;
  font-variation-settings: "SOFT" 30, "WONK" 0, "opsz" 144;
}
h1 { font-size: clamp(40px, 7vw, 92px); }
h2 { font-size: clamp(32px, 5vw, 62px); }
h3 { font-size: clamp(22px, 2.5vw, 32px); line-height: 1.16; font-variation-settings: "SOFT" 20, "opsz" 60; }

.italic-soft, .it { font-style: italic; color: var(--sage-deep); font-variation-settings: "SOFT" 60, "opsz" 144; }

.eyebrow {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--brass-deep);
  font-weight: 600;
}

.label {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-soft);
  font-weight: 500;
}

p { max-width: var(--measure); }
p.lede {
  font-family: var(--display);
  font-size: clamp(20px, 2.2vw, 28px);
  line-height: 1.4;
  color: var(--ink);
  font-style: italic;
  font-variation-settings: "SOFT" 50, "opsz" 90;
}

.dropcap::first-letter {
  font-family: var(--display);
  font-size: 4.2em;
  float: left;
  line-height: 0.82;
  margin: 0.08em 0.1em 0 -0.02em;
  color: var(--sage-deep);
  font-weight: 500;
}

/* ===== Layout ===== */
.wrap { max-width: 1240px; margin: 0 auto; padding: 0 var(--pad-page); }
.wrap-narrow { max-width: 880px; margin: 0 auto; padding: 0 var(--pad-page); }

section { padding: clamp(64px, 9vw, 140px) 0; position: relative; }
section.tight { padding: clamp(40px, 5vw, 80px) 0; }
section.bg-cream { background: var(--cream); }
section.bg-cream-deep { background: var(--cream-deep); }
section.bg-warm { background: var(--white-warm); }
section.bg-ink { background: var(--ink); color: rgba(247,242,234,0.86); }
section.bg-sage { background: var(--sage); color: #fff; }
section.bg-ink h1, section.bg-ink h2, section.bg-ink h3,
section.bg-sage h1, section.bg-sage h2, section.bg-sage h3 { color: inherit; }
section.bg-ink .eyebrow, section.bg-ink .s-head__num { color: #D9A98C; }

.hr { border: 0; border-top: var(--rule); margin: 0; }
.hr-strong { border-top: var(--rule-strong); }

/* ===== Navigation ===== */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: rgba(247, 242, 234, 0.86);
  backdrop-filter: saturate(150%) blur(14px);
  -webkit-backdrop-filter: saturate(150%) blur(14px);
  border-bottom: 1px solid rgba(21,17,15,0.08);
  transition: box-shadow 0.3s, background 0.3s;
}
.nav.scrolled { box-shadow: 0 6px 30px rgba(21,17,15,0.08); background: rgba(247,242,234,0.95); }
.nav__inner {
  max-width: 1240px; margin: 0 auto;
  padding: 13px var(--pad-page);
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.nav__brand { display: flex; align-items: center; gap: 8px; }
.nav__brand img { height: 38px; width: auto; }
.nav__brand .mono { display: none; }
.nav__links { display: flex; gap: 26px; font-size: 13px; letter-spacing: 0.02em; font-weight: 500; }
.nav__links a { color: var(--ink-soft); transition: color 0.2s; position: relative; }
.nav__links a:hover { color: var(--ink); }
.nav__links a::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: -5px;
  height: 2px; background: var(--brass);
  transform: scaleX(0); transform-origin: left; transition: transform 0.3s var(--ease);
}
.nav__links a:hover::after { transform: scaleX(1); }
.nav__cta {
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase;
  background: var(--sage); color: #fff; padding: 11px 18px; border-radius: 999px;
  font-weight: 500; transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
}
.nav__cta:hover { background: var(--sage-deep); transform: translateY(-1px); box-shadow: 0 8px 22px rgba(176,80,47,0.28); }

@media (max-width: 880px) {
  .nav__links { display: none; }
  .nav__cta { padding: 9px 14px; font-size: 10px; }
  .nav__brand img { height: 32px; }
}

.nav__toggle {
  display: none; font-family: var(--mono); font-size: 11px; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--ink); background: transparent;
  border: 1px solid var(--ink); padding: 9px 13px; border-radius: 999px; cursor: pointer;
}
@media (max-width: 880px) { .nav__toggle { display: inline-block; } }
.nav__panel {
  position: fixed; inset: 0; background: var(--cream); z-index: 99;
  padding: 90px var(--pad-page) 40px; display: flex; flex-direction: column; gap: 14px;
  font-family: var(--display); font-size: 32px;
  transform: translateY(-100%); transition: transform 0.4s var(--ease);
}
.nav__panel.open { transform: translateY(0); }
.nav__panel a { color: var(--ink); padding: 12px 0; border-bottom: var(--rule); }

/* ===== Buttons ===== */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--mono); font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase;
  padding: 15px 24px; border-radius: 999px; border: 1px solid transparent;
  cursor: pointer; transition: all 0.28s var(--ease); white-space: nowrap; font-weight: 500;
}
.btn--ink { background: var(--ink); color: var(--cream); }
.btn--ink:hover { background: var(--sage); transform: translateY(-2px); box-shadow: 0 10px 28px rgba(21,17,15,0.18); }
.btn--sage { background: var(--sage); color: #fff; }
.btn--sage:hover { background: var(--sage-deep); transform: translateY(-2px); box-shadow: 0 10px 28px rgba(176,80,47,0.3); }
.btn--ghost { background: transparent; color: var(--ink); border-color: rgba(21,17,15,0.4); }
.btn--ghost:hover { background: var(--ink); color: var(--cream); border-color: var(--ink); }
.btn--cream { background: var(--cream); color: var(--ink); }
.btn--cream:hover { background: #fff; transform: translateY(-2px); }
.btn .arrow { font-family: var(--display); font-size: 17px; transition: transform 0.25s var(--ease); }
.btn:hover .arrow { transform: translateX(5px); }

/* ===== Hero ===== */
.hero { position: relative; padding-top: 150px; padding-bottom: clamp(60px, 8vw, 120px); overflow: hidden; }
.hero__grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(32px, 5vw, 80px); align-items: end; }
.hero__copy { padding-bottom: 14px; }
.hero__title { font-size: clamp(46px, 8.2vw, 118px); line-height: 0.94; letter-spacing: -0.03em; }
.hero__title .accent { font-style: italic; color: var(--sage); font-variation-settings: "SOFT" 70, "opsz" 144; }
.hero__lede { margin-top: 28px; max-width: 46ch; font-size: clamp(16px, 1.4vw, 20px); line-height: 1.6; color: var(--ink-soft); }
.hero__ctas { margin-top: 36px; display: flex; gap: 14px; flex-wrap: wrap; }
.hero__meta { margin-top: 44px; padding-top: 26px; border-top: var(--rule); display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.hero__meta div .label { display: block; margin-bottom: 6px; }
.hero__meta div .val { font-family: var(--display); font-size: 30px; color: var(--ink); line-height: 1; font-variation-settings: "SOFT" 0, "opsz" 60; }
.hero__meta div .val .unit { color: var(--sage); }

.hero__visual {
  position: relative; aspect-ratio: 4/5; border-radius: 8px; overflow: hidden;
  background: linear-gradient(170deg, #2a2320 0%, #15110F 100%);
  box-shadow: 0 30px 70px -30px rgba(21,17,15,0.5);
}
.hero__visual img { width: 100%; height: 100%; object-fit: cover; }
.hero__visual::after { content: ''; position: absolute; inset: 0; background: linear-gradient(190deg, transparent 55%, rgba(21,17,15,0.42) 100%); }
.hero__seal {
  position: absolute; bottom: 20px; left: 20px; z-index: 2;
  background: rgba(247,242,234,0.95); color: var(--ink); padding: 11px 16px;
  font-family: var(--mono); font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase;
  border-radius: 999px; box-shadow: 0 6px 20px rgba(0,0,0,0.2);
}
.hero__seal .brass-dot { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: var(--sage); margin-right: 8px; vertical-align: middle; }
.hero__badge {
  position: absolute; top: 18px; right: 18px; z-index: 2;
  background: #fff; padding: 8px 12px; border-radius: 6px; box-shadow: 0 8px 24px rgba(0,0,0,0.22);
}
.hero__badge img { height: 46px; width: auto; }

@media (max-width: 920px) {
  .hero { padding-top: 116px; }
  .hero__grid { grid-template-columns: 1fr; gap: 36px; }
  .hero__visual { aspect-ratio: 4/4.2; max-height: 520px; }
  .hero__meta { grid-template-columns: 1fr 1fr 1fr; gap: 14px; }
  .hero__title { font-size: clamp(44px, 12vw, 72px); }
}
@media (max-width: 460px) {
  .hero__meta div .val { font-size: 24px; }
}

/* ===== Award badges row ===== */
.badges {
  display: flex; align-items: center; justify-content: center; gap: clamp(28px, 5vw, 64px);
  flex-wrap: wrap; padding: 30px 0;
}
.badges img { height: clamp(54px, 7vw, 78px); width: auto; opacity: 0.9; transition: opacity 0.3s, transform 0.3s; filter: saturate(1.05); }
.badges img:hover { opacity: 1; transform: translateY(-3px); }
.badges__label { font-family: var(--mono); font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-soft); width: 100%; text-align: center; margin-bottom: 6px; }

/* ===== Trust bar ===== */
.trust { border-top: var(--rule); border-bottom: var(--rule); background: var(--cream-deep); padding: 22px 0; }
.trust__row { display: flex; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.trust__item { font-family: var(--mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-soft); display: flex; align-items: center; gap: 10px; font-weight: 500; }
.trust__item::before { content: ''; width: 8px; height: 8px; background: var(--sage); border-radius: 50%; flex-shrink: 0; }
@media (max-width: 720px) { .trust__row { flex-direction: column; gap: 12px; } }

/* ===== Section header ===== */
.s-head { display: grid; grid-template-columns: 1fr 1.6fr; gap: 40px; align-items: end; margin-bottom: clamp(40px, 5vw, 72px); padding-bottom: 24px; border-bottom: var(--rule); }
.s-head__num { font-family: var(--mono); font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--brass-deep); font-weight: 600; }
.s-head__num span { color: var(--ink); margin-left: 6px; }
.s-head h2 { letter-spacing: -0.025em; }
.s-head__sub { margin-top: 16px; font-style: italic; color: var(--ink-soft); max-width: 60ch; font-family: var(--display); font-size: 20px; }
@media (max-width: 880px) { .s-head { grid-template-columns: 1fr; gap: 16px; } }

/* ===== Doctors strip ===== */
.docs-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 4vw, 60px); }
.doc-card { background: var(--white-warm); padding: clamp(28px, 3vw, 44px); border: var(--rule); border-radius: 8px; position: relative; transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease); }
.doc-card:hover { transform: translateY(-4px); box-shadow: 0 24px 50px -28px rgba(21,17,15,0.4); }
.doc-card__portrait { width: 100%; aspect-ratio: 1/1.05; background: #2a2320; border-radius: 6px; margin-bottom: 24px; overflow: hidden; position: relative; }
.doc-card__portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center top; transition: transform 0.6s var(--ease); }
.doc-card:hover .doc-card__portrait img { transform: scale(1.04); }
.doc-card__portrait::after { content: ''; position: absolute; inset: 0; background: linear-gradient(200deg, transparent 68%, rgba(21,17,15,0.22) 100%); }
.doc-card__pin { position: absolute; top: 14px; left: 14px; background: var(--sage); color: #fff; font-family: var(--mono); font-size: 9px; letter-spacing: 0.14em; text-transform: uppercase; padding: 6px 10px; border-radius: 999px; z-index: 2; }
.doc-card__portrait--mono { display: flex; align-items: center; justify-content: center; background: linear-gradient(150deg, #20384f 0%, #16314C 55%, #0e2236 100%); }
.doc-card__portrait--mono::after { display: none; }
.mono-monogram { font-family: var(--display); font-size: clamp(80px, 14vw, 130px); color: var(--cream); font-style: italic; letter-spacing: 0.02em; font-variation-settings: "SOFT" 60, "opsz" 144; position: relative; }
.mono-monogram::after { content: ''; position: absolute; left: 50%; bottom: -14px; transform: translateX(-50%); width: 46px; height: 3px; background: var(--sage); }
.doc-card h3 { margin-bottom: 6px; }
.doc-card__role { font-family: var(--mono); font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--brass-deep); display: block; margin-bottom: 18px; font-weight: 600; }
.doc-card__summary { font-size: 15px; line-height: 1.65; color: var(--ink-soft); margin-bottom: 20px; }
.doc-card__creds { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 10px; }
.doc-card__creds span { font-family: var(--mono); font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase; background: var(--cream); border: 1px solid rgba(21,17,15,0.1); padding: 6px 10px; border-radius: 999px; color: var(--ink-soft); }
.doc-card__link { display: inline-flex; gap: 8px; margin-top: 22px; font-family: var(--mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink); border-bottom: 2px solid var(--brass); padding-bottom: 4px; transition: gap 0.25s; }
.doc-card__link:hover { gap: 14px; }
@media (max-width: 820px) { .docs-grid { grid-template-columns: 1fr; } }

/* ===== Conditions / Treatments grid ===== */
.tile-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1px; background: rgba(21,17,15,0.1); border: var(--rule); border-radius: 8px; overflow: hidden; }
.tile { background: var(--cream); padding: clamp(24px, 3vw, 36px); position: relative; transition: background 0.3s; display: flex; flex-direction: column; }
.tile:hover { background: var(--white-warm); }
.tile__img { margin: calc(-1 * clamp(24px, 3vw, 36px)) calc(-1 * clamp(24px, 3vw, 36px)) 22px; aspect-ratio: 16/10; overflow: hidden; background: #2a2320; }
.tile__img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s var(--ease); }
.tile:hover .tile__img img { transform: scale(1.05); }
.tile__num { font-family: var(--mono); font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--brass-deep); margin-bottom: 14px; display: block; font-weight: 600; }
.tile h3 { font-size: 27px; line-height: 1.05; margin-bottom: 8px; }
.tile__tag { font-family: var(--display); font-style: italic; color: var(--sage-deep); font-size: 15px; margin-bottom: 16px; display: block; }
.tile__sum { font-size: 14.5px; line-height: 1.62; color: var(--ink-soft); margin-bottom: 16px; }
.tile__list { list-style: none; border-top: var(--rule); padding-top: 14px; margin-top: auto; }
.tile__list li { font-family: var(--mono); font-size: 11px; letter-spacing: 0.04em; text-transform: uppercase; color: var(--ink-soft); padding: 5px 0; display: flex; gap: 10px; }
.tile__list li::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--brass); margin-top: 6px; flex-shrink: 0; }

.treat-meta { margin-top: 18px; display: grid; grid-template-columns: auto 1fr; gap: 8px 14px; padding-top: 14px; border-top: var(--rule); }
.treat-meta dt { font-family: var(--mono); font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--brass-deep); font-weight: 600; }
.treat-meta dd { font-size: 13px; color: var(--ink); }

/* ===== Patient journey ===== */
.journey { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border-top: var(--rule-strong); border-bottom: var(--rule-strong); }
.journey__step { padding: clamp(28px, 3vw, 48px) clamp(20px, 2vw, 32px); border-right: var(--rule); position: relative; }
.journey__step:last-child { border-right: 0; }
.journey__num { font-family: var(--display); font-size: 58px; line-height: 1; color: var(--sage); font-style: italic; margin-bottom: 26px; font-variation-settings: "SOFT" 60, "opsz" 144; }
.journey__step h3 { font-size: 22px; margin-bottom: 12px; }
.journey__step p { font-size: 14.5px; line-height: 1.62; color: var(--ink-soft); }
@media (max-width: 880px) {
  .journey { grid-template-columns: 1fr 1fr; }
  .journey__step:nth-child(2) { border-right: 0; }
  .journey__step:nth-child(1), .journey__step:nth-child(2) { border-bottom: var(--rule); }
}
@media (max-width: 560px) {
  .journey { grid-template-columns: 1fr; }
  .journey__step { border-right: 0; border-bottom: var(--rule); }
  .journey__step:last-child { border-bottom: 0; }
}

/* ===== Insurance block ===== */
.insurance { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 80px); align-items: start; }
.insurance__plans { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 24px; margin-top: 20px; padding-top: 20px; border-top: var(--rule); }
.insurance__plans div { font-family: var(--mono); font-size: 12px; letter-spacing: 0.04em; color: var(--ink-soft); padding: 8px 0; border-bottom: var(--rule); }
.insurance__note { background: var(--white-warm); padding: 32px; border-left: 3px solid var(--brass); border-radius: 4px; }
.insurance__note h3 { font-size: 22px; margin-bottom: 12px; }
.insurance__note p { font-size: 14.5px; line-height: 1.65; color: var(--ink-soft); }
@media (max-width: 820px) { .insurance { grid-template-columns: 1fr; } }

/* ===== Reviews ===== */
.reviews { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(21,17,15,0.1); border: var(--rule); border-radius: 8px; overflow: hidden; }
.review { background: var(--cream); padding: clamp(28px, 3vw, 44px); display: flex; flex-direction: column; }
.review__stars { font-size: 16px; color: var(--sage); letter-spacing: 0.16em; margin-bottom: 18px; }
.review p { font-family: var(--display); font-size: 19px; line-height: 1.46; font-style: italic; color: var(--ink); margin-bottom: 24px; font-variation-settings: "SOFT" 40, "opsz" 70; }
.review__author { font-family: var(--mono); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-soft); margin-top: auto; }
.review__author span { color: var(--brass-deep); display: block; margin-top: 4px; }
@media (max-width: 820px) { .reviews { grid-template-columns: 1fr; } }

/* ===== FAQ ===== */
.faq-list { border-top: var(--rule-strong); }
.faq-item { border-bottom: var(--rule); }
.faq-item summary { list-style: none; cursor: pointer; padding: 26px 0; display: flex; justify-content: space-between; align-items: center; gap: 20px; font-family: var(--display); font-size: clamp(20px, 2.2vw, 26px); color: var(--ink); transition: color 0.2s; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary:hover { color: var(--sage-deep); }
.faq-item summary::after { content: '+'; font-family: var(--display); font-size: 30px; color: var(--sage); flex-shrink: 0; transition: transform 0.3s var(--ease); }
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item__body { padding: 0 0 30px; max-width: 70ch; color: var(--ink-soft); font-size: 15.5px; line-height: 1.7; }

/* ===== Form ===== */
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.form-row.full { grid-column: 1 / -1; }
.form-row label { display: block; font-family: var(--mono); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--brass-deep); margin-bottom: 8px; font-weight: 600; }
.form-row input, .form-row select, .form-row textarea {
  width: 100%; background: transparent; border: 0; border-bottom: 1px solid rgba(21,17,15,0.25);
  padding: 12px 0 14px; font-family: var(--body); font-size: 16px; color: var(--ink); outline: none;
  transition: border-color 0.2s; border-radius: 0;
}
.form-row input:focus, .form-row select:focus, .form-row textarea:focus { border-color: var(--sage); }
.form-row textarea { resize: vertical; min-height: 100px; }
.form-row select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, var(--sage) 50%), linear-gradient(135deg, var(--sage) 50%, transparent 50%);
  background-position: calc(100% - 14px) calc(50% - 2px), calc(100% - 8px) calc(50% - 2px);
  background-size: 6px 6px; background-repeat: no-repeat;
}
.form-note { font-family: var(--mono); font-size: 11px; letter-spacing: 0.04em; color: var(--ink-soft); padding: 16px 18px; background: var(--cream-deep); border-left: 2px solid var(--sage); border-radius: 4px; line-height: 1.65; margin-top: 10px; }
@media (max-width: 720px) { .form-grid { grid-template-columns: 1fr; } }

/* ===== Footer ===== */
.footer { background: var(--ink); color: rgba(247,242,234,0.82); padding: clamp(64px, 8vw, 100px) 0 30px; }
.footer h3 { color: var(--cream); }
.footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 56px; }
.footer__logo img { height: 40px; width: auto; margin-bottom: 22px; filter: brightness(0) invert(1); }
.footer__brand { font-family: var(--display); font-size: clamp(34px, 4vw, 52px); letter-spacing: -0.02em; line-height: 1; margin-bottom: 22px; color: var(--cream); }
.footer__brand .it { font-style: italic; color: var(--rose); }
.footer__tagline { font-family: var(--display); font-style: italic; color: var(--rose); font-size: 18px; margin-bottom: 18px; max-width: 30ch; }
.footer__col h4 { font-family: var(--mono); font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: #D9A98C; margin-bottom: 18px; }
.footer__col a, .footer__col p { color: rgba(247,242,234,0.72); font-size: 14px; display: block; padding: 5px 0; transition: color 0.2s; line-height: 1.5; }
.footer__col a:hover { color: var(--cream); }
.footer__meta { display: flex; justify-content: space-between; border-top: 1px solid rgba(247,242,234,0.16); padding-top: 24px; font-family: var(--mono); font-size: 11px; letter-spacing: 0.08em; color: rgba(247,242,234,0.5); flex-wrap: wrap; gap: 16px; }
.footer__meta a { color: rgba(247,242,234,0.72); }
.footer__meta a:hover { color: var(--rose); }
@media (max-width: 880px) { .footer__grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 540px) { .footer__grid { grid-template-columns: 1fr; } }

/* ===== Reveal (fallback-safe) ===== */
.reveal { opacity: 1; transform: none; transition: opacity 0.85s var(--ease), transform 0.85s var(--ease); }
.reveal--hidden { opacity: 0; transform: translateY(24px); }
.reveal--shown { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
  .reveal, .reveal--hidden, .reveal--shown { opacity: 1 !important; transform: none !important; transition: none !important; }
  html { scroll-behavior: auto; }
}

/* ===== Utility ===== */
.center { text-align: center; }
.muted { color: var(--ink-soft); }
.ital { font-style: italic; }
.mb-l { margin-bottom: 32px; }
.mb-xl { margin-bottom: 56px; }
.divider-brass { display: block; width: 80px; height: 2px; background: var(--brass); margin: 20px 0; }
.tag { display: inline-block; font-family: var(--mono); font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--brass-deep); background: var(--cream-deep); padding: 5px 11px; border-radius: 999px; font-weight: 600; }
.svg-rule { display: block; margin: 16px 0; height: 16px; }

/* heading underline draw (signature) */
.underline-draw { position: relative; display: inline; background-image: linear-gradient(var(--sage), var(--sage)); background-repeat: no-repeat; background-position: 0 92%; background-size: 0% 3px; transition: background-size 1s var(--ease); }
.underline-draw.drawn { background-size: 100% 3px; }
