:root{
  --ink:#111114;
  --paper:#fffdf9;
  --muted:#76716d;
  --line:#e8e2dc;
  --accent:#ff725c;
  --accent2:#ffb65c;
  --green:#227158;
}
*{box-sizing:border-box}
html,body{margin:0;width:100%;height:100%;overflow:hidden;background:#0b0b0d;color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased}
button,input{font:inherit}
button{touch-action:manipulation}
a{color:inherit}
.app-shell{position:fixed;inset:0;overflow:hidden;background:var(--paper)}
.view{position:absolute;inset:0;display:none;overflow:hidden}
.view.is-active{display:block}

/* HOME */
.view-home{background:#111;color:#fff}
.hero-stage{position:absolute;inset:0;overflow:hidden;touch-action:pan-y;background:#111}
.hero-film{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 34%;background:#111;opacity:0;transform:scale(1.018);transition:opacity .34s ease,transform .55s ease;pointer-events:none}
.hero-film.is-active{opacity:1;transform:scale(1);z-index:1}
.hero-shade{position:absolute;inset:0;pointer-events:none;background:linear-gradient(to bottom,rgba(0,0,0,.15) 0%,rgba(0,0,0,.03) 35%,rgba(0,0,0,.2) 55%,rgba(0,0,0,.88) 100%)}
.app-topbar,.step-topbar{position:absolute;left:0;right:0;top:0;z-index:5;display:flex;align-items:center;justify-content:space-between;padding:calc(14px + env(safe-area-inset-top)) 16px 10px}
.brand{display:flex;align-items:baseline;gap:1px;text-decoration:none;color:#fff;font-size:19px;font-weight:860;letter-spacing:-.055em;text-shadow:0 1px 8px rgba(0,0,0,.25)}
.brand b{color:#ffb067;margin:0 1px}
.price-pill{min-width:44px;height:36px;padding:0 12px;border-radius:999px;display:grid;place-items:center;font-size:14px;font-weight:900;background:rgba(255,255,255,.92);color:#151517;box-shadow:0 5px 18px rgba(0,0,0,.12)}
.hero-copy{position:absolute;z-index:4;left:18px;right:18px;bottom:calc(42px + env(safe-area-inset-bottom));max-width:500px}
.eyebrow{margin:0 0 7px;font-size:11px;line-height:1;font-weight:850;letter-spacing:.11em;text-transform:uppercase;color:#ffd4a4}
.hero-copy h1{font-family:Georgia,"Times New Roman",serif;font-size:clamp(44px,13vw,66px);line-height:.92;letter-spacing:-.052em;margin:0;max-width:360px;text-shadow:0 3px 22px rgba(0,0,0,.28)}
.hero-copy h1 em{color:#ffb166;font-weight:400}
.hero-sub{font-size:15px;line-height:1.42;margin:11px 0 14px;max-width:345px;color:rgba(255,255,255,.9)}
.hero-cta{width:100%;max-width:390px;border:0;border-radius:17px;background:#fff;color:#121214;padding:16px 18px;font-size:17px;font-weight:900;box-shadow:0 12px 28px rgba(0,0,0,.25);cursor:pointer}
.micro-proof{display:flex;align-items:center;gap:7px;margin:11px 2px 0;font-size:10.5px;color:rgba(255,255,255,.76)}
.micro-proof i{font-style:normal;opacity:.5}
.legal-mini{position:absolute;z-index:5;right:16px;bottom:calc(12px + env(safe-area-inset-bottom));display:flex;gap:12px;font-size:9px;color:rgba(255,255,255,.5)}
.legal-mini a{text-decoration:none}

/* Swipeable example cards */
.example-switcher{position:absolute;z-index:6;right:14px;top:calc(72px + env(safe-area-inset-top));width:126px;touch-action:pan-y;user-select:none;-webkit-user-select:none}
.example-stack{position:relative;width:126px;height:166px}
.mini-card{position:absolute;inset:0;width:116px;height:154px;border:1px solid rgba(255,255,255,.32);padding:0;border-radius:17px;overflow:hidden;background:#222;box-shadow:0 12px 25px rgba(0,0,0,.34);transition:transform .34s cubic-bezier(.2,.75,.25,1),opacity .34s ease,filter .34s ease;cursor:pointer;color:white;text-align:left;-webkit-tap-highlight-color:transparent;touch-action:pan-y}
.mini-card video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;pointer-events:none}
.mini-card:after{content:"";position:absolute;inset:45% 0 0;background:linear-gradient(transparent,rgba(0,0,0,.72));pointer-events:none}
.mini-card span{position:absolute;z-index:2;left:9px;right:7px;bottom:9px;font-size:11px;font-weight:850;line-height:1.15;pointer-events:none}
.mini-card-kids{transform:translate(6px,3px) rotate(4deg);z-index:2;opacity:1}
.mini-card-dance{transform:translate(-7px,9px) rotate(-6deg) scale(.97);z-index:1;opacity:.82;filter:saturate(.82)}
.example-stack.show-kids .mini-card-kids{transform:translate(-7px,9px) rotate(-6deg) scale(.97);z-index:1;opacity:.82;filter:saturate(.82)}
.example-stack.show-kids .mini-card-dance{transform:translate(6px,3px) rotate(4deg);z-index:2;opacity:1;filter:none}
.example-meta{display:flex;align-items:center;justify-content:space-between;gap:7px;margin-top:4px;padding:0 3px;color:rgba(255,255,255,.82);text-shadow:0 1px 6px rgba(0,0,0,.6)}
.example-meta>span{font-size:8.5px;font-weight:750;white-space:nowrap}
.example-dots{display:flex;gap:5px;align-items:center}
.example-dot{width:7px;height:7px;min-width:7px;padding:0;border:0;border-radius:50%;background:rgba(255,255,255,.38);box-shadow:0 1px 4px rgba(0,0,0,.25);cursor:pointer}
.example-dot.is-active{background:#fff;transform:scale(1.22)}
.example-switcher.swipe-pulse .mini-card{transition-duration:.2s}

/* STEP VIEWS */
.view-step{background:var(--paper)}
.step-topbar{color:var(--ink);padding-bottom:8px}
.back{border:0;background:#f1ece7;color:var(--ink);width:38px;height:38px;border-radius:50%;display:grid;place-items:center;font-size:29px;line-height:1;padding:0 0 4px;cursor:pointer}
.step-progress{display:flex;align-items:center;gap:5px;color:#aaa29a;font-size:10px}
.step-progress b,.step-progress i{width:23px;height:23px;border-radius:50%;display:grid;place-items:center;font-style:normal;font-size:10px;font-weight:900}
.step-progress b{background:var(--ink);color:#fff}
.step-progress i{background:#eee8e2;color:#6f6964}
.step-progress span{width:16px;height:2px;background:#e4ddd6;border-radius:2px}
.step-body{position:absolute;left:18px;right:18px;top:calc(82px + env(safe-area-inset-top));bottom:calc(40px + env(safe-area-inset-bottom));display:flex;flex-direction:column;min-height:0}
.step-kicker{margin:0 0 5px;color:#de624e;font-size:10px;font-weight:900;letter-spacing:.11em;text-transform:uppercase}
.step-body h2{font-family:Georgia,"Times New Roman",serif;font-size:37px;line-height:1;margin:0 0 7px;letter-spacing:-.045em}
.step-copy{margin:0 0 16px;color:var(--muted);font-size:14px}
.step-hint{position:absolute;left:18px;right:18px;bottom:calc(14px + env(safe-area-inset-bottom));margin:0;text-align:center;color:#aaa29b;font-size:10px}

.photo-picker{border:1.5px dashed #d2c8bf;background:#f7f2ec;border-radius:24px;flex:1;min-height:0;width:100%;padding:12px;overflow:hidden;cursor:pointer;color:var(--ink)}
.picker-empty{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px}
.picker-plus{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#fff;color:#e1634f;font-size:30px;margin-bottom:6px;box-shadow:0 8px 20px rgba(38,27,20,.08)}
.picker-empty strong{font-size:18px}
.picker-empty small{font-size:11px;color:var(--muted)}
.preview{width:100%;height:100%;display:block;object-fit:contain;border-radius:16px;background:#e8e2dc}
.file-badge{position:absolute;left:30px;right:30px;bottom:68px;background:rgba(20,20,22,.82);color:#fff;padding:9px 11px;border-radius:12px;font-size:10px;backdrop-filter:blur(8px)}

.style-body{bottom:calc(32px + env(safe-area-inset-bottom))}
.style-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:repeat(3,minmax(0,1fr));gap:9px;flex:1;min-height:0}
.style-card{min-width:0;border:1px solid var(--line);background:#fff;border-radius:18px;padding:10px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:2px;text-align:left;cursor:pointer;box-shadow:0 5px 14px rgba(40,29,20,.04);color:var(--ink)}
.style-card:active{transform:scale(.985);background:#fff5f1}
.style-card span{font-size:23px;line-height:1;margin-bottom:5px}
.style-card b{font-size:14px;line-height:1.1}
.style-card small{font-size:9.5px;color:var(--muted);line-height:1.2}

.pay-body{justify-content:flex-start}
.order-preview{display:grid;grid-template-columns:78px 1fr auto;gap:12px;align-items:center;background:#f4eee8;border-radius:20px;padding:10px;margin:10px 0 16px}
.order-preview img{width:100%;height:100%;object-fit:cover;background:#ddd}
.order-preview div{min-width:0}
.order-preview small,.order-preview span{display:block;color:var(--muted);font-size:10px}
.order-preview strong{display:block;font-size:15px;margin:3px 0 4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.order-preview>b{font-size:24px}
.agree{display:flex;align-items:flex-start;gap:9px;color:#6d6762;font-size:11px;line-height:1.4;margin:2px 0 14px}
.agree input{width:18px;height:18px;flex:0 0 auto;margin:0}
.pay-button{width:100%;border:0;border-radius:17px;background:var(--ink);color:#fff;padding:17px 18px;font-size:16px;font-weight:900;cursor:pointer;box-shadow:0 10px 22px rgba(20,20,22,.15)}
.pay-button:disabled{opacity:.35;box-shadow:none}
.stripe-line{margin:9px 0 0;text-align:center;font-size:10px;color:#9d968f}
.status{display:none;margin-top:10px;padding:10px 11px;border-radius:12px;font-size:11px;line-height:1.35}
.status.show{display:block}.status.error{background:#fff0ef;color:#8b2132}.status.ok{background:#edf7f1;color:#21644d}

@media (min-width:700px){
  .hero-copy{left:50px;bottom:52px}.example-switcher{right:48px;top:90px;width:160px}.example-stack{width:160px;height:210px}.mini-card{width:150px;height:200px}.mini-card span{font-size:13px}.example-meta>span{font-size:9px}
  .step-body{left:50%;right:auto;width:min(520px,calc(100% - 40px));transform:translateX(-50%)}
  .step-hint{left:50%;right:auto;width:520px;transform:translateX(-50%)}
  .step-topbar{padding-inline:28px}
  .style-grid{grid-template-columns:repeat(3,minmax(0,1fr));grid-template-rows:repeat(2,minmax(0,1fr))}
}
@media (max-height:680px){
  .example-switcher{width:100px}.example-stack{width:100px;height:132px}.mini-card{width:94px;height:124px;border-radius:14px}.mini-card span{font-size:9px;bottom:7px}.example-meta>span{font-size:7.5px}
  .hero-copy h1{font-size:39px}.hero-sub{font-size:13px;margin:8px 0 10px}.hero-cta{padding:14px 16px}.micro-proof{margin-top:7px}
  .step-body{top:calc(70px + env(safe-area-inset-top));bottom:calc(33px + env(safe-area-inset-bottom))}.step-body h2{font-size:31px}.step-copy{font-size:12px;margin-bottom:10px}.style-grid{gap:6px}.style-card{padding:7px;border-radius:14px}.style-card span{font-size:19px;margin-bottom:2px}.order-preview img{height:74px}.order-preview{margin:4px 0 10px}.agree{margin-bottom:9px}
}
@media (prefers-reduced-motion:reduce){.mini-card,.hero-film{transition:none}.hero-film{display:none}.view-home{background:url('/assets/dance-poster.jpg') center 34%/cover no-repeat}}
/* Standalone legal/success pages may scroll; the storefront does not. */
body.legal-page,body.success-page{position:static;height:auto;min-height:100%;overflow:auto;background:var(--paper);color:var(--ink)}
.wrap{width:min(100% - 32px,760px);margin-inline:auto}
.legal-page .legal{padding-top:44px}
.legal-page .smallprint,.success-page .smallprint{font-size:11px;color:var(--muted)}
:root{--wine:#171417;--cream:#f4eee8;--shadow:0 14px 34px rgba(55,40,28,.09)}
.global-toast{position:absolute;z-index:50;left:16px;right:16px;top:calc(65px + env(safe-area-inset-top));padding:11px 13px;border-radius:13px;background:#8b2132;color:#fff;font-size:12px;font-weight:700;box-shadow:0 10px 26px rgba(0,0,0,.18);opacity:0;transform:translateY(-8px);pointer-events:none;transition:.18s}
.global-toast.show{opacity:1;transform:translateY(0)}
.stripe-proof{margin:9px 2px 0;font-size:10.5px;color:rgba(255,255,255,.84)}
.stripe-proof strong{color:#fff}
.pay-thumb{width:78px;height:90px;border-radius:13px;background:#ddd;overflow:hidden;position:relative;display:grid;place-items:center}
.pay-thumb img{width:100%;height:100%;object-fit:cover;display:block}
.pay-thumb>span{display:none;font-size:30px;font-weight:900;color:#227158}
.pay-thumb.saved-only{background:#edf7f1;border:1px solid #d5eadf}
.pay-thumb.saved-only>span{display:block}
.order-preview .pay-thumb{width:78px;height:90px}
