:root{--paper:#f7f5ee;--ink:#243c32;--muted:#677068;--line:#d9ddd3;--orange:#f47d55;--green:#254d3b;--light:#e9eddf;--white:#fffef9;color-scheme:light}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:24px}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.65 -apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}button,input{font:inherit}a{color:inherit;text-decoration:none}button,a,input{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a:focus-visible,button:focus-visible,input:focus-visible{outline:3px solid #bd562f;outline-offset:5px}[hidden]{display:none!important}.wrap{width:min(1200px,calc(100% - 80px));margin:auto}.skip{position:absolute;left:20px;top:-70px;background:var(--ink);color:white;padding:10px 18px;z-index:20}.skip:focus{top:10px}
.header{display:flex;justify-content:space-between;align-items:center;gap:30px;padding:23px 0;border-bottom:1px solid var(--line)}.logo{display:flex;align-items:center;gap:10px;font-size:29px;font-weight:800;letter-spacing:-1.7px;line-height:1}.logo svg{width:29px;height:29px}.logo-sub{font-size:9px;font-weight:550;letter-spacing:.16em;line-height:1.5;border-left:1px solid var(--line);padding-left:15px;margin-left:10px}.nav{display:flex;gap:30px;align-items:center;font-size:13px}.nav a:hover,.text-link:hover{text-decoration:underline;text-underline-offset:5px}.nav .nav-cta{padding:8px 17px;border:1px solid var(--line);border-radius:30px}
.eyebrow{display:flex;align-items:center;gap:9px;font-size:10px;text-transform:uppercase;letter-spacing:.18em;font-weight:650;margin:0 0 20px}.eyebrow:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--orange);flex:none}.hero{display:grid;grid-template-columns:1fr 1fr;gap:54px;align-items:center;padding:54px 0 45px}.hero h1{font-family:Georgia,"Times New Roman",serif;font-size:clamp(44px,5.45vw,74px);font-weight:400;line-height:1.06;letter-spacing:-2.6px;margin:0 0 24px}.hero h1 em{font-weight:400;color:#5c7353}.lead{font-size:15px;line-height:1.8;color:var(--muted);max-width:395px;margin:0 0 27px}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:25px;background:var(--green);color:var(--white);padding:12px 20px;border:0;border-radius:4px;font-size:13px;font-weight:550}.button:hover{background:#35644d}.button span{font-size:19px;line-height:1}.hero-media{display:block;position:relative;border-radius:8px;overflow:hidden;background:#d6b18a;box-shadow:0 15px 30px -25px #253a2e66}.hero-media img{display:block;width:100%;height:355px;object-fit:cover}.photo-label{position:absolute;top:17px;left:17px;font-size:10px;letter-spacing:.08em;background:var(--paper);padding:5px 10px;border-radius:25px}.feature-caption{background:var(--orange);display:flex;justify-content:space-between;align-items:center;gap:20px;padding:21px 23px}.feature-caption small{display:block;font-size:9px;letter-spacing:.1em;margin-bottom:3px}.feature-caption strong{font-size:17px;font-weight:600;line-height:1.3}.round-arrow{flex:none;width:39px;height:39px;display:grid;place-items:center;border:1px solid #243c3255;border-radius:50%;font-size:22px}.hero-media:hover .round-arrow{background:var(--ink);color:var(--paper)}
.principles{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:20px 0;margin-bottom:53px;gap:30px}.principles div{display:flex;gap:14px;align-items:center}.principles b{color:#81917b;font:italic 19px Georgia,serif;font-weight:400}.principles span{font-size:12px;color:var(--muted)}
.section-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:25px}.section-head h2,.useful h2,.about-band h2{font:400 37px/1.15 Georgia,serif;letter-spacing:-1px;margin:0}.section-head .eyebrow{margin-bottom:10px}.filters{display:flex;flex-wrap:wrap;gap:7px}.filter{border:1px solid var(--line);border-radius:30px;background:transparent;color:var(--muted);padding:6px 15px;font-size:11px}.filter:hover{border-color:var(--green)}.filter[aria-pressed=true]{background:var(--green);border-color:var(--green);color:white}.cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:25px}.card-media{display:block;overflow:hidden;border-radius:6px;background:var(--light);aspect-ratio:1.6}.card-media img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .25s ease}.card-media:hover img{transform:scale(1.025)}.card-meta{display:flex;align-items:center;justify-content:space-between;color:var(--muted);font-size:10px;margin:17px 0 8px}.card-meta .category{color:var(--green);letter-spacing:.09em;text-transform:uppercase;font-size:9px}.card h3{font:400 25px/1.2 Georgia,serif;letter-spacing:-.5px;margin:0 0 11px}.card h3 a:hover{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:4px}.card p{font-size:13px;color:var(--muted);line-height:1.75;margin:0}.card-bottom{margin-top:16px;display:inline-block;font-size:11px;font-weight:550;border-bottom:1px solid #b7c3b1;padding-bottom:2px}.results{font-size:11px;color:var(--muted);margin:20px 0 0}
.useful{display:grid;grid-template-columns:.95fr 1.05fr;gap:60px;background:var(--light);padding:39px 42px;border-radius:8px;margin:58px 0}.useful p{font-size:13px;color:var(--muted);max-width:330px;margin:17px 0}.useful .text-link{font-size:12px;border-bottom:1px solid #99a48c;padding-bottom:3px}.checklist{display:grid;gap:3px;align-content:center}.checklist label{display:flex;align-items:center;gap:12px;border-bottom:1px solid #cdd5c2;padding:12px 0;cursor:pointer;font-size:13px}.checklist input{appearance:none;width:19px;height:19px;flex:none;background:var(--paper);border:1px solid #a2af98;border-radius:4px;display:grid;place-items:center;cursor:pointer}.checklist input:checked{background:var(--green);border-color:var(--green)}.checklist input:checked:after{content:"✓";color:white;font-size:13px}.checklist label:has(input:checked) span{color:#6f7c64;text-decoration:line-through}.check-summary{font-size:11px;color:var(--muted);margin-top:10px;min-height:18px}
.about-band{display:grid;grid-template-columns:1fr 1fr;gap:70px;padding:8px 0 45px}.about-band p{font-size:13px;color:var(--muted);margin:0 0 13px}.text-link{font-size:12px;font-weight:550}.footer{border-top:1px solid var(--line);padding:24px 0 30px;display:flex;justify-content:space-between;gap:25px;font-size:10px;color:var(--muted)}.footer-links{display:flex;gap:20px}
.article{max-width:740px;margin:48px auto 65px}.back{display:inline-block;color:var(--muted);font-size:12px;margin-bottom:33px}.article h1{font:400 clamp(36px,4.7vw,58px)/1.1 Georgia,serif;letter-spacing:-1.5px;margin:0 0 20px}.article .intro{font-size:19px;color:var(--muted);line-height:1.65;margin:0 0 28px}.article h2{font:400 29px/1.25 Georgia,serif;letter-spacing:-.5px;margin:33px 0 14px}.article p,.article li{font-size:15px;line-height:1.85}.article ul,.article ol{padding-left:23px}.article li+li{margin-top:8px}.article-image{width:100%;max-height:365px;object-fit:cover;border-radius:6px;margin:10px 0}.note-box{padding:20px 24px;background:var(--light);border-left:3px solid var(--green);margin:25px 0;font-size:14px}.article a:not(.back):not(.button){text-decoration:underline;text-underline-offset:3px}.next-article{margin-top:45px;padding-top:22px;border-top:1px solid var(--line)}.page-heading{padding:48px 0 30px}.page-heading h1{font:400 52px/1.15 Georgia,serif;letter-spacing:-1.5px;margin:0 0 15px}.page-heading p{color:var(--muted);font-size:14px}.journal-page{padding-bottom:65px}.error{padding:95px 0;max-width:630px}.error h1{font:400 58px/1.1 Georgia,serif;margin:0 0 25px}.error p{color:var(--muted)}
@media(max-width:980px){.wrap{width:calc(100% - 48px)}.hero{gap:30px}.hero h1{font-size:56px}.hero-media img{height:325px}.logo-sub{display:none}.cards{gap:18px}.card h3{font-size:23px}.useful{gap:35px;padding:32px}.about-band{gap:40px}}
@media(max-width:740px){.hero{grid-template-columns:1fr;padding-top:34px;gap:30px}.hero h1{font-size:clamp(46px,8vw,66px);max-width:580px}.hero h1 br:nth-child(2){display:none}.lead{max-width:510px}.hero-media img{height:auto;aspect-ratio:1.65}.principles{gap:15px;margin-bottom:38px}.principles div{align-items:start;gap:8px}.principles span{font-size:11px}.nav{gap:18px}.nav-cta{display:none!important}.section-head{align-items:start;flex-direction:column}.cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 20px}.useful{grid-template-columns:1fr;gap:10px;margin:40px 0}.useful p{max-width:480px}.about-band{grid-template-columns:1fr;gap:20px}.footer{flex-wrap:wrap;gap:10px}.article{margin-top:30px}.article h1{font-size:43px}}
@media(max-width:480px){.wrap{width:calc(100% - 32px)}.header{padding:20px 0;gap:15px}.logo{font-size:26px}.nav{font-size:11px;gap:17px}.hero h1{font-size:48px;letter-spacing:-1.8px}.hero{padding-bottom:30px}.hero .eyebrow{font-size:8px}.hero-media img{aspect-ratio:1.45}.feature-caption{padding:17px}.feature-caption strong{font-size:16px}.principles{grid-template-columns:1fr;gap:10px;padding:17px 0}.principles div{align-items:center}.principles span{font-size:12px}.cards{grid-template-columns:1fr}.card h3{font-size:27px}.card p{font-size:14px}.section-head h2,.useful h2,.about-band h2{font-size:33px}.useful{padding:26px 22px}.filters{gap:6px}.filter{padding:7px 13px}.article h1{font-size:37px}.article .intro{font-size:17px}.page-heading h1{font-size:43px}.footer-links{gap:15px}.error h1{font-size:42px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.card-media img{transition:none}.card-media:hover img{transform:none}}
