:root {
  --green: #03e882;
  --teal: #02c19f;
  --blue: #0f96bd;
  --white: #ffffff;
  --cream: #fbfaf6;
  --sage: #eef8f3;
  --black: #17211f;
  --muted: #52605d;
  --line: rgba(2, 193, 159, .22);
  --soft: rgba(3, 232, 130, .07);
  --shadow: 0 20px 50px rgba(23, 33, 31, .09);
  --shadow-soft: 0 8px 28px rgba(23, 33, 31, .055);
  --radius: 22px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--black); background: var(--cream); line-height: 1.72; font-size: 1rem; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: var(--blue); text-decoration-thickness: 2px; text-underline-offset: 3px; }
a:hover { color: var(--teal); }
:focus-visible { outline: 4px solid var(--green); outline-offset: 3px; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 1000; background: var(--black); color: var(--white); padding: .75rem 1rem; border-radius: 8px; }
.skip-link:focus { top: 1rem; }
.container { width: min(calc(100% - 2rem), var(--max)); margin-inline: auto; }
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(251,250,246,.94); border-bottom: 1px solid rgba(2,193,159,.16); backdrop-filter: blur(16px); }
.topbar { background: rgba(2,193,159,.16); color: var(--black); font-weight: 750; font-size: .9rem; }
.topbar .container { display: flex; justify-content: space-between; gap: 1rem; padding-block: .45rem; }
.topbar a { color: var(--black); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; min-height: 92px; gap: 1.5rem; }
.brand { flex: 0 0 auto; }
.brand img { width: 86px; height: 64px; object-fit: contain; }
.menu { display: flex; align-items: center; gap: 1.25rem; list-style: none; margin: 0; padding: 0; }
.menu a { color: var(--black); text-decoration: none; font-weight: 720; padding-block: .45rem; }
.menu a:not(.button):hover { color: #087e74; }
.menu a[aria-current=page] { color: var(--teal); }
.menu-toggle { display: none; border: 0; background: var(--white); font: inherit; font-weight: 800; padding: .65rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: .82rem 1.3rem; border-radius: 999px; border: 2px solid var(--teal); background: var(--teal); color: var(--black); text-decoration: none; font-weight: 850; box-shadow: 0 8px 20px rgba(2,193,159,.15); transition: background .2s ease, border-color .2s ease, box-shadow .2s ease; }
.button:hover { background: var(--green); border-color: var(--green); color: var(--black); }
.button-secondary { background: rgba(255,255,255,.8); border-color: var(--blue); box-shadow: none; }
.hero { position: relative; overflow: hidden; background: radial-gradient(circle at 82% 14%, rgba(3,232,130,.14), transparent 28%), linear-gradient(135deg, #f5fbf7, #f7fbfc 58%, #fbfaf6); padding: clamp(4.5rem, 9vw, 7.5rem) 0; }
.hero::after { content: none; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(2rem, 7vw, 6rem); align-items: center; }
.eyebrow { color: #087e74; text-transform: uppercase; letter-spacing: .14em; font-weight: 900; font-size: .78rem; }
h1, h2, h3 { line-height: 1.12; margin: 0 0 1rem; text-wrap: balance; }
h1 { font-size: clamp(2.45rem, 5.5vw, 4.6rem); letter-spacing: -.035em; max-width: 15ch; }
h2 { font-size: clamp(2rem, 4vw, 3.1rem); letter-spacing: -.025em; }
h3 { font-size: 1.3rem; }
.lead { font-size: clamp(1.06rem, 2vw, 1.25rem); color: var(--muted); max-width: 64ch; }
.actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.6rem; }
.trust-row { display: flex; flex-wrap: wrap; gap: .7rem 1.2rem; margin-top: 1.8rem; font-weight: 750; }
.trust-row span::before { content: "✓"; color: var(--teal); margin-right: .4rem; font-weight: 950; }
.hero-card { background: rgba(255,255,255,.88); border: 1px solid rgba(2,193,159,.2); border-radius: 28px; padding: clamp(1.2rem, 3vw, 1.7rem); box-shadow: var(--shadow); }
.hero-card img { width: 100%; max-height: 390px; object-fit: cover; border-radius: 18px; }
.section { padding: clamp(4.5rem, 8vw, 7.5rem) 0; }
.section-soft { background: var(--sage); border-block: 1px solid rgba(2,193,159,.1); }
.section-heading { max-width: 720px; margin-bottom: 2.2rem; }
.grid { display: grid; gap: 1.4rem; }
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.card { background: rgba(255,255,255,.94); border: 1px solid rgba(2,193,159,.16); border-radius: var(--radius); padding: 1.75rem; box-shadow: var(--shadow-soft); }
.card-link { transition: border-color .2s ease, box-shadow .2s ease; }
.card-link:hover { border-color: rgba(2,193,159,.48); box-shadow: 0 14px 34px rgba(23,33,31,.075); }
.card-icon { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 15px; background: var(--green); font-size: 1.3rem; margin-bottom: 1rem; }
.card p { color: var(--muted); }
.card-link { font-weight: 850; }
.content-grid { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: clamp(2rem, 6vw, 5rem); align-items: start; }
.prose { max-width: 780px; }
.prose h2 { margin-top: 2.7rem; }
.prose h3 { margin-top: 2rem; }
.prose li { margin-block: .45rem; }
.sidebar { position: sticky; top: 120px; }
.callout { background: linear-gradient(145deg, rgba(2,193,159,.2), rgba(3,232,130,.15)); border: 1px solid rgba(2,193,159,.3); border-radius: var(--radius); padding: 1.9rem; color: var(--black); box-shadow: var(--shadow-soft); }
.callout a { color: var(--black); font-weight: 850; }
.breadcrumbs { font-size: .92rem; color: var(--muted); padding-top: 1.5rem; }
.breadcrumbs a { color: var(--black); }
.page-hero { padding: 4.5rem 0 3.5rem; background: radial-gradient(circle at 85% 10%, rgba(3,232,130,.12), transparent 28%), linear-gradient(120deg, #f3faf6, #f7fbfc); border-bottom: 1px solid rgba(2,193,159,.12); }
.page-hero h1 { font-size: clamp(2.4rem, 5vw, 4.5rem); }
.cta { background: radial-gradient(circle at 90% 10%, rgba(3,232,130,.25), transparent 32%), linear-gradient(135deg, #e9f8f1, #f3fbf8); color: var(--black); border: 1px solid rgba(2,193,159,.22); border-radius: 28px; padding: clamp(2.2rem, 6vw, 4.2rem); display: flex; justify-content: space-between; align-items: center; gap: 2rem; box-shadow: var(--shadow-soft); }
.cta h2 { max-width: 14ch; }
.next-card { border-top: 5px solid var(--green); }
.form { display: grid; gap: 1rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
label { display: grid; gap: .4rem; font-weight: 760; }
input, select, textarea { width: 100%; min-height: 48px; font: inherit; padding: .82rem .9rem; border: 2px solid #bdcfca; border-radius: 12px; background: var(--white); color: var(--black); }
input:focus, select:focus, textarea:focus { border-color: var(--teal); }
textarea { min-height: 140px; resize: vertical; }
.check { display: flex; align-items: flex-start; gap: .7rem; font-weight: 500; }
.check input { width: 22px; height: 22px; flex: 0 0 auto; }
.faq { border-bottom: 1px solid var(--line); }
.faq button { width: 100%; padding: 1.2rem 0; display: flex; justify-content: space-between; text-align: left; border: 0; background: transparent; font: inherit; font-weight: 850; }
.faq-panel { padding: 0 0 1rem; color: var(--muted); }
.site-footer { margin-top: 5rem; background: linear-gradient(180deg, #edf8f3, #f7fbf8); color: var(--black); border-top: 1px solid var(--line); padding: 4.5rem 0 2rem; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr 1fr; gap: 2rem; }
.site-footer a { color: var(--black); }
.footer-links { list-style: none; margin: 0; padding: 0; display: grid; gap: .45rem; }
.copyright { border-top: 1px solid var(--line); margin-top: 2.5rem; padding-top: 1.5rem; color: var(--muted); font-size: .9rem; }
.socials { display: flex; flex-wrap: wrap; gap: .6rem; }
.socials a { display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid rgba(2,193,159,.2); border-radius: 50%; background: var(--white); color: var(--black); text-decoration: none; font-weight: 900; box-shadow: var(--shadow-soft); }
.ask-widget { position: fixed; right: 1rem; bottom: 1rem; z-index: 200; }
.ask-launcher { border: 2px solid var(--white); border-radius: 999px; background: var(--teal); color: var(--black); box-shadow: var(--shadow); padding: .8rem 1.05rem; font: inherit; font-weight: 900; }
.ask-panel { position: absolute; right: 0; bottom: calc(100% + .7rem); width: min(390px, calc(100vw - 2rem)); max-height: min(610px, calc(100vh - 7rem)); overflow: auto; border: 1px solid var(--line); border-radius: 22px; background: var(--white); box-shadow: var(--shadow); padding: 1rem; }
.ask-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; border-bottom: 1px solid var(--line); padding-bottom: .8rem; }
.ask-heading strong, .ask-heading span { display: block; }
.ask-heading span { color: var(--muted); font-size: .82rem; }
.ask-heading button { width: 38px; height: 38px; border: 0; border-radius: 50%; background: var(--soft); font-size: 1.5rem; }
.ask-options { display: grid; gap: .55rem; margin-block: 1rem; }
.ask-options button { border: 1px solid var(--teal); border-radius: 12px; background: var(--white); color: var(--black); padding: .7rem; text-align: left; font: inherit; font-weight: 750; }
.ask-options button:hover { background: var(--soft); }
.ask-response { border-left: 5px solid var(--green); border-radius: 10px; background: var(--soft); padding: .9rem; }
.ask-actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 1rem; font-weight: 850; }
.resource-category-card { display: block; color: var(--black); text-decoration: none; }
.resource-category-card:hover { color: var(--black); }
.resource-category { margin: 0 0 .7rem; color: #087e74 !important; text-transform: uppercase; letter-spacing: .1em; font-size: .75rem; font-weight: 900; }
.resource-card { display: flex; flex-direction: column; }
.resource-card .card-link { margin-top: auto; }

/* Warm Premium editorial homepage */
.premium-hero { overflow: hidden; padding: clamp(4.5rem, 9vw, 8rem) 0; background: radial-gradient(circle at 80% 12%, rgba(3,232,130,.16), transparent 24%), linear-gradient(145deg, #f5fbf7, #fbfaf6 58%); }
.premium-hero-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(2.5rem, 7vw, 7rem); align-items: center; }
.premium-hero-copy h1 { max-width: 11ch; font-size: clamp(3rem, 6.4vw, 6.1rem); line-height: 1.01; letter-spacing: -.055em; }
.premium-hero-copy .lead { max-width: 54ch; }
.text-link { display: inline-flex; align-items: center; min-height: 48px; color: var(--black); font-weight: 850; text-decoration-color: var(--teal); }
.premium-proof { display: flex; flex-wrap: wrap; gap: .65rem; margin-top: 2rem; }
.premium-proof span { padding: .5rem .75rem; border: 1px solid rgba(2,193,159,.22); border-radius: 999px; background: rgba(255,255,255,.72); font-size: .86rem; font-weight: 760; }
.premium-hero-media { position: relative; min-height: 610px; }
.premium-hero-media > img { width: 100%; height: 610px; object-fit: cover; border-radius: 180px 28px 28px 28px; box-shadow: 0 32px 70px rgba(23,33,31,.14); }
.floating-note { position: absolute; left: -2.2rem; bottom: 2rem; width: min(340px, 78%); padding: 1.35rem; border: 1px solid rgba(2,193,159,.22); border-radius: 20px; background: rgba(255,255,255,.94); box-shadow: var(--shadow); backdrop-filter: blur(12px); }
.floating-note strong, .floating-note span { display: block; }
.floating-note span { margin-block: .35rem .7rem; color: var(--muted); }
.floating-note a { color: var(--black); font-weight: 850; }
.intro-band { padding: 2rem 0; color: var(--black); background: linear-gradient(90deg, rgba(2,193,159,.2), rgba(3,232,130,.12)); border-block: 1px solid rgba(2,193,159,.18); }
.intro-band-grid { display: grid; grid-template-columns: .55fr 1.7fr .75fr; gap: 2rem; align-items: center; }
.intro-band .eyebrow { margin: 0; }
.intro-statement { margin: 0; font-size: clamp(1.15rem, 2vw, 1.55rem); line-height: 1.45; font-weight: 680; }
.editorial-heading { display: grid; grid-template-columns: 1.1fr .9fr; gap: 3rem; align-items: end; margin-bottom: 2.5rem; }
.editorial-heading h2 { max-width: 13ch; margin-bottom: 0; font-size: clamp(2.5rem, 5vw, 4.8rem); }
.premium-service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.4rem; }
.service-feature { min-height: 330px; padding: clamp(1.6rem, 4vw, 2.7rem); display: flex; flex-direction: column; justify-content: flex-end; color: var(--black); text-decoration: none; border: 1px solid rgba(2,193,159,.18); border-radius: 26px; background: #eef8f3; box-shadow: var(--shadow-soft); }
.service-feature:hover { color: var(--black); border-color: rgba(2,193,159,.5); }
.service-feature > span, .service-feature-image span { color: #087e74; text-transform: uppercase; letter-spacing: .12em; font-size: .75rem; font-weight: 900; }
.service-feature h3 { max-width: 19ch; font-size: clamp(1.65rem, 3vw, 2.6rem); }
.service-feature p { max-width: 54ch; color: var(--muted); }
.service-feature-large { min-height: 430px; background: linear-gradient(150deg, rgba(15,150,189,.11), rgba(3,232,130,.16)); }
.service-feature-image { position: relative; overflow: hidden; min-height: 420px; padding: 0; color: var(--white); }
.service-feature-image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.service-feature-image::after { content: ""; position: absolute; inset: 25% 0 0; background: linear-gradient(transparent, rgba(16,23,22,.88)); }
.service-feature-image > div { position: relative; z-index: 1; padding: 2rem; }
.service-feature-image span { color: #72f5bd; }
.service-feature-image h3, .service-feature-image strong { color: var(--white); }
.section-action { margin-top: 1.5rem; }
.story-section { background: var(--white); }
.story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 8vw, 7rem); align-items: center; }
.story-media { position: relative; }
.story-media img { width: 100%; min-height: 610px; object-fit: cover; border-radius: 28px 160px 28px 28px; }
.image-caption { position: absolute; right: -1rem; bottom: 1.5rem; padding: .75rem 1rem; border-radius: 999px; background: var(--white); box-shadow: var(--shadow-soft); font-weight: 800; }
.story-copy h2 { max-width: 12ch; font-size: clamp(2.4rem, 4.8vw, 4.4rem); }
.principle-list { margin-block: 2rem; border-top: 1px solid var(--line); }
.principle-list > div { display: grid; grid-template-columns: 48px 1fr; gap: 1rem; padding: 1.1rem 0; border-bottom: 1px solid var(--line); }
.principle-list span { color: #087e74; font-weight: 900; }
.principle-list p { margin: 0; }
.area-showcase { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 8vw, 7rem); align-items: start; }
.area-showcase h2 { max-width: 9ch; font-size: clamp(2.5rem, 5vw, 4.5rem); }
.area-links { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.area-links a { display: flex; justify-content: space-between; gap: 1rem; padding: 1.05rem .4rem; color: var(--black); text-decoration: none; font-weight: 800; border-bottom: 1px solid var(--line); }
.area-links a:nth-child(odd) { margin-right: 1.3rem; }
.premium-cta { padding: clamp(2.5rem, 7vw, 5rem); display: grid; grid-template-columns: 1.4fr .6fr; gap: 3rem; align-items: end; border: 1px solid rgba(2,193,159,.2); border-radius: 32px; background: radial-gradient(circle at 85% 15%, rgba(3,232,130,.3), transparent 28%), linear-gradient(135deg, #e7f7ef, #f5fbf8); box-shadow: var(--shadow-soft); }
.premium-cta h2 { max-width: 17ch; font-size: clamp(2.4rem, 4.7vw, 4.3rem); }
.premium-cta .actions { justify-content: flex-end; }

@media (max-width: 950px) {
  .menu-toggle { display: inline-flex; }
  .menu { display: none; position: absolute; left: 1rem; right: 1rem; top: calc(100% + .5rem); flex-direction: column; align-items: stretch; background: var(--white); padding: 1rem; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); }
  .menu[data-open=true] { display: flex; }
  .menu .button { width: 100%; }
  .hero-grid, .content-grid { grid-template-columns: 1fr; }
  .sidebar { position: static; }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .premium-hero-grid, .story-grid, .area-showcase, .premium-cta { grid-template-columns: 1fr; }
  .premium-hero-media { min-height: 520px; }
  .premium-hero-media > img { height: 520px; }
  .floating-note { left: 1rem; }
  .intro-band-grid, .editorial-heading { grid-template-columns: 1fr; gap: 1rem; }
  .premium-cta .actions { justify-content: flex-start; }
}

@media (max-width: 650px) {
  .topbar .container { flex-direction: column; gap: 0; }
  .grid-2, .grid-3, .grid-4, .form-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 3.5rem; }
  .cta { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; }
  .ask-widget { right: .65rem; bottom: .65rem; }
  .premium-hero { padding-top: 3.5rem; }
  .premium-hero-copy h1 { font-size: clamp(2.8rem, 14vw, 4.4rem); }
  .premium-hero-media, .premium-hero-media > img { min-height: 430px; height: 430px; }
  .premium-hero-media > img { border-radius: 90px 22px 22px 22px; }
  .floating-note { left: .7rem; right: .7rem; bottom: .7rem; width: auto; }
  .premium-service-grid, .area-links { grid-template-columns: 1fr; }
  .service-feature, .service-feature-large, .service-feature-image { min-height: 350px; }
  .story-media img { min-height: 440px; border-radius: 22px 90px 22px 22px; }
  .image-caption { right: .5rem; }
  .area-links a:nth-child(odd) { margin-right: 0; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
