/* ==========================================================================
   rivergrassnaplesflorida.com
   Rivergrass Village Naples, Florida
   Independent real estate information website for Magaly Moreno, REALTOR
   Premiere Plus Realty

   Structure
   01 Tokens
   02 Reset and base
   03 Typography
   04 Layout helpers
   05 Buttons, chips and badges
   06 Header and navigation
   07 Hero
   08 Sections
   09 Cards and grids
   10 Tabs, accordion and stats
   11 Form
   12 Footer and floating contact
   13 Motion and reduced motion
   14 Legal pages
   ========================================================================== */

/* 01 Tokens ---------------------------------------------------------------- */
:root {
  /* Warm neutrals */
  --paper: #ffffff;
  --sand-50: #faf7f2;
  --sand-100: #f4efe6;
  --sand-200: #e8e0d3;
  --sand-300: #d8ccb9;

  /* Deep elegant greens */
  --cypress-900: #0f241d;
  --cypress-800: #16332a;
  --cypress-700: #1e4739;
  --cypress-600: #2a6350;
  --cypress-300: #6f9c7e;

  /* Water */
  --water-700: #245b66;
  --water-500: #3d8494;

  /* Sun and brass */
  --brass-600: #a9762f;
  --brass-500: #c89b4f;
  --brass-300: #e8b765;
  --brass-100: #f6e6c8;

  /* Text */
  --ink: #14211c;
  --ink-soft: #3c4a44;
  --muted: #5e6c65;
  --muted-light: #8a968f;
  --on-dark: #f3f0e9;
  --on-dark-muted: #bcc7c0;

  /* Lines and shadows */
  --line: #e3dccf;
  --line-dark: rgba(255, 255, 255, .16);
  --shadow-sm: 0 1px 2px rgba(20, 33, 28, .05), 0 4px 12px rgba(20, 33, 28, .05);
  --shadow-md: 0 2px 6px rgba(20, 33, 28, .06), 0 14px 34px rgba(20, 33, 28, .09);
  --shadow-lg: 0 4px 10px rgba(20, 33, 28, .07), 0 26px 60px rgba(20, 33, 28, .14);

  /* Radius */
  --r-sm: 8px;
  --r-md: 14px;
  --r-lg: 22px;
  --r-xl: 30px;
  --r-pill: 999px;

  /* Type */
  --font-display: "Fraunces", "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  --font-body: "Manrope", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;

  /* Rhythm */
  --shell: 1240px;
  --shell-narrow: 860px;
  --gutter: clamp(1.15rem, 4vw, 2.75rem);
  --section-y: clamp(4.25rem, 9vw, 8.5rem);

  --header-h: 76px;
  --ease: cubic-bezier(.22, .68, .35, 1);
}

/* 02 Reset and base -------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 14px);
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: clamp(1rem, .96rem + .18vw, 1.075rem);
  line-height: 1.68;
  font-weight: 400;
  letter-spacing: .002em;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img, picture, svg, video { max-width: 100%; display: block; }
img { height: auto; }

a { color: var(--cypress-700); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--brass-600); }

button, input, select, textarea { font: inherit; color: inherit; }

:focus-visible {
  outline: 3px solid var(--brass-500);
  outline-offset: 3px;
  border-radius: 4px;
}

::selection { background: var(--brass-100); color: var(--cypress-900); }

.skip-link {
  position: absolute;
  left: 1rem;
  top: -100px;
  z-index: 999;
  background: var(--cypress-800);
  color: #fff;
  padding: .8rem 1.15rem;
  border-radius: var(--r-sm);
  font-weight: 700;
  transition: top .2s var(--ease);
}
.skip-link:focus { top: 1rem; color: #fff; }

.visually-hidden {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0);
  white-space: nowrap; border: 0;
}

/* 03 Typography ------------------------------------------------------------ */
h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 550;
  line-height: 1.1;
  letter-spacing: -.014em;
  color: var(--cypress-900);
  margin: 0 0 .55em;
  font-variation-settings: "SOFT" 0, "WONK" 0;
}

h1 { font-size: clamp(2.4rem, 1.35rem + 4.4vw, 4.5rem); line-height: 1.03; }
h2 { font-size: clamp(1.95rem, 1.25rem + 2.6vw, 3.15rem); }
h3 { font-size: clamp(1.28rem, 1.06rem + .82vw, 1.72rem); line-height: 1.2; }
h4 { font-size: clamp(1.06rem, .98rem + .34vw, 1.22rem); line-height: 1.3; letter-spacing: -.008em; }

p { margin: 0 0 1.15em; }
p:last-child { margin-bottom: 0; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  font-family: var(--font-body);
  font-size: .715rem;
  font-weight: 800;
  letter-spacing: .19em;
  text-transform: uppercase;
  color: var(--brass-600);
  margin: 0 0 1.1rem;
}
.eyebrow::before {
  content: "";
  width: 30px; height: 2px;
  background: currentColor;
  border-radius: 2px;
  flex: none;
}
.eyebrow--light { color: var(--brass-300); }
.eyebrow--center { justify-content: center; }

.lede {
  font-size: clamp(1.075rem, 1rem + .42vw, 1.28rem);
  line-height: 1.6;
  color: var(--ink-soft);
}

.muted { color: var(--muted); }

.fineprint {
  font-size: .84rem;
  line-height: 1.6;
  color: var(--muted);
}

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

.section { padding-block: var(--section-y); position: relative; }
.section--tight { padding-block: clamp(3rem, 6vw, 5.5rem); }
.section--sand { background: var(--sand-50); }
.section--sand-deep { background: var(--sand-100); }

.section--dark {
  background: var(--cypress-900);
  color: var(--on-dark);
}
.section--dark h2,
.section--dark h3,
.section--dark h4 { color: #fff; }
.section--dark p { color: var(--on-dark-muted); }
.section--dark a { color: var(--brass-300); }

.section-head { max-width: 62ch; margin-bottom: clamp(2.25rem, 4vw, 3.5rem); }
.section-head--center { margin-inline: auto; text-align: center; }
.section-head--center .eyebrow { justify-content: center; }

.split {
  display: grid;
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}
@media (min-width: 900px) {
  .split { grid-template-columns: 1fr 1fr; }
  .split--wide-text { grid-template-columns: 1.08fr .92fr; }
  .split--wide-media { grid-template-columns: .92fr 1.08fr; }
  .split--flip > *:first-child { order: 2; }
}

.stack-sm > * + * { margin-top: .85rem; }
.stack > * + * { margin-top: 1.35rem; }

hr.rule {
  border: 0;
  border-top: 1px solid var(--line);
  margin: clamp(2.5rem, 5vw, 4rem) 0;
}

/* 05 Buttons, chips and badges --------------------------------------------- */
.btn {
  --btn-bg: var(--cypress-700);
  --btn-fg: #fff;
  --btn-bd: var(--cypress-700);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .6rem;
  min-height: 52px;
  padding: .85rem 1.6rem;
  border: 1.5px solid var(--btn-bd);
  border-radius: var(--r-pill);
  background: var(--btn-bg);
  color: var(--btn-fg);
  font-weight: 700;
  font-size: .95rem;
  letter-spacing: .012em;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  transition: transform .32s var(--ease), box-shadow .32s var(--ease), background-color .28s var(--ease), color .28s var(--ease), border-color .28s var(--ease);
  box-shadow: 0 1px 2px rgba(20, 33, 28, .08);
}
.btn::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(120deg, rgba(255, 255, 255, .22), rgba(255, 255, 255, 0) 58%);
  opacity: 0;
  transition: opacity .32s var(--ease);
}
.btn:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); color: var(--btn-fg); }
.btn:hover::after { opacity: 1; }
.btn:active { transform: translateY(0); }

.btn--gold { --btn-bg: var(--brass-500); --btn-bd: var(--brass-500); --btn-fg: #1b1206; }
.btn--gold:hover { --btn-bg: var(--brass-300); --btn-bd: var(--brass-300); }

.btn--ghost { --btn-bg: transparent; --btn-fg: var(--cypress-800); --btn-bd: var(--sand-300); box-shadow: none; }
.btn--ghost:hover { --btn-bd: var(--cypress-700); --btn-bg: rgba(30, 71, 57, .05); }

.btn--ghost-light { --btn-bg: rgba(255, 255, 255, .07); --btn-fg: #fff; --btn-bd: rgba(255, 255, 255, .45); box-shadow: none; }
.btn--ghost-light:hover { --btn-bg: rgba(255, 255, 255, .17); --btn-bd: #fff; }

.btn--sm { min-height: 44px; padding: .6rem 1.2rem; font-size: .875rem; }
.btn--block { width: 100%; }

.btn .btn-arrow { transition: transform .32s var(--ease); }
.btn:hover .btn-arrow { transform: translateX(4px); }

.btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: .85rem;
}

.textlink {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  font-weight: 700;
  font-size: .94rem;
  color: var(--cypress-700);
  text-decoration: none;
  border-bottom: 1.5px solid var(--brass-300);
  padding-bottom: 2px;
  transition: color .25s var(--ease), border-color .25s var(--ease), gap .25s var(--ease);
}
.textlink:hover { color: var(--brass-600); border-color: var(--brass-600); gap: .7rem; }

/* Status badges. Always carry a text label so meaning never depends on color. */
.badge {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  padding: .3rem .68rem;
  border-radius: var(--r-pill);
  font-size: .705rem;
  font-weight: 800;
  letter-spacing: .085em;
  text-transform: uppercase;
  border: 1px solid transparent;
  white-space: nowrap;
}
.badge::before {
  content: "";
  width: 6px; height: 6px;
  border-radius: 50%;
  background: currentColor;
  flex: none;
}
.badge--planned { background: var(--brass-100); color: #7d5514; border-color: #e6cf9d; }
.badge--announced { background: #dff0e4; color: #1c5c36; border-color: #b6dcc1; }
.badge--approved { background: #dceaf0; color: #175462; border-color: #b2d3dd; }
.badge--concept { background: var(--sand-100); color: #5b5346; border-color: var(--sand-300); }
.badge--light { background: rgba(255, 255, 255, .12); color: #fff; border-color: rgba(255, 255, 255, .3); }

.chip {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .5rem 1rem;
  border-radius: var(--r-pill);
  background: var(--paper);
  border: 1px solid var(--line);
  font-size: .875rem;
  font-weight: 600;
  color: var(--ink-soft);
  box-shadow: var(--shadow-sm);
}
.chip-set { display: flex; flex-wrap: wrap; gap: .6rem; }

/* Small caption used under conceptual imagery */
.caption {
  margin: .7rem 0 0;
  font-size: .775rem;
  line-height: 1.5;
  color: var(--muted-light);
  letter-spacing: .01em;
}
.caption--light { color: rgba(255, 255, 255, .62); }

/* 06 Header and navigation ------------------------------------------------- */
.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 120;
  height: var(--header-h);
  display: flex;
  align-items: center;
  background: transparent;
  transition: background-color .4s var(--ease), box-shadow .4s var(--ease), height .4s var(--ease), border-color .4s var(--ease);
  border-bottom: 1px solid transparent;
}
.site-header .shell {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: clamp(.75rem, 1.6vw, 1.6rem);
  width: 100%;
}

.site-header.is-solid {
  background: rgba(255, 255, 255, .94);
  backdrop-filter: saturate(1.4) blur(14px);
  -webkit-backdrop-filter: saturate(1.4) blur(14px);
  border-bottom-color: var(--line);
  box-shadow: 0 6px 26px rgba(20, 33, 28, .07);
}
.site-header--static { position: sticky; }

.brand {
  display: inline-flex;
  align-items: center;
  gap: .8rem;
  text-decoration: none;
  color: inherit;
  margin-right: auto;
  flex: 0 0 auto;
}
.brand__logo { height: 44px; width: auto; }
.brand__mark {
  width: 42px; height: 42px;
  border-radius: 12px;
  background: var(--cypress-800);
  display: grid;
  place-items: center;
  flex: none;
  box-shadow: 0 2px 10px rgba(15, 36, 29, .28);
}
.brand__mark svg { width: 26px; height: 26px; }
.brand__text { display: grid; line-height: 1.12; }
.brand__name {
  font-family: var(--font-display);
  font-size: 1.14rem;
  font-weight: 600;
  letter-spacing: -.008em;
  color: #fff;
  white-space: nowrap;
  transition: color .4s var(--ease);
}
.brand__sub {
  font-size: .625rem;
  font-weight: 800;
  letter-spacing: .155em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .74);
  white-space: nowrap;
  transition: color .4s var(--ease);
}
.is-solid .brand__name { color: var(--cypress-900); }
.is-solid .brand__sub { color: var(--muted); }
.site-header--static .brand__name { color: var(--cypress-900); }
.site-header--static .brand__sub { color: var(--muted); }

.nav { display: none; }
@media (min-width: 1280px) {
  .nav { display: flex; align-items: center; gap: 0; flex: 0 1 auto; }
}
@media (min-width: 1420px) {
  .nav { gap: .12rem; }
  .nav a { padding-left: .74rem; padding-right: .74rem; font-size: .875rem; }
  .nav a::after { left: .74rem; right: .74rem; }
}
.nav a {
  position: relative;
  padding: .55rem .58rem;
  border-radius: var(--r-sm);
  font-size: .83rem;
  font-weight: 600;
  color: rgba(255, 255, 255, .93);
  text-decoration: none;
  white-space: nowrap;
  transition: color .28s var(--ease);
}
.nav a::after {
  content: "";
  position: absolute;
  left: .58rem; right: .58rem;
  bottom: .3rem;
  height: 1.5px;
  background: var(--brass-300);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .32s var(--ease);
}
.nav a:hover::after, .nav a:focus-visible::after, .nav a.is-active::after { transform: scaleX(1); }
.nav a:hover { color: #fff; }
.is-solid .nav a { color: var(--ink-soft); }
.is-solid .nav a:hover, .is-solid .nav a.is-active { color: var(--cypress-800); }
.site-header--static .nav a { color: var(--ink-soft); }

.header-cta { display: none; }
@media (min-width: 720px) { .header-cta { display: inline-flex; } }

.nav-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px; height: 48px;
  border-radius: var(--r-sm);
  border: 1px solid rgba(255, 255, 255, .4);
  background: rgba(255, 255, 255, .08);
  cursor: pointer;
  flex: none;
}
.is-solid .nav-toggle, .site-header--static .nav-toggle {
  border-color: var(--line);
  background: var(--sand-50);
}
@media (min-width: 1280px) { .nav-toggle { display: none; } }

.nav-toggle__bars { display: grid; gap: 5px; width: 21px; }
.nav-toggle__bars span {
  height: 2px;
  width: 100%;
  background: #fff;
  border-radius: 2px;
  transition: transform .3s var(--ease), opacity .2s var(--ease), background-color .4s var(--ease);
}
.is-solid .nav-toggle__bars span, .site-header--static .nav-toggle__bars span { background: var(--cypress-800); }
[aria-expanded="true"] .nav-toggle__bars span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
[aria-expanded="true"] .nav-toggle__bars span:nth-child(2) { opacity: 0; }
[aria-expanded="true"] .nav-toggle__bars span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile drawer */
.mobile-nav {
  position: fixed;
  inset: 0;
  z-index: 130;
  display: grid;
  grid-template-rows: auto 1fr;
  background: var(--cypress-900);
  color: #fff;
  transform: translateY(-100%);
  visibility: hidden;
  transition: transform .48s var(--ease), visibility .48s;
  overflow-y: auto;
  overscroll-behavior: contain;
}
.mobile-nav.is-open { transform: translateY(0); visibility: visible; }
.mobile-nav__top {
  height: var(--header-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-inline: var(--gutter);
  border-bottom: 1px solid var(--line-dark);
}
.mobile-nav__body { padding: 1.75rem var(--gutter) 3rem; }
.mobile-nav__list { list-style: none; margin: 0 0 1.75rem; padding: 0; display: grid; }
.mobile-nav__list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem .2rem;
  border-bottom: 1px solid var(--line-dark);
  font-family: var(--font-display);
  font-size: 1.42rem;
  font-weight: 550;
  color: #fff;
  text-decoration: none;
}
.mobile-nav__list a:hover, .mobile-nav__list a:focus-visible { color: var(--brass-300); }
.mobile-nav__list a span { font-family: var(--font-body); font-size: .7rem; font-weight: 800; letter-spacing: .14em; color: rgba(255, 255, 255, .38); }
.mobile-nav__meta { color: var(--on-dark-muted); font-size: .9rem; }
.mobile-nav__meta a { color: var(--brass-300); }

body.nav-open { overflow: hidden; }

/* 07 Hero ------------------------------------------------------------------ */
.hero {
  position: relative;
  min-height: min(96svh, 900px);
  display: flex;
  align-items: flex-end;
  padding-top: calc(var(--header-h) + 3rem);
  padding-bottom: clamp(3rem, 7vw, 6rem);
  background: var(--cypress-900);
  overflow: hidden;
  isolation: isolate;
}
.hero__media {
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
}
.hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 58%;
  transform: scale(1.06);
  animation: heroDrift 22s var(--ease) forwards;
}
@keyframes heroDrift { to { transform: scale(1); } }

.hero__scrim {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(10, 26, 21, .62) 0%, rgba(10, 26, 21, .18) 34%, rgba(10, 26, 21, .58) 72%, rgba(10, 26, 21, .88) 100%),
    linear-gradient(95deg, rgba(10, 26, 21, .66) 0%, rgba(10, 26, 21, .12) 62%);
}

.hero__inner { max-width: 47rem; color: #fff; }
.hero h1 { color: #fff; text-shadow: 0 2px 30px rgba(6, 18, 14, .38); }
.hero__sub {
  font-size: clamp(1.06rem, .98rem + .5vw, 1.3rem);
  line-height: 1.58;
  color: rgba(255, 255, 255, .92);
  max-width: 40rem;
  margin-bottom: 2rem;
  text-shadow: 0 1px 18px rgba(6, 18, 14, .4);
}
.hero .btn-row { margin-bottom: 1.5rem; }
.hero__note {
  font-size: .82rem;
  color: rgba(255, 255, 255, .68);
  max-width: 34rem;
}

.hero__ribbon {
  position: relative;
  margin-top: clamp(2.25rem, 5vw, 3.5rem);
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(2, 1fr);
  background: rgba(255, 255, 255, .18);
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: var(--r-lg);
  overflow: hidden;
  backdrop-filter: blur(12px) saturate(1.2);
  -webkit-backdrop-filter: blur(12px) saturate(1.2);
}
@media (min-width: 760px) { .hero__ribbon { grid-template-columns: repeat(4, 1fr); } }
.hero__ribbon > div {
  background: rgba(12, 30, 24, .55);
  padding: 1.15rem 1.25rem;
}
.hero__ribbon dt {
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--brass-300);
  margin-bottom: .3rem;
}
.hero__ribbon dd {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1rem, .92rem + .46vw, 1.3rem);
  font-weight: 600;
  color: #fff;
  line-height: 1.25;
  text-wrap: balance;
}

.scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 1.1rem;
  transform: translateX(-50%);
  display: none;
  align-items: center;
  gap: .5rem;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .6);
  text-decoration: none;
}
@media (min-width: 1280px) { .scroll-cue { display: inline-flex; } }
.scroll-cue::after {
  content: "";
  width: 1px; height: 26px;
  background: linear-gradient(rgba(255, 255, 255, .7), rgba(255, 255, 255, 0));
  animation: cue 2.4s ease-in-out infinite;
}
@keyframes cue { 0%, 100% { transform: scaleY(.4); transform-origin: top; } 50% { transform: scaleY(1); transform-origin: top; } }

/* 08 Sections -------------------------------------------------------------- */
.figure {
  position: relative;
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  background: var(--sand-100);
}
.figure img { width: 100%; height: 100%; object-fit: cover; }
.figure--tall { aspect-ratio: 4 / 5; }
.figure--wide { aspect-ratio: 16 / 10; }
.figure--pano { aspect-ratio: 16 / 9; }
.figure--portrait { aspect-ratio: 5 / 6; }

.figure__tag {
  position: absolute;
  left: 1rem;
  top: 1rem;
  z-index: 2;
}

.figure-frame { position: relative; }
.figure-frame::before {
  content: "";
  position: absolute;
  inset: auto -18px -18px auto;
  width: 62%;
  height: 62%;
  border: 1.5px solid var(--brass-300);
  border-radius: var(--r-lg);
  z-index: -1;
}

/* Full bleed band with a photographic background */
.band {
  position: relative;
  isolation: isolate;
  color: #fff;
  overflow: hidden;
  background: var(--cypress-900);
}
.band__media { position: absolute; inset: 0; z-index: -2; overflow: hidden; }
.band__media img { width: 100%; height: 100%; object-fit: cover; }
.band__scrim {
  position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(100deg, rgba(9, 24, 19, .93) 0%, rgba(9, 24, 19, .78) 38%, rgba(9, 24, 19, .3) 78%);
}
@media (max-width: 899px) {
  .band__scrim { background: linear-gradient(180deg, rgba(9, 24, 19, .82) 0%, rgba(9, 24, 19, .9) 100%); }
}
.band h2, .band h3 { color: #fff; }
.band p { color: rgba(255, 255, 255, .86); }
.band__panel { max-width: 34rem; }

/* 09 Cards and grids ------------------------------------------------------- */
.grid {
  display: grid;
  gap: clamp(1.15rem, 2.4vw, 1.9rem);
}
.grid--2 { grid-template-columns: 1fr; }
.grid--3 { grid-template-columns: 1fr; }
.grid--4 { grid-template-columns: repeat(2, 1fr); }
@media (min-width: 700px) {
  .grid--2 { grid-template-columns: repeat(2, 1fr); }
  .grid--3 { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1000px) {
  .grid--3 { grid-template-columns: repeat(3, 1fr); }
  .grid--4 { grid-template-columns: repeat(4, 1fr); }
}

.card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: clamp(1.35rem, 2.4vw, 1.9rem);
  box-shadow: var(--shadow-sm);
  transition: transform .4s var(--ease), box-shadow .4s var(--ease), border-color .4s var(--ease);
  height: 100%;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--sand-300); }
.card h3, .card h4 { margin-bottom: .5rem; }
.card p { color: var(--muted); font-size: .95rem; }
.card--flat { box-shadow: none; }
.card--flat:hover { transform: none; box-shadow: var(--shadow-sm); }

.card__icon {
  width: 46px; height: 46px;
  border-radius: 13px;
  display: grid;
  place-items: center;
  background: linear-gradient(150deg, var(--cypress-700), var(--cypress-600));
  color: var(--brass-300);
  margin-bottom: 1.1rem;
}
.card__icon svg { width: 23px; height: 23px; }

/* Community feature card with image */
.feature {
  display: flex;
  flex-direction: column;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  height: 100%;
  transition: transform .45s var(--ease), box-shadow .45s var(--ease);
}
.feature:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.feature__media { position: relative; aspect-ratio: 16 / 10; overflow: hidden; background: var(--sand-100); }
.feature__media img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 1s var(--ease);
}
.feature:hover .feature__media img { transform: scale(1.055); }
.feature__badges {
  position: absolute;
  left: 1rem; top: 1rem;
  display: flex; flex-wrap: wrap; gap: .4rem;
  z-index: 2;
}
.feature__body { padding: clamp(1.35rem, 2.6vw, 2.1rem); display: flex; flex-direction: column; flex: 1; }
.feature__builder {
  font-size: .69rem; font-weight: 800; letter-spacing: .16em;
  text-transform: uppercase; color: var(--brass-600); margin-bottom: .5rem;
}
.feature__specs {
  list-style: none;
  margin: 1.15rem 0 1.5rem;
  padding: 1.15rem 0 0;
  border-top: 1px solid var(--line);
  display: grid;
  gap: .6rem;
}
.feature__specs li {
  display: grid;
  grid-template-columns: 9.5rem 1fr;
  gap: .5rem;
  font-size: .9rem;
  align-items: baseline;
}
@media (max-width: 420px) { .feature__specs li { grid-template-columns: 1fr; gap: .1rem; } }
.feature__specs dt, .feature__specs .k {
  font-size: .69rem; font-weight: 800; letter-spacing: .11em;
  text-transform: uppercase; color: var(--muted-light);
}
.feature__specs .v { color: var(--ink-soft); font-weight: 600; }
.feature__foot { margin-top: auto; }

/* Amenity tile */
.tile {
  position: relative;
  border-radius: var(--r-lg);
  overflow: hidden;
  background: var(--cypress-900);
  min-height: 300px;
  display: flex;
  align-items: flex-end;
  isolation: isolate;
  box-shadow: var(--shadow-sm);
  transition: transform .45s var(--ease), box-shadow .45s var(--ease);
}
.tile:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.tile img {
  position: absolute; inset: 0; z-index: -2;
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 1.1s var(--ease);
}
.tile:hover img { transform: scale(1.06); }
.tile::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(180deg, rgba(9, 24, 19, .05) 30%, rgba(9, 24, 19, .78) 100%);
}
.tile__body { padding: 1.4rem; color: #fff; width: 100%; }
.tile__body h3 { color: #fff; margin-bottom: .35rem; font-size: 1.24rem; }
.tile__body p { color: rgba(255, 255, 255, .84); font-size: .89rem; margin: 0; }
.tile__body .badge { margin-bottom: .7rem; }

/* Icon list */
.ticklist { list-style: none; margin: 0; padding: 0; display: grid; gap: .95rem; }
.ticklist li {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: .85rem;
  align-items: start;
  font-size: .96rem;
  line-height: 1.6;
}
.ticklist svg { width: 22px; height: 22px; color: var(--cypress-600); margin-top: .18rem; flex: none; }
.section--dark .ticklist svg, .band .ticklist svg { color: var(--brass-300); }
.ticklist strong { display: block; color: var(--ink); }
.section--dark .ticklist strong, .band .ticklist strong { color: #fff; }
.ticklist span { color: var(--muted); }
.section--dark .ticklist span, .band .ticklist span { color: rgba(255, 255, 255, .78); }

/* Fact list */
.facts { display: grid; gap: 0; margin: 0; }
.facts > div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  padding: .95rem 0;
  border-bottom: 1px solid var(--line);
  align-items: baseline;
}
.facts > div:first-child { border-top: 1px solid var(--line); }
.facts dt { font-size: .92rem; color: var(--muted); }
.facts dd { margin: 0; font-weight: 700; color: var(--ink); text-align: right; font-size: .96rem; }
.section--dark .facts > div, .band .facts > div { border-color: var(--line-dark); }
.section--dark .facts dt, .band .facts dt { color: rgba(255, 255, 255, .68); }
.section--dark .facts dd, .band .facts dd { color: #fff; }

/* 10 Tabs, accordion and stats --------------------------------------------- */
.stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(1rem, 2.2vw, 1.6rem);
}
@media (min-width: 900px) { .stats { grid-template-columns: repeat(4, 1fr); } }
.stat {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: clamp(1.25rem, 2.4vw, 1.8rem);
  box-shadow: var(--shadow-sm);
  transition: transform .4s var(--ease), box-shadow .4s var(--ease);
}
.stat:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.stat__value {
  font-family: var(--font-display);
  font-size: clamp(2.05rem, 1.5rem + 1.7vw, 3rem);
  font-weight: 600;
  line-height: 1;
  color: var(--cypress-800);
  letter-spacing: -.02em;
  margin-bottom: .5rem;
  display: flex;
  align-items: baseline;
  gap: .08em;
}
.stat__label {
  font-size: .72rem; font-weight: 800; letter-spacing: .13em;
  text-transform: uppercase; color: var(--brass-600); margin-bottom: .45rem;
}
.stat__note { font-size: .85rem; color: var(--muted); line-height: 1.5; margin: 0; }

/* Tabs */
.tabs__list {
  display: flex;
  gap: .4rem;
  padding: .38rem;
  background: var(--sand-100);
  border: 1px solid var(--line);
  border-radius: var(--r-pill);
  margin-bottom: clamp(1.75rem, 3vw, 2.5rem);
  overflow-x: auto;
  scrollbar-width: none;
  max-width: min(100%, max-content);
}
.tabs__list::-webkit-scrollbar { display: none; }
.tabs__tab {
  appearance: none;
  border: 0;
  background: transparent;
  border-radius: var(--r-pill);
  padding: .72rem 1.3rem;
  font-size: .9rem;
  font-weight: 700;
  color: var(--muted);
  cursor: pointer;
  white-space: nowrap;
  min-height: 46px;
  transition: background-color .3s var(--ease), color .3s var(--ease), box-shadow .3s var(--ease);
}
.tabs__tab:hover { color: var(--cypress-800); }
.tabs__tab[aria-selected="true"] {
  background: var(--paper);
  color: var(--cypress-800);
  box-shadow: var(--shadow-sm);
}
.tabs__panel[hidden] { display: none; }
.tabs__panel { animation: fadeUp .5s var(--ease) both; }

/* Plan tables */
.table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  background: var(--paper);
  -webkit-overflow-scrolling: touch;
}
table.plans {
  width: 100%;
  min-width: 520px;
  border-collapse: collapse;
  font-size: .92rem;
}
table.plans caption {
  text-align: left;
  padding: 1rem 1.15rem .35rem;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: var(--brass-600);
}
table.plans th, table.plans td {
  text-align: left;
  padding: .78rem 1.15rem;
  border-bottom: 1px solid var(--line);
}
table.plans thead th {
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--muted);
  background: var(--sand-50);
  border-bottom-color: var(--sand-300);
  position: sticky;
  top: 0;
}
table.plans tbody tr:last-child td { border-bottom: 0; }
table.plans tbody tr { transition: background-color .25s var(--ease); }
table.plans tbody tr:hover { background: var(--sand-50); }
table.plans td:first-child { font-weight: 700; color: var(--ink); }
table.plans td.num { font-variant-numeric: tabular-nums; }

/* Accordion */
.faq { display: grid; gap: .8rem; }
.faq details {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  overflow: hidden;
  transition: border-color .3s var(--ease), box-shadow .3s var(--ease);
}
.faq details[open] { border-color: var(--sand-300); box-shadow: var(--shadow-sm); }
.faq summary {
  list-style: none;
  cursor: pointer;
  padding: 1.15rem 3.25rem 1.15rem 1.35rem;
  position: relative;
  font-family: var(--font-display);
  font-size: clamp(1.02rem, .98rem + .25vw, 1.16rem);
  font-weight: 600;
  color: var(--cypress-900);
  line-height: 1.35;
  min-height: 56px;
  display: flex;
  align-items: center;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "";
  position: absolute;
  right: 1.3rem;
  top: 50%;
  width: 11px; height: 11px;
  border-right: 2px solid var(--brass-600);
  border-bottom: 2px solid var(--brass-600);
  transform: translateY(-70%) rotate(45deg);
  transition: transform .35s var(--ease);
}
.faq details[open] summary::after { transform: translateY(-30%) rotate(-135deg); }
.faq summary:hover { color: var(--cypress-600); }
.faq__answer { padding: 0 1.35rem 1.35rem; color: var(--muted); font-size: .96rem; }
.faq__answer p { margin-bottom: .8rem; }

/* 11 Form ------------------------------------------------------------------ */
.form-panel {
  background: linear-gradient(165deg, var(--cypress-800) 0%, var(--cypress-900) 100%);
  border-radius: var(--r-xl);
  padding: clamp(1.6rem, 4vw, 3.25rem);
  color: #fff;
  box-shadow: var(--shadow-lg);
  position: relative;
  overflow: hidden;
}
.form-panel::before {
  content: "";
  position: absolute;
  right: -140px; top: -140px;
  width: 380px; height: 380px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(200, 155, 79, .22), transparent 66%);
  pointer-events: none;
}
.form-panel h2, .form-panel h3 { color: #fff; }

.form-grid { display: grid; gap: 1.1rem; }
@media (min-width: 680px) {
  .form-grid { grid-template-columns: 1fr 1fr; }
  .form-grid .field--full { grid-column: 1 / -1; }
}

.field { display: grid; gap: .45rem; min-width: 0; }
.field label {
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .82);
}
.field .opt { font-weight: 600; letter-spacing: .04em; text-transform: none; color: rgba(255, 255, 255, .5); }

.field input[type="text"],
.field input[type="email"],
.field input[type="tel"],
.field select,
.field textarea {
  width: 100%;
  min-height: 52px;
  padding: .82rem 1rem;
  border-radius: var(--r-md);
  border: 1.5px solid rgba(255, 255, 255, .22);
  background: rgba(255, 255, 255, .07);
  color: #fff;
  font-size: 1rem;
  transition: border-color .25s var(--ease), background-color .25s var(--ease), box-shadow .25s var(--ease);
}
.field textarea { min-height: 132px; resize: vertical; line-height: 1.6; }
.field input::placeholder, .field textarea::placeholder { color: rgba(255, 255, 255, .42); }
.field input:hover, .field select:hover, .field textarea:hover { border-color: rgba(255, 255, 255, .4); }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none;
  border-color: var(--brass-300);
  background: rgba(255, 255, 255, .12);
  box-shadow: 0 0 0 4px rgba(232, 183, 101, .2);
}
.field select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none' stroke='%23e8b765' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M5 8l5 5 5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right .95rem center;
  background-size: 18px;
  padding-right: 2.75rem;
}
.field select option { background: var(--cypress-900); color: #fff; }

.field.has-error input,
.field.has-error select,
.field.has-error textarea { border-color: #f0a08e; box-shadow: 0 0 0 4px rgba(240, 160, 142, .18); }
.field__error {
  display: none;
  font-size: .82rem;
  font-weight: 700;
  color: #ffc3b4;
  letter-spacing: .01em;
}
.field__error::before { content: "! "; font-weight: 900; }
.field.has-error .field__error { display: block; }

/* Radio pills */
.radio-row { display: flex; flex-wrap: wrap; gap: .55rem; }
.radio-pill { position: relative; }
.radio-pill input {
  position: absolute;
  opacity: 0;
  width: 100%; height: 100%;
  margin: 0; cursor: pointer;
}
.radio-pill span {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  min-height: 46px;
  padding: .6rem 1.15rem;
  border-radius: var(--r-pill);
  border: 1.5px solid rgba(255, 255, 255, .22);
  background: rgba(255, 255, 255, .06);
  font-size: .9rem;
  font-weight: 700;
  color: rgba(255, 255, 255, .84);
  transition: all .25s var(--ease);
}
.radio-pill span::before {
  content: "";
  width: 15px; height: 15px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, .45);
  flex: none;
  transition: all .25s var(--ease);
}
.radio-pill input:checked + span {
  border-color: var(--brass-300);
  background: rgba(232, 183, 101, .16);
  color: #fff;
}
.radio-pill input:checked + span::before {
  border-color: var(--brass-300);
  background: var(--brass-300);
  box-shadow: inset 0 0 0 3px var(--cypress-800);
}
.radio-pill input:focus-visible + span { outline: 3px solid var(--brass-500); outline-offset: 3px; }

/* Consent */
.consent {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: .85rem;
  align-items: start;
  font-size: .875rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, .8);
}
.consent input[type="checkbox"] {
  width: 22px; height: 22px;
  margin: .18rem 0 0;
  accent-color: var(--brass-500);
  cursor: pointer;
  flex: none;
}
.consent a { color: var(--brass-300); }

.honeypot {
  position: absolute !important;
  left: -9999px;
  width: 1px; height: 1px;
  opacity: 0;
  pointer-events: none;
}

.form-status {
  border-radius: var(--r-md);
  padding: 1rem 1.15rem;
  font-size: .94rem;
  font-weight: 600;
  line-height: 1.55;
  display: none;
}
.form-status.is-visible { display: block; }
.form-status--ok { background: rgba(111, 156, 126, .2); border: 1.5px solid var(--cypress-300); color: #ddf1e3; }
.form-status--err { background: rgba(240, 160, 142, .16); border: 1.5px solid #f0a08e; color: #ffd6cb; }

.btn.is-busy { pointer-events: none; opacity: .78; }
.spinner {
  width: 17px; height: 17px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, .35);
  border-top-color: #fff;
  animation: spin .7s linear infinite;
  display: none;
}
.btn--gold .spinner { border-color: rgba(0, 0, 0, .25); border-top-color: #1b1206; }
.is-busy .spinner { display: block; }
@keyframes spin { to { transform: rotate(360deg); } }

.g-recaptcha { margin-top: .35rem; }
.recaptcha-note { font-size: .76rem; color: rgba(255, 255, 255, .55); line-height: 1.55; }
.recaptcha-note a { color: rgba(255, 255, 255, .8); }

/* Contact side rail */
.contact-rail { display: grid; gap: 1.5rem; align-content: start; }
.contact-rail__item {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 1rem;
  align-items: start;
}
.contact-rail__ico {
  width: 44px; height: 44px;
  border-radius: 13px;
  display: grid; place-items: center;
  background: var(--sand-100);
  border: 1px solid var(--line);
  color: var(--cypress-700);
}
.contact-rail__ico svg { width: 21px; height: 21px; }
.contact-rail__item h4 { margin: 0 0 .15rem; }
.contact-rail__item p, .contact-rail__item a { margin: 0; font-size: .94rem; }

/* 12 Footer and floating contact ------------------------------------------- */
.site-footer {
  background: var(--cypress-900);
  color: var(--on-dark-muted);
  padding-block: clamp(3.25rem, 6vw, 5rem) 2rem;
  font-size: .92rem;
}
.footer-grid {
  display: grid;
  gap: clamp(2rem, 4vw, 3rem);
  margin-bottom: 2.75rem;
}
@media (min-width: 760px) { .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; } }
@media (min-width: 1040px) { .footer-grid { grid-template-columns: 1.7fr 1fr 1fr 1.15fr; } }

.site-footer h4 {
  color: #fff;
  font-family: var(--font-body);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 1.1rem;
}
.site-footer a { color: var(--on-dark-muted); text-decoration: none; }
.site-footer a:hover { color: var(--brass-300); text-decoration: underline; }
.footer-list { list-style: none; margin: 0; padding: 0; display: grid; gap: .62rem; }

.footer-brand__name {
  font-family: var(--font-display);
  font-size: 1.32rem;
  color: #fff;
  margin-bottom: .2rem;
  font-weight: 600;
}
.footer-brand__role {
  font-size: .72rem; font-weight: 800; letter-spacing: .14em;
  text-transform: uppercase; color: var(--brass-300); margin-bottom: 1.1rem;
}

.social-row { display: flex; gap: .65rem; margin-top: 1.25rem; }
.social-row a {
  width: 44px; height: 44px;
  border-radius: 50%;
  display: grid; place-items: center;
  border: 1px solid var(--line-dark);
  background: rgba(255, 255, 255, .05);
  color: #fff;
  transition: background-color .3s var(--ease), border-color .3s var(--ease), transform .3s var(--ease);
}
.social-row a:hover { background: var(--brass-500); border-color: var(--brass-500); color: #14100a; transform: translateY(-3px); }
.social-row svg { width: 19px; height: 19px; }

.footer-legal {
  border-top: 1px solid var(--line-dark);
  padding-top: 1.75rem;
  display: grid;
  gap: 1.1rem;
  font-size: .8rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, .58);
}
.footer-legal p { margin: 0; }
.footer-legal strong { color: rgba(255, 255, 255, .8); font-weight: 700; }
.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem 1.35rem;
  align-items: center;
  justify-content: space-between;
  padding-top: .5rem;
}
.footer-bottom nav { display: flex; flex-wrap: wrap; gap: .35rem 1.15rem; }

.eho {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  color: rgba(255, 255, 255, .7);
  font-size: .78rem;
}
.eho svg { width: 22px; height: 22px; flex: none; }

/* Floating contact button */
.float-cta {
  position: fixed;
  right: max(1rem, env(safe-area-inset-right));
  bottom: max(1rem, env(safe-area-inset-bottom));
  z-index: 110;
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  min-height: 54px;
  padding: .85rem 1.35rem;
  border-radius: var(--r-pill);
  background: var(--brass-500);
  color: #1b1206;
  font-weight: 800;
  font-size: .92rem;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  box-shadow: 0 8px 26px rgba(20, 33, 28, .3);
  opacity: 0;
  visibility: hidden;
  transform: translateY(16px) scale(.94);
  transition: opacity .38s var(--ease), transform .38s var(--ease), visibility .38s, background-color .28s var(--ease);
}
.float-cta.is-shown { opacity: 1; visibility: visible; transform: translateY(0) scale(1); }
.float-cta:hover { background: var(--brass-300); color: #1b1206; }
.float-cta svg { width: 19px; height: 19px; flex: none; }
@media (min-width: 1200px) {
  .float-cta { right: max(1.5rem, env(safe-area-inset-right)); bottom: 1.5rem; }
}

/* 13 Motion ---------------------------------------------------------------- */
/* Reveal states are applied only when JavaScript is actually running. The
   `js` class is set by a one line inline script in the head of each page, so
   if scripting is off or the script fails, every element simply stays
   visible instead of being hidden with no way to unhide it. */
.js [data-reveal] {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .8s var(--ease), transform .8s var(--ease);
  will-change: opacity, transform;
}
.js [data-reveal][data-reveal="fade"] { transform: none; }
.js [data-reveal][data-reveal="left"] { transform: translateY(26px); }
.js [data-reveal][data-reveal="right"] { transform: translateY(26px); }
@media (min-width: 900px) {
  .js [data-reveal][data-reveal="left"] { transform: translateX(-28px); }
  .js [data-reveal][data-reveal="right"] { transform: translateX(28px); }
}
.js [data-reveal].is-in { opacity: 1; transform: none; }

/* Image reveal mask.
   IMPORTANT: the clip goes on the image, never on the figure that the
   IntersectionObserver watches. An element clipped to zero height is never
   reported as intersecting, so a figure that clipped itself could never
   trigger its own reveal and the photograph would stay hidden for good.
   The figure keeps its normal geometry; only the picture inside is masked. */
.js .reveal-media img {
  clip-path: inset(0 0 100% 0);
  transition: clip-path 1.1s var(--ease);
}
.js .reveal-media.is-in img { clip-path: inset(0 0 0 0); }

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: none; }
}

.parallax { will-change: transform; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
    scroll-behavior: auto !important;
  }
  [data-reveal] { opacity: 1 !important; transform: none !important; }
  .reveal-media img { clip-path: none !important; }
  .hero__media img { animation: none; transform: none; }
  .parallax { transform: none !important; }
}

/* 14 Legal pages ----------------------------------------------------------- */
.page-hero {
  background: linear-gradient(160deg, var(--cypress-800), var(--cypress-900));
  color: #fff;
  padding-top: calc(var(--header-h) + clamp(3rem, 7vw, 5.5rem));
  padding-bottom: clamp(2.75rem, 6vw, 4.5rem);
  position: relative;
  overflow: hidden;
}
.page-hero::after {
  content: "";
  position: absolute;
  right: -160px; top: -120px;
  width: 460px; height: 460px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(200, 155, 79, .18), transparent 68%);
  pointer-events: none;
}
.page-hero h1 { color: #fff; font-size: clamp(2.1rem, 1.4rem + 2.6vw, 3.3rem); }
.page-hero p { color: rgba(255, 255, 255, .82); max-width: 58ch; margin-bottom: 0; }

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  align-items: center;
  list-style: none;
  margin: 0 0 1.35rem;
  padding: 0;
  font-size: .8rem;
  color: rgba(255, 255, 255, .62);
}
.breadcrumb a { color: rgba(255, 255, 255, .82); text-decoration: none; }
.breadcrumb a:hover { color: var(--brass-300); text-decoration: underline; }
.breadcrumb li + li::before { content: "/"; margin-right: .45rem; color: rgba(255, 255, 255, .38); }

.prose { max-width: 74ch; }
.prose h2 {
  font-size: clamp(1.4rem, 1.15rem + 1vw, 1.85rem);
  margin-top: 2.6rem;
  padding-top: 2.6rem;
  border-top: 1px solid var(--line);
}
.prose > h2:first-child { margin-top: 0; padding-top: 0; border-top: 0; }
.prose h3 { font-size: 1.16rem; margin-top: 1.9rem; }
.prose ul, .prose ol { padding-left: 1.3rem; margin: 0 0 1.15em; }
.prose li { margin-bottom: .5rem; }
.prose li::marker { color: var(--brass-600); }

.legal-meta {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  padding: .55rem 1.05rem;
  border-radius: var(--r-pill);
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .22);
  font-size: .8rem;
  font-weight: 700;
  color: #fff;
  margin-top: 1.5rem;
}

.callout {
  background: var(--sand-50);
  border: 1px solid var(--line);
  border-left: 4px solid var(--brass-500);
  border-radius: var(--r-md);
  padding: 1.25rem 1.45rem;
  margin: 1.75rem 0;
}
.callout p:last-child { margin-bottom: 0; }
.callout h3 { margin-top: 0; }

.toc {
  background: var(--sand-50);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  padding: 1.35rem 1.5rem;
  margin-bottom: 2.5rem;
}
.toc h2 {
  font-family: var(--font-body);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--brass-600);
  margin: 0 0 .9rem;
  padding: 0;
  border: 0;
}
.toc ol { margin: 0; padding-left: 1.2rem; columns: 1; }
@media (min-width: 700px) { .toc ol { columns: 2; column-gap: 2rem; } }
.toc li { margin-bottom: .4rem; break-inside: avoid; }
.toc a { color: var(--ink-soft); text-decoration: none; font-size: .92rem; }
.toc a:hover { color: var(--brass-600); text-decoration: underline; }

/* Thank you page */
.confirm {
  text-align: center;
  max-width: 44rem;
  margin-inline: auto;
}
.confirm__ico {
  width: 86px; height: 86px;
  border-radius: 50%;
  background: linear-gradient(150deg, var(--cypress-700), var(--cypress-600));
  color: var(--brass-300);
  display: grid; place-items: center;
  margin: 0 auto 1.75rem;
  box-shadow: var(--shadow-md);
}
.confirm__ico svg { width: 42px; height: 42px; }
.confirm .btn-row { justify-content: center; }
