:root{--cream:#f6f1e8;--navy:#172033;--gold:#8d6b3a;--gold-secondary:#96723d;--glow-neutral:rgba(216,195,159,0.34);--glow-warm:rgba(245,197,143,0.24);--grid-line:rgba(23,32,51,0.035)}*{box-sizing:border-box}html{background:var(--cream)}body{margin:0;color:var(--navy);background:radial-gradient(circle at 12% 18%,var(--glow-warm),transparent 28rem),radial-gradient(circle at 88% 80%,var(--glow-neutral),transparent 32rem),linear-gradient(var(--grid-line) 1px,transparent 1px),linear-gradient(90deg,var(--grid-line) 1px,transparent 1px),var(--cream);background-size:auto,auto,34px 34px,34px 34px,auto;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit}.site-shell{width:min(1120px,calc(100% - 48px));min-height:100svh;margin:0 auto;display:flex;flex-direction:column}.site-header{padding:28px 0}.brand{display:inline-flex;align-items:center;gap:12px;border-radius:12px;color:var(--navy);font-size:1rem;font-weight:760;letter-spacing:-.02em;text-decoration:none}.brand-logo{width:46px;height:46px;border-radius:50%;box-shadow:0 5px 18px rgba(23,32,51,.1)}.main-content{width:100%;padding:clamp(72px,10vh,120px) 0 52px}.introduction{max-width:820px;margin-bottom:42px}h1{margin:0 0 18px;color:var(--navy);font-size:clamp(3.5rem,8vw,6.6rem);font-weight:820;letter-spacing:-.075em;line-height:.92}.introduction p{max-width:720px;margin:0;color:rgba(23,32,51,.78);font-size:clamp(1.06rem,1.65vw,1.3rem);line-height:1.65}.records{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:20px;gap:20px}.record{min-height:188px;padding:28px;display:flex;align-items:flex-start;justify-content:space-between;gap:24px;border:1px solid rgba(255,255,255,.86);border-radius:24px;box-shadow:0 16px 40px rgba(23,32,51,.075),inset 0 1px 0 rgba(255,255,255,.72);text-decoration:none;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.record-gold{background:linear-gradient(135deg,#fff4d8,#fffaf0 58%,rgba(255,255,255,.76))}.record-neutral{background:linear-gradient(135deg,#eee4d1,#f8f3ea 58%,rgba(255,255,255,.72))}.record-copy{display:flex;flex-direction:column;gap:14px}.record strong{color:var(--navy);font-size:clamp(1.35rem,2vw,1.65rem);letter-spacing:-.035em;line-height:1.15}.record-copy>span{max-width:28rem;color:rgba(23,32,51,.72);font-size:.98rem;line-height:1.6}.record-arrow{flex:0 0 auto;width:38px;height:38px;display:grid;place-items:center;border:1px solid rgba(141,107,58,.25);border-radius:50%;color:var(--gold);background:rgba(255,255,255,.5);font-size:1.15rem;font-weight:700;transition:color .18s ease,background .18s ease,transform .18s ease}.record-link:hover{transform:translateY(-4px);border-color:rgba(255,255,255,1);box-shadow:0 22px 48px rgba(23,32,51,.11),inset 0 1px 0 rgba(255,255,255,.8)}.record-link:hover .record-arrow{color:#fff;background:var(--gold-secondary);transform:translate(2px,-2px)}.record-link:focus-visible{outline:3px solid var(--gold);outline-offset:5px}.site-footer{margin-top:auto;padding:26px 0 30px;border-top:1px solid rgba(23,32,51,.08);color:rgba(23,32,51,.64);font-size:.9rem}@media (max-width:720px){.site-shell{width:min(100% - 32px,560px)}.site-header{padding:20px 0}.brand-logo{width:40px;height:40px}.main-content{padding:38px 0 44px}.introduction{margin-bottom:30px}h1{margin-bottom:16px;font-size:clamp(3.25rem,18vw,5.25rem)}.introduction p{font-size:1rem;line-height:1.6}.records{grid-template-columns:1fr;gap:14px}.record{min-height:0;padding:22px;border-radius:20px}.record-arrow{width:34px;height:34px}}@media (prefers-reduced-motion:reduce){.record,.record-arrow{transition:none}}