:root { color: #132d2b; background: #f4f0e8; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; --ink: #132d2b; --paper: #f4f0e8; --light: #fbfaf6; --line: #c9c7bc; --muted: #52635f; --orange: #f2673a; --orange-text: #a84424; --mint: #bcead2; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 104px; }
body { margin: 0; min-width: 320px; }
a { color: inherit; }
.sticky-header { position: sticky; top: 0; z-index: 20; width: 100%; border-bottom: 1px solid var(--ink); background: rgba(251,250,246,.98); backdrop-filter: blur(12px); }
header { width: min(1120px, calc(100% - 28px)); min-height: 66px; margin: 0 auto; padding: 7px 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: flex; flex: 0 0 auto; align-items: center; gap: 10px; font-size: 15px; font-weight: 800; text-decoration: none; }
.brand img { width: 30px; height: 30px; }
.powered-by { display: flex; flex: 0 0 auto; align-items: center; gap: 8px; color: var(--muted); text-decoration: none; }
.powered-by span { font-size: 12px; font-weight: 800; white-space: nowrap; }
.powered-by img { width: 96px; height: auto; display: block; }
.powered-by:hover img { opacity: .72; }
header nav { display: flex; align-items: center; gap: 6px; }
.nav-button { min-height: 42px; padding: 0 15px; display: flex; align-items: center; justify-content: center; border: 1px solid var(--ink); text-decoration: none; font-size: 13px; font-weight: 800; }
.nav-button:first-child { background: var(--ink); color: white; }
.nav-button:last-child { background: var(--mint); }
.nav-button:hover { background: var(--orange); color: var(--ink); }
main { width: min(900px, calc(100% - 36px)); margin: 0 auto; padding: 70px 0 100px; }
.kicker { display: block; margin-bottom: 14px; color: var(--orange-text); font-size: 13px; line-height: 1.4; font-weight: 850; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.03em; }
h1 { max-width: 800px; margin: 0; font-size: clamp(46px, 8vw, 80px); line-height: 1.05; }
.lead { max-width: 720px; margin: 28px 0 0; color: #314642; font-size: 20px; line-height: 1.55; }
.answer { margin-top: 55px; padding: 28px; border: 1px solid var(--ink); border-left: 8px solid var(--orange); background: var(--light); }
.answer strong { display: block; margin-bottom: 8px; font-family: Georgia, serif; font-size: 28px; font-weight: 400; }
.answer p { margin: 0; font-size: 17px; line-height: 1.65; }
.page-contents { margin-top: 26px; padding: 25px 28px; border: 1px solid var(--line); background: #e2f3ea; }
.page-contents > strong { display: block; margin-bottom: 15px; font-size: 15px; line-height: 1.4; }
.page-contents ol { margin: 0; padding-left: 24px; columns: 2; column-gap: 34px; }
.page-contents li { break-inside: avoid; margin: 0 0 9px; font-size: 16px; line-height: 1.55; }
.page-contents a { text-underline-offset: 3px; }
article { margin-top: 70px; }
h2 { margin: 52px 0 16px; font-size: clamp(32px, 5vw, 46px); line-height: 1.05; }
p, li { color: #314642; font-size: 17px; line-height: 1.7; }
ul, ol { padding-left: 24px; }
li + li { margin-top: 10px; }
.facts { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin: 30px 0; border: 1px solid var(--ink); background: var(--ink); }
.facts section { min-height: 190px; padding: 24px; background: var(--light); }
.facts strong { display: block; margin-bottom: 12px; font-family: Georgia, serif; font-size: 25px; font-weight: 400; }
.links, .related-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 30px; }
.links a, .related-grid a { padding: 20px; border: 1px solid var(--line); background: var(--light); text-decoration: none; font-weight: 800; }
.links a:hover, .related-grid a:hover { border-color: var(--ink); box-shadow: 4px 4px 0 var(--mint); }
.related { margin-top: 72px; padding-top: 34px; border-top: 1px solid var(--ink); }
.related h2 { margin-top: 0; }
.related-grid a span { display: block; margin-bottom: 8px; color: var(--orange-text); font-size: 13px; line-height: 1.4; font-weight: 750; }
.related-grid a strong { display: block; font-family: Georgia, serif; font-size: 24px; font-weight: 400; line-height: 1.2; }
.related-grid a p { margin: 8px 0 0; font-size: 16px; line-height: 1.6; }
.note { margin-top: 52px; padding: 20px; background: #e2f3ea; border-left: 4px solid #176b52; }
footer { padding: 35px clamp(18px, 5vw, 70px); display: flex; align-items: center; justify-content: space-between; gap: 25px; background: var(--ink); color: white; }
footer span, footer a { color: #c9d3d0; font-size: 13px; }
.footer-powered-by { width: max-content; }
.footer-powered-by span { color: #c9d3d0; }
.footer-powered-by img { width: 148px; }
footer nav { display: flex; flex-wrap: wrap; gap: 15px; }
@media (max-width: 850px) { .powered-by span { display: none; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .001ms !important; } }
@media (max-width: 600px) { html { scroll-padding-top: 116px; } header { min-height: 0; width: calc(100% - 16px); padding: 7px 0 8px; display: grid; grid-template-columns: auto 1fr; gap: 6px 10px; } .brand span { display: none; } .brand img { width: 28px; height: 28px; } header > .powered-by { justify-self: end; } header > .powered-by img { width: 82px; } header nav { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 5px; } .nav-button { min-height: 42px; padding: 0 7px; font-size: 12px; line-height: 1.25; text-align: center; } main { padding-top: 48px; } .lead { font-size: 18px; } .page-contents ol { columns: 1; } .facts, .links, .related-grid { grid-template-columns: 1fr; } .facts section { min-height: 0; } footer { display: grid; } }
