/* =========================================================
   The Creeks — Intro Section Concepts (10 re-imaginings)
   Inherits tokens + @font-face from /css/site.css
   ========================================================= */

body { background: var(--cream-soft); }

/* ---------- Page chrome ---------- */
.ss-pagehead {
  background: var(--forest-deep);
  color: var(--cream);
  padding: 56px 24px 52px;
  text-align: center;
}
.ss-pagehead__eyebrow {
  font-size: var(--type-eyebrow);
  text-transform: uppercase;
  letter-spacing: 0.26em;
  color: var(--gold-soft);
  font-weight: 600;
  display: block;
  margin-bottom: 14px;
}
.ss-pagehead h1 {
  color: var(--cream);
  font-size: clamp(1.8rem, 3vw + 0.5rem, 2.9rem);
  margin: 0 0 12px;
}
.ss-pagehead p {
  margin: 0 auto;
  max-width: 620px;
  color: rgba(247,241,231,0.72);
  font-size: var(--type-small);
}

/* ---------- Numbered label bars ---------- */
.ss-bar {
  background: var(--pine-deeper);
  color: var(--cream);
  display: flex;
  align-items: baseline;
  gap: 18px;
  padding: 13px 28px;
  font-family: var(--ff-sans);
}
.ss-bar__num {
  font-family: var(--ff-serif);
  font-size: 1.05rem;
  color: var(--gold-soft);
  letter-spacing: 0.08em;
}
.ss-bar__name {
  font-size: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-weight: 600;
  color: rgba(247,241,231,0.92);
}
.ss-bar__note {
  margin-left: auto;
  font-size: 0.78rem;
  color: rgba(247,241,231,0.45);
  letter-spacing: 0.04em;
  display: none;
}
@media (min-width: 860px) { .ss-bar__note { display: block; } }

/* ---------- Sticky jump nav ---------- */
.ss-jump {
  position: fixed;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 60;
  display: flex;
  flex-direction: column;
  gap: 6px;
  background: var(--white-warm);
  border: 1px solid var(--line);
  border-radius: var(--r-pill);
  padding: 10px 7px;
  box-shadow: var(--shadow-md);
}
.ss-jump a {
  width: 30px; height: 30px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--muted);
  transition: background var(--t-fast) var(--ease-out), color var(--t-fast) var(--ease-out);
}
.ss-jump a:hover { background: var(--cream-warm); color: var(--ink); }
.ss-jump a.is-active { background: var(--forest-deep); color: var(--cream); }
@media (max-width: 1100px) {
  .ss-jump {
    top: auto; bottom: 14px; right: 50%;
    transform: translateX(50%);
    flex-direction: row;
    padding: 7px 10px;
  }
  .ss-jump a { width: 28px; height: 28px; }
}

.ss-section { scroll-margin-top: 16px; }

/* Shared bits */
.ss-eyebrow {
  display: inline-block;
  font-size: var(--type-eyebrow);
  text-transform: uppercase;
  letter-spacing: 0.24em;
  color: var(--gold-deep);
  font-weight: 600;
  margin-bottom: 20px;
}
.ss-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--forest-deep);
  border-bottom: 1px solid var(--gold);
  padding-bottom: 5px;
  transition: color var(--t-fast) var(--ease-out), border-color var(--t-fast) var(--ease-out);
}
.ss-link:hover { color: var(--gold-deep); border-color: var(--gold-deep); }
.ss-link svg { width: 15px; height: 15px; transition: transform var(--t-fast) var(--ease-out); }
.ss-link:hover svg { transform: translateX(4px); }

/* Reveal */
@media (prefers-reduced-motion: no-preference) {
  .rv { opacity: 0; transform: translateY(22px); transition: opacity 0.7s var(--ease-out), transform 0.7s var(--ease-out); }
  .rv.in { opacity: 1; transform: none; }
}

/* =========================================================
   01 — THE WELCOME LETTER
   ========================================================= */
.c01 { padding: 96px 24px 104px; background: var(--cream); }
.c01__paper {
  max-width: 760px;
  margin: 0 auto;
  background: var(--white-warm);
  border: 1px solid var(--line-soft);
  border-radius: var(--r-md);
  box-shadow: var(--shadow-md);
  padding: clamp(40px, 7vw, 84px);
  position: relative;
}
.c01__paper::before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(184,147,85,0.28);
  border-radius: 8px;
  pointer-events: none;
}
.c01__letterhead {
  text-align: center;
  margin-bottom: 44px;
  position: relative;
}
.c01__mark {
  font-family: var(--ff-serif);
  font-size: 1.35rem;
  letter-spacing: 0.3em;
  color: var(--forest-deep);
  text-transform: uppercase;
}
.c01__mark-sub {
  display: block;
  margin-top: 9px;
  font-size: 0.72rem;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--gold-deep);
  font-weight: 600;
}
.c01__rule {
  width: 54px; height: 1px;
  background: var(--gold);
  margin: 22px auto 0;
}
.c01__salutation {
  font-family: var(--ff-serif);
  font-size: 1.4rem;
  color: var(--ink);
  margin-bottom: 22px;
}
.c01__body p {
  font-size: 1.0625rem;
  line-height: 1.85;
  color: var(--body);
  margin-bottom: 1.35em;
}
.c01__body p:first-of-type::first-letter {
  font-family: var(--ff-serif);
  font-size: 3.6em;
  float: left;
  line-height: 0.82;
  padding: 6px 12px 0 0;
  color: var(--forest-deep);
}
.c01__sig {
  margin-top: 38px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.c01__sig-script {
  font-family: 'Mrs Saint Delafield', cursive;
  font-size: 3.4rem;
  color: var(--gold-deep);
  line-height: 1;
}
.c01__sig-meta {
  font-size: 0.8rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
  padding-bottom: 8px;
}
.c01__ps {
  margin-top: 40px;
  padding-top: 26px;
  border-top: 1px solid var(--line-soft);
  font-size: 0.95rem;
  color: var(--body);
}
.c01__ps a { color: var(--forest-deep); font-weight: 600; border-bottom: 1px solid var(--gold); padding-bottom: 2px; }
.c01__ps a:hover { color: var(--gold-deep); }

/* =========================================================
   02 — BY THE NUMBERS
   ========================================================= */
.c02 { padding: 104px 24px 110px; background: var(--cream-warm); }
.c02__inner { max-width: 1180px; margin: 0 auto; }
.c02__head { max-width: 660px; margin-bottom: 72px; }
.c02__head h2 { font-size: var(--type-display-l); margin-bottom: 20px; }
.c02__head p { font-size: var(--type-subhead); color: var(--body); margin: 0; }
.c02__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(35,35,35,0.14);
}
.c02__stat {
  padding: 40px 28px 8px 0;
  border-right: 1px solid rgba(35,35,35,0.10);
  margin-right: 28px;
  position: relative;
}
.c02__stat:last-child { border-right: 0; margin-right: 0; }
.c02__stat::before {
  content: "";
  position: absolute;
  top: -1px; left: 0;
  width: 44px; height: 3px;
  background: var(--gold);
}
.c02__num {
  font-family: var(--ff-serif);
  font-size: clamp(3.2rem, 5.4vw, 5.4rem);
  color: var(--forest-deep);
  line-height: 1;
  letter-spacing: -0.02em;
}
.c02__num sup {
  font-size: 0.34em;
  color: var(--gold-deep);
  letter-spacing: 0.06em;
  margin-left: 4px;
}
.c02__label {
  margin-top: 16px;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink);
}
.c02__desc { margin-top: 10px; font-size: 0.92rem; color: var(--muted); line-height: 1.6; }
.c02__foot {
  margin-top: 64px;
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}
.c02__foot-line { flex: 1; min-width: 120px; height: 1px; background: rgba(35,35,35,0.14); }
.c02__foot p {
  margin: 0;
  font-family: var(--ff-serif);
  font-style: italic;
  font-size: 1.18rem;
  color: var(--pine-rich);
}
@media (max-width: 960px) {
  .c02__grid { grid-template-columns: 1fr 1fr; row-gap: 40px; }
  .c02__stat:nth-child(2) { border-right: 0; margin-right: 0; }
}
@media (max-width: 540px) {
  .c02__grid { grid-template-columns: 1fr; }
  .c02__stat { border-right: 0; margin-right: 0; padding-right: 0; }
}

/* =========================================================
   03 — OFFSET FRAMES
   ========================================================= */
.c03 { padding: 110px 24px; background: var(--cream); overflow: hidden; }
.c03__inner {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.08fr 1fr;
  gap: clamp(48px, 6vw, 96px);
  align-items: center;
}
.c03__media { position: relative; padding: 26px 26px 26px 0; }
.c03__media::before {
  content: "";
  position: absolute;
  top: 0; right: 0;
  width: 78%; height: 100%;
  border: 1px solid var(--gold);
  border-radius: var(--r-md);
}
.c03__main {
  position: relative;
  border-radius: var(--r-md);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  width: 88%;
}
.c03__main img { width: 100%; height: auto; }
.c03__small {
  position: absolute;
  right: 0; bottom: -34px;
  width: 42%;
  border-radius: var(--r-sm);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  border: 6px solid var(--white-warm);
}
.c03__small img { width: 100%; height: auto; }
.c03__copy h2 { font-size: var(--type-display-l); margin-bottom: 22px; }
.c03__copy > p { font-size: var(--type-subhead); color: var(--body); margin-bottom: 30px; }
.c03__proofs { list-style: none; margin: 0 0 36px; padding: 0; display: grid; gap: 15px; }
.c03__proofs li {
  display: flex;
  gap: 14px;
  align-items: baseline;
  font-size: 1rem;
  color: var(--ink);
}
.c03__proofs li::before {
  content: "";
  flex: 0 0 auto;
  width: 18px; height: 1px;
  background: var(--gold-deep);
  transform: translateY(-4px);
}
.c03__proofs strong { font-weight: 600; }
.c03__proofs span { color: var(--muted); }
@media (max-width: 920px) {
  .c03__inner { grid-template-columns: 1fr; }
  .c03__media { margin-bottom: 40px; }
}

/* =========================================================
   04 — IN THEIR WORDS (quote-led)
   ========================================================= */
.c04 { padding: 110px 24px 100px; background: var(--cream-soft); text-align: center; }
.c04__inner { max-width: 900px; margin: 0 auto; }
.c04__stars { color: var(--gold); font-size: 1.05rem; letter-spacing: 0.35em; margin-bottom: 28px; }
.c04__quote {
  font-family: var(--ff-serif);
  font-size: clamp(1.7rem, 3.4vw, 3rem);
  line-height: 1.28;
  color: var(--ink);
  margin: 0 0 26px;
  position: relative;
}
.c04__quote .qmark { color: var(--gold); }
.c04__cite {
  font-size: 0.82rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
  font-style: normal;
  display: block;
  margin-bottom: 54px;
}
.c04__cite strong { color: var(--gold-deep); font-weight: 600; }
.c04__bridge {
  max-width: 640px;
  margin: 0 auto 60px;
  font-size: var(--type-subhead);
  color: var(--body);
}
.c04__minis {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.c04__mini {
  background: var(--cream-soft);
  padding: 30px 26px;
  text-align: left;
}
.c04__mini p {
  font-size: 0.96rem;
  color: var(--body);
  font-style: italic;
  margin-bottom: 14px;
  line-height: 1.65;
}
.c04__mini footer { font-size: 0.78rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); }
.c04__mini footer b { color: var(--gold-deep); letter-spacing: 0.18em; }
@media (max-width: 800px) { .c04__minis { grid-template-columns: 1fr; } }

/* =========================================================
   05 — THREE PILLARS (icon-free)
   ========================================================= */
.c05 { padding: 110px 24px; background: var(--cream); }
.c05__inner { max-width: 1180px; margin: 0 auto; }
.c05__head { text-align: center; max-width: 640px; margin: 0 auto 78px; }
.c05__head h2 { font-size: var(--type-display-l); margin-bottom: 18px; }
.c05__head p { color: var(--body); font-size: var(--type-subhead); margin: 0; }
.c05__cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.c05__col {
  padding: 0 clamp(26px, 3.6vw, 56px);
  border-left: 1px solid var(--line);
}
.c05__col:first-child { border-left: 0; padding-left: 0; }
.c05__col:last-child { padding-right: 0; }
.c05__kicker {
  font-family: var(--ff-serif);
  font-size: 0.95rem;
  color: var(--gold-deep);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 18px;
}
.c05__col h3 {
  font-size: 1.6rem;
  margin-bottom: 16px;
}
.c05__col p { font-size: 0.99rem; color: var(--body); line-height: 1.75; margin-bottom: 22px; }
.c05__fact {
  font-size: 0.85rem;
  color: var(--pine-rich);
  font-weight: 600;
  letter-spacing: 0.04em;
  padding-top: 16px;
  border-top: 1px solid var(--line-soft);
  display: block;
}
@media (max-width: 880px) {
  .c05__cols { grid-template-columns: 1fr; gap: 48px; }
  .c05__col { border-left: 0; padding: 0; }
}

/* =========================================================
   06 — A DAY AT THE CREEKS (timeline)
   ========================================================= */
.c06 { padding: 110px 24px 120px; background: var(--cream-warm); }
.c06__inner { max-width: 1240px; margin: 0 auto; }
.c06__head { max-width: 620px; margin-bottom: 80px; }
.c06__head h2 { font-size: var(--type-display-l); margin-bottom: 18px; }
.c06__head p { font-size: var(--type-subhead); color: var(--body); margin: 0; }
.c06__track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 34px;
}
.c06__track::before {
  content: "";
  position: absolute;
  top: 5px; left: 6px; right: 6px;
  height: 1px;
  background: linear-gradient(to right, var(--gold), rgba(184,147,85,0.25));
}
.c06__stop { position: relative; padding-top: 34px; }
.c06__stop::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 11px; height: 11px;
  border-radius: 50%;
  background: var(--cream-warm);
  border: 2px solid var(--gold-deep);
}
.c06__stop:first-child::before { background: var(--gold-deep); }
.c06__time {
  font-family: var(--ff-serif);
  font-size: 1.3rem;
  color: var(--forest-deep);
  display: block;
  margin-bottom: 10px;
}
.c06__time span { font-size: 0.66em; color: var(--gold-deep); letter-spacing: 0.1em; }
.c06__stop h3 { font-family: var(--ff-sans); font-size: 0.83rem; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink); margin-bottom: 10px; }
.c06__stop p { font-size: 0.93rem; color: var(--body); line-height: 1.68; margin: 0; }
.c06__foot { margin-top: 72px; text-align: center; }
@media (max-width: 980px) {
  .c06__track { grid-template-columns: 1fr; gap: 0; padding-left: 30px; }
  .c06__track::before { top: 6px; bottom: 6px; left: 5px; right: auto; width: 1px; height: auto; background: linear-gradient(to bottom, var(--gold), rgba(184,147,85,0.25)); }
  .c06__stop { padding: 0 0 42px 0; }
  .c06__stop::before { left: -30px; top: 5px; }
}

/* =========================================================
   07 — THE RESORT JOURNAL (magazine spread)
   ========================================================= */
.c07 { padding: 96px 24px 110px; background: var(--white-warm); }
.c07__inner { max-width: 1080px; margin: 0 auto; }
.c07__folio {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-bottom: 64px;
}
.c07__folio span {
  font-size: 0.72rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold-deep);
  font-weight: 600;
  white-space: nowrap;
}
.c07__folio i { flex: 1; height: 1px; background: var(--line); }
.c07__title {
  text-align: center;
  font-size: clamp(2.6rem, 5vw, 4.4rem);
  margin-bottom: 14px;
}
.c07__deck {
  text-align: center;
  font-family: var(--ff-serif);
  font-style: italic;
  font-size: 1.25rem;
  color: var(--pine-rich);
  max-width: 560px;
  margin: 0 auto 64px;
}
.c07__spread {
  display: grid;
  grid-template-columns: 1fr 0.92fr 1fr;
  gap: clamp(30px, 4vw, 60px);
  align-items: center;
}
.c07__coltext p { font-size: 0.99rem; line-height: 1.85; color: var(--body); margin-bottom: 1.3em; }
.c07__coltext p:last-child { margin-bottom: 0; }
.c07__coltext--first p:first-child::first-letter {
  font-family: var(--ff-serif);
  font-size: 3.4em;
  float: left;
  line-height: 0.84;
  padding: 5px 10px 0 0;
  color: var(--gold-deep);
}
.c07__pull {
  border-top: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
  padding: 34px 6px;
  text-align: center;
}
.c07__pull blockquote {
  margin: 0;
  font-family: var(--ff-serif);
  font-style: italic;
  font-size: clamp(1.3rem, 2vw, 1.7rem);
  line-height: 1.42;
  color: var(--forest-deep);
}
.c07__pull cite {
  display: block;
  margin-top: 18px;
  font-family: var(--ff-sans);
  font-style: normal;
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
}
.c07__endmark { color: var(--gold-deep); }
@media (max-width: 920px) {
  .c07__spread { grid-template-columns: 1fr; }
  .c07__pull { order: 3; margin-top: 10px; }
}

/* =========================================================
   08 — EVENING AT THE RANGE (dark accent panel)
   ========================================================= */
.c08 { background: var(--cream); padding: 110px 24px; }
.c08__panel {
  max-width: 1280px;
  margin: 0 auto;
  background: var(--forest-deep);
  border-radius: var(--r-lg);
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  box-shadow: var(--shadow-xl);
}
.c08__copy { padding: clamp(44px, 6vw, 88px); display: flex; flex-direction: column; justify-content: center; }
.c08__copy .ss-eyebrow { color: var(--gold-soft); }
.c08__copy h2 { color: var(--cream); font-size: var(--type-display-m); margin-bottom: 22px; }
.c08__copy > p { color: rgba(247,241,231,0.78); font-size: 1.05rem; line-height: 1.78; margin-bottom: 34px; }
.c08__chips { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 40px; }
.c08__chips span {
  border: 1px solid rgba(201,168,122,0.45);
  color: var(--gold-soft);
  border-radius: var(--r-pill);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 9px 18px;
}
.c08__quote {
  border-left: 2px solid var(--gold);
  padding-left: 22px;
}
.c08__quote p { font-family: var(--ff-serif); font-style: italic; font-size: 1.12rem; color: var(--cream); margin-bottom: 10px; line-height: 1.55; }
.c08__quote footer { font-size: 0.74rem; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(247,241,231,0.5); }
.c08__media { position: relative; min-height: 420px; }
.c08__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.c08__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, var(--forest-deep), transparent 36%);
}
@media (max-width: 920px) {
  .c08__panel { grid-template-columns: 1fr; }
  .c08__media { min-height: 320px; order: -1; }
  .c08__media::after { background: linear-gradient(to top, var(--forest-deep), transparent 46%); }
}

/* =========================================================
   09 — THE PHOTO ALBUM (collage)
   ========================================================= */
.c09 { padding: 116px 24px 130px; background: var(--cream-soft); overflow: hidden; }
.c09__inner {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: clamp(48px, 6vw, 90px);
  align-items: center;
}
.c09__copy h2 { font-size: var(--type-display-l); margin-bottom: 22px; }
.c09__copy > p { font-size: var(--type-subhead); color: var(--body); margin-bottom: 30px; }
.c09__facts { list-style: none; padding: 0; margin: 0 0 38px; display: grid; gap: 12px; }
.c09__facts li { font-size: 0.97rem; color: var(--ink); display: flex; gap: 12px; align-items: baseline; }
.c09__facts li::before { content: "·"; color: var(--gold-deep); font-weight: 700; font-size: 1.4em; line-height: 0; transform: translateY(2px); }
.c09__stack { position: relative; min-height: 540px; }
.c09__ph {
  position: absolute;
  background: var(--white-warm);
  padding: 10px 10px 14px;
  border-radius: 6px;
  box-shadow: 0 14px 44px rgba(23,58,42,0.18);
  transition: transform var(--t-med) var(--ease-out), box-shadow var(--t-med) var(--ease-out);
}
.c09__ph:hover { transform: scale(1.025) rotate(0deg) !important; box-shadow: 0 22px 64px rgba(23,58,42,0.24); z-index: 5; }
.c09__ph img { border-radius: 3px; width: 100%; height: 100%; object-fit: cover; }
.c09__ph--a { width: 62%; top: 0; left: 0; transform: rotate(-2.2deg); z-index: 2; }
.c09__ph--a img { aspect-ratio: 4 / 3; }
.c09__ph--b { width: 52%; right: 0; top: 26%; transform: rotate(1.6deg); z-index: 3; }
.c09__ph--b img { aspect-ratio: 16 / 10; }
.c09__ph--c { width: 34%; left: 12%; bottom: 0; transform: rotate(3deg); z-index: 4; }
.c09__ph--c img { aspect-ratio: 3 / 4; }
.c09__caption {
  position: absolute;
  right: 4%;
  bottom: 4%;
  font-family: 'Mrs Saint Delafield', cursive;
  font-size: 2.6rem;
  color: var(--gold-deep);
  transform: rotate(-4deg);
  z-index: 5;
}
@media (max-width: 920px) {
  .c09__inner { grid-template-columns: 1fr; }
  .c09__stack { min-height: 0; height: 480px; margin-top: 10px; }
}
@media (max-width: 540px) { .c09__stack { height: 360px; } .c09__caption { font-size: 2rem; } }

/* =========================================================
   10 — THE CHECKERBOARD
   ========================================================= */
.c10 { padding: 110px 0 0; background: var(--cream); }
.c10__head { text-align: center; max-width: 620px; margin: 0 auto 70px; padding: 0 24px; }
.c10__head h2 { font-size: var(--type-display-l); margin-bottom: 18px; }
.c10__head p { font-size: var(--type-subhead); color: var(--body); margin: 0; }
.c10__board {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.c10__cell { aspect-ratio: 1 / 0.92; position: relative; overflow: hidden; }
.c10__cell--img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.9s var(--ease-out); }
.c10__cell--img:hover img { transform: scale(1.05); }
.c10__cell--txt {
  background: var(--cream-warm);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(22px, 2.6vw, 44px);
}
.c10__cell--txt.alt { background: var(--white-warm); }
.c10__cell--txt.dark { background: var(--forest-deep); }
.c10__cell-kicker {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--gold-deep);
  margin-bottom: 14px;
}
.c10__cell--txt h3 { font-size: clamp(1.15rem, 1.6vw, 1.5rem); margin-bottom: 12px; }
.c10__cell--txt p { font-size: 0.9rem; color: var(--body); line-height: 1.62; margin: 0; }
.c10__cell--txt.dark h3 { color: var(--cream); }
.c10__cell--txt.dark p { color: rgba(247,241,231,0.72); }
.c10__cell--txt.dark .c10__cell-kicker { color: var(--gold-soft); }
@media (max-width: 980px) {
  .c10__board { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 520px) {
  .c10__cell { aspect-ratio: auto; min-height: 230px; }
}

/* Footer strip */
.ss-foot {
  background: var(--pine-deeper);
  color: rgba(247,241,231,0.6);
  text-align: center;
  padding: 34px 24px 90px;
  font-size: 0.85rem;
}
/* ============================================================
   The Creeks — "Room to breathe. Reasons to stay." section studies
   10 re-imagined concepts. Inherits fonts + tokens from /css/site.css
   ============================================================ */

body.samples { background: var(--cream); }

/* ---------------- Sheet chrome ---------------- */
.sheet-head {
  background: var(--cream-soft);
  border-bottom: 1px solid var(--line);
  padding: 2.2rem 2rem 2rem;
  text-align: center;
}
.sheet-head__eyebrow {
  display: block;
  font-size: var(--type-eyebrow);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold-deep);
  font-weight: 600;
  margin-bottom: 0.65rem;
}
.sheet-head__title {
  font-family: var(--ff-serif);
  font-size: clamp(1.6rem, 2.4vw, 2.2rem);
  color: var(--ink);
  margin: 0 0 0.45rem;
  font-weight: 400;
}
.sheet-head__note {
  color: var(--muted);
  font-size: var(--type-small);
  max-width: 56ch;
  margin: 0 auto;
}

/* ---------------- Jump nav ---------------- */
.jumpnav {
  position: fixed;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 60;
  display: flex;
  flex-direction: column;
  gap: 4px;
  background: rgba(255, 253, 248, 0.92);
  border: 1px solid var(--line);
  border-radius: var(--r-pill);
  padding: 8px 5px;
  box-shadow: var(--shadow-md);
  backdrop-filter: blur(6px);
}
.jumpnav a {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--muted);
  text-decoration: none;
  transition: background var(--t-fast) var(--ease-out), color var(--t-fast) var(--ease-out);
}
.jumpnav a:hover {
  background: var(--forest-deep);
  color: var(--cream);
}
@media (max-width: 1100px) { .jumpnav { display: none; } }

/* ---------------- Label bars ---------------- */
.label-bar {
  background: var(--pine-deeper);
  color: var(--cream);
  display: flex;
  align-items: baseline;
  gap: 1rem;
  padding: 0.8rem 2rem;
  scroll-margin-top: 8px;
}
.label-bar__num {
  font-family: var(--ff-serif);
  color: var(--gold-soft);
  font-size: 1.05rem;
  letter-spacing: 0.08em;
}
.label-bar__name {
  font-size: 0.78rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 500;
  opacity: 0.85;
}

/* ---------------- Shared bits ---------------- */
.sw { max-width: 1180px; margin: 0 auto; padding: 0 2rem; }
.sw--wide { max-width: 1320px; }

.s-eyebrow {
  display: inline-block;
  font-size: var(--type-eyebrow);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--gold-deep);
  margin-bottom: 1rem;
}
.s-eyebrow--ondark { color: var(--gold-soft); }

.s-heading {
  font-family: var(--ff-serif);
  font-weight: 400;
  color: var(--ink);
  font-size: var(--type-display-m);
  line-height: 1.12;
  margin: 0 0 1.25rem;
}
.s-heading .script {
  font-family: 'Mrs Saint Delafield', cursive;
  font-weight: 400;
  font-size: 1.5em;
  line-height: 0.6;
  color: var(--gold-deep);
  vertical-align: -0.08em;
}
.s-heading--ondark { color: var(--cream); }
.s-heading--ondark .script { color: var(--gold-soft); }

.s-lead {
  color: var(--body);
  font-size: var(--type-subhead);
  line-height: 1.65;
  margin: 0 0 1.75rem;
}
.s-lead--ondark { color: rgba(247, 241, 231, 0.82); }

/* ============================================================
   01 — LEDGER OF REASONS (light, hairline-rule amenity ledger)
   ============================================================ */
.s1 { background: var(--cream-soft); padding: var(--space-8) 0; }
.s1__grid {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: var(--space-7);
  align-items: start;
}
.s1__quote {
  margin: 2rem 0 0;
  padding-left: 1.1rem;
  border-left: 2px solid var(--gold);
  color: var(--muted);
  font-size: var(--type-small);
  line-height: 1.6;
}
.s1__quote cite { display: block; font-style: normal; margin-top: 0.4rem; color: var(--gold-deep); font-size: 0.78rem; letter-spacing: 0.1em; text-transform: uppercase; }
.s1__ledger { border-top: 1px solid var(--line); }
.s1__row {
  display: grid;
  grid-template-columns: 3.2rem 1fr auto;
  gap: 1.25rem;
  align-items: baseline;
  padding: 1.35rem 0.75rem;
  border-bottom: 1px solid var(--line);
  transition: background var(--t-fast) var(--ease-out);
}
.s1__row:hover { background: rgba(184, 147, 85, 0.06); }
.s1__num {
  font-family: var(--ff-serif);
  font-size: 1rem;
  color: var(--gold);
  letter-spacing: 0.05em;
}
.s1__row:hover .s1__num { color: var(--gold-deep); }
.s1__label {
  font-family: var(--ff-serif);
  font-size: 1.3rem;
  color: var(--ink);
}
.s1__fact {
  color: var(--muted);
  font-size: var(--type-small);
  text-align: right;
  max-width: 30ch;
}
@media (max-width: 960px) {
  .s1__grid { grid-template-columns: 1fr; gap: var(--space-5); }
  .s1__fact { text-align: left; grid-column: 2; max-width: none; }
  .s1__row { grid-template-columns: 3.2rem 1fr; row-gap: 0.2rem; }
}

/* ============================================================
   02 — SIX, COUNTED (dark editorial numbered list)
   ============================================================ */
.s2 { background: var(--forest-deep); padding: var(--space-8) 0; }
.s2__head { text-align: center; max-width: 62ch; margin: 0 auto var(--space-6); }
.s2__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid rgba(247, 241, 231, 0.14);
  border-left: 1px solid rgba(247, 241, 231, 0.14);
}
.s2__item {
  display: flex;
  gap: 1.5rem;
  padding: 2.4rem 2.2rem;
  border-bottom: 1px solid rgba(247, 241, 231, 0.14);
  border-right: 1px solid rgba(247, 241, 231, 0.14);
}
.s2__numeral {
  font-family: var(--ff-serif);
  font-size: clamp(3.2rem, 5vw, 4.6rem);
  line-height: 0.9;
  color: transparent;
  -webkit-text-stroke: 1px var(--gold-soft);
  flex: 0 0 auto;
  opacity: 0.85;
}
@supports not (-webkit-text-stroke: 1px black) {
  .s2__numeral { color: var(--gold-soft); opacity: 0.5; }
}
.s2__item h3 {
  font-family: var(--ff-serif);
  font-weight: 400;
  font-size: 1.35rem;
  color: var(--cream);
  margin: 0.2rem 0 0.55rem;
}
.s2__item p {
  margin: 0;
  color: rgba(247, 241, 231, 0.72);
  font-size: var(--type-small);
  line-height: 1.65;
}
.s2__cta { text-align: center; margin-top: var(--space-6); }
@media (max-width: 880px) {
  .s2__items { grid-template-columns: 1fr; }
  .s2__item { padding: 1.8rem 1.4rem; }
}

/* ============================================================
   03 — MOSAIC + FLOATING CARDS
   ============================================================ */
.s3 { background: var(--cream-soft); padding: var(--space-8) 0; overflow: hidden; }
.s3__grid {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: var(--space-7);
  align-items: center;
}
.s3__list { list-style: none; margin: 0 0 1.9rem; padding: 0; display: grid; gap: 0.7rem; }
.s3__list li {
  display: flex;
  align-items: baseline;
  gap: 0.7rem;
  color: var(--body);
  font-size: var(--type-small);
}
.s3__list li::before {
  content: "";
  width: 18px;
  height: 1px;
  background: var(--gold);
  flex: 0 0 auto;
  transform: translateY(-0.28em);
}
.s3__mosaic {
  position: relative;
  display: grid;
  grid-template-columns: 7fr 5fr;
  grid-template-rows: auto auto;
  gap: 1rem;
  padding-bottom: 3.2rem;
}
.s3__mosaic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--r-md);
  display: block;
}
.s3__photo--a { grid-row: 1 / 3; aspect-ratio: 4 / 5; }
.s3__photo--b { aspect-ratio: 5 / 4; }
.s3__photo--c { aspect-ratio: 5 / 4; }
.s3__card {
  position: absolute;
  background: var(--white-warm);
  border-radius: var(--r-sm);
  box-shadow: var(--shadow-lg);
  padding: 1rem 1.2rem 1.05rem;
  max-width: 240px;
  border-top: 2px solid var(--gold);
}
.s3__card h3 {
  font-family: var(--ff-serif);
  font-weight: 400;
  font-size: 1.05rem;
  color: var(--ink);
  margin: 0 0 0.3rem;
}
.s3__card p { margin: 0; font-size: 0.84rem; line-height: 1.5; color: var(--muted); }
.s3__card--1 { left: -1.6rem; top: 12%; }
.s3__card--2 { right: 6%; top: 38%; }
.s3__card--3 { left: 30%; bottom: 0; }
@media (max-width: 960px) {
  .s3__grid { grid-template-columns: 1fr; gap: var(--space-5); }
  .s3__card--1 { left: 0; }
}
@media (max-width: 640px) {
  .s3__card { position: static; max-width: none; margin-top: 0.4rem; }
  .s3__mosaic { padding-bottom: 0; }
  .s3__cards { display: grid; gap: 0.8rem; grid-column: 1 / -1; }
}
@media (min-width: 641px) { .s3__cards { display: contents; } }

/* ============================================================
   04 — THE GUEST'S WORD (quote-anchored dark band)
   ============================================================ */
/* Full-bleed dark band — original mirror-pond image + green overlay, content centered. */
.s4 {
  position: relative;
  background: var(--pine-deeper) url('/images/home/mirror-pond.jpg') center / cover no-repeat;
  padding: var(--space-9) 0;
}
.s4::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 42, 30, 0.82), rgba(15, 42, 30, 0.62) 45%, rgba(15, 42, 30, 0.88));
}
.s4 .sw { position: relative; z-index: 1; text-align: center; }
.s4__mark {
  font-family: var(--ff-serif);
  font-size: 4rem;
  line-height: 0;
  color: var(--gold-soft);
  display: block;
  margin-bottom: 1.6rem;
}
.s4__quote {
  font-family: var(--ff-serif);
  font-weight: 400;
  font-size: var(--type-display-m);   /* match the section titles (s3/golf/amenities/attractions/reviews) */
  line-height: 1.35;
  color: var(--cream);
  max-width: 24ch;
  margin: 0 auto 1.1rem;
}
.s4__quote .script {
  font-family: 'Mrs Saint Delafield', cursive;
  font-size: 1.6em;
  line-height: 0.6;
  color: var(--gold-soft);
  white-space: nowrap;
}
.s4__cite {
  display: block;
  font-style: normal;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(247, 241, 231, 0.65);
  margin-bottom: 2.6rem;
}
.s4__rule { width: 60px; height: 1px; background: var(--gold-soft); margin: 0 auto 2.6rem; border: 0; }
.s4__reasons {
  list-style: none;
  margin: 0 auto 2.8rem;
  padding: 0;
  max-width: 880px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem 2.4rem;
  text-align: left;
}
.s4__reasons li {
  display: flex;
  gap: 0.65rem;
  align-items: baseline;
  color: rgba(247, 241, 231, 0.85);
  font-size: var(--type-small);
  letter-spacing: 0.04em;
}
.s4__reasons svg { width: 13px; height: 13px; flex: 0 0 auto; color: var(--gold-soft); transform: translateY(1px); }
@media (max-width: 820px) { .s4__reasons { grid-template-columns: 1fr 1fr; } }
@media (max-width: 540px) { .s4__reasons { grid-template-columns: 1fr; } }

/* ============================================================
   05 — REASONS RAIL (horizontal scroller)
   ============================================================ */
.s5 { background: var(--cream-warm); padding: var(--space-8) 0; }
.s5__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: var(--space-5);
}
.s5__hint {
  flex: 0 0 auto;
  color: var(--muted);
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding-bottom: 0.5rem;
}
.s5__hint svg { width: 26px; height: 12px; color: var(--gold-deep); }
.s5__rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: clamp(250px, 26vw, 320px);
  gap: 1.4rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 0.5rem 2rem 1.6rem;
  max-width: 1320px;
  margin: 0 auto;
  scrollbar-color: var(--gold) rgba(35, 35, 35, 0.08);
  scrollbar-width: thin;
}
.s5__rail::-webkit-scrollbar { height: 6px; }
.s5__rail::-webkit-scrollbar-track { background: rgba(35, 35, 35, 0.08); border-radius: 3px; }
.s5__rail::-webkit-scrollbar-thumb { background: var(--gold); border-radius: 3px; }
.s5__card {
  scroll-snap-align: start;
  background: var(--white-warm);
  border-radius: var(--r-md);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  transition: transform var(--t-med) var(--ease-out), box-shadow var(--t-med) var(--ease-out);
}
.s5__card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.s5__card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; display: block; }
.s5__body { padding: 1.3rem 1.4rem 1.5rem; display: flex; flex-direction: column; flex: 1; }
.s5__kicker {
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-deep);
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.s5__body h3 {
  font-family: var(--ff-serif);
  font-weight: 400;
  font-size: 1.25rem;
  color: var(--ink);
  margin: 0 0 0.5rem;
}
.s5__body p { margin: 0; color: var(--muted); font-size: 0.9rem; line-height: 1.6; }
.s5__cta { text-align: center; margin-top: var(--space-5); }
@media (max-width: 640px) {
  .s5__head { flex-direction: column; align-items: flex-start; gap: 0.5rem; }
}

/* ============================================================
   06 — PANORAMA WITH GLASS PANELS (full-bleed)
   ============================================================ */
.s6 {
  position: relative;
  background: var(--pine-deeper) url('/images/home/aerial-pond.jpg') center / cover no-repeat;
  min-height: 92vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.s6::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 42, 30, 0.55) 0%, rgba(15, 42, 30, 0.15) 38%, rgba(15, 42, 30, 0.8) 100%);
}
.s6__top { position: relative; padding: var(--space-7) 0 var(--space-5); }
.s6__top .s-heading { max-width: 16ch; text-shadow: 0 2px 24px rgba(15, 42, 30, 0.5); }
.s6__top .s-lead { max-width: 46ch; text-shadow: 0 1px 12px rgba(15, 42, 30, 0.6); }
.s6__bottom { position: relative; padding: 0 0 var(--space-6); }
.s6__chips {
  list-style: none;
  margin: 0 0 1.8rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}
.s6__chips li {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  background: rgba(15, 42, 30, 0.55);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(247, 241, 231, 0.22);
  color: var(--cream);
  border-radius: var(--r-pill);
  padding: 0.6rem 1.1rem;
  font-size: 0.88rem;
  letter-spacing: 0.03em;
}
.s6__chips svg { width: 12px; height: 12px; color: var(--gold-soft); }
.s6__credit {
  position: absolute;
  right: 1.2rem;
  bottom: 0.8rem;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(247, 241, 231, 0.5);
}

/* ============================================================
   07 — FIELD NOTES INDEX (sticky intro + thumbnail rows)
   ============================================================ */
.s7 { background: var(--cream-soft); padding: var(--space-8) 0; }
.s7__grid {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: var(--space-7);
  align-items: start;
}
.s7__intro { position: sticky; top: 3rem; }
.s7__rows { border-top: 1px solid var(--line); }
.s7__row {
  display: grid;
  grid-template-columns: 86px 1fr auto;
  gap: 1.4rem;
  align-items: center;
  padding: 1.1rem 0.6rem;
  border-bottom: 1px solid var(--line);
  text-decoration: none;
  transition: background var(--t-fast) var(--ease-out);
}
.s7__row:hover { background: rgba(184, 147, 85, 0.07); }
.s7__thumb {
  width: 86px;
  height: 64px;
  object-fit: cover;
  border-radius: var(--r-sm);
  display: block;
  transition: transform var(--t-med) var(--ease-out);
}
.s7__row:hover .s7__thumb { transform: scale(1.05); }
.s7__row h3 {
  font-family: var(--ff-serif);
  font-weight: 400;
  font-size: 1.18rem;
  color: var(--ink);
  margin: 0 0 0.25rem;
}
.s7__row p { margin: 0; font-size: 0.875rem; color: var(--muted); line-height: 1.5; }
.s7__arrow {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid var(--line);
  display: grid;
  place-items: center;
  color: var(--gold-deep);
  transition: transform var(--t-fast) var(--ease-out), background var(--t-fast) var(--ease-out), border-color var(--t-fast) var(--ease-out);
}
.s7__arrow svg { width: 13px; height: 13px; }
.s7__row:hover .s7__arrow {
  transform: translateX(4px);
  background: var(--forest-deep);
  border-color: var(--forest-deep);
  color: var(--cream);
}
@media (max-width: 960px) {
  .s7__grid { grid-template-columns: 1fr; gap: var(--space-5); }
  .s7__intro { position: static; }
}
@media (max-width: 540px) {
  .s7__row { grid-template-columns: 64px 1fr; }
  .s7__thumb { width: 64px; height: 50px; }
  .s7__arrow { display: none; }
}

/* ============================================================
   08 — SEGMENTED SHOWCASE (CSS-only tabs)
   ============================================================ */
.s8 { background: var(--forest-deep); padding: var(--space-8) 0; }
.s8 input { position: absolute; opacity: 0; pointer-events: none; }
.s8__head { text-align: center; max-width: 60ch; margin: 0 auto var(--space-5); }
.s8__seg {
  display: flex;
  justify-content: center;
  gap: 0;
  background: rgba(247, 241, 231, 0.1);
  border: 1px solid rgba(247, 241, 231, 0.18);
  border-radius: var(--r-pill);
  padding: 5px;
  width: max-content;
  margin: 0 auto var(--space-6);
}
.s8__seg label {
  padding: 0.6rem 1.6rem;
  border-radius: var(--r-pill);
  color: rgba(247, 241, 231, 0.75);
  font-size: 0.85rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer;
  transition: background var(--t-fast) var(--ease-out), color var(--t-fast) var(--ease-out);
  user-select: none;
}
.s8__seg label:hover { color: var(--cream); }
#s8-a:checked ~ .sw .s8__seg label[for="s8-a"],
#s8-b:checked ~ .sw .s8__seg label[for="s8-b"],
#s8-c:checked ~ .sw .s8__seg label[for="s8-c"] {
  background: var(--gold);
  color: var(--ink);
}
.s8__panel { display: none; }
#s8-a:checked ~ .sw .s8__panel--a,
#s8-b:checked ~ .sw .s8__panel--b,
#s8-c:checked ~ .sw .s8__panel--c { display: grid; }
.s8__panel {
  grid-template-columns: 6fr 5fr;
  gap: 0;
  background: var(--cream-soft);
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  animation: s8fade 420ms var(--ease-out);
}
@keyframes s8fade {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: none; }
}
.s8__panel img { width: 100%; height: 100%; min-height: 380px; object-fit: cover; display: block; }
.s8__panelbody { padding: clamp(1.8rem, 4vw, 3.2rem); display: flex; flex-direction: column; justify-content: center; }
.s8__panelbody h3 {
  font-family: var(--ff-serif);
  font-weight: 400;
  font-size: 1.7rem;
  color: var(--ink);
  margin: 0 0 0.8rem;
}
.s8__panelbody > p { margin: 0 0 1.4rem; color: var(--body); line-height: 1.65; font-size: var(--type-small); }
.s8__facts { list-style: none; margin: 0 0 1.8rem; padding: 0; display: grid; gap: 0.55rem; }
.s8__facts li {
  display: flex;
  gap: 0.6rem;
  align-items: baseline;
  font-size: 0.875rem;
  color: var(--body);
}
.s8__facts li::before { content: ""; width: 14px; height: 1px; background: var(--gold); flex: 0 0 auto; transform: translateY(-0.3em); }
@media (max-width: 880px) {
  .s8__panel { grid-template-columns: 1fr; }
  .s8__panel img { min-height: 240px; max-height: 320px; }
  .s8__seg label { padding: 0.55rem 1rem; font-size: 0.75rem; }
}

/* ============================================================
   09 — STAT BAND + REASONS GRID (split)
   ============================================================ */
.s9__band { background: var(--forest-deep); padding: var(--space-6) 0; }
.s9__stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
}
.s9__stat { padding: 0.4rem 1rem; border-right: 1px solid rgba(247, 241, 231, 0.15); }
.s9__stat:last-child { border-right: 0; }
.s9__value {
  font-family: var(--ff-serif);
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  color: var(--gold-soft);
  line-height: 1;
  display: block;
  margin-bottom: 0.55rem;
}
.s9__value sup { font-size: 0.45em; vertical-align: 0.8em; letter-spacing: 0.02em; }
.s9__statlabel {
  color: rgba(247, 241, 231, 0.7);
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.s9__body { background: var(--cream); padding: var(--space-7) 0 var(--space-8); }
.s9__head { text-align: center; max-width: 62ch; margin: 0 auto var(--space-6); }
.s9__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.4rem;
}
.s9__card {
  background: var(--white-warm);
  border-radius: var(--r-md);
  padding: 1.7rem 1.7rem 1.8rem;
  box-shadow: var(--shadow-sm);
  border-top: 2px solid transparent;
  transition: transform var(--t-med) var(--ease-out), box-shadow var(--t-med) var(--ease-out), border-color var(--t-med) var(--ease-out);
}
.s9__card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-top-color: var(--gold); }
.s9__card h3 {
  font-family: var(--ff-serif);
  font-weight: 400;
  font-size: 1.2rem;
  color: var(--ink);
  margin: 0 0 0.55rem;
}
.s9__card p { margin: 0; color: var(--muted); font-size: 0.9rem; line-height: 1.6; }
.s9__cta { text-align: center; margin-top: var(--space-6); }
@media (max-width: 880px) {
  .s9__stats { grid-template-columns: 1fr 1fr; row-gap: 2rem; }
  .s9__stat:nth-child(2) { border-right: 0; }
  .s9__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) { .s9__grid { grid-template-columns: 1fr; } }

/* ============================================================
   10 — THE POSTCARD (script accent concept)
   ============================================================ */
.s10 { background: var(--cream-warm); padding: var(--space-8) 0; }
.s10__head { text-align: center; max-width: 58ch; margin: 0 auto var(--space-6); }
.s10__card {
  background: var(--white-warm);
  border-radius: var(--r-sm);
  box-shadow: var(--shadow-lg);
  max-width: 1020px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 7fr 5fr;
  transform: rotate(-0.6deg);
  position: relative;
}
.s10__card::after {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid var(--line-soft);
  border-radius: 4px;
  pointer-events: none;
}
.s10__left { padding: clamp(1.8rem, 4vw, 3rem); }
.s10__greeting {
  font-family: 'Mrs Saint Delafield', cursive;
  font-size: clamp(2.4rem, 4vw, 3.4rem);
  color: var(--gold-deep);
  line-height: 1;
  margin: 0 0 1.4rem;
  font-weight: 400;
}
.s10__letter p {
  color: var(--body);
  font-size: var(--type-small);
  line-height: 1.75;
  margin: 0 0 1rem;
}
.s10__ps {
  margin: 1.4rem 0 0;
  padding: 1.1rem 0 0;
  border-top: 1px dashed var(--line);
  font-size: 0.85rem;
  color: var(--muted);
  line-height: 1.8;
}
.s10__ps strong { color: var(--gold-deep); font-weight: 600; letter-spacing: 0.06em; }
.s10__sign {
  font-family: 'Mrs Saint Delafield', cursive;
  font-size: 2rem;
  color: var(--ink);
  margin-top: 1.2rem;
}
.s10__right {
  border-left: 1px dashed var(--line);
  padding: clamp(1.8rem, 4vw, 2.6rem);
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.s10__stamp {
  align-self: flex-end;
  background: #fff;
  padding: 7px;
  border: 1px dashed var(--sand-deep);
  transform: rotate(2.5deg);
  box-shadow: var(--shadow-sm);
  width: 150px;
}
.s10__stamp img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; display: block; }
.s10__stamp figcaption {
  font-size: 0.58rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-align: center;
  color: var(--muted);
  padding-top: 5px;
}
.s10__postmark {
  align-self: flex-end;
  margin-right: 130px;
  margin-top: -120px;
  width: 96px;
  height: 96px;
  border: 1.5px solid rgba(35, 35, 35, 0.3);
  border-radius: 50%;
  display: grid;
  place-content: center;
  text-align: center;
  transform: rotate(-12deg);
  color: rgba(35, 35, 35, 0.45);
  font-size: 0.56rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  line-height: 1.5;
  padding: 0.4rem;
}
.s10__addr { margin-top: auto; }
.s10__addr p {
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0 0 1.5rem;
}
.s10__addr .line { height: 1px; background: var(--line); margin-bottom: 1.5rem; }
.s10__cta { text-align: center; margin-top: var(--space-6); }
@media (max-width: 880px) {
  .s10__card { grid-template-columns: 1fr; transform: none; }
  .s10__right { border-left: 0; border-top: 1px dashed var(--line); }
  .s10__postmark { margin-right: 120px; margin-top: -116px; }
}

/* ---------------- Sheet footer ---------------- */
.sheet-foot {
  background: var(--pine-deeper);
  color: rgba(247, 241, 231, 0.6);
  text-align: center;
  padding: 1.6rem 2rem;
  font-size: 0.8rem;
  letter-spacing: 0.06em;
}

/* ===== homepage port overrides ===== */
/* neutralize sample-page reveal (homepage uses data-reveal from site.js) */
.rv { opacity: 1 !important; transform: none !important; }

/* c06 timeline: faded photo treatment for the homepage */
.c06 { position: relative; overflow: hidden; }
.c06__bgphoto {
  position: absolute; inset: 0; pointer-events: none;
  background: url('/images/home/pavilion-pond-view.jpg') center 35% / cover no-repeat;
  opacity: 0.13;
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 22%, #000 78%, transparent 100%);
  mask-image: linear-gradient(180deg, transparent 0%, #000 22%, #000 78%, transparent 100%);
  filter: saturate(0.85);
}
.c06__inner { position: relative; }
.c06__head { display: grid; grid-template-columns: 1.25fr 0.75fr; gap: 40px; align-items: center; }
.c06__headphoto { position: relative; }
.c06__headphoto img {
  width: 100%; height: 240px; object-fit: cover;
  border-radius: 14px;
  box-shadow: 0 24px 54px rgba(23, 58, 42, 0.22);
  border: 6px solid #fff;
}
.c06__headphoto::after {
  content: ''; position: absolute; inset: 10px -10px -10px 10px;
  border: 1px solid rgba(169, 130, 51, 0.45);
  border-radius: 14px; z-index: -1;
}
.c06 .c06__stop { background: rgba(255, 253, 248, 0.82); backdrop-filter: blur(3px); border-radius: 12px; padding: 18px; }
@media (max-width: 920px) {
  .c06__head { grid-template-columns: 1fr; }
  .c06__headphoto { display: none; }
}


/* ===== v8 Pond Light reviews (homepage) ===== */
.stars {
  display: inline-flex;
  gap: 3px;
  color: var(--gold);
}
.stars svg { width: 14px; height: 14px; fill: currentColor; }
.stars--lg svg { width: 17px; height: 17px; }
.v1__item .stars { margin-bottom: 1.2rem; }
.v2__item footer .stars { margin-bottom: 0.25rem; }
.v3__card .stars { margin-bottom: 1.1rem; }
.v4__item footer .stars svg { width: 11px; height: 11px; }
.v5__small .stars { margin-bottom: 0.8rem; }
.v6__card .stars { margin-bottom: 1.1rem; }
.v7__item .stars { margin-bottom: 1rem; }
/* ============================================================
   08 — POND LIGHT
   The one photo treatment: faded pond image under a cream
   wash, dark text in frosted white cards.
   ============================================================ */
/* Transparent section so the masked photo fades to NOTHING at the top and bottom,
   revealing the plain page background under it (no cream wash block). */
.v8 { position: relative; padding: var(--space-8) 0; background: transparent; overflow: hidden; }
.v8::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url('/images/home/clouds-pond.jpg') center / cover no-repeat;
  opacity: 0.16;
  /* Fade the photo to transparent at the top and bottom so the section dissolves
     into the page background at its edges instead of cutting off hard. */
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 18%, #000 82%, transparent 100%);
          mask-image: linear-gradient(180deg, transparent 0%, #000 18%, #000 82%, transparent 100%);
}
.v8 .sw { position: relative; z-index: 1; }
.v8__head { text-align: center; max-width: 60ch; margin: 0 auto var(--space-6); }
.v8__cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6rem;
}
.v8__card {
  background: rgba(255, 253, 248, 0.82);
  backdrop-filter: blur(7px);
  border: 1px solid rgba(255, 253, 248, 0.9);
  border-radius: var(--r-md);
  box-shadow: var(--shadow-sm);
  padding: 1.9rem 1.9rem 1.7rem;
  display: flex;
  flex-direction: column;
}
.v8__card .stars { margin-bottom: 1.1rem; }
.v8__card p {
  margin: 0 0 1.3rem;
  color: var(--body);
  font-size: var(--type-small);
  line-height: 1.75;
  flex: 1;
}
.v8__card footer strong {
  display: block;
  font-family: var(--ff-serif);
  font-weight: 400;
  font-size: 1.05rem;
  color: var(--ink);
  margin-bottom: 0.15rem;
}
.v8__card footer span {
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
}
.v8__foot {
  margin-top: var(--space-6);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.8rem;
  flex-wrap: wrap;
}
.v8__agg {
  color: var(--body);
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
@media (max-width: 880px) {
.v8__cols { grid-template-columns: 1fr; }
}
/* v8 homepage adaptation: cards are links to Google reviews */
/* display:flex (not block) so the card is a flex column — the quote's flex:1
   pushes the footer to the bottom so avatars sit level across cards. height:100%
   makes the card fill its (equal-height) slide. */
a.v8__card { text-decoration: none; color: inherit; display: flex; flex-direction: column; height: 100%; transition: transform 200ms cubic-bezier(0.16,1,0.3,1), box-shadow 200ms; }
a.v8__card:hover { transform: translateY(-3px); box-shadow: 0 18px 40px rgba(23,58,42,0.16); }
.v8__google { font-size: 0.8rem; font-weight: 600; letter-spacing: 0.06em; color: var(--gold-deep, #9a7837); text-decoration: none; }
.v8__google:hover { text-decoration: underline; }

/* ===== v8 reviewer avatars (real photo or monogram) ===== */
.v8__card footer { display: flex; align-items: center; gap: 0.8rem; }
.v8__card footer .v8__avatar {
  flex: 0 0 auto; width: 46px; height: 46px; border-radius: 50%;
  overflow: hidden; display: inline-flex; align-items: center; justify-content: center;
  box-shadow: 0 2px 8px rgba(23, 58, 42, 0.14);
}
.v8__card footer .v8__avatar img { width: 100%; height: 100%; object-fit: cover; display: block; }
.v8__card footer .v8__avatar--mono {
  font-family: var(--ff-serif); font-weight: 400; font-size: 1.06rem;
  letter-spacing: 0; text-transform: none; line-height: 1;
}
.v8__card footer .v8__who { display: flex; flex-direction: column; min-width: 0; text-transform: none; letter-spacing: normal; }
.v8__card footer .v8__who strong { margin-bottom: 0.12rem; }
.v8__card footer .v8__who span {
  font-size: 0.7rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted);
}

/* ============================================================
   Good Sam shield logo (reusable SVG) + section + footer badge
   ============================================================ */
.gs-shield { display: block; }
.gs-shield .cls-1 { fill: #ffffff; }   /* outer ring + the "gs" letters */
.gs-shield .cls-2 { fill: #235b39; }   /* shield body + g counter */

/* ---- Good Sam section (homepage, below reviews) ---- */
.goodsam {
  background:
    linear-gradient(110deg, rgba(247,241,231,0.97) 0%, rgba(247,241,231,0.90) 52%, rgba(232,239,231,0.85) 100%);
  padding: var(--space-8, 8rem) 0;
}
.goodsam__inner {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: clamp(2rem, 5vw, 5rem);
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 var(--space-4, 2rem);
}
.goodsam__badge {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(140px, 16vw, 200px);
}
.goodsam__badge .gs-shield {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 18px 38px rgba(23, 58, 42, 0.22));
}
.goodsam__copy { max-width: 56ch; }
.goodsam__eyebrow {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--ff-sans);
  font-size: 0.72rem; font-weight: 600; letter-spacing: 0.26em; text-transform: uppercase;
  color: #5b6b4f; margin-bottom: 1rem;
}
.goodsam__eyebrow::before { content: ''; width: 34px; height: 1px; background: var(--gold, #c19a4b); }
.goodsam__heading {
  font-family: var(--ff-serif);
  font-weight: 400;
  font-size: clamp(1.9rem, 3vw, 2.9rem);
  line-height: 1.1;
  color: var(--ink, #22301f);
  margin-bottom: 1rem;
}
.goodsam__heading b { font-weight: 400; color: var(--gold-deep, #a98233); font-style: normal; }
.goodsam__lead {
  font-family: var(--ff-sans);
  font-size: var(--type-body, 1.0625rem);
  line-height: 1.7;
  color: var(--body, #4f4f4f);
  margin-bottom: 1.6rem;
}
.goodsam__lead strong { color: var(--ink, #22301f); font-weight: 600; }
.goodsam__actions { display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; }
.goodsam__save {
  font-family: var(--ff-sans);
  font-size: 0.8rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase;
  color: #5b6b4f;
  display: inline-flex; align-items: center; gap: 8px;
}
.goodsam__save b { font-family: var(--ff-serif); font-weight: 400; font-size: 1.5rem; color: var(--gold-deep, #a98233); letter-spacing: 0; }
@media (max-width: 760px) {
  .goodsam__inner { grid-template-columns: 1fr; justify-items: center; text-align: center; gap: 2rem; }
  .goodsam__eyebrow::before { display: none; }
  .goodsam__actions { justify-content: center; }
  .goodsam__badge { width: 132px; }
}

/* ---- footer Good Sam certified badge ----
   Moved to site.css so it styles the footer on EVERY page, not just the home page
   (home-sections.css only loads on home). See .site-footer__gs* in site.css. */

/* ===== v8 reviews slider (3 visible, advance one at a time) ===== */
.v8slider { --rv-gap: 1.6rem; --rv-visible: 3; display: flex; align-items: stretch; gap: 0.6rem; }
.v8slider__viewport { flex: 1 1 auto; overflow: hidden; }
.v8slider__track {
  display: flex; gap: var(--rv-gap);
  transition: transform 520ms cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
}
.v8slider__slide {
  flex: 0 0 calc((100% - (var(--rv-visible) - 1) * var(--rv-gap)) / var(--rv-visible));
  display: flex;
}
.v8slider__slide .v8__card { width: 100%; }
.v8slider__arrow {
  flex: 0 0 auto; align-self: center;
  width: 46px; height: 46px; border-radius: 50%;
  border: 1px solid rgba(23, 58, 42, 0.18);
  background: rgba(255, 253, 248, 0.9); color: var(--forest, #173A2A);
  display: inline-flex; align-items: center; justify-content: center;
  cursor: pointer; transition: background 180ms, color 180ms, transform 180ms, opacity 180ms, box-shadow 180ms;
  box-shadow: 0 6px 18px rgba(23, 58, 42, 0.10);
}
.v8slider__arrow svg { width: 20px; height: 20px; }
.v8slider__arrow:hover { background: var(--gold, #c19a4b); color: #fff; border-color: transparent; }
.v8slider__arrow:disabled { opacity: 0; pointer-events: none; }
.v8slider__dots { display: flex; justify-content: center; gap: 8px; margin-top: var(--space-4, 2rem); }
.v8slider__dots button {
  width: 8px; height: 8px; padding: 0; border: 0; border-radius: 50%;
  background: rgba(23, 58, 42, 0.22); cursor: pointer; transition: background 200ms, width 200ms, border-radius 200ms;
}
.v8slider__dots button.is-active { background: var(--gold, #c19a4b); width: 22px; border-radius: 4px; }
@media (max-width: 920px) { .v8slider { --rv-visible: 2; } }
@media (max-width: 600px) { .v8slider { --rv-visible: 1; } .v8slider__arrow { display: none; } }

/* ===== Good Sam 9C: photo-under-benefit, centered-bottom light wash ===== */
/* ~100px extra breathing room below the Good Sam verified band before the
   closing CTA, while keeping the original top/side padding. */
.w9 { background: var(--cream-soft); padding: clamp(1.4rem, 3vw, 2.4rem) 1.5rem calc(clamp(1.4rem, 3vw, 2.4rem) + 100px); }
.w9__card {
  position: relative; isolation: isolate; overflow: hidden;
  max-width: 1080px; margin: 0 auto;
  border-radius: 24px; background: #FBF7EF;
  border: 1px solid rgba(28,58,40,0.14);
  box-shadow: 0 20px 56px rgba(28,58,40,0.10);
}
.w9__wash {
  position: absolute; inset: 0; z-index: 0;
  background-size: cover; background-repeat: no-repeat; background-position: center bottom;
  opacity: 0.15; pointer-events: none;
  -webkit-mask-image: radial-gradient(120% 100% at 50% 118%, rgba(0,0,0,1) 0%, rgba(0,0,0,0.35) 48%, rgba(0,0,0,0) 78%);
          mask-image: radial-gradient(120% 100% at 50% 118%, rgba(0,0,0,1) 0%, rgba(0,0,0,0.35) 48%, rgba(0,0,0,0) 78%);
}
.w9__inner {
  position: relative; z-index: 1;
  display: flex; align-items: center; gap: clamp(1.4rem, 3.5vw, 3rem);
  padding: clamp(2rem, 4vw, 3.2rem) clamp(1.8rem, 4vw, 3.4rem);
}
.w9__shield--xl { flex: 0 0 auto; width: clamp(112px, 13vw, 148px); filter: drop-shadow(0 14px 30px rgba(28,58,40,0.22)); }
.w9__shield .gs-shield { display: block; width: 100%; height: auto; }
.w9__shield .gs-shield .cls-1 { fill: #ffffff; }
.w9__shield .gs-shield .cls-2 { fill: #235b39; }
.w9__copy { min-width: 0; flex: 1 1 auto; }
.w9__verified { display: inline-block; font-family: var(--ff-sans); font-size: 0.7rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: #A98233; margin: 0 0 0.7rem; }
.w9__heading { font-family: var(--ff-serif); font-weight: 400; font-size: clamp(1.6rem, 2.7vw, 2.4rem); line-height: 1.1; color: #1A2218; margin: 0 0 0.6rem; }
.w9__heading b { font-weight: 400; color: #A98233; }
.w9__line { font-family: var(--ff-sans); font-size: 1.0625rem; line-height: 1.6; color: #4A4A42; margin: 0; }
.w9__stat { flex: 0 0 auto; text-align: center; padding-left: clamp(1rem, 2.5vw, 2rem); border-left: 1px solid rgba(28,58,40,0.14); display: inline-flex; flex-direction: column; align-items: center; gap: 0.3rem; }
.w9__stat b { font-family: var(--ff-serif); font-weight: 400; font-size: clamp(2.4rem, 4vw, 3.2rem); line-height: 0.95; color: #A98233; }
.w9__stat i { font-style: normal; font-family: var(--ff-sans); font-size: 0.68rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: #7A7A72; max-width: 9ch; line-height: 1.35; }
@media (max-width: 880px) {
  .w9__inner { flex-direction: column; text-align: center; gap: 1.1rem; }
  .w9__shield--xl { margin: 0 auto; }
  .w9__copy { text-align: center; }
  .w9__stat { border-left: 0; border-top: 1px solid rgba(28,58,40,0.14); padding: 0.9rem 0 0; flex-direction: row; gap: 0.6rem; align-items: baseline; }
  .w9__stat i { max-width: none; }
  .w9__card { border-radius: 18px; }
}

/* ===== Closing CTA band (01B — Hero CTA, left, script accent) =====
   Moved to site.css so the closing CTA can be reused on every page (via
   _partials/closing.php), not just the home page. See .hero-cta* in site.css. */

/* ============================================================
   Amenities intro — Feature Rail (4 photo-topped cards)
   Ported from section-samples-amenities variant 6.
   ============================================================ */
.amrail { background: var(--cream-soft); padding: clamp(3.5rem, 7vw, 6.5rem) 0; }
.amrail__head {
  text-align: center; margin-bottom: clamp(2rem, 4vw, 3.2rem);
}
.amrail__title {
  font-family: var(--ff-serif); font-weight: 400; color: var(--ink);
  font-size: clamp(1.7rem, 3.05vw, 2.875rem); line-height: 1.08;   /* cap = --type-display-m, uniform with the other section titles */
  letter-spacing: -0.012em; margin: 0.5rem 0 0;
  white-space: nowrap;   /* keep "Resort comforts for longer, easier stays." on one line */
}
.amrail__title .script {
  font-family: 'Mrs Saint Delafield', cursive; font-weight: 400; font-style: normal;
  color: var(--gold-deep); font-size: 1.45em; line-height: 0.5; vertical-align: -0.1em;
}
.amrail__rail {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 1.2rem; margin-bottom: clamp(2.2rem, 4vw, 3rem);
}
.amrail__card {
  background: var(--white-warm); border: 1px solid var(--line-soft);
  border-radius: 16px; overflow: hidden;
  box-shadow: 0 12px 32px rgba(23,58,42,0.08);
  transition: box-shadow 380ms var(--ease-out), border-color 380ms var(--ease-out);
}
.amrail__card:hover { box-shadow: 0 24px 54px rgba(23,58,42,0.16); border-color: rgba(184,147,85,0.4); }
.amrail__media { aspect-ratio: 4 / 3; overflow: hidden; }
.amrail__media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 620ms var(--ease-out); }
.amrail__card:hover .amrail__media img { transform: scale(1.05); }
.amrail__body { padding: 1.4rem 1.4rem 1.6rem; }
.amrail__kicker {
  display: block; font-size: 0.68rem; font-weight: 600; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--gold-deep); margin-bottom: 0.5rem;
}
.amrail__body h3 {
  font-family: var(--ff-serif); font-weight: 400; color: var(--ink);
  font-size: 1.24rem; line-height: 1.14; margin: 0 0 0.45rem;
}
.amrail__body p { margin: 0; color: var(--body); font-size: 0.93rem; line-height: 1.55; }
.amrail__cta { display: flex; gap: 1rem; flex-wrap: wrap; justify-content: center; }
@media (max-width: 980px) { .amrail__rail { grid-template-columns: 1fr 1fr; } }
/* let the heading wrap to two lines once it no longer fits on one */
@media (max-width: 800px) { .amrail__title { white-space: normal; } }
@media (max-width: 540px) { .amrail__rail { grid-template-columns: 1fr; } }

/* Uniform section titles: bring the homepage attractions head down to --type-display-m
   to match s3 / golf / amenities / reviews (the global .section-head__title stays
   display-l for inner pages, so this is scoped to the homepage section only). */
.attractions .section-head__title { font-size: var(--type-display-m); }
