:root{
    --bg:#f2eadf;
    --surface:#fffaf3;
    --surface-strong:#ffffff;
    --ink:#171515;
    --ink-2:#3f3a37;
    --muted:#6f665f;
    --line:rgba(23,21,21,.08);
    --hairline:rgba(23,21,21,.06);
    --shadow:0 24px 58px rgba(23,21,21,.08);
    --shadow-soft:0 12px 30px rgba(23,21,21,.06);
    --radius-xl:32px;
    --radius-lg:24px;
    --radius-md:18px;
    --pill:999px;
    --accent:#1f6749;
    --accent-2:#0f3f2c;
    --accent-warm:#d7b079;
    --accent-soft:rgba(31,103,73,.1);
    --sand:rgba(231,214,187,.55);
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
    font-family:'Manrope',-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    color:var(--ink);
    background:
        radial-gradient(1200px 640px at 100% -10%, rgba(31,103,73,.10), transparent),
        radial-gradient(900px 560px at -5% 0%, rgba(215,176,121,.18), transparent),
        var(--bg);
}
a{color:#0f5a3b;text-decoration:none}
a:hover{text-decoration:underline}
h1,h2,h3{
    font-family:'Fraunces',Georgia,serif;
    letter-spacing:-.03em;
}
h1{font-size:clamp(38px,5vw,74px);line-height:.96}
h2{font-size:clamp(30px,3vw,46px);line-height:1.02}
h3{font-size:clamp(22px,2.2vw,28px);line-height:1.08}
p{line-height:1.65}
.container{max-width:1200px;margin:0 auto;padding:0 24px}

.site-header{
    position:sticky;
    top:0;
    z-index:60;
    border-bottom:1px solid var(--hairline);
    background:rgba(255,250,243,.82);
    backdrop-filter:saturate(180%) blur(15px);
}
.shell{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:18px;
    padding:.9rem 0;
}
.brand img{height:88px;width:auto;display:block}
.site-nav{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    flex-wrap:wrap;
    gap:10px 16px;
}
.site-nav a{color:var(--ink);font-weight:700;opacity:.82}
.site-nav .nav-pill{
    padding:9px 14px;
    border-radius:var(--pill);
    border:1px solid rgba(31,103,73,.18);
    background:var(--surface-strong);
    color:var(--accent);
    opacity:1;
}
.site-nav .nav-pill.secondary{
    border-color:var(--hairline);
    color:var(--ink);
}

.page-hero{padding:64px 0 38px}
.hero-grid{display:grid;grid-template-columns:1.12fr .88fr;gap:22px;align-items:stretch}
.hero-copy,.hero-panel,.content-card,.offer-card,.trust-card,.audience-card,.hub-card,.highlight-card,.cta-band,.media-card,.info-card{
    background:rgba(255,255,255,.84);
    border:1px solid var(--hairline);
    border-radius:var(--radius-lg);
    box-shadow:var(--shadow);
}
.hero-copy{
    padding:34px;
    background:
        linear-gradient(180deg,rgba(255,255,255,.92),rgba(255,250,243,.82)),
        linear-gradient(135deg,rgba(231,214,187,.18),transparent);
}
.hero-panel{
    padding:20px;
    display:grid;
    gap:18px;
}
.eyebrow,.kicker,.tag{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:8px 12px;
    border-radius:var(--pill);
    border:1px solid rgba(31,103,73,.18);
    background:var(--accent-soft);
    color:#13412d;
    font-size:12px;
    font-weight:800;
    letter-spacing:.05em;
    text-transform:uppercase;
}
.kicker{margin-bottom:10px}
.tag{
    background:rgba(215,176,121,.12);
    border-color:rgba(215,176,121,.35);
    color:#6e5131;
    white-space:normal;
    line-height:1.35;
}
.lead{margin-top:16px;font-size:19px;color:var(--ink-2);max-width:760px}
.subtle{margin-top:14px;color:var(--muted);font-size:15px}
.cta-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:22px}
.btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:13px 20px;
    border-radius:var(--pill);
    background:linear-gradient(135deg,var(--accent),var(--accent-2));
    color:#fff;
    font-weight:800;
    box-shadow:0 14px 30px rgba(31,103,73,.22);
}
.btn:hover{text-decoration:none;transform:translateY(-1px)}
.btn.secondary{
    background:var(--surface-strong);
    color:var(--ink);
    border:1px solid var(--hairline);
    box-shadow:none;
}
.chip-row,.mini-list,.link-list{
    display:flex;
    gap:10px;
    flex-wrap:wrap;
}
.chip-row{margin-top:18px}
.chip-row span,.mini-list span{
    display:inline-flex;
    padding:8px 12px;
    border-radius:var(--pill);
    border:1px solid var(--hairline);
    background:rgba(255,255,255,.86);
    color:var(--muted);
    font-size:13px;
    font-weight:700;
}
.stat-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.stat-card{
    border-radius:20px;
    padding:18px;
    background:linear-gradient(180deg,rgba(255,255,255,.95),rgba(242,234,223,.68));
    border:1px solid var(--hairline);
    min-width:0;
}
.stat-card strong{
    display:block;
    font-family:'Fraunces',Georgia,serif;
    font-size:34px;
    line-height:1;
    color:var(--accent);
    overflow-wrap:anywhere;
}
.stat-card span{display:block;margin-top:8px;color:var(--ink-2);font-weight:700}
.note-card{
    border-radius:20px;
    padding:20px;
    background:rgba(255,255,255,.9);
    border:1px solid var(--hairline);
}
.note-card ul,.hub-card ul,.media-card ul,.info-card ul{
    margin:12px 0 0 18px;
    color:var(--ink-2);
}
.note-card li + li,.hub-card li + li,.media-card li + li,.info-card li + li{margin-top:8px}

.section{padding:34px 0 56px}
.section.alt{background:linear-gradient(180deg,rgba(255,255,255,.18),rgba(255,255,255,0))}
.section-head{max-width:780px;margin-bottom:18px}
.section-head p{color:var(--ink-2)}

.audience-grid,.offer-grid,.trust-grid,.split-grid,.hub-grid,.resource-grid,.feature-grid,.quick-grid,.proof-grid{
    display:grid;
    gap:18px;
}
.quick-grid{grid-template-columns:1.1fr .95fr .95fr}
.proof-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
.audience-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}
.offer-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
.trust-grid{grid-template-columns:repeat(5,minmax(0,1fr))}
.split-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.hub-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.resource-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.feature-grid{grid-template-columns:repeat(4,minmax(0,1fr))}

.audience-card,.offer-card,.trust-card,.content-card,.hub-card,.highlight-card,.media-card,.info-card,.quick-card,.proof-card{
    padding:22px;
}
.proof-card{
    background:rgba(255,255,255,.84);
    border:1px solid var(--hairline);
    border-radius:var(--radius-lg);
    box-shadow:var(--shadow-soft);
}
.proof-card strong{
    display:block;
    font-family:'Fraunces',Georgia,serif;
    font-size:28px;
    line-height:1.02;
    margin-bottom:10px;
    color:var(--accent);
}
.proof-card p{color:var(--ink-2)}
.brand-proof-strip{
    display:grid;
    grid-template-columns:1.2fr .9fr .9fr;
    gap:18px;
}
.brand-proof{
    display:flex;
    gap:16px;
    align-items:center;
    padding:20px;
    background:rgba(255,255,255,.86);
    border:1px solid var(--hairline);
    border-radius:var(--radius-lg);
    box-shadow:var(--shadow-soft);
}
.brand-proof strong{
    display:block;
    font-size:18px;
    line-height:1.2;
}
.brand-proof p{
    margin-top:6px;
    color:var(--ink-2);
    line-height:1.55;
    font-size:14px;
}
.logo-proof img{
    width:96px;
    height:auto;
    object-fit:contain;
    flex:0 0 auto;
}
.quick-card{
    display:flex;
    flex-direction:column;
    gap:12px;
    background:rgba(255,255,255,.86);
    border:1px solid var(--hairline);
    border-radius:var(--radius-lg);
    box-shadow:var(--shadow-soft);
}
.quick-card.emphasis{
    background:
        linear-gradient(180deg,rgba(31,103,73,.10),rgba(255,255,255,.92)),
        rgba(255,255,255,.92);
    border-color:rgba(31,103,73,.22);
}
.quick-card a{
    margin-top:auto;
    font-weight:800;
}
.card-proof{
    margin-top:auto;
    font-size:14px;
    color:var(--muted);
    line-height:1.55;
}
.audience-card{
    display:flex;
    flex-direction:column;
    gap:12px;
    color:inherit;
    min-width:0;
}
.audience-card h3,
.offer-card h3,
.quick-card h3,
.hub-card h3,
.highlight-card h3,
.trust-card h3,
.content-card h2,
.info-card h2{
    overflow-wrap:anywhere;
    word-break:normal;
}
.audience-card strong,.offer-card a,.content-card a,.hub-card a,.highlight-card a,.media-card a,.info-card a{
    margin-top:auto;
    font-weight:800;
}
.audience-card p,.offer-card p,.trust-card p,.content-card p,.hub-card p,.highlight-card p,.media-card p,.info-card p{
    color:var(--ink-2);
}
.offer-card,.hub-card,.highlight-card,.info-card{
    display:flex;
    flex-direction:column;
    gap:12px;
}
.trust-card{
    min-height:180px;
}
.content-card{
    display:flex;
    flex-direction:column;
    gap:14px;
}
.link-list{margin-top:6px}
.link-list a{
    display:inline-flex;
    padding:10px 14px;
    border-radius:var(--pill);
    background:rgba(255,255,255,.9);
    border:1px solid var(--hairline);
    font-weight:700;
}

.breadcrumb{
    padding:18px 0 0;
}
.breadcrumb a,.breadcrumb span{color:var(--muted);font-weight:700}
.breadcrumb strong{color:var(--ink)}

.hub-hero{
    padding:42px 0 28px;
}
.hub-hero-grid{
    display:grid;
    grid-template-columns:1.05fr .95fr;
    gap:20px;
    align-items:stretch;
}
.hub-copy,.media-card,.cta-band{
    padding:28px;
}
.hub-copy{
    background:linear-gradient(180deg,rgba(255,255,255,.92),rgba(255,250,243,.84));
    border:1px solid var(--hairline);
    border-radius:var(--radius-xl);
    box-shadow:var(--shadow);
}
.cta-band{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
}
.cta-band p{max-width:720px;color:var(--ink-2)}
.video-frame{
    overflow:hidden;
    border-radius:20px;
    border:1px solid var(--hairline);
    background:#0a1510;
}
.video-frame video{display:block;width:100%;height:auto;aspect-ratio:16/9;background:#08110d}

.site-footer{
    border-top:1px solid var(--hairline);
    background:#fff;
    margin-top:20px;
}
.footer-grid{
    display:flex;
    justify-content:space-between;
    gap:24px;
    padding:20px 0;
}
.footer-grid p{margin-top:8px;color:var(--muted);max-width:560px}
.footer-links{
    display:flex;
    flex-wrap:wrap;
    justify-content:flex-end;
    gap:10px 14px;
}
.footer-links a{font-weight:700;color:var(--ink-2)}

@media (max-width:1180px){
    .stat-grid{grid-template-columns:1fr}
    .quick-grid,.offer-grid,.feature-grid,.proof-grid,.brand-proof-strip{grid-template-columns:repeat(2,minmax(0,1fr))}
    .trust-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media (max-width:920px){
    .container{padding:0 18px}
    .shell,.footer-grid,.cta-band{flex-direction:column;align-items:flex-start}
    .hero-grid,.hub-hero-grid,.split-grid,.resource-grid,.hub-grid,.quick-grid,.proof-grid,.brand-proof-strip{grid-template-columns:1fr}
    .brand img{height:74px}
}
@media (max-width:760px){
    h1{font-size:clamp(34px,10vw,52px)}
    .site-nav{
        justify-content:flex-start;
        width:100%;
        gap:8px 12px;
    }
    .site-nav a{font-size:14px}
    .site-nav .nav-pill{
        width:100%;
        justify-content:center;
    }
    .section{padding:28px 0 40px}
    .hero-copy,.hub-copy,.media-card,.content-card,.offer-card,.trust-card,.audience-card,.hub-card,.highlight-card,.info-card,.cta-band{padding:20px}
    .audience-grid,.offer-grid,.trust-grid,.feature-grid,.quick-grid,.proof-grid{grid-template-columns:1fr}
    .stat-grid{grid-template-columns:1fr}
    .btn,.link-list a{width:100%}
    .brand-proof{align-items:flex-start}
    .logo-proof img{width:84px}
}
