:root{--paper:#f5f4ee;--ink:#20241f;--muted:#60645c;--line:#d6d9ce;--lime:#d1f268;--dark:#26322a;--serif:'Instrument Serif',Georgia,serif;--sans:'DM Sans',Arial,sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.65 var(--sans);-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}button,a,input,textarea{touch-action:manipulation}button{cursor:pointer}img,video{display:block;max-width:100%;height:auto}figure{margin:0}::selection{background:var(--lime);color:var(--ink)}:focus-visible{outline:3px solid #42700c;outline-offset:5px}h1,h2,h3,p{margin-top:0}h1,h2,h3{line-height:1.05;font-weight:550;letter-spacing:-.055em}h1{font-size:clamp(54px,7.4vw,108px)}h2{font-size:clamp(38px,4.6vw,64px)}h3{font-size:28px;line-height:1.17;letter-spacing:-.035em}p{margin-bottom:20px}em{font-family:var(--serif);font-weight:400}small{font-size:12px}.wrap{max-width:1320px;padding:0 48px;margin:auto}.skip{position:absolute;top:-100px;left:20px;z-index:20;background:var(--lime);padding:12px}.skip:focus{top:12px}.site-header{height:102px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);gap:35px}.wordmark{font-size:25px;font-weight:750;letter-spacing:-1.2px;display:flex;align-items:center;gap:10px}.brand-dot{width:13px;height:13px;display:inline-block;background:var(--ink);border-radius:50%;box-shadow:8px -6px 0 -3px var(--lime)}.nav{display:flex;align-items:center;gap:30px;font-size:14px;font-weight:550}.nav a{padding:10px 0}.nav a:hover,.text-link:hover{box-shadow:0 1px currentColor}.button{display:inline-flex;justify-content:space-between;align-items:center;gap:32px;min-height:50px;padding:12px 23px;border:1px solid var(--ink);border-radius:5px;background:var(--ink);color:var(--paper);font-weight:600;font-size:14px;line-height:1.4;transition:background .2s,transform .2s}.button:hover{transform:translateY(-2px);background:#384632}.button.lime{background:var(--lime);color:var(--ink);border-color:var(--lime)}.button.lime:hover{background:#e0ff91}.button.ghost{background:transparent;color:inherit;border-color:currentColor}.button.ghost:hover{background:#ffffff14}.button.small{font-size:13px;min-height:44px;padding:10px 16px}.arrow{font-size:22px;line-height:1}.menu-button{display:none}.eyebrow{font-size:11px;font-weight:600;line-height:1.5;letter-spacing:.16em;text-transform:uppercase;display:flex;align-items:center;gap:9px}.live-dot{width:7px;height:7px;border-radius:50%;background:#577334;display:inline-block}.hero{display:grid;grid-template-columns:1.1fr .9fr;gap:40px;padding:68px 0 66px;align-items:center}.hero .eyebrow{margin-bottom:26px}.hero h1{margin:0 0 24px}.hero h1 em{letter-spacing:-.04em}.hero-copy{max-width:480px;color:var(--muted);font-size:17px;line-height:1.7}.hero-actions{display:flex;align-items:center;flex-wrap:wrap;gap:26px;margin-top:28px}.text-link{font-size:14px;font-weight:600;display:inline-flex;align-items:center;gap:14px;min-height:44px}.hero-image{position:relative;padding-left:15px}.hero-image>img{height:542px;width:100%;object-fit:cover;object-position:50% 40%;border-radius:7px}.image-note{font:15px var(--serif);margin-top:10px;color:var(--muted);display:flex;justify-content:space-between}.stamp{position:absolute;bottom:45px;left:-34px;transform:rotate(-8deg);width:134px;height:134px;background:var(--lime);border-radius:50%;display:flex;align-items:center;justify-content:center;text-align:center;font-size:16px;font-weight:700;line-height:1.08;letter-spacing:-.04em;border:7px solid var(--paper)}.under-hero{display:flex;justify-content:space-between;align-items:center;padding:22px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);font-size:12px;color:var(--muted);gap:20px}.under-hero .socials{display:flex;gap:23px}.under-hero a{min-height:36px;display:inline-flex;align-items:center}.section{padding:90px 0}.section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:35px}.section-head h2{margin:10px 0 0}.section-intro{max-width:430px;color:var(--muted)}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.story-card{min-width:0;display:block}.card-image{overflow:hidden;border-radius:5px;aspect-ratio:1.4;background:#e2e5d9;margin-bottom:20px}.card-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.story-card:hover .card-image img{transform:scale(1.035)}.card-meta{display:flex;justify-content:space-between;font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin-bottom:12px}.story-card h3{font-size:27px;margin:0 0 13px}.story-card p{font-size:14px;color:var(--muted);line-height:1.7}.dark{background:var(--dark);color:var(--paper);border-radius:7px;padding:55px;display:grid;grid-template-columns:.9fr 1.1fr;gap:65px;align-items:center}.dark p{color:#c5ccc0;font-size:16px}.dark .eyebrow{color:var(--lime)}.dark h2{margin:22px 0}.big-number{font-size:clamp(42px,5.8vw,83px);font-weight:500;letter-spacing:-.07em;line-height:1.15;margin:5px 0 12px}.loss-note{font-size:12px;color:#c5ccc0}.rule{height:1px;background:#52604d;margin:28px 0}.facts{display:grid;grid-template-columns:1fr 1fr;gap:25px;font-size:12px}.facts strong{display:block;font-size:25px;font-weight:450;letter-spacing:-.04em;color:var(--paper)}.work-list{border-top:1px solid var(--line)}.work-row{display:grid;grid-template-columns:42px 1fr 1.3fr 40px;gap:20px;padding:28px 0;border-bottom:1px solid var(--line);align-items:center}.work-row .index{color:var(--muted);font-size:12px}.work-row h3{margin:0;font-size:29px}.work-row p{margin:0;color:var(--muted);font-size:14px}.work-row:hover h3{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:6px}.field-grid{display:grid;grid-template-columns:1.3fr .8fr .9fr;gap:18px;align-items:start}.field-grid img{width:100%;height:335px;object-fit:cover;border-radius:5px}.field-grid figure:nth-child(2){padding-top:56px}.field-grid figure:nth-child(3) img{height:390px}.field-grid figcaption{font-size:11px;margin-top:12px;color:var(--muted)}.green-panel{background:var(--lime);border-radius:6px;display:grid;grid-template-columns:1.25fr 1fr;gap:70px;padding:54px;margin-bottom:90px;align-items:center}.green-panel h2{margin:15px 0}.green-panel p{font-size:15px;margin-bottom:0}.green-panel .button{margin-top:23px}.footer{border-top:1px solid var(--line);padding:44px 0 25px}.footer-top{display:flex;justify-content:space-between;gap:30px;align-items:flex-start}.footer-links{display:flex;flex-wrap:wrap;gap:22px;font-size:13px}.footer-bottom{display:flex;justify-content:space-between;gap:30px;margin-top:50px;color:var(--muted);font-size:11px}.footer-note{max-width:650px;font-size:11px;color:var(--muted);margin:28px 0 0}.page-hero{padding:70px 0 46px;max-width:970px}.page-hero h1{font-size:clamp(54px,6.8vw,94px);margin:22px 0}.page-hero .lead{font-size:20px;max-width:710px;color:var(--muted)}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:start}.prose{max-width:730px;margin:0 auto;padding:15px 0 70px;font-size:18px;line-height:1.85}.prose h2{font-size:37px;margin:45px 0 22px}.prose h3{font-size:26px;margin:36px 0 20px}.prose a:not(.button){text-decoration:underline;text-underline-offset:4px}.prose figure{margin:36px 0}.prose img{border-radius:5px;width:100%}.prose figcaption{font-size:12px;color:var(--muted);margin-top:8px}.prose blockquote{font-family:var(--serif);font-size:36px;line-height:1.2;border-left:3px solid var(--ink);margin:40px 0;padding-left:25px}.article-header{max-width:950px}.article-header h1{font-size:clamp(46px,6.2vw,82px)}.article-header .byline{display:flex;align-items:center;gap:14px;color:var(--muted);font-size:12px;margin:30px 0}.byline img{width:40px;height:40px;object-fit:cover;border-radius:50%}.filters{display:flex;gap:12px;margin:0 0 35px;flex-wrap:wrap}.filter{border:1px solid var(--line);background:transparent;color:var(--ink);border-radius:30px;min-height:44px;padding:9px 21px;font-size:13px}.filter[aria-pressed=true]{background:var(--ink);color:var(--paper);border-color:var(--ink)}[hidden]{display:none!important}.journal-grid{margin-bottom:70px}.start-step{border-top:1px solid var(--line);padding:28px 0}.start-step .eyebrow{color:var(--muted)}.start-step h2{font-size:38px;margin:12px 0}.start-step p{max-width:580px;color:var(--muted)}.quote-panel{background:#e5e8da;padding:40px;border-radius:5px}.quote-panel h3{font-family:var(--serif);font-size:45px;font-weight:400}.quote-panel img{width:100%;border-radius:4px;margin-bottom:25px}.status-label{font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:var(--muted)}.faq{max-width:900px;margin:55px auto}.faq details{border-bottom:1px solid var(--line);padding:20px 0}.faq summary{cursor:pointer;font-size:19px;font-weight:550;min-height:44px}.faq p{max-width:750px;color:var(--muted);padding-top:12px}.worksheet{border:1px solid var(--ink);border-radius:6px;padding:35px;background:#fffef8}.worksheet h2{font-size:34px}.worksheet label{display:block;font-size:13px;font-weight:600;margin:20px 0 6px}.worksheet textarea,.worksheet input{width:100%;border:1px solid #8a9081;padding:12px;background:transparent;border-radius:3px;resize:vertical}.worksheet textarea{min-height:85px}.worksheet .actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:25px}.form-note{font-size:12px;color:var(--muted)}.form-status{font-size:13px;min-height:24px;margin:12px 0 0}.comparison{width:100%;border-collapse:collapse;font-size:14px}.comparison th,.comparison td{text-align:left;padding:17px 12px;border-bottom:1px solid var(--line)}.comparison th{font-size:11px;letter-spacing:.08em;text-transform:uppercase}.table-wrap{overflow:auto}.note-box{border-left:3px solid #5d703e;padding:18px 25px;background:#e9eddf;margin:30px 0;font-size:14px}.privacy-controls{position:fixed;bottom:20px;left:20px;max-width:410px;background:var(--paper);border:1px solid var(--ink);box-shadow:0 5px 35px #0002;border-radius:6px;padding:20px;z-index:15;font-size:12px}.privacy-controls p{margin:0 0 12px}.privacy-controls .actions{display:flex;gap:9px}.privacy-controls button{font-size:12px;min-height:44px}.cookie-settings{border:0;background:none;color:inherit;padding:0;font:inherit;text-decoration:underline}.article-media{width:100%;max-height:580px;object-fit:cover;border-radius:6px;margin-bottom:45px}.empty-result{padding:30px 0}.inline-code{font-family:monospace;font-size:13px}.video-frame{background:var(--dark);padding:12px;border-radius:6px}.video-frame video{width:100%;max-height:600px}.download-note{margin-top:15px;font-size:12px;color:var(--muted)}
@media(min-width:1500px){.hero h1{font-size:110px}}
@media(max-width:1050px){.wrap{padding:0 30px}.hero{gap:30px}.hero h1{font-size:78px}.hero-image>img{height:475px}.dark{padding:38px;gap:40px}.green-panel{padding:38px;gap:40px}.nav{gap:18px}.cards{gap:18px}.story-card h3{font-size:24px}}
@media(max-width:760px){.wrap{padding:0 22px}.site-header{height:78px;flex-wrap:wrap;position:relative;gap:12px}.wordmark{font-size:22px}.menu-button{display:block;border:1px solid var(--ink);background:transparent;border-radius:4px;min-height:44px;min-width:64px;font-size:12px}.nav{display:none;position:absolute;top:77px;left:-22px;right:-22px;padding:20px 22px;background:var(--paper);z-index:10;border-bottom:1px solid var(--line);flex-direction:column;align-items:stretch;gap:5px}.nav.open{display:flex}.nav a{min-height:44px}.header-cta{margin-left:auto;font-size:12px;padding:10px 14px;min-height:44px}.hero{grid-template-columns:1fr;padding:43px 0 32px;gap:35px}.hero h1{font-size:clamp(57px,12.5vw,88px);letter-spacing:-.07em}.hero .eyebrow{font-size:9px;margin-bottom:22px}.hero-copy{font-size:16px;max-width:520px}.hero-image{padding-left:0;margin-left:18px}.hero-image>img{height:420px;object-position:center 30%}.stamp{left:-23px;bottom:42px;width:112px;height:112px;font-size:14px}.hero-actions{gap:20px}.under-hero{align-items:flex-start;flex-direction:column;gap:8px}.under-hero .socials{gap:24px}.section{padding:60px 0}.section-head{align-items:flex-start;flex-direction:column;gap:12px;margin-bottom:25px}.section-head h2{font-size:42px}.cards{grid-template-columns:1fr;gap:32px}.card-image{aspect-ratio:1.55}.story-card h3{font-size:29px;max-width:400px}.dark{grid-template-columns:1fr;gap:30px;padding:30px 24px}.dark h2{font-size:44px}.big-number{font-size:65px}.dark .rule{margin:22px 0}.work-row{grid-template-columns:25px 1fr 28px;gap:10px;padding:24px 0}.work-row p{grid-column:2;grid-row:2}.work-row>.arrow{grid-column:3;grid-row:1}.work-row h3{font-size:29px}.field-grid{grid-template-columns:1fr 1fr;gap:14px}.field-grid img{height:270px}.field-grid figure:nth-child(2){padding-top:38px}.field-grid figure:nth-child(3){grid-column:1/-1}.field-grid figure:nth-child(3) img{height:250px}.green-panel{grid-template-columns:1fr;gap:15px;padding:30px 24px;margin-bottom:60px}.green-panel h2{font-size:45px}.footer-top,.footer-bottom{flex-direction:column;gap:20px}.footer-bottom{margin-top:30px}.footer-links{gap:15px}.page-hero{padding:45px 0 30px}.page-hero h1{font-size:58px}.page-hero .lead{font-size:17px}.two-col{grid-template-columns:1fr;gap:35px}.quote-panel{padding:25px}.prose{font-size:17px;padding-bottom:45px}.prose h2{font-size:34px}.article-header h1{font-size:52px}.worksheet{padding:23px}.worksheet h2{font-size:30px}.privacy-controls{left:12px;right:12px;bottom:12px;max-width:none}.image-note{font-size:13px}.comparison{min-width:550px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important;animation:none!important}}
@media(max-width:760px){.header-cta{display:none}.menu-button{margin-left:auto}.site-header{flex-wrap:nowrap}}
@media print{.site-header,.footer,.privacy-controls,.worksheet .actions,.skip{display:none}.wrap{padding:0}.worksheet{border:0;padding:0}body{background:#fff;color:#000}textarea,input{border:1px solid #777!important}a[href]::after{content:none}.two-col{display:block}.page-hero{padding:0}.page-hero h1{font-size:38px}.no-print{display:none}}
