:root {
    --ink: #14253a;
    --ink-soft: #344153;
    --navy: #0f263d;
    --navy-deep: #071a2c;
    --ivory: #f8f2e9;
    --paper: #fffaf3;
    --sand: #ddcdbb;
    --gold: #ad7b3d;
    --gold-light: #d7b77c;
    --sage: #68715a;
    --mauve: #84686b;
    --slate: #536d7c;
    --line: rgba(68, 47, 31, .2);
    --serif: Georgia, 'Times New Roman', serif;
    --sans: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    --shadow: 0 28px 70px rgba(37, 30, 23, .16);
    --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--ivory);
    font-family: var(--sans);
    font-size: 16px;
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}
body.creator-open { overflow: hidden; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
img, canvas { display: block; max-width: 100%; }
a { color: inherit; }

.skip-link {
    position: fixed; z-index: 1000; top: 10px; left: 10px; padding: 10px 14px;
    background: white; transform: translateY(-150%); border-radius: 6px;
}
.skip-link:focus { transform: translateY(0); }
.sr-only {
    position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
    overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
:focus-visible { outline: 3px solid #287ab0; outline-offset: 4px; }

.site-shell {
    min-height: 100vh;
    background:
        radial-gradient(circle at 8% 10%, rgba(178, 143, 101, .09), transparent 22rem),
        linear-gradient(105deg, rgba(255,255,255,.3), transparent 38%),
        var(--ivory);
}
.site-header {
    width: min(1180px, calc(100% - 40px)); height: 84px; margin: 0 auto;
    display: flex; align-items: center; gap: 36px; position: relative; z-index: 20;
}
.brand { display: inline-flex; align-items: center; gap: 14px; text-decoration: none; }
.brand-mark { width: 72px; height: 48px; position: relative; display: inline-block; flex: none; }
.brand-mark::before, .brand-mark::after {
    content: ''; position: absolute; left: 23px; top: 2px; width: 1px; height: 44px;
    background: var(--gold); opacity: .55;
}
.brand-mark::before { transform: rotate(45deg); }
.brand-mark::after { transform: rotate(-45deg); }
.brand-sun {
    position: absolute; left: 10px; top: 11px; width: 28px; height: 28px;
    border: 1px solid var(--gold); border-radius: 50%;
    box-shadow: 0 0 0 5px rgba(173,123,61,.08);
}
.brand-moon {
    position: absolute; right: 7px; top: 10px; width: 27px; height: 27px; border-radius: 50%;
    background: var(--gold);
}
.brand-moon::after {
    content: ''; position: absolute; width: 26px; height: 26px; border-radius: 50%;
    left: 8px; top: -3px; background: var(--ivory);
}
.brand-name { font: 500 18px/1 var(--serif); text-transform: uppercase; letter-spacing: .23em; white-space: nowrap; }
.desktop-nav { margin-left: auto; display: flex; gap: 30px; align-items: center; }
.desktop-nav a { font-size: 11px; text-decoration: none; text-transform: uppercase; letter-spacing: .11em; }
.desktop-nav a:hover { color: var(--gold); }
.header-create {
    border: 1px solid var(--ink); background: transparent; border-radius: 999px; padding: 11px 18px;
    text-transform: uppercase; letter-spacing: .08em; font-size: 10px; cursor: pointer;
}
.header-create:hover { background: var(--ink); color: white; }
.menu-button, .mobile-menu { display: none; }

.hero {
    width: min(1180px, calc(100% - 40px)); min-height: 650px; margin: 10px auto 54px;
    border: 1px solid rgba(81,58,36,.28); border-radius: var(--radius); overflow: hidden;
    display: grid; grid-template-columns: .9fr 1.1fr; position: relative;
    background:
        linear-gradient(90deg, rgba(255,250,243,.98) 0 44%, rgba(255,250,243,.2) 64%),
        radial-gradient(circle at 18% 72%, rgba(188,151,117,.18), transparent 25%), var(--paper);
    box-shadow: 0 18px 50px rgba(49,39,28,.08);
}
.hero::before {
    content: ''; position: absolute; width: 430px; height: 430px; border: 1px dashed rgba(173,123,61,.35);
    border-radius: 50%; left: -240px; top: -170px; pointer-events: none;
}
.hero-copy { padding: 100px 30px 72px 70px; position: relative; z-index: 5; }
.eyebrow {
    display: flex; align-items: center; gap: 10px; margin: 0 0 22px; color: var(--gold);
    font-size: 10px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase;
}
.eyebrow > span { width: 30px; height: 1px; background: currentColor; display: inline-block; }
.eyebrow.centered { justify-content: center; }
.eyebrow.light { color: var(--gold-light); }
.hero h1, .section-heading h2, .how-section h2, .story-section h2, .reviews-section h2, .closing-cta h2 {
    margin: 0; font: 400 clamp(54px, 5.2vw, 78px)/.98 var(--serif); letter-spacing: -.045em;
}
.hero h1 { max-width: 600px; }
.celestial-rule { display: flex; width: 280px; align-items: center; gap: 10px; margin: 28px 0 18px; color: var(--gold); }
.celestial-rule i { height: 1px; background: var(--gold); flex: 1; opacity: .65; }
.celestial-rule b { font-size: 14px; font-weight: 400; }
.hero-lede { max-width: 390px; color: var(--ink-soft); font: 400 17px/1.65 var(--sans); }
.hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 28px; }
.button {
    min-height: 50px; border-radius: 999px; padding: 0 26px; display: inline-flex; align-items: center;
    justify-content: center; gap: 26px; border: 1px solid transparent; font-size: 13px; letter-spacing: .02em;
    cursor: pointer; text-decoration: none; transition: transform .2s, background-color .2s, box-shadow .2s;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--navy); box-shadow: 0 12px 28px rgba(15,38,61,.18); }
.button-primary:hover { background: #1b3b5a; }
.button-light { background: var(--ivory); color: var(--navy); }
.button-gold { background: var(--gold-light); color: var(--navy-deep); }
.text-link { font-size: 13px; text-underline-offset: 7px; }
.trust-note { margin-top: 42px; color: #7e7165; font-size: 11px; letter-spacing: .03em; }
.trust-note span { color: var(--gold); margin-right: 7px; }

.hero-visual { min-width: 0; position: relative; isolation: isolate; }
.photo-panel { position: absolute; inset: 0 0 0 19%; overflow: hidden; }
.photo-panel::after { content: ''; position: absolute; inset: 0; box-shadow: inset 50px 0 60px rgba(248,242,233,.25); }
.photo-panel picture { display: block; width: 100%; height: 100%; }
.photo-panel img { width: 100%; height: 100%; object-fit: cover; object-position: 60% center; }
.print-frame {
    width: 285px; aspect-ratio: .74; position: absolute; z-index: 3; left: -18px; top: 73px;
    padding: 10px; background: linear-gradient(135deg, #9c7b52, #60482e 30%, #c5a674 50%, #59412c 74%, #a98155);
    box-shadow: 0 26px 32px rgba(24,20,15,.34), inset 0 0 0 2px rgba(255,255,255,.23);
    transform: rotate(0);
}
.print-mat { width: 100%; height: 100%; padding: 11px; background: #e3d6c3; box-shadow: inset 0 0 8px rgba(0,0,0,.38); }
.birth-print {
    height: 100%; background: radial-gradient(circle at 48% 34%, #183653, var(--navy-deep) 70%); color: var(--gold-light);
    text-align: center; padding: 22px 20px 15px; border: 1px solid rgba(215,183,124,.45); overflow: hidden;
}
.birth-print canvas, .sample-star-map { width: 100%; aspect-ratio: 1; margin: 0 auto 10px; }
.sample-star-map { display: block; border-radius: 50%; overflow: hidden; }
.sample-star-map img { width: 100%; height: 100%; object-fit: cover; }
.print-name { text-transform: uppercase; letter-spacing: .34em; font: 18px var(--serif); margin-left: .34em; }
.print-details { margin-top: 8px; font-size: 7px; text-transform: uppercase; letter-spacing: .14em; line-height: 1.7; }
.moon-row { margin-top: 13px; font-size: 13px; letter-spacing: 9px; margin-left: 9px; }
.sample-proof {
    position: absolute; z-index: 4; right: 22px; bottom: 18px; margin: 0; padding: 8px 12px;
    border: 1px solid rgba(255,255,255,.38); border-radius: 999px; color: white;
    background: rgba(7,26,44,.68); backdrop-filter: blur(7px); font-size: 9px; letter-spacing: .06em;
}
.sample-proof span { color: var(--gold-light); margin-right: 5px; }
.hero-orbit { position: absolute; border: 1px dashed rgba(215,183,124,.3); border-radius: 50%; pointer-events: none; }
.orbit-one { width: 360px; height: 360px; right: -255px; top: -50px; }
.orbit-two { width: 520px; height: 520px; right: -350px; bottom: -320px; }

.intro-strip { display: flex; justify-content: center; gap: clamp(30px, 8vw, 110px); padding: 25px 20px 80px; }
.intro-strip p { margin: 0; color: #6f665d; font: italic 14px var(--serif); }
.intro-strip span { color: var(--gold); margin-right: 12px; }

.collection-section { padding: 90px 24px 120px; background: #f1e8dc; position: relative; overflow: hidden; }
.collection-section::before {
    content: ''; position: absolute; width: 620px; height: 620px; border-radius: 50%; right: -430px; top: 140px;
    border: 1px dashed rgba(173,123,61,.25);
}
.section-heading { max-width: 740px; text-align: center; margin: 0 auto 75px; }
.section-heading h2, .how-section h2, .story-section h2, .reviews-section h2, .closing-cta h2 { font-size: clamp(42px, 4.7vw, 66px); }
.section-heading > p:last-child { max-width: 590px; margin: 24px auto 0; color: #665f59; }
.product-grid { width: min(1060px, 100%); margin: auto; display: grid; gap: 86px; }
.editorial-product { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(50px, 8vw, 100px); }
.editorial-product.reverse { grid-template-columns: .95fr 1.05fr; }
.editorial-product.reverse .product-art { order: 2; }
.product-art { min-height: 510px; display: grid; place-items: center; position: relative; border-radius: 2px; overflow: hidden; }
.product-art-sky { background: radial-gradient(circle at 25% 20%, #e8ded1, #c8b6a2); }
.product-art-sky::before { content: ''; position: absolute; inset: 0; background: linear-gradient(145deg, transparent 50%, rgba(91,103,73,.26)); }
.mini-frame {
    width: 280px; padding: 12px; position: relative; z-index: 2;
    background: linear-gradient(140deg, #b39570, #6f5133 33%, #c2a47e 50%, #5e452f 72%, #ac8b63);
    box-shadow: 0 26px 35px rgba(53,38,24,.28); transform: rotate(0);
}
.mini-print { aspect-ratio: .74; display: flex; flex-direction: column; align-items: center; padding: 20px; text-align: center; }
.navy-print { color: var(--gold-light); background: var(--navy-deep); }
.mini-print canvas { width: 100%; aspect-ratio: 1; margin-top: 10px; }
.mini-print .collection-star-map { margin-top: 10px; }
.mini-print b { margin-top: 16px; font: 17px var(--serif); text-transform: uppercase; letter-spacing: .18em; }
.mini-print small { margin-top: 8px; font-size: 7px; line-height: 1.6; letter-spacing: .12em; text-transform: uppercase; }
.product-number { position: absolute; z-index: 3; top: 22px; left: 22px; color: var(--gold); font: 17px var(--serif); }
.product-number::after { content: ''; display: inline-block; width: 50px; height: 1px; background: currentColor; vertical-align: middle; margin-left: 9px; }
.product-copy { max-width: 420px; }
.product-kind { color: var(--gold); font-size: 10px; text-transform: uppercase; letter-spacing: .16em; }
.product-copy h3, .reveal-copy h2 { margin: 10px 0 16px; font: 400 48px/1.05 var(--serif); letter-spacing: -.03em; }
.product-copy > p:not(.product-kind):not(.product-price) { color: #5d5b59; line-height: 1.8; }
.product-price { margin: 24px 0 18px; font: italic 15px var(--serif); }
.text-button { border: 0; border-bottom: 1px solid currentColor; padding: 0 0 6px; background: transparent; cursor: pointer; font-size: 13px; }
.text-button span { margin-left: 18px; }
.product-art-moon { background: linear-gradient(160deg, #c7cbc3, #e7dfd2 50%, #aaa894); }
.pale-frame { background: linear-gradient(135deg, #8e765e, #cab59d 50%, #80674d); transform: rotate(1.5deg); }
.moon-print { background: #f4eee5; color: var(--ink); }
.large-moon {
    width: 160px; aspect-ratio: 1; margin: 20px auto 25px; border-radius: 50%;
    background:
        radial-gradient(circle at 32% 38%, rgba(255,255,255,.22) 0 4%, transparent 5%),
        radial-gradient(circle at 62% 31%, rgba(48,50,51,.2) 0 8%, transparent 9%),
        radial-gradient(circle at 42% 68%, rgba(41,43,45,.25) 0 13%, transparent 14%),
        radial-gradient(circle at 50% 50%, #bbb8b1, #6e7272 68%, #4a4f50);
    box-shadow: inset -20px -10px 25px rgba(0,0,0,.25), 0 0 35px rgba(255,255,255,.35);
}

.how-section { color: #f6ede2; background: var(--navy); padding: 110px max(24px, calc((100vw - 1060px) / 2)); display: grid; grid-template-columns: 1fr .9fr; gap: 100px; }
.how-copy > p:not(.eyebrow) { max-width: 510px; color: #c7ced2; margin: 28px 0 35px; }
.steps-list { list-style: none; padding: 0; margin: 0; }
.steps-list li { display: grid; grid-template-columns: 60px 1fr; gap: 20px; padding: 26px 0; border-top: 1px solid rgba(255,255,255,.16); }
.steps-list li:last-child { border-bottom: 1px solid rgba(255,255,255,.16); }
.steps-list > li > span { color: var(--gold-light); font: italic 19px var(--serif); }
.steps-list h3 { margin: 0 0 7px; font: 400 23px var(--serif); }
.steps-list p { margin: 0; color: #afb9c0; font-size: 14px; }

.story-section { min-height: 650px; padding: 120px 24px; display: grid; grid-template-columns: .96fr 1.04fr; align-items: center; width: min(1180px, 100%); margin: auto; gap: clamp(55px, 7vw, 105px); }
.materials-visual { margin: 0; position: relative; }
.materials-visual::before {
    content: ''; position: absolute; z-index: -1; width: 72%; aspect-ratio: 1; left: -14%; top: -20%;
    border: 1px dashed rgba(173,123,61,.3); border-radius: 50%;
}
.materials-visual img { display: block; width: 100%; height: auto; border: 1px solid rgba(85,62,44,.13); box-shadow: 0 28px 65px rgba(46,36,26,.16); }
.materials-visual figcaption { margin: 16px 4px 0; color: #776d63; font-size: 11px; line-height: 1.5; }
.materials-visual figcaption span { margin-right: 7px; color: var(--gold); }
.materials-copy { text-align: left; }
.materials-copy h2 { margin: 0; }
.materials-lede { margin: 26px 0 30px; color: #5e5a55; font-size: 16px; line-height: 1.85; }
.material-specs { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0 0 38px; border-top: 1px solid #d9cbbb; border-bottom: 1px solid #d9cbbb; }
.material-specs > div { padding: 18px 12px 17px; border-right: 1px solid #d9cbbb; }
.material-specs > div:first-child { padding-left: 0; }
.material-specs > div:last-child { border-right: 0; }
.material-specs dt { color: var(--ink); font: 400 17px/1.2 var(--serif); }
.material-specs dd { margin: 5px 0 0; color: #80766d; font-size: 9px; line-height: 1.35; text-transform: uppercase; letter-spacing: .08em; }
.material-details { display: grid; gap: 22px; }
.material-details article { padding-left: 24px; border-left: 2px solid rgba(173,123,61,.55); }
.material-details h3 { margin: 0 0 7px; font: 400 23px/1.2 var(--serif); }
.material-details p { margin: 0; color: #655f59; font-size: 14px; line-height: 1.75; }

.reviews-section { padding: 110px 24px; background: #e7d9cb; text-align: center; }
.standards-intro { max-width: 620px; margin: 24px auto 0; color: #68615b; line-height: 1.8; }
.standard-grid { width: min(1060px, 100%); margin: 58px auto 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; text-align: left; }
.standard-grid article { min-height: 275px; padding: 38px 34px; background: rgba(255,250,243,.66); border: 1px solid rgba(85,62,44,.14); }
.standard-grid article > span { color: var(--gold); font: italic 17px var(--serif); }
.standard-grid h3 { margin: 42px 0 13px; font: 400 25px/1.12 var(--serif); }
.standard-grid p { margin: 0; color: #655f59; font-size: 14px; line-height: 1.75; }

.closing-cta { padding: 120px 24px; color: white; text-align: center; background: radial-gradient(circle at 50% 0, #183958, var(--navy-deep) 65%); position: relative; overflow: hidden; }
.closing-cta > * { position: relative; z-index: 2; }
.closing-cta > p:not(.eyebrow) { color: #b9c1c7; margin: 25px 0 32px; }
.closing-stars, .hero-stars {
    position: absolute; inset: 0; pointer-events: none; opacity: .5;
    background-image: radial-gradient(circle, var(--gold-light) 0 1px, transparent 1.5px), radial-gradient(circle, white 0 1px, transparent 1.5px);
    background-position: 0 0, 37px 57px; background-size: 73px 83px, 113px 127px;
}
.hero-stars { opacity: .22; inset: 0 50% 0 0; }
.site-footer { padding: 65px 24px 35px; text-align: center; background: #f5ede3; }
.footer-brand { justify-content: center; }
.site-footer > p { color: #6e655d; font: italic 15px var(--serif); }
.footer-social { display: flex; justify-content: center; gap: 13px; margin: 24px 0 30px; }
.footer-social-icon { width: 38px; height: 38px; display: grid; place-items: center; color: var(--ink); border: 1px solid #ccb99f; border-radius: 50%; background: rgba(255,255,255,.28); transition: color .2s ease, border-color .2s ease, transform .2s ease; }
.footer-social-icon:hover { color: var(--gold-dark); border-color: var(--gold); transform: translateY(-2px); }
.footer-social-icon svg { width: 17px; height: 17px; fill: currentColor; stroke: none; }
.footer-social-icon:first-child svg { fill: none; stroke: currentColor; stroke-width: 1.7; }
.footer-social-icon:first-child .social-fill { fill: currentColor; stroke: none; }
.site-footer nav { display: flex; justify-content: center; flex-wrap: wrap; gap: 25px; margin: 0 0 30px; }
.site-footer nav a { font-size: 11px; text-transform: uppercase; letter-spacing: .08em; text-underline-offset: 5px; }
.site-footer nav a:hover { color: var(--gold-dark, #805829); }
.site-footer small { color: #8a8179; font-size: 10px; }

/* Policy, support, and FAQ pages */
.content-page { background: var(--paper); }
.content-header {
    width: min(1180px, calc(100% - 40px)); height: 84px; margin: 0 auto; display: flex;
    align-items: center; justify-content: space-between; gap: 30px; border-bottom: 1px solid #e2d6c8;
}
.content-create-link {
    padding: 10px 17px; border: 1px solid var(--ink); border-radius: 999px; text-decoration: none;
    text-transform: uppercase; letter-spacing: .08em; font-size: 10px;
}
.content-create-link:hover { color: white; background: var(--ink); }
.content-hero {
    position: relative; overflow: hidden; padding: clamp(75px, 10vw, 125px) 24px 80px; text-align: center;
    background: radial-gradient(circle at 50% 0, rgba(215,183,124,.16), transparent 42%), var(--ivory);
    border-bottom: 1px solid #e1d4c5;
}
.content-hero > * { position: relative; z-index: 2; }
.content-hero h1 { max-width: 900px; margin: 17px auto 22px; font: 400 clamp(50px, 7vw, 82px)/.96 var(--serif); letter-spacing: -.045em; }
.content-hero > p:not(.eyebrow) { max-width: 660px; margin: 0 auto; color: #676159; font-size: 17px; line-height: 1.75; }
.content-hero small { display: block; margin-top: 24px; color: #8b7d70; text-transform: uppercase; letter-spacing: .11em; font-size: 9px; }
.content-orbit { position: absolute; z-index: 1; width: 430px; height: 430px; right: -265px; top: -260px; border: 1px solid rgba(173,123,61,.25); border-radius: 50%; }
.content-orbit::before { content: ''; position: absolute; inset: 55px; border: 1px solid rgba(173,123,61,.18); border-radius: 50%; }
.content-orbit span { position: absolute; left: 48px; bottom: 58px; color: var(--gold); }
.content-article { width: min(780px, calc(100% - 40px)); margin: 0 auto; padding: 75px 0 105px; }
.content-article section { padding: 0 0 34px; margin: 0 0 34px; border-bottom: 1px solid #e3d8ca; }
.content-article section:last-child { border-bottom: 0; }
.content-article h2 { margin: 0 0 15px; font: 400 34px/1.15 var(--serif); letter-spacing: -.02em; }
.content-article p, .content-article li { color: #5f5b56; line-height: 1.82; }
.content-article a { color: #805829; text-underline-offset: 4px; }
.content-callout { margin-top: 20px; padding: 26px 30px; border-left: 3px solid var(--gold); background: #f1e7da; }
.content-callout p { margin: 0; }
.content-footer { border-top: 1px solid #dfd2c3; }
.contact-intro { text-align: center; padding-bottom: 60px !important; }
.contact-intro h2 { font-size: 45px; }
.contact-intro .button { color: white; margin: 12px 0 2px; text-decoration: none; }
.response-note { font-size: 12px; }
.faq-section { border-bottom: 0 !important; }
.faq-section > h2 { margin: 10px 0 38px; font-size: 48px; }
.faq-list { border-top: 1px solid #d9ccbd; }
.faq-list details { border-bottom: 1px solid #d9ccbd; }
.faq-list summary { position: relative; padding: 22px 45px 22px 0; cursor: pointer; list-style: none; font: 400 20px/1.35 var(--serif); }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: '+'; position: absolute; right: 6px; top: 18px; color: var(--gold); font: 300 27px var(--sans); }
.faq-list details[open] summary::after { content: '−'; }
.faq-list details p { margin: -4px 40px 24px 0; font-size: 14px; }

/* Creator experience */
.creator { position: fixed; z-index: 100; inset: 0; background: var(--ivory); overflow: hidden; overscroll-behavior: none; }
.creator[hidden], .generation-screen[hidden], .collection-reveal[hidden] { display: none; }
.creator-progress { position: absolute; z-index: 30; top: 0; left: 0; right: 0; height: 100px; pointer-events: none; }
.creator-progress button, .creator-progress .progress-track, .creator-brand { pointer-events: auto; }
.creator-close { position: absolute; top: max(17px, env(safe-area-inset-top)); right: 22px; width: 44px; height: 44px; border: 0; background: transparent; font-size: 30px; font-weight: 200; cursor: pointer; }
.creator-brand { position: absolute; left: 50%; top: max(18px, env(safe-area-inset-top)); transform: translateX(-50%); width: 44px; height: 36px; }
.brand-moon-only { display: block; margin: 3px auto; width: 25px; height: 25px; border-radius: 50%; background: var(--gold); position: relative; }
.brand-moon-only::after { content: ''; position: absolute; width: 24px; height: 24px; border-radius: 50%; background: var(--ivory); left: 8px; top: -3px; }
.progress-track { position: absolute; left: 50%; top: 66px; transform: translateX(-50%); width: 172px; display: flex; align-items: center; justify-content: space-between; }
.progress-track::before { content: ''; position: absolute; left: 7px; right: 7px; height: 1px; background: #bdb4aa; }
.progress-track span { width: 9px; height: 9px; border: 1px solid #8f867d; border-radius: 50%; background: var(--ivory); position: relative; }
.progress-track span.is-complete, .progress-track span.is-current { background: var(--accent, var(--sage)); border-color: var(--accent, var(--sage)); }
.progress-track span.is-current { box-shadow: 0 0 0 4px var(--ivory), 0 0 0 5px var(--accent, var(--sage)); }
.creator-back { position: absolute; left: 18px; top: max(20px, env(safe-area-inset-top)); border: 0; background: transparent; min-height: 44px; font-size: 12px; cursor: pointer; }
.creator-stage { position: absolute; inset: 0; overflow: hidden; }
.intake-card {
    --accent: var(--sage); position: absolute; inset: 0; width: 100%; height: 100%;
    background:
        radial-gradient(circle at 18% 4%, rgba(255,255,255,.65), transparent 20rem),
        radial-gradient(circle at 82% 75%, color-mix(in srgb, var(--accent) 10%, transparent), transparent 25rem), var(--ivory);
    overflow-x: hidden; overflow-y: auto; overscroll-behavior: contain; transform: translateY(100%); opacity: 0; pointer-events: none;
    transition: transform .65s cubic-bezier(.77,0,.18,1), opacity .4s;
    padding: 120px 24px max(100px, calc(80px + env(safe-area-inset-bottom)));
}
.intake-card.is-active { transform: translateY(0); opacity: 1; pointer-events: auto; }
.intake-card.is-before { transform: translateY(-100%); opacity: 0; }
.accent-sage { --accent: var(--sage); }
.accent-mauve { --accent: var(--mauve); }
.accent-gold { --accent: #9b6e32; }
.accent-blue { --accent: var(--navy); }
.card-content { width: min(480px, 100%); margin: 8vh auto 0; position: relative; z-index: 5; text-align: center; }
.step-label { color: var(--accent, var(--gold)); margin: 0 0 16px; text-transform: uppercase; font-size: 10px; font-weight: 600; letter-spacing: .17em; }
.intake-card h1, .generation-screen h1, .reveal-header h1 { margin: 0; font: 400 clamp(42px, 8vh, 70px)/1.02 var(--serif); letter-spacing: -.04em; }
.field-wrap { margin: 45px auto 0; text-align: left; position: relative; max-width: 430px; }
.field-wrap label, .manual-location label { display: block; color: #756b62; margin: 0 0 7px; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.field-wrap input, .manual-location input {
    width: 100%; min-height: 58px; padding: 0 18px; color: var(--ink); background: rgba(255,250,243,.7);
    border: 1px solid rgba(101,75,50,.36); border-radius: 13px; font: 20px var(--serif); outline: none;
}
.field-wrap input:focus, .manual-location input:focus { border-color: var(--accent); box-shadow: 0 0 0 3px color-mix(in srgb, var(--accent) 17%, transparent); }
.field-help { margin: 9px 3px 0; color: #786f67; font-size: 12px; line-height: 1.5; }
.field-error { min-height: 20px; margin: 7px 3px 0; color: #9f342d; font-size: 12px; }
.field-wrap.has-error input { border-color: #9f342d; }
.unknown-time, .provisional-note { display: flex; gap: 10px; align-items: flex-start; justify-content: center; margin: 14px auto; font-size: 13px; cursor: pointer; }
.unknown-time input, .provisional-note input { width: 18px; height: 18px; accent-color: var(--accent); }
.unknown-time span { border-bottom: 1px solid currentColor; }
.card-next {
    position: absolute; z-index: 15; left: 50%; bottom: max(22px, env(safe-area-inset-bottom)); transform: translateX(-50%);
    width: min(390px, calc(100% - 48px)); min-height: 62px; padding: 0 25px; border: 0; border-radius: 999px;
    background: var(--accent); color: white; cursor: pointer; display: flex; align-items: center; justify-content: center;
    font-size: 14px; box-shadow: 0 15px 35px color-mix(in srgb, var(--accent) 28%, transparent);
    transition: opacity .12s ease, transform .2s ease;
}
.intake-card.is-before .card-next { opacity: 0; transform: translate(-50%, -18px); }
.card-next b { position: absolute; right: 27px; font-size: 25px; font-weight: 300; }
.card-next em { font-style: normal; }
.card-landscape { position: absolute; left: 0; right: 0; bottom: 0; height: 35vh; opacity: .4; overflow: hidden; pointer-events: none; }
.mountain { position: absolute; bottom: -80px; width: 60%; height: 250px; border: 1px solid var(--accent); transform: rotate(45deg) skew(-10deg, -10deg); background: var(--ivory); }
.mountain::after { content: ''; position: absolute; inset: 25px; border-left: 1px solid var(--accent); border-top: 1px solid var(--accent); opacity: .45; }
.mountain.m1 { left: -12%; }
.mountain.m2 { left: 25%; height: 310px; bottom: -125px; }
.mountain.m3 { right: -25%; bottom: -105px; }
.rays { position: absolute; width: 110px; height: 110px; left: 50%; top: 15%; transform: translateX(-50%); border-radius: 50%; background: var(--gold-light); box-shadow: 0 0 0 1px var(--accent), 0 0 0 28px rgba(173,123,61,.04); }
.rays::before { content: ''; position: absolute; inset: -60px; border-radius: 50%; background: repeating-conic-gradient(from 0deg, var(--accent) 0 .5deg, transparent .5deg 11deg); -webkit-mask: radial-gradient(circle, transparent 0 55%, #000 56%); mask: radial-gradient(circle, transparent 0 55%, #000 56%); }
.phase-row { display: flex; gap: 28px; justify-content: center; padding-top: 40px; }
.phase-row i { display: block; width: 50px; height: 50px; border: 1px solid var(--accent); border-radius: 50%; background: color-mix(in srgb, var(--accent) 20%, transparent); }
.phase-row i:nth-child(1), .phase-row i:nth-child(5) { transform: scale(.6); }
.phase-row i:nth-child(2), .phase-row i:nth-child(4) { transform: scale(.82); }
.cloud { position: absolute; width: 45%; height: 80px; border: 1px solid var(--accent); border-radius: 50%; bottom: 20px; }
.cloud::before, .cloud::after { content: ''; position: absolute; border: 1px solid var(--accent); border-radius: 50%; background: var(--ivory); }
.cloud::before { width: 110px; height: 80px; left: 25%; top: -40px; }
.cloud::after { width: 80px; height: 60px; right: 5%; top: -22px; }
.cloud.c1 { left: -6%; }
.cloud.c2 { right: -10%; bottom: -3px; }
.crescent { position: absolute; left: 50%; top: 15%; width: 110px; height: 110px; transform: translateX(-50%); background: var(--accent); border-radius: 50%; }
.crescent::after { content: ''; position: absolute; width: 108px; height: 108px; border-radius: 50%; left: 36px; top: -14px; background: var(--ivory); }
.north-star { position: absolute; left: 50%; top: 12%; font-size: 40px; color: var(--accent); }
.manual-link { border: 0; border-bottom: 1px solid currentColor; background: transparent; font-size: 12px; cursor: pointer; }
.manual-location { margin: 15px auto 0; border: 0; padding: 0; max-width: 430px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; text-align: left; }
.manual-location[hidden] { display: none; }
.manual-location legend { font-size: 12px; margin-bottom: 8px; }
.manual-location input { min-height: 43px; font: 15px var(--sans); padding: 0 11px; }
.manual-location .wide { grid-column: 1 / -1; }
.location-results {
    position: absolute; z-index: 20; left: 0; right: 0; top: 84px; margin: 0; padding: 5px; list-style: none;
    background: var(--paper); border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--shadow); max-height: 220px; overflow: auto;
}
.location-results[hidden] { display: none; }
.location-results button { width: 100%; text-align: left; border: 0; background: transparent; padding: 11px 13px; border-radius: 8px; cursor: pointer; }
.location-results button:hover, .location-results button:focus { background: #efe6da; }
.location-results b { display: block; font: 17px var(--serif); }
.location-results small { color: #786f67; }
.location-status { padding: 13px; color: #6f665d; font-size: 12px; line-height: 1.5; }

.generation-screen {
    position: absolute; inset: 0; min-height: 100svh; padding: 140px 24px 80px; display: flex; flex-direction: column;
    align-items: center; justify-content: center; text-align: center; color: #f5ecdf;
    background: radial-gradient(circle at 50% 35%, #183d5e, var(--navy-deep) 66%); overflow: hidden;
}
.generation-screen::before { content: ''; position: absolute; inset: 0; opacity: .45; background-image: radial-gradient(circle, var(--gold-light) 0 1px, transparent 1.5px); background-size: 71px 83px; }
.generation-screen > * { position: relative; z-index: 2; }
.generation-orbit { width: 200px; height: 200px; border: 1px dashed rgba(215,183,124,.5); border-radius: 50%; margin-bottom: 35px; display: grid; place-items: center; animation: gentle-spin 18s linear infinite; }
.generation-orbit::before, .generation-orbit::after { content: ''; position: absolute; border: 1px solid rgba(215,183,124,.25); border-radius: 50%; }
.generation-orbit::before { inset: 25px; }
.generation-orbit::after { inset: 55px; }
.generation-orbit span { font-size: 45px; color: var(--gold-light); animation: counter-spin 18s linear infinite; }
.generation-orbit i { position: absolute; width: 7px; height: 7px; background: var(--gold-light); border-radius: 50%; }
.generation-orbit i:first-child { top: 20px; left: 35px; }
.generation-orbit i:nth-child(2) { bottom: 32px; right: 20px; }
.generation-orbit i:nth-child(3) { top: 55%; left: -4px; }
@keyframes gentle-spin { to { transform: rotate(360deg); } }
@keyframes counter-spin { to { transform: rotate(-360deg); } }
.generation-message { color: #c4ccd2; margin: 25px 0 15px; }
.generation-line { width: min(300px, 80vw); height: 1px; background: rgba(255,255,255,.2); }
.generation-line span { display: block; height: 100%; width: 12%; background: var(--gold-light); transition: width .7s ease; }
.generation-retry { margin-top: 28px; }
.light-link { color: #d8c6ac; margin-top: 35px; }

.collection-reveal { position: absolute; inset: 0; overflow-x: hidden; overflow-y: auto; min-height: 100svh; background: var(--ivory); }
.reveal-header { padding: 110px 24px 95px; text-align: center; color: white; background: radial-gradient(circle at 50% 10%, #1d4668, var(--navy-deep) 75%); position: relative; }
.reveal-header::after { content: ''; position: absolute; inset: 0; opacity: .3; background-image: radial-gradient(circle, var(--gold-light) 0 1px, transparent 1.5px); background-size: 79px 91px; }
.reveal-header > * { position: relative; z-index: 2; }
.reveal-header > .reveal-close { position: absolute; }
.reveal-close { color: white; }
.creator.is-revealing .creator-progress { display: none; }
.reveal-header h1:focus-visible { outline: 1px solid rgba(215,183,124,.8); outline-offset: 8px; }
.birth-summary { color: #c3cbd1; margin: 25px 0 11px; font-size: 14px; }
.edit-details { border: 0; border-bottom: 1px solid #ceb889; background: transparent; color: #ceb889; padding: 0 0 3px; cursor: pointer; font-size: 12px; }
.reveal-products { width: min(1080px, calc(100% - 40px)); margin: -45px auto 70px; position: relative; z-index: 5; display: grid; gap: 45px; }
.reveal-product { display: grid; grid-template-columns: .85fr 1.15fr; min-height: 560px; background: var(--paper); box-shadow: var(--shadow); border: 1px solid rgba(80,60,43,.14); }
.reveal-art { position: relative; display: grid; place-items: center; padding: 45px; }
.navy-reveal { background: linear-gradient(145deg, #d8c5af, #a99884); }
.art-share-button { position: absolute; z-index: 4; top: 20px; right: 20px; width: 42px; height: 42px; display: grid; place-items: center; padding: 0; color: rgba(255,255,255,.78); border: 1px solid rgba(255,255,255,.34); border-radius: 50%; background: rgba(255,255,255,.045); box-shadow: inset 0 0 0 1px rgba(255,255,255,.025), 0 5px 16px rgba(7,28,46,.07); backdrop-filter: blur(5px); cursor: pointer; transition: color .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease; }
.art-share-button:hover { color: rgba(255,255,255,.96); border-color: rgba(255,255,255,.58); background: rgba(255,255,255,.1); box-shadow: inset 0 0 0 1px rgba(255,255,255,.04), 0 7px 18px rgba(7,28,46,.1); }
.art-share-button:focus-visible { outline: 3px solid #287ab0; outline-offset: 3px; }
.art-share-button:disabled { cursor: wait; opacity: .58; }
.art-share-button svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.35; stroke-linecap: round; stroke-linejoin: round; }
.art-share-status { position: absolute; z-index: 5; left: 50%; bottom: 18px; max-width: calc(100% - 36px); transform: translateX(-50%); padding: 8px 12px; color: #f8f1e7; border-radius: 999px; background: rgba(7,28,46,.88); box-shadow: 0 6px 18px rgba(7,28,46,.2); font-size: 9px; line-height: 1.35; text-align: center; }
.art-share-status:empty { display: none; }
.reveal-frame { width: min(310px, 90%); padding: 11px; background: linear-gradient(135deg, #ab8a61, #5e452f 30%, #c3a477 55%, #57402b); box-shadow: 0 25px 35px rgba(44,32,21,.3); }
.reveal-print { aspect-ratio: .74; background: var(--navy-deep); color: var(--gold-light); padding: 28px; text-align: center; }
.reveal-print canvas { width: 100%; aspect-ratio: 1; }
.chart-visual { width: 100%; aspect-ratio: 1; display: grid; place-items: center; overflow: hidden; border-radius: 50%; }
.chart-visual > * { grid-area: 1 / 1; width: 100%; height: 100%; object-fit: cover; }
.chart-visual img { border-radius: 50%; }
.chart-visual img[hidden], .chart-visual canvas[hidden] { display: none; }
.reveal-print b { display: block; margin-top: 22px; text-transform: uppercase; letter-spacing: .25em; font: 21px var(--serif); }
.art-details { margin-top: 10px; }
.reveal-print small, .customizer-print small { display: block; margin-top: 4px; text-transform: uppercase; letter-spacing: .13em; font-size: 8px; line-height: 1.45; }
.reveal-copy { align-self: center; padding: 55px clamp(35px, 7vw, 80px); }
.reveal-copy > p:not(.product-kind) { color: #5b5c5c; line-height: 1.8; }
.reveal-copy ul { list-style: none; padding: 0; margin: 25px 0; }
.reveal-copy li { padding: 8px 0 8px 25px; border-bottom: 1px solid #e4dbd0; font-size: 13px; position: relative; }
.reveal-copy li::before { content: '✦'; position: absolute; left: 0; color: var(--gold); }
.astronomy-facts { margin: 26px 0 18px; border-top: 1px solid #dfd4c7; }
.astronomy-facts p { margin: 0; padding: 12px 0; display: flex; justify-content: space-between; gap: 20px; border-bottom: 1px solid #dfd4c7; }
.astronomy-facts span { color: #86796d; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.astronomy-facts strong { text-align: right; font: 400 15px var(--serif); }
.visualization-disclosure { padding: 12px 14px; background: #f1e7da; border-left: 2px solid var(--gold); font-size: 11px; line-height: 1.55 !important; }
.reveal-buy { margin-top: 30px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.reveal-buy p { margin: 0; font: 16px var(--serif); }
.reveal-buy strong { font-size: 24px; font-weight: 400; }
.reveal-buy small { display: block; margin-top: 4px; color: #857a70; font: 9px var(--sans); text-transform: uppercase; letter-spacing: .08em; }
.muted-product { min-height: 420px; box-shadow: none; }
.moon-reveal { display: block; text-align: center; background: #d7d4ca; }
.moon-reveal .large-moon { margin: 20px auto; }
.moon-caption { font: italic 20px/1.25 var(--serif); }
.button-disabled { border-color: #b4aaa0; color: #7c746d; cursor: not-allowed; }
.prototype-notice { width: min(760px, calc(100% - 40px)); margin: 0 auto 80px; padding: 22px 26px; text-align: center; background: #efe5d8; border: 1px solid #d9c9b6; color: #655d55; font-size: 13px; }
.prototype-notice b { color: var(--ink); }

.customizer-screen { position: absolute; inset: 0; overflow-x: hidden; overflow-y: auto; min-height: 100svh; background: var(--ivory); }
.customizer-header { position: relative; padding: 72px 70px 46px; text-align: center; border-bottom: 1px solid #ded2c5; background: var(--paper); }
.customizer-header h1 { margin: 0; font: 400 clamp(46px, 5vw, 68px)/1 var(--serif); letter-spacing: -.04em; }
.customizer-header > p:last-child { max-width: 610px; margin: 18px auto 0; color: #69655f; }
.customizer-header .creator-close { color: var(--ink); }
.customizer-back { position: absolute; left: 28px; top: 25px; border: 0; background: transparent; color: #766a5f; font-size: 12px; cursor: pointer; }
.customizer-back span { margin-right: 8px; color: var(--gold); }
.customizer-layout { width: min(1160px, calc(100% - 40px)); margin: 0 auto; padding: 65px 0 90px; display: grid; grid-template-columns: minmax(360px, .95fr) minmax(420px, 1.05fr); gap: clamp(45px, 7vw, 90px); align-items: start; }
.customizer-preview-column { position: sticky; top: 35px; }
.customizer-preview { min-height: 650px; display: grid; place-items: center; padding: 55px; border-radius: 2px; background: #d8c8b6; transition: background .25s; }
.customizer-frame { width: min(370px, 90%); padding: 13px; background: linear-gradient(135deg, #b48d5c, #664a2f 30%, #c9a875 56%, #60452d); box-shadow: 0 28px 48px rgba(41,31,23,.3); transition: padding .2s, background .2s, box-shadow .2s; }
.customizer-print { aspect-ratio: .74; padding: 34px 30px; text-align: center; color: var(--gold-light); background: var(--navy-deep); transition: color .2s, background .2s; }
.customizer-print canvas { width: 100%; aspect-ratio: 1; margin-top: 20px; }
.customizer-print b { display: block; margin-top: 30px; text-transform: uppercase; letter-spacing: .25em; font: 22px var(--serif); }
.customizer-preview[data-background="ivory"] { background: #d8d4ca; }
.customizer-preview[data-background="ivory"] .customizer-print { background: #fbf5eb; color: #80603b; }
.customizer-preview[data-background="rose"] { background: #cfbbb5; }
.customizer-preview[data-background="rose"] .customizer-print { background: #84686b; color: #fff0db; }
.customizer-preview[data-frame="unframed"] .customizer-frame { padding: 0; background: transparent; box-shadow: 0 22px 38px rgba(41,31,23,.18); }
.customizer-preview[data-frame="digital"] .customizer-frame { padding: 0; background: transparent; box-shadow: 0 22px 42px rgba(41,31,23,.13); }
.customizer-preview[data-frame="white"] .customizer-frame { background: linear-gradient(135deg, #fff, #ddd8d0 45%, #faf8f3); }
.customizer-preview[data-frame="black"] .customizer-frame { background: linear-gradient(135deg, #353331, #090909 55%, #302d2b); }
.customizer-caption { margin: 15px 0 0; text-align: center; color: #766c62; font-size: 11px; }
.customizer-caption span { margin-right: 5px; color: var(--gold); }
.customizer-options fieldset { margin: 0 0 38px; padding: 0; border: 0; }
.customizer-options legend { width: 100%; padding-bottom: 12px; border-bottom: 1px solid #d8cbbd; font: 30px/1.1 var(--serif); }
.option-help { margin: 11px 0 15px; color: #756d65; font-size: 12px; }
.choice-cards { display: grid; gap: 10px; margin-top: 15px; }
.detail-cards { grid-template-columns: repeat(3, 1fr); }
.label-cards { grid-template-columns: repeat(3, 1fr); }
.frame-cards { grid-template-columns: repeat(2, 1fr); }
.product-choice-cards label:first-child { grid-column: 1 / -1; }
.product-choice-cards label:first-child > span { min-height: 86px; }
.product-choice-cards small strong { color: var(--gold-dark); font: inherit; }
.choice-cards input, .swatch-choices input { position: absolute; opacity: 0; pointer-events: none; }
.choice-cards label { cursor: pointer; }
.choice-cards label > span { min-height: 104px; display: flex; flex-direction: column; justify-content: center; padding: 15px; border: 1px solid #d9ccbf; background: var(--paper); transition: border .15s, box-shadow .15s; }
.choice-cards b, .swatch-choices b { font: 16px var(--serif); }
.choice-cards small { display: block; margin-top: 7px; color: #766f68; font-size: 10px; line-height: 1.4; }
.choice-cards input:checked + span { border-color: var(--gold); box-shadow: inset 0 0 0 1px var(--gold); }
.choice-cards input:focus-visible + span, .swatch-choices input:focus-visible + span { outline: 3px solid #287ab0; outline-offset: 3px; }
.swatch-choices { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 17px; }
.swatch-choices label { min-width: 86px; display: grid; justify-items: center; gap: 7px; cursor: pointer; font-size: 12px; }
.swatch { width: 44px; height: 44px; display: block; border: 3px solid var(--ivory); border-radius: 50%; box-shadow: 0 0 0 1px #c8b9a8; }
.swatch-choices input:checked + .swatch { box-shadow: 0 0 0 2px var(--gold); }
.swatch.midnight { background: var(--navy-deep); }
.swatch.ivory { background: #fbf5eb; }
.swatch.rose { background: #84686b; }
.swatch.gold { background: var(--gold-light); }
.swatch.pearl { background: #f8f8f2; }
.swatch.blue { background: #bcd6e8; }
.renderer-note { margin: 10px 0 24px; padding: 16px 18px; border-left: 2px solid var(--gold); background: #efe5d8; color: #675f57; font-size: 11px; line-height: 1.6; }
.renderer-note b { color: var(--ink); }
.dataset-credit { margin: -10px 0 22px; color: #81786f; font-size: 9px; line-height: 1.55; }
.customizer-checkout { width: 100%; }
.customizer-download { width: 100%; margin-bottom: 0; text-align: center; text-decoration: none; box-sizing: border-box; }
.customizer-download.is-disabled { opacity: .5; pointer-events: none; }
.print-download-note { margin-bottom: 22px; }
.checkout-note { margin: 11px 0 0; text-align: center; color: #7d756d; font-size: 10px; }
.checkout-error { margin: 12px 0 0; padding: 12px 14px; border: 1px solid #bd6f62; background: #fff4f0; color: #7a3027; font-size: 11px; line-height: 1.5; }

.checkout-result-page { min-height: 100vh; background: var(--paper); }
.checkout-result-header { height: 88px; display: flex; align-items: center; padding: 0 clamp(24px, 5vw, 72px); border-bottom: 1px solid #ded2c4; }
.checkout-result-main { min-height: calc(100vh - 89px); display: grid; place-items: center; padding: 55px 20px; background: radial-gradient(circle at 50% 20%, rgba(213,173,112,.13), transparent 38%), var(--paper); }
.checkout-result-card { position: relative; width: min(670px, 100%); padding: clamp(44px, 7vw, 78px); overflow: hidden; text-align: center; border: 1px solid #d5c7b7; background: rgba(255,251,245,.94); box-shadow: 0 28px 70px rgba(38,31,24,.12); }
.checkout-result-card-wide { width: min(940px, 100%); }
.checkout-result-card.is-awaiting-artwork { color: #f5ecdf; border-color: #284760; background: radial-gradient(circle at 50% 38%, #1b4669, var(--navy-deep) 68%); transition: color .45s ease, background .45s ease, border-color .45s ease; }
.checkout-result-card.is-awaiting-artwork .checkout-result-orbit { display: none; }
.checkout-artwork-loading { position: relative; z-index: 2; min-height: 590px; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.checkout-artwork-loading[hidden], [data-checkout-complete][hidden] { display: none; }
.checkout-artwork-loading::before { content: ''; position: absolute; z-index: -1; inset: calc(-1 * clamp(44px, 7vw, 78px)); opacity: .25; background-image: radial-gradient(circle, var(--gold-light) 0 1px, transparent 1.5px); background-size: 71px 83px; }
.checkout-artwork-loading .generation-orbit { flex: 0 0 auto; }
.checkout-artwork-loading h1 { max-width: 680px; margin: 20px 0 18px; color: #fff8ee; }
.checkout-loading-message { min-height: 28px; margin: 8px 0 24px; color: #c8d1d8; font-size: 15px; line-height: 1.6; }
.checkout-artwork-loading .generation-line span { width: 12%; }
[data-checkout-complete] { animation: checkout-reveal .5s ease both; }
@keyframes checkout-reveal { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
.checkout-result-card h1 { position: relative; margin: 26px 0 20px; font: clamp(50px, 8vw, 82px)/.91 var(--serif); letter-spacing: -.045em; }
.checkout-result-lede { position: relative; max-width: 520px; margin: 0 auto 30px; color: #676159; font-size: 16px; line-height: 1.7; }
.checkout-result-orbit { position: absolute; width: 330px; height: 330px; right: -190px; top: -190px; border: 1px solid rgba(183,127,59,.28); border-radius: 50%; }
.checkout-result-orbit::before { content: ""; position: absolute; inset: 45px; border: 1px solid rgba(183,127,59,.2); border-radius: 50%; }
.checkout-result-orbit span { position: absolute; left: 38px; bottom: 44px; color: var(--gold); }
.checkout-result-details { position: relative; display: grid; grid-template-columns: minmax(210px, 280px) 1fr; gap: clamp(30px, 5vw, 58px); align-items: center; margin: 36px 0 30px; }
.checkout-result-details[hidden] { display: none; }
.checkout-order-summary { position: relative; margin: 0; padding: 6px 24px; text-align: left; border-top: 1px solid #ded1c2; border-bottom: 1px solid #ded1c2; }
.checkout-order-summary p { display: flex; justify-content: space-between; gap: 24px; margin: 0; padding: 13px 0; border-bottom: 1px solid #eee4d8; color: #746d65; font-size: 12px; }
.checkout-order-summary p:last-child { border-bottom: 0; }
.checkout-order-summary strong { max-width: 65%; text-align: right; color: var(--ink); font-weight: 600; }
.checkout-order-summary .checkout-order-total { font-size: 15px; }
.checkout-test-disclosure { position: relative; margin: 24px 0; padding: 14px; background: #eee3d4; color: #635b53; font-size: 11px; line-height: 1.55; }
.checkout-home-link { position: relative; display: inline-block; margin-top: 22px; }
.checkout-product-preview { margin: 0; }
.checkout-preview-frame { width: min(245px, 100%); margin: auto; padding: 10px; background: linear-gradient(135deg, #b48d5c, #664a2f 30%, #c9a875 56%, #60452d); box-shadow: 0 18px 34px rgba(41,31,23,.27); }
.checkout-preview-mat { padding: 8px; background: #e8dece; }
.checkout-preview-mat > img { width: 100%; aspect-ratio: .75; object-fit: cover; }
.checkout-preview-fallback { position: relative; aspect-ratio: .75; overflow: hidden; padding: 18px 14px; color: var(--gold-light); background: var(--navy-deep); text-align: center; }
.checkout-preview-fallback[data-background="ivory"] { color: #80603b; background: #fbf5eb; }
.checkout-preview-fallback[data-background="rose"] { color: #fff0db; background: #84686b; }
.checkout-preview-fallback > img, .checkout-preview-stars { width: 100%; aspect-ratio: 1; margin-bottom: 15px; border-radius: 50%; object-fit: cover; }
.checkout-preview-stars { background: radial-gradient(circle at 15% 22%, currentColor 0 1px, transparent 1.7px), radial-gradient(circle at 72% 38%, currentColor 0 1.2px, transparent 2px), radial-gradient(circle at 47% 81%, currentColor 0 1px, transparent 1.8px); background-size: 31px 37px, 47px 53px, 61px 67px; opacity: .74; }
.checkout-preview-fallback b { display: block; margin-left: .2em; text-transform: uppercase; letter-spacing: .2em; font: 16px var(--serif); }
.checkout-preview-fallback small { display: block; margin-top: 7px; text-transform: uppercase; letter-spacing: .1em; font-size: 6px; line-height: 1.65; }
.checkout-product-preview figcaption { margin-top: 14px; color: #80766c; font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.checkout-product-preview[data-frame="white"] .checkout-preview-frame { background: linear-gradient(135deg, #fff, #ddd8d0 45%, #faf8f3); }
.checkout-product-preview[data-frame="black"] .checkout-preview-frame { background: linear-gradient(135deg, #353331, #090909 55%, #302d2b); }
.checkout-product-preview[data-frame="unframed"] .checkout-preview-frame,
.checkout-product-preview[data-frame="digital"] .checkout-preview-frame { padding: 0; background: transparent; box-shadow: 0 18px 34px rgba(41,31,23,.18); }
.checkout-product-preview[data-frame="unframed"] .checkout-preview-mat,
.checkout-product-preview[data-frame="digital"] .checkout-preview-mat { padding: 0; }

.prototype-dialog { width: min(500px, calc(100% - 32px)); padding: 45px; color: var(--ink); background: var(--paper); border: 1px solid #d3c2ad; box-shadow: var(--shadow); }
.prototype-dialog::backdrop { background: rgba(7,26,44,.75); backdrop-filter: blur(3px); }
.prototype-dialog h2 { font: 38px/1.05 var(--serif); margin: 10px 0 20px; }
.dialog-close { position: absolute; right: 14px; top: 10px; border: 0; background: transparent; font-size: 28px; cursor: pointer; }
.resume-dialog { text-align: center; }
.resume-dialog .eyebrow { justify-content: center; }
.resume-dialog > p:not(.eyebrow) { color: #6b645d; line-height: 1.7; }
.resume-actions { display: grid; gap: 11px; margin: 28px 0 20px; }
.resume-start-over { border-color: #cdbca8; color: var(--ink); background: transparent; }
.resume-dialog > small { display: block; color: #897f75; font-size: 10px; line-height: 1.5; }

@media (max-width: 900px) {
    .site-header { height: 72px; }
    .desktop-nav, .header-create { display: none; }
    .brand-name { font-size: 15px; }
    .brand-mark { transform: scale(.83); transform-origin: left center; margin-right: -8px; }
    .menu-button { display: block; margin-left: auto; width: 44px; height: 44px; border: 0; background: transparent; position: relative; }
    .menu-button span:not(.sr-only) { position: absolute; width: 21px; height: 1px; background: var(--ink); left: 11px; top: 17px; transition: transform .2s; }
    .menu-button span:last-child { top: 25px; }
    .menu-button[aria-expanded="true"] span:nth-child(2) { transform: translateY(4px) rotate(45deg); }
    .menu-button[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
    .mobile-menu { display: grid; position: absolute; top: 67px; left: 0; right: 0; padding: 18px; background: var(--paper); box-shadow: var(--shadow); border-radius: 14px; }
    .mobile-menu[hidden] { display: none; }
    .mobile-menu a { padding: 12px; text-decoration: none; border-bottom: 1px solid #e7ddd1; }
    .mobile-menu-cta { margin-top: 12px; padding: 14px 18px; border: 0; border-radius: 999px; background: var(--ink); color: white; text-transform: uppercase; letter-spacing: .09em; font-size: 10px; cursor: pointer; }
    .hero { grid-template-columns: 1fr; min-height: auto; }
    .hero-copy { padding: 70px 38px 55px; }
    .hero-visual { min-height: 570px; }
    .photo-panel { left: 30%; }
    .print-frame { left: 10%; width: 270px; }
    .editorial-product, .editorial-product.reverse { grid-template-columns: 1fr 1fr; gap: 40px; }
    .how-section { gap: 60px; }
    .story-section { grid-template-columns: .9fr 1.1fr; gap: 38px; }
    .material-specs { grid-template-columns: 1fr 1fr; }
    .material-specs > div:nth-child(2) { border-right: 0; }
    .material-specs > div:nth-child(-n+2) { border-bottom: 1px solid #d9cbbb; }
    .reveal-product { grid-template-columns: 1fr 1fr; }
    .customizer-layout { grid-template-columns: minmax(320px, .9fr) minmax(380px, 1.1fr); gap: 40px; }
    .customizer-preview { min-height: 560px; padding: 35px; }
}

@media (max-width: 680px) {
    .content-header { width: calc(100% - 28px); height: 72px; }
    .content-header .brand-name { font-size: 13px; letter-spacing: .17em; }
    .content-create-link { padding: 9px 12px; font-size: 8px; }
    .content-hero { padding: 65px 22px 60px; }
    .content-hero h1 { font-size: clamp(44px, 13vw, 61px); }
    .content-hero > p:not(.eyebrow) { font-size: 15px; }
    .content-article { width: calc(100% - 40px); padding: 55px 0 75px; }
    .content-article section { padding-bottom: 26px; margin-bottom: 28px; }
    .content-article h2 { font-size: 29px; }
    .faq-section > h2 { font-size: 40px; }
    .faq-list summary { font-size: 18px; }
    .checkout-result-main { padding: 24px 12px; }
    .checkout-result-card { padding: 42px 20px; }
    .checkout-result-card h1 { font-size: 49px; }
    .checkout-result-details { grid-template-columns: 1fr; gap: 28px; }
    .checkout-preview-frame { width: 205px; }
    .checkout-order-summary { padding: 6px 8px; }
    .checkout-order-summary p { gap: 16px; }
    .checkout-order-summary strong { max-width: 62%; }
    .site-header { width: calc(100% - 28px); }
    .hero { width: calc(100% - 24px); margin-top: 0; border-radius: 20px; }
    .hero-copy { padding: 55px 26px 45px; text-align: center; }
    .hero .eyebrow, .hero-actions { justify-content: center; }
    .hero h1 { font-size: clamp(48px, 14vw, 65px); }
    .hero-lede { margin-inline: auto; font-size: 15px; }
    .celestial-rule { margin-inline: auto; }
    .hero-actions { flex-direction: column; gap: 17px; }
    .hero .button { width: min(310px, 100%); }
    .trust-note { margin-top: 30px; }
    .hero-visual { min-height: 480px; }
    .photo-panel { left: 0; top: 0; }
    .photo-panel::after {
        box-shadow: none;
        background: linear-gradient(to bottom, var(--paper) 0%, rgba(255,250,243,.96) 11%, rgba(255,250,243,.68) 27%, transparent 52%);
    }
    .photo-panel img { object-position: 58% center; }
    .print-frame { width: 205px; top: 8px; left: 50%; transform: translateX(-50%); }
    .birth-print { padding: 14px; }
    .print-name { font-size: 13px; }
    .moon-row { display: none; }
    .sample-proof { right: 12px; bottom: 12px; font-size: 8px; }
    .intro-strip { gap: 18px; padding-bottom: 55px; }
    .intro-strip p { text-align: center; font-size: 11px; }
    .intro-strip span { display: block; margin: 0 0 6px; }
    .collection-section { padding: 75px 18px 90px; }
    .section-heading { margin-bottom: 55px; }
    .section-heading h2, .how-section h2, .story-section h2, .reviews-section h2, .closing-cta h2 { font-size: 41px; }
    .editorial-product, .editorial-product.reverse { grid-template-columns: 1fr; gap: 32px; }
    .editorial-product.reverse .product-art { order: 0; }
    .product-art { min-height: 430px; }
    .mini-frame { width: 230px; }
    .product-copy { padding: 0 10px; }
    .product-copy h3 { font-size: 42px; }
    .how-section { grid-template-columns: 1fr; padding: 80px 28px; gap: 55px; }
    .story-section { grid-template-columns: 1fr; padding: 76px 20px 90px; gap: 48px; }
    .materials-visual figcaption { margin-inline: 2px; }
    .materials-copy h2 { font-size: 44px; }
    .materials-lede { font-size: 15px; }
    .material-specs > div { padding: 16px 10px; }
    .material-specs > div:nth-child(odd) { padding-left: 0; }
    .material-details article { padding-left: 18px; }
    .standard-grid { grid-template-columns: 1fr; margin-top: 42px; }
    .standard-grid article { min-height: 0; padding: 32px 28px; }
    .standard-grid h3 { margin-top: 27px; }
    .closing-cta { padding: 90px 24px; }
    .creator-progress { height: 92px; }
    .intake-card { padding-top: 105px; }
    .card-content { margin-top: 5vh; }
    .intake-card h1 { font-size: clamp(42px, 12vw, 57px); }
    .field-wrap { margin-top: 35px; }
    .card-landscape { height: 31vh; }
    .manual-location { max-height: 190px; overflow-y: auto; padding-right: 6px; }
    .generation-screen h1, .reveal-header h1 { font-size: 50px; }
    .reveal-header h1 { max-width: 100%; overflow-wrap: anywhere; word-break: normal; font-size: clamp(38px, 9vw, 46px); }
    .reveal-header { padding: 100px 20px 85px; }
    .reveal-products { width: calc(100% - 24px); margin-top: -35px; }
    .reveal-product { grid-template-columns: 1fr; }
    .reveal-art { min-height: 460px; padding: 35px; }
    .reveal-copy { padding: 40px 28px 45px; }
    .reveal-copy h2 { font-size: 43px; }
    .reveal-buy { align-items: stretch; flex-direction: column; }
    .reveal-buy .button { width: 100%; }
    .prototype-dialog { padding: 38px 26px 30px; }
    .customizer-header { padding: 90px 24px 38px; }
    .customizer-header h1 { font-size: 46px; }
    .customizer-back { left: 17px; top: 25px; }
    .customizer-layout { width: calc(100% - 24px); padding: 30px 0 70px; grid-template-columns: 1fr; gap: 38px; }
    .customizer-preview-column { position: static; }
    .customizer-preview { min-height: 480px; padding: 28px; }
    .customizer-frame { width: min(285px, 88%); }
    .customizer-print { padding: 27px 23px; }
    .detail-cards, .label-cards { grid-template-columns: 1fr; }
    .choice-cards label > span { min-height: 82px; }
}

@media (max-height: 700px) and (orientation: landscape) {
    .card-content { margin-top: 0; }
    .intake-card h1 { font-size: 40px; }
    .field-wrap { margin-top: 22px; }
    .card-landscape { opacity: .18; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
