:root { --ink:#1d2732; --paper:#f4f1ec; --bone:#e9e2d7; --warm:#c7814e; --mist:#dce7e4; --line:rgba(29,39,50,.18); --max:1180px; }
* { box-sizing:border-box; }
[hidden] { display:none!important; }
html { scroll-behavior:smooth; }
body { margin:0; color:var(--ink); background:var(--paper); font-family:Inter,Arial,sans-serif; line-height:1.5; }
a { color:inherit; text-decoration:none; }
.shell { max-width:var(--max); margin:auto; padding:0 28px; }
.announcement { background:var(--ink); color:#fff; font-size:14px; text-align:center; padding:10px 20px; }
.site-header { border-bottom:1px solid var(--line); background:rgba(244,241,236,.96); position:sticky; top:0; z-index:10; backdrop-filter:blur(12px); }
.nav { min-height:80px; display:flex; align-items:center; gap:28px; justify-content:space-between; }
.brand img { width:132px; display:block; }
.links { display:flex; align-items:center; gap:22px; font-size:14px; font-weight:600; }
.links a:hover,.links a[aria-current="page"],.footer a:hover { color:#8b4f28; }
.links a[aria-current="page"] { text-decoration:underline; text-underline-offset:7px; text-decoration-thickness:1px; }
.sign-in { font-size:14px; font-weight:700; white-space:nowrap; }
.button { display:inline-flex; align-items:center; justify-content:center; gap:8px; min-height:46px; padding:0 20px; background:var(--ink); color:#fff; border:1px solid var(--ink); font-weight:700; font-size:14px; }
.button:hover { background:#344453; border-color:#344453; }
.button--light { background:transparent; color:var(--ink); }
.button--light:hover { background:var(--ink); color:#fff; }
.button:focus-visible,a:focus-visible,.menu-button:focus-visible { outline:3px solid var(--warm); outline-offset:3px; }
.menu-button { display:none; border:0; background:transparent; font:inherit; font-weight:700; }
.mobile-links { padding:16px 28px 24px; border-top:1px solid var(--line); }
.mobile-links a { display:block; padding:10px 0; font-weight:700; }
.hero { min-height:650px; display:grid; grid-template-columns:1.05fr .95fr; align-items:stretch; border-bottom:1px solid var(--line); }
.hero-copy { padding:110px max(28px,calc((100vw - var(--max))/2)) 80px max(28px,calc((100vw - var(--max))/2)); padding-right:64px; display:flex; flex-direction:column; justify-content:center; }
.eyebrow { color:#765032; text-transform:uppercase; letter-spacing:.13em; font-weight:800; font-size:12px; margin:0 0 18px; }
h1,h2,h3 { font-family:Georgia,'Times New Roman',serif; line-height:1.05; font-weight:500; margin:0; }
h1 { font-size:clamp(50px,6.3vw,88px); letter-spacing:-.055em; max-width:720px; }
h2 { font-size:clamp(38px,4.2vw,60px); letter-spacing:-.045em; max-width:720px; }
h3 { font-size:27px; letter-spacing:-.03em; }
.hero p:not(.eyebrow) { font-size:19px; max-width:560px; margin:28px 0 34px; color:#475561; }
.actions { display:flex; gap:12px; flex-wrap:wrap; }
.hero-image { background:var(--mist) url('./hero_feeding_real.jpg') center/cover; min-height:460px; }
.section { padding:104px 0; border-bottom:1px solid var(--line); }
.section--ink { background:var(--ink); color:#fff; border:0; }
.section--mist { background:var(--mist); }
.lead { max-width:650px; font-size:19px; color:#53616c; margin:22px 0 0; }
.section--ink .lead { color:#d6dedb; }
.section-intro { max-width:760px; margin-top:24px; font-size:19px; color:#53616c; }
.grid-three { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; margin-top:52px; }
.card { border:1px solid var(--line); padding:30px; background:rgba(255,255,255,.26); min-height:250px; }
.card p { color:#53616c; margin:18px 0 0; }
.section--ink .card { border-color:rgba(255,255,255,.22); background:rgba(255,255,255,.05); }
.section--ink .card p { color:#d6dedb; }
.number { font-size:12px; letter-spacing:.12em; color:var(--warm); font-weight:800; margin-bottom:54px; }
.split { display:grid; grid-template-columns:1fr 1fr; gap:70px; align-items:start; }
.split p { font-size:18px; color:#53616c; margin:0 0 20px; }
.section--ink .split p { color:#d6dedb; }
.kicker-link { color:#9a5a2e; font-size:14px; font-weight:800; margin-top:22px; display:inline-block; }
.path { display:grid; grid-template-columns:repeat(3,1fr); gap:1px; background:var(--line); margin-top:52px; border:1px solid var(--line); }
.path > div { background:var(--paper); padding:32px; }
.path strong { display:block; font-size:14px; letter-spacing:.08em; text-transform:uppercase; margin-bottom:36px; }
.path p { color:#53616c; margin:0; }
.callout { margin-top:52px; padding:44px; border:1px solid rgba(255,255,255,.25); display:flex; justify-content:space-between; align-items:end; gap:30px; }
.callout h2 { max-width:680px; }
.page-hero { padding:105px 0 70px; border-bottom:1px solid var(--line); background:var(--bone); }
.page-hero .lead { max-width:720px; }
.article-list { display:grid; grid-template-columns:repeat(2,1fr); gap:1px; border:1px solid var(--line); background:var(--line); margin-top:50px; }
.article { display:block; min-height:260px; padding:32px; background:var(--paper); }
.article:hover { background:#fffdf9; }
.article small { display:block; color:#9a5a2e; text-transform:uppercase; letter-spacing:.1em; font-weight:800; margin-bottom:42px; }
.article p { color:#53616c; margin:16px 0 0; }
.statement { font:clamp(28px,3.2vw,44px)/1.12 Georgia,serif; letter-spacing:-.035em; max-width:930px; }
.proof-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:1px; margin-top:52px; border:1px solid rgba(255,255,255,.2); background:rgba(255,255,255,.2); }
.proof-grid > div { padding:28px; background:var(--ink); }
.proof-grid strong { display:block; margin-bottom:24px; color:#dda574; font-size:12px; letter-spacing:.1em; text-transform:uppercase; }
.proof-grid p { margin:0; color:#d6dedb; }
.status-note { margin-top:42px; border-left:3px solid var(--warm); padding:4px 0 4px 22px; max-width:820px; color:#53616c; }
.source-list { display:grid; grid-template-columns:repeat(2,1fr); gap:0 40px; margin-top:42px; border-top:1px solid var(--line); }
.source-list div { padding:22px 0; border-bottom:1px solid var(--line); }
.source-list b { display:block; margin-bottom:5px; }
.list { list-style:none; padding:0; margin:0; border-top:1px solid var(--line); }
.list li { border-bottom:1px solid var(--line); padding:22px 0; display:grid; grid-template-columns:150px 1fr; gap:24px; }
.list b { font-size:13px; letter-spacing:.08em; text-transform:uppercase; color:#9a5a2e; }
.footer { padding:52px 0; background:#171b1b; color:#f4f1ec; }
.footer-grid { display:grid; grid-template-columns:2fr 1fr 1fr; gap:30px; }
.footer p { color:#b9c0bc; max-width:350px; }
.footer a { display:block; margin:9px 0; color:#d8dcd8; }
.fineprint { font-size:12px; padding-top:35px; margin-top:35px; border-top:1px solid rgba(255,255,255,.2); color:#9ba39f; }
@media(max-width:800px){ .nav { min-height:68px; } .links,.nav>.button,.nav>.sign-in { display:none; } .menu-button { display:block; } .mobile-links { background:var(--paper); } .hero { grid-template-columns:1fr; } .hero-copy { padding:72px 28px 62px; } .hero-image { min-height:360px; order:-1; } .grid-three,.path,.proof-grid,.source-list { grid-template-columns:1fr; } .split,.footer-grid { grid-template-columns:1fr; gap:34px; } .article-list { grid-template-columns:1fr; } .callout { display:block; } .callout .button { margin-top:24px; } .section { padding:72px 0; } .list li { grid-template-columns:1fr; gap:7px; } }
