/* ==========================================================================
   ROSEVILLE LIVING, "Get Seen. Get Found. Get Chosen."
   A premium local media + marketing platform. Owner led and outcome first,
   with magazine-quality editorial layout. The magazine is the flagship anchor
   of the system, not the whole pitch. Fully readable with zero JS.
   ========================================================================== */

:root {
  --white: #FFFFFF; --cream: #FBFAF7; --greige: #EFEBE4; --taupe: #D9D2C7;
  --navy: #28235D; --navy-dark: #1D1947; --rose: #CB395C; --rose-dark: #B22F4F;
  --ink: #1F1E2B; --muted: #6E6B7A; --muted-strong: #565463;

  --serif: "Fraunces", Georgia, "Times New Roman", serif;
  --sans: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;

  --fs-eyebrow: 0.8125rem;
  --fs-body: 1.0625rem;
  --fs-lead: clamp(1.1rem, 0.9rem + 0.9vw, 1.375rem);
  --fs-h3: clamp(1.2rem, 1.05rem + 0.7vw, 1.5rem);
  --fs-h2: clamp(2rem, 1.3rem + 2.8vw, 3.4rem);
  --fs-stat: clamp(2.8rem, 1.8rem + 4.6vw, 5.5rem);

  --container: 1180px;
  --pad-inline: clamp(1.25rem, 4vw, 2.75rem);
  --section-y: clamp(4rem, 2.75rem + 5.5vw, 7.5rem);
  --radius: 12px; --radius-sm: 8px; --header-h: 72px;

  --shadow-cover: 0 26px 52px -24px rgba(31, 30, 43, 0.42);
  --shadow-cover-hover: 0 36px 70px -28px rgba(31, 30, 43, 0.5);
  --shadow-card: 0 18px 50px -30px rgba(31, 30, 43, 0.28);
  --ease: cubic-bezier(0.2, 0.7, 0.2, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-padding-top: calc(var(--header-h) + 12px); }
@media (prefers-reduced-motion: no-preference) { html { scroll-behavior: smooth; } }
body { margin: 0; font-family: var(--sans); font-size: var(--fs-body); line-height: 1.7; color: var(--ink); background: var(--cream); overflow-x: hidden; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
img { max-width: 100%; height: auto; display: block; }
h1, h2, h3 { font-family: var(--serif); font-optical-sizing: auto; font-weight: 500; color: var(--navy); margin: 0; line-height: 1.08; letter-spacing: -0.018em; }
p { margin: 0; }
a { color: inherit; }
ol, ul { margin: 0; padding: 0; list-style: none; }
em { font-style: italic; }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.skip-link { position: absolute; left: 0; top: 0; transform: translateY(-120%); background: var(--navy); color: #fff; padding: 0.7rem 1.1rem; z-index: 300; border-radius: 0 0 var(--radius-sm) 0; font-weight: 600; text-decoration: none; transition: transform 0.2s var(--ease); }
.skip-link:focus { transform: translateY(0); }
:where(a, button, input, textarea, [tabindex]):focus-visible { outline: 2px solid var(--navy); outline-offset: 2px; border-radius: 3px; }
.band-navy :where(a, button, input, textarea):focus-visible { outline-color: #fff; }

/* layout */
.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: var(--pad-inline); }
.container.narrow { max-width: 720px; }
.section { position: relative; overflow: hidden; padding-block: var(--section-y); }
.band-greige { background: var(--greige); }
.band-navy { background: var(--navy); }
.sectionhead { max-width: 46ch; margin-bottom: clamp(2.25rem, 5vw, 3.5rem); }
.sectionhead--wide { max-width: 62ch; }
.sectionhead__title { font-size: var(--fs-h2); }
.sectionhead__title--light { color: #fff; }
.sectionhead .lead { margin-top: 1.25rem; }

.folio { position: absolute; top: clamp(0.5rem, 2vw, 1.5rem); left: var(--pad-inline); font-family: var(--serif); font-weight: 600; font-size: clamp(4rem, 12vw, 9rem); line-height: 0.8; color: var(--greige); z-index: 0; pointer-events: none; user-select: none; }
.folio--light { color: rgba(255, 255, 255, 0.07); }
.band-greige .folio { color: var(--taupe); }
.section > .container { position: relative; z-index: 1; }

.eyebrow { display: inline-flex; align-items: center; gap: 0.7rem; font-family: var(--sans); font-size: var(--fs-eyebrow); font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); margin: 0 0 1.1rem; }
.eyebrow::before { content: ""; width: 1.8rem; height: 2px; background: var(--rose); flex: none; }
.eyebrow--light { color: rgba(255, 255, 255, 0.72); }
.eyebrow--light::before { background: var(--taupe); }

.lead { font-size: var(--fs-lead); line-height: 1.55; color: #36343F; max-width: 60ch; }
.lead--light { color: rgba(255, 255, 255, 0.85); }
.source { font-size: 0.8125rem; color: var(--muted-strong); margin-top: 1.25rem; }

/* buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem; font-family: var(--sans); font-weight: 600; font-size: 1.0625rem; line-height: 1; padding: 0.95rem 1.6rem; border-radius: var(--radius-sm); border: 1px solid transparent; text-decoration: none; cursor: pointer; transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease), background-color 0.2s var(--ease); }
.btn--primary { background: var(--rose); color: #fff; box-shadow: 0 14px 30px -16px rgba(178, 47, 79, 0.7); }
.btn--primary:hover { background: var(--rose-dark); transform: translateY(-2px); box-shadow: 0 20px 38px -16px rgba(178, 47, 79, 0.75); }
.btn--primary:active { transform: translateY(0); }
.btn--ghost { background: rgba(255,255,255,0.6); color: var(--navy); border-color: var(--navy); box-shadow: none; }
.btn--ghost:hover { background: var(--navy); color: #fff; transform: translateY(-2px); }
.btn--lg { padding: 1.05rem 1.9rem; font-size: 1.0625rem; }
.btn--block { width: 100%; }
.section__cta { margin-top: clamp(2rem, 4vw, 3rem); }
.section__cta--left { margin-top: 1.75rem; }

.ph-tag { display: inline-block; font-family: var(--sans); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--rose); background: rgba(203, 57, 92, 0.08); border: 1px dashed rgba(203, 57, 92, 0.4); padding: 0.3rem 0.6rem; border-radius: 999px; }

/* ===================== MASTHEAD + NAV ===================== */
.masthead { position: fixed; inset: 0 0 auto 0; z-index: 100; background: rgba(251, 250, 247, 0.9); backdrop-filter: saturate(140%) blur(10px); -webkit-backdrop-filter: saturate(140%) blur(10px); border-bottom: 1px solid var(--taupe); transition: box-shadow 0.3s var(--ease); }
.masthead__inner { max-width: var(--container); margin-inline: auto; padding: 0.6rem var(--pad-inline); display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: var(--header-h); }
.masthead__brand { display: inline-flex; align-items: center; }
.masthead__brand img { height: 40px; width: auto; }
.masthead.is-stuck { background: rgba(251, 250, 247, 0.92); backdrop-filter: saturate(140%) blur(10px); -webkit-backdrop-filter: saturate(140%) blur(10px); box-shadow: 0 1px 0 var(--taupe), 0 10px 30px -22px rgba(31, 30, 43, 0.5); }
.masthead.is-stuck .masthead__inner { min-height: 60px; }

.nav { position: fixed; inset: var(--header-h) 0 auto 0; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 0.75rem var(--pad-inline) 1.5rem; background: rgba(251, 250, 247, 0.98); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); box-shadow: 0 24px 40px -26px rgba(31, 30, 43, 0.5); opacity: 0; transform: translateY(-10px); pointer-events: none; transition: opacity 0.25s var(--ease), transform 0.25s var(--ease); }
.nav.is-open { opacity: 1; transform: none; pointer-events: auto; }
.nav__list { display: flex; flex-direction: column; }
.nav__list a { display: block; padding: 0.85rem 0; border-bottom: 1px solid var(--greige); font-size: 1.05rem; font-weight: 500; color: var(--ink); text-decoration: none; }
.nav__cta { margin-top: 1.1rem; width: 100%; }
.nav__toggle { display: inline-flex; flex-direction: column; justify-content: center; gap: 5px; width: 42px; height: 42px; padding: 9px; background: none; border: 0; cursor: pointer; }
.nav__toggle span { width: 100%; height: 2px; background: var(--navy); display: block; border-radius: 2px; transition: transform 0.25s var(--ease), opacity 0.2s var(--ease); }
.nav__toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav__toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav__toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

@media (min-width: 940px) {
  .nav { position: static; inset: auto; flex-direction: row; align-items: center; gap: 2rem; padding: 0; background: none; backdrop-filter: none; -webkit-backdrop-filter: none; box-shadow: none; opacity: 1; transform: none; pointer-events: auto; }
  .nav__list { flex-direction: row; gap: 1.6rem; }
  .nav__list a { border: 0; padding: 0.25rem 0; font-size: 0.95rem; border-bottom: 2px solid transparent; transition: color 0.2s var(--ease), border-color 0.2s var(--ease); }
  .nav__list a:hover { color: var(--navy); border-color: var(--rose); }
  .nav__cta { margin-top: 0; width: auto; padding: 0.6rem 1.15rem; font-size: 0.9rem; }
  .nav__toggle { display: none; }
}

/* ===================== HERO ===================== */
.hero { position: relative; background: var(--cream); padding-top: var(--header-h); }
.hero__media { width: 100%; }
.hero__bg { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; object-position: 74% center; }
.hero__copy { padding: clamp(1.75rem, 5vw, 2.5rem) var(--pad-inline) clamp(2.75rem, 6vw, 3.5rem); max-width: var(--container); margin-inline: auto; }
.hero__title { font-size: clamp(2.5rem, 1.4rem + 4.4vw, 4.8rem); line-height: 1.0; letter-spacing: -0.022em; color: var(--navy); }
.hero__title .accent { color: var(--rose); }
.hero__title::after { content: ""; display: block; width: 84px; height: 3px; background: var(--rose); margin-top: 1.1rem; border-radius: 2px; }
.hero__lead { font-size: clamp(1.05rem, 0.9rem + 0.6vw, 1.3rem); line-height: 1.5; color: #36343F; max-width: 42ch; margin-top: 1.3rem; }
.hero__lead strong { color: var(--navy); font-weight: 600; }
.heropills { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.3rem 1.4rem; margin: 1.9rem 0; max-width: 560px; }
.heropill { display: flex; flex-direction: column; gap: 0.25rem; }
.heropill__icon { width: 26px; height: 26px; color: var(--rose); margin-bottom: 0.3rem; }
.heropill__k { font-family: var(--sans); font-weight: 700; font-size: 0.78rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--navy); }
.heropill__v { font-size: 0.9rem; color: var(--muted); line-height: 1.35; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 0.9rem; margin-top: 0.5rem; }
.hero__tagline { margin-top: 1.6rem; font-size: 0.78rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--navy); display: flex; align-items: center; gap: 0.55rem; }
.pin { width: 13px; height: 13px; border: 2px solid var(--rose); border-radius: 50% 50% 50% 0; transform: rotate(45deg); display: inline-block; flex: none; }

@media (max-width: 559px) { .hero__actions .btn { width: 100%; } }
@media (min-width: 900px) {
  .hero { display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; min-height: clamp(540px, 76vh, 720px); padding-top: var(--header-h); }
  .hero__inner { grid-column: 1; grid-row: 1; align-self: center; padding: 2rem clamp(1.5rem, 3vw, 3rem); padding-left: max(var(--pad-inline), calc((100vw - var(--container)) / 2)); }
  .hero__copy { max-width: 560px; margin: 0; padding: 0; }
  .hero__copy > * { max-width: 560px; }
  .hero__media { grid-column: 2; grid-row: 1; align-self: stretch; position: relative; min-height: 0; }
  .hero__bg { width: 100%; height: 100%; aspect-ratio: auto; object-fit: cover; object-position: 60% center; }
  .hero__media::before { content: ""; position: absolute; top: 0; bottom: 0; left: 0; width: 22%; background: linear-gradient(90deg, var(--cream), rgba(251, 250, 247, 0)); pointer-events: none; z-index: 1; }
}
/* hero pillars stay 2x2 in the left column for clean fitment */

/* ===================== PAIN / PROMISE ===================== */
.pain__turn { margin-top: 1.5rem; font-family: var(--serif); font-size: clamp(1.3rem, 1rem + 1.2vw, 1.9rem); line-height: 1.32; color: var(--navy); }

/* ===================== SYSTEM ===================== */
.channels { display: grid; grid-template-columns: 1fr; gap: 1.1rem; }
.channel { background: var(--white); border: 1px solid var(--greige); border-radius: var(--radius); padding: clamp(1.4rem, 3vw, 1.9rem); box-shadow: var(--shadow-card); transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease); }
.channel:hover { transform: translateY(-4px); box-shadow: var(--shadow-cover); }
.channel__num { font-family: var(--serif); font-size: 1.2rem; color: var(--rose); font-weight: 600; }
.channel__title { font-size: var(--fs-h3); margin: 0.4rem 0 0.3rem; }
.channel__tag { font-size: 0.78rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--navy); margin-bottom: 0.7rem; }
.channel p { color: #44424E; font-size: 0.97rem; line-height: 1.55; }

/* ===================== REACH (data spread) ===================== */
.spread { display: grid; grid-template-columns: 1fr; gap: 0; border-top: 1px solid var(--taupe); }
.spread__stat { padding: 1.6rem 0; border-bottom: 1px solid var(--greige); }
.spread__num { display: block; font-family: var(--serif); font-weight: 500; font-size: var(--fs-stat); line-height: 1; letter-spacing: -0.02em; color: var(--navy); font-variant-numeric: tabular-nums; }
.spread__num--rose { color: var(--rose); }
.spread__label { display: block; margin-top: 0.6rem; color: var(--muted); font-size: 0.95rem; line-height: 1.45; max-width: 30ch; }
.propbar { margin-top: 1rem; height: 8px; background: var(--greige); border-radius: 999px; overflow: hidden; max-width: 320px; }
.propbar__fill { width: 0; height: 100%; background: var(--navy); border-radius: 999px; transition: width 1.2s var(--ease) 0.15s; }
.spread.is-in .propbar__fill { width: 29%; }

/* print + digital combined reach */
.reachsplit { display: grid; grid-template-columns: 1fr; gap: 1.25rem; align-items: center; text-align: center; background: var(--white); border: 1px solid var(--greige); border-radius: var(--radius); padding: clamp(1.75rem, 4vw, 2.75rem); box-shadow: var(--shadow-card); }
.reachsplit__col { display: flex; flex-direction: column; }
.reachsplit__label { font-family: var(--sans); font-weight: 700; font-size: 0.78rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--navy); margin-bottom: 0.5rem; }
.reachsplit__num { font-family: var(--serif); font-weight: 500; font-size: clamp(2.1rem, 1.5rem + 2.2vw, 3.4rem); line-height: 1; letter-spacing: -0.02em; color: var(--navy); font-variant-numeric: tabular-nums; white-space: nowrap; }
.reachsplit__num--rose { color: var(--rose); }
.reachsplit__sub { font-weight: 600; color: var(--navy); font-size: 0.98rem; margin-top: 0.45rem; }
.reachsplit__desc { font-size: 0.9rem; color: var(--muted); margin-top: 0.5rem; max-width: 34ch; margin-inline: auto; line-height: 1.45; }
.reachsplit__op { font-family: var(--serif); font-size: 2rem; color: var(--rose); line-height: 1; }
.reachsplit__sum { margin: 1.5rem auto 0; font-family: var(--serif); font-size: clamp(1.2rem, 1rem + 0.9vw, 1.6rem); line-height: 1.35; color: var(--navy); text-align: center; max-width: 56ch; }
.reach__qual { font-size: var(--fs-lead); color: #36343F; font-weight: 500; margin: clamp(2.5rem, 5vw, 3.5rem) 0 1.5rem; }
@media (min-width: 740px) { .reachsplit { grid-template-columns: 1fr auto 1fr; gap: clamp(1.5rem, 4vw, 3rem); } }

.reach__band { margin-top: clamp(2.5rem, 5vw, 3.75rem); width: 100%; }
.reach__band img { width: 100%; max-height: 46vh; object-fit: cover; aspect-ratio: 1672 / 941; }

/* ===================== FLAGSHIP MAGAZINE (navy) ===================== */
.flagship__grid { display: grid; grid-template-columns: 1fr; gap: clamp(2rem, 5vw, 3.5rem); align-items: start; }
.flagship__inhome { margin-top: 1.75rem; }
.flagship__inhome img { width: 100%; border-radius: var(--radius); box-shadow: var(--shadow-cover); aspect-ratio: 1672 / 941; object-fit: cover; }
.covergrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(0.6rem, 1.5vw, 1rem); }
.covergrid img { width: 100%; border: 1px solid rgba(255, 255, 255, 0.18); border-radius: 3px; box-shadow: var(--shadow-cover); aspect-ratio: 761 / 988; object-fit: cover; transition: transform 0.3s var(--ease); }
.covergrid img:hover { transform: translateY(-5px); }
.covergrid__note { margin-top: 1rem; font-size: 0.82rem; color: rgba(255, 255, 255, 0.66); }

/* ===================== WHY ===================== */
.why__grid { display: grid; grid-template-columns: 1fr; gap: clamp(2.5rem, 5vw, 4rem); }
.why .sectionhead__title { margin-bottom: clamp(1.75rem, 4vw, 2.5rem); }
.reasons { display: grid; gap: 0; }
.reason { padding: 1.4rem 0; border-top: 1px solid var(--greige); }
.reason:first-child { border-top: 0; padding-top: 0; }
.reason__title { font-size: var(--fs-h3); margin: 0 0 0.35rem; }
.reason p { color: #44424E; }
.lek { margin: 0; padding: 1.75rem 0 0; border-top: 2px solid var(--navy); }
.lek p { font-family: var(--serif); font-size: clamp(1.3rem, 1rem + 1.2vw, 1.8rem); line-height: 1.32; color: var(--navy); }
.lek cite { display: block; margin-top: 1rem; font-style: normal; font-size: 0.82rem; color: var(--muted-strong); line-height: 1.5; }

/* ===================== PUBLISHER ===================== */
.publisher__grid { display: grid; grid-template-columns: 1fr; gap: clamp(2rem, 5vw, 3.5rem); align-items: center; }
.publisher__portrait { position: relative; max-width: 420px; margin-inline: auto; }
.publisher__portrait img { width: 100%; border-radius: var(--radius); box-shadow: var(--shadow-card); aspect-ratio: 4 / 5; object-fit: cover; object-position: 50% 28%; filter: saturate(0.85) contrast(1.02) brightness(1.04); border: 6px solid var(--white); }
.publisher__portrait::before { content: ""; position: absolute; inset: auto -14px -14px auto; width: 65%; height: 70%; background: var(--navy); border-radius: var(--radius); z-index: -1; opacity: 0.12; }
.publisher__portrait figcaption { margin-top: 1rem; text-align: center; font-size: 0.85rem; color: var(--muted); }
.letter__kicker { font-family: var(--serif); font-style: italic; font-size: 1.15rem; color: var(--rose); margin: 0 0 0.6rem; }
.letter__body { font-size: 1.1rem; line-height: 1.7; color: #2f2e3a; margin-top: 1.1rem; }
.dropcap::first-letter { font-family: var(--serif); float: left; font-size: 3.4em; line-height: 0.72; padding: 0.06em 0.1em 0 0; color: var(--navy); font-weight: 500; }
.letter__sign { font-family: var(--serif); font-style: italic; font-size: 1.5rem; color: var(--navy); margin: 0.75rem 0 0; }

/* ===================== STEPS ===================== */
.steps__list { display: grid; grid-template-columns: 1fr; gap: clamp(1.5rem, 4vw, 2.5rem); }
.step__num { display: inline-flex; align-items: center; justify-content: center; width: 3.2rem; height: 3.2rem; font-family: var(--serif); font-size: 1.5rem; color: var(--navy); font-weight: 500; border: 1px solid var(--taupe); border-radius: 999px; margin-bottom: 1rem; }
.step__title { font-size: var(--fs-h3); margin: 0 0 0.4rem; }
.step p { color: #44424E; max-width: 34ch; }

/* ===================== FAQ ===================== */
.faqlist { display: grid; gap: 0; border-top: 1px solid var(--taupe); }
.faqitem { border-bottom: 1px solid var(--greige); }
.faqitem > summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 1.5rem; padding: 1.3rem 0; font-family: var(--serif); font-weight: 500; font-size: var(--fs-h3); color: var(--navy); }
.faqitem > summary::-webkit-details-marker { display: none; }
.faqitem > summary::after { content: "+"; color: var(--rose); font-family: var(--sans); font-weight: 400; font-size: 1.7rem; line-height: 1; flex: none; }
.faqitem[open] > summary::after { content: "\00d7"; }
.faqitem__a { padding: 0 0 1.4rem; max-width: 64ch; }
.faqitem__a p { color: #44424E; }

/* ===================== BOOKING ===================== */
.booking .pricing { margin-top: 1.25rem; font-size: 0.98rem; color: rgba(255, 255, 255, 0.72); max-width: 60ch; }
.booking__grid { display: grid; grid-template-columns: 1fr; gap: clamp(1.25rem, 3vw, 2rem); align-items: start; margin-top: clamp(2rem, 4vw, 3rem); }
.card { background: var(--white); border-radius: var(--radius); padding: clamp(1.5rem, 3vw, 2.25rem); box-shadow: var(--shadow-card); }
.card__title { font-size: var(--fs-h3); margin: 0 0 1.25rem; }
.booking__embed { min-height: 380px; display: flex; }
.booking__ph { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 0.7rem; text-align: center; background: var(--cream); border: 1px dashed var(--taupe); border-radius: var(--radius-sm); padding: clamp(1.5rem, 4vw, 2.5rem); color: var(--muted); }
.booking__ph-note { font-size: 0.9rem; }
.booking__ph .btn { margin-top: 0.5rem; }
.form { display: grid; grid-template-columns: 1fr; gap: 1rem; }
.field { display: flex; flex-direction: column; gap: 0.4rem; }
.field label { font-size: 0.85rem; font-weight: 600; color: var(--ink); }
.field input, .field textarea { font: inherit; font-size: 1rem; padding: 0.75rem 0.85rem; color: var(--ink); background: var(--white); border: 1px solid var(--taupe); border-radius: var(--radius-sm); transition: border-color 0.2s var(--ease), box-shadow 0.2s var(--ease); }
.field input:focus, .field textarea:focus { outline: none; border-color: var(--navy); box-shadow: 0 0 0 3px rgba(40, 35, 93, 0.14); }
.field textarea { resize: vertical; min-height: 84px; }
.form .btn { margin-top: 0.25rem; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form__note { margin-top: 0.5rem; font-size: 0.92rem; line-height: 1.5; color: var(--ink); background: var(--cream); border: 1px solid var(--greige); border-radius: var(--radius-sm); padding: 0.85rem 1rem; opacity: 0; transform: translateY(6px); transition: opacity 0.3s var(--ease), transform 0.3s var(--ease); }
.form__note.is-shown { opacity: 1; transform: none; }
.form__note a { color: var(--rose); font-weight: 600; }

/* ===================== FOOTER ===================== */
.footer { background: var(--navy-dark); color: rgba(255, 255, 255, 0.82); padding-block: clamp(2.5rem, 5vw, 3.5rem); }
.footer__inner { display: grid; grid-template-columns: 1fr; gap: 1.75rem; }
.footer__brand img { height: 46px; width: auto; }
.footer__org { margin-top: 0.9rem; font-weight: 600; color: #fff; }
.footer__tagline { font-family: var(--serif); font-style: italic; color: rgba(255, 255, 255, 0.78); margin-top: 0.3rem; }
.footer__meta p { margin: 0 0 0.5rem; font-size: 0.92rem; }
.footer__service { color: rgba(255, 255, 255, 0.9); }
.footer__contact a { color: #fff; text-decoration: none; border-bottom: 1px solid rgba(255, 255, 255, 0.32); transition: border-color 0.2s var(--ease); }
.footer__contact a:hover { border-color: #fff; }
.footer__dot { margin-inline: 0.5rem; color: rgba(255, 255, 255, 0.4); }
.footer__copy { color: rgba(255, 255, 255, 0.55); font-size: 0.82rem; margin-top: 0.5rem; }
.footer__social { display: flex; gap: 0.75rem; margin-top: 1.2rem; }
.footer__social a { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border: 1px solid rgba(255, 255, 255, 0.28); border-radius: 50%; color: rgba(255, 255, 255, 0.85); transition: background-color 0.2s var(--ease), color 0.2s var(--ease), border-color 0.2s var(--ease); }
.footer__social a:hover { background: rgba(255, 255, 255, 0.1); color: #fff; border-color: #fff; }
.footer__social svg { width: 20px; height: 20px; }

/* ===================== STICKY MOBILE BOOK BAR ===================== */
.bookbar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 90; padding: 0.7rem var(--pad-inline) calc(0.7rem + env(safe-area-inset-bottom, 0px)); background: rgba(251, 250, 247, 0.92); backdrop-filter: saturate(140%) blur(10px); -webkit-backdrop-filter: saturate(140%) blur(10px); box-shadow: 0 -1px 0 var(--taupe), 0 -10px 30px -22px rgba(31, 30, 43, 0.5); transform: translateY(120%); transition: transform 0.35s var(--ease); }
.bookbar.is-shown { transform: translateY(0); }
@media (min-width: 740px) { .bookbar { display: none; } }

/* ===================== REVEAL ===================== */
.js [data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity 0.7s var(--ease), transform 0.7s var(--ease); will-change: opacity, transform; }
.js [data-reveal].is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .js [data-reveal] { opacity: 1 !important; transform: none !important; transition: none !important; }
  .propbar__fill { transition: none !important; }
}

/* ===================== RESPONSIVE ===================== */
@media (min-width: 560px) {
  .form { grid-template-columns: 1fr 1fr; }
  .field--full { grid-column: 1 / -1; }
}
@media (min-width: 640px) {
  .channels { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 740px) {
  .spread { grid-template-columns: repeat(3, 1fr); column-gap: clamp(1.5rem, 3.5vw, 2.5rem); border-bottom: 1px solid var(--taupe); padding-block: clamp(1.75rem, 3vw, 2.5rem); }
  .spread__stat { border-bottom: 0; border-left: 1px solid var(--greige); padding: 0 clamp(1rem, 1.6vw, 1.6rem); }
  .spread__stat:first-child { border-left: 0; padding-left: 0; }
  .steps__list { grid-template-columns: repeat(3, 1fr); }
}
@media (min-width: 900px) {
  .flagship__grid { grid-template-columns: 1fr 1fr; }
  .why__grid { grid-template-columns: 1.05fr 0.95fr; align-items: start; }
  .publisher__grid { grid-template-columns: 0.8fr 1.2fr; }
  .footer__inner { grid-template-columns: 1fr auto; align-items: end; }
  .footer__meta { text-align: right; }
}
@media (min-width: 1000px) {
  .channels { grid-template-columns: repeat(4, 1fr); }
  .booking__grid { grid-template-columns: 1.1fr 0.9fr; }
}
/* data spread is 3-up with dividers from 740px (see above) */
