*{box-sizing:border-box}html,body{margin:0;padding:0;height:100%}body{font-family:"Source Sans 3",system-ui,-apple-system,sans-serif;color:#f6f2ea;background-color:#1f1c1b;min-height:100vh;overflow:hidden}a{color:inherit;text-decoration:none}.page{position:relative;min-height:100vh}.hero{position:relative;min-height:100vh;background:url("assets/bg.avif") center/cover no-repeat;display:flex;flex-direction:column;justify-content:flex-start;padding:clamp(20px,4vw,48px)}.hero::before{content:"";position:absolute;inset:0;background:rgba(0,0,0,0.45)}.hero-top,.hero-content{position:relative;z-index:1}.hero-top{display:flex;justify-content:space-between;align-items:center;font-size:clamp(12px,1.2vw,16px);letter-spacing:0.08em;text-transform:uppercase}.hero-content{max-width:min(720px,90vw);margin-bottom:clamp(16px,4vh,32px);margin-left:auto;margin-right:auto;margin-top:auto;margin-bottom:auto;text-align:center}.hero-kicker{font-family:"Playfair Display",serif;font-size:clamp(18px,2.5vw,28px);margin:0 0 8px}.hero-content h1{font-family:"Playfair Display",serif;font-weight:600;font-size:clamp(30px,5vw,56px);line-height:1.1;margin:0 0 16px}.hero-sub{margin:0 0 3rem;font-size:clamp(14px,1.8vw,20px)}.hero-actions{display:flex;gap:16px;flex-wrap:wrap;justify-content:center}.info-preview{display:grid;position:absolute;left:0;right:0;bottom:clamp(16px,3vw,36px);font-size:clamp(16px,2vw,20px);line-height:1.5;text-align:center;gap:0}.info-preview p{margin:0}.info-link{letter-spacing:0.02em}.info-gap{margin-bottom:0}.btn{display:inline-flex;align-items:center;justify-content:center;min-width:160px;padding:12px 20px;background:#f6f2ea;color:#2c2422;border-radius:999px;font-weight:600;font-size:14px;letter-spacing:0.04em}.btn-outline{background:transparent;color:#f6f2ea;border:1px solid rgba(255,255,255,0.7)}@media (max-height:780px) and (min-width:900px){.hero{padding:20px 32px}.hero-content h1{font-size:clamp(28px,4.2vw,44px)}.hero-actions{gap:12px}.btn{padding:10px 16px;min-width:140px}}@media (max-width:900px){body{overflow:auto}.hero{min-height:100vh}.hero-top{font-size:12px}.hero-top .brand{text-align:center;width:100%}.hero-actions{flex-direction:column;align-items:center;width:100%}.hero-sub{margin-bottom:4rem}.info-preview{font-size:clamp(15px,3vw,18px)}}@media (min-width:2560px){.hero-content{max-width:min(980px,85vw)}body{font-size:18px}.hero-kicker{font-size:clamp(24px,2.8vw,34px)}.hero-content h1{font-size:clamp(48px,5.4vw,72px)}.hero-sub{font-size:clamp(18px,2.2vw,26px)}.btn{font-size:16px;padding:14px 26px}.info-preview{font-size:clamp(20px,2.4vw,28px)}}