:root { color-scheme: light; --ink: #20292c; --muted: #525d60; --paper: #faf7ef; --gold: #90601d; --wine: #681f32; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 17px/1.65 system-ui, sans-serif; }
a { color: inherit; text-underline-offset: 4px; }
a:focus-visible { outline: 3px solid #235ac2; outline-offset: 5px; }
.wrap { width: min(1120px, calc(100% - 48px)); margin-inline: auto; }
.skip { position: absolute; left: 16px; top: -100px; background: white; padding: 12px; z-index: 2; }
.skip:focus { top: 12px; }
header { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-block: 26px; border-bottom: 1px solid #dcd4c4; }
.brand { font-weight: 750; text-decoration: none; } .brand span { color: var(--wine); }
nav { display: flex; gap: 24px; font-size: 14px; } nav a { text-decoration: none; } nav a:hover { text-decoration: underline; }
.hero { display: grid; grid-template-columns: 1.3fr 1fr; align-items: center; gap: 56px; padding-block: 85px; }
.eyebrow { text-transform: uppercase; letter-spacing: .15em; font-size: 12px; font-weight: 750; color: var(--gold); }
h1, h2 { font-family: Georgia, serif; font-weight: 500; line-height: 1.1; letter-spacing: -.035em; }
h1 { font-size: clamp(45px, 6vw, 78px); margin: 18px 0 24px; } h1 em { color: var(--wine); }
h2 { font-size: clamp(32px, 4vw, 46px); margin: 12px 0 24px; }
h3 { line-height: 1.3; font-size: 23px; margin: 16px 0 12px; }
p { margin: 0 0 18px; } .intro { font-size: 19px; color: var(--muted); }
.small { font-size: 13px; color: var(--muted); margin: 22px 0 0; }
.buttons { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-block; padding: 12px 20px; border: 1px solid var(--wine); border-radius: 6px; background: var(--wine); color: white; font-size: 14px; font-weight: 650; text-decoration: none; }
.button:hover { filter: brightness(.9); } .secondary { background: transparent; color: var(--wine); }
.crest { background: white; padding: 38px 28px; border: 1px solid #ddd2be; border-radius: 130px 130px 16px 16px; box-shadow: 0 18px 48px #39291b0d; text-align: center; }
.crest img { display: block; width: 100%; height: auto; margin: 35px auto 24px; } .crest p { font-family: Georgia, serif; font-size: 23px; }
.band { background: #f0eadf; padding-block: 64px; } .section-intro { max-width: 750px; color: var(--muted); }
.steps { padding: 0; list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin: 35px 0 0; }
.steps li { border-top: 2px solid #b39058; padding-top: 20px; } .number { font-family: Georgia, serif; font-size: 32px; color: var(--gold); }
.steps p, .example p { color: var(--muted); }
.demo-video { display: block; width: 100%; height: auto; background: #152238; border-radius: 10px; border: 1px solid #d4d8de; }
.demo-video:focus-visible { outline: 3px solid #235ac2; outline-offset: 5px; }
.video-transcript { margin: 18px 0 55px; color: var(--muted); }
.video-transcript summary { cursor: pointer; font-weight: 650; }
.demo { padding-block: 75px; } .example { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 48px; padding-block: 40px; border-bottom: 1px solid #dcd4c4; }
.example img { display: block; width: 100%; height: 330px; object-fit: cover; object-position: top; border-radius: 10px; border: 1px solid #d4d8de; box-shadow: 0 10px 25px #1721320a; }
.pill { display: inline-block; padding: 4px 12px; border-radius: 50px; font-size: 12px; font-weight: 750; } .denied { background: #fbe3e1; color: #952822; } .label { background: #ece2f7; color: #663397; } .approval { background: #f7e9c5; color: #72500b; }
.details { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; } .note { background: var(--paper); border-left: 3px solid var(--gold); padding: 22px 28px; } .stack { color: var(--wine); font-size: 14px; }
.closing { padding-block: 70px; } footer { border-top: 1px solid #dcd4c4; padding-block: 24px; font-size: 12px; color: var(--muted); } footer p { max-width: 850px; }
@media (max-width: 760px) { header { align-items: flex-start; flex-direction: column; gap: 12px; } nav { flex-wrap: wrap; gap: 18px; } .hero, .example, .details { grid-template-columns: 1fr; gap: 28px; } .hero { padding-block: 45px; } .crest { max-width: 440px; } .steps { grid-template-columns: 1fr; } .band { padding-block: 40px; } .example img { height: auto; } .wrap { width: calc(100% - 36px); } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
