@charset "UTF-8";

:root{
    --navy:#082a63;
    --navy-deep:#041b44;
    --blue:#2ea9dc;
    --aqua:#bceef2;
    --lavender:#b6a9dc;
    --pink:#d9a4cc;
    --gold:#d3b56f;
    --cream:#fffaf6;
    --white:#ffffff;
    --ink:#34363f;
    --muted:#727782;
    --line:rgba(8,42,99,.12);
    --serif:"Yu Mincho","Hiragino Mincho ProN","Times New Roman",serif;
    --sans:"Yu Gothic","Hiragino Kaku Gothic ProN",sans-serif;
    --shadow:0 28px 80px rgba(4,27,68,.14);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
    margin:0;
    color:var(--ink);
    background:var(--cream);
    font-family:var(--sans);
    line-height:1.9;
}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
button{font:inherit}
.container{width:min(calc(100% - 48px),1180px);margin-inline:auto}

.skip-link{
    position:fixed;
    z-index:9999;
    top:8px;
    left:8px;
    padding:10px 14px;
    background:#fff;
    transform:translateY(-150%);
}
.skip-link:focus{transform:none}

.site-header{
    position:fixed;
    z-index:1000;
    top:0;
    left:0;
    width:100%;
    border-bottom:1px solid rgba(255,255,255,.12);
    background:rgba(4,27,68,.72);
    backdrop-filter:blur(18px);
}
.header-inner{
    display:flex;
    align-items:center;
    justify-content:space-between;
    width:min(calc(100% - 48px),1280px);
    min-height:78px;
    margin-inline:auto;
}
.brand{display:flex;align-items:center;gap:14px;color:#fff}
.brand-mark{
    display:grid;
    place-items:center;
    width:50px;height:50px;
    border:1px solid rgba(255,255,255,.55);
    border-radius:50%;
    font-family:Georgia,serif;
    font-size:26px;
    font-style:italic;
}
.brand-copy strong{display:block;font-family:var(--serif);font-size:21px;letter-spacing:.08em}
.brand-copy small{display:block;font-family:Georgia,serif;font-size:8px;letter-spacing:.14em;opacity:.75}
.global-nav{display:flex;align-items:center;gap:28px;color:#fff;font-size:12px;font-weight:700}
.nav-cta{
    padding:12px 19px;
    border:1px solid rgba(255,255,255,.5);
    border-radius:999px;
}
.menu-button{display:none}

.hero{
    position:relative;
    min-height:920px;
    overflow:hidden;
    color:#fff;
    background:
        radial-gradient(circle at 68% 34%,rgba(102,202,224,.18),transparent 24rem),
        radial-gradient(circle at 82% 72%,rgba(194,165,220,.22),transparent 26rem),
        linear-gradient(180deg,var(--navy-deep),var(--navy) 58%,#453a88);
}
.hero-stars{
    position:absolute;
    inset:0;
    opacity:.65;
    background-image:
        radial-gradient(circle,#fff 1px,transparent 1.5px),
        radial-gradient(circle,#fff 1px,transparent 1.5px);
    background-position:0 0,40px 60px;
    background-size:110px 110px,160px 160px;
}
.hero-inner{
    position:relative;
    z-index:2;
    display:grid;
    grid-template-columns:1fr .9fr;
    align-items:center;
    gap:70px;
    width:min(calc(100% - 64px),1180px);
    min-height:920px;
    margin-inline:auto;
    padding:140px 0 110px;
}
.eyebrow,.section-kicker{
    margin:0 0 18px;
    color:var(--gold);
    font-family:Georgia,serif;
    font-size:11px;
    font-weight:700;
    letter-spacing:.22em;
}
.hero h1{
    margin:0;
    font-family:var(--serif);
    font-size:clamp(48px,6vw,82px);
    font-weight:500;
    line-height:1.35;
    letter-spacing:.04em;
}
.hero h1 span{
    color:#fff;
    text-shadow:0 0 22px rgba(190,230,255,.35);
}
.hero-lead{
    margin:32px 0 0;
    color:rgba(255,255,255,.82);
    font-size:17px;
}
.hero-points{display:flex;flex-wrap:wrap;gap:9px;margin-top:27px}
.hero-points span{
    padding:7px 13px;
    border:1px solid rgba(255,255,255,.25);
    border-radius:999px;
    background:rgba(255,255,255,.08);
    font-size:11px;
}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:34px}
.button{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:54px;
    padding:0 27px;
    border-radius:999px;
    font-size:13px;
    font-weight:700;
    transition:.25s;
}
.button:hover{transform:translateY(-2px)}
.button-gold{
    color:var(--navy-deep);
    background:linear-gradient(135deg,#f0d58d,var(--gold));
    box-shadow:0 13px 30px rgba(211,181,111,.22);
}
.button-outline{border:1px solid rgba(255,255,255,.45);color:#fff}
.hero-visual{position:relative;display:grid;place-items:center}
.hero-visual .moon{
    position:absolute;
    top:7%;
    left:4%;
    width:118px;height:118px;
    border-radius:50%;
    box-shadow:-23px 8px 0 2px rgba(255,255,255,.88);
}
.hero-visual img{
    position:relative;
    z-index:2;
    width:min(100%,540px);
    max-height:700px;
    object-fit:contain;
    filter:drop-shadow(0 30px 44px rgba(0,0,0,.24));
}
.hero-wave{
    position:absolute;
    left:-5%;bottom:-75px;
    width:110%;height:160px;
    border-radius:50% 50% 0 0;
    background:var(--cream);
}

.section{padding:110px 0}
.center{text-align:center}
.section-head{max-width:760px;margin:0 auto 55px}
.section-head h2,
.concept h2,.howto h2,.story h2,.product-copy h2{
    margin:0;
    font-family:var(--serif);
    font-size:clamp(34px,4.5vw,58px);
    font-weight:500;
    line-height:1.5;
}
.section-head>p:last-child{color:var(--muted)}

.concept-layout{
    display:grid;
    grid-template-columns:1.05fr .95fr;
    align-items:center;
    gap:80px;
}
.large-copy{font-family:var(--serif);font-size:24px;line-height:1.8}
.large-copy strong{color:var(--navy)}
.concept-panel{
    padding:55px;
    border:1px solid var(--line);
    border-radius:30px;
    background:
        radial-gradient(circle at 90% 10%,rgba(188,238,242,.55),transparent 16rem),
        #fff;
    box-shadow:var(--shadow);
}
.concept-panel blockquote{
    margin:0;
    color:var(--navy);
    font-family:var(--serif);
    font-size:30px;
    line-height:1.8;
}
.concept-tags{display:flex;flex-wrap:wrap;gap:9px;margin-top:30px}
.concept-tags span{
    padding:8px 13px;border-radius:999px;
    color:var(--navy);background:#edf9fb;font-size:11px
}

.ingredients{
    color:#fff;
    background:
        radial-gradient(circle at 8% 10%,rgba(71,193,220,.16),transparent 23rem),
        linear-gradient(180deg,var(--navy-deep),var(--navy));
}
.ingredients .section-head h2{color:#fff}
.ingredient-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.ingredient-card{
    position:relative;
    min-height:360px;
    padding:40px 34px;
    border:1px solid rgba(255,255,255,.15);
    border-radius:26px;
    background:rgba(255,255,255,.07);
    backdrop-filter:blur(14px);
}
.ingredient-card .number{color:var(--gold);font-family:Georgia,serif;font-size:13px}
.ingredient-card h3{margin:38px 0 5px;font-family:var(--serif);font-size:31px}
.ingredient-card .sub{color:var(--aqua);font-weight:700}
.ingredient-card p:last-child{color:rgba(255,255,255,.76)}
.ingredient-note{text-align:center;color:rgba(255,255,255,.6);font-size:11px;margin-top:25px}

.howto-layout{
    display:grid;
    grid-template-columns:1fr 1fr;
    align-items:center;
    gap:80px;
}
.howto-image img{
    width:100%;
    border-radius:30px;
    box-shadow:var(--shadow);
}
.howto-copy ol{margin:35px 0 0;padding:0;list-style:none}
.howto-copy li{
    display:grid;
    grid-template-columns:54px 1fr;
    gap:18px;
    padding:22px 0;
    border-bottom:1px solid var(--line);
}
.howto-copy li>span{color:var(--gold);font-family:Georgia,serif;font-size:15px}
.howto-copy h3{margin:0;font-family:var(--serif);font-size:21px}
.howto-copy p{margin:6px 0 0;color:var(--muted)}

.story{background:#eef9fb}
.story-layout{
    display:grid;
    grid-template-columns:1fr .95fr;
    align-items:center;
    gap:80px;
}
.story-copy p{color:#59616c}
.story-image img{
    border-radius:30px;
    box-shadow:var(--shadow);
}

.product-detail{background:#fff}
.product-card{
    display:grid;
    grid-template-columns:.85fr 1.15fr;
    align-items:center;
    gap:70px;
    padding:58px;
    border:1px solid var(--line);
    border-radius:36px;
    background:linear-gradient(135deg,#f8fcff,#fff8fb);
    box-shadow:var(--shadow);
}
.product-image img{
    width:100%;
    max-height:620px;
    object-fit:contain;
    border-radius:24px;
}
.product-copy dl{margin:30px 0;border-top:1px solid var(--line)}
.product-copy dl div{
    display:grid;grid-template-columns:100px 1fr;
    padding:14px 0;border-bottom:1px solid var(--line)
}
.product-copy dt{color:var(--gold);font-weight:700}
.product-copy dd{margin:0}
.caution{color:var(--muted);font-size:12px}
.product-actions{display:flex;flex-wrap:wrap;align-items:center;gap:20px;margin-top:28px}
.text-link{color:var(--navy);font-weight:700;font-size:13px}

.final-cta{
    padding:110px 0;
    color:#fff;
    text-align:center;
    background:
        radial-gradient(circle at 50% 110%,rgba(182,169,220,.45),transparent 28rem),
        linear-gradient(180deg,var(--navy),var(--navy-deep));
}
.section-kicker.light{color:#fff}
.final-cta h2{
    margin:0;
    font-family:var(--serif);
    font-size:clamp(36px,5vw,64px);
    font-weight:500;
}
.final-cta p{color:rgba(255,255,255,.75)}
.button-light{margin-top:20px;color:var(--navy);background:#fff}

.site-footer{padding:55px 0 25px;color:#fff;background:#03142f}
.footer-inner{display:flex;justify-content:space-between;gap:30px}
.footer-inner strong{font-family:var(--serif);font-size:23px}
.footer-inner p{margin:3px 0 0;color:rgba(255,255,255,.55);font-size:11px}
.footer-inner nav{display:flex;flex-wrap:wrap;gap:18px;font-size:11px}
.footer-bottom{
    display:flex;justify-content:space-between;
    margin-top:35px;padding-top:20px;
    border-top:1px solid rgba(255,255,255,.12);
    color:rgba(255,255,255,.5);font-size:10px
}

.mobile-fixed{display:none}

.reveal{opacity:0;transform:translateY(25px);transition:.75s ease}
.reveal.is-visible{opacity:1;transform:none}

@media(max-width:900px){
    .global-nav{
        position:fixed;
        top:0;right:0;
        display:flex;
        flex-direction:column;
        align-items:stretch;
        width:min(86vw,380px);
        height:100dvh;
        padding:110px 30px 30px;
        background:var(--navy-deep);
        transform:translateX(110%);
        transition:.3s;
    }
    .global-nav.is-open{transform:none}
    .menu-button{
        position:relative;
        z-index:2;
        display:block;
        width:54px;height:54px;
        padding:10px;
        border:1px solid rgba(255,255,255,.35);
        border-radius:50%;
        color:#fff;background:transparent
    }
    .menu-button span{display:block;width:22px;height:1px;margin:4px auto;background:currentColor}
    .menu-button small{font-size:7px}
    .hero-inner,
    .concept-layout,
    .howto-layout,
    .story-layout,
    .product-card{grid-template-columns:1fr}
    .hero-inner{gap:30px;padding-top:130px}
    .hero-copy{text-align:center}
    .hero-actions,.hero-points{justify-content:center}
    .hero-visual img{max-height:520px}
    .ingredient-grid{grid-template-columns:1fr}
}

@media(max-width:600px){
    .container{width:calc(100% - 28px)}
    .header-inner{width:calc(100% - 28px)}
    .brand-copy strong{font-size:18px}
    .brand-copy small{font-size:7px}
    .hero{min-height:auto}
    .hero-inner{
        min-height:auto;
        grid-template-columns:1fr;
        padding:120px 0 90px;
    }
    .hero h1{font-size:42px}
    .hero-lead{font-size:14px}
    .hero-visual img{max-height:430px}
    .hero-visual .moon{width:84px;height:84px}
    .section{padding:78px 0}
    .concept-panel{padding:32px 24px}
    .concept-panel blockquote{font-size:24px}
    .howto-copy li{grid-template-columns:42px 1fr}
    .story-image img{border-radius:20px}
    .product-card{padding:28px 20px}
    .footer-inner{display:grid}
    .mobile-fixed{
        position:fixed;
        z-index:900;
        left:12px;right:12px;bottom:12px;
        display:block;
    }
    .mobile-fixed a{
        display:flex;
        align-items:center;
        justify-content:center;
        min-height:52px;
        border-radius:999px;
        color:#fff;
        background:#2eb76e;
        box-shadow:0 12px 30px rgba(0,0,0,.18);
        font-weight:700;
    }
    body{padding-bottom:76px}
}
