/* ==========================================================================
   ARCHON — Senior & Assisted Living
   Design system: warm editorial luxury
   ========================================================================== */

:root {
  /* Palette — derived from the ARCHON logo (charcoal, saffron, leaf) */
  --paper: #faf6ef;
  --paper-2: #f3ece0;
  --paper-3: #ebe1d1;
  --card: #fffdf9;
  --ink: #1d2320;
  --ink-2: #454d48;
  --ink-3: #6b716c;
  --line: #e2d8c7;
  --line-2: #d3c5ae;
  --forest: #183328;
  --forest-2: #21443a;
  --forest-3: #2d5748;
  --on-forest: #f4efe6;
  --on-forest-2: #c9d3cc;
  --clay: #ad4a18;        /* text/buttons on light — 5.3:1 on paper */
  --clay-2: #8f3c12;
  --saffron: #e5793d;     /* decorative & text on dark */
  --saffron-soft: #f6dcc8;
  --leaf: #5f9440;
  --gold: #b99a64;
  --focus: #1b5fd1;

  /* Type */
  --font-display: "Fraunces", "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  --font-body: "Figtree", "Segoe UI", system-ui, -apple-system, sans-serif;
  --fs-body: clamp(1.0625rem, 1rem + 0.2vw, 1.125rem);
  --fs-lede: clamp(1.15rem, 1.05rem + 0.45vw, 1.35rem);
  --fs-h1: clamp(2.6rem, 1.6rem + 4.4vw, 5.4rem);
  --fs-h2: clamp(2rem, 1.35rem + 2.6vw, 3.6rem);
  --fs-h3: clamp(1.35rem, 1.15rem + 0.8vw, 1.75rem);

  /* Space (8pt rhythm) */
  --s1: 0.5rem; --s2: 1rem; --s3: 1.5rem; --s4: 2rem; --s5: 3rem; --s6: 4rem; --s7: 6rem; --s8: 8rem;
  --section: clamp(4.5rem, 3rem + 6vw, 9rem);
  --gutter: clamp(1.25rem, 0.75rem + 2.5vw, 3rem);
  --max: 1280px;

  --r-sm: 10px; --r-md: 18px; --r-lg: 28px; --r-arch: 999px 999px 28px 28px;
  --shadow-1: 0 1px 2px rgba(29, 35, 32, .06), 0 4px 14px rgba(29, 35, 32, .06);
  --shadow-2: 0 2px 6px rgba(29, 35, 32, .06), 0 22px 50px -12px rgba(29, 35, 32, .22);
  --ease: cubic-bezier(.22, .8, .26, 1);
  --ease-in: cubic-bezier(.5, 0, .75, 0);
  --t-fast: 180ms; --t-med: 320ms; --t-slow: 700ms;

  --z-header: 50; --z-drawer: 80; --z-float: 60; --z-lightbox: 100;
  --header-h: 84px;
}

/* ---------- Reset & base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 16px); }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: var(--fs-body);
  line-height: 1.65;
  color: var(--ink);
  background: var(--paper);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img, video, svg { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: .2em; }
button { font: inherit; color: inherit; cursor: pointer; }
input, textarea, select { font: inherit; color: inherit; }
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 400; line-height: 1.08; letter-spacing: -0.02em; margin: 0; font-variation-settings: "SOFT" 50, "WONK" 0; text-wrap: balance; }
p { margin: 0 0 1em; text-wrap: pretty; }
p:last-child { margin-bottom: 0; }
ul { padding: 0; margin: 0; list-style: none; }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 3px; border-radius: 6px; }
::selection { background: var(--saffron-soft); color: var(--ink); }

.skip-link { position: absolute; left: 16px; top: -100px; z-index: 200; background: var(--ink); color: #fff; padding: 12px 18px; border-radius: 10px; text-decoration: none; }
.skip-link:focus { top: 16px; }
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }

.ic { width: 1.25em; height: 1.25em; flex: none; stroke: currentColor; fill: none; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.ic--fill { fill: currentColor; stroke: none; }

/* ---------- Layout ---------- */
.container { width: 100%; max-width: var(--max); margin-inline: auto; padding-inline: var(--gutter); }
.container--narrow { max-width: 880px; }
.section { padding-block: var(--section); position: relative; }
.section--tight { padding-block: calc(var(--section) * .6); }
.section--paper2 { background: var(--paper-2); }
.section--forest { background: var(--forest); color: var(--on-forest); }
.section--forest .eyebrow { color: var(--saffron); }
.section--forest .eyebrow::before { background: var(--saffron); }
.section--forest p { color: var(--on-forest-2); }
.grain { position: relative; isolation: isolate; }
.grain::after {
  content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none; opacity: .5; mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 0.35 0 0 0 0 0.28 0 0 0 0 0.18 0 0 0 .09 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.section--forest.grain::after { mix-blend-mode: screen; opacity: .35; }

.eyebrow {
  display: inline-flex; align-items: center; gap: .75rem;
  font-family: var(--font-body); font-size: .8125rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase;
  color: var(--clay); margin-bottom: var(--s3);
}
.eyebrow::before { content: ""; width: 28px; height: 1px; background: var(--clay); }
.eyebrow--center { justify-content: center; }

.h1 { font-size: var(--fs-h1); }
.h2 { font-size: var(--fs-h2); }
.h3 { font-size: var(--fs-h3); line-height: 1.2; }
h1 em, .h1 em, .h2 em, .h3 em { font-style: italic; color: var(--clay); font-variation-settings: "SOFT" 100, "WONK" 1; }
.section--forest .h2 em, .section--forest .h1 em { color: var(--saffron); }
.lede { font-size: var(--fs-lede); line-height: 1.6; color: var(--ink-2); max-width: 62ch; }
.muted { color: var(--ink-2); }
.prose { max-width: 68ch; }
.prose p { color: var(--ink-2); }
.prose h2 { font-size: clamp(1.7rem, 1.3rem + 1.4vw, 2.4rem); margin: 2.2em 0 .6em; }
.prose h3 { font-size: 1.4rem; margin: 1.8em 0 .5em; }
.prose ul { margin: 0 0 1.4em; display: grid; gap: .55rem; }
.prose ul li { position: relative; padding-left: 1.75rem; color: var(--ink-2); }
.prose ul li::before { content: ""; position: absolute; left: 0; top: .72em; width: 12px; height: 1px; background: var(--clay); }
.prose strong { color: var(--ink); font-weight: 600; }

.section-head { display: grid; gap: var(--s3); margin-bottom: var(--s6); }
.section-head--split { align-items: end; }
@media (min-width: 900px) {
  .section-head--split { grid-template-columns: 1.1fr .9fr; gap: var(--s6); }
}
.section-head--center { text-align: center; justify-items: center; }
.section-head--center .lede { margin-inline: auto; }

/* ---------- Buttons ---------- */
.btn {
  --bg: var(--clay); --fg: #fff; --bd: var(--clay);
  position: relative; display: inline-flex; align-items: center; justify-content: center; gap: .6rem;
  min-height: 52px; padding: .85rem 1.6rem; border-radius: 999px; border: 1px solid var(--bd);
  background: var(--bg); color: var(--fg); font-weight: 600; font-size: 1rem; letter-spacing: .01em; text-decoration: none; white-space: nowrap;
  transition: background var(--t-fast) var(--ease), color var(--t-fast) var(--ease), border-color var(--t-fast) var(--ease), transform var(--t-fast) var(--ease), box-shadow var(--t-med) var(--ease);
  touch-action: manipulation; cursor: pointer;
}
.btn .ic { transition: transform var(--t-med) var(--ease); }
.btn:hover { --bg: var(--clay-2); --bd: var(--clay-2); box-shadow: 0 10px 24px -10px rgba(173, 74, 24, .55); }
.btn:hover .ic--arrow { transform: translateX(4px); }
.btn:active { transform: scale(.98); }
.btn--ghost { --bg: transparent; --fg: var(--ink); --bd: var(--line-2); }
.btn--ghost:hover { --bg: var(--ink); --fg: #fff; --bd: var(--ink); box-shadow: none; }
.btn--light { --bg: var(--on-forest); --fg: var(--forest); --bd: var(--on-forest); }
.btn--light:hover { --bg: #fff; --bd: #fff; box-shadow: 0 10px 24px -10px rgba(0,0,0,.5); }
.btn--outline-light { --bg: transparent; --fg: var(--on-forest); --bd: rgba(244, 239, 230, .35); }
.btn--outline-light:hover { --bg: var(--on-forest); --fg: var(--forest); --bd: var(--on-forest); box-shadow: none; }
.btn--sm { min-height: 44px; padding: .6rem 1.15rem; font-size: .9375rem; }
.btn--block { width: 100%; }
.btn[disabled] { opacity: .5; cursor: not-allowed; }

.link-arrow { display: inline-flex; align-items: center; gap: .5rem; font-weight: 600; color: var(--clay); text-decoration: none; min-height: 44px; }
.link-arrow .ic { transition: transform var(--t-med) var(--ease); }
.link-arrow:hover .ic { transform: translateX(4px); }
.link-arrow:hover span { text-decoration: underline; }

/* ---------- Top bar ---------- */
.topbar { background: var(--forest); color: var(--on-forest-2); font-size: .875rem; }
.topbar .container { display: flex; align-items: center; justify-content: space-between; gap: var(--s3); min-height: 42px; }
.topbar a { color: var(--on-forest); text-decoration: none; display: inline-flex; align-items: center; gap: .45rem; min-height: 42px; }
.topbar a:hover { color: #fff; text-decoration: underline; }
.topbar__left, .topbar__right { display: flex; align-items: center; gap: var(--s3); }
.topbar__note { display: none; }
.topbar .ic { width: 15px; height: 15px; color: var(--saffron); }
.socials { display: flex; gap: .25rem; }
.socials a { width: 36px; justify-content: center; border-radius: 50%; }
.socials .ic { color: currentColor; width: 16px; height: 16px; }
@media (max-width: 719px) { .topbar__right, .topbar__hide-sm { display: none; } .topbar .container { justify-content: center; } }
@media (min-width: 1100px) { .topbar__note { display: inline-flex; align-items: center; gap: .45rem; } }

/* ---------- Header ---------- */
.header { position: sticky; top: 0; z-index: var(--z-header); background: rgba(250, 246, 239, .86); backdrop-filter: saturate(1.4) blur(14px); -webkit-backdrop-filter: saturate(1.4) blur(14px); border-bottom: 1px solid transparent; transition: border-color var(--t-med) var(--ease), box-shadow var(--t-med) var(--ease); }
.header.is-scrolled { border-bottom-color: var(--line); box-shadow: 0 8px 30px -18px rgba(29,35,32,.25); }
.header .container { display: flex; align-items: center; justify-content: space-between; gap: var(--s3); height: var(--header-h); transition: height var(--t-med) var(--ease); }
.header.is-scrolled .container { height: 70px; }
.brand { display: inline-flex; align-items: center; text-decoration: none; flex: none; }
.brand img, .drawer__head img { width: auto; height: 36px; mix-blend-mode: multiply; }
@media (max-width: 480px) { .hero__actions .btn { flex: 1 1 100%; } }
@media (min-width: 1200px) { .brand img { height: 40px; } }

.nav { display: none; }
.nav__list { display: flex; align-items: center; gap: .25rem; }
.nav__link {
  position: relative; display: inline-flex; align-items: center; gap: .3rem; min-height: 44px; padding: .5rem .8rem;
  font-size: .96875rem; font-weight: 500; color: var(--ink); text-decoration: none; background: none; border: 0; border-radius: 999px; white-space: nowrap;
  transition: color var(--t-fast) var(--ease), background var(--t-fast) var(--ease);
}
.nav__link:hover { background: var(--paper-2); }
.nav__link[aria-current="page"], .nav__item.is-active > .nav__link { color: var(--clay); }
.nav__link[aria-current="page"]::after, .nav__item.is-active > .nav__link::after { content: ""; position: absolute; left: 50%; bottom: 4px; width: 4px; height: 4px; margin-left: -2px; border-radius: 50%; background: var(--clay); }
.nav__link .ic { width: 16px; height: 16px; transition: transform var(--t-med) var(--ease); }
.nav__item { position: relative; }
.nav__item.is-open > .nav__link .ic { transform: rotate(180deg); }

.mega {
  position: absolute; top: calc(100% + 14px); left: 50%; width: min(760px, 90vw);
  background: var(--card); border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: var(--shadow-2);
  padding: var(--s3); display: grid; grid-template-columns: 1.35fr 1fr; gap: var(--s3);
  opacity: 0; visibility: hidden; transform: translate(-50%, 8px);
  transition: opacity var(--t-fast) var(--ease), transform var(--t-med) var(--ease), visibility 0s linear var(--t-med);
}
.mega::before { content: ""; position: absolute; left: 0; right: 0; top: -16px; height: 16px; }
.nav__item.is-open .mega { opacity: 1; visibility: visible; transform: translate(-50%, 0); transition: opacity var(--t-med) var(--ease), transform var(--t-med) var(--ease), visibility 0s; }
.mega__grid { display: grid; grid-template-columns: 1fr 1fr; gap: .25rem; }
.mega--list { width: 300px; grid-template-columns: 1fr; padding: .6rem; }
.mega--list .mega__grid { grid-template-columns: 1fr; }
.mega__link { display: grid; grid-template-columns: 40px 1fr; gap: .75rem; align-items: start; padding: .75rem; border-radius: var(--r-md); text-decoration: none; transition: background var(--t-fast) var(--ease); }
.mega__link:hover, .mega__link:focus-visible { background: var(--paper-2); }
.mega__icon { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 12px; background: var(--saffron-soft); color: var(--clay-2); }
.mega__icon .ic { width: 20px; height: 20px; }
.mega__title { display: block; font-weight: 600; font-size: .96875rem; line-height: 1.3; }
.mega__desc { display: block; font-size: .8125rem; color: var(--ink-3); line-height: 1.4; margin-top: 2px; }
.mega__feature { position: relative; border-radius: var(--r-md); overflow: hidden; min-height: 240px; display: flex; align-items: flex-end; padding: var(--s3); color: #fff; text-decoration: none; }
.mega__feature img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease); }
.mega__feature::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(24,51,40,0) 30%, rgba(24,51,40,.9)); }
.mega__feature:hover img { transform: scale(1.05); }
.mega__feature span { position: relative; z-index: 1; }
.mega__feature strong { display: block; font-family: var(--font-display); font-size: 1.35rem; font-weight: 400; line-height: 1.2; margin-bottom: .35rem; }
.mega__feature small { font-size: .875rem; opacity: .9; }

.header__actions { display: flex; align-items: center; gap: .5rem; }
.header__phone { display: none; }
.burger { width: 48px; height: 48px; border-radius: 50%; border: 1px solid var(--line-2); background: transparent; display: grid; place-items: center; }
.burger .ic { width: 22px; height: 22px; }
.header__cta { display: none; }

@media (min-width: 640px) { .header__cta { display: inline-flex; } }
@media (min-width: 1140px) {
  .nav { display: block; }
  .burger { display: none; }
}
@media (min-width: 1480px) {
  .header__phone { white-space: nowrap; display: inline-flex; align-items: center; gap: .5rem; font-weight: 600; text-decoration: none; min-height: 44px; padding-inline: .5rem; }
  .header__phone .ic { color: var(--clay); }
}

/* ---------- Drawer (mobile nav) ---------- */
.drawer { position: fixed; inset: 0; z-index: var(--z-drawer); visibility: hidden; }
.drawer.is-open { visibility: visible; }
.drawer__scrim { position: absolute; inset: 0; background: rgba(15, 25, 20, .5); opacity: 0; transition: opacity var(--t-med) var(--ease); }
.drawer.is-open .drawer__scrim { opacity: 1; }
.drawer__panel {
  position: absolute; top: 0; right: 0; bottom: 0; width: min(440px, 100%); background: var(--paper);
  display: flex; flex-direction: column; transform: translateX(100%); transition: transform var(--t-med) var(--ease);
  padding: 0 var(--gutter) max(var(--s3), env(safe-area-inset-bottom));
}
.drawer.is-open .drawer__panel { transform: none; }
.drawer__head { display: flex; align-items: center; justify-content: space-between; height: 76px; flex: none; }
.drawer__body { flex: 1; overflow-y: auto; overscroll-behavior: contain; padding-bottom: var(--s3); }
.drawer__nav > li { border-bottom: 1px solid var(--line); }
.drawer__nav a, .drawer__nav summary { display: flex; align-items: center; justify-content: space-between; min-height: 60px; font-family: var(--font-display); font-size: 1.5rem; text-decoration: none; cursor: pointer; list-style: none; }
.drawer__nav summary::-webkit-details-marker { display: none; }
.drawer__nav summary .ic { transition: transform var(--t-med) var(--ease); }
.drawer__nav details[open] summary .ic { transform: rotate(180deg); }
.drawer__nav a[aria-current="page"] { color: var(--clay); }
.drawer__sub { padding: 0 0 var(--s2) var(--s2); }
.drawer__sub a { font-family: var(--font-body); font-size: 1.0625rem; min-height: 48px; color: var(--ink-2); }
.drawer__foot { flex: none; display: grid; gap: .75rem; padding-top: var(--s2); border-top: 1px solid var(--line); }
body.no-scroll { overflow: hidden; }

/* ---------- Hero (home) ---------- */
.hero { position: relative; padding-top: clamp(2rem, 1rem + 4vw, 5rem); padding-bottom: var(--section); overflow: hidden; }
.hero__grid { display: grid; gap: var(--s6); align-items: center; }
@media (min-width: 1000px) { .hero__grid { grid-template-columns: 1.08fr .92fr; gap: var(--s5); } }
.hero__title { font-size: var(--fs-h1); margin-bottom: var(--s4); }
.hero__title .line { display: block; }
.hero .lede { margin-bottom: var(--s5); }
.hero__actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-bottom: var(--s5); }
.hero__trust { display: flex; flex-wrap: wrap; gap: var(--s3) var(--s4); padding-top: var(--s4); border-top: 1px solid var(--line); }
.trust-item { display: flex; align-items: center; gap: .75rem; }
.trust-item__icon { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; background: var(--card); border: 1px solid var(--line); color: var(--leaf); }
.trust-item__icon .ic { width: 20px; height: 20px; }
.trust-item strong { display: block; font-size: .96875rem; line-height: 1.2; }
.trust-item small { color: var(--ink-3); font-size: .8125rem; }

.hero__visual { position: relative; max-width: 560px; width: 100%; margin-inline: auto; }
.hero__arch { position: relative; border-radius: var(--r-arch); overflow: hidden; aspect-ratio: 4 / 5; box-shadow: var(--shadow-2); background: var(--paper-3); }
.hero__arch img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.06); animation: heroZoom 14s var(--ease) forwards; }
@keyframes heroZoom { to { transform: scale(1); } }
.hero__arch::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,0) 55%, rgba(24,51,40,.35)); }
.hero__ring { position: absolute; inset: -18px; border: 1px solid var(--gold); border-radius: var(--r-arch); opacity: .55; pointer-events: none; }
.hero__inset { position: absolute; left: -8%; bottom: 10%; width: 44%; aspect-ratio: 1; border-radius: 50%; overflow: hidden; border: 6px solid var(--paper); box-shadow: var(--shadow-2); }
.hero__inset img { width: 100%; height: 100%; object-fit: cover; }
.hero__badge {
  position: absolute; right: -4%; top: 12%; background: var(--card); border-radius: var(--r-md); padding: 1rem 1.2rem; box-shadow: var(--shadow-2);
  display: flex; align-items: center; gap: .9rem; max-width: 240px;
}
.hero__badge-num { font-family: var(--font-display); font-size: 2.6rem; line-height: 1; color: var(--clay); }
.hero__badge-text { font-size: .875rem; line-height: 1.35; color: var(--ink-2); }
.hero__seal { position: absolute; right: 6%; bottom: -44px; width: 132px; height: 132px; color: var(--forest); background: var(--paper); border-radius: 50%; box-shadow: var(--shadow-1); }
.hero__seal svg { width: 100%; height: 100%; animation: spin 38s linear infinite; }
.hero__seal-core { position: absolute; inset: 30px; border-radius: 50%; background: var(--forest); color: var(--saffron); display: grid; place-items: center; }
.hero__seal-core .ic { width: 26px; height: 26px; }
@keyframes spin { to { transform: rotate(360deg); } }
@media (max-width: 560px) { .hero__badge { right: 0; top: 4%; padding: .75rem .9rem; } .hero__badge-num { font-size: 2rem; } .hero__inset { left: -2%; } .hero__seal { width: 100px; height: 100px; right: 2%; } .hero__seal-core { inset: 24px; } }

@media (max-width: 999px) { .hero__bg-word { display: none; } }
.hero__bg-word { position: absolute; right: -2vw; top: 42%; font-family: var(--font-display); font-size: clamp(8rem, 22vw, 22rem); line-height: 1; color: transparent; -webkit-text-stroke: 1px var(--line); pointer-events: none; user-select: none; z-index: -1; letter-spacing: -0.04em; }

/* ---------- Care strip ---------- */
.care-strip { border-block: 1px solid var(--line); background: var(--paper); }
.care-strip ul { display: flex; flex-wrap: wrap; justify-content: center; gap: .5rem 2.25rem; padding-block: 1.4rem; }
.care-strip li { display: inline-flex; align-items: center; gap: .6rem; font-family: var(--font-display); font-size: clamp(1.05rem, .95rem + .4vw, 1.35rem); color: var(--ink-2); }
.care-strip li::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--saffron); }

/* ---------- Intro / editorial split ---------- */
.split { display: grid; gap: var(--s6); align-items: center; }
@media (min-width: 960px) { .split { grid-template-columns: 1fr 1fr; gap: var(--s7); } .split--reverse > :first-child { order: 2; } }
.media-stack { position: relative; padding-bottom: 14%; padding-right: 10%; }
.media-stack__main { border-radius: var(--r-lg); overflow: hidden; aspect-ratio: 5 / 4; box-shadow: var(--shadow-2); }
.media-stack__main img { width: 100%; height: 100%; object-fit: cover; }
.media-stack__sub { position: absolute; right: 0; bottom: 0; width: 46%; aspect-ratio: 4 / 5; border-radius: var(--r-arch); overflow: hidden; border: 6px solid var(--paper); box-shadow: var(--shadow-2); }
.section--paper2 .media-stack__sub { border-color: var(--paper-2); }
.media-stack__sub img { width: 100%; height: 100%; object-fit: cover; }
.media-stack__tag { position: absolute; left: 6%; bottom: 6%; background: var(--forest); color: var(--on-forest); padding: .9rem 1.2rem; border-radius: var(--r-md); display: flex; align-items: center; gap: .75rem; font-size: .9375rem; line-height: 1.3; max-width: 55%; }
.media-stack__tag .ic { color: var(--saffron); width: 24px; height: 24px; }

.pull { font-family: var(--font-display); font-size: clamp(1.4rem, 1.15rem + 1vw, 2rem); line-height: 1.35; font-style: italic; color: var(--ink); border-left: 2px solid var(--saffron); padding-left: var(--s3); margin: var(--s4) 0; font-variation-settings: "SOFT" 100; }

.checklist { display: grid; gap: .8rem; margin: var(--s4) 0; }
.checklist li { display: flex; gap: .8rem; align-items: flex-start; color: var(--ink-2); }
.checklist .ic { color: var(--leaf); width: 22px; height: 22px; margin-top: 3px; }
.section--forest .checklist li { color: var(--on-forest-2); }
.section--forest .checklist .ic { color: var(--saffron); }
@media (min-width: 640px) { .checklist--2 { grid-template-columns: 1fr 1fr; } }

/* ---------- Stats ---------- */
.stats { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid rgba(244,239,230,.18); }
@media (min-width: 900px) { .stats { grid-template-columns: repeat(4, 1fr); } }
.stat { padding: var(--s5) var(--s3) var(--s4) 0; border-bottom: 1px solid rgba(244,239,230,.18); }
.stat + .stat { padding-left: var(--s3); }
@media (max-width: 899px) { .stat:nth-child(odd) { padding-left: 0; border-right: 1px solid rgba(244,239,230,.18); } .stat:nth-child(even) { padding-left: var(--s3); } }
@media (min-width: 900px) { .stat + .stat { border-left: 1px solid rgba(244,239,230,.18); } }
.stat__num { font-family: var(--font-display); font-size: clamp(2.8rem, 2rem + 3vw, 4.8rem); line-height: 1; color: var(--on-forest); letter-spacing: -0.03em; font-variant-numeric: tabular-nums; }
.stat__num sup { font-size: .45em; color: var(--saffron); vertical-align: top; position: relative; top: .35em; margin-left: .05em; }
.stat__label { margin-top: .75rem; font-size: .96875rem; color: var(--on-forest-2); }

/* ---------- Care option cards ---------- */
.care-grid { display: grid; gap: var(--s3); }
@media (min-width: 640px) { .care-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1040px) { .care-grid { grid-template-columns: repeat(3, 1fr); } }
.care-card {
  position: relative; display: flex; flex-direction: column; background: var(--card); border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; text-decoration: none;
  transition: transform var(--t-med) var(--ease), box-shadow var(--t-med) var(--ease), border-color var(--t-med) var(--ease);
}
.care-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-2); border-color: var(--line-2); }
.care-card__media { position: relative; aspect-ratio: 4 / 3; overflow: hidden; background: var(--paper-3); }
.care-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s var(--ease); }
.care-card:hover .care-card__media img { transform: scale(1.06); }
.care-card__num { position: absolute; left: 1rem; top: 1rem; background: rgba(250,246,239,.92); backdrop-filter: blur(6px); border-radius: 999px; padding: .3rem .8rem; font-size: .8125rem; font-weight: 600; letter-spacing: .08em; color: var(--ink); }
.care-card__body { padding: var(--s3) var(--s3) var(--s4); display: flex; flex-direction: column; gap: .75rem; flex: 1; }
.care-card__body h3 { font-size: 1.65rem; }
.care-card__body p { color: var(--ink-2); font-size: 1rem; flex: 1; }
.care-card__cta { display: inline-flex; align-items: center; gap: .5rem; font-weight: 600; color: var(--clay); margin-top: .5rem; }
.care-card__cta .ic { transition: transform var(--t-med) var(--ease); }
.care-card:hover .care-card__cta .ic { transform: translateX(5px); }

/* ---------- Founder ---------- */
.founder { display: grid; gap: var(--s6); align-items: center; }
@media (min-width: 960px) { .founder { grid-template-columns: .8fr 1.2fr; gap: var(--s7); } }
.founder__portrait { position: relative; max-width: 440px; margin-inline: auto; width: 100%; }
.founder__portrait .frame { border-radius: var(--r-arch); overflow: hidden; aspect-ratio: 4 / 5; }
.founder__portrait img { width: 100%; height: 100%; object-fit: cover; }
.founder__portrait::before { content: ""; position: absolute; inset: 18px -18px -18px 18px; border: 1px solid rgba(229,121,61,.5); border-radius: var(--r-arch); pointer-events: none; }
.founder__quote { font-family: var(--font-display); font-size: clamp(1.6rem, 1.2rem + 1.7vw, 2.75rem); line-height: 1.25; color: var(--on-forest); margin: 0 0 var(--s4); font-variation-settings: "SOFT" 100; }
.founder__quote em { color: var(--saffron); }
.founder__mark { width: 56px; height: 56px; color: var(--saffron); margin-bottom: var(--s3); }
.founder__sign { display: flex; align-items: center; gap: var(--s3); margin-top: var(--s4); padding-top: var(--s4); border-top: 1px solid rgba(244,239,230,.18); }
.founder__sign strong { display: block; font-family: var(--font-display); font-size: 1.5rem; font-weight: 400; color: var(--on-forest); }
.founder__sign small { color: var(--on-forest-2); font-size: .9375rem; }

/* ---------- Amenities ---------- */
.amenities { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
@media (min-width: 720px) { .amenities { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1100px) { .amenities { grid-template-columns: repeat(4, 1fr); } }
.amenity { padding: var(--s4) var(--s3); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; flex-direction: column; gap: 1rem; transition: background var(--t-med) var(--ease); }
.amenity:hover { background: var(--card); }
.amenity__icon { width: 52px; height: 52px; border-radius: 16px; display: grid; place-items: center; background: var(--paper-2); color: var(--clay); transition: background var(--t-med) var(--ease), color var(--t-med) var(--ease), transform var(--t-med) var(--ease); }
.amenity:hover .amenity__icon { background: var(--forest); color: var(--saffron); transform: rotate(-6deg); }
.amenity__icon .ic { width: 26px; height: 26px; stroke-width: 1.4; }
.amenity h3 { font-family: var(--font-body); font-size: 1.0625rem; font-weight: 600; letter-spacing: 0; line-height: 1.3; }
.amenity p { font-size: .9375rem; color: var(--ink-3); line-height: 1.5; }
@media (max-width: 480px) { .amenity { padding: var(--s3) var(--s2); } .amenity p { display: none; } }

/* ---------- Bento (facilities) ---------- */
.bento { display: grid; gap: var(--s2); grid-template-columns: 1fr; }
@media (min-width: 720px) {
  .bento { grid-template-columns: repeat(6, 1fr); grid-auto-rows: 180px; }
  .bento__item:nth-child(1) { grid-column: span 4; grid-row: span 2; }
  .bento__item:nth-child(2) { grid-column: span 2; grid-row: span 2; }
  .bento__item:nth-child(3) { grid-column: span 2; grid-row: span 2; }
  .bento__item:nth-child(4) { grid-column: span 2; grid-row: span 2; }
  .bento__item:nth-child(5) { grid-column: span 2; grid-row: span 2; }
}
@media (min-width: 1100px) { .bento { grid-auto-rows: 210px; } }
.bento__item { position: relative; border-radius: var(--r-md); overflow: hidden; min-height: 240px; background: var(--paper-3); margin: 0; }
.bento__item img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease); }
.bento__item:hover img { transform: scale(1.05); }
.bento__open { position: absolute; inset: 0; z-index: 2; width: 100%; padding: 0; border: 0; background: transparent; cursor: zoom-in; border-radius: inherit; }
.bento__open:focus-visible { outline: 3px solid var(--focus); outline-offset: -3px; }
.bento__item figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 3rem 1.25rem 1.1rem; color: #fff; background: linear-gradient(180deg, transparent, rgba(15,30,24,.82)); font-size: .96875rem; }
.bento__item figcaption strong { display: block; font-family: var(--font-display); font-size: 1.3rem; font-weight: 400; }

/* ---------- Promises ---------- */
.promises { display: grid; gap: var(--s3); counter-reset: p; }
@media (min-width: 860px) { .promises { grid-template-columns: repeat(3, 1fr); } }
.promise { position: relative; padding: var(--s5) var(--s4) var(--s4); background: var(--card); border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; }
.promise::before { counter-increment: p; content: "0" counter(p); position: absolute; right: 1.25rem; top: .5rem; font-family: var(--font-display); font-size: 5rem; line-height: 1; color: var(--paper-2); z-index: 0; }
.promise > * { position: relative; }
.promise__icon { width: 56px; height: 56px; border-radius: 50%; background: var(--forest); color: var(--saffron); display: grid; place-items: center; margin-bottom: var(--s3); }
.promise__icon .ic { width: 26px; height: 26px; }
.promise h3 { font-size: 1.75rem; margin-bottom: .75rem; }
.promise p { color: var(--ink-2); }

/* ---------- Video testimonials ---------- */
.videos { display: grid; gap: var(--s3); }
@media (min-width: 860px) { .videos { grid-template-columns: 1.25fr 1fr; } }
.video-card { position: relative; border-radius: var(--r-lg); overflow: hidden; background: #0f1b16; aspect-ratio: 16 / 10; }
.video-card video { width: 100%; height: 100%; object-fit: cover; }
.video-card__poster { position: absolute; inset: 0; border: 0; padding: 0; background: none; width: 100%; text-align: left; color: #fff; }
.video-card__poster img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s var(--ease); }
.video-card__poster::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(15,27,22,.1), rgba(15,27,22,.85)); }
.video-card__poster:hover img { transform: scale(1.04); }
.video-card__play { position: absolute; left: 50%; top: 50%; z-index: 2; width: 84px; height: 84px; margin: -42px 0 0 -42px; border-radius: 50%; background: var(--on-forest); color: var(--forest); display: grid; place-items: center; transition: transform var(--t-med) var(--ease); }
.video-card__play::before { content: ""; position: absolute; inset: -10px; border-radius: 50%; border: 1px solid rgba(244,239,230,.55); animation: pulse 2.4s var(--ease) infinite; }
@keyframes pulse { 0% { transform: scale(.9); opacity: 1; } 100% { transform: scale(1.35); opacity: 0; } }
.video-card__poster:hover .video-card__play { transform: scale(1.08); }
.video-card__play .ic { width: 28px; height: 28px; margin-left: 4px; }
.video-card__meta { position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; padding: var(--s3); }
.video-card__meta strong { display: block; font-family: var(--font-display); font-size: 1.4rem; font-weight: 400; }
.video-card__meta small { opacity: .85; font-size: .9375rem; }

.reviews-card { background: var(--forest); color: var(--on-forest); border-radius: var(--r-lg); padding: var(--s5) var(--s4); display: flex; flex-direction: column; justify-content: space-between; gap: var(--s4); }
.reviews-card__score { font-family: var(--font-display); font-size: clamp(3.5rem, 3rem + 2vw, 5rem); line-height: 1; }
.stars { display: flex; gap: 4px; color: #f2b544; }
.stars .ic { width: 22px; height: 22px; }
.reviews-card p { color: var(--on-forest-2); }

/* ---------- Journal ---------- */
.posts { display: grid; gap: var(--s4); }
@media (min-width: 760px) { .posts { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1080px) { .posts { grid-template-columns: repeat(3, 1fr); } }
.post-card { display: flex; flex-direction: column; gap: 1rem; text-decoration: none; }
.post-card__media { border-radius: var(--r-md); overflow: hidden; aspect-ratio: 16 / 11; background: var(--paper-3); }
.post-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s var(--ease); }
.post-card:hover .post-card__media img { transform: scale(1.05); }
.post-card__meta { display: flex; gap: .75rem; align-items: center; font-size: .8125rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-3); }
.post-card__meta span + span::before { content: "·"; margin-right: .75rem; }
.post-card h3 { font-size: clamp(1.35rem, 1.2rem + .5vw, 1.6rem); line-height: 1.25; transition: color var(--t-fast) var(--ease); }
.post-card:hover h3 { color: var(--clay); }
.post-card p { color: var(--ink-2); font-size: 1rem; }

/* ---------- FAQ ---------- */
.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { display: flex; align-items: center; justify-content: space-between; gap: var(--s3); padding: 1.5rem 0; cursor: pointer; list-style: none; font-family: var(--font-display); font-size: clamp(1.2rem, 1.1rem + .45vw, 1.5rem); line-height: 1.3; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary:hover { color: var(--clay); }
.faq__toggle { flex: none; width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--line-2); display: grid; place-items: center; transition: background var(--t-med) var(--ease), transform var(--t-med) var(--ease), color var(--t-med) var(--ease); }
.faq__toggle .ic { width: 18px; height: 18px; }
.faq details[open] .faq__toggle { background: var(--forest); color: var(--on-forest); border-color: var(--forest); transform: rotate(45deg); }
.faq__body { padding: 0 0 1.75rem; color: var(--ink-2); max-width: 72ch; }
.faq__body ul { display: grid; gap: .4rem; margin: .5rem 0 1rem; }
.faq__body li { position: relative; padding-left: 1.4rem; }
.faq__body li::before { content: ""; position: absolute; left: 0; top: .7em; width: 8px; height: 8px; border-radius: 50%; border: 1.5px solid var(--leaf); }

/* ---------- CTA band ---------- */
.cta-band { position: relative; border-radius: var(--r-lg); overflow: hidden; background: var(--forest); color: var(--on-forest); padding: clamp(2.5rem, 2rem + 4vw, 6rem) clamp(1.5rem, 1rem + 4vw, 5rem); display: grid; gap: var(--s5); align-items: center; isolation: isolate; }
@media (min-width: 960px) { .cta-band { grid-template-columns: 1.3fr .7fr; } }
.cta-band__bg { position: absolute; inset: 0; z-index: -1; }
.cta-band__bg img { width: 100%; height: 100%; object-fit: cover; opacity: .28; }
.cta-band__bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(100deg, var(--forest) 30%, rgba(24,51,40,.55)); }
.cta-band p { color: var(--on-forest-2); }
.cta-band .h2 em, .aside-card--forest em { color: var(--saffron); }
.cta-band .eyebrow, .aside-card--forest .eyebrow, .reviews-card .eyebrow { color: var(--saffron); }
.cta-band .eyebrow::before, .aside-card--forest .eyebrow::before { background: var(--saffron); }
.cta-band__actions { display: grid; gap: .75rem; }
@media (min-width: 560px) and (max-width: 959px) { .cta-band__actions { grid-template-columns: 1fr 1fr; } }
.cta-band__phone { font-family: var(--font-display); font-size: clamp(1.6rem, 1.3rem + 1.2vw, 2.4rem); color: var(--on-forest); text-decoration: none; display: block; margin-top: var(--s2); }
.cta-band__phone:hover { color: var(--saffron); }

/* ---------- Page hero (inner) ---------- */
.page-hero { position: relative; padding-block: clamp(2.5rem, 1.5rem + 4vw, 5.5rem) clamp(3rem, 2rem + 4vw, 6rem); overflow: hidden; }
.page-hero__grid { display: grid; gap: var(--s5); align-items: end; }
@media (min-width: 960px) { .page-hero__grid { grid-template-columns: 1.15fr .85fr; gap: var(--s6); } }
.page-hero h1 { font-size: clamp(2.4rem, 1.6rem + 3.4vw, 4.6rem); margin-bottom: var(--s3); }
.page-hero__media { border-radius: var(--r-lg); overflow: hidden; aspect-ratio: 5 / 4; box-shadow: var(--shadow-2); max-height: 520px; }
@media (min-width: 960px) { .page-hero__media { aspect-ratio: 4 / 5; border-radius: var(--r-arch); max-height: 600px; width: 100%; max-width: 480px; justify-self: end; } }
.page-hero__media img { width: 100%; height: 100%; object-fit: cover; }
.page-hero--center { text-align: center; }
.page-hero--center .lede { margin-inline: auto; }
.page-hero--center .crumbs { justify-content: center; }
.crumbs { display: flex; flex-wrap: wrap; gap: .5rem; align-items: center; font-size: .875rem; color: var(--ink-3); margin: 0 0 var(--s4); padding: 0; list-style: none; }
.crumbs a { color: var(--ink-2); text-decoration: none; min-height: 32px; display: inline-flex; align-items: center; }
.crumbs a:hover { color: var(--clay); text-decoration: underline; }
.crumbs li + li::before { content: "/"; margin-right: .5rem; color: var(--line-2); }
.crumbs ol { display: contents; list-style: none; }
.page-hero__facts { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: var(--s4); }
.chip { display: inline-flex; align-items: center; gap: .45rem; padding: .45rem .9rem; border-radius: 999px; background: var(--card); border: 1px solid var(--line); font-size: .875rem; font-weight: 500; color: var(--ink-2); }
.chip .ic { width: 16px; height: 16px; color: var(--leaf); }

/* ---------- Content with aside ---------- */
.with-aside { display: grid; gap: var(--s6); }
.with-aside > *, .split > *, .contact-grid > *, .founder > *, .hero__grid > *, .page-hero__grid > *,
.videos > *, .stays > *, .care-grid > *, .posts > *, .team-grid > *, .footer__grid > *, .promises > * { min-width: 0; }
h1, h2, h3 { overflow-wrap: break-word; }
@media (max-width: 360px) {
  .brand img { height: 28px; }
  .burger { width: 44px; height: 44px; }
  .footer__grid { grid-template-columns: 1fr; }
  .stay h3 { font-size: 1.7rem; }
}
@media (min-width: 1040px) { .with-aside { grid-template-columns: minmax(0, 1fr) 360px; gap: var(--s7); align-items: start; } }
.aside { display: grid; gap: var(--s3); }
@media (min-width: 1040px) {
  .with-aside--form { grid-template-columns: minmax(0, 1fr) 460px; }
  .with-aside > .form-panel { position: sticky; top: calc(var(--header-h) + 24px); }
  .with-aside > .form-panel .form__row--2 { grid-template-columns: 1fr; }
}
@media (min-width: 1040px) { .aside { position: sticky; top: calc(var(--header-h) + 24px); } }
.aside-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--r-lg); padding: var(--s4); }
.aside-card h2, .aside-card h3 { font-size: 1.5rem; margin-bottom: .75rem; }
.aside-card--forest { background: var(--forest); border-color: var(--forest); color: var(--on-forest); }
.aside-card--forest p { color: var(--on-forest-2); }
.aside-nav a { display: flex; align-items: center; justify-content: space-between; min-height: 52px; border-bottom: 1px solid var(--line); text-decoration: none; color: var(--ink-2); font-weight: 500; transition: color var(--t-fast) var(--ease), padding var(--t-med) var(--ease); }
.aside-nav li:last-child a { border-bottom: 0; }
.aside-nav a:hover { color: var(--clay); padding-left: 6px; }
.aside-nav a[aria-current="page"] { color: var(--clay); font-weight: 600; }
.aside-nav .ic { width: 18px; height: 18px; }

.feature-rows { display: grid; gap: var(--s3); margin: var(--s5) 0; }
@media (min-width: 700px) { .feature-rows { grid-template-columns: 1fr 1fr; } }
.feature { background: var(--card); border: 1px solid var(--line); border-radius: var(--r-md); padding: var(--s4) var(--s3); }
.feature__icon { width: 48px; height: 48px; border-radius: 14px; display: grid; place-items: center; background: var(--saffron-soft); color: var(--clay-2); margin-bottom: 1rem; }
.feature__icon .ic { width: 24px; height: 24px; }
.feature h3 { font-size: 1.35rem; margin-bottom: .5rem; }
.feature p { color: var(--ink-2); font-size: 1rem; }

.inline-figure { margin: var(--s5) 0; border-radius: var(--r-lg); overflow: hidden; }
.inline-figure img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.inline-figure figcaption { font-size: .875rem; color: var(--ink-3); padding-top: .75rem; }

/* ---------- Stay options ---------- */
.stays { display: grid; gap: var(--s3); }
@media (min-width: 960px) { .stays { grid-template-columns: repeat(3, 1fr); } }
.stay { position: relative; display: flex; flex-direction: column; background: var(--card); border: 1px solid var(--line); border-radius: var(--r-lg); padding: var(--s5) var(--s4) var(--s4); }
.stay--featured { background: var(--forest); color: var(--on-forest); border-color: var(--forest); }
.stay.stay--featured p, .stay.stay--featured .stay__list li { color: var(--on-forest-2); }
.stay__label { position: absolute; top: 1.25rem; right: 1.25rem; background: var(--saffron); color: var(--forest); font-size: .75rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; padding: .3rem .7rem; border-radius: 999px; }
.stay__period { font-size: .8125rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--clay); margin-bottom: .75rem; }
.stay--featured .stay__period { color: var(--saffron); }
.stay h3 { font-size: 2rem; margin-bottom: 1rem; }
.stay p { color: var(--ink-2); }
.stay__list { display: grid; gap: .6rem; margin: var(--s3) 0 var(--s4); flex: 1; }
.stay__list li { display: flex; gap: .6rem; color: var(--ink-2); font-size: 1rem; }
.stay__list .ic { width: 20px; height: 20px; color: var(--leaf); margin-top: 3px; }
.stay--featured .stay__list .ic { color: var(--saffron); }

/* ---------- Team ---------- */
.letter { background: var(--card); border: 1px solid var(--line); border-radius: var(--r-lg); padding: clamp(1.75rem, 1rem + 4vw, 5rem); position: relative; }
.letter::before { content: ""; position: absolute; inset: 12px; border: 1px solid var(--line); border-radius: calc(var(--r-lg) - 8px); pointer-events: none; }
.letter p { font-family: var(--font-display); font-size: clamp(1.1rem, 1rem + .45vw, 1.35rem); line-height: 1.7; color: var(--ink-2); font-variation-settings: "SOFT" 100; }
.letter__open { font-size: 1.6rem !important; color: var(--ink) !important; font-style: italic; }
.letter__sign { margin-top: var(--s4); }
.letter__sign strong { display: block; font-family: var(--font-display); font-size: 2rem; font-style: italic; font-weight: 400; color: var(--clay); }

.team-grid { display: grid; gap: var(--s3); }
@media (min-width: 720px) { .team-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1100px) { .team-grid { grid-template-columns: repeat(3, 1fr); } }
.member { background: var(--card); border: 1px solid var(--line); border-radius: var(--r-lg); padding: var(--s4); display: flex; flex-direction: column; gap: 1rem; }
.member__head { display: flex; align-items: center; gap: 1rem; }
.member__avatar { width: 64px; height: 64px; border-radius: 50%; flex: none; display: grid; place-items: center; background: var(--forest); color: var(--saffron); font-family: var(--font-display); font-size: 1.5rem; }
.member h3 { font-size: 1.45rem; line-height: 1.2; }
.member__role { font-size: .8125rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--clay); margin-top: .25rem; }
.member p { color: var(--ink-2); font-size: 1rem; }
.member details summary { cursor: pointer; font-weight: 600; color: var(--clay); min-height: 44px; display: inline-flex; align-items: center; gap: .4rem; list-style: none; }
.member details summary::-webkit-details-marker { display: none; }
.member details summary .ic { width: 16px; height: 16px; transition: transform var(--t-med) var(--ease); }
.member details[open] summary .ic { transform: rotate(180deg); }
.member--lead { grid-column: 1 / -1; display: grid; gap: var(--s4); padding: 0; overflow: hidden; }
@media (min-width: 860px) { .member--lead { grid-template-columns: 380px 1fr; } }
.member--lead .member__photo { aspect-ratio: 4 / 5; min-height: 100%; }
@media (max-width: 859px) { .member--lead .member__photo { aspect-ratio: 4 / 3; } }
.member--lead .member__photo img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.member--lead .member__content { padding: var(--s4) var(--s4) var(--s5); display: flex; flex-direction: column; gap: 1rem; justify-content: center; }
.member--lead h3 { font-size: clamp(1.8rem, 1.5rem + 1vw, 2.5rem); }

/* ---------- Gallery ---------- */
.filters { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: var(--s5); }
.filter { min-height: 44px; padding: .5rem 1.15rem; border-radius: 999px; border: 1px solid var(--line-2); background: transparent; font-weight: 500; font-size: .9375rem; transition: all var(--t-fast) var(--ease); }
.filter:hover { border-color: var(--ink); }
.filter[aria-pressed="true"] { background: var(--ink); color: #fff; border-color: var(--ink); }
.masonry { columns: 1; column-gap: var(--s2); }
@media (min-width: 560px) { .masonry { columns: 2; } }
@media (min-width: 960px) { .masonry { columns: 3; } }
.tile { break-inside: avoid; margin: 0 0 var(--s2); position: relative; border-radius: var(--r-md); overflow: hidden; background: var(--paper-3); }
.tile[hidden] { display: none !important; }
.tile button { display: block; width: 100%; padding: 0; border: 0; background: none; position: relative; cursor: zoom-in; }
.tile img { width: 100%; transition: transform 1.1s var(--ease), filter var(--t-med) var(--ease); }
.tile button::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(15,30,24,.75)); opacity: 0; transition: opacity var(--t-med) var(--ease); }
.tile__cap { position: absolute; left: 1rem; right: 1rem; bottom: .9rem; z-index: 1; color: #fff; font-size: .9375rem; text-align: left; opacity: 0; transform: translateY(8px); transition: all var(--t-med) var(--ease); }
.tile button:hover img, .tile button:focus-visible img { transform: scale(1.04); }
.tile button:hover::after, .tile button:focus-visible::after { opacity: 1; }
.tile button:hover .tile__cap, .tile button:focus-visible .tile__cap { opacity: 1; transform: none; }
@media (hover: none) { .tile button::after { opacity: .8; } .tile__cap { opacity: 1; transform: none; } }

.lightbox { position: fixed; inset: 0; z-index: var(--z-lightbox); background: rgba(10, 18, 14, .94); display: grid; grid-template-rows: auto 1fr auto; opacity: 0; visibility: hidden; transition: opacity var(--t-med) var(--ease), visibility 0s linear var(--t-med); }
.lightbox.is-open { opacity: 1; visibility: visible; transition: opacity var(--t-med) var(--ease), visibility 0s; }
.lightbox__bar { display: flex; justify-content: space-between; align-items: center; padding: max(1rem, env(safe-area-inset-top)) var(--gutter) 1rem; color: #e9e4da; font-size: .9375rem; }
.lightbox { height: 100vh; height: 100dvh; }
.lightbox__stage { position: relative; display: grid; place-items: center; padding: 0 calc(var(--gutter) + 68px); min-height: 0; overflow: hidden; }
/* Fit the whole photo inside the screen: viewport height minus top bar + caption */
.lightbox__stage img { width: auto; height: auto; max-width: min(100%, 1400px); max-height: calc(100vh - 190px); max-height: calc(100dvh - 190px); object-fit: contain; border-radius: 10px; box-shadow: 0 30px 80px -20px rgba(0,0,0,.6); }
@media (max-width: 700px) { .lightbox__stage { padding: 0 var(--gutter); } .lightbox__stage img { max-height: calc(100dvh - 300px); } }
.lightbox__cap { text-align: center; color: #e9e4da; padding: 1rem var(--gutter) max(1.25rem, env(safe-area-inset-bottom)); font-family: var(--font-display); font-size: 1.2rem; }
.lb-btn { width: 52px; height: 52px; border-radius: 50%; border: 1px solid rgba(255,255,255,.25); background: rgba(255,255,255,.06); color: #fff; display: grid; place-items: center; transition: background var(--t-fast) var(--ease); }
.lb-btn:hover { background: rgba(255,255,255,.18); }
.lb-btn[hidden] { display: none; }
.lb-btn .ic { width: 22px; height: 22px; }
.lightbox__prev, .lightbox__next { position: absolute; top: 50%; transform: translateY(-50%); }
.lightbox__prev { left: var(--gutter); }
.lightbox__next { right: var(--gutter); }
@media (max-width: 700px) { .lightbox__prev, .lightbox__next { top: auto; bottom: -64px; transform: none; } .lightbox__prev { left: calc(50% - 64px); } .lightbox__next { right: calc(50% - 64px); } .lightbox__cap { padding-top: 5rem; } }

/* ---------- Forms ---------- */
.form { display: grid; gap: var(--s3); }
.form__row { display: grid; gap: var(--s3); }
@media (min-width: 640px) { .form__row--2 { grid-template-columns: 1fr 1fr; } }
.field { display: grid; gap: .45rem; }
.field label { font-weight: 600; font-size: .9375rem; }
.field label .req { color: var(--clay); margin-left: 2px; }
.field input, .field textarea, .field select {
  width: 100%; min-height: 54px; padding: .8rem 1rem; border-radius: 14px; border: 1px solid var(--line-2); background: var(--card); font-size: 1rem;
  transition: border-color var(--t-fast) var(--ease), box-shadow var(--t-fast) var(--ease);
}
.field textarea { min-height: 140px; resize: vertical; }
.field input:hover, .field textarea:hover, .field select:hover { border-color: var(--ink-3); }
.field input:focus, .field textarea:focus, .field select:focus { outline: none; border-color: var(--forest-3); box-shadow: 0 0 0 4px rgba(45, 87, 72, .18); }
.field__hint { font-size: .8125rem; color: var(--ink-3); }
.field__error { font-size: .875rem; color: #a32020; display: none; align-items: center; gap: .35rem; }
.field.has-error input, .field.has-error textarea, .field.has-error select { border-color: #b42318; }
.field.has-error .field__error { display: flex; }
.form__note { font-size: .8125rem; color: var(--ink-3); }
.form-success { display: none; text-align: center; padding: var(--s5) var(--s3); }
.form-success.is-visible { display: block; }
.form-success__icon { width: 72px; height: 72px; margin: 0 auto var(--s3); border-radius: 50%; background: var(--forest); color: var(--saffron); display: grid; place-items: center; }
.form-success__icon .ic { width: 34px; height: 34px; }
.form-success .btn-row { display: flex; flex-wrap: wrap; gap: .75rem; justify-content: center; margin-top: var(--s4); }

.contact-grid { display: grid; gap: var(--s5); }
@media (min-width: 1000px) { .contact-grid { grid-template-columns: .9fr 1.1fr; gap: var(--s6); } }
.contact-card { display: grid; gap: .25rem; padding: var(--s3) 0; border-bottom: 1px solid var(--line); }
.contact-card:first-of-type { border-top: 1px solid var(--line); }
.contact-card__label { display: flex; align-items: center; gap: .5rem; font-size: .8125rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--clay); }
.contact-card__label .ic { width: 16px; height: 16px; }
.contact-card a, .contact-card address { font-style: normal; font-family: var(--font-display); font-size: 1.3rem; line-height: 1.4; text-decoration: none; }
.contact-card a:hover { color: var(--clay); text-decoration: underline; }
.form-panel { background: var(--card); border: 1px solid var(--line); border-radius: var(--r-lg); padding: clamp(1.5rem, 1rem + 2.5vw, 3.25rem); box-shadow: var(--shadow-1); }
.map { border-radius: var(--r-lg); overflow: hidden; border: 1px solid var(--line); aspect-ratio: 16 / 8; background: var(--paper-3); }
@media (max-width: 700px) { .map { aspect-ratio: 4 / 3; } }
.map iframe { width: 100%; height: 100%; border: 0; display: block; filter: saturate(.85) contrast(1.02); }

/* ---------- Article ---------- */
.article-head { text-align: center; }
.article-head .crumbs { justify-content: center; }
.article-head h1 { font-size: clamp(2.2rem, 1.5rem + 3vw, 4rem); margin: 0 auto var(--s3); max-width: 20ch; }
.article-meta { display: flex; flex-wrap: wrap; justify-content: center; gap: .5rem 1.25rem; color: var(--ink-3); font-size: .9375rem; }
.article-cover { border-radius: var(--r-lg); overflow: hidden; margin: var(--s5) auto 0; max-width: 980px; }
.article-cover img { width: 100%; aspect-ratio: 16 / 8; object-fit: cover; }
.article-body { margin-inline: auto; }
.article-body > p:first-of-type::first-letter { font-family: var(--font-display); float: left; font-size: 4.6em; line-height: .85; margin: .06em .12em 0 0; color: var(--clay); }
.table-wrap { overflow-x: auto; margin: var(--s4) 0; border: 1px solid var(--line); border-radius: var(--r-md); background: var(--card); }
.table-wrap table { width: 100%; border-collapse: collapse; min-width: 520px; font-size: 1rem; }
.table-wrap th, .table-wrap td { text-align: left; padding: 1rem 1.25rem; border-bottom: 1px solid var(--line); vertical-align: top; }
.table-wrap th { background: var(--paper-2); font-weight: 600; font-size: .875rem; letter-spacing: .06em; text-transform: uppercase; color: var(--ink); }
.table-wrap tr:last-child td { border-bottom: 0; }
.table-wrap td:first-child { font-weight: 600; color: var(--ink); }
.table-wrap td { color: var(--ink-2); }
.article-nav { display: grid; gap: var(--s2); margin-top: var(--s6); padding-top: var(--s4); border-top: 1px solid var(--line); }
@media (min-width: 700px) { .article-nav { grid-template-columns: 1fr 1fr; } }
.article-nav a { display: block; padding: var(--s3); border: 1px solid var(--line); border-radius: var(--r-md); text-decoration: none; background: var(--card); transition: border-color var(--t-fast) var(--ease); }
.article-nav a:hover { border-color: var(--clay); }
.article-nav small { display: block; font-size: .8125rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-3); margin-bottom: .35rem; }
.article-nav strong { font-family: var(--font-display); font-weight: 400; font-size: 1.2rem; line-height: 1.3; }
.article-nav a:last-child { text-align: right; }

/* ---------- Footer ---------- */
.footer { background: var(--forest); color: var(--on-forest-2); padding-top: var(--section); }
.footer a { color: var(--on-forest); text-decoration: none; }
.footer a:hover { color: var(--saffron); text-decoration: underline; }
.footer a.btn, .footer a.btn:hover { color: var(--fg); text-decoration: none; }
.footer__top { display: grid; gap: var(--s5); padding-bottom: var(--s6); border-bottom: 1px solid rgba(244,239,230,.14); }
@media (min-width: 960px) { .footer__top { grid-template-columns: 1.2fr .8fr; align-items: end; } }
.footer__headline { font-family: var(--font-display); font-size: clamp(2.2rem, 1.5rem + 3vw, 4.4rem); line-height: 1.05; color: var(--on-forest); letter-spacing: -0.02em; }
.footer__headline em { color: var(--saffron); font-variation-settings: "SOFT" 100, "WONK" 1; }
.footer__top-actions { display: flex; flex-wrap: wrap; gap: .75rem; }
@media (min-width: 960px) { .footer__top-actions { justify-content: flex-end; } }
.footer__grid { display: grid; gap: var(--s5) var(--s4); padding-block: var(--s6); grid-template-columns: 1fr 1fr; }
@media (min-width: 960px) { .footer__grid { grid-template-columns: 1.5fr 1fr 1fr 1.2fr; } }
.footer__brand { grid-column: 1 / -1; }
@media (min-width: 960px) { .footer__brand { grid-column: auto; } }
.footer__logo { display: inline-block; background: var(--paper); padding: .7rem 1rem; border-radius: 12px; margin-bottom: var(--s3); }
.footer__logo img { height: 34px; width: auto; }
.footer__brand p { max-width: 42ch; font-size: .96875rem; }
.footer h2 { font-family: var(--font-body); font-size: .8125rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--saffron); margin-bottom: var(--s3); }
.footer__links { display: grid; gap: .1rem; }
.footer__links a { display: inline-flex; min-height: 40px; align-items: center; font-size: .96875rem; }
.footer__contact { grid-column: 1 / -1; display: grid; gap: 1rem; font-size: .96875rem; }
@media (min-width: 960px) { .footer__contact { grid-column: auto; } }
.footer__contact li { display: flex; gap: .75rem; }
.footer__contact .ic { color: var(--saffron); width: 20px; height: 20px; margin-top: 3px; }
.footer__contact address { font-style: normal; }
.footer .socials { margin-top: var(--s3); gap: .5rem; }
.footer .socials a { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid rgba(244,239,230,.2); border-radius: 50%; }
.footer .socials a:hover { background: var(--on-forest); color: var(--forest); text-decoration: none; }
.footer__bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem; padding-block: var(--s3) calc(var(--s3) + 72px); border-top: 1px solid rgba(244,239,230,.14); font-size: .875rem; }
@media (min-width: 900px) { .footer__bottom { padding-bottom: var(--s3); } }
.footer__areas { color: var(--on-forest-2); }

/* ---------- Floating actions ---------- */
.fab { position: fixed; right: 20px; bottom: 24px; z-index: var(--z-float); display: none; flex-direction: column; gap: .75rem; }
@media (min-width: 900px) { .fab { display: flex; } }
.fab a { width: 58px; height: 58px; border-radius: 50%; display: grid; place-items: center; box-shadow: var(--shadow-2); color: #fff; transition: transform var(--t-med) var(--ease); position: relative; }
.fab a:hover { transform: translateY(-3px) scale(1.04); }
.fab a .ic { width: 26px; height: 26px; }
.fab__wa { background: #1f8f4e; }
.fab__call { background: var(--clay); }
.fab__tip { position: absolute; right: calc(100% + 12px); top: 50%; transform: translate(6px, -50%); white-space: nowrap; background: var(--ink); color: #fff; font-size: .875rem; padding: .4rem .75rem; border-radius: 8px; opacity: 0; pointer-events: none; transition: all var(--t-fast) var(--ease); }
.fab a:hover .fab__tip, .fab a:focus-visible .fab__tip { opacity: 1; transform: translate(0, -50%); }

.mobile-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: var(--z-float); display: grid; grid-template-columns: 1fr 1fr 1.3fr; gap: .5rem; padding: .6rem .75rem max(.6rem, env(safe-area-inset-bottom)); background: rgba(250,246,239,.94); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-top: 1px solid var(--line); transform: translateY(110%); transition: transform var(--t-med) var(--ease); }
.mobile-bar.is-visible { transform: none; }
@media (min-width: 900px) { .mobile-bar { display: none; } }
.mobile-bar a { min-height: 50px; border-radius: 14px; display: flex; align-items: center; justify-content: center; gap: .45rem; font-weight: 600; font-size: .9375rem; text-decoration: none; border: 1px solid var(--line-2); background: var(--card); }
.mobile-bar a .ic { width: 20px; height: 20px; }
.mobile-bar .mb-wa .ic { color: #1f8f4e; }
.mobile-bar .mb-call .ic { color: var(--clay); }
.mobile-bar .mb-visit { background: var(--forest); color: var(--on-forest); border-color: var(--forest); }

.to-top { position: fixed; left: 20px; bottom: 24px; z-index: var(--z-float); width: 48px; height: 48px; border-radius: 50%; border: 1px solid var(--line-2); background: var(--card); display: none; place-items: center; opacity: 0; transform: translateY(10px); transition: all var(--t-med) var(--ease); box-shadow: var(--shadow-1); }
@media (min-width: 900px) { .to-top { display: grid; } }
.to-top.is-visible { opacity: 1; transform: none; }
.to-top .ic { width: 20px; height: 20px; }

/* ---------- Reveal motion ---------- */
.js .reveal { opacity: 0; transform: translateY(28px); transition: opacity var(--t-slow) var(--ease), transform var(--t-slow) var(--ease); transition-delay: var(--d, 0ms); }
.js .reveal.is-in { opacity: 1; transform: none; }
.js .reveal-img { clip-path: inset(8% 8% 8% 8% round var(--r-lg)); transition: clip-path 1.1s var(--ease); }
.js .reveal-img.is-in { clip-path: inset(0 0 0 0 round 0); }
.hero__title .line { overflow: hidden; }
.js .hero__title .line > span { display: inline-block; transform: translateY(105%); transition: transform 1s var(--ease); transition-delay: var(--d, 0ms); }
.js.is-loaded .hero__title .line > span { transform: none; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .js .reveal, .js .reveal-img, .js .hero__title .line > span { opacity: 1; transform: none; clip-path: none; }
  .hero__arch img { transform: none; }
}

/* ---------- Utilities ---------- */
.mt-0 { margin-top: 0 !important; }
.mt-3 { margin-top: var(--s3); }
.mt-4 { margin-top: var(--s4); }
.mt-5 { margin-top: var(--s5); }
.mb-4 { margin-bottom: var(--s4); }
.text-center { text-align: center; }
.btn-row { display: flex; flex-wrap: wrap; gap: .75rem; }
.divider { height: 1px; background: var(--line); border: 0; margin: var(--s5) 0; }
