:root{--ink:#2b2622;--muted:#7a716a;--paper:#faf7f2;--gold:#b08d57;--rule:#d9cfc2}
*{box-sizing:border-box}
html,body{margin:0;min-height:100%}
body{font-family:Inter,system-ui,sans-serif;color:var(--ink);background:var(--paper);display:flex;flex-direction:column;min-height:100vh;-webkit-font-smoothing:antialiased}
.hero{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:4rem 1.5rem}
.eyebrow{margin:0 0 1.5rem;font-size:.8rem;letter-spacing:.28em;text-transform:uppercase;color:var(--muted)}
.names{margin:0;font-family:"Cormorant Garamond",Georgia,serif;font-weight:400;font-size:clamp(3rem,10vw,6.5rem);line-height:1.05;display:flex;flex-wrap:wrap;justify-content:center;align-items:baseline;gap:0 .35em}
.amp{font-style:italic;color:var(--gold);font-size:.7em}
.tagline{margin:1rem 0 0;font-family:"Cormorant Garamond",Georgia,serif;font-style:italic;font-size:clamp(1.25rem,3vw,1.75rem);color:var(--muted)}
.rule{width:4rem;border:0;border-top:1px solid var(--gold);margin:2.5rem auto}
.note{margin:0;max-width:34ch;font-size:1rem;line-height:1.7;color:var(--muted)}
.footer{padding:1.5rem;text-align:center;font-size:.8rem;color:var(--muted);border-top:1px solid var(--rule)}
@media (prefers-reduced-motion:no-preference){.hero>*{animation:rise .8s ease both}.hero>:nth-child(2){animation-delay:.1s}.hero>:nth-child(3){animation-delay:.2s}.hero>:nth-child(4){animation-delay:.3s}.hero>:nth-child(5){animation-delay:.4s}@keyframes rise{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}}
