@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Playfair+Display:ital,wght@0,600;1,600&display=swap');
:root{--cream:#f6f0df;--gold:#d8b66a;--green:#0c3934}*{box-sizing:border-box}html,body{height:100%;margin:0;overflow:hidden;width:100%}body{background:#071f1d}.public-mode-page{color:var(--cream);font-family:"DM Sans",Arial,sans-serif}.public-mode-hero{background:linear-gradient(90deg,rgba(4,29,27,.95),rgba(4,29,27,.78)),url("../images/thumbs/background1.webp") center/cover;display:flex;flex-direction:column;justify-content:space-between;min-height:100vh;min-height:100svh;overflow:hidden;padding:clamp(1.25rem,3vw,2.5rem) clamp(1.25rem,6vw,6rem);position:relative}.public-mode-hero:before{background:linear-gradient(90deg,rgba(216,182,106,.4),transparent 30%);content:"";height:1px;left:0;position:absolute;right:0;top:0}.ambient{border:1px solid rgba(216,182,106,.13);border-radius:50%;pointer-events:none;position:absolute}.ambient-one{height:42vw;max-height:620px;max-width:620px;right:-12vw;top:-17vw;width:42vw}.ambient-two{bottom:-21rem;height:36rem;left:20%;width:36rem}.public-mode-header,.public-mode-footer{align-items:center;display:flex;justify-content:space-between;position:relative;z-index:2}.public-mode-logo{align-items:center;color:inherit;display:inline-flex;gap:.9rem;text-decoration:none}.logo-mark{border:1px solid rgba(216,182,106,.62);color:var(--gold);display:grid;font-family:Georgia,serif;font-size:1.15rem;height:48px;letter-spacing:.08em;place-items:center;width:48px}.logo-name{font-family:"Playfair Display",Georgia,serif;font-size:.88rem;line-height:1.25}.header-note{color:rgba(246,240,223,.62);font-size:.69rem;letter-spacing:.21em;text-transform:uppercase}.public-mode-content{margin:auto;max-width:1100px;padding:clamp(3rem,8vh,7rem) 0;position:relative;text-align:center;width:100%;z-index:2}.public-mode-eyebrow{align-items:center;color:var(--gold);display:flex;font-size:.7rem;justify-content:center;font-weight:600;gap:.8rem;letter-spacing:.2em;margin:0 0 1.5rem;text-transform:uppercase}.public-mode-eyebrow span{background:var(--gold);display:block;height:1px;width:34px}.public-mode-content h1{font-family:"Playfair Display",Georgia,serif;font-size:clamp(2rem,5vw,4.25rem);font-weight:600;letter-spacing:-.035em;line-height:1.05;margin:0;white-space:nowrap}.public-mode-content h1 em{color:var(--gold);font-weight:600}.public-mode-intro{color:rgba(246,240,223,.7);font-size:clamp(.95rem,1.4vw,1.1rem);line-height:1.75;margin:1.7rem 0 0;margin-left:auto;margin-right:auto;max-width:570px}.launch-date{align-items:center;display:flex;gap:1rem;justify-content:center;margin:2.2rem 0 1.7rem;padding:.15rem 0}.launch-date span{color:rgba(246,240,223,.55);font-size:.68rem;letter-spacing:.17em;text-transform:uppercase}.launch-date strong{font-family:"Playfair Display",Georgia,serif;color:var(--gold);font-size:clamp(1.5rem,2.4vw,2rem);font-weight:600}.countdown{align-items:center;display:flex;justify-content:center;gap:clamp(.45rem,2vw,1.5rem)}.countdown-unit{min-width:clamp(3.2rem,9vw,6rem)}.countdown-unit strong{display:block;font-family:"Playfair Display",Georgia,serif;font-size:clamp(2rem,5vw,4.1rem);font-variant-numeric:tabular-nums;font-weight:600;line-height:1}.countdown-unit span{color:rgba(246,240,223,.5);display:block;font-size:.6rem;letter-spacing:.17em;margin-top:.55rem;text-transform:uppercase}.countdown-separator{color:rgba(216,182,106,.55);font-family:Georgia,serif;font-size:clamp(1.5rem,4vw,3rem);transform:translateY(-.5rem)}.countdown-complete{color:var(--gold);font-family:"Playfair Display",Georgia,serif;font-size:1.5rem}.public-mode-footer{color:rgba(246,240,223,.45);font-size:.65rem;letter-spacing:.14em;text-transform:uppercase}.footer-flower{color:var(--gold);font-size:.85rem}@media(max-width:600px){.public-mode-hero{padding:1.15rem}.header-note{display:none}.public-mode-content{padding:3rem 0}.public-mode-eyebrow{font-size:.58rem;letter-spacing:.14em}.public-mode-content h1{font-size:clamp(1.35rem,5.8vw,2rem)}.public-mode-intro{line-height:1.6}.launch-date{align-items:flex-start;flex-direction:column;gap:.35rem}.countdown{gap:.35rem;justify-content:space-between}.countdown-unit{min-width:0}.countdown-unit strong{font-size:clamp(1.85rem,10vw,3rem)}.countdown-separator{font-size:1.5rem}.public-mode-footer span:last-child{display:none}}@media(prefers-reduced-motion:no-preference){.public-mode-content>*{animation:reveal .75s both}.public-mode-content>*:nth-child(2){animation-delay:.08s}.public-mode-content>*:nth-child(3){animation-delay:.16s}.public-mode-content>*:nth-child(4){animation-delay:.24s}.public-mode-content>*:nth-child(5){animation-delay:.32s}@keyframes reveal{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}}
