:root {
  --bg:#0d0c0d; --surface:#151315; --surface-2:#1b181b; --text:#f6f0eb; --muted:#a99ea4;
  --line:rgba(255,255,255,.10); --ruby:#b81646; --ruby-2:#6f0b2b; --cream:#eee1cf; --amber:#d69a48;
  --shadow:0 24px 80px rgba(0,0,0,.34); --radius:28px; --nav-h:78px;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color-scheme:dark;
}
:root[data-theme="light"] { --bg:#f3ede6;--surface:#fffaf5;--surface-2:#eee5dd;--text:#171315;--muted:#6f6468;--line:rgba(30,15,20,.11);--shadow:0 22px 70px rgba(67,34,39,.13);color-scheme:light; }
@media (prefers-color-scheme: light) { :root[data-theme="auto"] { --bg:#f3ede6;--surface:#fffaf5;--surface-2:#eee5dd;--text:#171315;--muted:#6f6468;--line:rgba(30,15,20,.11);--shadow:0 22px 70px rgba(67,34,39,.13);color-scheme:light;} }
*{box-sizing:border-box} html{background:var(--bg);scroll-behavior:smooth} body{margin:0;background:var(--bg);color:var(--text);min-height:100dvh;overflow-x:hidden} button,input,textarea,select{font:inherit} button{color:inherit} img,video{max-width:100%;display:block} button{cursor:pointer} .app-shell{min-height:100dvh;position:relative}.ambient{position:fixed;filter:blur(90px);opacity:.20;border-radius:50%;pointer-events:none;z-index:0}.ambient-a{width:380px;height:380px;background:var(--ruby);top:-160px;right:-100px}.ambient-b{width:330px;height:330px;background:var(--amber);bottom:12%;left:-230px;opacity:.09}
.topbar{height:82px;max-width:1280px;margin:auto;padding:18px 28px;display:flex;align-items:center;justify-content:space-between;position:relative;z-index:5}.brand{display:flex;align-items:center;gap:12px;background:none;border:0;text-align:left}.brand-mark{display:grid;place-items:center;width:42px;height:42px;border-radius:14px;background:linear-gradient(145deg,#d92f5f,#790927 65%,#3b0618);color:white;font-family:Georgia,serif;font-weight:700;box-shadow:inset 0 1px rgba(255,255,255,.28),0 12px 30px rgba(138,9,46,.25)}.brand-mark.xl{width:72px;height:72px;border-radius:24px;font-size:30px}.brand b{display:block;font-family:Georgia,serif;font-size:17px;letter-spacing:.02em}.brand small{color:var(--muted);font-size:10px;letter-spacing:.10em;text-transform:uppercase}.top-actions{display:flex;gap:10px;align-items:center}.icon-button,.avatar{width:42px;height:42px;border-radius:50%;border:1px solid var(--line);background:rgba(255,255,255,.04);display:grid;place-items:center}.avatar{background:var(--cream);color:#2a1620;font-weight:800}.icon{width:20px;height:20px}.view{max-width:1280px;margin:auto;padding:20px 28px calc(var(--nav-h) + 42px);position:relative;z-index:2}
.hero-card{min-height:620px;border:1px solid var(--line);border-radius:42px;overflow:hidden;display:grid;grid-template-columns:1.08fr .92fr;background:radial-gradient(circle at 75% 25%,rgba(202,39,85,.20),transparent 35%),linear-gradient(135deg,#171215,#0b0a0b 63%);box-shadow:var(--shadow)}:root[data-theme="light"] .hero-card{background:linear-gradient(135deg,#fffaf6,#e9ddd5)}.hero-copy{padding:clamp(42px,7vw,96px);display:flex;flex-direction:column;justify-content:center;position:relative;z-index:2}.eyebrow{font-size:11px;letter-spacing:.18em;font-weight:800;color:#d4839b;margin:0 0 12px}.hero-copy h1,.page-intro h1,.empty-state h1{font-family:Georgia,"Times New Roman",serif;font-weight:500;font-size:clamp(54px,7.1vw,104px);line-height:.86;letter-spacing:-.055em;margin:0 0 28px}.hero-copy h1 em{font-weight:400;color:#dbb9a5}.hero-copy>p:not(.eyebrow){max-width:490px;color:var(--muted);line-height:1.65;font-size:17px}.hero-actions{display:flex;gap:12px;align-items:center;margin-top:20px}.primary-button,.ghost-button,.card-action,.text-button{border:0;display:inline-flex;gap:9px;align-items:center;justify-content:center}.primary-button{background:var(--text);color:var(--bg);padding:14px 20px;border-radius:999px;font-weight:800;box-shadow:0 10px 30px rgba(0,0,0,.15)}.primary-button.wide{width:100%}.primary-button:disabled{opacity:.5}.ghost-button{background:transparent;color:var(--text);padding:14px 15px}.ghost-button .icon,.text-button .icon,.card-action .icon{width:16px}.hero-media{position:relative;min-width:0}.hero-media img{width:100%;height:100%;object-fit:cover}.hero-media:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#0b0a0b 0,transparent 30%)}:root[data-theme="light"] .hero-media:after{background:linear-gradient(90deg,#eee4dd 0,transparent 25%)}.availability{position:absolute;z-index:2;right:28px;bottom:28px;padding:12px 15px;border-radius:999px;background:rgba(10,8,9,.72);backdrop-filter:blur(20px);font-size:12px;color:#fff;border:1px solid rgba(255,255,255,.14)}.availability i{display:inline-block;width:7px;height:7px;border-radius:50%;background:#7bd38b;margin-right:7px;box-shadow:0 0 0 4px rgba(123,211,139,.12)}
.section-head{display:flex;justify-content:space-between;align-items:end;margin:72px 2px 24px}.section-head h2,.story-copy h2,.story-body h2{font-family:Georgia,serif;font-size:clamp(30px,4vw,48px);font-weight:500;margin:0}.text-button{background:transparent;color:var(--muted);padding:10px}.product-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.product-card{border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:rgba(255,255,255,.025);transition:transform .3s ease,border-color .3s}.product-card:hover{transform:translateY(-4px);border-color:rgba(255,255,255,.22)}.product-media{aspect-ratio:1.16;overflow:hidden;background:#311019}.product-media img{width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.2,.7,.2,1)}.product-card:hover .product-media img{transform:scale(1.035)}.product-body{padding:24px}.product-body h3{font-family:Georgia,serif;font-size:28px;margin:0 0 10px}.product-body>p:not(.eyebrow){color:var(--muted);line-height:1.55;min-height:72px}.product-meta{display:flex;justify-content:space-between;align-items:end;border-top:1px solid var(--line);padding-top:18px;margin-top:18px}.product-meta strong{font-size:18px}.product-meta span{font-size:11px;color:var(--muted);text-align:right;max-width:110px}.card-action{width:100%;margin-top:16px;background:transparent;border-top:1px solid var(--line);padding:16px 0 0;justify-content:space-between;font-weight:700}.story-feature{margin-top:80px;display:grid;grid-template-columns:1.2fr .8fr;border-radius:36px;overflow:hidden;border:1px solid var(--line);background:var(--surface)}.story-video{min-height:470px;position:relative;background:#111}.story-video video{width:100%;height:100%;position:absolute;object-fit:cover}.play-button{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:70px;height:70px;border-radius:50%;border:1px solid rgba(255,255,255,.3);background:rgba(0,0,0,.42);backdrop-filter:blur(14px);display:grid;place-items:center;color:white}.play-button.hidden{opacity:0;pointer-events:none}.play-button .icon{width:28px;height:28px}.story-copy{padding:50px;display:flex;flex-direction:column;justify-content:center}.story-copy p:not(.eyebrow),.story-body p{color:var(--muted);line-height:1.65}.story-copy .ghost-button{justify-content:flex-start;padding-left:0;margin-top:12px}
.page-intro{max-width:920px;padding:72px 0 56px}.page-intro h1{font-size:clamp(50px,8vw,96px)}.page-intro>p:not(.eyebrow){color:var(--muted);font-size:18px;max-width:650px;line-height:1.6}.stories-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.story-card{border:1px solid var(--line);border-radius:32px;overflow:hidden;background:var(--surface)}.story-media{aspect-ratio:16/10;background:#080808}.story-media img,.story-media video{width:100%;height:100%;object-fit:cover}.story-body{padding:28px}.order-list{display:grid;gap:12px;max-width:900px}.order-row{display:flex;align-items:center;justify-content:space-between;border:1px solid var(--line);background:var(--surface);padding:22px 24px;border-radius:22px}.order-row h3{margin:10px 0 5px;font-family:Georgia,serif;font-size:24px}.order-row p{color:var(--muted);margin:0;font-size:13px}.status{font-size:10px;font-weight:800;letter-spacing:.11em;text-transform:uppercase;padding:6px 9px;border-radius:999px;background:rgba(255,255,255,.07)}.status.received{color:#ddabc0}.status.ready{color:#9bddaa}.empty-state{text-align:center;min-height:65vh;display:flex;flex-direction:column;align-items:center;justify-content:center}.empty-state h1{font-size:52px;max-width:650px;margin:10px}.empty-state p{max-width:500px;color:var(--muted)}.empty-orb{width:70px;height:70px;border-radius:50%;display:grid;place-items:center;background:var(--surface);border:1px solid var(--line);margin-bottom:24px}
.settings-card{max-width:820px;border:1px solid var(--line);border-radius:28px;overflow:hidden;background:var(--surface)}.setting-row{min-height:78px;padding:17px 22px;border:0;border-bottom:1px solid var(--line);display:flex;width:100%;align-items:center;justify-content:space-between;background:transparent;text-align:left}.setting-row:last-child{border-bottom:0}.setting-row b,.setting-row span{display:block}.setting-row span{font-size:12px;color:var(--muted);margin-top:4px}.button-row:hover{background:rgba(255,255,255,.03)}.setting-row select{background:var(--surface-2);color:var(--text);border:1px solid var(--line);border-radius:12px;padding:8px 10px}.pill{padding:7px 9px!important;border:1px solid var(--line);border-radius:999px;font-size:9px!important;letter-spacing:.12em}.danger b{color:#e49a9a}.privacy-note{max-width:800px;color:var(--muted);font-size:12px;line-height:1.6;padding:18px 4px}.privacy-note code{color:var(--text)}
.bottom-nav{position:fixed;z-index:20;bottom:18px;left:50%;transform:translateX(-50%);height:64px;border-radius:23px;border:1px solid var(--line);padding:6px;background:rgba(19,16,18,.78);backdrop-filter:blur(24px) saturate(1.4);box-shadow:0 16px 55px rgba(0,0,0,.25);display:flex;gap:2px}:root[data-theme="light"] .bottom-nav{background:rgba(255,250,245,.82)}.nav-item{min-width:82px;border:0;background:transparent;border-radius:17px;color:var(--muted);display:flex;gap:6px;align-items:center;justify-content:center;padding:0 12px}.nav-item span{font-size:11px;font-weight:700}.nav-item .icon{width:18px}.nav-item.active{background:var(--text);color:var(--bg)}
.auth-page{min-height:100dvh;display:grid;grid-template-columns:1.15fr .85fr;background:var(--bg)}.auth-visual{position:relative;overflow:hidden;margin:14px;border-radius:34px;min-height:calc(100dvh - 28px);background:#220813}.auth-visual img{width:100%;height:100%;position:absolute;object-fit:cover}.auth-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(9,4,6,.82),transparent 70%)}.auth-caption{position:absolute;z-index:2;bottom:7%;left:7%;max-width:650px;color:white}.auth-caption span,.auth-caption p{font-size:12px;letter-spacing:.14em}.auth-caption h1{font-family:Georgia,serif;font-size:clamp(60px,7vw,110px);line-height:.87;letter-spacing:-.05em;margin:12px 0 22px;font-weight:500}.auth-caption p{max-width:480px;line-height:1.6;letter-spacing:0;color:#ddd}.auth-panel{display:flex;flex-direction:column;justify-content:center;padding:clamp(40px,8vw,110px);max-width:620px}.auth-brand{position:absolute;top:42px;display:flex;align-items:center;gap:10px}.auth-panel h2{font-family:Georgia,serif;font-size:48px;margin:0 0 8px;font-weight:500}.muted{color:var(--muted)}.auth-panel label,.note-field{display:grid;gap:8px;font-size:12px;font-weight:700;margin-top:20px}.auth-panel input,.message-compose input,.note-field textarea{width:100%;border:1px solid var(--line);background:var(--surface);color:var(--text);border-radius:15px;padding:14px 15px;outline:none}.auth-panel input:focus,.message-compose input:focus,.note-field textarea:focus{border-color:#9c4866;box-shadow:0 0 0 3px rgba(184,22,70,.1)}.auth-panel .primary-button{width:100%;margin-top:22px}.demo-note{font-size:12px!important;color:var(--muted);line-height:1.5;margin-top:18px}.form-error{color:#eaa0a0;font-size:13px}
.modal-backdrop{position:fixed;z-index:100;inset:0;background:rgba(0,0,0,.66);backdrop-filter:blur(12px);display:grid;place-items:end center;padding:18px}.order-modal{position:relative;width:min(560px,100%);max-height:92dvh;overflow:auto;background:var(--surface);border:1px solid var(--line);border-radius:32px;padding:25px;box-shadow:var(--shadow);animation:up .35s cubic-bezier(.2,.8,.2,1)}.modal-close{position:absolute;right:16px;top:16px;z-index:3;width:42px;height:42px;border-radius:50%;border:1px solid rgba(255,255,255,.22);background:rgba(0,0,0,.4);color:white;display:grid;place-items:center}.modal-art{height:220px;width:100%;object-fit:cover;border-radius:22px;margin-bottom:24px}.order-modal h2{font-family:Georgia,serif;font-size:40px;margin:0 0 10px}.order-modal>p:not(.eyebrow){color:var(--muted);line-height:1.5}.quantity-control{margin:26px 0;display:grid;grid-template-columns:56px 1fr 56px;align-items:center;border:1px solid var(--line);border-radius:20px;overflow:hidden}.quantity-control button{height:70px;border:0;background:transparent;font-size:26px}.quantity-control div{text-align:center}.quantity-control strong,.quantity-control span{display:block}.quantity-control strong{font-size:24px}.quantity-control span{font-size:11px;color:var(--muted)}.order-summary{display:flex;justify-content:space-between;padding:20px 2px;color:var(--muted)}.order-summary strong{color:var(--text);font-size:20px}.toast-region{position:fixed;z-index:200;top:90px;right:22px;display:grid;gap:8px}.toast{opacity:0;transform:translateY(-8px);padding:13px 16px;background:var(--text);color:var(--bg);border-radius:14px;box-shadow:var(--shadow);transition:.25s;max-width:360px;font-size:13px}.toast.show{opacity:1;transform:none}.loading-screen{min-height:100dvh;display:grid;place-content:center;justify-items:center;gap:20px;color:var(--muted)}.loader{width:100px;height:2px;background:var(--line);overflow:hidden}.loader i{display:block;width:40%;height:100%;background:var(--ruby);animation:load 1s infinite ease-in-out}
.messages-box{max-width:850px;height:420px;overflow:auto;border:1px solid var(--line);border-radius:24px;background:var(--surface);padding:18px}.message{max-width:75%;margin:8px 0;padding:12px 14px;border-radius:16px;background:var(--surface-2)}.message.mine{margin-left:auto;background:#3a1222}.message p{margin:0}.message small{display:block;color:var(--muted);font-size:10px;margin-top:6px}.message-compose{max-width:850px;display:grid;grid-template-columns:1fr auto;gap:10px;margin-top:12px}.message-compose .primary-button{border-radius:15px}
.reveal{animation:reveal .55s both ease-out}@keyframes reveal{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}@keyframes up{from{transform:translateY(60px);opacity:0}to{transform:none;opacity:1}}@keyframes load{0%{transform:translateX(-100%)}100%{transform:translateX(250%)}}
@media (prefers-reduced-motion: reduce){*{scroll-behavior:auto!important;animation-duration:.01ms!important;transition-duration:.01ms!important}}
@media (max-width:900px){.hero-card{grid-template-columns:1fr;min-height:0}.hero-copy{padding:50px 32px 20px}.hero-copy h1{font-size:64px}.hero-media{height:420px}.hero-media:after{background:linear-gradient(0deg,transparent 60%,#0b0a0b)}.product-strip,.product-grid{grid-template-columns:1fr 1fr}.story-feature{grid-template-columns:1fr}.story-video{min-height:390px}.auth-page{grid-template-columns:1fr}.auth-visual{min-height:49dvh}.auth-panel{min-height:51dvh;max-width:none;padding:50px 28px}.auth-brand{display:none}.auth-caption h1{font-size:64px}.stories-grid{grid-template-columns:1fr}}
@media (max-width:640px){.topbar{height:70px;padding:14px 16px}.brand small{display:none}.view{padding:8px 14px 110px}.hero-card{border-radius:28px}.hero-copy{padding:38px 24px 16px}.hero-copy h1{font-size:54px}.hero-copy>p:not(.eyebrow){font-size:15px}.hero-actions{align-items:stretch;flex-direction:column}.hero-media{height:330px}.availability{right:16px;bottom:16px}.section-head{margin-top:54px}.product-strip,.product-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:12px;padding-bottom:5px}.product-card{min-width:84%;scroll-snap-align:center}.product-body>p:not(.eyebrow){min-height:0}.story-feature{margin-top:55px;border-radius:28px}.story-video{min-height:330px}.story-copy{padding:28px}.page-intro{padding:45px 8px 30px}.page-intro h1{font-size:52px}.bottom-nav{bottom:10px;width:calc(100% - 18px);height:67px;border-radius:22px;justify-content:space-around}.nav-item{min-width:0;flex:1;flex-direction:column;gap:2px;padding:3px}.nav-item span{font-size:9px}.nav-item .icon{width:17px}.auth-visual{margin:8px;border-radius:25px;min-height:46dvh}.auth-caption{left:7%;bottom:9%}.auth-caption h1{font-size:54px}.auth-caption p{display:none}.auth-panel{padding:38px 24px 50px}.auth-panel h2{font-size:40px}.order-modal{border-radius:28px;padding:18px}.modal-art{height:180px}.toast-region{top:auto;bottom:90px;left:14px;right:14px}.toast{max-width:none}.order-row{padding:18px}.order-row strong{font-size:13px}.message-compose{grid-template-columns:1fr}.message-compose .primary-button{width:100%}}
.order-side{display:flex;align-items:flex-end;gap:12px;flex-direction:column}.status-select{background:var(--surface-2);color:var(--text);border:1px solid var(--line);border-radius:11px;padding:7px 9px;font-size:11px}
