/* Countryside Cannabis — shared styles. Reskin by editing the brand tokens below.
   Brand palette: Eerie Black #1B1B1E · Gun Powder #373F51 · Golden Tobacco #E2BE66
                  Smoke #A9A9A9 · White Smoke #F6F5FC */
:root {
  --bg:      #1B1B1E;   /* eerie black */
  --surface: #24252B;   /* lifted panel */
  --fg:      #F6F5FC;   /* white smoke */
  --muted:   #A9A9A9;   /* smoke */
  --border:  oklch(100% 0 0 / 0.12);

  --forest:  #373F51;   /* gun powder — deep slate */
  --leaf:    #EACB7C;   /* light gold — interactive / eyebrow */
  --sun:     #E2BE66;   /* golden tobacco — accent */
  --accent:  var(--sun);

  --font-display: 'Tenor Sans', Georgia, serif;
  --font-body: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;

  --maxw: 1180px;
  --pad: clamp(1.25rem, 5vw, 4rem);
  --rail: 84px;        /* width of the fixed vertical nav rail (desktop) */
  --shadow: 0 1px 2px oklch(0% 0 0 / 0.35), 0 16px 40px oklch(0% 0 0 / 0.5);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-body);
  color: var(--fg);
  background: var(--bg);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
/* visible keyboard focus (accessibility) — gold ring, keyboard-only */
a:focus-visible, button:focus-visible, [tabindex]:focus-visible { outline: 2px solid var(--sun); outline-offset: 3px; border-radius: 3px; }
.brandcard:focus-visible, .brandsec__link:focus-visible { outline-offset: 5px; }

h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 400; line-height: 1.1; letter-spacing: -0.005em; color: var(--fg); }
h1 { font-size: clamp(3rem, 7.8vw, 6rem); }
h2 { font-size: clamp(2.3rem, 5vw, 3.9rem); }
h3 { font-size: clamp(1.45rem, 2.6vw, 2rem); letter-spacing: -0.005em; }
p { color: var(--muted); }

.wrap { max-width: var(--maxw); margin: 0 auto; padding-inline: var(--pad); }
.section { padding-block: clamp(4.5rem, 11vw, 9rem); }

.eyebrow {
  font-family: var(--font-body);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.74rem;
  font-weight: 600;
  color: var(--leaf);
  display: inline-flex;
  align-items: center;
  gap: 0.6em;
}
.eyebrow::before {
  content: "";
  width: 1.8em; height: 1px;
  background: var(--sun);
  display: inline-block;
}
.lede { font-size: clamp(1.1rem, 1.7vw, 1.35rem); color: var(--fg); max-width: 56ch; }
.measure { max-width: 64ch; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 0.55em;
  font-weight: 600; font-size: 0.95rem;
  padding: 0.95em 1.7em;
  border-radius: 999px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform .25s ease, background .25s ease, color .25s ease, box-shadow .25s ease;
  font-family: var(--font-body);
}
.btn--primary { background: var(--forest); color: var(--fg); }
.btn--primary:hover { background: var(--sun); color: #1B1B1E; transform: translateY(-2px); box-shadow: var(--shadow); }
.btn--gold { background: var(--sun); color: #1B1B1E; }
.btn--gold:hover { transform: translateY(-2px); box-shadow: 0 12px 28px oklch(74% 0.13 82 / 0.45); }
.btn--ghost { border-color: currentColor; color: var(--fg); }
.btn--ghost:hover { background: var(--fg); color: var(--bg); }
.btn--on-dark { border-color: oklch(100% 0 0 / 0.5); color: #fff; }
.btn--on-dark:hover { background: var(--sun); color: #1B1B1E; border-color: var(--sun); }
.btn:active { transform: translateY(0) scale(0.98); }
.arrow { transition: transform .25s ease; }
.btn:hover .arrow, .textlink:hover .arrow { transform: translateX(4px); }

.textlink {
  display: inline-flex; align-items: center; gap: 0.4em;
  font-weight: 600; color: var(--leaf);
  border-bottom: 1px solid oklch(80% 0.11 85 / 0.4);
  padding-bottom: 2px;
}
.textlink:hover { color: var(--fg); border-color: var(--fg); }

/* ---------- nav (logo fixed top-left; vertical link rail on the right) ---------- */
/* the nav is a non-interactive full-viewport layer; its children re-enable pointer events */
.nav { position: fixed; inset: 0; z-index: 50; pointer-events: none; }
.nav--solid { position: fixed; }

/* brand floats at the top-left over the hero; full lockup on load → icon on scroll */
.nav__brand {
  position: absolute; top: 1.5rem; left: clamp(1.2rem, 4vw, 3rem);
  pointer-events: auto; display: flex; align-items: center;
  transition: transform .35s ease;
}
.nav__brand:hover { transform: translateY(-2px); }
.nav__logo { display: block; object-fit: contain; transition: opacity .4s ease, transform .4s ease; }
.nav__logo--full { height: 5.29rem; opacity: 1; }          /* stacked full-colour lockup */
.nav__logo--icon {
  position: absolute; left: 0; top: 50%;
  height: 5.52rem; opacity: 0;                              /* tall vertical C·sun·S lockup */
  transform: translateY(-50%) scale(.9); pointer-events: none;
}
.nav.scrolled .nav__logo--full { opacity: 0; transform: scale(.94); }
.nav.scrolled .nav__logo--icon { opacity: 1; transform: translateY(-50%) scale(1); }

/* real sun-over-hills emblem — used in the footer brand */
.nav__mark { width: auto; height: 2.55rem; flex: none; display: inline-block; object-fit: contain; }

/* vertical link rail pinned to the right edge */
.nav__links {
  pointer-events: auto;
  position: absolute; top: 0; right: 0; bottom: 0; width: var(--rail);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 0.5rem;
  background: linear-gradient(180deg, oklch(10% 0.008 265 / 0.2), oklch(10% 0.008 265 / 0.04));
  -webkit-backdrop-filter: blur(8px) saturate(1.1); backdrop-filter: blur(8px) saturate(1.1);
  border-left: 1px solid oklch(100% 0 0 / 0.045);
  transition: background .35s ease, border-color .35s ease;
}
.nav.scrolled .nav__links { background: oklch(9% 0.008 265 / 0.44); border-color: oklch(100% 0 0 / 0.08); }
/* morphing gold indicator that glides vertically behind the hovered / active link (positioned by JS) */
.nav__pill {
  position: absolute; z-index: 0; left: 50%; top: 0;
  width: 42px; height: 0; opacity: 0;
  transform: translate(-50%, 0);
  background: var(--sun); border-radius: 999px;
  box-shadow: 0 6px 18px oklch(74% 0.13 82 / 0.5);
  transition: transform .55s cubic-bezier(.34,1.4,.5,1), height .55s cubic-bezier(.34,1.4,.5,1), opacity .3s ease;
  pointer-events: none;
}
/* links run vertically (writing-mode) so the rail can stay slim */
.nav__links a:not(.btn) {
  writing-mode: vertical-rl; position: relative; z-index: 1;
  color: oklch(100% 0 0 / 0.68); font-family: var(--font-body);
  font-weight: 500; font-size: 0.68rem;
  text-transform: uppercase; letter-spacing: 0.16em;
  padding: 0.95rem 0.5rem; border-radius: 999px; transition: color .3s ease;
}
.nav__links a:not(.btn).active { color: #1B1B1E; }
.nav__links a:not(.btn):hover { color: var(--sun); }
.nav__cta {
  writing-mode: vertical-rl; margin-top: 0.55rem;
  padding: 1.05rem 0.55rem; font-size: 0.68rem;
  text-transform: uppercase; letter-spacing: 0.2em;
  background: transparent; color: var(--sun); border: 1px solid oklch(74% 0.13 82 / 0.6);
}
.nav__cta:hover { background: var(--sun); color: #1B1B1E; border-color: var(--sun); }
/* LinkedIn icon at the foot of the rail (white, gold on hover) */
.nav__social { pointer-events: auto; color: #fff; opacity: 0.85; margin-top: 1rem; padding: 0.35rem; line-height: 0; display: inline-flex; transition: color .25s ease, opacity .25s ease, transform .25s ease; }
.nav__social svg { width: 20px; height: 20px; display: block; }
.nav__social:hover { color: var(--sun); opacity: 1; transform: translateY(-2px); }

/* ---------- connect modal (nav CTA popup form) ---------- */
.modal[hidden] { display: none; }
.modal {
  position: fixed; inset: 0; z-index: 200;
  display: flex; align-items: center; justify-content: center; padding: 1.5rem;
  background: oklch(4% 0.004 265 / 0.7);
  -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
  animation: modalfade .28s ease;
}
@keyframes modalfade { from { opacity: 0; } to { opacity: 1; } }
.modal__card {
  position: relative; width: min(520px, 100%); max-height: 90vh; overflow-y: auto;
  background: var(--surface); border: 1px solid var(--border); border-radius: 20px;
  padding: clamp(1.7rem, 3vw, 2.6rem);
  box-shadow: 0 30px 80px oklch(0% 0 0 / 0.55);
  animation: modalrise .32s cubic-bezier(.2,.8,.3,1);
}
@keyframes modalrise { from { transform: translateY(16px); opacity: 0; } to { transform: none; opacity: 1; } }
.modal__close {
  position: absolute; top: 0.9rem; right: 0.9rem; width: 40px; height: 40px;
  border-radius: 50%; background: oklch(100% 0 0 / 0.06); border: 1px solid var(--border);
  color: var(--fg); font-size: 1.4rem; line-height: 1; cursor: pointer;
  display: grid; place-items: center; transition: background .2s ease;
}
.modal__close:hover { background: oklch(100% 0 0 / 0.12); }
.modal__card h3 { margin: 0.5rem 0 1.3rem; }
body.modal-open { overflow: hidden; }

/* scroll progress indicator */
.scrollbar {
  position: fixed; top: 0; left: 0; z-index: 100; height: 2px; width: 100%;
  transform: scaleX(0); transform-origin: 0 50%;
  background: linear-gradient(90deg, var(--sun), var(--leaf)); will-change: transform;
}

.nav__toggle { display: none; background: none; border: 0; cursor: pointer; color: #fff; padding: 0.4rem; line-height: 0; pointer-events: auto; }

/* content clears the right rail on desktop (bg imagery stays full-bleed behind it) */
@media (min-width: 981px) { .wrap { padding-right: calc(var(--pad) + var(--rail)); } }

/* ---------- hero ---------- */
.hero { position: relative; min-height: 100svh; display: flex; align-items: flex-end; overflow: hidden; color: #fff; }
.hero__bg { position: absolute; inset: -16% 0; z-index: 0; }
/* parallax containers receive the scroll transform in JS — promote them to their own
   GPU layer so the movement stays on the compositor and reads perfectly smooth */
.hero__bg, .pagehero__bg, .parallax__bg, .brandsec__bg { will-change: transform; transform: translateZ(0); backface-visibility: hidden; -webkit-backface-visibility: hidden; }
.hero__bg img { width: 100%; height: 132%; object-fit: cover; will-change: transform; transform: scale(1.08); animation: kenburns 26s ease-in-out infinite alternate; }
@keyframes kenburns { from { transform: scale(1.08) translate3d(0,0,0); } to { transform: scale(1.16) translate3d(-2%, -2%, 0); } }
/* motion hero — a still image plays until a video clip (assets/hero.mp4) is present,
   then the <video> fades in over the top. No clip = the animated still stays. */
.hero__video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; opacity: 0; transition: opacity 1.4s ease; }
.hero__video.ready { opacity: 1; }
.hero::after {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background:
    linear-gradient(180deg, oklch(0% 0 0 / 0.74) 0%, oklch(0% 0 0 / 0.46) 32%, oklch(0% 0 0 / 0.26) 56%, oklch(0% 0 0 / 0.14) 80%),
    linear-gradient(0deg, oklch(4% 0.004 265 / 0.9) 4%, oklch(8% 0.008 265 / 0.56) 50%, oklch(0% 0 0 / 0.3) 82%, oklch(0% 0 0 / 0.12) 100%),
    oklch(0% 0 0 / 0.34);
}
.hero__inner { position: relative; z-index: 2; width: 100%; padding-bottom: clamp(3.5rem, 8vw, 6.5rem); display: flex; flex-direction: column; align-items: center; text-align: center; }
.hero .eyebrow { color: oklch(86% 0.09 88); justify-content: center; }
.hero .eyebrow::before { background: var(--sun); }
.hero h1 { color: #fff; max-width: 18ch; margin: 1rem auto 1.3rem; text-shadow: 0 2px 30px oklch(0% 0 0 / 0.5); }
.hero__sub { color: oklch(100% 0 0 / 0.88); font-size: clamp(1.05rem, 1.7vw, 1.35rem); max-width: 48ch; margin: 0 auto 2rem; }
.hero__actions { display: flex; gap: 1rem; flex-wrap: wrap; justify-content: center; }
.scrollcue {
  position: absolute; left: 50%; bottom: 1.6rem; z-index: 2; transform: translateX(-50%);
  color: oklch(100% 0 0 / 0.7); font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase;
  display: flex; flex-direction: column; align-items: center; gap: 0.5rem;
}
.scrollcue span { width: 1px; height: 38px; background: linear-gradient(var(--sun), transparent); animation: cue 2s ease-in-out infinite; }
@keyframes cue { 0%,100% { opacity:.3; transform: scaleY(.6); transform-origin: top; } 50% { opacity:1; transform: scaleY(1); } }

/* page hero (inner pages) — full-bleed image header */
.pagehero { position: relative; min-height: 100svh; display: flex; align-items: flex-end; overflow: hidden; color: #fff; }
.pagehero__bg { position: absolute; inset: -16% 0; z-index: 0; }
.pagehero__bg img { width: 100%; height: 132%; object-fit: cover; will-change: transform; transform: scale(1.06); animation: kenburns 30s ease-in-out infinite alternate; }
.pagehero::after {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background:
    linear-gradient(180deg, oklch(0% 0 0 / 0.64) 0%, oklch(0% 0 0 / 0.2) 32%, transparent 48%),
    linear-gradient(0deg, oklch(4% 0.004 265 / 0.88) 4%, oklch(8% 0.008 265 / 0.24) 54%, transparent 84%);
}
.pagehero__inner { position: relative; z-index: 2; width: 100%; padding-top: clamp(6rem, 12vw, 9rem); padding-bottom: clamp(2.6rem, 6vw, 4.5rem); }
.pagehero .eyebrow { color: oklch(86% 0.09 88); }
.pagehero .eyebrow::before { background: var(--sun); }
.pagehero h1 { color: #fff; max-width: 20ch; margin: 1rem 0 1.1rem; text-shadow: 0 2px 30px oklch(0% 0 0 / 0.5); }
.pagehero .lede { color: oklch(100% 0 0 / 0.9); font-size: clamp(1.05rem, 1.7vw, 1.3rem); max-width: 54ch; }

/* ---------- generic layout helpers ---------- */
.grid { display: grid; gap: clamp(1.5rem, 3vw, 2.5rem); }
.grid--2 { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 1fr; }
.grid--3 { grid-template-columns: repeat(3, 1fr); grid-auto-rows: 1fr; }
/* cards nested inside a split column would be squished into narrow slivers;
   give them the full column width (2-up only once there's real room) */
.split .grid--2, .split .grid--3 { grid-template-columns: 1fr; grid-auto-rows: auto; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 6vw, 5rem); align-items: center; }
.stack > * + * { margin-top: 1.1rem; }

.kicker-head { max-width: 52ch; }
.kicker-head h2 { margin-top: 0.9rem; }
.kicker-head p { margin-top: 1.1rem; }

/* ---------- full-height brand sections (brands page) ---------- */
.brandsec { position: relative; min-height: 100svh; display: grid; place-items: center; overflow: hidden; color: #fff; padding: clamp(4rem, 10vw, 7rem) 0; }
.brandsec__bg { position: absolute; inset: -14% 0; z-index: 0; }
.brandsec__bg img { width: 100%; height: 128%; object-fit: cover; will-change: transform; }
.brandsec::after {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background:
    linear-gradient(120deg, color-mix(in srgb, var(--brand) 55%, transparent) 0%, transparent 56%),
    linear-gradient(180deg, oklch(8% 0.01 265 / 0.55), oklch(7% 0.01 265 / 0.78));
}
.brandsec__inner { position: relative; z-index: 2; text-align: center; max-width: 640px; margin-inline: auto; }
.brandsec__index { display: inline-block; font-family: var(--font-body); text-transform: uppercase; letter-spacing: 0.22em; font-size: 0.72rem; color: var(--brand); margin-bottom: 1.4rem; }
.brandsec__logo { height: clamp(3.6rem, 7vw, 5.4rem); width: auto; display: block; margin: 0 auto 1.9rem; filter: drop-shadow(0 6px 22px oklch(0% 0 0 / 0.55)); }
.brandsec__desc { color: oklch(100% 0 0 / 0.9); font-size: clamp(1.05rem, 1.7vw, 1.3rem); max-width: 52ch; margin: 0 auto 1.9rem; }
.tags--brand { justify-content: center; }
.brandsec .tag { background: color-mix(in srgb, var(--brand) 20%, transparent); color: var(--brand); border: 1px solid color-mix(in srgb, var(--brand) 40%, transparent); }
.brandsec__links { display: flex; flex-wrap: wrap; justify-content: center; gap: 1.6rem; margin-top: 1.7rem; }
.brandsec__link {
  font-family: var(--font-body); font-weight: 600; font-size: 0.78rem;
  letter-spacing: 0.08em; text-transform: uppercase; color: var(--brand);
  border-bottom: 1px solid color-mix(in srgb, var(--brand) 50%, transparent);
  padding-bottom: 3px; transition: color .25s ease, border-color .25s ease;
}
.brandsec__link:hover { color: #fff; border-color: #fff; }

/* home-page brand cards (image + brand-colour, like the brands page) */
.brandcards { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 1.2rem; margin-top: 3rem; }
.brandcard { position: relative; overflow: hidden; border-radius: 16px; min-height: 320px; display: flex; flex-direction: column; justify-content: flex-end; padding: 1.7rem; color: #fff; border: 1px solid var(--border); }
.brandcard__bg { position: absolute; inset: 0; z-index: 0; }
.brandcard__bg img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.brandcard::after {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(180deg, color-mix(in srgb, var(--brand) 34%, transparent) 0%, transparent 34%, oklch(6% 0.01 265 / 0.62) 62%, oklch(5% 0.01 265 / 0.9) 100%);
}
.brandcard__inner { position: relative; z-index: 2; }
.brandcard__logo { height: 2.3rem; width: auto; display: block; margin-bottom: 0.9rem; filter: drop-shadow(0 4px 14px oklch(0% 0 0 / 0.55)); }
.brandcard p { font-size: 0.92rem; color: oklch(100% 0 0 / 0.9); }
.brandcard:hover .brandcard__bg img { transform: scale(1.06); }
.brandcard:hover { border-color: color-mix(in srgb, var(--brand) 55%, transparent); }

/* media frame */
.frame { position: relative; border-radius: 18px; overflow: hidden; box-shadow: var(--shadow); }
.frame img { width: 100%; height: 100%; object-fit: cover; }
.frame--tall { aspect-ratio: 4/5; }
.frame--wide { aspect-ratio: 16/10; }
.frame__tag {
  position: absolute; left: 1rem; bottom: 1rem;
  background: oklch(0% 0 0 / 0.55); backdrop-filter: blur(6px);
  color: #fff; font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase;
  padding: 0.5em 0.9em; border-radius: 999px;
  border: 1px solid oklch(100% 0 0 / 0.14);
}

/* parallax band */
.parallax { position: relative; min-height: 100vh; min-height: 100svh; display: grid; place-items: center; overflow: hidden; color: #fff; text-align: center; }
.parallax__bg { position: absolute; inset: -12% 0; z-index: 0; }
.parallax__bg img { width: 100%; height: 124%; object-fit: cover; will-change: transform; }
.parallax::after { content: ""; position: absolute; inset: 0; background: oklch(12% 0.012 265 / 0.66); z-index: 1; }
.parallax .wrap { position: relative; z-index: 2; }
.parallax h2 { color: #fff; max-width: 18ch; margin-inline: auto; }
.parallax p { color: oklch(100% 0 0 / 0.85); max-width: 50ch; margin: 1.2rem auto 0; }

/* full-viewport-height statement band */
.parallax--full { min-height: 100vh; min-height: 100svh; }
.parallax--full h2 { font-size: clamp(2.4rem, 5.5vw, 4.2rem); max-width: 20ch; }
.parallax--full p { font-size: clamp(1.05rem, 1.7vw, 1.3rem); }
/* mission split — heading left, blurb right (over the full-bleed band) */
.mission-split { display: grid; grid-template-columns: 0.82fr 1.18fr; gap: clamp(2rem, 5vw, 5rem); align-items: start; text-align: left; max-width: var(--maxw); }
.mission-split .eyebrow { justify-content: flex-start; }
.mission-split h2 { max-width: 15ch; margin: 0.9rem 0 0; font-size: clamp(2.2rem, 4.6vw, 3.7rem); line-height: 1.03; }
.mission-split h2::after { content: ""; display: block; width: 68px; height: 2px; background: var(--sun); margin-top: 1.7rem; }
.mission-split p { max-width: 50ch; margin: 0; }
.mission-split p:first-of-type { font-size: clamp(1.15rem, 1.5vw, 1.42rem); line-height: 1.75; color: #fff; }
.mission-split p + p { margin-top: 1.2rem; color: oklch(100% 0 0 / 0.78); }

/* story block (our story) — lead paragraph + emphasised brand names */
.story-lead { font-size: clamp(1.12rem, 1.5vw, 1.38rem); line-height: 1.72; color: var(--fg); }
.story-copy strong { color: var(--sun); font-weight: 600; }

/* brand logo plates — most marks are white/reverse art, so they sit on a dark plate */
.brandlogo {
  display: inline-flex; align-items: center; justify-content: center;
  background: oklch(30% 0.018 265);
  border: 1px solid oklch(100% 0 0 / 0.1);
  border-radius: 12px; padding: 0.9rem 1.25rem;
}
.brandlogo img { height: 40px; width: auto; max-width: 240px; object-fit: contain; }
.brandlogo--block { display: flex; width: 100%; padding-block: 1.5rem; margin-bottom: 1.2rem; }
.brandlogo--block img { height: 48px; max-width: 80%; }
.brandlogo--mono img { filter: grayscale(1) brightness(1.35); opacity: 0.92; }
.entry__head { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; margin-bottom: 0.6rem; }

/* cards */
.card {
  background: var(--surface); border: 1px solid var(--border); border-radius: 16px;
  padding: clamp(1.5rem, 2.6vw, 2.2rem);
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: oklch(74% 0.13 82 / 0.5); }
.card__num { font-family: var(--font-display); font-size: 1.1rem; color: var(--sun); font-weight: 600; }
.card h3 { margin: 0.7rem 0 0.6rem; }
.card p { font-size: 0.97rem; }

/* values list */
.value { padding: 1.6rem 0; border-top: 1px solid var(--border); display: grid; grid-template-columns: 3.2rem 1fr; gap: 1.4rem; align-items: start; }
.value__no { font-family: var(--font-display); color: var(--sun); font-size: 1.25rem; font-weight: 600; }
.value h3 { font-size: 1.3rem; margin-bottom: 0.4rem; }

/* stat row */
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.stat__n { font-family: var(--font-display); font-size: clamp(2.4rem, 5vw, 3.6rem); color: var(--sun); line-height: 1; }
.stat__l { text-transform: uppercase; letter-spacing: 0.1em; font-size: 0.75rem; color: var(--muted); margin-top: 0.6rem; font-weight: 600; }

/* brand / service entries */
.entry { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; padding-block: clamp(2.5rem, 6vw, 5rem); border-top: 1px solid var(--border); }
.entry:nth-child(even) .entry__media { order: 2; }
.entry__media .frame { aspect-ratio: 5/4; }
.entry__index { font-family: var(--font-display); color: var(--sun); font-weight: 600; letter-spacing: 0.05em; }
.entry h2 { margin: 0.5rem 0 1rem; }
.tags { display: flex; flex-wrap: wrap; gap: 0.6rem; margin-top: 1.3rem; }
.tag { font-size: 0.8rem; padding: 0.45em 0.95em; border-radius: 999px; background: oklch(74% 0.13 82 / 0.14); color: var(--leaf); font-weight: 600; }
/* card numbers, service indices and standard pills removed per direction (brand-section pills kept) */
.card__num, .entry__index { display: none; }
.tags:not(.tags--brand) { display: none; }

/* CTA band */
.cta {
  background: linear-gradient(135deg, var(--forest), #17181C);
  color: #fff; border-radius: 22px; padding: clamp(2.5rem, 6vw, 4.5rem);
  text-align: center; position: relative; overflow: hidden;
  border: 1px solid oklch(100% 0 0 / 0.08);
}
.cta::before { content: ""; position: absolute; width: 60%; height: 200%; top: -50%; right: -10%; background: radial-gradient(closest-side, oklch(74% 0.13 82 / 0.32), transparent); }
.cta h2 { color: #fff; max-width: 20ch; margin: 0.6rem auto 1rem; position: relative; }
.cta p { color: oklch(100% 0 0 / 0.85); max-width: 46ch; margin: 0 auto 2rem; position: relative; }
.cta .eyebrow { color: oklch(86% 0.09 88); justify-content: center; }
.cta__actions { position: relative; display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

/* page header (inner pages) */
.pagehead { padding: clamp(8rem, 14vw, 11rem) 0 clamp(2.5rem, 6vw, 4rem); background: linear-gradient(180deg, #202127, var(--bg)); }
.pagehead h1 { max-width: 18ch; margin-top: 1rem; }
.pagehead p { margin-top: 1.3rem; }

/* contact */
.contact-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(2rem, 5vw, 4rem); align-items: start; }
.info-item { padding: 1.3rem 0; border-bottom: 1px solid var(--border); }
.info-item .lbl { text-transform: uppercase; letter-spacing: 0.12em; font-size: 0.72rem; color: var(--leaf); font-weight: 600; margin-bottom: 0.4rem; }
.info-item .val { font-size: 1.05rem; color: var(--fg); }
form .field { margin-bottom: 1.2rem; }
form label { display: block; font-size: 0.82rem; font-weight: 600; letter-spacing: 0.04em; margin-bottom: 0.45rem; color: var(--fg); }
form input, form select, form textarea {
  width: 100%; font: inherit; color: var(--fg);
  background: var(--surface); border: 1px solid var(--border); border-radius: 10px;
  padding: 0.85em 1em; transition: border-color .2s ease, box-shadow .2s ease;
}
form input::placeholder, form textarea::placeholder { color: oklch(62% 0.01 265); }
form select { color: var(--fg); }
form input:focus, form select:focus, form textarea:focus { outline: none; border-color: var(--sun); box-shadow: 0 0 0 3px oklch(74% 0.13 82 / 0.22); }
form textarea { min-height: 140px; resize: vertical; }
.form-note { font-size: 0.85rem; margin-top: 1rem; }
.form-status { margin-top: 1rem; font-weight: 600; }
.form-status.ok { color: var(--sun); }
.form-status.err { color: oklch(68% 0.17 25); }
.error-msg { color: oklch(68% 0.17 25); font-size: 0.8rem; margin-top: 0.35rem; display: none; }
.field.invalid input, .field.invalid textarea, .field.invalid select { border-color: oklch(68% 0.17 25); }
.field.invalid .error-msg { display: block; }

/* ---------- footer ---------- */
.footer { background: #131417; color: oklch(100% 0 0 / 0.7); padding-block: clamp(3.5rem, 7vw, 5rem) 2rem; margin-top: 2rem; border-top: 1px solid var(--border); }
.footer__top { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 2.5rem; padding-bottom: 3rem; border-bottom: 1px solid oklch(100% 0 0 / 0.12); }
.footer__brand { font-family: var(--font-display); font-size: 1.5rem; color: #fff; display: flex; align-items: center; gap: 0.5em; margin-bottom: 1rem; }
.footer__brand .nav__mark { height: 2.1rem; }
.footer__social { display: inline-flex; align-items: center; gap: 0.55em; margin-top: 1.2rem; color: oklch(100% 0 0 / 0.72); font-size: 0.85rem; font-weight: 600; transition: color .25s ease; }
.footer__social svg { width: 20px; height: 20px; flex: none; }
.footer__social:hover { color: var(--sun); }
.footer p { color: oklch(100% 0 0 / 0.6); font-size: 0.95rem; max-width: 38ch; }
.footer h4 { color: #fff; font-family: var(--font-body); font-size: 0.78rem; letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 1.1rem; font-weight: 600; }
.footer__col a { display: block; color: oklch(100% 0 0 / 0.72); padding: 0.35rem 0; transition: color .2s ease; }
.footer__col a:hover { color: var(--sun); }
.footer__bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 1.8rem; font-size: 0.82rem; flex-wrap: wrap; gap: 1rem; }
.footer__bottom .leaf { color: var(--sun); }

/* ---------- reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .8s cubic-bezier(.16,.8,.3,1), transform .8s cubic-bezier(.16,.8,.3,1); }
.reveal.in { opacity: 1; transform: none; }
.reveal[data-delay="1"] { transition-delay: .08s; }
.reveal[data-delay="2"] { transition-delay: .16s; }
.reveal[data-delay="3"] { transition-delay: .24s; }
.reveal[data-delay="4"] { transition-delay: .32s; }

/* ---------- age gate ---------- */
.agegate {
  position: fixed; inset: 0; z-index: 200;
  display: grid; place-items: center;
  background: oklch(0% 0 0 / 0.72);
  backdrop-filter: blur(10px) saturate(1.1);
}
.agegate[hidden] { display: none; }
.agegate__card {
  background: var(--surface); border-radius: 20px; max-width: 440px; width: calc(100% - 2.5rem);
  padding: clamp(2rem, 5vw, 3rem); text-align: center; box-shadow: var(--shadow);
  border: 1px solid var(--border);
}
.agegate__mark { width: 3rem; height: 3rem; border-radius: 50%; background: var(--sun); color: #1B1B1E; display: grid; place-items: center; margin: 0 auto 1.3rem; font-family: var(--font-display); font-weight: 700; font-size: 1.2rem; }
.agegate h2 { font-size: 1.7rem; }
.agegate p { margin: 0.9rem 0 1.8rem; font-size: 0.97rem; }
.agegate__actions { display: flex; gap: 0.8rem; justify-content: center; }
.agegate__deny { background: none; border: 1px solid var(--border); color: var(--muted); }
.agegate__deny:hover { color: var(--fg); border-color: var(--muted); }
.agegate__legal { margin-top: 1.4rem; font-size: 0.78rem; color: var(--muted); }
body.locked { overflow: hidden; }

/* ---------- Nacotta-inspired editorial elements ---------- */

/* running marquee strip */
.marquee {
  background: var(--forest);
  color: oklch(96% 0.02 95);
  overflow: hidden;
  padding-block: 1.15rem;
  border-block: 1px solid oklch(100% 0 0 / 0.1);
}
.marquee__track {
  display: flex; align-items: center; gap: 2.6rem;
  width: max-content;
  animation: marquee 34s linear infinite;
}
.marquee__track span {
  display: inline-flex; align-items: center; gap: 2.6rem;
  white-space: nowrap;
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 2vw, 1.6rem);
  letter-spacing: 0.02em;
}
.marquee .dot { color: var(--sun); font-size: 0.72em; font-style: normal; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* airy editorial statement band */
.statement { text-align: center; }
.statement .wrap { max-width: 1000px; }
.statement__lead {
  font-family: var(--font-display); font-weight: 500;
  font-size: clamp(2.2rem, 4.6vw, 3.7rem);
  line-height: 1.14; letter-spacing: -0.01em;
  color: var(--fg);
}
.statement__lead em { font-style: italic; color: var(--leaf); }
.statement__sub { max-width: 52ch; margin: 1.6rem auto 0; }

/* rotating wax-seal stamp */
.media-stamp { position: relative; }
.media-stamp .seal { position: absolute; right: -20px; bottom: -20px; z-index: 4; }
.seal { width: 132px; height: 132px; display: grid; place-items: center; flex: none; }
.seal::before {
  content: ""; position: absolute; inset: 0; border-radius: 50%;
  background: var(--bg); border: 1px solid var(--border);
}
.seal__disc {
  position: absolute; inset: 18px; border-radius: 50%;
  background: var(--sun); box-shadow: 0 10px 26px oklch(74% 0.13 82 / 0.4);
}
.seal svg { position: absolute; inset: 0; width: 100%; height: 100%; animation: spin 22s linear infinite; }
.seal text { fill: var(--fg); font-family: var(--font-body); font-size: 11px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; }
.seal__mark { position: relative; z-index: 1; width: 56px; height: auto; object-fit: contain; }
@keyframes spin { to { transform: rotate(360deg); } }

/* ---------- responsive ---------- */
/* below 980px the right rail collapses: logo top-left, hamburger top-right, dropdown menu */
@media (max-width: 980px) {
  .nav__brand { top: 1rem; }
  .nav__logo--full { height: 3.91rem; }
  .nav__logo--icon { height: 4.37rem; }
  .nav__links { display: none; }
  .nav__links.open {
    display: flex; flex-direction: column; align-items: stretch; justify-content: flex-start; gap: 0.35rem;
    position: absolute; top: 4.4rem; right: var(--pad); left: auto; bottom: auto;
    width: auto; min-width: 232px;
    background: oklch(13% 0.012 265 / 0.97);
    -webkit-backdrop-filter: blur(18px) saturate(1.2); backdrop-filter: blur(18px) saturate(1.2);
    border: 1px solid var(--border); border-radius: 16px; padding: 0.7rem;
    box-shadow: 0 20px 50px oklch(0% 0 0 / 0.5);
  }
  .nav__links.open a:not(.btn) {
    writing-mode: horizontal-tb; color: var(--fg);
    padding: 0.7rem 1rem; border-radius: 10px; font-size: 0.82rem; letter-spacing: 0.1em;
  }
  .nav__links.open a:not(.btn):hover, .nav__links.open a:not(.btn).active { background: oklch(100% 0 0 / 0.07); color: #fff; }
  .nav__cta {
    writing-mode: horizontal-tb; margin: 0.35rem 0 0; justify-content: center;
    padding: 0.72rem 1rem; font-size: 0.72rem; letter-spacing: 0.1em;
  }
  .nav__pill { display: none; }
  .nav__toggle { display: inline-flex; position: absolute; top: 1.1rem; right: var(--pad); color: #fff; }
}
@media (max-width: 920px) {
  .grid--2, .grid--3, .split, .entry, .contact-grid, .stats, .footer__top, .mission-split { grid-template-columns: 1fr; }
  .mission-split { gap: 1.4rem; }
  .grid--2, .grid--3 { grid-auto-rows: auto; }
  .entry:nth-child(even) .entry__media { order: 0; }
  .stats { gap: 2rem; text-align: left; }
  .seal { width: 104px; height: 104px; }
  .seal__mark { width: 44px; }
  .media-stamp .seal { right: 6px; bottom: -16px; }
}
@media (prefers-reduced-motion: reduce) {
  .hero__bg img, .pagehero__bg img { animation: none; }
  .reveal { transition: none; opacity: 1; transform: none; }
  html { scroll-behavior: auto; }
  .scrollcue span { animation: none; }
  .marquee__track, .seal svg { animation: none; }
}

/* ============================================================
   Interactive facilities map (Our Story) — CSS-only selection
   ============================================================ */
.facmap { position: relative; display: grid; grid-template-columns: 1.55fr 1fr; gap: clamp(1.4rem, 3vw, 2.6rem); margin-top: clamp(2rem, 4vw, 3rem); align-items: stretch; }
.facmap__radio { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; border: 0; clip: rect(0 0 0 0); overflow: hidden; }

/* stage / map */
.facmap__stage { position: relative; aspect-ratio: 800 / 560; border: 1px solid var(--border); border-radius: 18px; overflow: hidden; background: radial-gradient(130% 110% at 28% 18%, #23252c 0%, #191a1e 68%); box-shadow: var(--shadow); }
.facmap__svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.facmap__topo { opacity: 0.14; }
.facmap__creek { opacity: 0.32; }
.facmap__road { stroke: oklch(100% 0 0 / 0.16); stroke-width: 2.5; }
.facmap__road--arterial { stroke: oklch(100% 0 0 / 0.26); stroke-width: 4.5; }
.facmap__roadname { fill-opacity: 0.42; text-transform: uppercase; }
.facmap__place { position: absolute; right: 1rem; bottom: 0.9rem; font-family: var(--font-body); font-size: 0.72rem; letter-spacing: 0.18em; text-transform: uppercase; color: oklch(100% 0 0 / 0.5); }

/* pins */
.pin { position: absolute; transform: translate(-50%, -50%); cursor: pointer; z-index: 3; }
.pin__dot { display: block; width: 15px; height: 15px; border-radius: 50%; background: var(--sun); border: 2px solid #fff; box-shadow: 0 2px 10px oklch(0% 0 0 / 0.6); transition: transform .2s ease, box-shadow .2s ease; position: relative; z-index: 2; }
.pin__ring { position: absolute; left: 50%; top: 50%; width: 15px; height: 15px; border-radius: 50%; border: 2px solid var(--sun); transform: translate(-50%, -50%); opacity: 0; z-index: 1; }
.pin__label { position: absolute; left: 50%; bottom: 165%; transform: translateX(-50%); white-space: nowrap; background: oklch(0% 0 0 / 0.72); backdrop-filter: blur(6px); color: #fff; font-family: var(--font-body); font-size: 0.68rem; letter-spacing: 0.1em; text-transform: uppercase; padding: 0.35em 0.7em; border-radius: 999px; border: 1px solid var(--border); opacity: 0; transition: opacity .2s ease; pointer-events: none; }
.pin:hover .pin__dot { transform: scale(1.18); }
.pin:hover .pin__label { opacity: 1; }

/* selector list */
.facmap__panel { display: flex; flex-direction: column; }
.facmap__list { display: flex; flex-direction: column; gap: 0.55rem; }
.faclink { display: flex; align-items: center; gap: 0.9rem; padding: 0.85rem 1.05rem; border: 1px solid var(--border); border-radius: 12px; cursor: pointer; color: var(--fg); font-family: var(--font-body); background: oklch(100% 0 0 / 0.015); transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.faclink:hover { border-color: color-mix(in srgb, var(--sun) 45%, transparent); transform: translateX(2px); }
.faclink__no { font-size: 0.72rem; letter-spacing: 0.16em; color: var(--muted); }
.faclink__name { font-weight: 500; }

/* detail card */
.facmap__detail { margin-top: 1.3rem; padding-top: 1.3rem; border-top: 1px solid var(--border); flex: 1; }
.facdetail { display: none; }
.facdetail__badge { display: inline-block; font-family: var(--font-body); font-size: 0.68rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--sun); border: 1px solid color-mix(in srgb, var(--sun) 40%, transparent); border-radius: 999px; padding: 0.35em 0.8em; margin-bottom: 0.9rem; }
.facdetail h3 { font-size: clamp(1.5rem, 2.6vw, 2rem); }
.facdetail__addr { color: var(--muted); margin: 0.6rem 0 1.1rem; line-height: 1.55; }

/* ---- selected state (driven by the checked radio) ---- */
#fac-sparling:checked ~ .facmap__stage .pin--sparling .pin__dot,
#fac-harwill:checked  ~ .facmap__stage .pin--harwill  .pin__dot,
#fac-barrie:checked   ~ .facmap__stage .pin--barrie   .pin__dot { transform: scale(1.35); box-shadow: 0 0 0 4px color-mix(in srgb, var(--sun) 32%, transparent), 0 2px 12px oklch(0% 0 0 / 0.6); }
#fac-sparling:checked ~ .facmap__stage .pin--sparling .pin__label,
#fac-harwill:checked  ~ .facmap__stage .pin--harwill  .pin__label,
#fac-barrie:checked   ~ .facmap__stage .pin--barrie   .pin__label { opacity: 1; }
#fac-sparling:checked ~ .facmap__stage .pin--sparling .pin__ring,
#fac-harwill:checked  ~ .facmap__stage .pin--harwill  .pin__ring,
#fac-barrie:checked   ~ .facmap__stage .pin--barrie   .pin__ring { animation: pinpulse 1.9s ease-out infinite; }
#fac-sparling:checked ~ .facmap__panel .faclink--sparling,
#fac-harwill:checked  ~ .facmap__panel .faclink--harwill,
#fac-barrie:checked   ~ .facmap__panel .faclink--barrie { border-color: var(--sun); background: color-mix(in srgb, var(--sun) 12%, transparent); color: #fff; }
#fac-sparling:checked ~ .facmap__panel .fac--sparling,
#fac-harwill:checked  ~ .facmap__panel .fac--harwill,
#fac-barrie:checked   ~ .facmap__panel .fac--barrie { display: block; }
/* keyboard focus mirrored onto the list control */
#fac-sparling:focus-visible ~ .facmap__panel .faclink--sparling,
#fac-harwill:focus-visible  ~ .facmap__panel .faclink--harwill,
#fac-barrie:focus-visible   ~ .facmap__panel .faclink--barrie { outline: 2px solid var(--sun); outline-offset: 3px; }

@keyframes pinpulse { 0% { opacity: 0.55; transform: translate(-50%, -50%) scale(1); } 100% { opacity: 0; transform: translate(-50%, -50%) scale(3.6); } }
@media (prefers-reduced-motion: reduce) { .pin__ring { animation: none !important; } }

@media (max-width: 820px) {
  .facmap { grid-template-columns: 1fr; }
}

/* ============================================================
   Countryside assistant — chat widget (all pages)
   ============================================================ */
.cc-chat { position: fixed; z-index: 130; left: 1.3rem; bottom: 1.3rem; display: flex; flex-direction: column; align-items: flex-start; gap: 0.8rem; }
@media (max-width: 980px) { .cc-chat { left: 1.1rem; bottom: 1.1rem; } }

.cc-launch { position: relative; display: inline-flex; align-items: center; justify-content: center; width: 60px; height: 60px; padding: 0; border: none; border-radius: 50%; background: var(--sun); color: #1B1B1E; cursor: pointer; box-shadow: 0 10px 28px oklch(0% 0 0 / 0.5); transition: transform .2s ease, background .2s ease; }
.cc-launch:hover { transform: translateY(-2px); background: var(--leaf); }
.cc-launch:focus-visible { outline: 2px solid #fff; outline-offset: 3px; }
.cc-launch svg { width: 26px; height: 26px; flex: none; }
.cc-launch__txt { display: none; }
.cc-launch__dot { position: absolute; top: 2px; right: 2px; width: 13px; height: 13px; border-radius: 50%; background: #4ec07a; border: 2px solid #1B1B1E; }
.cc-chat.is-open .cc-launch { display: none; }

.cc-panel { display: none; width: min(376px, calc(100vw - 2rem)); height: min(544px, calc(100vh - 3rem)); background: var(--surface); border: 1px solid var(--border); border-radius: 18px; overflow: hidden; flex-direction: column; box-shadow: 0 24px 60px oklch(0% 0 0 / 0.6); }
.cc-chat.is-open .cc-panel { display: flex; animation: ccpop .22s ease; }
@keyframes ccpop { from { opacity: 0; transform: translateY(12px) scale(.98); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) { .cc-chat.is-open .cc-panel { animation: none; } }

.cc-head { display: flex; align-items: center; gap: 0.7rem; padding: 0.9rem 1rem; background: linear-gradient(135deg, var(--forest), #23252b); border-bottom: 1px solid var(--border); }
.cc-head__avatar { width: 38px; height: 38px; border-radius: 50%; background: var(--sun); display: grid; place-items: center; flex: none; }
.cc-head__avatar svg { width: 20px; height: 20px; color: #1B1B1E; }
.cc-head__title { font-family: var(--font-body); font-weight: 600; color: #fff; font-size: 0.95rem; line-height: 1.2; }
.cc-head__sub { font-size: 0.72rem; color: oklch(100% 0 0 / 0.6); }
.cc-head__x { margin-left: auto; background: none; border: none; color: oklch(100% 0 0 / 0.7); font-size: 1.5rem; cursor: pointer; line-height: 1; padding: 0.1rem 0.4rem; border-radius: 8px; }
.cc-head__x:hover { color: #fff; background: oklch(100% 0 0 / 0.08); }

.cc-log { flex: 1; overflow-y: auto; padding: 1rem; display: flex; flex-direction: column; gap: 0.7rem; }
.cc-msg { max-width: 86%; padding: 0.7rem 0.9rem; border-radius: 14px; font-size: 0.9rem; line-height: 1.5; }
.cc-msg--bot { align-self: flex-start; background: oklch(100% 0 0 / 0.06); color: var(--fg); border-bottom-left-radius: 4px; }
.cc-msg--user { align-self: flex-end; background: var(--sun); color: #1B1B1E; border-bottom-right-radius: 4px; }
.cc-msg a.cc-cta { display: inline-block; margin-top: 0.55rem; padding: 0.5rem 0.95rem; background: var(--sun); color: #1B1B1E; border-radius: 999px; font-weight: 600; font-size: 0.82rem; text-decoration: none; }
.cc-msg a.cc-cta:hover { background: var(--leaf); }

.cc-chips { display: flex; flex-wrap: wrap; gap: 0.45rem; padding: 0 1rem 0.7rem; }
.cc-chip { padding: 0.45rem 0.8rem; border-radius: 999px; border: 1px solid var(--border); background: transparent; color: var(--fg); font-family: var(--font-body); font-size: 0.78rem; cursor: pointer; transition: border-color .2s ease, background .2s ease; }
.cc-chip:hover { border-color: var(--sun); background: oklch(74% 0.13 82 / 0.1); }

.cc-form { display: flex; gap: 0.5rem; padding: 0.75rem; border-top: 1px solid var(--border); }
.cc-input { flex: 1; background: oklch(0% 0 0 / 0.25); border: 1px solid var(--border); border-radius: 999px; padding: 0.65rem 1rem; color: var(--fg); font-family: var(--font-body); font-size: 0.88rem; }
.cc-input:focus { outline: none; border-color: var(--sun); }
.cc-send { flex: none; width: 42px; height: 42px; border-radius: 50%; border: none; background: var(--sun); color: #1B1B1E; cursor: pointer; display: grid; place-items: center; }
.cc-send:hover { background: var(--leaf); }
.cc-send svg { width: 18px; height: 18px; }

/* facilities — one map + site list */
.facmap__frame { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; display: block; background: #1B1B1E; }
.facmap__panel { display: flex; flex-direction: column; gap: 0.7rem; }
.facsite { display: flex; gap: 0.9rem; padding: 1rem 1.1rem; border: 1px solid var(--border); border-radius: 12px; background: oklch(100% 0 0 / 0.015); }
.facsite__no { font-family: var(--font-body); font-size: 0.72rem; letter-spacing: 0.16em; color: var(--muted); padding-top: 0.25rem; flex: none; }
.facsite__body h3 { font-size: 1.1rem; display: flex; align-items: center; gap: 0.6rem; flex-wrap: wrap; }
.facsite__tag { font-family: var(--font-body); font-size: 0.6rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--sun); border: 1px solid color-mix(in srgb, var(--sun) 40%, transparent); border-radius: 999px; padding: 0.25em 0.65em; font-weight: 600; }
.facsite__body p { color: var(--muted); margin: 0.35rem 0 0.7rem; font-size: 0.92rem; }
