/* =====================================================
   LONG LEAF PINE SANTAS — site.css
   Aesthetic: warm Carolina pines, editorial heritage.
   Palette: deep evergreen, warm cream, cranberry, gold.
   ===================================================== */

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body { margin: 0; min-height: 100vh; }
img, svg, video, picture { display: block; max-width: 100%; height: auto; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; padding: 0; }
a { color: inherit; }
:focus-visible { outline: 2px solid var(--cranberry); outline-offset: 4px; border-radius: 1px; }
::selection { background: var(--pine); color: var(--cream); }

/* ---------- Tokens ---------- */
:root {
  --ink:            #14241c;
  --pine:           #1f3a2c;
  --pine-deep:      #0f2118;
  --pine-soft:      #2c4a3a;
  --moss:           #5a7558;
  --cream:          #f5ecd6;
  --cream-bright:   #fbf5e6;
  --cream-shade:    #ebe1c5;
  --cranberry:      #8c2030;
  --cranberry-deep: #5e131e;
  --berry:          #b03245;
  --gold:           #b48942;
  --gold-pale:      #d4b072;
  --rule:           rgba(20,36,28,0.18);
  --rule-strong:    rgba(20,36,28,0.32);

  --font-display:   'Fraunces', 'Cormorant Garamond', 'Adobe Caslon Pro', Georgia, serif;
  --font-body:      'Lora', Georgia, 'Times New Roman', serif;
  --font-caps:      'Fraunces', Georgia, serif;

  --ease-soft:      cubic-bezier(0.22, 1, 0.36, 1);
  --ease-snap:      cubic-bezier(0.6, 0, 0.2, 1);

  --maxw:           1240px;
  --pad:            clamp(1.25rem, 4vw, 3rem);

  --shadow-card:    0 2px 0 rgba(20,36,28,0.04), 0 30px 60px -30px rgba(20,36,28,0.35);
  --shadow-soft:    0 12px 40px -12px rgba(20,36,28,0.22);
  --shadow-deep:    0 40px 80px -30px rgba(0,0,0,0.55);
}

/* ---------- Document ---------- */
body {
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--cream);
  /* warm paper grain */
  background-image:
    radial-gradient(at 12% 8%,  rgba(180,137,66,0.08) 0%, transparent 60%),
    radial-gradient(at 88% 92%, rgba(31,58,44,0.07)  0%, transparent 55%),
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='240' height='240'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.078  0 0 0 0 0.141  0 0 0 0 0.110  0 0 0 0.045 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
  background-attachment: fixed, fixed, fixed;
}

/* ---------- Type ---------- */
h1, h2, h3, h4, h5 {
  font-family: var(--font-display);
  font-weight: 400;
  font-variation-settings: "opsz" 144, "SOFT" 50;
  color: var(--pine-deep);
  letter-spacing: -0.012em;
  line-height: 1.04;
  margin: 0;
}
h1 { font-size: clamp(2.6rem, 6.2vw, 5.6rem); }
h2 { font-size: clamp(2rem, 4.4vw, 3.4rem); }
h3 { font-size: clamp(1.35rem, 2.2vw, 1.7rem); line-height: 1.2; }
h4 { font-size: 1.125rem; line-height: 1.3; }
em, .it { font-style: italic; font-variation-settings: "opsz" 144, "SOFT" 100; }
p { margin: 0 0 1em; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.7em;
  font-family: var(--font-caps);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--gold);
  font-feature-settings: "smcp", "c2sc";
}
.eyebrow::before, .eyebrow::after {
  content: ""; width: 28px; height: 1px;
  background: currentColor; opacity: 0.55;
}
.eyebrow.left::before  { display: none; }
.eyebrow.right::after  { display: none; }

.lede {
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 1.6vw, 1.5rem);
  font-style: italic;
  font-variation-settings: "opsz" 100, "SOFT" 100;
  color: var(--pine);
  line-height: 1.45;
  max-width: 36ch;
}
.dropcap::first-letter {
  font-family: var(--font-display);
  font-style: italic;
  font-variation-settings: "opsz" 144, "SOFT" 100;
  font-size: 4.6em;
  float: left;
  line-height: 0.85;
  padding: 0.05em 0.12em 0 0;
  color: var(--cranberry);
}

/* ---------- Layout ---------- */
.wrap {
  width: 100%;
  max-width: var(--maxw);
  margin-inline: auto;
  padding-inline: var(--pad);
}
.section { padding-block: clamp(4rem, 9vw, 8rem); position: relative; }
.section--tight { padding-block: clamp(2.5rem, 5vw, 4rem); }
.section--pine { background: var(--pine); color: var(--cream); }
.section--pine h1, .section--pine h2, .section--pine h3 { color: var(--cream); }
.section--ink  { background: var(--pine-deep); color: var(--cream); }
.section--ink h1, .section--ink h2, .section--ink h3 { color: var(--cream-bright); }

.divider {
  display: block; margin: 0 auto;
  width: clamp(160px, 30vw, 320px); height: 24px;
  color: var(--moss); opacity: 0.85;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.7em;
  font-family: var(--font-caps);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 1.05em 1.6em;
  border-radius: 999px;
  border: 1px solid transparent;
  transition: transform .35s var(--ease-soft), background .25s, color .25s, box-shadow .35s;
}
.btn--solid {
  background: var(--cranberry);
  color: var(--cream-bright);
  box-shadow: 0 1px 0 rgba(255,255,255,0.15) inset, 0 14px 30px -16px rgba(140,32,48,0.7);
}
.btn--solid:hover { background: var(--cranberry-deep); transform: translateY(-2px); }
.btn--ghost {
  border-color: currentColor;
  color: var(--pine-deep);
}
.btn--ghost:hover { background: var(--pine-deep); color: var(--cream-bright); border-color: var(--pine-deep); }
.section--pine .btn--ghost,
.section--ink  .btn--ghost { color: var(--cream); }
.section--pine .btn--ghost:hover { background: var(--cream); color: var(--pine-deep); }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(245, 236, 214, 0.86);
  backdrop-filter: saturate(140%) blur(10px);
  -webkit-backdrop-filter: saturate(140%) blur(10px);
  border-bottom: 1px solid var(--rule);
}
.site-header__row {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem;
  padding-block: 1.05rem;
}
.brand {
  display: inline-flex; align-items: center; gap: 0.85rem;
  text-decoration: none; color: inherit;
}
.brand__mark {
  width: 52px; height: 52px;
  object-fit: contain;
  object-position: left center;
  color: var(--pine-deep);
}
.brand__words {
  display: flex; flex-direction: column; line-height: 1;
}
.brand__name {
  font-family: var(--font-caps);
  font-size: 0.92rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--pine-deep);
  font-weight: 600;
}
.brand__sub {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 0.85rem;
  color: var(--moss);
  margin-top: 4px;
}

.nav { display: flex; align-items: center; gap: clamp(1rem, 2.5vw, 2.2rem); }
.nav a {
  font-family: var(--font-caps);
  font-size: 0.78rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--pine-deep);
  position: relative;
  padding-block: 6px;
  font-weight: 500;
}
.nav a::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0;
  height: 1px; background: var(--cranberry);
  transform: scaleX(0); transform-origin: left;
  transition: transform .4s var(--ease-soft);
}
.nav a:hover::after, .nav a[aria-current="page"]::after { transform: scaleX(1); }
.nav a[aria-current="page"] { color: var(--cranberry); }

.nav-toggle {
  display: none;
  width: 44px; height: 44px;
  border-radius: 999px;
  border: 1px solid var(--rule);
  align-items: center; justify-content: center;
  color: var(--pine-deep);
}
.nav-toggle svg { width: 20px; height: 20px; }

@media (max-width: 860px) {
  .nav-toggle { display: inline-flex; }
  .nav {
    position: fixed; inset: 70px 0 auto 0;
    flex-direction: column; align-items: flex-start;
    gap: 0; padding: 1.5rem var(--pad) 2rem;
    background: var(--cream-bright);
    border-bottom: 1px solid var(--rule);
    transform: translateY(-12px); opacity: 0; pointer-events: none;
    transition: transform .35s var(--ease-soft), opacity .25s;
  }
  .nav a { padding-block: 0.85rem; width: 100%; border-bottom: 1px solid var(--rule); }
  .nav.is-open { transform: translateY(0); opacity: 1; pointer-events: auto; }
}

/* ---------- Hero ---------- */
.hero {
  position: relative;
  padding-block: clamp(3rem, 7vw, 6rem) clamp(4rem, 8vw, 7rem);
  overflow: hidden;
}
.hero__grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}
@media (max-width: 900px) {
  .hero__grid { grid-template-columns: 1fr; }
}

.hero__title {
  font-size: clamp(2.6rem, 7vw, 6rem);
  font-variation-settings: "opsz" 144, "SOFT" 80, "wght" 320;
  letter-spacing: -0.018em;
}
.hero__title .it {
  font-style: italic;
  color: var(--cranberry);
  font-variation-settings: "opsz" 144, "SOFT" 100, "wght" 320;
}
.hero__title .ampersand {
  font-style: italic; color: var(--gold);
  font-variation-settings: "opsz" 144, "SOFT" 100, "wght" 320;
  padding: 0 .04em;
}
.hero__lede { margin-top: 1.6rem; }
.hero__cta { margin-top: 2.2rem; display: flex; flex-wrap: wrap; gap: 1rem; }
.hero__meta {
  margin-top: 2.6rem; padding-top: 1.4rem;
  border-top: 1px solid var(--rule);
  display: flex; flex-wrap: wrap; gap: 1.6rem 2.2rem;
}
.hero__meta dt { display: block; font-family: var(--font-caps); font-size: 0.72rem; letter-spacing: 0.28em; text-transform: uppercase; color: var(--moss); }
.hero__meta dd { margin: 0.2rem 0 0; font-family: var(--font-display); font-size: 1.05rem; color: var(--pine-deep); }

/* Hero cameo: circular portrait inside an evergreen wreath ring */
.cameo {
  position: relative;
  width: min(560px, 100%);
  margin-inline: auto;
  aspect-ratio: 1 / 1;
}
.cameo__ring {
  position: absolute; inset: 0;
  color: var(--pine);
}
.cameo__photo {
  position: absolute; inset: 9%;
  border-radius: 50%;
  overflow: hidden;
  background: var(--pine-deep);
  box-shadow:
    0 0 0 4px var(--cream),
    0 0 0 5px var(--gold),
    0 30px 60px -25px rgba(20,36,28,0.55);
  isolation: isolate;
}
.cameo__photo img {
  width: 100%; height: 100%; object-fit: cover; object-position: center 25%;
  filter: saturate(0.92) contrast(1.02);
}
.cameo__photo::after {
  content: "";
  position: absolute; inset: 0;
  background: radial-gradient(circle at 30% 20%, transparent 50%, rgba(15,33,24,0.35) 100%);
  pointer-events: none;
}
.cameo__star {
  position: absolute;
  top: -6px; left: 50%; transform: translateX(-50%);
  width: 36px; height: 36px;
  color: var(--cranberry);
}
.cameo__ribbon {
  position: absolute;
  bottom: 4%; left: 50%; transform: translateX(-50%);
  font-family: var(--font-caps);
  font-size: 0.72rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--cream-bright);
  background: var(--cranberry);
  padding: 0.55em 1.2em;
  border-radius: 2px;
  box-shadow: 0 14px 30px -14px rgba(140,32,48,0.6), inset 0 0 0 1px rgba(255,255,255,0.2);
}

/* ---------- Hero banner (stacked variant) ---------- */
.hero-banner {
  position: relative;
  width: 100%;
  aspect-ratio: 13 / 5;
  border-radius: 4px;
  overflow: hidden;
  background: #5e131e;
  box-shadow: var(--shadow-deep);
  margin: 0;
}
.hero-banner img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center;
}
.hero-banner::before {
  content: "";
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at center, transparent 55%, rgba(15,33,24,0.35) 100%),
    linear-gradient(180deg, rgba(15,33,24,0.0) 70%, rgba(15,33,24,0.25) 100%);
  pointer-events: none;
}
.hero-banner::after {
  content: "";
  position: absolute; inset: 10px;
  border: 1px solid rgba(212,176,114,0.45);
  border-radius: 2px;
  pointer-events: none;
}

/* ---------- Pine sprig flourishes ---------- */
.sprig { color: var(--moss); display: inline-block; }
.sprig--lg { width: 320px; max-width: 70vw; height: auto; }
.sprig--sm { width: 110px; height: auto; }

/* ---------- Featured / Inductees ---------- */
.roster {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: clamp(1.5rem, 3vw, 2.4rem);
}
.roster--3up { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }

.inductee {
  display: flex; flex-direction: column;
  background: var(--cream-bright);
  border: 1px solid var(--rule);
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  box-shadow: var(--shadow-soft);
  transition: transform .5s var(--ease-soft), box-shadow .5s;
}
.inductee:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-card);
}
.inductee__photo {
  aspect-ratio: 4 / 5;
  background: var(--pine-deep);
  position: relative;
  overflow: hidden;
}
.inductee__photo img {
  width: 100%; height: 100%; object-fit: cover; object-position: center top;
  transition: transform 1.2s var(--ease-soft), filter .8s;
  filter: saturate(0.96);
}
.inductee:hover .inductee__photo img { transform: scale(1.04); }
.inductee__year {
  position: absolute; top: 14px; left: 14px;
  background: var(--cream-bright);
  color: var(--pine-deep);
  font-family: var(--font-caps);
  font-size: 0.72rem;
  letter-spacing: 0.24em;
  padding: 0.4em 0.85em;
  border-radius: 2px;
  border: 1px solid var(--rule);
}
.inductee__body {
  padding: 1.5rem 1.6rem 1.8rem;
  border-top: 1px solid var(--rule);
  background: var(--cream-bright);
  position: relative;
}
.inductee__body::before {
  content: "";
  position: absolute; top: -1px; left: 1.6rem; right: 1.6rem;
  height: 3px; background: var(--cranberry);
  transform: scaleX(0); transform-origin: left;
  transition: transform .55s var(--ease-soft);
}
.inductee:hover .inductee__body::before { transform: scaleX(1); }
.inductee__name {
  font-family: var(--font-display);
  font-size: 1.55rem;
  font-variation-settings: "opsz" 144, "SOFT" 80;
  color: var(--pine-deep);
  line-height: 1.1;
  margin: 0;
}
.inductee__title {
  margin-top: 0.4rem;
  font-style: italic;
  color: var(--cranberry);
  font-family: var(--font-display);
  font-size: 1.05rem;
}
.inductee__meta {
  margin-top: 0.9rem;
  font-family: var(--font-caps);
  font-size: 0.74rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--moss);
}

/* ---------- Cards ---------- */
.card {
  background: var(--cream-bright);
  border: 1px solid var(--rule);
  padding: 2.2rem 2rem 2rem;
  border-radius: 4px;
  position: relative;
}
.card__num {
  font-family: var(--font-caps);
  font-size: 0.74rem;
  letter-spacing: 0.32em;
  color: var(--gold);
}
.card h3 { margin-top: 0.7rem; }
.card p { margin-top: 0.7rem; color: var(--pine); }

/* ---------- Two-up split ---------- */
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}
.split--text-first > :first-child { order: 1; }
@media (max-width: 860px) {
  .split { grid-template-columns: 1fr; }
}

/* Plate frame for inline images */
.plate {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  background: var(--pine-deep);
  box-shadow: var(--shadow-card);
  border: 1px solid var(--rule);
}
.plate img { width: 100%; height: 100%; object-fit: cover; }
.plate--portrait { aspect-ratio: 4 / 5; }
.plate--landscape { aspect-ratio: 3 / 2; }
.plate--square { aspect-ratio: 1 / 1; }
.plate__caption {
  position: absolute; left: 18px; bottom: 14px;
  font-family: var(--font-caps);
  font-size: 0.7rem; letter-spacing: 0.28em; text-transform: uppercase;
  color: var(--cream-bright);
  background: rgba(15,33,24,0.78);
  padding: 0.45em 0.9em; border-radius: 2px;
  backdrop-filter: blur(6px);
}

/* ---------- Pull quote ---------- */
.quote {
  max-width: 56ch; margin: 0 auto;
  text-align: center;
  font-family: var(--font-display);
  font-style: italic;
  font-variation-settings: "opsz" 144, "SOFT" 100;
  font-size: clamp(1.5rem, 3vw, 2.4rem);
  line-height: 1.32;
  color: var(--pine-deep);
}
.quote__mark {
  display: block;
  font-size: 4em; line-height: 0.4; margin-bottom: 0.2em;
  color: var(--cranberry);
  font-style: italic;
}
.quote cite {
  display: block;
  font-style: normal;
  font-family: var(--font-caps);
  font-size: 0.78rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--moss);
  margin-top: 1.6rem;
}

/* ---------- Almanac (small story cards) ---------- */
.almanac {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.2rem;
}
.almanac__item {
  border-top: 2px solid var(--pine-deep);
  padding-top: 1rem;
}
.almanac__item h4 { color: var(--pine-deep); font-style: italic; }
.section--pine .almanac__item { border-top-color: var(--gold); }
.section--pine .almanac__item h4,
.section--pine .almanac__item p { color: var(--cream); }

/* ---------- Service / Visit list ---------- */
.visits {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: clamp(1.4rem, 3vw, 2.4rem);
}
.visit {
  background: var(--cream-bright);
  border: 1px solid var(--rule);
  padding: 2rem 1.8rem;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  transition: transform .4s var(--ease-soft);
}
.visit:hover { transform: translateY(-3px); }
.visit__icon {
  width: 56px; height: 56px;
  color: var(--pine);
  margin-bottom: 1.1rem;
}
.visit__price {
  position: absolute; top: 1.2rem; right: 1.4rem;
  font-family: var(--font-caps);
  font-size: 0.74rem; letter-spacing: 0.22em;
  color: var(--cranberry);
}
.visit ul {
  margin: 1.1rem 0 0; padding: 0; list-style: none;
}
.visit li {
  padding: 0.55em 0; border-top: 1px solid var(--rule);
  font-size: 0.95rem; color: var(--pine);
}
.visit li:first-child { border-top: 0; }
.visit li::before {
  content: "✦"; color: var(--gold); margin-right: 0.6em;
}

/* ---------- Gallery ---------- */
.gallery {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1rem;
}
.gallery > a {
  display: block;
  position: relative;
  overflow: hidden;
  background: var(--pine-deep);
  border-radius: 4px;
  box-shadow: var(--shadow-soft);
}
.gallery > a img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 1s var(--ease-soft);
}
.gallery > a:hover img { transform: scale(1.06); }
.gallery > a::after {
  content: attr(data-caption);
  position: absolute; left: 14px; bottom: 12px;
  color: var(--cream-bright);
  font-family: var(--font-caps);
  font-size: 0.7rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  background: rgba(15,33,24,0.78);
  padding: 0.4em 0.8em; border-radius: 2px;
  backdrop-filter: blur(6px);
  opacity: 0; transform: translateY(6px);
  transition: opacity .4s, transform .4s;
}
.gallery > a:hover::after { opacity: 1; transform: translateY(0); }

.gallery .span-3 { grid-column: span 3; aspect-ratio: 4/5; }
.gallery .span-4 { grid-column: span 4; aspect-ratio: 4/5; }
.gallery .span-5 { grid-column: span 5; aspect-ratio: 4/3; }
.gallery .span-6 { grid-column: span 6; aspect-ratio: 3/2; }
.gallery .span-7 { grid-column: span 7; aspect-ratio: 4/3; }
.gallery .span-8 { grid-column: span 8; aspect-ratio: 16/9; }
@media (max-width: 860px) {
  .gallery .span-3, .gallery .span-4 { grid-column: span 6; }
  .gallery .span-5, .gallery .span-6, .gallery .span-7, .gallery .span-8 { grid-column: span 12; }
}

/* ---------- Contact ---------- */
.contact-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: start;
}
@media (max-width: 900px) { .contact-grid { grid-template-columns: 1fr; } }

.field {
  display: flex; flex-direction: column;
  margin-bottom: 1.2rem;
}
.field label {
  font-family: var(--font-caps);
  font-size: 0.74rem;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--moss);
  margin-bottom: 0.45em;
}
.field input, .field textarea, .field select {
  font: inherit;
  font-family: var(--font-body);
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--rule-strong);
  padding: 0.65em 0.1em;
  color: var(--pine-deep);
  transition: border-color .3s;
}
.field input:focus, .field textarea:focus, .field select:focus {
  outline: 0;
  border-bottom-color: var(--cranberry);
}
.field textarea { min-height: 140px; resize: vertical; }
.field--row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
}
@media (max-width: 600px) { .field--row { grid-template-columns: 1fr; } }

.note-card {
  background: var(--cream-bright);
  border: 1px solid var(--rule);
  border-radius: 4px;
  padding: 2rem 1.8rem;
}
.note-card h3 { margin: 0 0 1rem; }
.note-card dl { margin: 0; }
.note-card dt {
  font-family: var(--font-caps);
  font-size: 0.72rem;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--moss);
  margin-top: 1.2rem;
}
.note-card dt:first-child { margin-top: 0; }
.note-card dd { margin: 0.25rem 0 0; color: var(--pine-deep); font-size: 1.05rem; }

/* ---------- FAQ accordion ---------- */
.faq { max-width: 760px; margin: 0 auto; }
.faq details {
  border-top: 1px solid var(--rule);
  padding: 1.4rem 0;
}
.faq details:last-of-type { border-bottom: 1px solid var(--rule); }
.faq summary {
  list-style: none;
  cursor: pointer;
  display: flex; align-items: baseline; justify-content: space-between;
  gap: 1rem;
  font-family: var(--font-display);
  font-size: 1.25rem;
  color: var(--pine-deep);
  font-variation-settings: "opsz" 144, "SOFT" 60;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+";
  color: var(--cranberry);
  font-size: 1.6rem; line-height: 1;
  transition: transform .3s var(--ease-soft);
}
.faq details[open] summary::after { content: "–"; }
.faq details p { margin-top: 0.9rem; color: var(--pine); }

/* ---------- Footer ---------- */
.site-footer {
  background: var(--pine-deep);
  color: var(--cream);
  position: relative;
  overflow: hidden;
}
.site-footer::before {
  content: "";
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.96  0 0 0 0 0.93  0 0 0 0 0.84  0 0 0 0.06 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
  pointer-events: none;
  opacity: 0.45;
}
.site-footer .wrap { position: relative; }
.site-footer__top {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: 2.5rem;
  padding-block: clamp(3rem, 6vw, 5rem);
  border-bottom: 1px solid rgba(255,255,255,0.12);
}
@media (max-width: 800px) { .site-footer__top { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .site-footer__top { grid-template-columns: 1fr; } }
.site-footer h4 {
  color: var(--gold-pale);
  font-family: var(--font-caps);
  font-size: 0.78rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 1.2rem;
  font-variation-settings: "opsz" 14, "SOFT" 0;
}
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li { margin-bottom: 0.6rem; }
.site-footer a { text-decoration: none; opacity: 0.85; transition: opacity .25s, color .25s; }
.site-footer a:hover { opacity: 1; color: var(--gold-pale); }
.site-footer__quote {
  font-family: var(--font-display);
  font-style: italic;
  font-variation-settings: "opsz" 144, "SOFT" 100;
  font-size: 1.2rem;
  line-height: 1.4;
  color: var(--cream);
  max-width: 28ch;
}
.site-footer__bottom {
  display: flex; flex-wrap: wrap; gap: 1rem;
  align-items: center; justify-content: space-between;
  padding-block: 1.6rem;
  font-family: var(--font-caps);
  font-size: 0.72rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(245,236,214,0.6);
}

/* ---------- Reveal-on-scroll ---------- */
.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 1s var(--ease-soft), transform 1s var(--ease-soft);
}
.reveal.is-in {
  opacity: 1; transform: none;
}
.reveal[data-delay="1"] { transition-delay: 80ms; }
.reveal[data-delay="2"] { transition-delay: 160ms; }
.reveal[data-delay="3"] { transition-delay: 240ms; }
.reveal[data-delay="4"] { transition-delay: 320ms; }
.reveal[data-delay="5"] { transition-delay: 400ms; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    transition: none !important; animation: none !important;
  }
  .reveal { opacity: 1; transform: none; }
}

/* ---------- Skip link ---------- */
.skip {
  position: absolute; left: 1rem; top: -3rem;
  background: var(--pine-deep); color: var(--cream);
  padding: 0.6em 1em; border-radius: 2px;
  font-family: var(--font-caps);
  font-size: 0.8rem; letter-spacing: 0.2em;
  text-transform: uppercase;
  z-index: 100;
  transition: top .3s;
}
.skip:focus { top: 0.6rem; }

/* ---------- Page hero (interior pages) ---------- */
.page-hero {
  position: relative;
  padding-block: clamp(4rem, 9vw, 7rem) clamp(2.5rem, 5vw, 4rem);
  text-align: center;
  border-bottom: 1px solid var(--rule);
}
.page-hero h1 {
  font-size: clamp(2.6rem, 6vw, 5rem);
  max-width: 18ch; margin: 1rem auto 0;
}
.page-hero .lede {
  margin: 1.5rem auto 0;
  text-align: center;
  font-size: clamp(1.1rem, 1.4vw, 1.3rem);
}
.page-hero__sprig { margin: 0 auto 1.4rem; color: var(--moss); }

/* ---------- Hall of Fame badge ---------- */
.hof {
  display: flex; align-items: center; gap: 1.6rem;
  padding: 1.2rem 1.4rem;
  background: var(--cream-bright);
  border: 1px solid var(--rule);
  border-left: 4px solid var(--cranberry);
  border-radius: 2px;
}
.hof img { width: 96px; height: auto; flex-shrink: 0; }
.hof__words {
  font-family: var(--font-display); font-style: italic;
  color: var(--pine);
  line-height: 1.4;
}
.hof__words strong {
  display: block; font-style: normal;
  font-family: var(--font-caps);
  font-size: 0.8rem; letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--cranberry);
  margin-bottom: 0.35rem;
}

/* ---------- Form sent banner ---------- */
.banner {
  background: var(--pine);
  color: var(--cream);
  padding: 1rem 1.2rem;
  border-radius: 2px;
  margin-bottom: 2rem;
  font-family: var(--font-display);
  font-style: italic;
}
