:root{--ink:#111816;--forest:#101815;--paper:#ebe7de;--gold:#b99a65}*{box-sizing:border-box}html,body{margin:0;min-height:100%;background:var(--forest);color:#fff;font-family:"DM Sans",sans-serif}body{display:flex;flex-direction:column}a{color:inherit;text-decoration:none}header{height:88px;padding:0 4.5vw;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #ffffff2b}.brand{display:flex;align-items:center;gap:12px;letter-spacing:.18em}.brand svg{width:51px;fill:none;stroke:currentColor;stroke-width:1.25}.brand span{display:flex;flex-direction:column}.brand strong{font:500 .78rem/1.2 Manrope,sans-serif}.brand small{font-size:.54rem;margin-top:4px;letter-spacing:.36em}.back{font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;border-bottom:1px solid #ffffff80;padding-bottom:4px}main{flex:1;display:flex;flex-direction:column;padding:38px 4.5vw 4.5vw}.intro{display:grid;grid-template-columns:1fr 1fr;gap:7vw;align-items:end;margin-bottom:30px}.intro span{color:#d0b47d;font-size:.7rem;letter-spacing:.2em}.intro h1{font:400 clamp(2rem,4vw,4rem)/1 Manrope,sans-serif;letter-spacing:-.04em;margin:10px 0 0}.intro p{max-width:630px;color:#ffffffb3;margin:0;line-height:1.6}.viewer{flex:1;min-height:620px;background:#050807;border:1px solid #ffffff26;box-shadow:0 24px 70px #0006}.viewer iframe{display:block;width:100%;height:100%;min-height:620px;border:0}@media(max-width:760px){header{height:74px;padding:0 20px}.brand svg{width:40px}.brand small{display:none}.back{font-size:.66rem}main{padding:28px 20px 20px}.intro{grid-template-columns:1fr;gap:18px}.intro p{font-size:.9rem}.viewer,.viewer iframe{min-height:calc(100vh - 300px)}}
