@import"https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,300;9..144,600;9..144,900&family=Outfit:wght@400;600;800&display=swap";.confirmed-container{min-height:100vh;background-color:#fdfcf9;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px;text-align:center}.confirmed-card{max-width:600px;width:100%;padding:64px;background:#fff;border:1px solid rgba(0,0,0,.1);box-shadow:20px 20px #0000000d}.confirmed-icon{color:#1a1a1a;margin-bottom:24px}.confirmed-title{font-family:Fraunces,serif;font-size:48px;font-weight:900;margin-bottom:16px;line-height:1.1}.confirmed-description{font-size:18px;color:#666;margin-bottom:48px;line-height:1.6}.start-button{width:100%;padding:20px;background:#1a1a1a;color:#fff;font-weight:800;font-size:18px;text-transform:uppercase;letter-spacing:.1em;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:12px;transition:all .3s ease}.start-button:hover{background:#333;transform:translateY(-4px);box-shadow:0 10px 20px #0000001a}.start-button:disabled{opacity:.5;cursor:not-allowed}.generating-container{min-height:100vh;background-color:#1a1a1a;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px;text-align:center}.generating-content{max-width:500px;width:100%}.spinner-large{color:#c5a572;margin-bottom:32px;animation:spin 2s linear infinite}.generating-title{font-family:Fraunces,serif;font-size:32px;font-weight:900;margin-bottom:24px;letter-spacing:-.02em}.progress-track{width:100%;height:2px;background:#ffffff1a;margin-bottom:32px;position:relative;overflow:hidden}.progress-bar{position:absolute;top:0;left:0;height:100%;background:#c5a572;width:30%;animation:progress-indefinite 2s ease-in-out infinite}.status-messages{font-family:Outfit,sans-serif;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.2em;color:#ffffff80;height:20px}@keyframes progress-indefinite{0%{left:-30%;width:30%}50%{left:40%;width:50%;opacity:1}to{left:100%;width:30%}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.sparkle-overlay{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(circle at center,transparent 0%,#1a1a1a 100%);opacity:.5}.landing-shell{position:relative;height:100vh;overflow-y:auto;overflow-x:hidden;background:var(--background, #fdfcf0)}.landing-noise{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:.04;background-image:url("data:image/svg+xml,%3Csvg width='4' height='4' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='1' height='1' fill='%23121212'/%3E%3C/svg%3E");background-size:4px 4px}.landing-topbar{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.1rem clamp(1.2rem,3vw,3rem);background:#fdfcf0e0;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:2px solid var(--ink, #121212)}.landing-wordmark{font-family:Fraunces,serif;font-size:1.15rem;font-weight:900;letter-spacing:-.01em;color:var(--ink, #121212)}.landing-ghost-button,.landing-primary-button{cursor:pointer;font-family:Outfit,sans-serif;font-weight:800;font-size:.76rem;letter-spacing:.12em;text-transform:uppercase;display:inline-flex;align-items:center;justify-content:center;gap:.6rem;transition:transform .18s ease,box-shadow .18s ease;text-decoration:none}.landing-ghost-button{padding:.7rem 1.1rem;background:transparent;color:var(--ink, #121212);border:1.5px solid var(--ink, #121212)}.landing-ghost-button:hover{transform:translate(-2px,-2px);box-shadow:4px 4px 0 var(--ink, #121212)}.landing-primary-button{padding:.85rem 1.6rem;background:var(--ink, #121212);color:var(--background, #fdfcf0);border:none;box-shadow:8px 8px #1212121a}.landing-primary-button:hover{transform:translate(-3px,-3px);box-shadow:11px 11px #12121224}.landing-content{position:relative;z-index:1;width:min(1280px,calc(100vw - 2.5rem));margin:0 auto;padding:clamp(2rem,5vw,5rem) 0 6rem}.landing-runway-ticker{overflow:hidden;margin-bottom:2rem;border-top:1px solid rgba(18,18,18,.08);border-bottom:1px solid rgba(18,18,18,.08)}.landing-runway-track{display:flex;gap:1.5rem;white-space:nowrap;padding:.75rem 0;animation:landing-marquee 30s linear infinite}.landing-runway-item{font-family:Outfit,sans-serif;font-size:.68rem;font-weight:800;letter-spacing:.22em;text-transform:uppercase;color:#12121252}.landing-runway-item:after{content:"•";margin-left:1.5rem;color:#12121226}.landing-hero{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);gap:clamp(2rem,5vw,5rem);align-items:center;min-height:calc(100vh - 100px);padding:2rem 0 4rem}.landing-hero-copy{display:grid;gap:1.6rem}.landing-kicker{font-family:Outfit,sans-serif;font-size:.7rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase;color:#12121266;display:inline-flex;align-items:center;gap:.5rem}.landing-hero h1{font-family:Fraunces,serif;font-size:clamp(2.8rem,5.5vw,5.5rem);font-weight:900;line-height:.95;letter-spacing:-.02em;color:var(--ink, #121212);max-width:14ch}.landing-hero h1 span{color:#12121266}.landing-lead{font-size:clamp(1rem,1.3vw,1.15rem);line-height:1.7;color:#12121299;max-width:48ch}.landing-hero-actions{display:flex;flex-wrap:wrap;align-items:center;gap:1rem 1.5rem;margin-top:.5rem}.landing-secondary-link{color:var(--ink, #121212);text-decoration:none;font-family:Outfit,sans-serif;font-size:.78rem;font-weight:700;letter-spacing:.04em;border-bottom:1.5px solid var(--ink, #121212);padding-bottom:.1rem;transition:opacity .15s ease}.landing-secondary-link:hover{opacity:.6}.landing-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem;max-width:540px;margin-top:.5rem}.landing-metrics div{padding-top:1rem;border-top:2px solid var(--ink, #121212);display:grid;gap:.3rem}.landing-metrics strong{font-family:Fraunces,serif;font-size:clamp(1.6rem,2.2vw,2.4rem);font-weight:900;line-height:1}.landing-metrics span{font-family:Outfit,sans-serif;font-size:.72rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#12121273}.landing-hero-stage{position:relative;min-height:720px}.landing-stage-card{position:absolute;overflow:hidden;border:2px solid var(--ink, #121212);box-shadow:12px 12px #12121214;transform-origin:center}.landing-stage-card img,.landing-editorial-image,.landing-identity-visual img,.landing-closing-visual img{width:100%;height:100%;object-fit:contain;display:block}.landing-mode-image{width:100%;height:100%;object-fit:cover;display:block}.landing-stage-card-main{top:3rem;right:0;bottom:5rem;left:4rem;z-index:2;transform:rotate(-2deg)}.landing-stage-card-upper{top:0;right:-4.5rem;width:210px;height:270px;z-index:3;transform:rotate(3deg)}.landing-stage-card-lower{right:1.5rem;bottom:.5rem;width:240px;height:300px;z-index:1;transform:rotate(-4deg)}.landing-stage-caption,.landing-stage-chip,.landing-stage-note,.landing-stage-sticker{position:absolute}.landing-stage-caption{left:0;right:0;bottom:0;padding:1rem 1.2rem;background:#fdfcf0eb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid rgba(18,18,18,.08)}.landing-stage-chip{top:0;right:0;padding:.5rem .8rem;background:var(--background, #fdfcf0);font-family:Outfit,sans-serif;font-size:.65rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;border-left:1px solid rgba(18,18,18,.08);border-bottom:1px solid rgba(18,18,18,.08)}.landing-stage-chip-dark{background:var(--ink, #121212);color:var(--background, #fdfcf0)}.landing-stage-sticker{top:0;left:0;padding:.55rem .85rem;background:var(--ink, #121212);color:var(--background, #fdfcf0);font-family:Outfit,sans-serif;font-size:.62rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.landing-stage-note{left:-1.5rem;bottom:2rem;z-index:4;width:min(250px,56%);padding:1.1rem 1.1rem 1.1rem 3.6rem;background:var(--background, #fdfcf0);border:1.5px solid var(--ink, #121212);box-shadow:8px 8px #1212120f}.landing-stage-note-icon{position:absolute;top:1.05rem;left:1rem;width:2rem;height:2rem;border:1.5px solid var(--ink, #121212);display:inline-flex;align-items:center;justify-content:center;color:var(--ink, #121212)}.landing-stage-note p,.landing-stage-caption strong{color:var(--ink, #121212);line-height:1.45;font-size:.88rem}.landing-eyebrow-sm{font-family:Outfit,sans-serif;font-size:.65rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:#12121266}.landing-stage-caption .landing-eyebrow-sm{margin-bottom:.25rem}.landing-editorial-strip{display:grid;grid-template-columns:auto minmax(0,1fr);gap:2rem;align-items:baseline;border-top:2px solid var(--ink, #121212);border-bottom:1px solid rgba(18,18,18,.08);padding:1.5rem 0;margin:3rem 0 7rem}.landing-strip-label{font-family:Outfit,sans-serif;font-size:.68rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:#12121266}.landing-editorial-strip p{font-size:clamp(1rem,1.3vw,1.12rem);line-height:1.7;color:#12121299;max-width:62ch}.landing-section-kicker{font-family:Outfit,sans-serif;font-size:.68rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:#12121266}.landing-section-grid,.landing-tier-section,.landing-section-stack,.landing-identity-band,.landing-closing-section{margin-top:8rem}.landing-section-grid{display:grid;grid-template-columns:minmax(260px,.85fr) minmax(0,1.15fr);gap:clamp(2rem,4vw,4rem);align-items:start}.landing-section-intro{position:sticky;top:5.5rem;border:2px solid var(--ink, #121212);padding:2rem;background:var(--background, #fdfcf0);box-shadow:12px 12px #1212120f}.landing-section-intro h2,.landing-section-headline h2,.landing-identity-copy h2,.landing-closing-copy h2{font-family:Fraunces,serif;margin-top:.7rem;font-size:clamp(2rem,3.8vw,3.6rem);font-weight:900;line-height:.96;letter-spacing:-.01em;max-width:12ch}.landing-section-intro p{font-size:clamp(.95rem,1.2vw,1.08rem);line-height:1.7;color:#12121299;margin-top:1rem;max-width:42ch}.landing-editorial-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem}.landing-editorial-card{border:2px solid var(--ink, #121212);overflow:hidden;background:#fff;box-shadow:10px 10px #1212120d;transition:transform .25s ease,box-shadow .25s ease}.landing-editorial-card:hover{transform:translate(-3px,-3px);box-shadow:13px 13px #12121214}.landing-editorial-image-shell{aspect-ratio:1;border-bottom:1px solid rgba(18,18,18,.06)}.landing-editorial-copy,.landing-mode-copy{padding:1.2rem 1.3rem 1.4rem}.landing-editorial-copy h3,.landing-mode-copy h3,.landing-identity-note h3,.landing-tier-head h3{font-family:Fraunces,serif;font-size:clamp(1.2rem,2vw,1.65rem);font-weight:900;line-height:1.06;margin-top:.4rem;letter-spacing:-.01em}.landing-editorial-copy p,.landing-identity-note p,.landing-closing-copy p{font-size:clamp(.88rem,1.1vw,.98rem);line-height:1.7;color:#1212128c;margin-top:.5rem}.landing-section-headline{display:grid;gap:.7rem;margin-bottom:2.5rem}.landing-section-headline p{font-size:clamp(.95rem,1.2vw,1.08rem);line-height:1.7;color:#1212128c;max-width:52ch}.landing-mode-carousel{overflow-x:auto;overflow-y:visible;-webkit-overflow-scrolling:touch;scrollbar-width:none;margin:-8px -4px;padding:8px 4px}.landing-mode-carousel::-webkit-scrollbar{display:none}.landing-mode-carousel-track{display:flex;gap:1.2rem;width:max-content}.landing-mode-card{flex:0 0 clamp(140px,18vw,200px);border:2px solid var(--ink, #121212);overflow:hidden;background:#fff;box-shadow:8px 8px #1212120d;transition:transform .2s ease,box-shadow .2s ease}.landing-mode-card:hover{transform:translate(-2px,-2px);box-shadow:10px 10px #12121214}.landing-mode-image-shell{position:relative;aspect-ratio:3 / 4;background:#f8f7f0;border-bottom:1px solid rgba(18,18,18,.06);padding:.9rem}.landing-mode-image-frame{width:100%;height:100%;border-radius:1.1rem;overflow:hidden;background:#fff;border:1px solid rgba(18,18,18,.08)}.landing-mode-image{width:100%;height:100%;display:block;object-fit:cover}.landing-mode-overlay-thumb{position:absolute;top:1.05rem;left:1.05rem;width:3.35rem;height:3.35rem;border-radius:999px;overflow:hidden;background:#fff;border:2px solid #ffffff;box-shadow:0 10px 24px #12121229;z-index:2}.landing-mode-overlay-thumb-image{width:100%;height:100%;display:block;object-fit:cover}.landing-identity-band{display:grid;grid-template-columns:minmax(300px,.85fr) minmax(0,1.15fr);gap:clamp(2rem,4vw,4rem);align-items:center}.landing-identity-visual,.landing-closing-visual{position:relative;overflow:visible;box-shadow:14px 14px #1212120f}.landing-closing-visual .main-image{width:100%;height:auto;display:block}.landing-closing-visual .overlay-image{position:absolute;width:40%;height:auto;top:20%;right:-10%;z-index:2;border:2px solid var(--ink, #121212);box-shadow:8px 8px #12121214}.overlay-image{transform:rotate(3deg);right:-45%;top:10%}.landing-identity-copy{display:grid;gap:.5rem}.landing-identity-list{display:grid;gap:1rem;margin-top:1.5rem}.landing-identity-note{border:1.5px solid rgba(18,18,18,.1);padding:1.2rem 1.3rem;background:#fff;transition:border-color .2s ease}.landing-identity-note:hover{border-color:var(--ink, #121212)}.landing-tier-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.2rem}.landing-tier-card{border:2px solid var(--ink, #121212);padding:1.6rem;display:grid;gap:1.2rem;background:var(--background, #fdfcf0);box-shadow:10px 10px #1212120d}.landing-tier-card-soft{background:var(--background, #fdfcf0)}.landing-tier-card-warm{background:#f5f1d5}.landing-tier-card-dark{background:var(--ink, #121212);color:var(--background, #fdfcf0);box-shadow:10px 10px #12121226}.landing-tier-card-dark .landing-eyebrow-sm,.landing-tier-card-dark .landing-tier-price,.landing-tier-card-dark li,.landing-tier-card-dark svg{color:var(--background, #fdfcf0)}.landing-tier-head{display:flex;align-items:start;justify-content:space-between;gap:1rem}.landing-tier-price{font-family:Fraunces,serif;font-size:2.8rem;font-weight:900;line-height:.94}.landing-tier-list{list-style:none;display:grid;gap:.75rem}.landing-tier-list li{display:flex;align-items:start;gap:.6rem;line-height:1.5;font-size:.9rem;color:#121212b3}.landing-tier-card-dark .landing-tier-list li{color:#fdfcf0bf}.landing-logo{display:flex;align-items:center;gap:.5rem}.landing-logo img{height:74px}.landing-closing-section{display:grid;grid-template-columns:minmax(300px,.8fr) minmax(0,1.2fr);gap:clamp(2rem,4vw,4rem);align-items:center;padding-bottom:3rem}.landing-closing-copy{display:grid;gap:1rem}@keyframes landing-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (max-width: 1180px){.landing-hero{grid-template-columns:1fr}.landing-hero-stage{min-height:600px}.landing-stage-card-main{top:2.5rem;right:2rem;bottom:4rem;left:2rem}.landing-stage-card-upper{right:0}.landing-stage-card-lower{right:1rem}.landing-section-grid,.landing-identity-band,.landing-closing-section{grid-template-columns:1fr}.landing-section-intro{position:static}.landing-tier-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 760px){.landing-topbar{padding:.9rem 1rem}.landing-content{width:min(100vw - 1.2rem,100%);padding-top:1rem}.landing-runway-track{animation-duration:20s}.landing-hero{min-height:auto;padding-top:1rem}.landing-hero h1{max-width:100%}.landing-hero-actions{flex-direction:column;align-items:stretch}.landing-primary-button,.landing-ghost-button{width:100%;justify-content:center}.landing-metrics,.landing-editorial-cards,.landing-tier-grid{grid-template-columns:1fr}.landing-hero-stage{min-height:480px}.landing-stage-card-main{top:2rem;right:0;bottom:4rem;left:0}.landing-stage-card-upper{width:140px;height:185px}.landing-stage-card-lower{right:0;width:160px;height:210px}.landing-stage-note{left:0;right:2rem;width:auto;bottom:3rem}.landing-editorial-strip{grid-template-columns:1fr;gap:.8rem}.landing-section-grid,.landing-tier-section,.landing-section-stack,.landing-identity-band,.landing-closing-section{margin-top:5rem}.landing-stage-card-main,.landing-stage-card-upper,.landing-stage-card-lower{transform:none}}h1,h2,h3{font-family:Fraunces,serif;font-weight:900;letter-spacing:-.01em}*{margin:0;padding:0;box-sizing:border-box}:root{--background: #FDFCF0;--ink: #121212;--ink-soft: #4A4A4A;--ink-strong: #000000;--border: rgba(18, 18, 18, .1);--border-ink: #121212;--cta-shadow: rgba(18, 18, 18, .05);--accent: #F5F1D5;--white: #FDFCF0;--progress-bg: #F9F7E8;--shadow: none}html{scroll-behavior:smooth}body{font-family:Outfit,sans-serif;background-color:var(--background);color:var(--ink);overflow:hidden;height:100vh;width:100vw;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}#root{height:100%}.custom-scrollbar::-webkit-scrollbar{width:4px}.custom-scrollbar::-webkit-scrollbar-track{background:transparent}.custom-scrollbar::-webkit-scrollbar-thumb{background:#0000001a;border-radius:10px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#0003}@keyframes pulse{0%{transform:scale(.95);opacity:.6}50%{transform:scale(1.05);opacity:1}to{transform:scale(.95);opacity:.6}}
