/* ============================================================
   Fidela Insurance Advisory
   Hand-written stylesheet. No framework, no build step.
   Tokens mirror the brand palette: warm cream ground, deep
   green inverse, muted gold accent, sage secondary.
   ============================================================ */

/* ---------- 1. Fonts (self-hosted, see assets/fonts/) ---------- */
/* Cormorant Garamond and Mulish are variable fonts: one file per style
   and subset covers the whole weight range. Names are only ever used in
   the @font-face descriptors below — stacks live in --font-display /
   --font-body in the tokens section. */

/* Cormorant Garamond 400 italic — latin-ext */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/cormorant-garamond-400-italic-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* Cormorant Garamond 400 italic — latin */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/cormorant-garamond-400-italic-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Cormorant Garamond 400 600 — latin-ext */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url('../fonts/cormorant-garamond-400-600-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* Cormorant Garamond 400 600 — latin */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url('../fonts/cormorant-garamond-400-600-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Mulish 400 700 — latin-ext */
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('../fonts/mulish-400-700-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* Mulish 400 700 — latin */
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('../fonts/mulish-400-700-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ---------- 2. Tokens ---------- */
:root {
  --bg:          oklch(96.8% 0.013 82);
  --bg-alt:      oklch(93.5% 0.018 80);
  --ink:         oklch(26% 0.014 80);
  --ink-soft:    oklch(48% 0.018 76);
  --inverse:     oklch(30% 0.028 158);
  --inverse-2:   oklch(26% 0.026 158);
  --on-inverse:  oklch(96% 0.013 82);
  --gold:        oklch(66.5% 0.085 84);
  --gold-deep:   oklch(58% 0.09 82);
  --sage:        oklch(72% 0.035 145);
  --line:        color-mix(in oklch, var(--bg) 62%, var(--inverse));
  --line-soft:   color-mix(in oklch, var(--bg) 80%, var(--inverse));

  --font-display: "Cormorant Garamond", "Iowan Old Style", Georgia, serif;
  --font-body:    "Mulish", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;

  --radius:    0.625rem;
  --radius-lg: 1.25rem;
  --shell:     1280px;
  --gutter:    clamp(1.25rem, 4vw, 2.5rem);
  --section-y: clamp(4rem, 9vw, 7.5rem);

  --shadow-sm: 0 1px 2px color-mix(in oklch, var(--inverse) 8%, transparent);
  --shadow-md: 0 12px 32px -18px color-mix(in oklch, var(--inverse) 45%, transparent);

  --ease: cubic-bezier(0.4, 0, 0.2, 1);
}

/* ---------- 3. Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }

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

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; }
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img, svg { display: block; max-width: 100%; }
img { height: auto; }  /* keep the aspect ratio when width/height attributes are set */
ul, ol { margin: 0; padding: 0; list-style: none; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }

h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 1.05;
  margin: 0;
  letter-spacing: -0.005em;
}
p { margin: 0; }

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

.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 999;
  background: var(--inverse); color: var(--on-inverse);
  padding: .75rem 1.25rem; border-radius: 0 0 var(--radius) 0;
}
.skip-link:focus { left: 0; }

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

.section { padding-block: var(--section-y); }
.section--alt { background: var(--bg-alt); }
.section--tight { padding-block: clamp(3rem, 6vw, 4.5rem); }

/* Deep green band. Headings inherit the section colour; the softer text and the
   gold accents need lifting so they still read against the dark ground. */
.section--inverse { background: var(--inverse); color: var(--on-inverse); }
.section--inverse .eyebrow   { color: var(--sage); }
.section--inverse .lead,
.section--inverse .step__blurb { color: color-mix(in oklch, var(--on-inverse) 78%, transparent); }
.section--inverse .step__num { color: var(--gold); }

.section__head { max-width: 46rem; margin-bottom: clamp(2.5rem, 5vw, 3.75rem); }
.section__head--center { margin-inline: auto; text-align: center; }
/* .lead is width-capped, so it needs centring itself or it sits left in a centred head. */
.section__head--center .lead { margin-inline: auto; }

/* Personal and commercial side by side under one shared heading. */
.coverage-split { display: grid; gap: clamp(2.5rem, 5vw, 4rem); grid-template-columns: 1fr; }

.eyebrow {
  font-family: var(--font-body);
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--gold-deep);
  margin-bottom: 1rem;
}

.lead {
  font-family: var(--font-display);
  font-size: clamp(1.125rem, 1.6vw, 1.35rem);
  line-height: 1.55;
  color: var(--ink-soft);
  margin-top: 1.25rem;
  max-width: 42rem;
}
.lead--tight { margin-bottom: 2rem; }

h1 { font-size: clamp(2.75rem, 6.5vw, 4.5rem); }
h2 { font-size: clamp(2rem, 4vw, 3rem); }
h3 { font-size: clamp(1.35rem, 2vw, 1.875rem); line-height: 1.2; }

/* ---------- 5. Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: .5rem;
  font-family: var(--font-body);
  font-size: .8125rem; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase;
  padding: .875rem 1.5rem;
  border-radius: var(--radius);
  border: 1px solid transparent;
  transition: background-color .2s var(--ease), color .2s var(--ease),
              border-color .2s var(--ease), transform .2s var(--ease);
}
.btn:hover { transform: translateY(-1px); }
.btn:active { transform: translateY(0); }

.btn--solid  { background: var(--inverse); color: var(--on-inverse); }
.btn--solid:hover { background: var(--inverse-2); }

.btn--ghost  { border-color: var(--line); color: var(--ink); }
.btn--ghost:hover { border-color: var(--inverse); background: color-mix(in oklch, var(--inverse) 6%, transparent); }

.btn--light  { background: var(--on-inverse); color: var(--inverse); }
.btn--light:hover { background: #fff; }

.btn-row { display: flex; flex-wrap: wrap; gap: .875rem; margin-top: 2.25rem; }

/* ---------- 6. Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 60;
  background: color-mix(in oklch, var(--bg) 88%, transparent);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid transparent;
  transition: border-color .25s var(--ease), background-color .25s var(--ease);
}
.site-header.is-stuck { border-bottom-color: var(--line-soft); }

.site-header__inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1.5rem; min-height: 5.5rem;
}

.logo { display: inline-flex; flex-direction: column; align-items: center; gap: .25rem; }
.logo__mark { width: 3.25rem; height: auto; color: var(--gold); }
.logo__type { display: flex; flex-direction: column; align-items: center; line-height: 1; }
.logo__name {
  font-family: var(--font-display);
  font-size: 1.5rem; font-weight: 600;
  letter-spacing: .22em; text-indent: .22em;
  text-transform: uppercase;
}
.logo__sub {
  font-family: var(--font-body);
  font-size: .5625rem; font-weight: 600;
  letter-spacing: .28em; text-indent: .28em;
  text-transform: uppercase;
  color: var(--gold-deep);
  margin-top: .375rem;
}

.site-nav { display: flex; align-items: center; gap: 2.5rem; }
.site-nav__list { display: flex; align-items: center; gap: 1.75rem; }
.site-nav__list a {
  font-size: .875rem; font-weight: 500; letter-spacing: .025em;
  color: var(--ink-soft);
  padding-block: .25rem;
  border-bottom: 1px solid transparent;
  transition: color .2s var(--ease), border-color .2s var(--ease);
}
.site-nav__list a:hover { color: var(--ink); }
.site-nav__list a[aria-current="page"] { color: var(--ink); border-bottom-color: var(--gold); }

.site-nav__actions { display: flex; align-items: center; gap: 1.25rem; }

.phone-link {
  display: inline-flex; align-items: center; gap: .5rem;
  font-size: .875rem; font-weight: 600;
}
.phone-link .icon { width: 1rem; height: 1rem; color: var(--gold); }

.icon { width: 1.25rem; height: 1.25rem; }

.nav-toggle {
  display: none;
  width: 2.75rem; height: 2.75rem;
  flex-direction: column; align-items: center; justify-content: center; gap: .3125rem;
  border-radius: var(--radius);
}
.nav-toggle__bar {
  display: block; width: 1.375rem; height: 1.5px;
  background: var(--ink);
  transition: transform .25s var(--ease), opacity .2s var(--ease);
}
.nav-toggle[aria-expanded="true"] .nav-toggle__bar:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] .nav-toggle__bar:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] .nav-toggle__bar:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

/* ---------- 7. Hero ---------- */
.hero { padding-block: clamp(3.5rem, 8vw, 6.5rem) var(--section-y); overflow: hidden; }
.hero__inner {
  display: grid; gap: clamp(2.5rem, 5vw, 4.5rem);
  grid-template-columns: 1fr;
  align-items: center;
}
.hero__title { margin-top: .5rem; }
.hero__title em { font-style: italic; color: var(--gold-deep); }
.hero__meta {
  display: flex; flex-wrap: wrap; align-items: center; gap: .75rem;
  margin-top: 2.5rem;
  font-size: .8125rem; color: var(--ink-soft);
}
.hero__meta span { display: inline-flex; align-items: center; gap: .75rem; }
.hero__meta span::after {
  content: ""; width: 4px; height: 4px; border-radius: 50%;
  background: var(--gold);
}
.hero__meta span:last-child::after { display: none; }

.hero__panel {
  position: relative;
  border-radius: var(--radius-lg);
  background: linear-gradient(150deg,
    color-mix(in oklch, var(--sage) 26%, var(--bg-alt)),
    var(--bg-alt) 62%);
  border: 1px solid var(--line-soft);
  padding: clamp(2rem, 3.5vw, 3rem);
  box-shadow: var(--shadow-md);
}
/* Standalone: the promises sit in their own band below the hero, so the list
   goes two-up rather than running as one long column across the full shell. */
.hero__panel--standalone .hero__list {
  grid-template-columns: repeat(auto-fit, minmax(26rem, 1fr));
  column-gap: clamp(1.5rem, 3vw, 3rem);
}
.hero__panel-title { font-size: clamp(1.5rem, 2.4vw, 2rem); }

.hero__figure {
  margin: 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--line-soft);
  box-shadow: var(--shadow-md);
}
.hero__figure img { width: 100%; }
.hero__list { margin-top: 1.75rem; display: grid; gap: 1rem; }
.hero__list li { display: flex; gap: .875rem; align-items: flex-start; font-size: .9375rem; color: var(--ink-soft); }
.hero__list .icon { width: 1.125rem; height: 1.125rem; color: var(--sage); flex: none; margin-top: .2rem; }

/* ---------- 8. Cards ---------- */
.card-grid {
  display: grid; gap: 1.25rem;
  grid-template-columns: repeat(auto-fill, minmax(15rem, 1fr));
}
.card {
  background: var(--bg);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  padding: 1.75rem 1.5rem;
  transition: border-color .2s var(--ease), transform .2s var(--ease), box-shadow .2s var(--ease);
}
.section--alt .card { background: var(--bg); }
.card:hover {
  border-color: color-mix(in oklch, var(--gold) 55%, var(--line));
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}
.card__icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 2.75rem; height: 2.75rem;
  border-radius: 50%;
  background: color-mix(in oklch, var(--gold) 18%, transparent);
  color: var(--gold-deep);
  margin-bottom: 1.25rem;
}
.card__title { font-size: 1.375rem; }
.card__blurb { margin-top: .625rem; font-size: .9375rem; color: var(--ink-soft); line-height: 1.55; }

/* ---------- 9. Feature list (Why Fidela) ---------- */
.feature-grid {
  display: grid; gap: clamp(1.75rem, 3vw, 2.75rem);
  grid-template-columns: repeat(auto-fit, minmax(17rem, 1fr));
}
.feature { border-top: 1px solid var(--line-soft); padding-top: 1.75rem; }
.feature__title { font-size: 1.5rem; }
.feature__blurb { margin-top: .75rem; color: var(--ink-soft); }

/* ---------- 10. Process ---------- */
.steps { display: grid; gap: clamp(1.75rem, 3vw, 3rem); grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr)); counter-reset: step; }
.step__num {
  font-family: var(--font-display);
  font-size: 3rem; line-height: 1;
  color: color-mix(in oklch, var(--gold) 70%, transparent);
}
.step__title { margin-top: .875rem; font-size: 1.5rem; }
.step__blurb { margin-top: .625rem; color: var(--ink-soft); }

/* ---------- 11. Advisor ---------- */
.advisor { display: grid; gap: clamp(2rem, 5vw, 4rem); grid-template-columns: 1fr; align-items: center; }
.advisor__quote {
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(1.75rem, 3.2vw, 2.5rem);
  line-height: 1.25;
  color: var(--ink);
  border-left: 2px solid var(--gold);
  padding-left: 1.5rem;
}
.advisor__card {
  background: var(--bg);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-lg);
  padding: clamp(1.75rem, 3vw, 2.5rem);
}
/* Copy-heavy split: the differentiator grid needs enough width to stay 2-up
   beside the photo, so give the copy column the larger share. */
.advisor--copy { grid-template-columns: 1fr; }

.advisor__figure {
  margin: 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--line-soft);
  box-shadow: var(--shadow-md);
}
.advisor__figure img { width: 100%; }
.advisor__name { font-size: 1.75rem; }
.advisor__role { font-size: .75rem; letter-spacing: .16em; text-transform: uppercase; color: var(--gold-deep); margin-top: .5rem; }

/* ---------- 12. Contact band ---------- */
.band { background: var(--bg-alt); color: var(--ink); padding-block: var(--section-y); }
.band__inner { display: grid; gap: clamp(2.5rem, 5vw, 4rem); grid-template-columns: 1fr; align-items: center; }
.band__heading { color: var(--ink); }
.band__text { margin-top: 1.25rem; color: var(--ink-soft); max-width: 34rem; }
.band__contacts { display: grid; gap: 1rem; }

.contact-card {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  column-gap: 1.125rem; row-gap: .25rem;
  align-items: center;
  padding: 1.5rem 1.75rem;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  transition: border-color .2s var(--ease), background-color .2s var(--ease);
}
.contact-card:hover {
  border-color: color-mix(in oklch, var(--gold) 55%, var(--line));
  background: var(--bg);
}
.contact-card__icon { grid-row: 1 / 3; color: var(--gold-deep); }
.contact-card__label {
  font-size: .6875rem; letter-spacing: .16em; text-transform: uppercase;
  color: var(--ink-soft);
}
.contact-card__value { font-family: var(--font-display); font-size: 1.5rem; }

/* ---------- 13. Page hero (interior pages) ---------- */
.page-hero { padding-block: clamp(3rem, 6vw, 5rem) clamp(2rem, 4vw, 3rem); }
.page-hero__inner { max-width: 48rem; }

/* ---------- 14. Footer ---------- */
.site-footer { background: var(--inverse-2); color: var(--on-inverse); padding-top: clamp(3.5rem, 6vw, 5rem); }
.site-footer__inner {
  display: grid; gap: clamp(2.5rem, 5vw, 4rem);
  grid-template-columns: 1fr;
  padding-bottom: 3rem;
}
.site-footer .logo__mark { color: var(--sage); }
.site-footer .logo__sub { color: color-mix(in oklch, var(--on-inverse) 60%, transparent); }
.logo--footer { align-items: flex-start; }
.logo--footer .logo__type { align-items: flex-start; }

.site-footer__blurb {
  margin-top: 1.5rem; max-width: 22rem; font-size: .9375rem;
  color: color-mix(in oklch, var(--on-inverse) 72%, transparent);
}
.site-footer__licenses {
  margin-top: 1rem; font-size: .8125rem;
  color: color-mix(in oklch, var(--on-inverse) 60%, transparent);
}

.site-footer__nav { display: grid; gap: 2rem; grid-template-columns: repeat(auto-fit, minmax(9rem, 1fr)); }
.site-footer__head {
  font-family: var(--font-body);
  font-size: .6875rem; font-weight: 700;
  letter-spacing: .16em; text-transform: uppercase;
  color: var(--sage);
  margin: 0 0 1rem;
}
.site-footer__col li + li { margin-top: .625rem; }
.site-footer__col a {
  font-size: .875rem;
  color: color-mix(in oklch, var(--on-inverse) 74%, transparent);
  transition: color .2s var(--ease);
}
.site-footer__col a:hover { color: var(--on-inverse); }

.site-footer__legal {
  border-top: 1px solid color-mix(in oklch, var(--on-inverse) 14%, transparent);
  padding-block: 1.75rem;
  font-size: .75rem;
  color: color-mix(in oklch, var(--on-inverse) 60%, transparent);
}

/* ---------- 15. FAQ ---------- */
.faq { display: grid; gap: .75rem; max-width: 54rem; }

.faq__item {
  background: var(--bg);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  padding: 1.25rem clamp(1.25rem, 2.5vw, 1.75rem);
  transition: border-color .2s var(--ease);
}
.faq__item[open] { border-color: color-mix(in oklch, var(--gold) 45%, var(--line)); }

.faq__q {
  display: flex; align-items: flex-start; justify-content: space-between; gap: 1.25rem;
  cursor: pointer;
  font-family: var(--font-display);
  font-size: clamp(1.125rem, 1.6vw, 1.3rem);
  line-height: 1.35;
  list-style: none;          /* Firefox */
}
.faq__q::-webkit-details-marker { display: none; }   /* Safari */

/* Chevron, rotated to point down when the answer is open. */
.faq__q::after {
  content: "";
  flex: none;
  width: .5rem; height: .5rem;
  margin-top: .4rem;
  border-right: 2px solid var(--gold-deep);
  border-bottom: 2px solid var(--gold-deep);
  transform: rotate(-45deg);
  transition: transform .2s var(--ease);
}
.faq__item[open] .faq__q::after { transform: rotate(45deg); }

.faq__q:focus-visible { outline: 2px solid var(--gold-deep); outline-offset: 4px; border-radius: 2px; }

.faq__a { margin-top: .875rem; max-width: 46rem; color: var(--ink-soft); line-height: 1.65; }
.faq__a p { margin: 0; }

/* ---------- 16. Responsive ---------- */
@media (min-width: 900px) {
  .hero__inner   { grid-template-columns: 1.15fr .85fr; }
  .advisor       { grid-template-columns: 1fr 1fr; }
  .advisor--copy { grid-template-columns: 1.1fr .9fr; }
  .coverage-split{ grid-template-columns: 1fr 1fr; }
  .band__inner   { grid-template-columns: 1.1fr .9fr; }
  .band__contacts{ grid-template-columns: 1fr; }
  .site-footer__inner { grid-template-columns: 1fr 1.4fr; }
}

@media (min-width: 1360px) {
  /* Enough width for an even split without wrapping the hero headline. */
  .hero__inner { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 1023px) {
  .nav-toggle { display: flex; }

  .site-nav {
    position: fixed; inset: 5.5rem 0 auto;
    flex-direction: column; align-items: stretch; gap: 0;
    background: var(--bg);
    border-bottom: 1px solid var(--line-soft);
    padding: 1.5rem var(--gutter) 2rem;
    box-shadow: var(--shadow-md);
    transform: translateY(-12px);
    opacity: 0; visibility: hidden; pointer-events: none;
    transition: opacity .2s var(--ease), transform .2s var(--ease), visibility .2s;
  }
  .site-nav.is-open { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0); }

  .site-nav__list { flex-direction: column; align-items: stretch; gap: 0; }
  .site-nav__list a {
    display: block; padding-block: .875rem;
    font-size: 1.0625rem;
    border-bottom: 1px solid var(--line-soft);
  }
  .site-nav__list a[aria-current="page"] { border-bottom-color: var(--gold); }

  .site-nav__actions { flex-direction: column; align-items: stretch; gap: 1rem; margin-top: 1.75rem; }
  .site-nav__actions .btn { justify-content: center; }
  .phone-link { justify-content: center; }
}

@media (max-width: 560px) {
  .logo__mark { width: 2.5rem; }
  .logo__name { font-size: 1.25rem; }
  .btn-row .btn { flex: 1 1 auto; justify-content: center; }
}

@media print {
  .site-header, .nav-toggle, .band { display: none; }
  body { background: #fff; color: #000; }
}
