@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,500;1,500;1,600&family=DM+Sans:wght@400;500&family=Playfair+Display:ital,wght@0,500;0,600;1,500&display=swap');

:root { --rose: #e1bdac; --cream: #f9f5f0; --ink: #0a0a09; }
* { box-sizing: border-box; }
body { margin: 0; min-width: 320px; color: var(--cream); background: var(--ink); font-family: 'DM Sans', Arial, sans-serif; }
main { min-height: 100svh; display: grid; place-items: center; padding: 32px 24px; background: radial-gradient(circle at 50% 38%, #242019 0%, #11100e 35%, #070707 78%); }
.launch { width: min(680px, 100%); min-height: min(810px, calc(100svh - 64px)); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 46px 20px; border: 1px solid rgba(225,189,172,.25); box-shadow: inset 0 0 90px rgba(225,189,172,.035); }
.eyebrow,.signature { color: var(--rose); font-size: .68rem; font-weight: 500; letter-spacing: .24em; }
.eyebrow { margin: 0 0 42px; }
.logo { width: min(310px, 72vw); height: auto; mix-blend-mode: screen; }
.copy { margin: 52px 0 36px; }
h1 { margin: 0; font-family: 'Playfair Display', Georgia, serif; font-weight: 500; font-size: clamp(2rem, 5vw, 3.15rem); line-height: 1.12; }
.luxury { display: inline-block; font-family: 'Cormorant Garamond', Georgia, serif; font-size: 1.14em; font-style: italic; font-weight: 600; letter-spacing: .01em; }
.copy p { margin: 18px 0 0; color: rgba(249,245,240,.75); font-size: 1rem; }
.instagram { margin: 0 0 24px; padding: 13px 22px; border: 1px solid rgba(225,189,172,.85); color: var(--cream); font-size: .72rem; font-weight: 500; letter-spacing: .15em; text-decoration: none; transition: background .2s ease, color .2s ease; }
.instagram:hover, .instagram:focus-visible { background: var(--rose); color: var(--ink); }
.line { width: 52px; height: 1px; background: var(--rose); }
.signature { margin: 25px 0 0; font-size: .58rem; line-height: 1.8; }
@media (max-width: 480px) { .launch { min-height: calc(100svh - 40px); padding: 36px 14px; } .eyebrow { margin-bottom: 32px; } .copy { margin: 42px 0 32px; } }
