/* ==========================================================================
   See Benefits Now — Premium Stylesheet
   Design system: deep emerald + warm gold on ivory · Fraunces + Plus Jakarta
   --------------------------------------------------------------------------
   1. Design tokens          6. Buttons
   2. Reset & base           7. Shared components
   3. Typography             8. Reveal / motion
   4. Layout primitives      9. Top bar, header & nav
   5. Decorative elements   10. Footer
   ========================================================================== */

/* 1. DESIGN TOKENS ========================================================= */
:root {
  /* Brand — emerald scale */
  --green-950: #06140f;
  --green-900: #0a2b20;
  --green-850: #0c3325;
  --green-800: #0e3d2d;
  --green-700: #115239;
  --green-600: #15704b;
  --green-500: #1e9266;
  --green-400: #3fb587;
  --green-200: #b9ddcc;
  --green-100: #d9ebe2;
  --green-50:  #edf5f0;

  /* Accent — warm gold */
  --gold-700: #a26f15;
  --gold-600: #c2871f;
  --gold-500: #e0a43b;
  --gold-400: #edbe6a;
  --gold-200: #f6dfae;
  --gold-100: #f8ecd0;

  /* Neutrals — warm */
  --ink:      #0c1a15;
  --ink-soft: #38463f;
  --muted:    #6a776f;
  --line:     #e6e3d8;
  --line-soft:#efece2;
  --ivory:    #f7f4ec;
  --cream:    #fbf9f2;
  --white:    #ffffff;

  /* Semantic */
  --bg:          var(--ivory);
  --surface:     var(--white);
  --primary:     var(--green-600);
  --primary-deep:var(--green-700);
  --accent:      var(--gold-500);
  --text:        var(--ink);
  --text-soft:   var(--ink-soft);

  /* Gradients */
  --grad-emerald: linear-gradient(135deg, var(--green-600), var(--green-800));
  --grad-deep:    linear-gradient(160deg, var(--green-850), var(--green-950));
  --grad-gold:    linear-gradient(135deg, var(--gold-400), var(--gold-600));

  /* Typography */
  --font-display: 'Fraunces', 'Georgia', 'Times New Roman', serif;
  --font-sans: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;

  /* Radius */
  --r-sm: 12px;
  --r-md: 18px;
  --r-lg: 26px;
  --r-xl: 36px;
  --r-pill: 999px;

  /* Shadow — warm-tinted */
  --shadow-xs: 0 1px 3px rgba(12,26,21,.06);
  --shadow-sm: 0 4px 14px -4px rgba(12,26,21,.10);
  --shadow-md: 0 16px 40px -14px rgba(12,26,21,.18);
  --shadow-lg: 0 32px 70px -22px rgba(12,26,21,.26);
  --shadow-gold: 0 16px 38px -12px rgba(194,135,31,.42);
  --shadow-emerald: 0 18px 40px -12px rgba(17,82,57,.45);

  /* Motion */
  --ease: cubic-bezier(.4, 0, .2, 1);
  --ease-out: cubic-bezier(.22, 1, .36, 1);
  --ease-spring: cubic-bezier(.34, 1.56, .64, 1);

  /* Layout */
  --container: 1320px;
  --container-narrow: 1000px;
  --header-h: 84px;
}

/* 2. RESET & BASE ========================================================== */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }

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

body {
  font-family: var(--font-sans);
  font-size: 1.0625rem;
  line-height: 1.7;
  color: var(--text-soft);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: clip;
}

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

/* Sprite <use> icons render as line icons (instances don't inherit the
   sprite group's presentation attributes, so set them on the host svg) */
svg:has(use) {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; color: inherit; }
button { cursor: pointer; background: none; border: none; }
ul, ol { list-style: none; padding: 0; }

::selection { background: var(--green-600); color: #fff; }

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

/* 3. TYPOGRAPHY ============================================================ */
h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.018em;
  color: var(--text);
  font-optical-sizing: auto;
}

.h-display {
  font-size: clamp(2.7rem, 1.6rem + 4.6vw, 4.7rem);
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: -0.026em;
}
h2, .h2 {
  font-size: clamp(2.05rem, 1.4rem + 2.6vw, 3.3rem);
  letter-spacing: -0.024em;
}
h3, .h3 { font-size: clamp(1.3rem, 1.1rem + 0.7vw, 1.6rem); }
h4, .h4 { font-size: 1.12rem; font-weight: 600; }

p { text-wrap: pretty; }
.lead {
  font-size: clamp(1.08rem, 1rem + 0.4vw, 1.28rem);
  line-height: 1.6;
  color: var(--text-soft);
}
strong { font-weight: 700; color: var(--text); }

/* Emphasis word inside display headings */
.accent-word {
  font-style: italic;
  font-weight: 500;
  color: var(--primary);
}
.accent-word--gold { color: var(--gold-600); }

/* Eyebrow label */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  font-family: var(--font-sans);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--primary);
}
.eyebrow::before {
  content: "";
  width: 26px;
  height: 2px;
  border-radius: 2px;
  background: var(--grad-gold);
}
.eyebrow--center::after {
  content: "";
  width: 26px;
  height: 2px;
  border-radius: 2px;
  background: var(--grad-gold);
}
.eyebrow--light { color: var(--gold-400); }

/* 4. LAYOUT PRIMITIVES ===================================================== */
.container {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 4vw, 2.6rem);
}
.container--narrow { max-width: var(--container-narrow); }

.section { padding-block: clamp(4.5rem, 3rem + 6vw, 8rem); position: relative; }
.section--tight { padding-block: clamp(3rem, 2rem + 4vw, 5rem); }
.section--dark {
  background: var(--grad-deep);
  color: rgba(255,255,255,.78);
}
.section--dark h1,
.section--dark h2,
.section--dark h3 { color: #fff; }
.section--cream { background: var(--cream); }

.section-head { max-width: 680px; margin-bottom: clamp(2.4rem, 4vw, 3.6rem); }
.section-head--center {
  margin-inline: auto;
  text-align: center;
}
.section-head .eyebrow { margin-bottom: 1.1rem; }
.section-head h2 { margin-bottom: 1rem; }

.stack > * + * { margin-top: 1.1rem; }
.grid { display: grid; gap: clamp(1.1rem, 2vw, 1.8rem); }

/* 5. DECORATIVE ELEMENTS =================================================== */
.orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  opacity: .5;
  pointer-events: none;
  z-index: 0;
}
.orb--emerald { background: radial-gradient(circle, rgba(30,146,102,.55), transparent 70%); }
.orb--gold { background: radial-gradient(circle, rgba(224,164,59,.5), transparent 70%); }

.grain-line {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(rgba(12,26,21,.05) 1px, transparent 1px);
  background-size: 22px 22px;
}

/* 6. BUTTONS =============================================================== */
.btn {
  --btn-bg: var(--primary);
  --btn-fg: #fff;
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  padding: 1rem 1.7rem;
  font-family: var(--font-sans);
  font-size: .98rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--btn-fg);
  background: var(--btn-bg);
  border-radius: var(--r-pill);
  position: relative;
  isolation: isolate;
  transition: transform .35s var(--ease-spring), box-shadow .35s var(--ease), background .3s var(--ease);
  will-change: transform;
}
.btn svg { width: 1.05em; height: 1.05em; transition: transform .35s var(--ease-spring); }
.btn:hover { transform: translateY(-3px); }
.btn:active { transform: translateY(-1px); }
.btn:hover svg { transform: translate(3px, -3px); }

.btn--primary {
  background: var(--grad-emerald);
  box-shadow: var(--shadow-emerald);
}
.btn--primary:hover { box-shadow: 0 24px 50px -14px rgba(17,82,57,.55); }

.btn--gold {
  --btn-fg: var(--green-950);
  background: var(--grad-gold);
  box-shadow: var(--shadow-gold);
}

.btn--ghost {
  --btn-fg: var(--text);
  background: transparent;
  border: 1.6px solid var(--line);
}
.btn--ghost:hover { border-color: var(--primary); color: var(--primary); }

.btn--light {
  --btn-fg: var(--green-900);
  background: #fff;
  box-shadow: var(--shadow-md);
}
.btn--outline-light {
  --btn-fg: #fff;
  background: rgba(255,255,255,.04);
  border: 1.6px solid rgba(255,255,255,.28);
}
.btn--outline-light:hover { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.5); }

.btn--lg { padding: 1.15rem 2.1rem; font-size: 1.05rem; }
.btn--block { display: flex; width: 100%; justify-content: center; }

/* Text link with arrow */
.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  font-weight: 700;
  font-size: .95rem;
  color: var(--primary);
  letter-spacing: -0.01em;
}
.link-arrow svg { width: 1.05em; height: 1.05em; transition: transform .3s var(--ease-spring); }
.link-arrow:hover svg { transform: translateX(4px); }
.link-arrow--light { color: var(--gold-400); }

/* 7. SHARED COMPONENTS ===================================================== */
/* Pills / chips */
.chip {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .5rem .95rem;
  font-size: .82rem;
  font-weight: 600;
  border-radius: var(--r-pill);
  background: var(--green-50);
  color: var(--primary-deep);
  border: 1px solid var(--green-100);
}
.chip svg { width: 1em; height: 1em; }
.chip--light {
  background: rgba(255,255,255,.07);
  border-color: rgba(255,255,255,.16);
  color: rgba(255,255,255,.85);
}

/* Generic card */
.card {
  background: var(--surface);
  border: 1px solid var(--line-soft);
  border-radius: var(--r-lg);
  padding: clamp(1.6rem, 1rem + 1.6vw, 2.3rem);
  position: relative;
  transition: transform .45s var(--ease-out), box-shadow .45s var(--ease-out), border-color .45s var(--ease-out);
}
.card--hover:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-md);
  border-color: var(--green-100);
}

/* Icon medallion */
.icon-badge {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 16px;
  background: var(--green-50);
  color: var(--primary);
  flex-shrink: 0;
  transition: background .4s var(--ease), color .4s var(--ease), transform .4s var(--ease-spring);
}
.icon-badge svg { width: 28px; height: 28px; }
.card--hover:hover .icon-badge {
  background: var(--grad-emerald);
  color: #fff;
  transform: rotate(-6deg);
}
.icon-badge--gold { background: var(--gold-100); color: var(--gold-700); }

/* Decorative section index number */
.index-num {
  font-family: var(--font-display);
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  color: var(--green-100);
  font-feature-settings: "tnum";
}

/* Divider */
.rule { height: 1px; background: var(--line); border: 0; }

/* 8. REVEAL / MOTION ======================================================= */
[data-reveal] {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity .9s var(--ease-out), transform .9s var(--ease-out);
  transition-delay: var(--reveal-delay, 0s);
}
[data-reveal="left"]  { transform: translateX(-40px); }
[data-reveal="right"] { transform: translateX(40px); }
[data-reveal="scale"] { transform: scale(.92); }
[data-reveal="fade"]  { transform: none; }
[data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

@keyframes float-y {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-16px); }
}
@keyframes spin-slow {
  to { transform: rotate(360deg); }
}
@keyframes pulse-ring {
  0% { transform: scale(.85); opacity: .7; }
  100% { transform: scale(1.5); opacity: 0; }
}
.floaty { animation: float-y 7s var(--ease) infinite; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  [data-reveal] { opacity: 1; transform: none; transition: none; }
  .floaty, .spin-slow { animation: none; }
  * { transition-duration: .01ms !important; }
}

/* 9. TOP BAR, HEADER & NAV ================================================= */
.topbar {
  background: var(--green-950);
  color: rgba(255,255,255,.7);
  font-size: .8rem;
  font-weight: 500;
}
.topbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-block: .55rem;
}
.topbar__note { display: inline-flex; align-items: center; gap: .5rem; }
.topbar__note svg { width: 1em; height: 1em; color: var(--gold-400); }
.topbar__social {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  font-weight: 600;
  color: rgba(255,255,255,.85);
  transition: color .3s var(--ease);
}
.topbar__social:hover { color: var(--gold-400); }
.topbar__social svg { width: 1.05em; height: 1.05em; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: transparent;
  transition: background .4s var(--ease), box-shadow .4s var(--ease), border-color .4s var(--ease);
  border-bottom: 1px solid transparent;
}
.site-header.scrolled {
  background: rgba(251,249,242,.86);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  backdrop-filter: saturate(180%) blur(14px);
  box-shadow: var(--shadow-sm);
  border-bottom-color: var(--line-soft);
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  height: var(--header-h);
}

/* Logo */
.logo { display: inline-flex; align-items: center; gap: .7rem; }
.logo__mark { width: 44px; height: 44px; flex-shrink: 0; transition: transform .5s var(--ease-spring); }
.logo:hover .logo__mark { transform: rotate(-22deg); }
.logo__text {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.24rem;
  letter-spacing: -0.02em;
  color: var(--text);
  line-height: 1;
}
.logo__text small {
  display: block;
  font-family: var(--font-sans);
  font-size: .64rem;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: .22rem;
}

/* Primary nav */
.nav__menu {
  display: flex;
  align-items: center;
  gap: .35rem;
}
.nav__link {
  position: relative;
  padding: .6rem .95rem;
  font-size: .96rem;
  font-weight: 600;
  color: var(--text-soft);
  border-radius: var(--r-pill);
  transition: color .3s var(--ease), background .3s var(--ease);
}
.nav__link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: .34rem;
  width: 0;
  height: 2px;
  border-radius: 2px;
  background: var(--grad-gold);
  transform: translateX(-50%);
  transition: width .3s var(--ease);
}
.nav__link:hover { color: var(--primary); }
.nav__link:hover::after { width: 18px; }
.nav__link.is-active { color: var(--primary-deep); }
.nav__link.is-active::after { width: 18px; }

.nav__actions { display: flex; align-items: center; gap: .9rem; }

/* Mobile toggle */
.nav__toggle {
  display: none;
  width: 46px;
  height: 46px;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: var(--surface);
  place-items: center;
}
.nav__toggle span {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 2px;
  background: var(--text);
  transition: transform .35s var(--ease), opacity .25s var(--ease);
}
.nav__toggle span + span { margin-top: 5px; }
body.nav-open .nav__toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
body.nav-open .nav__toggle span:nth-child(2) { opacity: 0; }
body.nav-open .nav__toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile drawer */
.nav__drawer {
  position: fixed;
  inset: 0 0 0 auto;
  width: min(86vw, 380px);
  background: var(--cream);
  z-index: 200;
  padding: 2rem 1.7rem;
  display: flex;
  flex-direction: column;
  gap: .4rem;
  transform: translateX(100%);
  transition: transform .5s var(--ease-out);
  box-shadow: var(--shadow-lg);
  overflow-y: auto;
}
body.nav-open .nav__drawer { transform: translateX(0); }
.nav__drawer-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.6rem;
}
.nav__close { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 10px; border: 1px solid var(--line); }
.nav__close svg { width: 20px; height: 20px; }
.nav__drawer .nav__link {
  font-size: 1.15rem;
  padding: .85rem .4rem;
  border-bottom: 1px solid var(--line-soft);
  border-radius: 0;
}
.nav__drawer .nav__link::after { display: none; }
.nav__drawer .btn { margin-top: 1.4rem; }
.nav__scrim {
  position: fixed;
  inset: 0;
  background: rgba(6,20,15,.5);
  z-index: 150;
  opacity: 0;
  visibility: hidden;
  transition: opacity .4s var(--ease), visibility .4s var(--ease);
}
body.nav-open .nav__scrim { opacity: 1; visibility: visible; }

/* 10. FOOTER =============================================================== */
.site-footer {
  background: var(--grad-deep);
  color: rgba(255,255,255,.62);
  position: relative;
  overflow: hidden;
}
.site-footer__top {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1.3fr;
  gap: 2.6rem;
  padding-block: clamp(3.4rem, 5vw, 5rem);
}
.footer-brand .logo__text { color: #fff; }
.footer-brand p { margin-top: 1.1rem; max-width: 32ch; font-size: .96rem; }
.footer-col h4 {
  color: #fff;
  font-family: var(--font-sans);
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 1.2rem;
}
.footer-col ul { display: flex; flex-direction: column; gap: .72rem; }
.footer-col a {
  font-size: .96rem;
  color: rgba(255,255,255,.62);
  transition: color .3s var(--ease), padding .3s var(--ease);
}
.footer-col a:hover { color: var(--gold-400); padding-left: 5px; }

.footer-disclaimer {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: var(--r-md);
  padding: 1.2rem 1.3rem;
  font-size: .85rem;
  line-height: 1.6;
}
.footer-disclaimer strong { color: var(--gold-400); }

.footer-social {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  margin-top: 1.4rem;
  padding: .7rem 1.1rem;
  border-radius: var(--r-pill);
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.14);
  color: #fff;
  font-weight: 600;
  font-size: .9rem;
  transition: background .3s var(--ease), transform .3s var(--ease);
}
.footer-social:hover { background: rgba(255,255,255,.12); transform: translateY(-2px); }
.footer-social svg { width: 1.1em; height: 1.1em; }

.site-footer__bottom {
  border-top: 1px solid rgba(255,255,255,.1);
  padding-block: 1.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  font-size: .86rem;
}

/* Responsive — header & footer */
@media (max-width: 940px) {
  .nav__menu, .nav__actions .btn { display: none; }
  .nav__toggle { display: grid; }
  .site-footer__top { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 560px) {
  .topbar__note span { display: none; }
  .site-footer__top { grid-template-columns: 1fr; }
  .site-footer__bottom { justify-content: center; text-align: center; }
}

/* ==========================================================================
   11. HOME PAGE SECTIONS
   ========================================================================== */

/* Hero --------------------------------------------------------------------*/
.hero {
  position: relative;
  overflow: hidden;
  padding-block: clamp(2.4rem, 1rem + 5vw, 4.5rem) clamp(4rem, 2rem + 6vw, 7rem);
}
.hero__orb-a { width: clamp(320px, 42vw, 560px); height: clamp(320px, 42vw, 560px); top: -190px; right: -120px; }
.hero__orb-b { width: clamp(280px, 32vw, 440px); height: clamp(280px, 32vw, 440px); bottom: -210px; left: -160px; opacity: .4; }
.hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}
.hero__copy { max-width: 600px; }
.hero h1 { margin: 1.25rem 0; }
.hero .lead { margin-bottom: 1.9rem; }
.hero__cta { display: flex; flex-wrap: wrap; gap: .85rem; margin-bottom: 2rem; }
.hero__trust { display: flex; flex-wrap: wrap; gap: .9rem 1.5rem; }
.hero__trust li {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  font-size: .92rem;
  font-weight: 600;
  color: var(--text);
}
.hero__trust svg {
  width: 22px; height: 22px;
  color: var(--primary);
  background: var(--green-50);
  border-radius: 50%;
  padding: 4px;
}

.hero__visual { position: relative; display: grid; place-items: center; min-height: 440px; }
.hero-panel {
  position: relative;
  width: min(100%, 376px);
  aspect-ratio: 1 / 1.04;
  background: var(--grad-deep);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: var(--r-xl);
  box-shadow: var(--shadow-lg);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.4rem;
  padding: 2rem;
  overflow: hidden;
}
.hero-panel::before {
  content: "";
  position: absolute;
  width: 260px; height: 260px;
  top: -80px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(30,146,102,.5), transparent 70%);
}
.hero-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 20px 20px;
}
.hero-panel__tag {
  position: relative;
  color: rgba(255,255,255,.6);
  font-size: .92rem;
  font-weight: 600;
  text-align: center;
}

.compass { position: relative; width: 230px; height: 230px; }
.compass svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.compass__ring { animation: spin-slow 44s linear infinite; transform-origin: center; }
.compass--lg { width: clamp(240px, 30vw, 312px); height: clamp(240px, 30vw, 312px); }

.float-card {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: .75rem;
  background: var(--white);
  border: 1px solid var(--line-soft);
  border-radius: var(--r-md);
  padding: .78rem 1rem;
  box-shadow: var(--shadow-md);
  max-width: 232px;
}
.float-card .icon-badge { width: 44px; height: 44px; border-radius: 12px; }
.float-card .icon-badge svg { width: 21px; height: 21px; }
.float-card div strong { display: block; font-size: .88rem; color: var(--text); line-height: 1.3; }
.float-card div span { font-size: .76rem; color: var(--muted); }
.float-card--1 { top: 1%; left: -7%; }
.float-card--2 { top: 45%; right: -10%; }
.float-card--3 { bottom: 2%; left: -3%; }

/* Coverage ----------------------------------------------------------------*/
.coverage__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1rem, 2vw, 1.6rem); }
.cov-card { display: flex; flex-direction: column; align-items: flex-start; }
.cov-card h3 { margin: 1.35rem 0 .6rem; }
.cov-card p { margin-bottom: 1.5rem; }
.cov-card .link-arrow { margin-top: auto; }

/* How it works ------------------------------------------------------------*/
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.6rem, 3vw, 3rem); }
.step { position: relative; }
.step .index-num { display: block; margin-bottom: .35rem; }
.step .icon-badge { margin-bottom: 1.1rem; }
.step h3 { margin-bottom: .55rem; }
.step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 83px;
  left: calc(100% + .2rem);
  width: clamp(1.2rem, 3vw, 2.6rem);
  border-top: 2px dashed var(--green-200);
}

/* Mission -----------------------------------------------------------------*/
.mission { overflow: hidden; }
.mission__orb { width: clamp(360px, 40vw, 520px); height: clamp(360px, 40vw, 520px); top: -160px; left: -120px; opacity: .32; }
.mission__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}
.mission__copy h2 { margin: 1rem 0 1.3rem; }
.mission .lead { color: rgba(255,255,255,.84); margin-bottom: 1.15rem; }
.mission__copy p { color: rgba(255,255,255,.68); }
.stat-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6rem 2rem;
  margin-top: 2.4rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255,255,255,.12);
}
.stat__num {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 1.5rem + 2vw, 3rem);
  font-weight: 600;
  color: #fff;
  line-height: 1;
}
.stat__label { display: block; margin-top: .45rem; font-size: .92rem; color: rgba(255,255,255,.6); }
.mission__visual { display: flex; flex-direction: column; align-items: center; gap: 1.3rem; }
.mission__caption {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.08rem;
  color: rgba(255,255,255,.55);
  text-align: center;
}

/* Audience ----------------------------------------------------------------*/
.audience__grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}
.audience__copy h2 { margin: 1rem 0 1.2rem; }
.audience__copy .btn { margin-top: 1.7rem; }
.audience__tiles { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(.8rem, 1.6vw, 1.15rem); }
.aud-tile {
  background: var(--surface);
  border: 1px solid var(--line-soft);
  border-radius: var(--r-md);
  padding: 1.5rem 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: .95rem;
  transition: transform .4s var(--ease-out), box-shadow .4s var(--ease-out), border-color .4s var(--ease-out);
}
.aud-tile:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); border-color: var(--green-100); }
.aud-tile h4 { font-family: var(--font-sans); font-weight: 700; font-size: .98rem; color: var(--text); }

/* Values ------------------------------------------------------------------*/
.values__grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(2rem, 5vw, 4rem); }
.values__head { position: sticky; top: 116px; align-self: start; }
.values__head h2 { margin: 1rem 0 1rem; }
.value-list { display: flex; flex-direction: column; }
.value-item { display: flex; gap: 1.3rem; padding: 1.8rem 0; border-bottom: 1px solid var(--line); }
.value-item:first-child { padding-top: 0; }
.value-item:last-child { border-bottom: 0; padding-bottom: 0; }
.value-item h3 { margin-bottom: .45rem; font-size: 1.24rem; }
.value-item .icon-badge { background: var(--gold-100); color: var(--gold-700); }

/* Testimonials ------------------------------------------------------------*/
.quotes__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1rem, 2vw, 1.6rem); }
.quote-card { display: flex; flex-direction: column; }
.quote-mark {
  font-family: var(--font-display);
  font-size: 4.4rem;
  line-height: .55;
  height: 2rem;
  color: var(--green-100);
}
.quote-card blockquote {
  font-size: 1.08rem;
  line-height: 1.62;
  color: var(--text);
  font-weight: 500;
  margin-bottom: 1.6rem;
}
.quote-card figcaption {
  display: flex;
  align-items: center;
  gap: .85rem;
  margin-top: auto;
  padding-top: 1.3rem;
  border-top: 1px solid var(--line-soft);
}
.avatar {
  width: 46px; height: 46px;
  border-radius: 50%;
  background: var(--a, var(--primary));
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 700;
  font-size: .88rem;
  flex-shrink: 0;
}
.quote-card figcaption span:not(.avatar) { display: flex; flex-direction: column; font-size: .84rem; color: var(--muted); }
.quote-card figcaption strong { color: var(--text); font-size: .98rem; }

/* Articles ----------------------------------------------------------------*/
.articles__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.1rem, 2vw, 1.8rem); }
.article-card {
  background: var(--surface);
  border: 1px solid var(--line-soft);
  border-radius: var(--r-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform .45s var(--ease-out), box-shadow .45s var(--ease-out);
}
.article-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-md); }
.article-card__media {
  position: relative;
  height: 168px;
  display: grid;
  place-items: center;
  overflow: hidden;
}
.art-grad-1 { background: linear-gradient(140deg, #1e9266, #0a2b20); }
.art-grad-2 { background: linear-gradient(140deg, #15704b, #06140f); }
.art-grad-3 { background: linear-gradient(140deg, #0e3d2d, #06140f); }
.article-card__media::before {
  content: "";
  position: absolute;
  width: 150px; height: 150px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.14);
  top: -46px; right: -40px;
}
.article-card__media::after {
  content: "";
  position: absolute;
  width: 90px; height: 90px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.12);
  bottom: -34px; left: -24px;
}
.article-card__media .icon-badge {
  position: relative;
  width: 66px; height: 66px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.2);
  color: #fff;
}
.article-card:hover .article-card__media .icon-badge { transform: rotate(-8deg); background: rgba(255,255,255,.12); }
.article-card__body { padding: 1.5rem; display: flex; flex-direction: column; gap: .7rem; flex: 1; }
.article-card__body h3 { font-size: 1.2rem; }
.article-card__body h3 a { transition: color .25s var(--ease); }
.article-card__body h3 a:hover { color: var(--primary); }
.article-card__body p { font-size: .96rem; }
.article-card__body .link-arrow { margin-top: auto; padding-top: .3rem; }

/* FAQ ---------------------------------------------------------------------*/
.faq__list { display: flex; flex-direction: column; gap: .85rem; }
.faq__item {
  background: var(--surface);
  border: 1px solid var(--line-soft);
  border-radius: var(--r-md);
  overflow: hidden;
  transition: border-color .3s var(--ease), box-shadow .3s var(--ease);
}
.faq__item.is-open { border-color: var(--green-100); box-shadow: var(--shadow-sm); }
.faq__q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  text-align: left;
  padding: 1.25rem 1.5rem;
  font-family: var(--font-display);
  font-size: clamp(1.02rem, 1rem + .3vw, 1.16rem);
  font-weight: 600;
  color: var(--text);
}
.faq__icon {
  flex-shrink: 0;
  width: 34px; height: 34px;
  border-radius: 50%;
  background: var(--green-50);
  color: var(--primary);
  display: grid;
  place-items: center;
  transition: transform .4s var(--ease-spring), background .3s var(--ease), color .3s var(--ease);
}
.faq__icon svg { width: 17px; height: 17px; }
.faq__item.is-open .faq__icon { transform: rotate(135deg); background: var(--primary); color: #fff; }
.faq__a { max-height: 0; overflow: hidden; transition: max-height .45s var(--ease); }
.faq__a p { padding: 0 1.5rem 1.4rem; font-size: .98rem; }

/* CTA ---------------------------------------------------------------------*/
.cta-band {
  position: relative;
  overflow: hidden;
  background: var(--grad-deep);
  border-radius: var(--r-xl);
  padding: clamp(2.8rem, 3rem + 3vw, 5rem);
  text-align: center;
}
.cta__orb { width: clamp(320px, 36vw, 440px); height: clamp(320px, 36vw, 440px); top: -190px; right: -90px; }
.cta-band__inner { position: relative; z-index: 1; max-width: 640px; margin-inline: auto; }
.cta-band .eyebrow { justify-content: center; }
.cta-band h2 { color: #fff; margin: 1rem 0 1.1rem; }
.cta-band .lead { color: rgba(255,255,255,.78); margin-bottom: 1.9rem; }

/* Home responsive ---------------------------------------------------------*/
@media (max-width: 980px) {
  .hero__inner { grid-template-columns: 1fr; gap: 3rem; }
  .hero__copy { max-width: 640px; }
  .hero__visual { min-height: 400px; }
  .coverage__grid { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: 1fr; gap: 1.5rem; max-width: 520px; }
  .step:not(:last-child)::after { display: none; }
  .mission__grid { grid-template-columns: 1fr; gap: 2.8rem; }
  .mission__visual { order: -1; }
  .audience__grid { grid-template-columns: 1fr; gap: 2.4rem; }
  .values__grid { grid-template-columns: 1fr; gap: 1.6rem; }
  .values__head { position: static; }
  .quotes__grid { grid-template-columns: 1fr; max-width: 560px; margin-inline: auto; }
  .articles__grid { grid-template-columns: 1fr; max-width: 460px; margin-inline: auto; }
}
@media (max-width: 600px) {
  .coverage__grid { grid-template-columns: 1fr; }
  .audience__tiles { grid-template-columns: repeat(2, 1fr); }
  .stat-row { grid-template-columns: 1fr 1fr; gap: 1.3rem 1rem; }
  .hero__visual { min-height: 360px; }
  .float-card { padding: .6rem .75rem; max-width: 190px; }
  .float-card--1 { left: -2%; top: 0; }
  .float-card--2 { right: -2%; }
  .float-card--3 { left: 0; bottom: 0; }
  .float-card div span { display: none; }
  .compass { width: 190px; height: 190px; }
}
@media (prefers-reduced-motion: reduce) {
  .compass__ring { animation: none; }
}

/* ==========================================================================
   12. INNER PAGES — shared
   ========================================================================== */

/* Generic grids */
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1rem, 2vw, 1.7rem); }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(1.1rem, 2.4vw, 2rem); }

/* Page hero (inner pages) */
.page-hero {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding-block: clamp(3rem, 2rem + 5vw, 5.8rem) clamp(2.8rem, 2rem + 4vw, 4.6rem);
}
.page-hero__orb-a { width: clamp(340px, 44vw, 540px); height: clamp(340px, 44vw, 540px); top: -240px; left: 50%; transform: translateX(-55%); }
.page-hero__orb-b { width: clamp(280px, 34vw, 440px); height: clamp(280px, 34vw, 440px); bottom: -260px; right: -120px; opacity: .4; }
.page-hero__inner { position: relative; z-index: 1; max-width: 800px; margin-inline: auto; }
.page-hero .eyebrow { margin-bottom: 1.1rem; }
.page-hero h1 { margin-bottom: 1.3rem; }
.page-hero .lead { max-width: 640px; margin-inline: auto; }

/* Story split */
.story__grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}
.story__copy h2 { margin: 1rem 0 1.3rem; }
.story__copy p + p { margin-top: 1rem; }
.story__copy .lead + p { margin-top: 1.1rem; }
.story__visual { display: grid; place-items: center; }

/* Do / Don't */
.do-dont { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.2rem, 2.5vw, 2rem); }
.dd-panel {
  border-radius: var(--r-lg);
  padding: clamp(1.7rem, 1.3rem + 1.6vw, 2.6rem);
  border: 1px solid var(--line-soft);
}
.dd-panel--do { background: var(--green-50); border-color: var(--green-100); }
.dd-panel--dont { background: var(--surface); }
.dd-panel h3 { margin-bottom: 1.4rem; }
.dd-tag {
  display: inline-flex;
  align-items: center;
  padding: .42rem 1rem;
  border-radius: var(--r-pill);
  font-family: var(--font-sans);
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.dd-tag--do { background: var(--grad-emerald); color: #fff; }
.dd-tag--dont { background: var(--ink); color: #fff; }
.dd-list { display: flex; flex-direction: column; gap: 1rem; }
.dd-list li {
  display: flex;
  gap: .85rem;
  align-items: flex-start;
  font-size: 1rem;
  color: var(--text);
}
.dd-ic {
  flex-shrink: 0;
  width: 25px;
  height: 25px;
  padding: 4px;
  border-radius: 50%;
  margin-top: 2px;
}
.dd-ic--do { background: var(--green-100); color: var(--primary-deep); }
.dd-ic--dont { background: #f0e7df; color: #9a6b4f; }

/* Community band */
.community {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.45fr .55fr;
  gap: 2rem;
  align-items: center;
  background: var(--grad-emerald);
  border-radius: var(--r-xl);
  padding: clamp(2.4rem, 2rem + 3vw, 4.2rem);
}
.community::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 22px 22px;
}
.community__copy { position: relative; z-index: 1; max-width: 560px; }
.community .eyebrow { color: var(--gold-400); }
.community h2 { color: #fff; margin: 1rem 0 1rem; }
.community .lead { color: rgba(255,255,255,.82); margin-bottom: 1.7rem; }
.community__art { position: relative; display: grid; place-items: center; min-height: 200px; }
.community__ring {
  position: absolute;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 1.5px solid rgba(255,255,255,.22);
}
.community__ring--2 { width: 224px; height: 224px; border-color: rgba(255,255,255,.12); }
.community__heart {
  position: relative;
  width: 90px;
  height: 90px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.26);
  color: #fff;
}
.community__heart svg { width: 40px; height: 40px; }

/* Inner-page responsive */
@media (max-width: 980px) {
  .story__grid { grid-template-columns: 1fr; gap: 2.6rem; }
  .story__visual { order: -1; }
}
@media (max-width: 860px) {
  .grid-3 { grid-template-columns: 1fr; max-width: 460px; margin-inline: auto; }
  .do-dont { grid-template-columns: 1fr; }
  .community { grid-template-columns: 1fr; }
  .community__art { display: none; }
}

/* ==========================================================================
   13. CONTACT PAGE
   ========================================================================== */
.contact-grid {
  display: grid;
  grid-template-columns: 1.35fr .65fr;
  gap: clamp(1.4rem, 3vw, 2.6rem);
  align-items: start;
}
.contact-form {
  background: var(--surface);
  border: 1px solid var(--line-soft);
  border-radius: var(--r-lg);
  padding: clamp(1.7rem, 1.2rem + 1.8vw, 2.8rem);
  box-shadow: var(--shadow-sm);
}
.contact-form__title { font-size: clamp(1.4rem, 1.2rem + 1vw, 1.9rem); margin-bottom: .35rem; }
.contact-form__sub { font-size: .9rem; color: var(--muted); margin-bottom: 1.7rem; }

.field { margin-bottom: 1.15rem; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.field label {
  display: block;
  font-size: .86rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: .5rem;
}
.field input,
.field select,
.field textarea {
  width: 100%;
  padding: .9rem 1rem;
  font-size: 1rem;
  font-family: var(--font-sans);
  color: var(--text);
  background: var(--cream);
  border: 1.5px solid var(--line);
  border-radius: var(--r-sm);
  transition: border-color .25s var(--ease), box-shadow .25s var(--ease), background .25s var(--ease);
}
.field input::placeholder,
.field textarea::placeholder { color: #9aa49d; }
.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: none;
  background: var(--white);
  border-color: var(--primary);
  box-shadow: 0 0 0 4px var(--green-50);
}
.field textarea { resize: vertical; min-height: 140px; line-height: 1.6; }
.field select {
  appearance: none;
  -webkit-appearance: none;
  padding-right: 2.8rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%236a776f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 18px;
  cursor: pointer;
}
.field input.invalid,
.field textarea.invalid {
  border-color: #c2603e;
  background: #fdf3ef;
}
.contact-form .btn { margin-top: .6rem; }
.form-error {
  margin-top: 1rem;
  font-size: .9rem;
  font-weight: 600;
  color: #c2603e;
  text-align: center;
}

.form-success {
  background: var(--green-50);
  border: 1px solid var(--green-100);
  border-radius: var(--r-lg);
  padding: clamp(2rem, 1.5rem + 2.5vw, 3.4rem);
  text-align: center;
}
.form-success__icon {
  display: grid;
  place-items: center;
  width: 66px;
  height: 66px;
  margin: 0 auto 1.3rem;
  border-radius: 50%;
  background: var(--grad-emerald);
  color: #fff;
  box-shadow: var(--shadow-emerald);
}
.form-success__icon svg { width: 32px; height: 32px; }
.form-success h3 { font-size: 1.4rem; margin-bottom: .6rem; }
.form-success p { margin-bottom: 1.3rem; }
.form-success .link-arrow { justify-content: center; }

.contact-aside { display: flex; flex-direction: column; gap: 1.1rem; }
.info-card {
  background: var(--surface);
  border: 1px solid var(--line-soft);
  border-radius: var(--r-md);
  padding: 1.6rem;
}
.info-card .icon-badge { margin-bottom: 1rem; }
.info-card h3 { font-size: 1.14rem; margin-bottom: .45rem; }
.info-card p { font-size: .94rem; }
.info-card .link-arrow { margin-top: .85rem; }
.info-card--note { background: var(--cream); }

@media (max-width: 860px) {
  .contact-grid { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .field-row { grid-template-columns: 1fr; gap: 0; }
}

/* ==========================================================================
   14. IMAGERY & MOTION LAYER
   ========================================================================== */

/* Photo frames */
.media-frame {
  position: relative;
  overflow: hidden;
  border-radius: var(--r-lg);
  background: var(--green-900);
}
.media-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 1.1s var(--ease-out);
}
.media-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(165deg, rgba(10,43,32,0) 48%, rgba(6,20,15,.5));
  pointer-events: none;
}
.media-frame--zoom:hover img { transform: scale(1.06); }

/* Hero photo composition */
.hero-photo { position: relative; width: min(100%, 470px); margin-inline: auto; }
.hero-photo__shape {
  position: absolute;
  inset: 13% -9% -12% 11%;
  background: var(--grad-emerald);
  border-radius: 42% 58% 56% 44% / 54% 44% 56% 46%;
  z-index: 0;
}
.hero-photo__dots {
  position: absolute;
  width: 116px;
  height: 116px;
  right: -32px;
  bottom: 30px;
  z-index: 0;
  background-image: radial-gradient(var(--green-400) 2px, transparent 2px);
  background-size: 16px 16px;
  opacity: .55;
}
.hero-photo__frame {
  position: relative;
  z-index: 1;
  aspect-ratio: 4 / 4.7;
  border-radius: 34px;
  overflow: hidden;
  border: 7px solid #fff;
  box-shadow: var(--shadow-lg);
}
.hero-photo__frame img {
  width: 100%;
  height: 118%;
  position: relative;
  top: -9%;
  object-fit: cover;
  will-change: transform;
}
.hero-photo__frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, rgba(30,146,102,.14), rgba(10,43,32,.52));
  mix-blend-mode: multiply;
}
.hero-badge {
  position: absolute;
  z-index: 3;
  top: -26px;
  right: -22px;
  width: 98px;
  height: 98px;
  border-radius: 50%;
  background: var(--cream);
  display: grid;
  place-items: center;
  box-shadow: var(--shadow-md);
}
.hero-badge svg { width: 60px; height: 60px; }
.hero-photo .float-card { z-index: 4; max-width: 250px; }
.hero-photo .float-card--btm { left: -9%; bottom: 9%; }

/* Full-bleed image band */
.fullbleed {
  position: relative;
  overflow: hidden;
  padding-block: clamp(5rem, 4rem + 5vw, 8.5rem);
  color: #fff;
  text-align: center;
}
.fullbleed__bg {
  position: absolute;
  top: -13%;
  left: 0;
  width: 100%;
  height: 126%;
  object-fit: cover;
  z-index: 0;
  will-change: transform;
}
.fullbleed__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(125deg, rgba(6,20,15,.93) 8%, rgba(14,61,45,.8) 58%, rgba(21,112,75,.6));
}
.fullbleed .container { position: relative; z-index: 2; }
.fullbleed__inner { max-width: 820px; margin-inline: auto; }
.fullbleed .eyebrow { justify-content: center; }
.fullbleed h2 { color: #fff; margin: 1rem 0 1.1rem; }
.fullbleed .lead { color: rgba(255,255,255,.82); margin-bottom: 1.8rem; }
.fullbleed__stats {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: clamp(1.4rem, 4vw, 3.4rem);
  margin-top: 2.6rem;
  padding-top: 2.2rem;
  border-top: 1px solid rgba(255,255,255,.16);
}
.fullbleed__stats .stat__num { font-size: clamp(2rem, 1.5rem + 1.6vw, 2.7rem); }
.fullbleed__stats .stat__label { color: rgba(255,255,255,.66); }

/* Avatar photos */
.avatar { overflow: hidden; }
.avatar img { width: 100%; height: 100%; object-fit: cover; }

/* Inner-page story photo */
.story__visual .media-frame { aspect-ratio: 4 / 4.5; box-shadow: var(--shadow-lg); }
.story__visual { position: relative; }
.story__badge {
  position: absolute;
  z-index: 2;
  right: -18px;
  bottom: -18px;
  width: 130px;
  background: var(--cream);
  border-radius: var(--r-md);
  padding: 1rem 1.1rem;
  box-shadow: var(--shadow-md);
  text-align: center;
}
.story__badge .stat__num { color: var(--primary); font-size: 1.9rem; }
.story__badge span:last-child { font-size: .76rem; color: var(--muted); font-weight: 600; }

/* Clip-path reveal */
[data-reveal="clip"] {
  opacity: 1;
  transform: none;
  clip-path: inset(0 0 100% 0);
  transition: clip-path 1.15s var(--ease-out);
}
[data-reveal="clip"].is-visible { clip-path: inset(0 0 0 0); }

@media (prefers-reduced-motion: reduce) {
  [data-reveal="clip"] { clip-path: none; }
  .hero-photo__frame img, .fullbleed__bg { transform: none !important; }
}

@media (max-width: 980px) {
  .hero-photo { width: min(100%, 420px); }
}
@media (max-width: 600px) {
  .hero-badge { width: 78px; height: 78px; top: -18px; right: -10px; }
  .hero-badge svg { width: 46px; height: 46px; }
  .hero-photo .float-card--btm { left: 0; }
  .story__badge { right: 0; width: 116px; }
}

/* Article-card media as real photo */
.article-card__media { display: block; height: 192px; }
.article-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease-out); }
.article-card:hover .article-card__media img { transform: scale(1.07); }
.article-card__media::before,
.article-card__media::after { display: none; }

/* Contact aside photo */
.contact-aside .media-frame { aspect-ratio: 16 / 10; margin-bottom: 0; }

/* ==========================================================================
   15. BLOG ARTICLE
   ========================================================================== */
.article-hero { position: relative; padding-block: clamp(2.2rem, 1.6rem + 3vw, 3.6rem) 0; }
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .45rem;
  font-size: .85rem;
  color: var(--muted);
  margin-bottom: 1.5rem;
}
.breadcrumb a { color: var(--muted); transition: color .2s var(--ease); }
.breadcrumb a:hover { color: var(--primary); }
.breadcrumb .sep { opacity: .5; }
.breadcrumb [aria-current] { color: var(--text); font-weight: 600; }

.article-hero__inner { max-width: 820px; }
.article-hero h1 {
  font-size: clamp(2.1rem, 1.4rem + 2.7vw, 3.4rem);
  margin: 1rem 0 1.2rem;
  letter-spacing: -0.025em;
}
.article-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .55rem .85rem;
  font-size: .9rem;
  font-weight: 600;
  color: var(--muted);
}
.article-meta .dot { width: 4px; height: 4px; border-radius: 50%; background: var(--green-200); }

.article-featured { margin-top: clamp(1.8rem, 3vw, 2.8rem); }
.article-featured .media-frame {
  aspect-ratio: 16 / 8.4;
  box-shadow: var(--shadow-md);
}

.article-body { max-width: 730px; margin: clamp(2.4rem, 4vw, 3.6rem) auto 0; }
.article-body > * + * { margin-top: 1.45rem; }
.article-lead {
  font-size: clamp(1.16rem, 1.04rem + .5vw, 1.38rem);
  line-height: 1.6;
  color: var(--text);
  font-weight: 500;
}
.article-body h2 {
  font-size: clamp(1.4rem, 1.2rem + .9vw, 1.8rem);
  margin-top: 2.7rem;
}
.article-body p { font-size: 1.07rem; line-height: 1.78; }
.article-callout {
  display: flex;
  gap: 1.05rem;
  align-items: flex-start;
  padding: 1.5rem 1.6rem;
  background: var(--green-50);
  border: 1px solid var(--green-100);
  border-left: 4px solid var(--primary);
  border-radius: var(--r-md);
  margin-top: 2.6rem;
}
.article-callout .icon-badge { flex-shrink: 0; width: 48px; height: 48px; }
.article-callout p { font-size: .98rem; line-height: 1.65; }
.article-callout strong { color: var(--primary-deep); }
.article-steps { display: flex; flex-direction: column; gap: 1rem; }
.article-steps li { display: flex; gap: .9rem; align-items: flex-start; font-size: 1.05rem; }
.article-steps .num {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--grad-emerald);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: .88rem;
  font-weight: 700;
}
.article-end {
  max-width: 730px;
  margin: 2.6rem auto 0;
  padding-top: 1.7rem;
  border-top: 1px solid var(--line);
  display: flex;
  align-items: center;
  gap: .8rem;
  font-family: var(--font-display);
  font-style: italic;
  color: var(--muted);
}
.article-end svg { width: 22px; height: 22px; color: var(--primary); }
.articles__grid--2 { grid-template-columns: repeat(2, 1fr); max-width: 860px; }

/* ==========================================================================
   16. HERO ANIMATED COMPASS
   ========================================================================== */
.compass-stage {
  position: relative;
  width: min(100%, 460px);
  aspect-ratio: 1;
  will-change: transform;
}
.cs-glow {
  position: absolute;
  inset: -18%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(30,146,102,.5), rgba(30,146,102,0) 66%);
  animation: cs-breathe 7s ease-in-out infinite;
}
.cs-disc {
  position: absolute;
  inset: 3%;
  border-radius: 50%;
  overflow: hidden;
  background: radial-gradient(circle at 50% 40%, #12553d, #06140f 80%);
  border: 1px solid rgba(63,181,135,.28);
  box-shadow: 0 36px 80px -24px rgba(6,20,15,.7), inset 0 2px 40px rgba(0,0,0,.55);
}
.cs-disc > * { position: absolute; }
.cs-sweep {
  inset: 0;
  border-radius: 50%;
  background: conic-gradient(from 0deg, rgba(63,181,135,.6), rgba(63,181,135,.07) 46deg, transparent 96deg);
  animation: cs-spin 5.5s linear infinite;
}
.cs-pulse {
  inset: 30%;
  border-radius: 50%;
  border: 1.5px solid rgba(63,181,135,.55);
  opacity: 0;
  animation: cs-ping 4.8s ease-out infinite;
}
.cs-pulse--b { animation-delay: 1.6s; }
.cs-pulse--c { animation-delay: 3.2s; }
.cs-ticks { inset: 0; width: 100%; height: 100%; animation: cs-spin 50s linear infinite; }
.cs-dial { inset: 0; width: 100%; height: 100%; }
.cs-pt {
  fill: rgba(255,255,255,.72);
  font-family: var(--font-sans);
  font-size: 22px;
  font-weight: 700;
  text-anchor: middle;
}
.cs-orbit { inset: 15%; animation: cs-spin 19s linear infinite; }
.cs-arm { position: absolute; inset: 0; }
.cs-arm:nth-child(2) { transform: rotate(120deg); }
.cs-arm:nth-child(3) { transform: rotate(240deg); }
.cs-node {
  position: absolute;
  top: -7px;
  left: 50%;
  width: 14px;
  height: 14px;
  margin-left: -7px;
  border-radius: 50%;
  background: var(--gold-400);
  box-shadow: 0 0 14px rgba(224,164,59,.9);
}
.cs-needle {
  inset: 0;
  width: 100%;
  height: 100%;
  transform-origin: 50% 50%;
  animation: cs-sway 6.5s ease-in-out infinite;
  filter: drop-shadow(0 6px 12px rgba(0,0,0,.55));
}
.cs-core {
  top: 50%;
  left: 50%;
  width: 9%;
  height: 9%;
  margin: -4.5% 0 0 -4.5%;
  border-radius: 50%;
  background: radial-gradient(circle at 40% 35%, #fff, #e0a43b 55%, #a26f15);
  animation: cs-core 3.6s ease-in-out infinite;
}

@keyframes cs-spin { to { transform: rotate(360deg); } }
@keyframes cs-breathe {
  0%, 100% { transform: scale(1); opacity: .72; }
  50% { transform: scale(1.13); opacity: 1; }
}
@keyframes cs-ping {
  0% { transform: scale(.4); opacity: 0; }
  14% { opacity: .9; }
  100% { transform: scale(1.05); opacity: 0; }
}
@keyframes cs-sway {
  0%, 100% { transform: rotate(-14deg); }
  50% { transform: rotate(14deg); }
}
@keyframes cs-core {
  0%, 100% { box-shadow: 0 0 14px rgba(224,164,59,.55); }
  50% { box-shadow: 0 0 28px rgba(224,164,59,1); }
}
@media (prefers-reduced-motion: reduce) {
  .cs-sweep, .cs-ticks, .cs-orbit, .cs-needle, .cs-core, .cs-glow { animation: none; }
  .cs-pulse { animation: none; opacity: .35; }
}
