/* Keith Snell Piano Studio — global stylesheet
   Palette "Georgian Bath": ink, slate blue, antique brass, Bath stone, ivory. */

@font-face {
  font-family: "Cormorant Garamond";
  src: url("../fonts/CormorantGaramond-var.woff2") format("woff2");
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cormorant Garamond";
  src: url("../fonts/CormorantGaramond-italic.woff2") format("woff2");
  font-weight: 300 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-var.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --ink: #1B1A18;
  --slate: #2F4A5C;
  --slate-dark: #23394a;
  --brass: #A8803A;
  --brass-dark: #7A5B22;
  --stone: #EADFC8;
  --stone-light: #F3ECDC;
  --ivory: #FBF8F1;
  --white: #FFFFFF;
  --muted: #5c5851;
  --rule: rgba(168, 128, 58, 0.45);

  --serif: "Cormorant Garamond", Garamond, "Times New Roman", serif;
  --sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;

  --max: 1180px;
  --gutter: 20px;
  --header-h: 72px;
  --radius: 4px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
html:focus-within { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--sans);
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--ink);
  background: var(--ivory);
  -webkit-font-smoothing: antialiased;
  padding-bottom: 76px; /* room for the mobile sticky CTA */
}
@media (min-width: 900px) { body { padding-bottom: 0; } }

img { max-width: 100%; height: auto; display: block; }
a { color: var(--slate); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--slate-dark); }
p { margin: 0 0 1.1em; }
ul, ol { padding-left: 1.3em; }
li { margin-bottom: .4em; }
strong { font-weight: 600; }
hr { border: 0; border-top: 1px solid var(--rule); margin: 2.5rem 0; }

h1, h2, h3, h4 {
  font-family: var(--serif);
  font-weight: 500;
  line-height: 1.12;
  margin: 0 0 .5em;
  color: var(--ink);
  letter-spacing: -0.005em;
}
h1 { font-size: clamp(2.4rem, 5.5vw, 4rem); }
h2 { font-size: clamp(1.9rem, 3.6vw, 2.75rem); }
h3 { font-size: clamp(1.4rem, 2.2vw, 1.75rem); }
h4 { font-size: 1.25rem; }

.eyebrow {
  font-family: var(--sans);
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--brass-dark);
  margin: 0 0 .9rem;
  display: block;
}
.eyebrow::before {
  content: "";
  display: inline-block;
  width: 28px; height: 1px;
  background: var(--brass);
  vertical-align: middle;
  margin-right: .7rem;
}
.lead { font-size: 1.2rem; line-height: 1.6; color: var(--muted); }
.small { font-size: .9rem; color: var(--muted); }
.serif { font-family: var(--serif); }
.center { text-align: center; }
.center .eyebrow::before { display: none; }

.wrap { width: 100%; max-width: var(--max); margin: 0 auto; padding: 0 var(--gutter); }
.narrow { max-width: 760px; }
.section { padding: clamp(3.5rem, 8vw, 6.5rem) 0; }
.section--stone { background: var(--stone); }
.section--stone-light { background: var(--stone-light); }
.section--ink { background: var(--ink); color: var(--ivory); }
.section--ink h2, .section--ink h3 { color: var(--ivory); }
.section--ink .eyebrow { color: var(--brass); }
.section--ink a { color: var(--stone); }
.section--tight { padding: clamp(2.5rem, 5vw, 4rem) 0; }
.section-head { max-width: 720px; margin-bottom: clamp(2rem, 4vw, 3.5rem); }
.section-head p { font-size: 1.15rem; color: var(--muted); }

/* Buttons */
.btn {
  display: inline-block;
  font-family: var(--sans);
  font-weight: 600;
  font-size: .95rem;
  letter-spacing: .02em;
  padding: .85rem 1.6rem;
  border-radius: var(--radius);
  border: 1px solid var(--slate);
  background: var(--slate);
  color: var(--white);
  text-decoration: none;
  transition: background .15s ease, color .15s ease, border-color .15s ease;
  cursor: pointer;
  line-height: 1.3;
}
.btn:hover { background: var(--slate-dark); border-color: var(--slate-dark); color: var(--white); }
.btn--ghost { background: transparent; color: var(--slate); }
.btn--ghost:hover { background: rgba(47,74,92,.08); color: var(--slate-dark); }
.btn--light { background: var(--ivory); border-color: var(--ivory); color: var(--ink); }
.btn--light:hover { background: var(--white); border-color: var(--white); color: var(--ink); }
.btn--outline-light { background: transparent; border-color: rgba(251,248,241,.7); color: var(--ivory); }
.btn--outline-light:hover { background: rgba(251,248,241,.12); border-color: var(--ivory); color: var(--ivory); }
.btn--block { display: block; width: 100%; text-align: center; }
.btn-row { display: flex; flex-wrap: wrap; gap: .75rem; }

/* Header */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(251,248,241,.94);
  backdrop-filter: saturate(140%) blur(8px);
  -webkit-backdrop-filter: saturate(140%) blur(8px);
  border-bottom: 1px solid var(--rule);
}
.utility {
  display: none;
  border-bottom: 1px solid rgba(168,128,58,.25);
  font-size: .78rem;
}
.utility .wrap { display: flex; justify-content: flex-end; padding-top: .3rem; padding-bottom: .3rem; }
.utility a { color: var(--brass-dark); text-decoration: none; letter-spacing: .04em; }
.utility a:hover { text-decoration: underline; }
@media (min-width: 900px) { .utility { display: block; } }

.header-bar { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; min-height: var(--header-h); gap: 0 1rem; }
.logo { text-decoration: none; color: var(--ink); line-height: 1; display: inline-block; }
.logo .logo-name { font-family: var(--serif); font-size: 1.7rem; font-weight: 500; display: block; letter-spacing: -0.01em; white-space: nowrap; }
.logo .logo-sub { font-family: var(--sans); font-size: .6rem; font-weight: 600; letter-spacing: .28em; text-transform: uppercase; color: var(--brass-dark); display: block; margin-top: .3rem; }

.nav-toggle {
  display: inline-flex; align-items: center; gap: .5rem;
  background: none; border: 1px solid var(--slate); border-radius: var(--radius);
  color: var(--slate); font: 600 .85rem var(--sans); padding: .55rem .8rem; cursor: pointer;
}
.nav-toggle .bars { display: inline-block; width: 18px; height: 2px; background: currentColor; position: relative; }
.nav-toggle .bars::before, .nav-toggle .bars::after { content: ""; position: absolute; left: 0; width: 18px; height: 2px; background: currentColor; }
.nav-toggle .bars::before { top: -6px; } .nav-toggle .bars::after { top: 6px; }

.site-nav { display: none; flex-basis: 100%; width: 100%; max-height: calc(100vh - var(--header-h) - 1rem); overflow-y: auto; -webkit-overflow-scrolling: touch; border-top: 1px solid var(--rule); margin-top: .25rem; }
.site-nav ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 0; }
.site-nav a { display: block; padding: .8rem 0; text-decoration: none; color: var(--ink); font-size: 1rem; font-weight: 500; border-bottom: 1px solid rgba(27,26,24,.08); }
.site-nav a[aria-current="page"] { color: var(--slate); border-bottom-color: var(--brass); }
.site-nav .nav-cta { margin-top: 1rem; }
.site-nav .nav-cta a, .site-nav .nav-cta a:hover { color: var(--white); border-bottom: 0; text-align: center; }
.site-nav .nav-login { font-size: .85rem; color: var(--brass-dark); border-bottom: 0; }
.site-header.is-open .site-nav { display: block; padding: .5rem 0 1.25rem; }
.site-header.is-open .nav-toggle .bars { background: transparent; }
.site-header.is-open .nav-toggle .bars::before { transform: rotate(45deg); top: 0; }
.site-header.is-open .nav-toggle .bars::after { transform: rotate(-45deg); top: 0; }

@media (min-width: 900px) {
  .nav-toggle { display: none; }
  .header-bar { flex-wrap: nowrap; }
  .site-nav { display: block !important; padding: 0 !important; flex-basis: auto; width: auto; max-height: none; overflow: visible; border-top: 0; margin-top: 0; }
  .site-nav ul { flex-direction: row; align-items: center; gap: 1.5rem; }
  .site-nav a { padding: .25rem 0; font-size: .9rem; border-bottom: 1px solid transparent; }
  .site-nav a:hover { border-bottom-color: var(--brass); }
  .site-nav .nav-cta { margin: 0 0 0 .5rem; }
  .site-nav .nav-cta a { border-bottom: 0; padding: .7rem 1.2rem; font-size: .85rem; }
  .site-nav .nav-login { display: none; }
}
@media (min-width: 900px) and (max-width: 1080px) {
  .site-nav ul { gap: 1rem; }
  .site-nav a { font-size: .84rem; }
}

/* Hero */
.hero {
  position: relative;
  color: var(--ivory);
  background: var(--ink);
  min-height: min(88vh, 760px);
  display: flex; align-items: center;
  overflow: hidden;
}
.hero picture, .hero .hero-img { position: absolute; inset: 0; }
.hero img { width: 100%; height: 100%; object-fit: cover; object-position: 60% 50%; }
.hero::after { content: ""; position: absolute; inset: 0; background: rgba(27,26,24,.55); }
.hero .wrap { position: relative; z-index: 1; padding-top: clamp(4rem, 10vw, 7rem); padding-bottom: clamp(4rem, 10vw, 7rem); text-align: center; }
.hero h1 { color: var(--ivory); max-width: 15ch; margin: 0 auto .8rem; }
.hero .hero-sub { font-size: clamp(1.1rem, 2vw, 1.35rem); line-height: 1.5; max-width: 40ch; margin: 0 auto 1.8rem; color: rgba(251,248,241,.92); }
.hero .btn-row { justify-content: center; }
@media (min-width: 900px) {
  .hero .wrap { text-align: left; }
  .hero h1, .hero .hero-sub { margin-left: 0; margin-right: 0; }
  .hero .btn-row { justify-content: flex-start; }
}

/* Page hero (inner pages) */
.page-hero { background: var(--stone); padding: clamp(3rem, 7vw, 5.5rem) 0 clamp(2.5rem, 5vw, 4rem); border-bottom: 1px solid var(--rule); }
.page-hero h1 { max-width: 20ch; }
.page-hero .lead { max-width: 60ch; margin-bottom: 0; }

/* Trust bar */
.trust { background: var(--ink); color: var(--ivory); border-top: 1px solid rgba(168,128,58,.5); }
.trust ul { list-style: none; margin: 0; padding: 1.25rem 0; display: grid; grid-template-columns: 1fr 1fr; gap: .8rem 1.5rem; }
.trust li { font-family: var(--serif); font-size: 1.15rem; line-height: 1.25; padding-left: .9rem; border-left: 1px solid var(--brass); }
.trust li:last-child { grid-column: 1 / -1; }
@media (min-width: 900px) {
  .trust ul { grid-template-columns: repeat(5, 1fr); gap: 1.5rem; padding: 1.6rem 0; }
  .trust li:last-child { grid-column: auto; }
}

/* Grids & cards */
.grid { display: grid; gap: 1.5rem; }
.grid--2 { grid-template-columns: 1fr; }
.grid--3 { grid-template-columns: 1fr; }
.grid--4 { grid-template-columns: 1fr; }
@media (min-width: 560px) { .grid--4 { grid-template-columns: 1fr 1fr; } }
@media (min-width: 700px) { .grid--2 { grid-template-columns: 1fr 1fr; } .grid--3 { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 900px) { .grid--4 { grid-template-columns: repeat(4, 1fr); } }

.card { background: var(--white); border: 1px solid rgba(27,26,24,.08); border-top: 2px solid var(--brass); padding: 1.6rem 1.5rem; border-radius: var(--radius); }
.card h3 { font-size: 1.5rem; margin-bottom: .5rem; }
.card p:last-child { margin-bottom: 0; }
.card--stone { background: var(--stone-light); border-color: transparent; border-top-color: var(--brass); }
.card .icon { width: 36px; height: 36px; color: var(--slate); margin-bottom: 1rem; }
.card .icon svg { width: 100%; height: 100%; }
.card .num { font-family: var(--serif); font-size: 2.6rem; line-height: 1; color: var(--brass); margin-bottom: .6rem; display: block; }

/* Steps */
.steps { counter-reset: step; list-style: none; padding: 0; margin: 0; display: grid; gap: 1.5rem; }
@media (min-width: 760px) { .steps { grid-template-columns: repeat(3, 1fr); gap: 2rem; } }
.steps li { counter-increment: step; margin: 0; padding-top: 1.2rem; border-top: 1px solid var(--rule); }
.steps li::before { content: "0" counter(step); font-family: var(--serif); font-size: 1.6rem; color: var(--brass-dark); display: block; margin-bottom: .5rem; }
.steps h3 { font-size: 1.45rem; margin-bottom: .35rem; }
.steps p { margin: 0; color: var(--muted); }

/* Split (image + text) */
.split { display: grid; gap: 2rem; align-items: center; }
@media (min-width: 860px) { .split { grid-template-columns: 5fr 6fr; gap: 4rem; } .split--rev > :first-child { order: 2; } }
.split img { width: 100%; border-radius: var(--radius); }
.split .photo { position: relative; }
.split .photo--portrait img { max-height: 620px; object-fit: cover; }

/* Quote */
.quote { font-family: var(--serif); font-size: clamp(1.45rem, 2.5vw, 2rem); line-height: 1.3; font-style: italic; margin: 0; color: var(--ink); }
.quote cite { display: block; font-family: var(--sans); font-style: normal; font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; color: var(--brass-dark); margin-top: .8rem; }
.quote-block { border-left: 2px solid var(--brass); padding-left: 1.25rem; margin: 2rem 0; }
.section--ink .quote { color: var(--ivory); }
.section--ink .quote cite { color: var(--brass); }

/* Books strip */
.books { display: grid; gap: 1.25rem; grid-template-columns: 1fr; }
@media (min-width: 700px) { .books { grid-template-columns: repeat(3, 1fr); } }
.book-level { background: var(--stone); padding: 1.5rem; border-radius: var(--radius); }
.book-level h3 { font-size: 1.15rem; font-family: var(--sans); font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--brass-dark); margin-bottom: 1rem; }
.book-level ul { list-style: none; padding: 0; margin: 0; display: grid; gap: .6rem; }
.book-card { display: block; background: var(--ivory); border: 1px solid rgba(122,91,34,.25); padding: .9rem 1rem; border-radius: var(--radius); font-family: var(--serif); font-size: 1.3rem; line-height: 1.15; color: var(--ink); text-decoration: none; }
.book-card:hover { border-color: var(--brass); color: var(--slate); }
.book-card small { display: block; font-family: var(--sans); font-size: .72rem; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); margin-top: .35rem; }
.book-level p { margin: 0; font-family: var(--serif); font-size: 1.2rem; }

/* Tables */
.table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }
table { width: 100%; border-collapse: collapse; font-size: .98rem; }
th, td { text-align: left; padding: .8rem .75rem; border-bottom: 1px solid rgba(27,26,24,.12); vertical-align: top; }
th { font-size: .75rem; letter-spacing: .1em; text-transform: uppercase; color: var(--brass-dark); font-weight: 600; border-bottom: 1px solid var(--brass); }
tbody th { font-family: var(--serif); font-size: 1.15rem; letter-spacing: 0; text-transform: none; color: var(--ink); font-weight: 500; }
td.num { font-variant-numeric: tabular-nums; white-space: nowrap; }

/* Fees */
.fees { display: grid; gap: 1.25rem; }
@media (min-width: 700px) { .fees { grid-template-columns: repeat(3, 1fr); } }
.fee { background: var(--white); border: 1px solid rgba(27,26,24,.08); border-top: 2px solid var(--brass); padding: 1.6rem 1.5rem; border-radius: var(--radius); text-align: center; }
.fee .len { font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; color: var(--brass-dark); font-weight: 600; }
.fee .price { font-family: var(--serif); font-size: 3rem; line-height: 1.05; margin: .5rem 0 .2rem; }
.fee .per { color: var(--muted); font-size: .9rem; }
.included { list-style: none; padding: 0; margin: 1.5rem 0 0; display: grid; gap: .6rem; grid-template-columns: 1fr 1fr; }
.included li { padding-left: 1.4rem; position: relative; margin: 0; }
.included li::before { content: ""; position: absolute; left: 0; top: .55em; width: 14px; height: 1px; background: var(--brass); }
@media (min-width: 700px) { .included { grid-template-columns: repeat(4, 1fr); } }

/* FAQ accordion */
.faq { max-width: 820px; margin: 0 auto; }
.faq details { border-top: 1px solid var(--rule); }
.faq details:last-child { border-bottom: 1px solid var(--rule); }
.faq summary { cursor: pointer; list-style: none; padding: 1.15rem 2.2rem 1.15rem 0; font-family: var(--serif); font-size: 1.4rem; line-height: 1.25; position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: .2rem; top: 50%; transform: translateY(-50%); font-family: var(--sans); font-size: 1.4rem; color: var(--brass); font-weight: 300; }
.faq details[open] summary::after { content: "–"; }
.faq .answer { padding: 0 0 1.25rem; color: var(--muted); max-width: 68ch; }
.faq .answer p:last-child { margin-bottom: 0; }

/* Callout */
.callout { background: var(--slate); color: var(--ivory); padding: clamp(2rem, 5vw, 3.5rem); border-radius: var(--radius); display: grid; gap: 1.5rem; align-items: center; }
@media (min-width: 800px) { .callout { grid-template-columns: 1fr auto; } }
.callout h2 { color: var(--ivory); margin-bottom: .4rem; }
.callout p { margin: 0; color: rgba(251,248,241,.85); }
.callout .eyebrow { color: var(--brass); }

/* Location */
.nap { font-style: normal; line-height: 1.6; }
.nap .nap-name { font-family: var(--serif); font-size: 1.35rem; display: block; margin-bottom: .2rem; }
.nap a { color: inherit; }
.area-list { list-style: none; padding: 0; margin: .5rem 0 0; display: flex; flex-wrap: wrap; gap: .4rem .5rem; }
.area-list li { margin: 0; font-size: .9rem; padding: .3rem .7rem; border: 1px solid rgba(122,91,34,.3); border-radius: 999px; color: var(--muted); }
.map-card { background: var(--stone); border-radius: var(--radius); padding: 1.75rem; display: flex; flex-direction: column; justify-content: space-between; gap: 1.25rem; min-height: 220px; }
.map-card .map-pin { width: 40px; height: 40px; color: var(--slate); }
.map-embed { position: relative; width: 100%; aspect-ratio: 4 / 3; background: var(--stone); border-radius: var(--radius); overflow: hidden; }
.map-embed iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
@media (min-width: 700px) { .map-embed { aspect-ratio: 16 / 10; } }

/* Forms */
.form { background: var(--white); border: 1px solid rgba(27,26,24,.08); border-top: 2px solid var(--brass); padding: clamp(1.5rem, 4vw, 2.5rem); border-radius: var(--radius); }
.form-urgency { font-family: var(--serif); font-size: 1.25rem; color: var(--ink); margin-bottom: 1.25rem; }
.field { margin-bottom: 1.1rem; }
.field label { display: block; font-size: .8rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: var(--brass-dark); margin-bottom: .35rem; }
.field label .opt { font-weight: 400; text-transform: none; letter-spacing: 0; color: var(--muted); }
.field input, .field select, .field textarea {
  width: 100%; font: inherit; font-size: 1rem; color: var(--ink);
  padding: .75rem .85rem; border: 1px solid rgba(27,26,24,.25); border-radius: var(--radius); background: var(--ivory);
}
.field input:focus, .field select:focus, .field textarea:focus { outline: 2px solid var(--slate); outline-offset: 1px; border-color: var(--slate); }
.field textarea { min-height: 120px; resize: vertical; }
.field-row { display: grid; gap: 1rem; }
@media (min-width: 640px) { .field-row { grid-template-columns: 1fr 1fr; } }
.form .btn { margin-top: .5rem; }
.form-note { font-size: .88rem; color: var(--muted); margin: 1rem 0 0; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

/* Prose */
.prose { max-width: 720px; }
.prose h2 { margin-top: 2.5rem; }
.prose h3 { margin-top: 2rem; }
.prose ol li, .prose ul li { margin-bottom: .6em; }
.prose figure { margin: 2rem 0; }
.prose figcaption { font-size: .85rem; color: var(--muted); margin-top: .5rem; }

/* Anchor nav (practice page) */
.anchor-nav { display: flex; flex-wrap: wrap; gap: .5rem; margin: 1.5rem 0 0; padding: 0; list-style: none; }
.anchor-nav a { display: inline-block; font-size: .85rem; font-weight: 600; letter-spacing: .04em; padding: .45rem .9rem; border: 1px solid var(--slate); border-radius: 999px; text-decoration: none; }
.anchor-nav a:hover { background: var(--slate); color: var(--white); }

/* Tips list */
.tips { list-style: none; padding: 0; margin: 0; counter-reset: tip; display: grid; gap: 1.25rem; }
@media (min-width: 760px) { .tips { grid-template-columns: 1fr 1fr; gap: 1.5rem 2.5rem; } }
.tips li { counter-increment: tip; margin: 0; padding-top: 1rem; border-top: 1px solid var(--rule); }
.tips li::before { content: counter(tip, decimal-leading-zero); font-family: var(--serif); font-size: 1.5rem; color: var(--brass-dark); display: block; margin-bottom: .3rem; }
.tips strong { display: block; font-family: var(--serif); font-weight: 500; font-size: 1.35rem; margin-bottom: .3rem; }
.tips p { margin: 0; color: var(--muted); font-size: .98rem; }

/* Bio credentials */
.cred-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 1rem; }
@media (min-width: 700px) { .cred-list { grid-template-columns: 1fr 1fr; gap: 1.25rem 2.5rem; } }
.cred-list li { margin: 0; padding: 1rem 0 0; border-top: 1px solid var(--rule); }
.cred-list strong { display: block; font-family: var(--serif); font-weight: 500; font-size: 1.3rem; margin-bottom: .2rem; }
.cred-list span { color: var(--muted); font-size: .95rem; }

/* Footer */
.site-footer { background: var(--ink); color: rgba(251,248,241,.85); padding: clamp(3rem, 6vw, 4.5rem) 0 2rem; font-size: .95rem; }
.site-footer a { color: var(--ivory); }
.footer-grid { display: grid; gap: 2.5rem; }
@media (min-width: 800px) { .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; gap: 3rem; } }
.site-footer .logo { color: var(--ivory); margin-bottom: 1.2rem; }
.site-footer .logo .logo-sub { color: var(--brass); }
.site-footer .nap { color: rgba(251,248,241,.85); }
.site-footer .nap .nap-name { color: var(--ivory); }
.footer-heading { font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; color: var(--brass); font-weight: 600; margin: 0 0 .9rem; }
.footer-nav { list-style: none; padding: 0; margin: 0; }
.footer-nav li { margin-bottom: .45rem; }
.footer-nav a { text-decoration: none; }
.footer-nav a:hover { text-decoration: underline; }
.footer-bottom { border-top: 1px solid rgba(168,128,58,.35); margin-top: 2.5rem; padding-top: 1.4rem; display: flex; flex-wrap: wrap; gap: .5rem 1.5rem; justify-content: space-between; font-size: .82rem; color: rgba(251,248,241,.6); }
.footer-bottom a { color: rgba(251,248,241,.75); }

/* Mobile sticky CTA */
.sticky-cta {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 60;
  padding: .7rem var(--gutter) calc(.7rem + env(safe-area-inset-bottom));
  background: rgba(251,248,241,.96);
  border-top: 1px solid var(--rule);
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
}
.sticky-cta .btn { display: block; text-align: center; width: 100%; }
@media (min-width: 900px) { .sticky-cta { display: none; } }

/* Utilities */
.mt-1 { margin-top: 1rem; } .mt-2 { margin-top: 2rem; } .mt-3 { margin-top: 3rem; }
.mb-0 { margin-bottom: 0; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip-link { position: absolute; left: -9999px; top: 0; background: var(--slate); color: #fff; padding: .6rem 1rem; z-index: 100; }
.skip-link:focus { left: 1rem; top: 1rem; }
.updated { font-size: .85rem; color: var(--muted); font-style: italic; }
.thanks { min-height: 55vh; display: flex; align-items: center; }

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