:root {
    --forest: #1A3C34;
    --moss: #4F7A5C;
    --moss-dark: #3E634A;
    --cream: #F6F1E8;
    --white: #FFFFFF;
    --beige: #EDE4D4;
    --blue: #5A738A;
    --gold: #C9B896;
    --muted: #4A5F56;
    --shadow: 0 10px 30px rgba(26, 60, 52, 0.08);
    --radius: 16px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { margin: 0; padding: 0; background: var(--cream); color: var(--forest); }
body {
    font-family: "Plus Jakarta Sans", system-ui, sans-serif;
    line-height: 1.6;
    font-size: 17px;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
a:hover { color: var(--moss); }
:focus-visible { outline: 2px solid var(--moss); outline-offset: 3px; }

.skip-link {
    position: absolute; left: 1rem; top: -4rem; background: var(--forest); color: #fff;
    padding: 0.6rem 1rem; z-index: 100; border-radius: 8px;
}
.skip-link:focus { top: 1rem; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }

.shell { width: min(1180px, calc(100% - 3rem)); margin: 0 auto; }
.narrow { width: min(760px, calc(100% - 3rem)); }

.site-header {
    position: sticky; top: 0; z-index: 30;
    background: rgba(246, 241, 232, 0.96);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(26, 60, 52, 0.08);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; min-height: 78px; }
.brand { display: flex; align-items: center; gap: 1rem; text-decoration: none; }
.brand-text { display: flex; flex-direction: column; gap: 2px; }
.brand-name { display: block; font-size: 0.94rem; font-weight: 800; letter-spacing: 0.12em; }
.brand-role { display: block; font-size: 0.625rem; font-weight: 600; letter-spacing: 0.08em; color: var(--moss); max-width: 18rem; }
.brand-photo {
    width: 42px; height: 42px; border-radius: 50%; object-fit: cover; object-position: center top;
    border: 1.5px solid var(--gold); background: var(--beige); flex-shrink: 0;
}
.nav-toggle {
    width: 44px; height: 44px; border: 0; background: transparent; display: flex;
    flex-direction: column; justify-content: center; gap: 5px; cursor: pointer;
}
.nav-toggle span { display: block; height: 2px; background: var(--forest); border-radius: 2px; }
.site-nav { display: none; }
.site-nav.is-open, .site-nav { }
.site-nav.is-open {
    display: flex; flex-direction: column; position: absolute; left: 0; right: 0; top: 76px;
    background: var(--cream); padding: 1rem 1.25rem 1.4rem; gap: 0.4rem;
    border-bottom: 1px solid rgba(26,60,52,.08);
}
.site-nav a {
    text-decoration: none; font-size: 0.75rem; font-weight: 700; letter-spacing: 0.1em;
    text-transform: uppercase; min-height: 44px; display: flex; align-items: center;
}

.hero {
    min-height: 760px;
    background:
        linear-gradient(90deg, rgba(16,36,30,.82) 0%, rgba(16,36,30,.42) 48%, rgba(16,36,30,.18) 100%),
        var(--hero-image) center/cover no-repeat;
    color: var(--cream); display: flex; align-items: center; padding: 4.5rem 0 5.5rem;
}
.hero-grid { display: grid; gap: 2.5rem; align-items: center; }
.hero-copy { color: #F6F1E8; }
.eyebrow { font-size: 0.75rem; font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase; color: var(--moss); margin: 0 0 0.75rem; }
.eyebrow.light { color: #d7e3d4; letter-spacing: 0.22em; font-weight: 700; }
.hero h1 { font-size: clamp(3.4rem, 9vw, 5.75rem); line-height: .9; letter-spacing: -0.03em; margin: 0 0 .85rem; font-weight: 800; }
.hero-slogan { font-size: clamp(1.25rem, 2.4vw, 1.75rem); font-weight: 700; letter-spacing: 0.04em; margin: 0 0 1.75rem; max-width: 40rem; }
.hero-name { font-size: 1.375rem; font-weight: 700; margin: 0; }
.hero-role { font-size: 1rem; margin: 0 0 1.75rem; opacity: .9; }
.hero blockquote, .pullquote {
    font-size: 1.125rem; font-style: italic; font-weight: 500; border-left: 2px solid var(--gold);
    margin: 0 0 2.25rem; padding-left: 1.1rem; max-width: 35rem; line-height: 1.55;
}
.cta-row { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 1.4rem; }
.btn {
    display: inline-flex; align-items: center; justify-content: center; min-height: 48px;
    padding: 0 1.3rem; border-radius: 999px; font-size: 0.8rem; font-weight: 800;
    letter-spacing: 0.08em; text-transform: uppercase; text-decoration: none; border: 1.5px solid transparent;
    cursor: pointer; font-family: inherit;
}
.btn-primary { background: var(--moss); color: #fff; }
.btn-primary:hover { background: var(--moss-dark); color: #fff; }
.btn-ghost { color: #fff; border-color: rgba(255,255,255,.75); background: transparent; }
.btn-ghost:hover { background: rgba(255,255,255,.12); color: #fff; }
.btn-outline { color: var(--forest); border-color: var(--forest); background: transparent; }
.btn-danger { background: #8a3d3d; color: #fff; }

.photo-slot {
    min-height: 280px; background: rgba(237,228,212,.92); border: 1.5px solid var(--gold);
    border-radius: 18px; display: flex; flex-direction: column; align-items: center; justify-content: center;
    text-align: center; padding: 1.4rem; color: var(--forest); overflow: hidden;
}
.photo-slot--filled { padding: 0; }
.photo-slot img { width: 100%; height: 100%; object-fit: cover; object-position: center top; border-radius: 16px; min-height: 280px; }
.photo-slot--hero {
    width: min(220px, 58vw);
    justify-self: start;
    min-height: 0;
}
.photo-slot--hero img {
    min-height: 260px;
    max-height: 320px;
    aspect-ratio: 3 / 4;
}
.photo-slot-label { font-size: 0.78rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; opacity: .7; }
.photo-slot small { margin-top: .4rem; opacity: .7; }

.priorities-bar {
    text-align: center; background: #fff; margin: 0; padding: 1.75rem 1rem;
    font-size: 1.125rem; font-weight: 600; border-bottom: 1px solid rgba(26,60,52,.08);
}
.priorities-bar em { font-style: normal; border-bottom: 1px solid var(--moss); padding-bottom: 4px; }
.section { padding: 4.5rem 0; }
.section-white { background: #fff; }
.section-cream { background: var(--cream); }
.section h2, .page-hero h1, .cta-band h2 { font-size: clamp(1.7rem, 7vw, 2.25rem); line-height: 1.15; margin: 0 0 1.1rem; font-weight: 800; overflow-wrap: break-word; }
.lead { font-size: 1.125rem; line-height: 1.7; color: var(--muted); max-width: 45rem; overflow-wrap: break-word; }
.split { display: grid; gap: 3rem; }
.prose p { font-size: 1.06rem; line-height: 1.75; color: var(--muted); margin: 0 0 1rem; max-width: 40rem; }
.prose .eyebrow { font-size: 0.75rem; line-height: 1.6; color: var(--moss); margin: 0 0 0.75rem; }
.prose .steps { color: var(--forest); font-size: inherit; line-height: inherit; margin: 1.75rem 0 1rem; max-width: none; }
.prose h2 { color: var(--forest); }
.steps { display: flex; flex-wrap: wrap; gap: 1rem 1.75rem; font-weight: 800; letter-spacing: 0.04em; color: var(--forest); margin: 1.75rem 0 1rem; }
.priority-grid, .video-grid { display: grid; gap: 1.1rem; margin-top: 2.5rem; }
.priority-card, .video-card {
    background: #fff; border: 1px solid rgba(26,60,52,.1); border-radius: var(--radius); padding: 1.5rem 1.25rem 1.35rem;
}
.priority-card {
    display: flex;
    flex-direction: column;
    min-height: 280px;
}
.priority-card .priority-number {
    font-size: 3.5rem;
    font-weight: 800;
    color: var(--moss);
    margin: 0;
    line-height: 0.9;
    letter-spacing: -0.05em;
    flex: none;
}
.priority-number.giant { font-size: clamp(4rem, 14vw, 8rem); opacity: .18; position: absolute; right: 1rem; top: -1rem; }
.priority-icon {
    display: flex;
    align-items: center;
    height: 52px;
    margin: 0.15rem 0;
    flex: none;
}
.priority-icon svg { width: 36px; height: 36px; margin: 0; }
.priority-card h3 {
    font-size: 0.94rem;
    font-weight: 800;
    letter-spacing: .02em;
    line-height: 1.3;
    margin: 0;
    min-height: 5.2em;
    flex: none;
}
.priority-card-text {
    color: var(--muted);
    font-size: .84rem;
    line-height: 1.55;
    margin: 0.55rem 0 0;
    flex: 1;
}
.priority-card .text-link {
    margin-top: 0;
    padding-top: 1rem;
}
@supports (grid-template-rows: subgrid) {
    .priority-card {
        display: grid;
        grid-template-rows: subgrid;
        grid-row: span 5;
        min-height: 0;
        align-items: start;
    }
    .priority-card h3 { min-height: 0; }
    .priority-card-text { flex: none; }
    .priority-card .text-link { align-self: end; }
}
.video-body h3 { font-size: 0.9rem; font-weight: 700; letter-spacing: 0; line-height: 1.3; margin: 0 0 .65rem; }
.video-body p { color: var(--muted); font-size: .95rem; }
.text-link { font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--moss); text-decoration: none; margin-top: 1rem; }
.text-link::after { content: " →"; }
.text-link:hover { color: var(--forest); }

.slogan-band {
    min-height: 280px; color: #fff; display: flex; align-items: flex-end; padding: 3.5rem 0;
    background: linear-gradient(180deg, rgba(16,36,30,.18), rgba(16,36,30,.78)), var(--hero-image) center 30%/cover no-repeat;
}
.slogan-band h2 { font-size: clamp(1.8rem, 4vw, 2.625rem); max-width: 48rem; margin: 0 0 .5rem; }
.slogan-band-note { font-size: 1rem; opacity: .9; margin: 0; max-width: 40rem; }
.video-thumb {
    height: 140px; background: var(--forest); color: #d7e3d4; border-radius: 12px 12px 0 0;
    display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .5rem; text-decoration: none;
}
.video-card { padding: 0; overflow: hidden; background: var(--cream); border: 1px solid rgba(26,60,52,.08); border-radius: 14px; }
.video-body { padding: 0.9rem 0.9rem 1rem; }
.video-kicker { font-size: .75rem; letter-spacing: .08em; font-weight: 800; margin: 0 0 .4rem; }
.play {
    width: 44px; height: 44px; border-radius: 50%; border: 1.5px solid #d7e3d4;
    display: inline-flex; align-items: center; justify-content: center;
}
.video-placeholder {
    background: var(--forest); color: #d7e3d4; min-height: 280px; border-radius: 18px;
    display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; gap: .6rem;
    padding: 2rem 1.25rem;
}
.video-placeholder p { overflow-wrap: break-word; max-width: 100%; margin: 0; }
.cta-band { background: var(--cream); text-align: center; padding: 4rem 0 1.5rem; }
.cta-band .lead { margin: 0.75rem auto 0; }
.center { text-align: center; }
.after-video { margin-top: 1.5rem; font-size: 1.15rem; }

.page-hero { padding: 3rem 0 1rem; background: var(--cream); position: relative; overflow: hidden; }
.priority-hero { padding-bottom: 2rem; }
.soft-box {
    background: #f4e4e6; color: var(--forest); padding: 1.2rem 1.3rem; border-radius: 14px; margin: 1.4rem 0;
}
.detail-list { padding-left: 1.1rem; }
.detail-list li { margin: .45rem 0; }
.note { color: var(--muted); font-size: .95rem; }
.legal-doc h2 { font-size: 1.25rem; margin: 2.1rem 0 .75rem; }
.legal-doc ul { margin: 0 0 1rem; padding-left: 1.25rem; }
.legal-doc li { margin: .35rem 0; }
.legal-doc .legal-updated { color: var(--muted); font-size: .95rem; margin-top: 2rem; }
.placeholder-list { display: grid; gap: .6rem; padding: 0; list-style: none; }
.placeholder-list li {
    border: 1px dashed var(--gold); border-radius: 12px; padding: .9rem 1rem; background: var(--beige);
}

.contact-layout, .form-wrap { display: grid; gap: 3rem; }
.form-row { display: grid; gap: .35rem; margin-bottom: 0; }
.contact-form form { display: grid; gap: 0.9rem; }
.form-row label { font-size: .75rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
input, select, textarea {
    width: 100%; border: 1px solid rgba(26,60,52,.18); border-radius: 10px; padding: .85rem .9rem;
    font: inherit; color: var(--forest); background: #fff;
}
textarea { min-height: 130px; resize: vertical; }
.check-row { display: flex; gap: .7rem; align-items: flex-start; }
.check-row input { width: auto; margin-top: .25rem; }
.check-row label { text-transform: none; letter-spacing: 0; font-size: .92rem; font-weight: 500; }
.form-errors { color: #8a3d3d; font-size: .9rem; margin: .3rem 0 0; padding-left: 1rem; }
.form-legal { font-size: .88rem; color: var(--muted); }
.hp-wrap, .hp-field { position: absolute; left: -9999px; height: 0; width: 0; overflow: hidden; }
.flash { padding: 1rem 1.1rem; border-radius: 12px; margin-bottom: 1rem; }
.flash-success { background: #e3efe4; }
.flash-error { background: #f6e4e4; }
.contact-aside { background: #fff; border-radius: 18px; padding: 1.4rem; }
.qr-box { margin-top: 1.2rem; }
.qr-box img { background: var(--cream); border-radius: 12px; }
.social-links { display: flex; gap: .7rem; margin-top: 1rem; }

.site-footer { background: var(--forest); color: #e7eee8; padding: 3rem 0 1.75rem; }
.footer-grid { display: grid; gap: 2rem; margin-bottom: 2.25rem; }
.footer-name { font-weight: 800; letter-spacing: .12em; margin: 0; font-size: 0.94rem; }
.footer-role { font-size: .7rem; letter-spacing: .08em; opacity: .85; margin: .5rem 0 .75rem; }
.site-footer nav { display: flex; flex-direction: column; gap: .5rem; letter-spacing: .06em; }
.site-footer a { text-decoration: none; }
.site-footer a:hover { color: #fff; }
.footer-legal { font-size: .75rem; line-height: 1.6; opacity: .85; }
.footer-links { display: flex; flex-direction: column; gap: .35rem; margin-top: .8rem; }
.footer-cookie-btn {
    appearance: none; background: none; border: 0; padding: 0; margin: 0;
    color: inherit; font: inherit; text-align: left; cursor: pointer;
}
.footer-cookie-btn:hover { color: #fff; }
.ai-note { font-size: .7rem; opacity: .7; border-top: 1px solid rgba(255,255,255,.12); padding-top: 1rem; }

.cookie-banner {
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 40;
    background: rgba(246, 241, 232, 0.98);
    border-top: 1px solid rgba(26, 60, 52, 0.12);
    box-shadow: 0 -8px 30px rgba(26, 60, 52, 0.08);
    padding: 1.1rem 1.25rem 1.25rem;
}
.cookie-banner-inner {
    width: min(1180px, 100%);
    margin: 0 auto;
    display: grid;
    gap: 1rem;
}
.cookie-banner-title { font-weight: 800; letter-spacing: .08em; text-transform: uppercase; font-size: .72rem; margin: 0 0 .35rem; }
.cookie-banner p { margin: 0; color: var(--muted); font-size: .92rem; }
.cookie-banner-actions { display: flex; flex-wrap: wrap; gap: .6rem; }
.cookie-banner .btn-outline { color: var(--forest); }

@media (min-width: 800px) {
    .nav-toggle { display: none; }
    .site-nav { display: flex; position: static; flex-direction: row; gap: 1.75rem; padding: 0; background: transparent; border: 0; }
    .site-nav a { min-height: auto; }
    .hero-grid { grid-template-columns: minmax(0, 1fr) 240px; gap: 2.5rem; align-items: center; }
    .split { grid-template-columns: 1.1fr .9fr; align-items: center; }
    .contact-layout { grid-template-columns: 1.1fr .9fr; align-items: start; }
    .form-wrap { grid-template-columns: .9fr 1.1fr; align-items: start; }
    .footer-grid { grid-template-columns: 1.4fr 1fr 1.2fr; align-items: start; }
    .priority-grid { grid-template-columns: repeat(5, 1fr); }
    .video-grid { grid-template-columns: repeat(5, 1fr); }
    .split .photo-slot, .split .photo-slot img { min-height: 460px; }
    .photo-slot--hero { width: 240px; justify-self: end; }
    .photo-slot--hero img { min-height: 300px; max-height: 340px; }
    .shell { width: min(1180px, calc(100% - 4.5rem)); }
    .narrow { width: min(760px, calc(100% - 4.5rem)); }
    .cookie-banner-inner { grid-template-columns: 1fr auto; align-items: center; }
}

@media (max-width: 799px) {
    .hero { min-height: 0; padding: 3rem 0 3.5rem; }
    .priority-grid, .video-grid { grid-template-columns: 1fr; }
    .priority-number.giant { font-size: clamp(3.2rem, 22vw, 5rem); right: 0.4rem; top: 0; }
    .page-hero { padding: 2.25rem 0 1.5rem; }
    .section { padding: 3rem 0; }
    .soft-box, .pullquote { margin-left: 0; margin-right: 0; }
    .cta-row .btn { width: 100%; }
}

@media (prefers-reduced-motion: no-preference) {
    .reveal { animation: fadeup .7s ease both; }
    @keyframes fadeup { from { transform: translateY(10px); } to { transform: none; } }
}
