:root{color-scheme:light;--paper:#f4f1e8;--ink:#263e33;--muted:#61695e;--gold:#927329;--line:#d8d9cb}
*{box-sizing:border-box}
body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased}
.page{max-width:1600px;min-height:100svh;margin:auto;padding:0 6.5%;display:flex;flex-direction:column}
.header{padding:36px 0 28px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);gap:20px}
.wordmark{font-family:Georgia,'Times New Roman',serif;font-size:26px;letter-spacing:-1px;color:var(--ink);text-decoration:none}
.wordmark-tech{font-family:Arial,Helvetica,sans-serif;text-transform:uppercase;letter-spacing:3px;font-size:10px;display:block;margin-top:5px}
a:focus-visible{outline:2px solid var(--gold);outline-offset:8px}
.status{font-size:12px;letter-spacing:1.5px;text-transform:uppercase;display:flex;gap:10px;align-items:center;white-space:nowrap}
.status-dot{width:6px;height:6px;border-radius:50%;background:var(--gold)}
main{flex:1;display:flex;align-items:center}
.intro{display:grid;grid-template-columns:1.1fr 1fr;align-items:center;width:100%;gap:5%;padding:42px 0}
.eyebrow{font-size:12px;letter-spacing:2.6px;text-transform:uppercase;margin:0 0 29px;color:var(--gold)}
h1{font-family:Georgia,'Times New Roman',serif;font-size:clamp(68px,7.8vw,118px);line-height:1.01;letter-spacing:-5px;font-weight:400;margin:0 0 32px}
.period{color:var(--gold)}
.description{font-family:Georgia,'Times New Roman',serif;font-size:23px;line-height:1.5;margin:0 0 14px;letter-spacing:-.4px}
.detail{font-size:16px;color:var(--muted);line-height:1.8;margin:0}
.signoff{display:flex;gap:16px;align-items:center;font-size:13px;color:var(--gold);margin-top:42px}
.signoff span{width:35px;height:1px;background:var(--gold)}
.cedar{margin:0;align-self:center;max-width:490px;width:100%;justify-self:center}
.cedar img{width:100%;height:clamp(340px,48vw,590px);display:block;object-fit:contain;mix-blend-mode:multiply}
figcaption{display:flex;justify-content:space-between;gap:16px;border-top:1px solid var(--line);padding-top:17px;margin-top:6px;color:var(--muted);font-size:11px;letter-spacing:.6px}
figcaption span:first-child{text-transform:uppercase;letter-spacing:1.8px;color:var(--gold)}
footer{border-top:1px solid var(--line);padding:23px 0 27px;display:flex;justify-content:space-between;gap:20px;font-size:12px;color:var(--muted)}
@media(min-width:1500px){.intro{padding:60px 0}}
@media(max-width:700px){.page{padding:0 7%}.header{padding:26px 0 23px}.wordmark{font-size:22px}.status{font-size:10px;letter-spacing:1px}.intro{grid-template-columns:1fr;padding:55px 0 30px;gap:20px}h1{font-size:clamp(64px,14vw,94px);letter-spacing:-3px;margin-bottom:27px}.eyebrow{margin-bottom:23px;font-size:11px}.description{font-size:21px}.detail{font-size:15px}.signoff{margin-top:27px}.cedar{max-width:360px}.cedar img{height:360px}figcaption{font-size:10px}footer{font-size:11px;padding:21px 0;gap:15px}.desktop-break{display:none}}
@media(max-width:360px){.wordmark{font-size:20px}footer{flex-direction:column;gap:8px}.status{font-size:9px}}
