:root { color: #17231c; background: #f7f5ed; font-family: Inter, ui-sans-serif, system-ui, sans-serif; }
* { box-sizing: border-box; }
body { margin: 0; }
header { display: flex; align-items: center; justify-content: space-between; gap: 25px; min-height: 76px; padding: 12px clamp(20px,6vw,84px); border-bottom: 1px solid #d5d9ce; }
header a:first-child { color: #103724; font-family: Georgia, serif; font-size: 1.35rem; letter-spacing: .08em; }
header a:last-child { padding-bottom: 3px; border-bottom: 1px solid currentColor; color: #154a31; font-size: .82rem; font-weight: 750; }
main { width: min(780px, calc(100% - 40px)); margin: 80px auto 110px; }
p:first-child { color: #236242; font-size: .68rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
h1 { margin: 14px 0 30px; color: #0a281b; font-family: Georgia, serif; font-size: clamp(2.5rem,7vw,4.6rem); font-weight: 400; letter-spacing: -.04em; line-height: 1; }
h2 { margin-top: 36px; color: #103724; font-family: Georgia, serif; font-size: 1.5rem; font-weight: 400; }
p, li { color: #536058; line-height: 1.75; }
.notice { margin-top: 45px; padding: 20px; border-left: 3px solid #236242; background: #e8eee2; }
footer { padding: 24px; color: #91a398; background: #0a281b; font-size: .75rem; text-align: center; }
