:root{--navy:#14243a;--ink:#1e2b40;--rust:#a3442d;--cream:#f5efe4;--paper:#fffdf8;--muted:#5d6672;--line:#d7d0c5}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;font-size:16px;line-height:1.5}
img{display:block;max-width:100%}
a{color:inherit}
button,a{ -webkit-tap-highlight-color:transparent}
:focus-visible{outline:3px solid #d99060;outline-offset:4px}
.skip-link{position:absolute;left:16px;top:-50px;z-index:10;padding:8px 12px;background:#fff;color:#14243a}
.skip-link:focus{top:12px}
.site-shell{overflow:hidden}
.site-header{height:92px;max-width:1512px;margin:auto;padding:0 clamp(24px,5vw,82px);display:flex;align-items:center;justify-content:space-between;gap:24px;border-bottom:1px solid var(--line)}
.wordmark{display:inline-flex;align-items:center;gap:13px;text-decoration:none;font:700 21px Georgia,"Times New Roman",serif;letter-spacing:-.025em;white-space:nowrap}
.wordmark-monogram{position:relative;width:42px;height:42px;display:grid;place-items:center;border:2px solid var(--navy);font:700 15px Georgia,"Times New Roman",serif;letter-spacing:-.06em}
.wordmark-sun,.footer-sun{position:absolute;width:7px;height:7px;border-radius:50%;background:var(--rust);right:-5px;top:-5px}
.site-nav{display:flex;align-items:center;gap:clamp(18px,2.3vw,38px)}
.site-nav a,.header-link,.signin-link{font-size:14px;font-weight:600;text-decoration:none}
.site-nav a:hover,.header-link:hover,.signin-link:hover,.text-link:hover,.site-footer a:hover{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:4px}
.signin-link{white-space:nowrap}
.header-link{white-space:nowrap;color:var(--rust)}
.header-link span{padding-left:8px}
.hero{max-width:1512px;min-height:655px;margin:auto;padding:54px clamp(24px,5vw,82px) 68px;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(350px,.9fr);gap:clamp(35px,5vw,88px);align-items:center}
.hero-copy{padding:20px 0}
.edition-line,.section-index,.sample-key{font-size:12px;font-weight:800;letter-spacing:.16em;color:var(--rust)}
.edition-line{display:flex;align-items:center;gap:12px;white-space:nowrap}
.edition-rule{display:inline-block;width:35px;height:2px;background:var(--rust)}
.edition-number{margin-left:auto;color:#84909e;font-size:11px;letter-spacing:.1em}
h1,h2,h3,h4,p{margin-top:0}
h1,h2,h3,h4{font-family:Georgia,"Times New Roman",serif}
.hero h1{margin:30px 0 26px;font-size:clamp(62px,7vw,112px);font-weight:500;letter-spacing:-.064em;line-height:.99}
.hero h1 em,.sample-copy h2 em,.invite-section h2 em{font-weight:400;color:var(--rust)}
.hero-lede{max-width:610px;margin-bottom:31px;color:#4e5b68;font-size:clamp(18px,1.45vw,21px);line-height:1.65}
.hero-actions{display:flex;align-items:center;gap:27px;flex-wrap:wrap}
.button{min-height:54px;display:inline-flex;align-items:center;justify-content:center;gap:28px;padding:13px 19px;text-decoration:none;font-size:15px;font-weight:750;transition:transform .15s,background .15s}
.button:hover{transform:translateY(-2px)}
.button-primary{background:var(--rust);color:#fff}
.button-primary:hover{background:#85321f}
.text-link{font-weight:700;font-size:15px;text-decoration:none}
.text-link span{margin-left:7px;color:var(--rust)}
.hero-note{margin-top:25px;display:flex;align-items:center;gap:9px;color:#68717b;font-size:14px}
.note-dot{width:7px;height:7px;border-radius:50%;background:var(--rust)}
.hero-image{position:relative;height:min(40vw,555px);min-height:490px;margin:0;background:var(--navy);overflow:hidden}
.hero-image:before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(to bottom,rgba(9,16,25,.1),transparent 55%,rgba(9,16,25,.52))}
.hero-image img{width:100%;height:100%;object-fit:cover;object-position:center 64%}
.hero-image figcaption{position:absolute;z-index:2;left:26px;right:26px;bottom:23px;display:flex;justify-content:space-between;gap:10px;color:#fff;font-size:11px;font-weight:800;letter-spacing:.17em}
.intro-strip{max-width:1512px;margin:auto;padding:76px clamp(24px,5vw,82px) 100px;border-top:1px solid var(--line)}
.section-heading{display:flex;align-items:baseline;gap:clamp(24px,7vw,130px)}
.section-heading h2,.principles-heading h2{margin:0;font-size:clamp(36px,4vw,62px);font-weight:500;line-height:1.08;letter-spacing:-.04em}
.steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(20px,3vw,48px);margin-top:62px}
.step{border-top:1px solid var(--ink);padding-top:21px}
.step-number{color:var(--rust);font:500 33px Georgia,"Times New Roman",serif}
.step h3{margin:25px 0 10px;font-size:25px;font-weight:500;letter-spacing:-.025em}
.step p{max-width:310px;margin:0;color:var(--muted);font-size:16px;line-height:1.6}
.sample-section{background:var(--navy);color:var(--paper);display:grid;grid-template-columns:minmax(0,.8fr) minmax(450px,1.2fr);gap:clamp(42px,6vw,100px);padding:clamp(80px,8vw,130px) max(clamp(24px,5vw,82px),calc((100vw - 1348px)/2));align-items:center}
.section-index-light{color:#d89b7a}
.sample-copy{max-width:490px}
.sample-copy h2{margin:23px 0;font-size:clamp(48px,5vw,78px);font-weight:500;letter-spacing:-.055em;line-height:1.03}
.sample-copy h2 em,.invite-section h2 em{color:#e6a482}
.sample-copy>p{max-width:420px;color:#c2c9d2;font-size:18px;line-height:1.7}
.sample-key{margin-top:50px;display:flex;align-items:center;gap:13px;color:#aab4c0;font-size:11px;line-height:1.5}
.key-line{width:30px;height:1px;flex:none;background:#aab4c0}
.briefing-wrap{position:relative;padding:12px 0 0 12px;max-width:720px}
.briefing-shadow{position:absolute;inset:27px -13px -14px 28px;border:1px solid rgba(255,255,255,.22);background:rgba(255,255,255,.05);transform:rotate(2deg)}
.briefing{position:relative;z-index:1;background:#fffdf8;color:var(--ink);box-shadow:0 22px 70px rgba(0,0,0,.2)}
.briefing-header{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:17px 24px;border-bottom:5px solid var(--rust);font-size:11px;font-weight:800;letter-spacing:.13em}
.briefing-brand{display:flex;align-items:center;gap:9px}
.briefing-mark{width:28px;height:28px;display:grid;place-items:center;background:var(--navy);color:white;font:700 11px Georgia,"Times New Roman",serif;letter-spacing:0}
.briefing-header>span{color:#8a929a}
.briefing-title{padding:28px 36px 22px}
.briefing-title>span,.story-category{color:var(--rust);font-size:11px;font-weight:850;letter-spacing:.15em}
.briefing-title h3{margin:9px 0 5px;font-size:clamp(28px,2.7vw,39px);font-weight:500;line-height:1.04;letter-spacing:-.035em}
.briefing-title p{margin:0;color:#65707c;font-size:14px}
.briefing-stories{padding:0 36px 13px}
.briefing-story{display:grid;grid-template-columns:37px 1fr;gap:14px;padding:17px 0;border-top:1px solid #ded8ce}
.story-number{color:#b8b0a6;font:400 25px Georgia,"Times New Roman",serif}
.briefing-story h4{margin:5px 0 3px;font-size:18px;font-weight:500;line-height:1.2}
.briefing-story p{margin:0;color:#5b6671;font-size:13px;line-height:1.5}
.story-link{display:inline-block;margin-top:6px;color:var(--rust);font-size:12px;font-weight:800}
.briefing-footer{padding:14px 36px;background:#f0ebe2;color:#69727b;font-size:11px;font-weight:700;letter-spacing:.06em}
.principles-section{max-width:1512px;margin:auto;padding:100px clamp(24px,5vw,82px) 110px;display:grid;grid-template-columns:minmax(0,.9fr) minmax(400px,1.1fr);gap:clamp(50px,7vw,110px)}
.principles-heading h2{margin-top:23px}
.principles-list{border-top:1px solid var(--line)}
.principle{display:grid;grid-template-columns:55px 1fr;gap:23px;padding:26px 0;border-bottom:1px solid var(--line)}
.principle-icon{width:45px;height:45px;display:grid;place-items:center;border:1px solid var(--rust);border-radius:50%;color:var(--rust);font:400 24px Georgia,"Times New Roman",serif}
.principle h3{margin:0 0 5px;font-size:22px;font-weight:500;letter-spacing:-.025em}
.principle p{max-width:480px;margin:0;color:var(--muted);font-size:15px;line-height:1.6}
.invite-section{padding:97px 24px 105px;background:var(--rust);color:#fffdf8;text-align:center}
.invite-section .section-index-light{color:#f6d3c1}
.invite-section h2{margin:20px auto 21px;max-width:950px;font-size:clamp(48px,6vw,85px);font-weight:500;letter-spacing:-.055em;line-height:1.05}
.invite-section h2 em{color:#ffe0ca}
.invite-section p{max-width:580px;margin:0 auto 28px;font-size:17px;line-height:1.65;color:#ffede4}
.button-light{background:#fffdf8;color:var(--navy)}
.button-light:hover{background:#f4e8dc}
.site-footer{max-width:1512px;min-height:144px;margin:auto;padding:34px clamp(24px,5vw,82px);display:grid;grid-template-columns:1fr 1.2fr 1.1fr auto;gap:20px;align-items:center;font-size:14px;color:#596471}
.footer-brand{position:relative;justify-self:start;color:var(--navy);font:700 22px Georgia,"Times New Roman",serif;text-decoration:none}
.footer-sun{right:-13px;top:1px}
.site-footer a:not(.footer-brand){text-decoration:none}
.site-footer small{white-space:nowrap;font-size:12px}
@media(max-width:1100px){.site-nav{gap:16px}.header-link{display:none}.hero{grid-template-columns:1fr 42%;gap:30px}.hero h1{font-size:clamp(56px,6.5vw,76px)}.edition-number{display:none}.sample-section{grid-template-columns:.85fr 1.15fr;gap:32px}.briefing-title,.briefing-stories{padding-left:24px;padding-right:24px}.principles-section{gap:35px}.site-footer{grid-template-columns:1fr 1fr}}
@media(max-width:760px){.site-header{height:auto;min-height:76px;flex-wrap:wrap;padding-top:15px;padding-bottom:14px;gap:13px}.wordmark{font-size:19px}.signin-link{order:1;margin-left:auto}.site-nav{order:2;width:100%;justify-content:space-between;gap:11px}.site-nav a{font-size:13px}.hero{display:flex;flex-direction:column;align-items:stretch;gap:26px;padding-top:50px;padding-bottom:60px}.hero-copy{padding:0}.hero h1{font-size:clamp(57px,12vw,88px)}.hero-lede{font-size:18px}.hero-image{height:430px;min-height:0}.intro-strip{padding-top:62px;padding-bottom:72px}.section-heading{display:block}.section-heading h2{margin-top:16px}.steps{grid-template-columns:1fr;gap:30px;margin-top:38px}.step{display:grid;grid-template-columns:60px 1fr;gap:4px 12px}.step-number{grid-row:span 2}.step h3{margin:0 0 4px}.step p{max-width:none}.sample-section{display:block;padding:78px 24px 88px}.sample-copy{max-width:640px}.sample-copy h2{font-size:clamp(47px,10vw,72px)}.sample-key{margin-top:22px;margin-bottom:39px}.briefing-wrap{margin-right:12px}.principles-section{display:block;padding-top:75px;padding-bottom:85px}.principles-heading h2{margin-bottom:38px}.site-footer{grid-template-columns:1fr 1fr;gap:20px}}
@media(max-width:480px){.hero{padding-top:40px}.hero h1{font-size:clamp(53px,13vw,68px)}.hero-actions{display:block}.button-primary{width:100%}.text-link{display:inline-block;margin-top:22px}.hero-image{height:340px}.hero-image figcaption{left:17px;right:17px;bottom:16px;font-size:9px}.step{grid-template-columns:45px 1fr}.step-number{font-size:27px}.step h3{font-size:22px}.sample-section{padding-left:18px;padding-right:18px}.sample-copy h2{font-size:45px}.briefing-wrap{padding-left:5px;margin-right:6px}.briefing-shadow{inset:17px -6px -7px 15px}.briefing-header{padding:12px 14px;font-size:8px}.briefing-mark{width:24px;height:24px}.briefing-title{padding:19px 17px 17px}.briefing-stories{padding:0 17px 10px}.briefing-story{grid-template-columns:25px 1fr;gap:8px}.story-number{font-size:20px}.story-category{font-size:9px}.briefing-story h4{font-size:16px}.briefing-story p{font-size:12px}.briefing-footer{padding:12px 17px;font-size:9px}.principle{grid-template-columns:40px 1fr;gap:15px}.principle-icon{width:36px;height:36px;font-size:20px}.invite-section{padding-top:77px;padding-bottom:82px}.invite-section h2{font-size:clamp(44px,11vw,59px)}.site-footer{grid-template-columns:1fr;gap:13px;padding-top:32px;padding-bottom:34px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button{transition:none}.button:hover{transform:none}}
