:root{font-family:Georgia,Times New Roman,serif;color:#f7efe4;background:radial-gradient(circle at top,rgba(196,126,72,.35),transparent 35%),linear-gradient(160deg,#20120d,#120c09 55%,#090606)}*{box-sizing:border-box}body{margin:0;min-height:100vh;overflow:hidden}#root{min-height:100vh;width:100%}.page{height:100vh;display:grid;place-items:center;padding:16px;width:100%}.card{width:min(100%,760px);max-width:100%;text-align:center;max-height:calc(100vh - 32px);padding:24px;border:1px solid rgba(255,235,214,.2);border-radius:28px;background:#1f130eb3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 24px 80px #0006}.eyebrow{margin:0 0 12px;text-transform:uppercase;letter-spacing:.3em;font-size:.75rem;color:#ddb48a}h1{margin:0 0 20px;font-size:clamp(2.2rem,7vw,5rem);line-height:.95;font-weight:600}.video{display:block;width:100%;max-width:100%;max-height:min(52vh,420px);aspect-ratio:16 / 9;object-fit:cover;border-radius:18px;border:1px solid rgba(255,235,214,.16);background:#000}@media (max-width: 640px){.page{padding:12px}.card{max-height:calc(100vh - 24px);padding:18px;border-radius:20px}.eyebrow{margin-bottom:10px}h1{margin-bottom:16px;font-size:clamp(2rem,11vw,3.2rem)}.video{max-height:min(44vh,320px);border-radius:14px}}
