:root{color-scheme:dark;--background:#100e0c;--gold:#e3c198;--muted:#b8b0a7}
*{box-sizing:border-box}
html{min-height:100%;background:var(--background)}
body{margin:0;min-height:100vh;min-height:100svh;display:flex;flex-direction:column;background:var(--background) url('assets/background.webp') center center/cover no-repeat;color:var(--gold);font-family:"Helvetica Neue","Segoe UI",Arial,sans-serif;-webkit-font-smoothing:antialiased}
main{flex:1;display:grid;place-items:center;padding:80px 24px 70px;min-height:calc(100svh - 112px)}
.identity{text-align:center;width:100%;max-width:850px;animation:appear 1.3s ease-out both}
.monogram{display:block;width:clamp(112px,11vw,164px);height:auto;margin:0 auto 55px;filter:drop-shadow(0 5px 18px #0005)}
h1{margin:0;line-height:1}
.wordmark{display:block;width:clamp(240px,27vw,390px);height:auto;margin:0 auto}
.descriptor{margin:39px 0 0;text-transform:uppercase;font-weight:350;font-size:clamp(12px,1.38vw,20px);line-height:1.8;letter-spacing:.36em;padding-left:.36em}
.divider{display:block;width:66px;height:1px;margin:53px auto 52px;background:linear-gradient(90deg,#a77743,#edc88f,#a77743)}
.statement{margin:0;color:var(--muted);font-size:clamp(15px,1.32vw,19px);font-weight:300;line-height:1.85;letter-spacing:.24em;padding-left:.24em}
footer{min-height:112px;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:12px;padding:28px 20px;border-top:1px solid #b4916147;background:#0908074d;color:#bcb5ad;font-size:12px;letter-spacing:.12em;line-height:1.8}
footer a{color:inherit;text-decoration:none;text-underline-offset:5px;transition:color .2s}
footer a:hover{color:#f3d2a6;text-decoration:underline}
footer a:focus-visible{outline:1px solid var(--gold);outline-offset:7px;border-radius:1px}
.bullet{font-size:9px;color:#bba082}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@keyframes appear{from{opacity:0;transform:translateY(9px)}to{opacity:1;transform:translateY(0)}}
@media(max-width:600px){body{background-position:49% center}main{padding:64px 20px 58px;min-height:calc(100svh - 100px)}.monogram{margin-bottom:39px}.descriptor{max-width:340px;margin:29px auto 0;letter-spacing:.22em;padding-left:.22em;font-size:12px}.divider{margin:37px auto 35px;width:48px}.statement{letter-spacing:.13em;font-size:15px}footer{min-height:100px;gap:9px;font-size:12px;letter-spacing:.035em;padding:24px 16px}}
@media(max-width:359px){footer{column-gap:7px}footer .bullet:last-of-type{display:none}footer a{flex-basis:100%;text-align:center}.descriptor{font-size:12px;letter-spacing:.13em}}
@media(prefers-reduced-motion:reduce){.identity{animation:none}footer a{transition:none}}
