:root {
  --ink: rgb(18, 60, 59);
  --ink-deep: #082b2a;
  --teal: rgb(29, 101, 95);
  --teal-soft: #dcece7;
  --sea: #8bbeb2;
  --cream: #f7f3ea;
  --paper: #fffdf8;
  --coral: #ed7c63;
  --coral-dark: #d8654d;
  --amber: #f0bd5c;
  --muted: #667b78;
  --line: rgba(18, 60, 59, 0.14);
  --shadow: 0 24px 70px rgba(8, 43, 42, 0.12);
  --radius-lg: 34px;
  --radius-md: 22px;
  --radius-sm: 14px;
  --container: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink-deep);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid var(--amber); outline-offset: 4px; }

.container { width: var(--container); margin-inline: auto; }
.section { padding: 112px 0; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 1000; padding: 12px 18px; border-radius: 10px; background: white; color: var(--ink-deep); box-shadow: var(--shadow); }
.skip-link:focus { top: 16px; }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.06; letter-spacing: -0.038em; }
h1 { font-size: clamp(2.9rem, 5.3vw, 5.45rem); font-weight: 650; }
h2 { margin-bottom: 24px; font-size: clamp(2.45rem, 4.8vw, 4.7rem); font-weight: 620; }
h3 { font-size: 1.28rem; }
.eyebrow { margin-bottom: 18px; color: var(--coral-dark); font-size: .73rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow.light { color: #ffd2c6; }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 8px; padding: 14px 26px; border: 1px solid transparent; border-radius: 999px; font-size: .95rem; font-weight: 760; line-height: 1; transition: transform .22s ease, background .22s ease, border-color .22s ease, box-shadow .22s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--coral); color: #fff; box-shadow: 0 12px 30px rgba(237, 124, 99, .24); }
.button-primary:hover { background: var(--coral-dark); box-shadow: 0 16px 32px rgba(216, 101, 77, .3); }
.button-small { min-height: 44px; padding: 12px 21px; }
.button-ghost { border-color: rgba(255,255,255,.7); background: rgba(255,255,255,.08); color: #fff; backdrop-filter: blur(8px); }
.button-ghost:hover { background: rgba(255,255,255,.16); }
.button-light { background: white; color: var(--ink-deep); }
.text-link { display: inline-flex; align-items: center; gap: 10px; padding-bottom: 4px; border-bottom: 1px solid currentColor; color: var(--ink); font-weight: 750; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; height: 86px; border-bottom: 1px solid transparent; transition: background .25s ease, border-color .25s ease, height .25s ease; }
.site-header.scrolled, .site-header.menu-active { height: 74px; border-color: rgba(18,60,59,.09); background: rgba(255,253,248,.92); box-shadow: 0 10px 30px rgba(8,43,42,.05); backdrop-filter: blur(18px); }
.nav-shell { width: var(--container); height: 100%; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: white; font-size: 1.18rem; font-weight: 820; letter-spacing: -.035em; }
.brand img { width: 42px; height: 42px; }
.brand > span > span { color: #ffb29f; }
.site-header.scrolled .brand, .site-header.menu-active .brand { color: var(--ink-deep); }
.site-header.scrolled .brand > span > span, .site-header.menu-active .brand > span > span { color: var(--coral-dark); }
.site-nav { display: flex; align-items: center; gap: 30px; }
.site-nav > a:not(.button) { position: relative; color: rgba(255,255,255,.84); font-size: .9rem; font-weight: 680; }
.site-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: currentColor; transition: right .22s ease; }
.site-nav > a:not(.button):hover::after { right: 0; }
.site-header.scrolled .site-nav > a:not(.button), .site-header.menu-active .site-nav > a:not(.button) { color: var(--ink); }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 12px; border: 0; border-radius: 50%; background: rgba(255,255,255,.12); }
.menu-toggle span { display: block; width: 100%; height: 2px; margin: 5px 0; background: white; transition: transform .2s ease, opacity .2s ease; }
.site-header.scrolled .menu-toggle span, .site-header.menu-active .menu-toggle span { background: var(--ink-deep); }

.hero { position: relative; min-height: 100svh; display: grid; place-items: center; overflow: hidden; background: var(--ink-deep); }
.hero-image, .hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: 72% center; }
.hero-overlay { background: linear-gradient(90deg, rgba(5,34,33,.94) 0%, rgba(5,34,33,.82) 36%, rgba(5,34,33,.28) 58%, rgba(5,34,33,.02) 78%), linear-gradient(0deg, rgba(5,34,33,.38) 0%, transparent 42%); }
.hero-orbit { position: absolute; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; pointer-events: none; }
.orbit-one { right: 7vw; bottom: -30vw; width: 62vw; height: 62vw; }
.orbit-two { right: 18vw; bottom: -20vw; width: 42vw; height: 42vw; }
.hero-content { position: relative; z-index: 2; padding-top: 94px; color: white; }
.hero-content > * { max-width: 690px; }
.hero h1 { max-width: 670px; margin-bottom: 25px; font-size: clamp(2.9rem, 4.55vw, 4.6rem); text-wrap: balance; }
.hero-title-rest { display: inline; }
.hero-copy { max-width: 650px; margin-bottom: 34px; color: rgba(255,255,255,.82); font-size: clamp(1.05rem, 1.6vw, 1.28rem); line-height: 1.65; }
.hero-actions { display: flex; gap: 13px; margin-bottom: 28px; }
.hero-note { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.68); font-size: .86rem; }
.hero-note span { color: var(--amber); font-size: 1.3rem; }
.scroll-cue { position: absolute; z-index: 3; bottom: 24px; left: 50%; width: 34px; height: 52px; border: 1px solid rgba(255,255,255,.5); border-radius: 99px; transform: translateX(-50%); }
.scroll-cue span { position: absolute; left: 50%; top: 10px; width: 4px; height: 8px; border-radius: 99px; background: white; transform: translateX(-50%); animation: scroll-cue 1.9s ease-in-out infinite; }
@keyframes scroll-cue { 0%,100% { transform: translate(-50%,0); opacity: .4; } 45% { transform: translate(-50%,18px); opacity: 1; } }

.trust-strip { background: var(--ink-deep); color: white; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div { display: flex; align-items: center; gap: 17px; min-height: 112px; padding: 22px 28px; border-right: 1px solid rgba(255,255,255,.12); }
.trust-grid > div:first-child { padding-left: 0; }
.trust-grid > div:last-child { border-right: 0; }
.line-icon { display: grid; place-items: center; flex: 0 0 36px; width: 36px; height: 36px; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; color: var(--amber); font-size: .65rem; }
.trust-grid p { margin: 0; line-height: 1.25; }
.trust-grid strong, .trust-grid small { display: block; }
.trust-grid strong { margin-bottom: 5px; font-size: .9rem; }
.trust-grid small { color: rgba(255,255,255,.58); font-size: .76rem; }

.members-section { background: var(--cream); }
.section-heading { margin-bottom: 54px; }
.split-heading { display: grid; grid-template-columns: 1.4fr .7fr; align-items: end; gap: 80px; }
.split-heading h2 { max-width: 780px; margin-bottom: 0; }
.split-heading > p { margin-bottom: 4px; color: var(--muted); }
.profile-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: start; }
.profile-card { overflow: hidden; border: 1px solid rgba(18,60,59,.08); border-radius: var(--radius-md); background: var(--paper); box-shadow: 0 16px 42px rgba(8,43,42,.07); transition: transform .25s ease, box-shadow .25s ease; }
.profile-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.profile-card:nth-child(2), .profile-card:nth-child(5) { margin-top: 44px; }
.profile-photo { aspect-ratio: 4 / 4.55; overflow: hidden; background: var(--teal-soft); }
.profile-tall .profile-photo { aspect-ratio: 4 / 5; }
.profile-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.profile-card:hover .profile-photo img { transform: scale(1.035); }
.profile-body { padding: 23px 24px 26px; }
.profile-body > div:first-child { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; }
.profile-body h3, .profile-body p { margin-bottom: 0; }
.profile-body h3 { font-size: 1.42rem; }
.profile-body > div:first-child p { color: var(--muted); font-size: .75rem; }
.profile-body > p { min-height: 52px; margin: 13px 0 16px; color: var(--muted); font-size: .9rem; line-height: 1.55; }
.tags { display: flex; flex-wrap: wrap; gap: 7px; margin: 0 0 20px; padding: 0; list-style: none; }
.tags li { padding: 5px 10px; border-radius: 999px; background: var(--teal-soft); color: var(--teal); font-size: .68rem; font-weight: 720; }
.profile-body > a { display: flex; justify-content: space-between; padding-top: 17px; border-top: 1px solid var(--line); color: var(--ink); font-size: .85rem; font-weight: 800; }
.preview-note { margin: 28px 0 0; color: var(--muted); font-size: .76rem; text-align: center; }
.center-action { margin-top: 28px; text-align: center; }

.reasons-section { background: var(--paper); }
.centered-heading { max-width: 820px; margin-inline: auto; text-align: center; }
.centered-heading > p:last-child { max-width: 650px; margin: 0 auto; color: var(--muted); }
.reason-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.reason-grid article { min-height: 280px; padding: 38px 30px; border-right: 1px solid var(--line); }
.reason-grid article:last-child { border-right: 0; }
.reason-grid article > span { display: block; margin-bottom: 60px; color: var(--coral-dark); font-size: .72rem; font-weight: 800; }
.reason-grid h3 { margin-bottom: 14px; }
.reason-grid p { margin-bottom: 0; color: var(--muted); font-size: .9rem; }

.story-section { display: grid; grid-template-columns: 1.06fr .94fr; min-height: 690px; background: var(--teal); color: white; }
.story-image { min-height: 600px; }
.story-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 34%; }
.story-content { display: flex; flex-direction: column; justify-content: center; padding: clamp(54px, 8vw, 120px); background: radial-gradient(circle at 85% 15%, rgba(240,189,92,.17), transparent 32%), var(--teal); }
.story-content h2 { font-size: clamp(2.4rem, 4vw, 4.2rem); }
.story-content > p:not(.eyebrow) { max-width: 540px; margin-bottom: 32px; color: rgba(255,255,255,.74); font-size: 1.04rem; }
.story-content .button { align-self: flex-start; }

.app-section { overflow: hidden; background: var(--cream); }
.app-grid { display: grid; grid-template-columns: 1fr .9fr; align-items: center; gap: 100px; }
.phone-stage { position: relative; min-height: 620px; }
.phone-stage::before { content: ""; position: absolute; inset: 10% 3% 0; border-radius: 50%; background: var(--teal-soft); }
.phone-frame { position: absolute; z-index: 2; top: 0; left: 50%; width: 300px; overflow: hidden; border: 9px solid var(--ink-deep); border-radius: 42px; background: white; box-shadow: var(--shadow); transform: translateX(-28%) rotate(3deg); }
.phone-top { height: 58px; display: flex; align-items: center; gap: 8px; padding: 11px 16px; font-size: .82rem; font-weight: 800; }
.phone-photo { width: 100%; height: 330px; object-fit: cover; }
.phone-info { padding: 19px 20px 23px; }
.phone-info h3 { margin-bottom: 6px; font-size: 1.45rem; }
.phone-info p { margin-bottom: 13px; color: var(--muted); font-size: .78rem; }
.phone-info div { display: flex; gap: 7px; }
.phone-info span { padding: 5px 9px; border-radius: 999px; background: var(--teal-soft); color: var(--teal); font-size: .65rem; }
.phone-card-back { position: absolute; z-index: 1; left: 4%; bottom: 8%; width: 235px; height: 390px; overflow: hidden; border: 8px solid white; border-radius: 32px; box-shadow: var(--shadow); transform: rotate(-8deg); }
.phone-card-back img { width: 100%; height: 100%; object-fit: cover; }
.app-copy > p:not(.eyebrow, .app-status) { max-width: 540px; margin-bottom: 28px; color: var(--muted); font-size: 1.02rem; }
.store-buttons { display: flex; flex-wrap: wrap; gap: 12px; }
.store-buttons a { min-width: 185px; padding: 11px 21px; border: 0; border-radius: 14px; background: var(--ink-deep); color: white; text-align: left; cursor: pointer; transition: transform .2s ease, background .2s ease; }
.store-buttons a:hover { transform: translateY(-2px); background: var(--teal); }
.store-buttons small, .store-buttons strong { display: block; }
.store-buttons small { color: rgba(255,255,255,.58); font-size: .66rem; }
.store-buttons strong { font-size: 1rem; }
.app-status { min-height: 24px; margin: 15px 0 0; color: var(--coral-dark); font-size: .83rem; font-weight: 700; }

.safety-section { background: var(--paper); }
.safety-grid { display: grid; grid-template-columns: .85fr 1fr; gap: 100px; align-items: center; }
.safety-grid > div:first-child > p:not(.eyebrow) { max-width: 540px; margin-bottom: 28px; color: var(--muted); }
.safety-list { border-top: 1px solid var(--line); }
.safety-list article { display: grid; grid-template-columns: 60px 1fr; gap: 22px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.safety-list article > span { color: var(--coral-dark); font-size: .72rem; font-weight: 800; }
.safety-list h3 { margin-bottom: 7px; }
.safety-list p { margin-bottom: 0; color: var(--muted); font-size: .9rem; }

.journal-section { background: #e8f0ec; }
.article-grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: 24px; }
.article-card { overflow: hidden; border-radius: var(--radius-md); background: var(--paper); box-shadow: 0 14px 45px rgba(8,43,42,.08); }
.article-card > img { width: 100%; height: 270px; object-fit: cover; object-position: center 34%; }
.article-card > div { padding: 27px 28px 30px; }
.article-card .article-meta { margin-bottom: 13px; color: var(--coral-dark); font-size: .7rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.article-card h3 { margin-bottom: 14px; font-size: 1.65rem; }
.article-card > div > p:not(.article-meta) { margin-bottom: 22px; color: var(--muted); font-size: .9rem; }
.article-card a { font-size: .82rem; font-weight: 800; }
.article-featured { grid-row: span 2; }
.article-featured > img { height: 430px; }
.article-featured h3 { font-size: 2.15rem; }

.faq-section { background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: .68fr 1.2fr; gap: 100px; align-items: start; }
.faq-intro { position: sticky; top: 120px; }
.faq-intro p:last-child { max-width: 420px; color: var(--muted); }
.accordion { border-top: 1px solid var(--line); }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px 0; color: var(--ink-deep); font-size: 1.05rem; font-weight: 750; cursor: pointer; list-style: none; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { display: grid; place-items: center; flex: 0 0 31px; width: 31px; height: 31px; border: 1px solid var(--line); border-radius: 50%; color: var(--coral-dark); font-size: 1.15rem; transition: transform .2s ease, background .2s ease; }
.accordion details[open] summary span { background: var(--teal-soft); transform: rotate(45deg); }
.accordion details p { max-width: 690px; padding: 0 54px 26px 0; color: var(--muted); font-size: .93rem; }

.final-cta { position: relative; overflow: hidden; padding: 116px 0; background: var(--ink-deep); color: white; text-align: center; }
.final-cta .container { position: relative; z-index: 2; max-width: 860px; }
.final-cta img { margin: 0 auto 26px; }
.final-cta h2 { margin-bottom: 22px; }
.final-cta p:not(.eyebrow) { max-width: 610px; margin: 0 auto 31px; color: rgba(255,255,255,.68); }
.final-glow { position: absolute; top: -45%; left: 50%; width: 900px; height: 640px; border-radius: 50%; background: radial-gradient(circle, rgba(74,151,140,.35), transparent 68%); transform: translateX(-50%); }

.site-footer { padding: 82px 0 28px; background: #061f1e; color: white; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .65fr 1fr .9fr; gap: 65px; }
.brand-light { color: white; }
.footer-brand p { max-width: 390px; margin: 24px 0 0; color: rgba(255,255,255,.62); font-size: .96rem; line-height: 1.75; }
.footer-grid h2 { margin-bottom: 22px; color: rgba(255,255,255,.92); font-size: .86rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) a, .footer-grid > div:not(.footer-brand) span { display: block; margin: 0 0 11px; color: rgba(255,255,255,.64); font-size: .94rem; line-height: 1.55; }
.footer-grid > div:not(.footer-brand) a:hover { color: white; }
.footer-app { display: block; margin: 10px 0 0; padding: 0; border: 0; background: none; color: rgba(255,255,255,.64); font-size: .92rem; cursor: pointer; }
.footer-app:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 66px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.48); font-size: .84rem; line-height: 1.65; }
.footer-bottom p { margin: 0; }
.footer-bottom p:last-child { max-width: 560px; text-align: right; }

.back-to-top { position: fixed; right: 22px; bottom: 22px; z-index: 80; width: 46px; height: 46px; border: 0; border-radius: 50%; background: var(--coral); color: white; box-shadow: 0 12px 30px rgba(8,43,42,.2); cursor: pointer; opacity: 0; pointer-events: none; transform: translateY(12px); transition: opacity .2s ease, transform .2s ease; }
.back-to-top.visible { opacity: 1; pointer-events: auto; transform: translateY(0); }

/* Interior pages */
.inner-page { background: var(--paper); }
.inner-header { height: 74px; border-color: rgba(18,60,59,.09); background: rgba(255,253,248,.94); box-shadow: 0 10px 30px rgba(8,43,42,.05); backdrop-filter: blur(18px); }
.inner-header .brand, .inner-header .site-nav > a:not(.button) { color: var(--ink-deep); }
.inner-header .brand > span > span { color: var(--coral-dark); }
.inner-header .menu-toggle span { background: var(--ink-deep); }
.site-nav a[aria-current="page"]:not(.button) { color: var(--coral-dark); }
.site-nav a[aria-current="page"]:not(.button)::after { right: 0; }
.page-hero { position: relative; min-height: 520px; display: flex; align-items: flex-end; overflow: hidden; padding: 150px 0 76px; background: var(--ink-deep); color: white; }
.page-hero.compact { min-height: 410px; }
.page-hero-image, .page-hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.page-hero-image { object-fit: cover; opacity: .72; }
.blog-page .page-hero-image { object-position: center 12%; }
.page-hero-shade { background: linear-gradient(90deg, rgba(5,34,33,.92), rgba(5,34,33,.56) 62%, rgba(5,34,33,.2)), linear-gradient(0deg, rgba(5,34,33,.54), transparent 62%); }
.page-hero .container { position: relative; z-index: 2; }
.page-hero h1 { max-width: 920px; margin-bottom: 20px; font-size: clamp(2.65rem, 5.4vw, 5.2rem); text-wrap: balance; }
.page-hero p:not(.eyebrow) { max-width: 680px; margin-bottom: 0; color: rgba(255,255,255,.76); font-size: 1.08rem; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 22px; color: rgba(255,255,255,.65); font-size: .76rem; }
.breadcrumbs a:hover { color: white; }
.page-section { padding: 92px 0; }
.page-section.alt { background: var(--cream); }
.page-section.soft { background: #e8f0ec; }
.page-intro { max-width: 760px; margin-bottom: 46px; }
.page-intro.center { margin-inline: auto; text-align: center; }
.page-intro h2 { font-size: clamp(2.2rem, 4.3vw, 4rem); }
.page-intro p { color: var(--muted); }
.notice-bar { padding: 15px 20px; border: 1px solid rgba(237,124,99,.28); border-radius: var(--radius-sm); background: rgba(237,124,99,.08); color: #9b4938; font-size: .84rem; }
.filter-bar { display: grid; grid-template-columns: repeat(3, 1fr) auto; gap: 12px; margin-bottom: 36px; padding: 18px; border-radius: var(--radius-md); background: white; box-shadow: 0 14px 42px rgba(8,43,42,.07); }
.filter-bar label { display: grid; gap: 5px; color: var(--muted); font-size: .68rem; font-weight: 760; text-transform: uppercase; letter-spacing: .08em; }
.filter-bar select { min-height: 46px; padding: 0 13px; border: 1px solid var(--line); border-radius: 12px; background: var(--paper); color: var(--ink-deep); }
.filter-bar button { align-self: end; min-height: 46px; padding: 0 22px; border: 0; border-radius: 999px; background: var(--ink); color: white; font-weight: 750; }
.category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.category-card { min-height: 240px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--paper); }
.category-card .card-number { display: grid; place-items: center; width: 38px; height: 38px; margin-bottom: 45px; border-radius: 50%; background: var(--teal-soft); color: var(--teal); font-size: .7rem; font-weight: 800; }
.category-card h2, .category-card h3 { margin-bottom: 13px; font-size: 1.45rem; }
.category-card p { margin-bottom: 0; color: var(--muted); font-size: .9rem; }
.safety-card-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.safety-card { padding: 28px; border-radius: var(--radius-md); background: white; box-shadow: 0 14px 40px rgba(8,43,42,.06); }
.safety-card span { display: block; margin-bottom: 45px; color: var(--coral-dark); font-size: .72rem; font-weight: 800; }
.safety-card h2, .safety-card h3 { margin-bottom: 12px; font-size: 1.28rem; }
.safety-card p { margin-bottom: 0; color: var(--muted); font-size: .87rem; }
.editorial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.editorial-card { overflow: hidden; border-radius: var(--radius-md); background: white; box-shadow: 0 14px 42px rgba(8,43,42,.07); }
.editorial-card.wide { grid-column: span 2; }
.editorial-card img { width: 100%; height: 245px; object-fit: cover; }
.editorial-card.wide img { height: 340px; }
.editorial-card > div { padding: 26px; }
.editorial-card .article-meta { margin-bottom: 12px; color: var(--coral-dark); font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.editorial-card h2, .editorial-card h3 { margin-bottom: 13px; font-size: 1.5rem; }
.editorial-card p { color: var(--muted); font-size: .88rem; }
.editorial-card a { font-size: .82rem; font-weight: 800; }
.blog-featured-section { padding: 52px 0; }
.blog-featured-card { display: grid; grid-template-columns: minmax(260px, .7fr) 1.3fr; max-height: 300px; overflow: hidden; border-radius: var(--radius-md); background: white; box-shadow: 0 14px 42px rgba(8,43,42,.07); }
.blog-featured-card img { width: 100%; height: 300px; min-height: 0; object-fit: cover; object-position: center 34%; }
.blog-featured-copy { align-self: center; padding: 30px 38px; }
.blog-featured-copy h2 { margin: 0 0 12px; font-size: clamp(1.55rem, 2.5vw, 2.15rem); }
.blog-featured-copy p { color: var(--muted); }
.blog-featured-copy a { font-size: .9rem; font-weight: 800; }
.blog-topic-section { padding: 68px 0; }
.blog-topic-header { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 520px); gap: 50px; align-items: end; margin-bottom: 30px; padding-top: 22px; border-top: 1px solid var(--line); }
.blog-topic-header h2 { margin-bottom: 0; font-size: clamp(1.85rem, 3vw, 2.75rem); }
.blog-topic-header > p { margin-bottom: 0; color: var(--muted); }
.blog-story-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.blog-story-card { display: grid; grid-template-columns: 180px 1fr; min-height: 188px; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: white; }
.blog-story-card img { width: 100%; height: 100%; min-height: 188px; object-fit: cover; object-position: center 30%; }
.blog-story-card > div { display: flex; flex-direction: column; padding: 22px 23px; }
.blog-story-card h3 { margin: 0 0 9px; font-size: 1.22rem; }
.blog-story-card p:not(.article-meta) { margin-bottom: 14px; color: var(--muted); font-size: .84rem; }
.blog-story-card a, .blog-mini-card a, .blog-guide-strip a { margin-top: auto; font-size: .82rem; font-weight: 800; }
.blog-mini-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.blog-mini-card { display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: white; }
.blog-mini-card img { width: 100%; height: 158px; object-fit: cover; object-position: center 32%; }
.blog-mini-card > div { display: flex; flex: 1; flex-direction: column; padding: 20px 21px 22px; }
.blog-mini-card h3 { margin: 0 0 9px; font-size: 1.2rem; }
.blog-mini-card p:not(.article-meta) { color: var(--muted); font-size: .84rem; }
.blog-story-card .article-meta, .blog-mini-card .article-meta, .blog-guide-strip .article-meta { margin-bottom: 10px; color: var(--coral-dark); font-size: .66rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.blog-guide-strip { display: grid; grid-template-columns: 260px 1fr; overflow: hidden; border-radius: 18px; background: var(--ink-deep); color: white; }
.blog-guide-strip img { width: 100%; height: 230px; object-fit: cover; object-position: center 30%; }
.blog-guide-strip > div { align-self: center; padding: 28px 34px; }
.blog-guide-strip h3 { margin-bottom: 10px; font-size: 1.6rem; }
.blog-guide-strip p:not(.article-meta) { color: rgba(255,255,255,.7); }
.guide-links { display: flex; flex-wrap: wrap; gap: 22px; }
.guide-links a { color: white; }
.blog-faq-section { padding: 74px 0; }
.article-faq { margin: 56px 0 18px; padding: 28px 30px; border: 1px solid var(--line); border-radius: var(--radius-md); background: #f7f3eb; }
.article-faq h2 { margin: 0 0 8px; font-size: 1.8rem; }
.article-faq > p { color: var(--muted); }
.article-faq .accordion details p { font-size: .94rem; line-height: 1.7; }
.content-shell { display: grid; grid-template-columns: minmax(0, 790px) 250px; justify-content: space-between; gap: 70px; }
.prose { color: #294846; }
.article-page .content-shell,
.article-page .content-shell > *,
.article-page .prose { max-width: 100%; min-width: 0; }
.article-page .prose { overflow-wrap: break-word; }
.prose > :first-child { margin-top: 0; }
.prose h2 { margin: 58px 0 20px; color: var(--ink-deep); font-size: clamp(1.9rem, 3.3vw, 2.75rem); }
.prose h3 { margin: 34px 0 14px; color: var(--ink-deep); font-size: 1.38rem; }
.prose p, .prose li { font-size: 1rem; line-height: 1.8; }
.prose a { color: var(--teal); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.prose ul, .prose ol { padding-left: 24px; }
.prose blockquote { margin: 32px 0; padding: 24px 26px; border-left: 4px solid var(--coral); border-radius: 0 16px 16px 0; background: var(--cream); color: var(--ink); font-size: 1.08rem; font-style: italic; }
.answer-box, .practical-box { margin: 30px 0; padding: 25px 27px; border-radius: var(--radius-md); }
.answer-box { border: 1px solid rgba(29,101,95,.2); background: var(--teal-soft); }
.practical-box { border: 1px solid rgba(237,124,99,.24); background: rgba(237,124,99,.08); }
.answer-box strong, .practical-box strong { display: block; margin-bottom: 7px; color: var(--ink-deep); }
.side-card { position: sticky; top: 108px; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--cream); }
.side-card h2 { margin-bottom: 18px; font-size: 1.2rem; }
.side-card a { display: block; padding: 10px 0; border-bottom: 1px solid var(--line); color: var(--teal); font-size: .84rem; font-weight: 700; }
.side-card a:last-child { border-bottom: 0; }
.table-wrap { margin: 30px 0; overflow-x: auto; border: 1px solid var(--line); border-radius: 16px; }
.article-page .table-wrap { width: 100%; max-width: 100%; }
.table-wrap table { width: 100%; min-width: 620px; border-collapse: collapse; background: white; }
.table-wrap th, .table-wrap td { padding: 15px 17px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.table-wrap th { background: var(--cream); color: var(--ink-deep); font-size: .76rem; text-transform: uppercase; letter-spacing: .06em; }
.table-wrap td { color: #45605d; font-size: .86rem; }
.table-wrap tr:last-child td { border-bottom: 0; }
.city-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; margin: 28px 0; }
.city-card { padding: 18px; border: 1px solid var(--line); border-radius: 14px; background: white; }
.city-card strong, .city-card small { display: block; }
.city-card small { margin-top: 4px; color: var(--muted); }
.source-note { margin-top: 40px; padding-top: 24px; border-top: 1px solid var(--line); color: var(--muted); font-size: .82rem; }
.prose .button { margin-top: 10px; color: white; text-decoration: none; }
.cta-disclosure { max-width: 560px; margin: 15px auto 0 !important; color: rgba(255,255,255,.58) !important; font-size: .72rem; line-height: 1.5; }
.article-byline { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 24px; color: rgba(255,255,255,.66); font-size: .78rem; }
.article-cover { display: block; width: min(1020px, calc(100% - 40px)); aspect-ratio: 16 / 9; height: auto; margin: 32px auto 64px; border: 8px solid var(--paper); border-radius: 24px; object-fit: cover; object-position: center 34%; box-shadow: 0 20px 54px rgba(8,43,42,.12); }
.article-page .article-hero { min-height: 360px; padding: 126px 0 48px; }
.article-page .article-hero h1 { max-width: 850px; font-size: clamp(2.35rem, 4vw, 3.75rem); }
.article-page .article-cover { width: min(1020px, calc(100% - 40px)); margin: 32px auto 60px; }
.inner-page main > article > .page-hero { min-height: 360px; padding: 126px 0 48px; }
.inner-page main > article > .page-hero h1 { max-width: 850px; font-size: clamp(2.35rem, 4vw, 3.75rem); }
.inner-page main > article > .article-cover { width: min(1020px, calc(100% - 40px)); margin: 32px auto 60px; }
.article-page .prose h4 { margin: 26px 0 10px; color: var(--ink-deep); font-size: 1.08rem; }
.article-page .prose hr { margin: 42px 0; border: 0; border-top: 1px solid var(--line); }
.legal-shell { max-width: 860px; }
.legal-shell .notice-bar { margin-bottom: 35px; }
.legal-shell h2 { margin: 45px 0 15px; font-size: 1.75rem; }
.legal-shell p, .legal-shell li { color: #45605d; }
.page-cta { padding: 76px 0; background: var(--ink); color: white; text-align: center; }
.page-cta .container { max-width: 760px; }
.page-cta h2 { margin-bottom: 18px; font-size: clamp(2.1rem, 4.2vw, 3.8rem); }
.page-cta p { margin-bottom: 28px; color: rgba(255,255,255,.68); }
.source-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.source-links a { padding: 8px 12px; border: 1px solid var(--line); border-radius: 999px; color: var(--teal); font-size: .76rem; font-weight: 700; }

@media (max-width: 1020px) {
  .section { padding: 88px 0; }
  .split-heading { grid-template-columns: 1fr; gap: 24px; }
  .profile-grid { grid-template-columns: repeat(2, 1fr); }
  .profile-card:nth-child(2), .profile-card:nth-child(5) { margin-top: 0; }
  .reason-grid { grid-template-columns: repeat(2, 1fr); }
  .reason-grid article:nth-child(2) { border-right: 0; }
  .reason-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .story-section { grid-template-columns: 1fr; }
  .story-image { min-height: 520px; }
  .app-grid, .safety-grid, .faq-grid { gap: 56px; }
  .phone-stage { min-height: 560px; }
  .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .safety-card-grid { grid-template-columns: repeat(2, 1fr); }
  .content-shell { grid-template-columns: 1fr; }
  .side-card { position: static; }
}

@media (max-width: 820px) {
  :root { --container: min(100% - 30px, 680px); }
  .site-header { height: 76px; }
  .menu-toggle { display: block; }
  .site-nav { position: fixed; top: 74px; left: 15px; right: 15px; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 18px; border: 1px solid var(--line); border-radius: 20px; background: var(--paper); box-shadow: var(--shadow); opacity: 0; pointer-events: none; transform: translateY(-12px); transition: opacity .2s ease, transform .2s ease; }
  .site-nav.open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .site-nav > a:not(.button) { padding: 13px 8px; border-bottom: 1px solid var(--line); color: var(--ink-deep); }
  .site-nav > a:not(.button)::after { display: none; }
  .site-nav .button { margin-top: 13px; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-7px) rotate(-45deg); }
  .hero { min-height: 90svh; align-items: end; }
  .hero-image { object-position: 72% center; }
  .hero-overlay { background: linear-gradient(0deg, rgba(5,34,33,.94) 4%, rgba(5,34,33,.72) 53%, rgba(5,34,33,.2) 100%); }
  .hero-content { padding: 125px 0 95px; }
  .hero h1 { font-size: clamp(2.75rem, 10.6vw, 4rem); }
  .scroll-cue { display: none; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid > div { min-height: 94px; padding: 19px 14px; border-bottom: 1px solid rgba(255,255,255,.12); }
  .trust-grid > div:first-child { padding-left: 14px; }
  .trust-grid > div:nth-child(2) { border-right: 0; }
  .trust-grid > div:nth-child(n+3) { border-bottom: 0; }
  .app-grid, .safety-grid, .faq-grid { grid-template-columns: 1fr; }
  .phone-stage { order: 2; }
  .app-copy { order: 1; }
  .faq-intro { position: static; }
  .article-grid { grid-template-columns: 1fr 1fr; }
  .article-featured { grid-column: 1 / -1; grid-row: auto; }
  .article-featured > img { height: 360px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-brand { grid-column: 1 / -1; }
  .page-hero { min-height: 470px; padding: 130px 0 62px; }
  .blog-featured-card { grid-template-columns: 1fr; }
  .blog-featured-card { max-height: none; }
  .blog-featured-card img { height: 240px; min-height: 0; }
  .blog-featured-copy { padding: 32px; }
  .blog-topic-header { grid-template-columns: 1fr; gap: 14px; }
  .blog-story-grid { grid-template-columns: 1fr; }
  .blog-mini-grid { grid-template-columns: repeat(2, 1fr); }
  .blog-guide-strip { grid-template-columns: 220px 1fr; }
  .article-page .article-hero,
  .inner-page main > article > .page-hero { min-height: 350px; }
  .filter-bar { grid-template-columns: 1fr 1fr; }
  .category-grid, .editorial-grid { grid-template-columns: repeat(2, 1fr); }
  .editorial-card.wide { grid-column: 1 / -1; }
  .city-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 580px) {
  .section { padding: 72px 0; }
  h2 { font-size: clamp(2.3rem, 11vw, 3.25rem); }
  .hero { display: block; min-height: 0; background: var(--ink-deep); }
  .hero-image { position: relative; inset: auto; width: 100%; height: 460px; object-position: 72% center; }
  .hero-overlay { inset: 0 0 auto; height: 460px; background: linear-gradient(180deg, rgba(5,34,33,.03) 0%, rgba(5,34,33,.04) 60%, rgba(5,34,33,.92) 100%); }
  .hero-orbit { display: none; }
  .hero-content { margin-top: -42px; padding: 0 0 68px; }
  .hero-content > * { max-width: 100%; }
  .hero h1 { margin-bottom: 20px; font-size: clamp(2.25rem, 9.5vw, 2.85rem); line-height: 1.03; text-wrap: pretty; }
  .hero-title-rest { display: block; margin-top: 5px; }
  .hero-copy { margin-bottom: 26px; font-size: 1rem; line-height: 1.6; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .button { width: 100%; }
  .hero-note { align-items: flex-start; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid > div, .trust-grid > div:nth-child(n+3) { min-height: 82px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .trust-grid > div:last-child { border-bottom: 0; }
  .profile-grid { grid-template-columns: 1fr; }
  .profile-photo, .profile-tall .profile-photo { aspect-ratio: 4 / 4.5; }
  .reason-grid { grid-template-columns: 1fr; }
  .reason-grid article { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .reason-grid article:last-child { border-bottom: 0; }
  .reason-grid article > span { margin-bottom: 35px; }
  .story-image { min-height: 410px; }
  .story-content { padding: 64px 25px; }
  .phone-stage { min-height: 520px; }
  .phone-frame { width: 260px; transform: translateX(-40%) rotate(3deg); }
  .phone-photo { height: 285px; }
  .phone-card-back { left: -4%; width: 190px; height: 320px; }
  .store-buttons { flex-direction: column; }
  .store-buttons a { width: 100%; }
  .safety-list article { grid-template-columns: 40px 1fr; gap: 12px; }
  .article-grid { grid-template-columns: 1fr; }
  .article-featured { grid-column: auto; }
  .article-card > img, .article-featured > img { height: 260px; }
  .article-featured h3 { font-size: 1.65rem; }
  .accordion summary { font-size: .94rem; }
  .accordion details p { padding-right: 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .footer-bottom p:last-child { text-align: left; }
  .page-section { padding: 72px 0; }
  .page-hero h1 { font-size: clamp(2.35rem, 11vw, 3.4rem); }
  .blog-page .page-hero-image { object-position: 48% 8%; }
  .blog-featured-section { padding: 50px 0; }
  .blog-featured-card img { width: 100%; height: auto; min-height: 0; object-fit: contain; object-position: center; }
  .blog-featured-copy { padding: 26px 22px 28px; }
  .blog-topic-section { padding: 52px 0; }
  .blog-story-card { display: flex; flex-direction: column; }
  .blog-story-card img { width: 100%; height: auto; min-height: 0; object-fit: contain; object-position: center; }
  .blog-mini-grid { grid-template-columns: 1fr; }
  .blog-mini-card { display: flex; flex-direction: column; }
  .blog-mini-card img { width: 100%; height: auto; min-height: 0; object-fit: contain; object-position: center; }
  .blog-guide-strip { grid-template-columns: 1fr; }
  .blog-guide-strip img { width: 100%; height: auto; object-fit: contain; object-position: center; }
  .blog-guide-strip > div { padding: 26px 22px; }
  .article-page .article-hero,
  .inner-page main > article > .page-hero { min-height: 330px; padding: 108px 0 42px; }
  .article-page .article-hero h1,
  .inner-page main > article > .page-hero h1 { font-size: clamp(2.15rem, 10vw, 3rem); }
  .article-page .article-cover,
  .inner-page main > article > .article-cover { margin-top: 20px; margin-bottom: 42px; }
  .article-page .content-shell,
  .article-page .content-shell > *,
  .article-page .prose,
  .article-page .side-card { width: 100%; max-width: 100%; min-width: 0; }
  .article-page .prose p,
  .article-page .prose li,
  .article-page .prose a,
  .article-page .prose h2,
  .article-page .prose h3,
  .article-page .prose h4 { overflow-wrap: anywhere; }
  .article-page .prose blockquote,
  .article-page .answer-box,
  .article-page .practical-box,
  .article-page .article-faq { max-width: 100%; padding-left: 20px; padding-right: 20px; }
  .article-page .table-wrap { overflow-x: hidden; border-radius: 14px; }
  .article-page .table-wrap table { width: 100%; min-width: 0; table-layout: fixed; }
  .article-page .table-wrap th,
  .article-page .table-wrap td { padding: 10px 7px; font-size: .72rem; line-height: 1.45; overflow-wrap: anywhere; hyphens: auto; }
  .article-page .table-wrap th { font-size: .62rem; letter-spacing: .025em; }
  .filter-bar, .category-grid, .safety-card-grid, .editorial-grid { grid-template-columns: 1fr; }
  .editorial-card.wide { grid-column: auto; }
  .city-grid { grid-template-columns: 1fr; }
  .article-cover { width: calc(100% - 24px); margin-bottom: 50px; border-width: 6px; border-radius: 20px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
