:root { --navy: #0d1b2a; --blue: #153957; --cream: #f3f0e8; --mist: #dce3e1; --gold: #bc9750; --line: rgba(13,27,42,.25); --sans: "DM Sans", sans-serif; --serif: "Source Serif 4", serif; }
* { box-sizing: border-box; } html { scroll-behavior: smooth; } body { margin: 0; background: var(--cream); color: var(--navy); font-family: var(--sans); } a { color: inherit; text-decoration: none; } h1,h2,h3,p { margin-top: 0; } a:focus-visible,summary:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.skip-link { position: fixed; z-index: 20; top: 12px; left: 12px; padding: 10px 14px; background: var(--navy); color: #fff; transform: translateY(-200%); }.skip-link:focus { transform: translateY(0); }
.utility-bar { display: flex; justify-content: space-between; gap: 20px; padding: 10px clamp(20px, 4vw, 72px); background: var(--navy); color: var(--cream); font-size: .62rem; letter-spacing: .13em; }.utility-bar p { margin: 0; }
.site-header { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 84px; padding: 16px clamp(20px, 4vw, 72px); border-bottom: 1px solid var(--line); }.wordmark { font-size: 1.6rem; font-weight: 700; letter-spacing: -.07em; }.wordmark span { color: var(--gold); }.site-header nav { display: flex; gap: 27px; font-size: .76rem; }.site-header nav a:hover,.header-cta:hover,.quiet-link:hover,.reading-index a:hover { color: var(--gold); }.header-cta { justify-self: end; font-size: .77rem; }.header-cta span { margin-left: 7px; }
.hero { min-height: 650px; display: flex; flex-direction: column; justify-content: space-between; padding: clamp(54px, 7vw, 105px) clamp(20px, 10vw, 175px) 35px; background: var(--navy); color: var(--cream); }.hero-edition,.kicker { font-size: .66rem; letter-spacing: .12em; }.hero-edition { display: flex; align-items: center; gap: 9px; }.hero-edition span { width: 6px; height: 6px; border-radius: 50%; background: var(--gold); }.hero h1 { max-width: 1020px; margin: clamp(60px, 11vw, 135px) 0; font-family: var(--serif); font-size: clamp(3.4rem, 6.6vw, 7.3rem); font-weight: 500; line-height: .93; letter-spacing: -.065em; }.hero-bottom { display: flex; justify-content: space-between; align-items: end; gap: 28px; }.hero-bottom p { max-width: 430px; margin: 0; font-size: 1.06rem; line-height: 1.55; }.round-link { display: grid; width: 62px; height: 62px; place-items: center; border: 1px solid rgba(243,240,232,.5); border-radius: 50%; font-size: 1.5rem; transition: background .2s ease, color .2s ease; }.round-link:hover { background: var(--cream); color: var(--navy); }.hero-rule { display: flex; gap: 23px; margin-top: 55px; padding-top: 15px; border-top: 1px solid rgba(243,240,232,.28); font-size: .62rem; letter-spacing: .1em; }
section:not(.hero):not(.proof-panel):not(.closing) { padding: clamp(75px, 10vw, 150px) clamp(20px, 10vw, 175px); }.section-label { display: flex; gap: 14px; align-items: baseline; color: var(--gold); font-size: .68rem; letter-spacing: .1em; }.section-label p { margin: 0; text-transform: uppercase; }.standards-intro { display: grid; grid-template-columns: 1.2fr .6fr; gap: clamp(40px, 10vw, 155px); margin: 46px 0 75px; }.standards-intro h2,.perspective h2,.field-notes h2,.reading h2,.faq h2 { margin: 0; font-family: var(--serif); font-size: clamp(2.7rem, 5.2vw, 5.6rem); font-weight: 500; line-height: .95; letter-spacing: -.06em; }.standards-intro > p { align-self: end; margin: 0; line-height: 1.6; }
.standards-list { padding: 0; margin: 0; list-style: none; border-top: 1px solid var(--line); }.standards-list li { display: grid; grid-template-columns: .55fr 1.4fr; gap: 25px; padding: 27px 0; border-bottom: 1px solid var(--line); }.standards-list > li > span { color: var(--gold); font-size: .73rem; }.standards-list h3 { margin-bottom: 7px; font-size: 1.35rem; font-weight: 600; }.standards-list p { max-width: 560px; margin: 0; line-height: 1.55; }
.proof-panel { display: grid; grid-template-columns: .75fr 1.25fr; min-height: 510px; background: var(--mist); }.proof-mark { position: relative; display: grid; min-height: 320px; place-items: center; overflow: hidden; background: var(--blue); color: var(--cream); }.proof-mark span { position: relative; z-index: 2; font-family: var(--serif); font-size: clamp(9rem, 20vw, 19rem); line-height: 1; }.proof-mark i { position: absolute; width: 100%; height: 1px; background: rgba(243,240,232,.28); transform: rotate(-35deg); }.proof-mark i:nth-of-type(1) { transform: rotate(35deg); }.proof-mark i:nth-of-type(2) { transform: rotate(90deg); }.proof-copy { align-self: center; max-width: 650px; padding: clamp(45px, 9vw, 140px); }.proof-copy .kicker { color: var(--gold); }.proof-copy blockquote { margin: 28px 0; font-family: var(--serif); font-size: clamp(2rem, 3.2vw, 3.8rem); line-height: 1.02; letter-spacing: -.05em; }.proof-copy > p:last-child { margin: 0; line-height: 1.6; }
.perspective { background: #fffdf9; }.perspective-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(45px, 10vw, 160px); margin-top: 48px; }.perspective-copy { align-self: center; }.perspective-copy p { max-width: 420px; margin: 28px 0; line-height: 1.62; }.quiet-link { font-size: .78rem; text-decoration: underline; text-underline-offset: 6px; }.editorial-figure { position: relative; min-height: 510px; margin: 0; overflow: hidden; background: var(--navy); color: var(--cream); }.figure-stamp { position: absolute; z-index: 2; top: 26px; left: 28px; font-size: .66rem; letter-spacing: .14em; line-height: 1.6; }.figure-line { position: absolute; width: 130%; height: 1px; background: rgba(243,240,232,.5); transform: rotate(-36deg); }.line-a { top: 31%; left: -15%; }.line-b { top: 68%; left: -16%; transform: rotate(38deg); }.figure-disc { position: absolute; top: 25%; left: 28%; width: 47%; aspect-ratio: 1; border: 1px solid var(--gold); border-radius: 50%; box-shadow: inset 0 0 0 26px rgba(188,151,80,.14); }.editorial-figure figcaption { position: absolute; right: 22px; bottom: 20px; max-width: 220px; font-size: .58rem; line-height: 1.5; letter-spacing: .1em; text-align: right; }
.field-notes { background: var(--gold); }.notes-heading { max-width: 640px; margin-bottom: 58px; }.notes-heading .kicker { margin-bottom: 20px; }.notes-list { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--navy); }.notes-list article { min-height: 265px; display: flex; flex-direction: column; padding: 23px; border-right: 1px solid var(--navy); }.notes-list article:first-child { padding-left: 0; }.notes-list article:last-child { border-right: 0; }.notes-list span { font-size: .7rem; }.notes-list h3 { margin: auto 0 9px; font-family: var(--serif); font-size: 2.3rem; font-weight: 500; letter-spacing: -.05em; }.notes-list p { margin-bottom: 18px; line-height: 1.5; }.notes-list a { font-size: .72rem; text-decoration: underline; text-underline-offset: 5px; }.notes-list a:hover { color: var(--cream); }
.reading { background: var(--cream); }.reading-top { display: grid; grid-template-columns: 1.1fr .55fr; gap: 40px; align-items: end; margin-bottom: 65px; }.reading-top .kicker { color: var(--gold); }.reading-top h2 { max-width: 740px; }.reading-top > p { max-width: 310px; margin: 0; line-height: 1.55; }.reading-index { border-top: 1px solid var(--line); }.reading-index a { display: grid; grid-template-columns: 62px 1fr 110px 20px; gap: 18px; align-items: center; padding: 20px 0; border-bottom: 1px solid var(--line); transition: padding .2s ease; }.reading-index a:hover { padding-left: 12px; }.reading-index span,.reading-index em { font-size: .7rem; font-style: normal; }.reading-index span { color: var(--gold); }.reading-index strong { font-family: var(--serif); font-size: clamp(1.2rem, 2vw, 1.75rem); font-weight: 500; letter-spacing: -.035em; }.reading-index i { font-style: normal; font-size: 1.35rem; }
.faq { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(40px, 10vw, 160px); background: var(--mist); }.faq .kicker { color: var(--gold); }.faq-list { border-top: 1px solid var(--line); }.faq details { border-bottom: 1px solid var(--line); }.faq summary { display: flex; justify-content: space-between; gap: 20px; padding: 21px 0; cursor: pointer; font-size: 1rem; font-weight: 600; list-style: none; }.faq summary::-webkit-details-marker { display:none; }.faq summary span { color: var(--gold); font-size: 1.2rem; }.faq details[open] summary span { transform: rotate(45deg); }.faq details p { max-width: 610px; margin: 0; padding-bottom: 20px; line-height: 1.6; }.closing { padding: clamp(82px, 12vw, 175px) clamp(20px, 10vw, 175px); background: var(--blue); color: var(--cream); }.closing > p { font-size: .65rem; letter-spacing: .13em; }.closing h2 { margin: 38px 0; font-family: var(--serif); font-size: clamp(4.4rem, 10vw, 10rem); font-weight: 500; line-height: .77; letter-spacing: -.09em; }.closing em { color: var(--gold); font-style: normal; }.closing a { font-size: .8rem; text-decoration: underline; text-underline-offset: 6px; }.closing a:hover { color: var(--gold); }.site-footer { display: grid; grid-template-columns: 1fr 1.4fr 1fr; gap: 30px; padding: 36px clamp(20px, 4vw, 72px); background: var(--navy); color: var(--cream); }.site-footer p,.site-footer div { margin: 0; font-size: .82rem; line-height: 1.5; }.site-footer div { display: flex; flex-direction: column; align-items: end; gap: 9px; font-size: .65rem; letter-spacing: .05em; }.site-footer a:hover { color: var(--gold); }
@media (max-width: 820px) { .site-header { grid-template-columns: 1fr auto; }.site-header nav { display: none; }.hero { min-height: 590px; }.standards-intro,.perspective-grid,.proof-panel,.faq { grid-template-columns: 1fr; }.standards-intro { margin-bottom: 50px; }.proof-copy { padding: 70px clamp(20px, 10vw, 100px); }.notes-list { grid-template-columns: 1fr; }.notes-list article,.notes-list article:first-child { min-height: 170px; padding: 23px 0; border-right: 0; border-bottom: 1px solid var(--navy); }.notes-list article:last-child { border-bottom: 0; }.reading-top { grid-template-columns: 1fr; margin-bottom: 45px; }.site-footer { grid-template-columns: 1fr 1fr; }.site-footer p { grid-row: 2; }.site-footer div { grid-row: 2; align-items: start; } }
@media (max-width: 540px) { .utility-bar p:last-child { display: none; }.site-header { min-height: 66px; }.header-cta { font-size: .68rem; }.hero { min-height: 570px; }.hero h1 { margin: 80px 0; }.hero-bottom { align-items: start; flex-direction: column; }.hero-rule { justify-content: space-between; gap: 5px; font-size: .53rem; }.standards-list li { grid-template-columns: 40px 1fr; }.editorial-figure { min-height: 390px; }.reading-index a { grid-template-columns: 33px 1fr 16px; gap: 10px; }.reading-index em { display: none; }.site-footer { grid-template-columns: 1fr; }.site-footer p,.site-footer div { grid-row: auto; }.site-footer div { align-items: start; } }
@media (prefers-reduced-motion: reduce) { *,*::before,*::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; } }
