:root{
  --blue:#4B55BE;
  --blue-dark:#1A1A1A;
  --sky:#A469A8;
  --accent:#A469A8;
  --purple:#5B21B6;
  --spotlight:#FFF4D1;
  --blue-mid:#B11226;
  --blue-rgb:138,5,5;
  --blue-dark-rgb:42,6,16;
  --sky-rgb:255,212,90;
  --accent-rgb:247,37,133;
  --ink:#261118;
  --muted:#6f5560;
  --line:#f1d6b8;
  --bg:#fff7ed;
  --card:#fffaf3;
  --shadow:0 26px 90px rgba(var(--blue-rgb),.18);
  --radius:26px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;min-height:100vh;display:flex;flex-direction:column;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:radial-gradient(circle at 8% 0%,rgba(var(--accent-rgb),.12),transparent 28%),radial-gradient(circle at 95% 8%,rgba(var(--sky-rgb),.34),transparent 30%),linear-gradient(180deg,#fff8ec 0%,#fff2e2 48%,#fff8ef 100%);line-height:1.6;overflow-x:hidden}
body>main{flex:1}
a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:min(1180px,92vw);margin:auto}
.topbar{position:sticky;top:0;z-index:50;background:rgba(255,248,236,.84);backdrop-filter:blur(18px);border-bottom:1px solid rgba(var(--blue-rgb),.10);box-shadow:0 10px 34px rgba(var(--blue-dark-rgb),.06)}
.nav{height:82px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:13px;font-weight:950;color:var(--blue-dark);letter-spacing:-.03em}.brand img{width:52px;height:52px;border-radius:999px;object-fit:contain;background:rgba(255,255,255,.62);box-shadow:0 10px 26px rgba(var(--blue-rgb),.15)}.brand span{font-size:20px}.navlinks{display:flex;align-items:center;gap:8px;color:#53313b;font-weight:850;font-size:15px}.navlinks a{position:relative;border-radius:999px;padding:10px 13px;transition:.2s ease}.navlinks a:after{content:"";position:absolute;left:16px;right:16px;bottom:6px;height:3px;border-radius:999px;background:linear-gradient(90deg,var(--accent),var(--sky));transform:scaleX(0);transform-origin:left;transition:.2s ease}.navlinks a:hover,.navlinks a:focus{color:#fff;background:linear-gradient(135deg,var(--blue),var(--blue-mid));box-shadow:0 10px 26px rgba(var(--blue-rgb),.18)}.navlinks a:hover:after,.navlinks a:focus:after{transform:scaleX(1)}.nav-actions{display:flex;gap:10px;align-items:center}.btn{display:inline-flex;align-items:center;justify-content:center;border:0;background:linear-gradient(135deg,var(--blue),var(--blue-mid) 55%,var(--accent));color:white;border-radius:999px;padding:12px 20px;font-weight:900;cursor:pointer;box-shadow:0 14px 34px rgba(var(--blue-rgb),.26);transition:transform .18s ease,box-shadow .18s ease,filter .18s ease}.btn:hover{transform:translateY(-2px);box-shadow:0 18px 42px rgba(var(--blue-rgb),.30);filter:saturate(1.05)}.btn.secondary{background:#fff8ee;color:var(--blue);border:1px solid rgba(var(--blue-rgb),.18);box-shadow:0 10px 24px rgba(var(--blue-dark-rgb),.06)}.btn.secondary:hover{background:#fff0d2}.btn.ghost{background:transparent;color:var(--blue);box-shadow:none}.btn.small{padding:9px 14px;font-size:13px}
.hero{position:relative;padding:78px 0 54px;background:radial-gradient(circle at 16% 18%,rgba(var(--sky-rgb),.50),transparent 22%),radial-gradient(circle at 82% 2%,rgba(var(--accent-rgb),.20),transparent 26%),linear-gradient(135deg,#fff8ec 0%,#ffe8bd 45%,#fff2e8 100%);overflow:hidden}.hero:before{content:"";position:absolute;inset:-20%;background:repeating-linear-gradient(100deg,rgba(var(--blue-dark-rgb),.035) 0 2px,transparent 2px 44px);pointer-events:none}.hero:after{content:"🎬";position:absolute;right:7vw;top:34px;font-size:88px;opacity:.08;transform:rotate(-14deg)}.hero-grid{position:relative;display:grid;grid-template-columns:1fr .92fr;gap:44px;align-items:center}.eyebrow{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,#1A1A1A,#4B55BE);color:#fff4d1;border-radius:999px;padding:9px 15px;font-weight:950;font-size:13px;box-shadow:0 12px 28px rgba(var(--blue-dark-rgb),.18)}.hero h1{font-size:clamp(42px,6.4vw,78px);line-height:.96;margin:18px 0 18px;letter-spacing:-.065em;color:var(--blue-dark);text-wrap:balance}.hero h1,.section h2,.legal h1{background:linear-gradient(120deg,#1A1A1A 0%,#4B55BE 45%,#A469A8 78%,#5b21b6 100%);-webkit-background-clip:text;background-clip:text;color:transparent}.hero p{font-size:19px;color:#654452;max-width:700px}.hero-card{background:linear-gradient(180deg,rgba(255,255,255,.84),rgba(255,244,209,.70));border:1px solid rgba(var(--blue-rgb),.16);border-radius:36px;padding:18px;box-shadow:var(--shadow);position:relative}.hero-card:before{content:"";position:absolute;inset:-2px;border-radius:38px;padding:2px;background:linear-gradient(135deg,var(--sky),var(--accent),var(--blue));-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.slider{position:relative;border-radius:30px;overflow:hidden;aspect-ratio:1600/650;min-height:0;background:#ffe8bd}.slide{display:none;position:relative;height:100%;min-height:0}.slide.active{display:block}.slide img{width:100%;height:100%;min-height:0;object-fit:cover}.slide-overlay{position:absolute;inset:auto 22px 22px 22px;background:linear-gradient(135deg,rgba(var(--blue-dark-rgb),.90),rgba(var(--blue-rgb),.82));color:#fff;border:1px solid rgba(var(--sky-rgb),.36);border-radius:22px;padding:18px;box-shadow:0 16px 50px rgba(var(--blue-dark-rgb),.26)}.slide-overlay strong{font-size:24px;display:block;color:#fff4d1}.dots{display:flex;justify-content:center;gap:9px;margin-top:14px}.dot{width:10px;height:10px;border-radius:999px;background:#e8b6a4;border:0;cursor:pointer}.dot.active{width:28px;background:linear-gradient(90deg,var(--blue),var(--accent),var(--sky))}
.section{padding:76px 0}.section-head{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:28px}.section h2{font-size:clamp(31px,4vw,48px);line-height:1.05;margin:0;letter-spacing:-.045em}.section p.lead{color:#765b62;font-size:18px;max-width:780px}.grid{display:grid;gap:22px}.grid.cards{grid-template-columns:repeat(4,1fr)}.card{background:linear-gradient(180deg,#fffaf3,#fff6ea);border:1px solid rgba(var(--blue-rgb),.12);border-radius:var(--radius);padding:22px;box-shadow:0 20px 64px rgba(var(--blue-dark-rgb),.08)}.card:hover{box-shadow:0 26px 74px rgba(var(--blue-rgb),.15);transform:translateY(-2px);transition:.2s ease}.product-card{display:flex;flex-direction:column;gap:16px;position:relative;overflow:hidden}.product-card:before{content:"";position:absolute;top:0;left:0;right:0;height:5px;background:linear-gradient(90deg,var(--sky),var(--accent),var(--purple))}.badge{position:absolute;top:18px;left:18px;background:linear-gradient(135deg,var(--blue),var(--blue-mid));color:#fff;border-radius:999px;padding:7px 12px;font-size:12px;font-weight:950;z-index:2;box-shadow:0 12px 26px rgba(var(--blue-rgb),.26)}.gallery{position:relative;border-radius:20px;overflow:hidden;aspect-ratio:4/4.8;background:linear-gradient(135deg,#ffe8bd,#fff4d1);border:1px solid rgba(var(--blue-rgb),.10)}.gallery img{width:100%;height:100%;object-fit:contain;object-position:center;background:#fffaf3}.gallery .gallery-btn{position:absolute;top:50%;transform:translateY(-50%);border:0;width:34px;height:34px;border-radius:999px;background:rgba(255,250,243,.92);color:var(--blue);font-weight:950;cursor:pointer;box-shadow:0 10px 25px rgba(var(--blue-dark-rgb),.16)}.gallery .prev{left:8px}.gallery .next{right:8px}.price{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap}.price .old{text-decoration:line-through;color:#a98b84}.price .new{font-size:29px;font-weight:950;color:var(--blue-dark)}.features{margin:0;padding:0;list-style:none;display:grid;gap:8px;color:#674854}.features li:before{content:'★';color:#c58900;font-weight:950;margin-right:8px}.product-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:auto}.steps{grid-template-columns:repeat(3,1fr)}.step-num{width:46px;height:46px;border-radius:16px;background:linear-gradient(135deg,var(--blue),var(--accent),var(--sky));color:#fff;display:grid;place-items:center;font-weight:950;box-shadow:0 14px 30px rgba(var(--blue-rgb),.22)}
.legal{max-width:900px;background:linear-gradient(180deg,#fffaf3,#fff7ed);border:1px solid rgba(var(--blue-rgb),.13);border-radius:30px;padding:34px;box-shadow:0 20px 70px rgba(var(--blue-dark-rgb),.08)}.legal h1{font-size:42px;line-height:1.05}.legal h2{font-size:24px;margin-top:30px;color:var(--blue-dark)}.form{display:grid;gap:14px}.field{display:grid;gap:7px}.field label{font-weight:900;color:#4b2430}.field input,.field textarea,.field select{border:1px solid rgba(var(--blue-rgb),.18);border-radius:16px;padding:13px 14px;background:#fffdf8;font:inherit}.field input:focus,.field textarea:focus,.field select:focus{outline:3px solid rgba(var(--sky-rgb),.45);border-color:var(--blue)}
.footer{background:radial-gradient(circle at 10% 0%,rgba(var(--accent-rgb),.20),transparent 28%),linear-gradient(135deg,#24050d,#520414 58%,#17040a);color:#f6d8c9;padding:44px 0 34px}.footer-grid{display:grid;grid-template-columns:1.1fr .9fr .9fr;gap:28px}.footer h3{color:#fff4d1;margin:0 0 10px}.socials{display:flex;gap:10px;flex-wrap:wrap;margin-top:16px}.social-icon{width:39px;height:39px;border-radius:14px;background:rgba(255,244,209,.12);border:1px solid rgba(var(--sky-rgb),.18);display:grid;place-items:center;color:#fff4d1;font-weight:950}.social-icon:hover{background:linear-gradient(135deg,var(--accent),var(--sky));color:#1A1A1A}.designed{border-top:1px solid rgba(255,244,209,.16);margin-top:30px;padding-top:18px;display:flex;align-items:center;justify-content:space-between;gap:18px;font-size:14px}.designed a{color:#fff4d1;font-weight:950}.designed a:hover{text-decoration:underline}.footer a{color:inherit}.wa-float{position:fixed;right:22px;bottom:28px;transition:bottom .15s ease,transform .18s ease;width:60px;height:60px;border-radius:999px;background:#25d366;color:#fff;display:grid;place-items:center;font-weight:950;box-shadow:0 18px 48px rgba(37,211,102,.36);z-index:70;border:4px solid rgba(255,255,255,.85)}.wa-float:hover{transform:translateY(-3px) scale(1.03)}.cart-drawer{position:fixed;right:18px;bottom:102px;width:min(420px,92vw);max-height:72vh;overflow:auto;background:#fffaf3;border:1px solid rgba(var(--blue-rgb),.16);border-radius:26px;padding:18px;box-shadow:var(--shadow);z-index:80;display:none}.cart-drawer.open{display:block}.cart-row{display:flex;justify-content:space-between;gap:10px;border-bottom:1px solid rgba(var(--blue-rgb),.12);padding:10px 0}.notice{background:#fff1bf;border:1px solid #f2c24d;color:#542c09;border-radius:18px;padding:16px}.table-wrap{overflow:auto;background:#fffaf3;border:1px solid rgba(var(--blue-rgb),.13);border-radius:20px}.table{width:100%;border-collapse:collapse}.table th,.table td{padding:13px;border-bottom:1px solid rgba(var(--blue-rgb),.12);text-align:left;vertical-align:top}.table th{background:#fff0d2;color:#4b2430;font-size:13px}.status{display:inline-flex;padding:6px 10px;border-radius:999px;background:#fff1bf;color:#6d3b00;font-weight:950;font-size:12px}.status.failed{background:#fee2e2;color:#991b1b}.status.paid,.status.completed{background:#dcfce7;color:#166534}@media(max-width:950px){.hero-grid,.footer-grid{grid-template-columns:1fr}.grid.cards{grid-template-columns:repeat(2,1fr)}.steps{grid-template-columns:1fr}.navlinks{display:none}.section-head{display:block}}@media(max-width:560px){.grid.cards{grid-template-columns:1fr}.hero{padding-top:42px}.nav{height:72px}.hero-card{padding:13px}.brand span{font-size:17px}.designed{display:block}.wa-float{bottom:18px;right:18px}}
.hero-shell{position:relative}.uc-slider{position:relative}.uc-slider>.slide{display:none}.uc-slider>.slide.active{display:block}.hero-copy{min-width:0}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}.hero-visual{display:block;position:relative;border-radius:30px;overflow:hidden;aspect-ratio:1600/650;background:#ffe8bd}.hero-visual img{width:100%;height:100%;object-fit:cover}.stories-strip{display:flex;gap:22px;overflow-x:auto;scroll-snap-type:x mandatory;padding:8px 4px 18px}.story-card{min-width:360px;scroll-snap-align:start;position:relative;background:#fffaf3;border:1px solid rgba(var(--blue-rgb),.12);border-top:6px solid #d4a039;border-radius:18px;padding:16px;box-shadow:0 20px 60px rgba(var(--blue-dark-rgb),.08)}.story-card img{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:12px;background:#fff0d2}.story-card .play{position:absolute;top:45%;left:50%;transform:translate(-50%,-50%);width:54px;height:54px;border-radius:50%;background:rgba(var(--blue-dark-rgb),.72);color:#fff;display:grid;place-items:center}.story-card strong{display:block;margin-top:10px;color:var(--blue-dark)}.about-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:28px}.about-highlight{background:#fff1bf;border:1px solid #f2c24d;border-radius:22px;padding:22px}.footer .footer-grid a:hover{text-decoration:underline;color:#fff4d1}.admin-login-link{font-weight:950}.admin-login-link:before{content:'Admin ';}.blog-tags{display:flex;gap:8px;flex-wrap:wrap}.success-page-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}@media(max-width:950px){.about-grid,.success-page-grid{grid-template-columns:1fr}.story-card{min-width:280px}.admin-login-link:before{content:''}}
.hero h1,.section h2,.legal h1{padding-bottom:.08em}

/* Final public UI fixes */
.hero{min-height:640px;display:flex;align-items:center;background-image:linear-gradient(90deg,rgba(255,248,236,.92),rgba(255,232,189,.78),rgba(255,242,232,.92)),var(--hero-bg);background-size:cover;background-position:center right}.hero-grid.hero-full{grid-template-columns:1fr}.hero-copy{max-width:840px}.hero-card,.hero-visual,.slide-overlay{display:none!important}.uc-slider>.slide{min-height:640px}.wa-float{font-size:0}.wa-float svg{width:32px;height:32px}.social-icon svg{width:22px;height:22px}.cart-toast{position:fixed;right:24px;top:96px;background:#1A1A1A;color:#fff4d1;border:1px solid rgba(var(--sky-rgb),.4);padding:12px 16px;border-radius:999px;box-shadow:var(--shadow);z-index:200;opacity:0;transform:translateY(-12px);transition:.2s}.cart-toast.show{opacity:1;transform:translateY(0)}.checkout-section{padding:70px 0}.basket-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:28px;align-items:start}.basket-list{display:grid;gap:18px}.basket-item{display:grid;grid-template-columns:120px 1fr auto;gap:18px;align-items:center;background:#fffdf8;border:1px solid rgba(var(--blue-rgb),.14);border-radius:22px;padding:16px;box-shadow:0 16px 52px rgba(var(--blue-dark-rgb),.06)}.basket-img{width:120px;height:90px;border-radius:16px;background:#fff0d2;display:grid;place-items:center;overflow:hidden}.basket-img img{width:70px;height:70px;object-fit:contain}.qty-controls{display:flex;align-items:center;gap:10px;margin-top:8px}.qty-controls button{border:1px solid rgba(var(--blue-rgb),.18);background:#fffaf3;border-radius:999px;padding:6px 10px;font-weight:900;color:#4B55BE;cursor:pointer}.remove-link{margin-left:12px}.summary-card{position:sticky;top:110px}.summary-row{display:flex;justify-content:space-between;border-bottom:1px solid rgba(var(--blue-rgb),.12);padding:10px 0}.checkout-form .field input{background:#fffdf8}.story-card{border:0;text-align:left;cursor:pointer}.story-modal{position:fixed;inset:0;background:rgba(var(--blue-dark-rgb),.75);display:none;place-items:center;z-index:300}.story-modal.open{display:grid}.story-modal-card{width:min(920px,94vw);background:#000;border-radius:22px;position:relative;padding:16px}.story-modal iframe{width:100%;aspect-ratio:16/9;border:0;border-radius:14px;background:#111}.story-close{position:absolute;right:12px;top:8px;z-index:2;width:38px;height:38px;border-radius:999px;border:0;background:#fff;color:#4B55BE;font-size:26px;cursor:pointer}.success-page-grid .story-card{min-width:0}.footer .designed [data-copyright]{font-weight:500}@media(max-width:900px){.basket-layout{grid-template-columns:1fr}.summary-card{position:static}.basket-item{grid-template-columns:90px 1fr}.basket-item>strong{grid-column:2}.basket-img{width:90px;height:75px}.uc-slider>.slide,.hero{min-height:560px}}


/* Final polish patch */
.container{width:min(1180px,calc(100% - 36px));margin:auto}.topbar{position:sticky;top:0;z-index:90;background:rgba(255,249,239,.96);backdrop-filter:blur(12px);border-bottom:1px solid rgba(var(--blue-rgb),.09)}.nav{min-height:86px;height:auto;display:grid;grid-template-columns:auto 1fr auto;gap:18px;align-items:center}.brand{display:flex;align-items:center;gap:12px;min-width:0;text-decoration:none}.brand img{width:58px;height:58px;flex:0 0 58px}.brand span{font-size:23px;line-height:1.08;white-space:nowrap}.navlinks{display:flex;align-items:center;justify-content:center;gap:24px;min-width:0}.navlinks a{font-size:15px;font-weight:950;white-space:nowrap;color:#4b2430;text-decoration:none}.navlinks a:hover{color:var(--blue);transform:translateY(-1px)}.admin-login-link:before{content:''!important}.nav-actions{display:flex;align-items:center;gap:12px}.btn.small{padding:10px 16px;font-size:14px}.cart-pill,.join-pill{white-space:nowrap}.menu-toggle{display:none;border:1px solid rgba(var(--blue-rgb),.16);background:#fffaf3;border-radius:12px;padding:8px 12px;font-weight:950;color:var(--blue);cursor:pointer}.hero{min-height:520px;display:flex;align-items:center;background-image:linear-gradient(90deg,rgba(255,248,236,.96),rgba(255,232,189,.82),rgba(255,242,232,.96)),var(--hero-bg);background-size:cover,52% auto;background-position:center,right center;background-repeat:no-repeat}.uc-slider>.slide{min-height:520px}.hero-copy{max-width:720px}.hero h1{font-size:clamp(42px,6vw,74px);line-height:.98}.hero p{font-size:clamp(17px,2vw,22px);max-width:680px}.hero-dots{position:absolute;bottom:20px;left:50%;transform:translateX(-50%)}.section{padding:72px 0}.how-section{background:#fff}.socials{display:flex;gap:12px;flex-wrap:wrap}.social-icon{width:42px;height:42px;border-radius:50%!important;border:0;display:grid;place-items:center;color:#fff;box-shadow:0 10px 24px rgba(0,0,0,.16);transition:.18s ease}.social-icon:hover{transform:translateY(-2px) scale(1.04);color:#fff}.social-icon svg{width:22px;height:22px}.social-instagram{background:radial-gradient(circle at 30% 107%,#fdf497 0 5%,#fd5949 45%,#d6249f 60%,#285AEB 90%)}.social-facebook{background:#1877F2}.social-threads{background:#000}.social-youtube{background:#FF0000}.social-telegram{background:#229ED9}.social-snapchat{background:#FFFC00;color:#111}.social-x{background:#000}.social-linkedin{background:#0A66C2}.wa-float{font-size:0}.wa-float svg{width:32px;height:32px}.checkout-section{padding:70px 0}.basket-layout{display:grid;grid-template-columns:minmax(0,1fr) 370px;gap:28px;align-items:start}.basket-list{display:grid;gap:18px}.basket-item{display:grid;grid-template-columns:112px 1fr auto;gap:18px;align-items:center;background:#fffdf8;border:1px solid rgba(var(--blue-rgb),.14);border-radius:22px;padding:16px;box-shadow:0 16px 52px rgba(var(--blue-dark-rgb),.06)}.basket-img{width:112px;height:88px;border-radius:16px;background:#fff0d2;display:grid;place-items:center;overflow:hidden}.basket-img img{width:68px;height:68px;object-fit:contain}.qty-controls{display:flex;align-items:center;gap:10px;margin-top:8px;flex-wrap:wrap}.qty-controls button{border:1px solid rgba(var(--blue-rgb),.18);background:#fffaf3;border-radius:999px;padding:6px 10px;font-weight:900;color:#4B55BE;cursor:pointer}.remove-link{margin-left:6px}.summary-card{position:sticky;top:110px}.summary-row{display:flex;justify-content:space-between;border-bottom:1px solid rgba(var(--blue-rgb),.12);padding:10px 0}.story-card{border-radius:20px;text-align:left;cursor:pointer;min-width:330px}.story-modal{position:fixed;inset:0;background:rgba(var(--blue-dark-rgb),.75);display:none;place-items:center;z-index:300}.story-modal.open{display:grid}.story-modal-card{width:min(920px,94vw);background:#000;border-radius:22px;position:relative;padding:16px}.story-modal iframe{width:100%;aspect-ratio:16/9;border:0;border-radius:14px;background:#111}.story-close{position:absolute;right:12px;top:8px;z-index:2;width:38px;height:38px;border-radius:999px;border:0;background:#fff;color:#4B55BE;font-size:26px;cursor:pointer}.faq-list{display:grid;gap:14px;margin-top:22px}.faq-item{border:1px solid rgba(var(--blue-rgb),.14);border-radius:16px;background:#fffdf8;padding:14px 18px}.faq-item summary{font-weight:950;cursor:pointer;color:#4b2430}.faq-item div{padding-top:12px;color:#50313a}.contact-wrap{display:grid;grid-template-columns:1fr;gap:18px;max-width:900px}.contact-form{margin-top:24px;max-width:760px}.cart-toast{position:fixed;right:24px;top:96px;background:#1A1A1A;color:#fff4d1;border:1px solid rgba(var(--sky-rgb),.4);padding:12px 16px;border-radius:999px;box-shadow:var(--shadow);z-index:200;opacity:0;transform:translateY(-12px);transition:.2s}.cart-toast.show{opacity:1;transform:translateY(0)}
@media(max-width:1040px){.nav{grid-template-columns:auto auto auto;justify-content:space-between}.menu-toggle{display:inline-flex;align-items:center}.navlinks{position:absolute;left:18px;right:18px;top:78px;background:#fffaf3;border:1px solid rgba(var(--blue-rgb),.14);border-radius:18px;padding:14px;box-shadow:var(--shadow);display:none;flex-direction:column;align-items:flex-start;gap:10px}.navlinks.open{display:flex}.nav-actions{gap:8px}.brand span{font-size:19px}.brand img{width:48px;height:48px;flex-basis:48px}.hero{min-height:460px;background-size:cover,72% auto}.uc-slider>.slide{min-height:460px}.grid.cards{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.nav{min-height:76px}.nav-actions .join-pill{display:none}.basket-layout{grid-template-columns:1fr}.summary-card{position:static}.basket-item{grid-template-columns:82px 1fr}.basket-item>strong{grid-column:2}.basket-img{width:82px;height:70px}.hero h1{font-size:40px}.hero{min-height:420px;background-size:cover,90% auto}.uc-slider>.slide{min-height:420px}.grid.cards,.steps,.footer-grid{grid-template-columns:1fr}.designed{display:block}.footer{padding-bottom:72px}}


/* Final client-visible navigation, footer, checkout and FAQ polish */
body .admin-login-link::before{content:""!important;display:none!important}.topbar .brand span{display:none!important}.topbar .brand{flex:0 0 auto}.topbar .brand img{width:54px;height:54px}.topbar .nav{grid-template-columns:auto minmax(0,1fr) auto;gap:14px}.topbar .navlinks{gap:clamp(10px,1.45vw,24px);justify-content:center;overflow:visible}.topbar .navlinks a{font-size:clamp(13px,1vw,15px);padding:9px 7px}.topbar .nav-actions{gap:10px;flex:0 0 auto}.cart-pill{padding:9px 14px!important;min-width:92px}.join-pill{padding:11px 18px!important}.footer .socials{display:grid;grid-template-columns:repeat(4,42px);gap:12px;max-width:210px}.footer .social-icon{width:42px;height:42px;border-radius:50%!important;padding:0;overflow:hidden;background:transparent!important;box-shadow:0 10px 24px rgba(0,0,0,.18)}.footer .social-icon svg{width:42px;height:42px;display:block}.basket-item p{margin:.15rem 0 .4rem;color:#4b2430;font-weight:700}.qty-controls span{min-width:22px;text-align:center;font-weight:950;color:#1A1A1A}.faq-list{margin-top:26px}.faq-item summary{list-style:none;display:flex;justify-content:space-between;gap:18px}.faq-item summary::after{content:"+";font-weight:950;color:#4B55BE}.faq-item[open] summary::after{content:"−"}@media(max-width:1180px){.topbar .navlinks{gap:10px}.topbar .navlinks a{font-size:13px}.join-pill{display:none!important}}@media(max-width:1040px){.topbar .brand span{display:none!important}.topbar .nav{grid-template-columns:auto auto auto}.topbar .navlinks a{font-size:14px;padding:9px 10px}.join-pill{display:none!important}}@media(max-width:760px){.footer .socials{grid-template-columns:repeat(4,42px)}.cart-pill{min-width:auto}.basket-item{grid-template-columns:82px 1fr auto}.basket-item strong{grid-column:auto}}

/* Checkout coupon/yearly selector polish */
.coupon-basket-item{align-items:start}.basket-main{min-width:0}.mini-label{display:block;margin:6px 0 4px;font-size:12px;color:#765b62;font-weight:850}.mini-select{border:1px solid rgba(var(--blue-rgb),.18);border-radius:12px;background:#fffaf3;padding:8px 10px;font-weight:850;color:#4b2430;max-width:230px}.coupon-inline{display:flex;gap:8px;align-items:center;flex-wrap:wrap;margin-top:10px}.coupon-inline input{border:1px solid rgba(var(--blue-rgb),.18);border-radius:999px;background:#fffdf8;padding:9px 12px;min-width:170px}.btn.tiny{font-size:12px;padding:8px 12px;border-radius:999px}.coupon-msg{display:block;color:#765b62;margin-top:5px}.basket-price{display:grid;gap:5px;text-align:right;min-width:90px}.basket-price small{color:#765b62}.save-text{color:#166534!important;font-weight:850}.overall-coupon{margin:12px 0;padding:12px;border:1px dashed rgba(var(--blue-rgb),.18);border-radius:16px;background:#fffaf3}.overall-coupon label{font-weight:950;color:#4b2430}.notice.error{background:#fee2e2;border-color:#fca5a5;color:#991b1b}
@media(max-width:760px){.coupon-basket-item{grid-template-columns:72px 1fr}.basket-price{grid-column:2;text-align:left}.coupon-inline input{min-width:0;width:100%}.mini-select{max-width:100%;width:100%}}

/* Final visual polish: full hero background, compact buttons, cleaner galleries. */
.btn{padding:10px 16px!important;font-size:14px!important;min-height:auto!important;border-radius:999px!important}.btn.small{padding:8px 13px!important;font-size:13px!important}.btn.compact{min-width:auto!important;width:auto!important;padding:10px 18px!important}.hero-actions .btn,.product-actions .btn{padding:11px 18px!important}.legal .form>.btn.compact,.legal #otpArea .btn.compact{justify-self:start;min-width:150px!important;width:auto!important}.hero{min-height:640px!important;display:flex!important;align-items:center!important;background-image:linear-gradient(90deg,rgba(255,248,236,.76) 0%,rgba(255,232,189,.54) 48%,rgba(var(--blue-dark-rgb),.18) 100%),var(--hero-bg)!important;background-size:cover!important;background-position:center!important;background-repeat:no-repeat!important}.hero .container{position:relative;z-index:2}.hero-copy{max-width:760px!important}.hero h1{text-shadow:0 8px 30px rgba(255,248,236,.30)}.uc-slider>.slide{min-height:640px!important}.gallery{overflow:hidden}.gallery .gallery-btn{opacity:0;pointer-events:none;transition:.18s ease;z-index:3}.gallery:hover .gallery-btn{opacity:1;pointer-events:auto}.gallery-dots{position:absolute;left:50%;bottom:10px;transform:translateX(-50%);display:flex;gap:6px;z-index:3}.gallery-dot{width:7px;height:7px;border-radius:999px;border:0;background:rgba(255,255,255,.68);cursor:pointer;box-shadow:0 2px 8px rgba(0,0,0,.18)}.gallery-dot.active{width:20px;background:linear-gradient(90deg,var(--blue),var(--accent),var(--sky))}.featured-carousel{display:flex!important;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:12px}.featured-carousel .product-card{flex:0 0 min(280px,76vw);scroll-snap-align:start}.product-scroll-controls{display:flex;gap:10px;align-items:center}.product-scroll-controls .btn{width:42px!important;height:42px!important;padding:0!important;border-radius:999px!important}.product-card .gallery img{transition:opacity .2s ease}.cart-pill,.join-pill{padding:8px 15px!important}.section-head .btn{padding:9px 16px!important}.story-card .btn,.story-card button{font-size:13px!important}.wa-float{width:54px!important;height:54px!important}.wa-float svg{width:28px!important;height:28px!important}@media(max-width:900px){.hero,.uc-slider>.slide{min-height:540px!important}.hero{background-image:linear-gradient(180deg,rgba(255,248,236,.82),rgba(255,232,189,.58)),var(--hero-bg)!important;background-position:center!important}.hero h1{font-size:42px!important}}@media(max-width:640px){.hero,.uc-slider>.slide{min-height:500px!important}.btn{padding:9px 14px!important;font-size:13px!important}.product-actions{gap:8px}.product-actions .btn{padding:9px 14px!important}}


/* Last touch-up: only one full hero slide should be visible at a time. */
.hero-shell{overflow:hidden!important;position:relative!important;}
.uc-slider{position:relative!important;overflow:hidden!important;}
.uc-slider>.slide{display:none!important;width:100%!important;}
.uc-slider>.slide.active{display:flex!important;}
.uc-slider>.hero.slide:not(.active){display:none!important;}
.hero-actions .btn,.cart-pill,.join-pill,.section-head .btn,.product-actions .btn{line-height:1.1!important;}

.ad-slot{margin:22px 0;padding:16px;border:1px dashed rgba(var(--blue-rgb),.22);border-radius:18px;background:#fffaf3;text-align:center;overflow:hidden}.ad-slot small{display:block;color:#765b62;font-weight:800;margin-bottom:8px}.ad-slot img{max-width:100%;height:auto;border-radius:12px}.ad-sidebar{float:right;width:min(300px,42%);margin:8px 0 16px 18px}@media(max-width:760px){.ad-sidebar{float:none;width:auto;margin:18px 0}}


/* Final home page banner refinement: clear image, bottom-aligned white text. */
.hero-shell{
  overflow:hidden!important;
  position:relative!important;
  background:#fff7ed!important;
}
.uc-slider{position:relative!important;overflow:hidden!important;}
.uc-slider>.slide{display:none!important;width:100%!important;}
.uc-slider>.slide.active{display:flex!important;}
.hero,.uc-slider>.slide{
  min-height:620px!important;
}
.hero{
  align-items:stretch!important;
  background-image:linear-gradient(90deg,rgba(var(--blue-dark-rgb),.44) 0%,rgba(var(--blue-dark-rgb),.22) 34%,rgba(var(--blue-dark-rgb),.04) 62%,rgba(var(--blue-dark-rgb),0) 100%),var(--hero-bg)!important;
  background-size:cover!important;
  background-position:center center!important;
  background-repeat:no-repeat!important;
  filter:none!important;
}
.hero::before,.hero::after{filter:none!important;backdrop-filter:none!important;}
.hero-grid.hero-full{
  width:100%;
  min-height:inherit;
  display:flex!important;
  align-items:flex-end!important;
  padding:72px 0 92px!important;
}
.hero-copy{
  max-width:min(1080px,86vw)!important;
  color:#fff!important;
}
.hero .eyebrow{
  color:#fff4d1!important;
}
.hero h1{
  max-width:none!important;
  margin:16px 0 16px!important;
  font-size:clamp(30px,3.7vw,48px)!important;
  line-height:1.08!important;
  letter-spacing:-.045em!important;
  color:#fff!important;
  text-shadow:0 8px 24px rgba(0,0,0,.28)!important;
}
.hero p{
  max-width:760px!important;
  margin:0 0 24px!important;
  font-size:clamp(15px,1.35vw,20px)!important;
  line-height:1.65!important;
  color:rgba(255,255,255,.96)!important;
  text-shadow:0 4px 16px rgba(0,0,0,.22)!important;
}
.hero-dots{bottom:24px!important;}
.hero-dots .dot{background:rgba(255,255,255,.55)!important;}
.hero-dots .dot.active{background:linear-gradient(90deg,var(--blue),var(--accent),var(--sky))!important;}
@media(min-width:1100px){
  .hero h1{white-space:nowrap!important;}
}
@media(max-width:900px){
  .hero,.uc-slider>.slide{min-height:540px!important;}
  .hero{background-image:linear-gradient(180deg,rgba(var(--blue-dark-rgb),.42),rgba(var(--blue-dark-rgb),.14) 58%,rgba(var(--blue-dark-rgb),.04)),var(--hero-bg)!important;}
  .hero-grid.hero-full{padding:54px 0 86px!important;}
  .hero-copy{max-width:100%!important;}
  .hero h1{white-space:normal!important;font-size:clamp(30px,7vw,42px)!important;}
}
@media(max-width:640px){
  .hero,.uc-slider>.slide{min-height:500px!important;}
  .hero-grid.hero-full{padding:42px 0 82px!important;}
  .hero h1{font-size:32px!important;line-height:1.1!important;}
  .hero p{font-size:15px!important;line-height:1.55!important;}
}

/* Final public requested polish: cleaner banner, SSL badge and fewer distractions. */
.uc-clean-hero .hero::before,
.uc-clean-hero .hero::after,
.hero::before,
.hero::after{display:none!important;content:none!important;background:none!important;}
.hero{
  filter:none!important;
  backdrop-filter:none!important;
  background-image:linear-gradient(90deg,rgba(20,0,8,.34) 0%,rgba(20,0,8,.18) 38%,rgba(20,0,8,.04) 68%,rgba(20,0,8,0) 100%),var(--hero-bg)!important;
  background-size:cover!important;
  background-position:center center!important;
}
.hero h1,.hero p{color:#fff!important;background:none!important;-webkit-background-clip:initial!important;background-clip:initial!important;text-shadow:0 4px 18px rgba(var(--blue-dark-rgb),.42)!important;}
.hero h1{font-size:clamp(36px,4.2vw,58px)!important;line-height:1.02!important;letter-spacing:-.055em!important;max-width:1100px!important;white-space:nowrap!important;}
.hero p{font-size:clamp(16px,1.4vw,21px)!important;max-width:850px!important;}
.hero-grid.hero-full{display:flex!important;align-items:flex-end!important;min-height:inherit!important;padding:150px 0 88px!important;}
.hero-copy{max-width:min(1120px,92vw)!important;}
.ssl-badge{margin-top:18px;display:inline-grid;grid-template-columns:auto auto;align-items:center;gap:2px 8px;padding:10px 13px;border:1px solid rgba(255,244,209,.24);border-radius:16px;background:rgba(255,244,209,.08);color:#fff4d1;box-shadow:0 10px 24px rgba(0,0,0,.12)}
.ssl-badge span{grid-row:1/3;font-size:20px}.ssl-badge strong{font-size:13px;line-height:1}.ssl-badge small{font-size:11px;color:#f6d8c9;line-height:1.1}
.ad-network-body-code{display:contents;}
@media(max-width:1180px){.hero h1{white-space:normal!important;font-size:clamp(32px,6vw,50px)!important}.hero-grid.hero-full{padding:110px 0 78px!important;}}
@media(max-width:760px){.hero{background-image:linear-gradient(180deg,rgba(20,0,8,.34),rgba(20,0,8,.16) 62%,rgba(20,0,8,.04)),var(--hero-bg)!important}.hero-grid.hero-full{padding:95px 0 76px!important}.hero p{font-size:15px!important}.ssl-badge{margin-top:12px}}


/* Final hero placement polish: keep text away from the screen edge and lower it above slider dots. */
.hero-grid.hero-full{padding:238px 0 72px!important;align-items:flex-end!important;}
.hero-copy{margin-left:clamp(34px,5vw,82px)!important;max-width:min(1120px,calc(100vw - clamp(68px,10vw,164px)))!important;}
.hero h1{font-size:clamp(30px,3.45vw,46px)!important;line-height:1.08!important;}
.hero p{max-width:820px!important;}
@media(max-width:1180px){.hero-grid.hero-full{padding:170px 0 78px!important}.hero-copy{margin-left:clamp(22px,4vw,48px)!important;max-width:calc(100vw - 64px)!important}.hero h1{white-space:normal!important}}
@media(max-width:760px){.hero-grid.hero-full{padding:125px 0 82px!important}.hero-copy{margin-left:0!important;max-width:100%!important}.hero h1{font-size:clamp(28px,7vw,40px)!important}.hero p{font-size:15px!important}}

/* Current final request: place home banner text just above dots and add Offers dropdown. */
.hero-grid.hero-full{
  padding:240px 0 42px!important;
  align-items:flex-end!important;
}
.hero-copy{
  margin-left:clamp(42px,5.5vw,90px)!important;
  max-width:min(1120px,calc(100vw - clamp(84px,11vw,180px)))!important;
}
.hero-dots{bottom:18px!important;}
@media(max-width:1180px){.hero-grid.hero-full{padding:180px 0 50px!important}.hero-copy{margin-left:clamp(24px,4vw,54px)!important}}
@media(max-width:760px){.hero-grid.hero-full{padding:120px 0 58px!important}.hero-copy{margin-left:0!important}.hero-dots{bottom:18px!important}}
.nav-dropdown{position:relative;display:inline-flex;align-items:center;}
.nav-dropdown>a{display:inline-flex;align-items:center;gap:5px;}
.nav-dropdown>a:after{content:'⌄';position:static!important;width:auto!important;height:auto!important;background:none!important;transform:none!important;margin-left:3px;font-size:11px;opacity:.75;}
.nav-dropdown-menu{position:absolute;top:calc(100% + 8px);left:0;min-width:190px;background:#fffaf3;border:1px solid rgba(var(--blue-rgb),.16);border-radius:16px;padding:8px;box-shadow:0 22px 60px rgba(var(--blue-dark-rgb),.16);display:none;z-index:120;}
.nav-dropdown:hover .nav-dropdown-menu,.nav-dropdown:focus-within .nav-dropdown-menu{display:grid;gap:4px;}
.navlinks .nav-dropdown-menu a{display:block!important;padding:10px 12px!important;border-radius:12px!important;color:#53313b!important;background:transparent!important;box-shadow:none!important;white-space:nowrap;}
.navlinks .nav-dropdown-menu a:hover{background:linear-gradient(135deg,var(--blue),var(--blue-mid))!important;color:#fff!important;}
.navlinks .nav-dropdown-menu a:after{display:none!important;}
.festival-empty{max-width:800px;margin-top:22px;}

/* Final navigation, hero placement and empty-state corrections. */
.nav-dropdown>a{gap:0!important;}
.nav-dropdown>a:after{content:none!important;display:none!important;}
.nav-dropdown-menu{top:100%!important;margin-top:0!important;}
.nav-dropdown:hover .nav-dropdown-menu,.nav-dropdown:focus-within .nav-dropdown-menu{display:grid!important;gap:4px!important;}
.nav-dropdown-menu:before{content:"";position:absolute;left:0;right:0;top:-6px;height:6px;}
.hero-grid.hero-full{padding:300px 0 28px!important;align-items:flex-end!important;}
.hero-copy{margin-left:clamp(52px,5.6vw,92px)!important;max-width:min(1120px,calc(100vw - clamp(104px,11.2vw,184px)))!important;}
.hero-dots{bottom:12px!important;}
@media(max-width:1180px){.hero-grid.hero-full{padding:230px 0 34px!important}.hero-copy{margin-left:clamp(28px,4vw,56px)!important;}}
@media(max-width:760px){.hero-grid.hero-full{padding:145px 0 52px!important}.hero-copy{margin-left:0!important;max-width:100%!important}.hero-dots{bottom:16px!important;}}
.festival-grid-empty{display:flex!important;justify-content:center!important;align-items:flex-start!important;}
#festivalGrid .festival-empty{width:min(760px,100%)!important;max-width:760px!important;margin:28px auto 0!important;padding:26px 30px!important;line-height:1.65!important;font-size:16px!important;}
.audition-empty{width:min(780px,100%);max-width:780px;padding:24px 28px!important;line-height:1.65!important;}

/* Final master public polish: top nav hover must stay readable, dropdown stable, hero text lower. */
.topbar .navlinks > a,
.topbar .navlinks .nav-dropdown > a{
  border-radius:999px!important;
  transition:background .16s ease,color .16s ease,transform .16s ease!important;
}
.topbar .navlinks > a:hover,
.topbar .navlinks > a:focus-visible,
.topbar .navlinks .nav-dropdown:hover > a,
.topbar .navlinks .nav-dropdown:focus-within > a{
  background:linear-gradient(135deg,var(--blue),var(--blue-mid))!important;
  color:#fff!important;
  box-shadow:0 10px 28px rgba(var(--blue-rgb),.18)!important;
}
.nav-dropdown > a:after{content:none!important;display:none!important;}
.nav-dropdown-menu{top:100%!important;margin-top:0!important;padding-top:8px!important;}
.nav-dropdown-menu:before{content:""!important;position:absolute!important;left:0!important;right:0!important;top:-10px!important;height:10px!important;display:block!important;background:transparent!important;}
.nav-dropdown:hover .nav-dropdown-menu,.nav-dropdown:focus-within .nav-dropdown-menu{display:grid!important;}
.hero-grid.hero-full{padding:340px 0 26px!important;align-items:flex-end!important;}
.hero-copy{margin-left:clamp(58px,6vw,104px)!important;}
.hero-dots{bottom:10px!important;}
@media(max-width:1180px){.hero-grid.hero-full{padding:260px 0 34px!important}.hero-copy{margin-left:clamp(30px,4.5vw,60px)!important}.hero h1{white-space:normal!important}}
@media(max-width:760px){.hero-grid.hero-full{padding:160px 0 56px!important}.hero-copy{margin-left:0!important}.hero-dots{bottom:15px!important}}
.not-found-card .btn{margin-right:10px;margin-top:10px}


/* V14.9 trial checkout presentation: show only the amount charged today to the customer. */
.uc-checkout-trial-price{color:var(--blue)!important;font-weight:950!important;font-size:1.42rem!important;line-height:1.1!important}
.summary-row.uc-trial-summary-strike strong{text-decoration:line-through!important;color:#8c747b!important;font-weight:750!important}
.summary-row.uc-checkout-total-today strong{color:var(--blue)!important;font-weight:950!important}
