@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Newsreader:ital,opsz,wght@1,6..72,500&display=swap');
:root{--ink:#18322e;--ink-soft:#405650;--cream:#f7f3ea;--paper:#fffdf8;--sage:#dce8df;--orange:#e87846;--orange-dark:#c95c2e;--line:#d7ddd8;--white:#fff;--shadow:0 24px 60px rgba(24,50,46,.12)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--paper);font-family:"DM Sans",Arial,sans-serif;line-height:1.6}img{display:block;max-width:100%}a{color:inherit}button,input{font:inherit}.container{width:min(1160px,calc(100% - 40px));margin-inline:auto}.skip-link{position:fixed;left:1rem;top:-5rem;z-index:100;background:var(--ink);color:white;padding:.75rem 1rem}.skip-link:focus{top:1rem}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}
.site-header{position:sticky;top:0;z-index:20;background:rgba(255,253,248,.94);backdrop-filter:blur(12px);border-bottom:1px solid rgba(24,50,46,.08)}.nav-wrap{height:86px;display:flex;align-items:center;justify-content:space-between}.brand{display:inline-flex;align-items:center;text-decoration:none;gap:.55rem;line-height:1}.brand img{width:54px;height:54px;object-fit:contain}.brand span{display:grid}.brand strong{font-size:1.1rem;letter-spacing:.04em}.brand small{font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;margin-top:.25rem}.site-nav{display:flex;align-items:center;gap:2rem}.site-nav a{text-decoration:none;font-size:.92rem;font-weight:600}.site-nav a:hover{color:var(--orange-dark)}.nav-cta{border:1px solid var(--ink);padding:.65rem 1rem;border-radius:999px}.menu-toggle{display:none;background:none;border:0;padding:.5rem}.menu-toggle>span:not(.sr-only){display:block;width:25px;height:2px;background:var(--ink);margin:5px}
.hero{background:var(--cream);padding:70px 0 78px;overflow:hidden}.hero-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:7vw;align-items:center}.eyebrow{margin:0 0 1rem;color:var(--orange-dark);font-size:.75rem;font-weight:700;letter-spacing:.18em}.hero h1{font-size:clamp(3.2rem,6vw,6.6rem);line-height:.9;letter-spacing:-.065em;margin:0 0 1.8rem;max-width:680px}.hero h1 em{font-family:"Newsreader",Georgia,serif;font-weight:500;color:var(--orange);letter-spacing:-.035em}.hero-text{font-size:1.15rem;color:var(--ink-soft);max-width:560px}.button-row{display:flex;align-items:center;gap:1.5rem;margin-top:2rem}.button{display:inline-flex;justify-content:center;align-items:center;border:0;border-radius:6px;padding:.9rem 1.3rem;font-weight:700;text-decoration:none;cursor:pointer}.button-primary{background:var(--orange);color:#171d1b;box-shadow:0 7px 0 rgba(118,48,19,.15)}.button-primary:hover{background:#f18755;transform:translateY(-1px)}.text-link{font-weight:700;text-decoration:none;border-bottom:1px solid currentColor}.trust-list{display:flex;gap:1.7rem;list-style:none;padding:0;margin:2.5rem 0 0;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.trust-list li:before{content:"✓";color:var(--orange-dark);margin-right:.45rem}.feature-card{position:relative;min-height:590px;border-radius:220px 220px 18px 18px;overflow:hidden;box-shadow:var(--shadow);color:white;text-decoration:none}.feature-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 40%,rgba(8,24,21,.85))}.feature-card img{position:absolute;width:100%;height:100%;object-fit:cover;transition:transform .5s}.feature-card:hover img{transform:scale(1.025)}.feature-label,.feature-title,.feature-meta{position:absolute;z-index:1;left:2.2rem;right:2.2rem}.feature-label{bottom:8.2rem;font-size:.74rem;text-transform:uppercase;letter-spacing:.14em;font-weight:700;color:#ffc4a8}.feature-title{bottom:3.9rem;font-size:1.55rem;font-weight:700;line-height:1.2}.feature-meta{bottom:1.8rem;font-size:.82rem;color:rgba(255,255,255,.78)}
.section{padding:100px 0}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:3rem;margin-bottom:3rem}.section-heading h2,.about-strip h2,.newsletter-card h2{font-size:clamp(2.3rem,4vw,4rem);line-height:1;letter-spacing:-.045em;margin:0}.section-heading>p{max-width:410px;color:var(--ink-soft)}.topics-section{background:var(--paper)}.topic-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.topic-card{padding:2rem 1.5rem 2.3rem;border-right:1px solid var(--line)}.topic-card:last-child{border-right:0}.topic-number{color:var(--orange-dark);font-size:.76rem;font-weight:700}.topic-card h3{font-size:1.3rem;margin:3rem 0 .6rem}.topic-card p{font-size:.92rem;color:var(--ink-soft);min-height:115px}.topic-card a{font-size:.84rem;font-weight:700;text-decoration:none}.topic-card a:hover{color:var(--orange-dark)}
.stories-section{background:var(--sage)}.story-grid{display:grid;grid-template-columns:1.45fr .9fr;gap:2rem}.story-card{position:relative;background:var(--paper);border-radius:10px;overflow:hidden;box-shadow:0 10px 30px rgba(24,50,46,.06);transition:transform .25s,box-shadow .25s}.story-card:hover{transform:translateY(-3px);box-shadow:0 16px 35px rgba(24,50,46,.12)}.story-image{display:block;aspect-ratio:16/10;overflow:hidden}.story-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.story-card:hover .story-image img{transform:scale(1.025)}.story-body{padding:1.6rem 1.7rem 1.8rem}.card-kicker{color:var(--orange-dark);font-size:.74rem;font-weight:700;text-transform:uppercase;letter-spacing:.14em}.story-body h3{font-size:clamp(1.35rem,2.3vw,2rem);line-height:1.18;margin:.4rem 0 .8rem}.story-body h3 a{text-decoration:none}.story-body h3 a:after{content:"";position:absolute;inset:0;z-index:2}.story-body h3 a:focus-visible:after{outline:3px solid var(--orange-dark);outline-offset:-5px}.story-body>p:not(.card-kicker){color:var(--ink-soft)}.card-meta{display:flex;gap:1rem;flex-wrap:wrap;margin-top:1.4rem;padding-top:1rem;border-top:1px solid var(--line);font-size:.78rem;color:var(--ink-soft)}
.about-strip{background:var(--ink);color:white;padding:90px 0}.about-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:8vw;align-items:center}.about-grid>div:last-child{color:#cbd9d5;font-size:1.06rem}.light-link{display:inline-block;color:white;margin-top:1rem}.newsletter-section{padding:90px 0;background:var(--cream)}.newsletter-card{background:var(--orange);padding:3.5rem;display:grid;grid-template-columns:.9fr 1.1fr;gap:7vw;border-radius:16px;align-items:center}.newsletter-card .eyebrow{color:var(--ink)}.newsletter-card p{max-width:500px}.signup-form label{display:block;font-weight:700;margin-bottom:.6rem}.input-row{display:flex}.input-row input{min-width:0;flex:1;border:0;padding:1rem 1.1rem;border-radius:6px 0 0 6px}.input-row .button{background:var(--ink);color:white;border-radius:0 6px 6px 0;box-shadow:none}.form-note,.form-status{font-size:.75rem;margin:.7rem 0 0}.form-status{font-weight:700}.site-footer{background:#102723;color:white;padding:65px 0 25px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:4rem}.footer-grid h2{font-size:.8rem;text-transform:uppercase;letter-spacing:.14em;color:#99b1aa}.footer-grid>div:not(.footer-brand){display:grid;align-content:start;gap:.55rem}.footer-grid a{text-decoration:none}.footer-brand p{color:#99b1aa}.footer-bottom{display:flex;justify-content:space-between;gap:2rem;border-top:1px solid #35504a;margin-top:3rem;padding-top:1.5rem;color:#99b1aa;font-size:.74rem}
.page-hero{padding:80px 0 55px;background:var(--cream);text-align:center}.page-hero h1{font-size:clamp(2.8rem,6vw,5.7rem);line-height:.96;letter-spacing:-.055em;margin:.5rem auto 1rem;max-width:950px}.page-hero .lede{max-width:690px;margin:auto;color:var(--ink-soft);font-size:1.1rem}.article{width:min(760px,calc(100% - 40px));margin:0 auto;padding:65px 0 100px}.article .article-image{width:calc(100% + 220px);margin-left:-110px;aspect-ratio:16/9;object-fit:cover;border-radius:12px;margin-bottom:3rem}.article p,.article li{font-size:1.05rem;color:#354b46}.article h2{font-size:2rem;line-height:1.2;margin-top:2.5rem}.article a{color:var(--orange-dark);font-weight:600}.article-meta{display:flex;justify-content:center;gap:1rem;font-size:.8rem;color:var(--ink-soft)}.disclosure{background:var(--cream);border-left:4px solid var(--orange);padding:1rem 1.2rem;font-size:.9rem}.key-takeaways{background:var(--sage);padding:1.4rem 1.6rem;border-radius:8px;margin:2rem 0}.key-takeaways h2{font-size:1.25rem;margin:0 0 .6rem}.key-takeaways ul{margin-bottom:0}.question-list li{margin-bottom:.9rem}.article blockquote{margin:2.2rem 0;padding:1.2rem 1.5rem;border-left:4px solid var(--orange);font-family:"Newsreader",Georgia,serif;font-size:1.45rem;line-height:1.35;color:var(--ink)}.recommendations{display:grid;grid-template-columns:1fr 1fr;gap:1rem;padding:0;list-style:none}.recommendations li{border:1px solid var(--line);padding:1rem;border-radius:6px}.content-page{width:min(820px,calc(100% - 40px));margin:auto;padding:75px 0 110px}.content-page h1{font-size:clamp(2.8rem,6vw,5rem);line-height:1;margin:0 0 2rem}.content-page h2{margin-top:2.5rem}.content-page p,.content-page li{color:var(--ink-soft)}.legal-notice{background:#fff5df;border:1px solid #e7c788;border-radius:6px;padding:1rem 1.2rem;margin-bottom:2rem}.content-page .legal-updated{font-size:.85rem;color:var(--ink-soft);border-bottom:1px solid var(--line);padding-bottom:1.5rem;margin-bottom:2rem}
@media(max-width:900px){.hero-grid,.about-grid,.newsletter-card{grid-template-columns:1fr}.hero-grid{gap:3.5rem}.feature-card{min-height:520px;max-width:620px;width:100%;margin:auto}.topic-grid{grid-template-columns:1fr 1fr}.topic-card:nth-child(2){border-right:0}.topic-card:nth-child(-n+2){border-bottom:1px solid var(--line)}.story-grid{grid-template-columns:1fr}.newsletter-card{gap:2rem}.article .article-image{width:100%;margin-left:0}.footer-grid{grid-template-columns:1.6fr 1fr 1fr}}
@media(max-width:700px){.container{width:min(100% - 28px,1160px)}.nav-wrap{height:72px}.brand img{width:45px;height:45px}.menu-toggle{display:block}.site-nav{position:absolute;left:0;right:0;top:72px;background:var(--paper);padding:1.2rem 20px 1.8rem;display:none;flex-direction:column;align-items:stretch;gap:0;border-bottom:1px solid var(--line);box-shadow:0 14px 25px rgba(24,50,46,.1)}.site-nav.open{display:flex}.site-nav a{padding:.8rem 0}.nav-cta{border:0;border-radius:0}.hero{padding:48px 0}.hero h1{font-size:clamp(3.5rem,17vw,5.2rem)}.hero-text{font-size:1rem}.button-row{align-items:flex-start;flex-direction:column}.trust-list{gap:.7rem;justify-content:space-between;font-size:.66rem}.feature-card{min-height:430px;border-radius:140px 140px 14px 14px}.section{padding:72px 0}.section-heading{display:block}.section-heading>p{margin-top:1rem}.topic-grid{grid-template-columns:1fr}.topic-card{border-right:0!important;border-bottom:1px solid var(--line)}.topic-card:last-child{border-bottom:0}.topic-card h3{margin-top:1.6rem}.topic-card p{min-height:auto}.newsletter-card{padding:2rem 1.3rem}.input-row{display:grid;gap:.6rem}.input-row input,.input-row .button{border-radius:6px}.footer-grid{grid-template-columns:1fr 1fr;gap:2.5rem}.footer-brand{grid-column:1/-1}.footer-bottom{display:block}.page-hero{padding:55px 0 40px}.article{padding-top:35px}.recommendations{grid-template-columns:1fr}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
.brand{gap:0}.brand img{width:230px;height:66px;object-fit:contain;object-position:left center}.brand span{display:none}.footer-brand .brand img{background:var(--cream);border-radius:6px;padding:.3rem}@media(max-width:700px){.brand img{width:175px;height:54px}}
