
:root{
  --ink:#15070b; --ink2:#23090f; --black:#070204; --cream:#fff8f0; --paper:#fffaf4; --paper2:#fff0e8;
  --text:#211518; --muted:#6d5651; --line:rgba(28,9,13,.12);
  --red:#ff2d62; --ruby:#c61135; --pink:#ff9db2; --salmon:#ff705e; --orange:#f3a35d; --green:#a9cd5b; --lime:#cde56c;
  --grad:linear-gradient(105deg,#fff8ef 0%,#ffd3dd 16%,#ff7f9c 30%,#ff2d62 48%,#ff705e 63%,#f3a35d 75%,#a9cd5b 94%);
  --grad2:linear-gradient(135deg,#ff2d62,#ff705e 50%,#a9cd5b 110%);
  --shadow:0 36px 120px rgba(21,7,11,.22);
  --max:1240px;
  --ease:cubic-bezier(.2,.8,.2,1);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth; font-size:16px}
body{margin:0; font-family:Inter, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; color:var(--text); background:var(--paper); line-height:1.65; overflow-x:hidden}
body.dark-page{background:var(--black); color:var(--cream)}
a{color:inherit;text-decoration:none} img,video{display:block;max-width:100%;height:auto} button{font:inherit}
.wrap{width:min(var(--max),calc(100% - 44px)); margin-inline:auto}.wide{width:min(1440px,calc(100% - 44px)); margin-inline:auto}
.sr-only{position:absolute;width:1px;height:1px;clip:rect(0 0 0 0);overflow:hidden;white-space:nowrap}.skip{position:absolute;left:20px;top:-80px;background:var(--red);color:#fff;padding:12px 16px;border-radius:999px;z-index:999}.skip:focus{top:18px}
.site-bg{position:fixed;inset:0;z-index:-4;background:radial-gradient(circle at 18% 12%,rgba(255,45,98,.16),transparent 30%),radial-gradient(circle at 84% 18%,rgba(169,205,91,.14),transparent 25%),linear-gradient(180deg,#fff8f0 0%,#fff3eb 44%,#16070b 100%)}
.noise{position:fixed;inset:0;z-index:-3;pointer-events:none;opacity:.10;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence baseFrequency='.75' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E")}
.seed-canvas{position:fixed;inset:0;z-index:-2;pointer-events:none;opacity:.38}.melon-cursor{position:fixed;left:0;top:0;width:220px;height:220px;border-radius:50%;pointer-events:none;z-index:9999;transform:translate(-50%,-50%);opacity:0;mix-blend-mode:screen;transition:opacity .25s ease;background:radial-gradient(circle at 44% 42%,rgba(255,240,244,.96) 0 5%,rgba(255,45,98,.8) 7%,rgba(255,45,98,.42) 16%,rgba(169,205,91,.36) 26%,rgba(255,45,98,.15) 44%,transparent 65%);filter:blur(6px);box-shadow:0 0 42px rgba(255,45,98,.32),0 0 72px rgba(169,205,91,.16)}
body.cursor-on .melon-cursor{opacity:.72}
.topbar{position:sticky;top:0;z-index:900;height:72px;border-bottom:1px solid rgba(255,255,255,.12);background:linear-gradient(180deg,rgba(10,3,6,.88),rgba(10,3,6,.68));backdrop-filter:blur(18px);box-shadow:0 18px 80px rgba(0,0,0,.16)}
.nav{height:72px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:13px;min-width:230px}.brand-logo{width:96px;height:38px;border-radius:10px;background:#fff;object-fit:contain;padding:4px;box-shadow:0 0 34px rgba(255,45,98,.38),0 0 0 1px rgba(255,255,255,.14)}.brand-title{font-weight:950;color:#fff;letter-spacing:.01em;white-space:nowrap}.brand-title b{background:var(--grad);background-size:240% 100%;-webkit-background-clip:text;background-clip:text;color:transparent;animation:gradientFlow 7s ease-in-out infinite}.nav-links{display:flex;align-items:center;gap:20px;text-transform:uppercase;letter-spacing:.15em;font-size:12px;font-weight:850;color:#f6ded8}.nav-links a{opacity:.78;transition:.25s}.nav-links a:hover,.nav-links a.active{opacity:1;color:#fff;text-shadow:0 0 26px rgba(255,45,98,.72)}.cart-pill{display:flex;align-items:center;gap:9px;border:1px solid rgba(255,255,255,.22);border-radius:999px;background:rgba(255,255,255,.08);padding:10px 16px;color:#fff;font-weight:950;box-shadow:inset 0 0 0 1px rgba(255,255,255,.05)}.cart-count{min-width:24px;height:24px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,var(--red),#ff6d64);font-size:12px;box-shadow:0 0 25px rgba(255,45,98,.58)}.menu-btn{display:none;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.2);color:#fff;border-radius:999px;padding:10px 14px;font-weight:900}
.watermelon-gradient,.grad{background:var(--grad);background-size:260% 100%;-webkit-background-clip:text;background-clip:text;color:transparent;animation:gradientFlow 7s ease-in-out infinite}@keyframes gradientFlow{0%,100%{background-position:0% 50%}50%{background-position:100% 50%}}
.pill{display:inline-flex;align-items:center;justify-content:center;gap:9px;border-radius:999px;border:1px solid rgba(26,7,13,.17);padding:14px 21px;font-weight:950;cursor:pointer;transition:transform .28s var(--ease),box-shadow .28s var(--ease),border-color .28s var(--ease),background .28s var(--ease);background:rgba(255,255,255,.2)}.pill:hover{transform:translateY(-3px) scale(1.018);box-shadow:0 24px 80px rgba(255,45,98,.24),0 0 44px rgba(169,205,91,.12);border-color:rgba(255,45,98,.55)}.pill.primary{background:linear-gradient(135deg,#ff2d62,#e31142 54%,#a9cd5b 150%);color:#fff;border:0;box-shadow:0 24px 80px rgba(255,45,98,.32)}.pill.dark{background:#120609;color:#fff;border-color:rgba(255,255,255,.12)}
.section{padding:112px 0}.section.tight{padding:74px 0}.section.light{background:linear-gradient(180deg,var(--paper),#fff)}.section.dark{background:linear-gradient(180deg,#090204,#120609);color:var(--cream)}.section.red{background:radial-gradient(circle at 20% 0%,rgba(255,45,98,.35),transparent 28%),linear-gradient(140deg,#3a0712,#160408);color:#fff}.section-head{display:flex;gap:34px;align-items:end;justify-content:space-between;margin-bottom:42px}.section-head>div{max-width:780px}.section-kicker,.eyebrow{display:inline-flex;align-items:center;gap:10px;text-transform:uppercase;letter-spacing:.2em;font-size:12px;font-weight:950;color:#c81742}.section.dark .section-kicker,.section.red .section-kicker,.dark .eyebrow{color:#ffd1dc}.section-kicker:before,.eyebrow:before{content:"";width:9px;height:9px;border-radius:50%;background:var(--red);box-shadow:0 0 20px var(--red),0 0 0 8px rgba(169,205,91,.08)}h1,h2,h3,p{margin-top:0}h1,.display{font-size:clamp(56px,8.4vw,142px);line-height:.88;letter-spacing:-.07em;margin:18px 0 28px;overflow:visible}.display span,.hero-title span{display:block;overflow:visible;padding:.015em 0}.hero-title{font-size:clamp(56px,9vw,148px);line-height:.88;letter-spacing:-.074em;margin:18px 0 26px;max-width:900px;overflow:visible;text-wrap:balance}h2{font-size:clamp(42px,6vw,96px);line-height:.92;letter-spacing:-.06em;margin:10px 0 16px}h3{font-size:clamp(24px,3vw,42px);line-height:1.02;letter-spacing:-.035em;margin:0 0 12px}.lead{font-size:clamp(18px,2vw,24px);color:#624a45;max-width:760px}.dark .lead,.section.dark .lead,.section.red .lead{color:#f2dcd6}.copy{font-size:18px;color:#5f4a45}.dark .copy{color:#ead7d1}
.hero{position:relative;min-height:calc(100svh - 72px);padding:96px 0 74px;overflow:visible}.hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(410px,.78fr);gap:58px;align-items:center}.hero-copy{position:relative;z-index:3}.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin:32px 0 34px}.metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;max-width:760px}.metric{border:1px solid rgba(26,7,13,.13);background:rgba(255,255,255,.55);border-radius:25px;padding:17px 18px;box-shadow:0 16px 50px rgba(37,11,16,.07)}.metric b{display:block;font-size:28px}.metric span{text-transform:uppercase;font-size:12px;letter-spacing:.13em;color:#856a63;font-weight:850}.hero-stage{position:relative;min-height:630px;perspective:1100px}.hero-card{position:absolute;display:block;border-radius:34px;overflow:hidden;border:1px solid rgba(255,255,255,.2);box-shadow:0 36px 120px rgba(28,5,12,.28);background:#fff;cursor:zoom-in}.hero-card img{width:100%;height:100%;object-fit:contain;background:#fff;transition:transform .65s var(--ease)}.hero-card.dark-card img{object-fit:cover;background:#080305}.hero-card.main{right:4%;top:5%;width:min(78%,430px);height:560px;padding:10px;animation:heroFloat 7s ease-in-out infinite}.hero-card.logo-card{left:0;top:28%;width:min(68%,360px);height:250px;padding:26px;transform:rotate(-5deg);animation:heroFloat2 8.2s ease-in-out infinite}.hero-card.splash-card{right:0;bottom:2%;width:min(55%,300px);height:360px;transform:rotate(5deg);animation:heroFloat3 9.2s ease-in-out infinite}@keyframes heroFloat{0%,100%{transform:translate3d(0,0,0) rotate(2deg)}50%{transform:translate3d(0,-18px,0) rotate(-1deg)}}@keyframes heroFloat2{0%,100%{transform:translate3d(0,0,0) rotate(-5deg)}50%{transform:translate3d(8px,18px,0) rotate(-2deg)}}@keyframes heroFloat3{0%,100%{transform:translate3d(0,0,0) rotate(5deg)}50%{transform:translate3d(-12px,-14px,0) rotate(2deg)}}.float-chip{position:absolute;z-index:8;border-radius:999px;padding:13px 17px;background:rgba(10,3,6,.72);color:#fff;border:1px solid rgba(255,255,255,.18);backdrop-filter:blur(15px);box-shadow:0 24px 80px rgba(0,0,0,.25);font-weight:950}.chip-a{top:18%;right:0}.chip-b{bottom:18%;left:14%;background:var(--grad2)}.chip-c{bottom:4%;right:22%;background:#110507}
.electric,.hover-glow,.media-card,.hero-card,.product-frame,.shop-panel,.polaroid-card,.video-card,.logo-panel,.text-card{position:relative;transition:transform .42s var(--ease),box-shadow .42s var(--ease),filter .42s var(--ease),border-color .42s var(--ease)}.electric:before,.hover-glow:before,.media-card:before,.hero-card:before,.product-frame:before,.shop-panel:before,.polaroid-card:before,.video-card:before,.logo-panel:before,.text-card:before{content:"";position:absolute;inset:-2px;border-radius:inherit;background:conic-gradient(from var(--angle,0deg),rgba(255,45,98,.92),rgba(255,112,94,.78),rgba(169,205,91,.74),rgba(255,45,98,.92));opacity:0;z-index:-1;filter:blur(20px);transition:opacity .42s var(--ease),filter .42s var(--ease);animation:borderSpin 5s linear infinite}.electric:after,.video-card:after,.shop-panel:after,.product-frame:after{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;border:1px solid rgba(255,255,255,.12)}@property --angle{syntax:'<angle>';initial-value:0deg;inherits:false}@keyframes borderSpin{to{--angle:360deg}}.electric:hover:before,.hover-glow:hover:before,.media-card:hover:before,.hero-card:hover:before,.product-frame:hover:before,.shop-panel:hover:before,.polaroid-card:hover:before,.video-card:hover:before,.logo-panel:hover:before,.text-card:hover:before{opacity:.78;filter:blur(28px)}.hover-glow:hover,.media-card:hover,.product-frame:hover,.shop-panel:hover,.video-card:hover,.logo-panel:hover,.text-card:hover{transform:translateY(-7px) scale(1.012);box-shadow:0 36px 110px rgba(255,45,98,.18),0 0 70px rgba(169,205,91,.12)}.hover-glow img,.media-card img,.product-frame img,.video-card video,.video-card img,.logo-panel img{transition:transform .65s var(--ease),filter .65s var(--ease)}.hover-glow:hover img,.media-card:hover img,.product-frame:hover img,.video-card:hover video,.video-card:hover img,.logo-panel:hover img{transform:scale(1.035);filter:saturate(1.08) contrast(1.02)}.hero-card:hover img{transform:scale(1.04)}
.claim-marquee{background:#090204;color:#fff;border-top:1px solid rgba(255,255,255,.12);border-bottom:1px solid rgba(255,255,255,.12);overflow:hidden;white-space:nowrap}.claim-track{display:inline-flex;gap:54px;align-items:center;padding:18px 0;animation:marquee 24s linear infinite}.claim-track span{text-transform:uppercase;letter-spacing:.18em;font-weight:950}.claim-track b{color:var(--green)}@keyframes marquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}
.cards-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.text-card{border-radius:30px;background:#fff;padding:28px;border:1px solid rgba(20,7,11,.1);box-shadow:0 22px 70px rgba(20,7,11,.08)}.text-card p{color:#67504a;margin-bottom:0}.text-card .num{display:inline-grid;place-items:center;width:38px;height:38px;border-radius:50%;background:var(--grad2);color:#fff;font-weight:950;margin-bottom:16px}.dark .text-card,.section.dark .text-card,.section.red .text-card{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.13);color:#fff}.dark .text-card p,.section.dark .text-card p,.section.red .text-card p{color:#e8d4ce}
.logo-grid,.split-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:42px;align-items:center}.logo-panel{border-radius:44px;background:#fff;padding:64px;box-shadow:0 36px 130px rgba(17,5,8,.22);border:1px solid rgba(255,255,255,.24)}.logo-panel img{width:100%;object-fit:contain}.identity-copy{border-radius:38px;padding:38px;background:rgba(255,255,255,.78);border:1px solid rgba(33,10,15,.11);box-shadow:0 28px 90px rgba(20,7,11,.08);backdrop-filter:blur(12px)}.swatches{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}.swatch{width:86px;height:48px;border-radius:17px;border:1px solid rgba(0,0,0,.1);box-shadow:inset 0 0 0 1px rgba(255,255,255,.28)}
.product-frame{border-radius:42px;background:linear-gradient(180deg,#fff,#f7f4ef);min-height:660px;display:grid;place-items:center;padding:24px;border:1px solid rgba(255,255,255,.22);box-shadow:0 36px 120px rgba(24,5,11,.18),0 0 72px rgba(255,45,98,.15);cursor:zoom-in;overflow:hidden}.product-frame img{height:min(630px,72vh);width:auto;object-fit:contain}.shop-layout{display:grid;grid-template-columns:minmax(360px,1fr) minmax(330px,.78fr);gap:42px;align-items:center}.shop-panel{border-radius:38px;padding:34px;background:linear-gradient(140deg,rgba(255,255,255,.93),rgba(255,246,238,.82));border:1px solid rgba(31,8,14,.12);box-shadow:0 36px 120px rgba(30,6,12,.12);backdrop-filter:blur(12px)}.shop-panel h1,.shop-panel h2{font-size:clamp(42px,5.6vw,82px);letter-spacing:-.066em}.price{font-size:48px;font-weight:950;letter-spacing:-.04em;margin:18px 0 6px}.features{list-style:none;padding:0;margin:22px 0}.features li{display:flex;gap:12px;align-items:flex-start;margin:12px 0}.features li:before{content:"✓";color:var(--green);font-weight:950}.qty{display:flex;align-items:center;gap:14px;margin:22px 0}.qty button{width:40px;height:40px;border-radius:50%;border:1px solid rgba(20,7,11,.15);background:#fff;cursor:pointer;font-weight:950}.shop-actions{display:flex;gap:12px;flex-wrap:wrap}.disclaimer{font-size:13px;color:#7e655e;margin-top:16px}
.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.gallery-grid.large{grid-template-columns:repeat(3,1fr)}.media-card{overflow:hidden;border-radius:30px;background:#0a0305;border:1px solid rgba(255,255,255,.13);box-shadow:0 24px 80px rgba(13,3,6,.18);cursor:zoom-in}.media-card img{width:100%;aspect-ratio:4/5;object-fit:cover}.media-caption{position:absolute;left:0;right:0;bottom:0;padding:70px 18px 18px;background:linear-gradient(180deg,transparent,rgba(6,2,4,.88));color:#fff}.media-caption b{display:block;font-size:19px;letter-spacing:-.015em}.media-caption span{display:block;font-size:13px;color:#f1d9d3}.media-link{display:inline-flex;margin-top:10px;padding:7px 10px;border-radius:999px;background:rgba(255,255,255,.12);font-size:12px;font-weight:900}
.polaroid-section{position:relative;background:#050103;color:#fff;overflow:hidden;padding:120px 0 104px}.polaroid-section:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 14% 18%,rgba(255,45,98,.28),transparent 28%),radial-gradient(circle at 88% 78%,rgba(169,205,91,.12),transparent 28%);pointer-events:none}.polaroid-header{position:relative;z-index:2;margin-bottom:32px}.polaroid-rail{position:relative;display:flex;gap:22px;overflow-x:auto;scroll-snap-type:x mandatory;padding:28px 9vw 54px;cursor:grab;overscroll-behavior-x:contain;scrollbar-width:thin}.polaroid-rail:active{cursor:grabbing}.polaroid-card{flex:0 0 min(340px,78vw);background:#fff;color:#120609;border-radius:24px;padding:14px 14px 22px;box-shadow:0 30px 90px rgba(0,0,0,.38);scroll-snap-align:center;transform:rotate(var(--rot));cursor:zoom-in}.polaroid-card:nth-child(odd){--rot:-2deg}.polaroid-card:nth-child(even){--rot:2deg}.polaroid-card:hover{transform:translateY(-8px) rotate(var(--rot)) scale(1.015)}.polaroid-card img{width:100%;aspect-ratio:4/5;object-fit:cover;border-radius:16px}.polaroid-card b{display:block;margin-top:13px;font-size:20px}.polaroid-card p{font-size:14px;line-height:1.45;color:#5d4a45;margin:6px 0 0}.rail-hint{color:#e7cbc4;font-weight:800;letter-spacing:.08em;text-transform:uppercase;font-size:12px}
.video-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}.video-card{border-radius:34px;overflow:hidden;background:#080204;border:1px solid rgba(255,255,255,.15);cursor:zoom-in;box-shadow:0 32px 110px rgba(0,0,0,.28)}.video-card video,.video-card img{width:100%;aspect-ratio:16/10;object-fit:cover}.video-card .media-caption{position:relative;background:linear-gradient(180deg,#110609,#080204);padding:18px}.video-card.full{grid-column:span 2}.video-badge{position:absolute;top:14px;right:14px;z-index:4;padding:8px 11px;border-radius:999px;background:rgba(8,2,4,.75);border:1px solid rgba(255,255,255,.2);backdrop-filter:blur(12px);font-weight:950;font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:#fff}.motion-notes{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin-top:34px}
.timeline{display:grid;gap:18px}.step{display:grid;grid-template-columns:88px 1fr;gap:20px;align-items:start;padding:24px;border-radius:28px;background:#fff;border:1px solid rgba(20,7,11,.1);box-shadow:0 20px 65px rgba(20,7,11,.06)}.step-no{width:64px;height:64px;border-radius:50%;display:grid;place-items:center;background:var(--grad2);color:#fff;font-weight:950;font-size:22px}.step p{color:#624d47;margin-bottom:0}.dark .step{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.12)}.dark .step p{color:#ead7d0}.codebox{border-radius:26px;background:#0a0305;color:#fff;padding:22px;border:1px solid rgba(255,255,255,.14);overflow:auto;box-shadow:inset 0 0 0 1px rgba(255,255,255,.04)}.codebox pre{white-space:pre-wrap;margin:0;font-family:ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;font-size:13px;line-height:1.55;color:#f8dce3}.callout{border-radius:32px;padding:32px;background:linear-gradient(135deg,rgba(255,45,98,.12),rgba(169,205,91,.12));border:1px solid rgba(255,45,98,.2)}.lock-list{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;list-style:none;padding:0;margin:22px 0}.lock-list li{padding:12px 14px;border-radius:17px;background:rgba(255,255,255,.68);border:1px solid rgba(21,7,11,.09);font-weight:850}.dark .lock-list li{background:rgba(255,255,255,.07);border-color:rgba(255,255,255,.12)}
.footer{padding:56px 0;background:#070204;color:#e9d6d0;border-top:1px solid rgba(255,255,255,.12)}.footer-grid{display:grid;grid-template-columns:1fr auto;gap:24px;align-items:start}.footer a{text-decoration:underline;text-decoration-color:rgba(255,255,255,.25);text-underline-offset:4px}.legal-links{display:flex;gap:14px;flex-wrap:wrap}.back-top{position:fixed;right:22px;bottom:22px;z-index:800;width:58px;height:58px;border-radius:50%;border:1px solid rgba(255,255,255,.25);background:radial-gradient(circle at 45% 35%,#fff3f5 0 8%,#ff2d62 10%,#ff2d62 37%,#111 38%,#111 45%,#a9cd5b 46% 100%);color:#fff;font-weight:950;cursor:pointer;opacity:0;transform:translateY(20px) scale(.92);transition:.28s;box-shadow:0 18px 65px rgba(255,45,98,.32),0 0 35px rgba(169,205,91,.2)}.back-top.show{opacity:1;transform:translateY(0) scale(1)}
.lightbox,.video-lightbox{position:fixed;inset:0;z-index:2000;display:none;align-items:center;justify-content:center;padding:26px;background:rgba(3,1,2,.92);backdrop-filter:blur(12px)}.lightbox.active,.video-lightbox.active{display:flex}.lightbox img{max-width:min(94vw,1160px);max-height:90vh;border-radius:28px;box-shadow:0 50px 160px rgba(0,0,0,.65),0 0 90px rgba(255,45,98,.28),0 0 70px rgba(169,205,91,.13)}.video-lightbox video{width:min(94vw,1060px);max-height:88vh;border-radius:28px;box-shadow:0 50px 160px rgba(0,0,0,.7),0 0 90px rgba(255,45,98,.28)}.lightbox button,.video-lightbox button{position:absolute;top:20px;right:20px;width:48px;height:48px;border-radius:50%;border:1px solid rgba(255,255,255,.28);background:rgba(255,255,255,.1);color:#fff;font-size:26px;cursor:pointer}.toast{position:fixed;left:50%;bottom:28px;transform:translateX(-50%) translateY(18px);z-index:2100;background:#0a0305;color:#fff;border:1px solid rgba(255,255,255,.14);border-radius:999px;padding:12px 18px;box-shadow:0 25px 80px rgba(0,0,0,.35);opacity:0;transition:.25s}.toast.show{opacity:1;transform:translateX(-50%) translateY(0)}
.faq{display:grid;gap:14px}.faq details{background:#fff;border:1px solid rgba(20,7,11,.1);border-radius:20px;padding:18px 20px}.faq summary{cursor:pointer;font-weight:950}.faq p{color:#67514c;margin:10px 0 0}.breadcrumb{font-size:13px;color:#79615b;margin-bottom:24px}.breadcrumb a{text-decoration:underline;text-underline-offset:3px}.page-hero{padding:92px 0 62px;background:radial-gradient(circle at 75% 8%,rgba(169,205,91,.17),transparent 28%),linear-gradient(180deg,var(--paper),#fff0e8)}.dark-hero{background:radial-gradient(circle at 22% 8%,rgba(255,45,98,.25),transparent 28%),linear-gradient(180deg,#16060b,#080204);color:#fff}.dark-hero .lead{color:#f0d6d0}
@media(max-width:1100px){.nav-links{gap:12px;font-size:11px}.hero-grid,.shop-layout,.logo-grid,.split-grid{grid-template-columns:1fr}.hero-stage{min-height:610px}.cards-grid{grid-template-columns:repeat(2,1fr)}.gallery-grid,.gallery-grid.large{grid-template-columns:repeat(2,1fr)}.section-head{display:block}.product-frame{min-height:560px}.product-frame img{height:min(540px,68vh)}}
@media(max-width:760px){.wrap,.wide{width:min(100% - 28px, var(--max))}.topbar{height:auto}.nav{height:auto;min-height:64px;flex-wrap:wrap;padding:10px 0}.brand{min-width:0}.brand-logo{width:76px;height:32px}.brand-title{font-size:14px}.menu-btn{display:block}.nav-links{display:none;width:100%;padding:10px 0 4px;gap:10px;flex-wrap:wrap}.nav-links.open{display:flex}.cart-pill{padding:8px 12px}.hero{padding:72px 0 50px}.hero-title{font-size:clamp(54px,17vw,90px)}.hero-grid{gap:28px}.hero-stage{min-height:560px}.hero-card.main{left:14%;right:auto;width:74%;height:420px}.hero-card.logo-card{left:0;top:34%;width:62%;height:185px;padding:20px}.hero-card.splash-card{right:0;bottom:0;width:52%;height:300px}.chip-a{top:8%;right:2%}.chip-b{bottom:20%;left:4%}.chip-c{display:none}.metrics,.cards-grid,.gallery-grid,.gallery-grid.large,.video-grid,.motion-notes,.lock-list{grid-template-columns:1fr}.video-card.full{grid-column:span 1}.section{padding:74px 0}.polaroid-section{padding:80px 0}.footer-grid{grid-template-columns:1fr}.product-frame{min-height:470px}.product-frame img{height:min(450px,64vh)}.shop-panel{padding:25px}.step{grid-template-columns:1fr}.page-hero{padding:72px 0 44px}}
@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important;scroll-behavior:auto!important}.melon-cursor,.seed-canvas{display:none!important}}

/* === FINAL READABILITY + AWARD-LEVEL STABILITY FIX === */
html{background:#fff8ef;}
.topbar{background:linear-gradient(180deg,rgba(12,5,7,.94),rgba(12,5,7,.82))!important;}
.brand-logo{width:118px!important;height:36px!important;border-radius:12px!important;padding:3px 6px!important;object-fit:contain!important;background:#fffaf4!important;box-shadow:0 0 26px rgba(255,45,98,.22),0 0 0 1px rgba(255,255,255,.22)!important;}
.brand-title{font-size:15px!important;}
.hero{min-height:calc(100svh - 72px);padding:94px 0 78px!important;background:radial-gradient(circle at 16% 10%,rgba(255,45,98,.32),transparent 32%),radial-gradient(circle at 82% 22%,rgba(169,205,91,.16),transparent 26%),linear-gradient(135deg,#120407 0%,#3b0814 44%,#17050a 100%);color:#fff8ef;overflow:hidden!important;}
.hero:after{content:"";position:absolute;inset:auto -10% -24% -10%;height:36%;background:radial-gradient(ellipse at center,rgba(255,45,98,.26),transparent 64%);pointer-events:none;}
.hero-grid{grid-template-columns:minmax(0,1.05fr) minmax(360px,.82fr)!important;gap:58px!important;align-items:center!important;}
.hero-copy{max-width:760px;}
.hero .eyebrow{color:#ffe7df!important;text-shadow:0 0 18px rgba(255,45,98,.3);}
.hero-title{font-size:clamp(54px,7.6vw,116px)!important;line-height:.9!important;letter-spacing:-.068em!important;max-width:820px!important;margin-bottom:28px!important;}
.hero-title span{display:block;overflow:visible!important;padding:.035em 0!important;}
.hero .lead{color:#fff1ec!important;font-size:clamp(18px,1.75vw,24px)!important;text-shadow:0 2px 26px rgba(0,0,0,.32);}
.hero .pill:not(.primary){background:rgba(255,255,255,.12)!important;color:#fff!important;border-color:rgba(255,255,255,.24)!important;}
.hero .metric{background:rgba(255,255,255,.10)!important;color:#fff!important;border-color:rgba(255,255,255,.16)!important;backdrop-filter:blur(12px);}
.hero .metric span{color:#ffd7d2!important;}
.hero-stage.single-hero{min-height:auto!important;display:grid!important;place-items:center!important;perspective:1200px!important;}
.hero-single-card.hero-card.main{position:relative!important;inset:auto!important;right:auto!important;top:auto!important;left:auto!important;bottom:auto!important;width:min(470px,100%)!important;height:auto!important;aspect-ratio:4/5!important;padding:0!important;border:1px solid rgba(255,255,255,.22)!important;border-radius:34px!important;overflow:hidden!important;background:#050103!important;box-shadow:0 46px 135px rgba(0,0,0,.46),0 0 80px rgba(255,45,98,.18)!important;animation:heroFloat 7s ease-in-out infinite!important;}
.hero-single-card img{width:100%!important;height:100%!important;object-fit:cover!important;background:#050103!important;}
.hero-note{margin:18px 0 0;text-align:center;color:#ffe2dc;font-size:13px;letter-spacing:.12em;text-transform:uppercase;font-weight:850;opacity:.86;}
.float-chip,.hero-card.logo-card,.hero-card.splash-card{display:none!important;}
.melon-cursor{width:250px!important;height:250px!important;background:radial-gradient(circle at 45% 42%,rgba(255,255,255,.95) 0 4%,rgba(255,45,98,.82) 6%,rgba(255,45,98,.48) 18%,rgba(25,25,25,.58) 20% 22%,rgba(169,205,91,.44) 24%,rgba(255,45,98,.14) 45%,transparent 68%)!important;filter:blur(7px)!important;box-shadow:0 0 48px rgba(255,45,98,.34),0 0 76px rgba(169,205,91,.23)!important;}
body.cursor-on .melon-cursor{opacity:.76!important;}
/* Polaroids: moving, no visible scrollbar, no jumping */
.polaroid-section{background:radial-gradient(circle at 20% 18%,rgba(255,45,98,.22),transparent 30%),linear-gradient(180deg,#060103 0%,#090204 100%)!important;}
.polaroid-rail{overflow-x:auto!important;scrollbar-width:none!important;-ms-overflow-style:none!important;scroll-behavior:auto!important;cursor:grab!important;}
.polaroid-rail::-webkit-scrollbar{display:none!important;}
.polaroid-rail.dragging,.polaroid-rail:hover{cursor:grabbing!important;}
.polaroid-card{transition:box-shadow .32s var(--ease),filter .32s var(--ease),transform .32s var(--ease)!important;}
.polaroid-card:hover{transform:rotate(var(--rot)) scale(1.018)!important;box-shadow:0 32px 105px rgba(255,45,98,.23),0 0 70px rgba(169,205,91,.14),0 24px 90px rgba(0,0,0,.42)!important;}
.polaroid-card img{transition:transform .45s var(--ease),filter .45s var(--ease)!important;}
.polaroid-card:hover img{transform:scale(1.035)!important;filter:saturate(1.07) contrast(1.03)!important;}
/* Shop: never clipped, readable title */
.product-frame{min-height:560px!important;padding:18px!important;overflow:hidden!important;}
.product-frame img{height:min(610px,70vh)!important;width:auto!important;object-fit:contain!important;}
.shop-panel{max-width:640px!important;}
.shop-panel h1,.shop-panel h2{font-size:clamp(40px,4.8vw,76px)!important;line-height:.94!important;letter-spacing:-.055em!important;overflow:visible!important;padding-bottom:.04em!important;}
.shop-panel .lead{font-size:clamp(17px,1.55vw,22px)!important;}
.page-hero h1{font-size:clamp(52px,8vw,118px)!important;line-height:.9!important;overflow:visible!important;padding-bottom:.05em!important;}
.page-hero h1 span{display:block;overflow:visible!important;}
/* Documentation text upgrades readability */
.text-card p,.copy,.step p,.faq p{font-size:16.5px!important;line-height:1.68!important;}
.section.light{background:linear-gradient(180deg,#fffaf4,#fff6ee)!important;}
/* Responsive rescue */
@media(max-width:1100px){.hero-grid{grid-template-columns:1fr!important}.hero-stage.single-hero{margin-top:24px}.hero-single-card.hero-card.main{width:min(420px,92vw)!important}.hero-title{font-size:clamp(54px,12vw,96px)!important}.shop-layout{gap:28px!important}.product-frame{min-height:500px!important}.product-frame img{height:min(520px,66vh)!important}}
@media(max-width:760px){.brand-logo{width:88px!important}.hero{padding:64px 0 54px!important}.hero-title{font-size:clamp(48px,16vw,84px)!important}.metrics{grid-template-columns:1fr!important}.hero-single-card.hero-card.main{width:min(350px,88vw)!important}.product-frame{min-height:430px!important}.product-frame img{height:min(430px,62vh)!important}.shop-panel h2{font-size:clamp(38px,12vw,56px)!important}.page-hero h1{font-size:clamp(46px,14vw,82px)!important}.polaroid-rail{padding-left:24px!important;padding-right:24px!important}}
button.hero-card{appearance:none;border:1px solid rgba(255,255,255,.22);text-align:initial;font:inherit;color:inherit;}


/* === FINAL SPLIT-POLAROID + DOCUMENTATION DEPTH PATCH === */
.narrative-depth .copy{font-size:18px!important;line-height:1.78!important;color:#5d4742;}
.section.dark .narrative-depth .copy,.dark .narrative-depth .copy{color:#ead7d1;}
.narrative-depth .text-card p{font-size:16.8px!important;line-height:1.68!important;}
.narrative-depth .callout{box-shadow:0 24px 90px rgba(255,45,98,.12),0 0 52px rgba(169,205,91,.10);}

.polaroid-section{min-height:1180px!important;padding:118px 0 150px!important;overflow:hidden!important;}
.polaroid-header{margin-bottom:8px!important;}
.polaroid-header .lead{max-width:940px!important;}
.polaroid-stage{position:relative!important;height:min(900px,88vw)!important;min-height:760px!important;max-height:940px!important;width:min(1500px,100%)!important;margin:0 auto!important;padding:0!important;overflow:visible!important;scroll-snap-type:none!important;cursor:default!important;}
.polaroid-stage .polaroid-card{position:absolute!important;left:50%!important;top:118px!important;width:clamp(210px,21vw,330px)!important;min-width:0!important;flex:none!important;z-index:var(--z,1)!important;transform:translate(-50%, calc(var(--split, 0) * var(--ty, 0px))) translateX(calc(var(--split, 0) * var(--tx, 0vw))) rotate(calc(var(--rot, 0deg) * (0.35 + var(--split, 0) * 0.65))) scale(calc(.86 + var(--split, 0) * .14))!important;transition:box-shadow .32s var(--ease),filter .32s var(--ease),opacity .32s var(--ease)!important;will-change:transform;}
.polaroid-stage .polaroid-card:hover{transform:translate(-50%, calc(var(--split, 0) * var(--ty, 0px))) translateX(calc(var(--split, 0) * var(--tx, 0vw))) rotate(calc(var(--rot, 0deg) * (0.35 + var(--split, 0) * 0.65))) scale(calc(.88 + var(--split, 0) * .16))!important;}
.polaroid-stage .polaroid-card:nth-child(1){--tx:-36vw;--ty:28px;--rot:-8deg;--z:5;}
.polaroid-stage .polaroid-card:nth-child(2){--tx:-17vw;--ty:98px;--rot:5deg;--z:8;}
.polaroid-stage .polaroid-card:nth-child(3){--tx:2vw;--ty:38px;--rot:-3deg;--z:9;}
.polaroid-stage .polaroid-card:nth-child(4){--tx:20vw;--ty:108px;--rot:7deg;--z:7;}
.polaroid-stage .polaroid-card:nth-child(5){--tx:37vw;--ty:62px;--rot:-6deg;--z:6;}
.polaroid-stage .polaroid-card:nth-child(6){--tx:-30vw;--ty:252px;--rot:6deg;--z:4;}
.polaroid-stage .polaroid-card:nth-child(7){--tx:-8vw;--ty:285px;--rot:-4deg;--z:3;}
.polaroid-stage .polaroid-card:nth-child(8){--tx:13vw;--ty:268px;--rot:5deg;--z:2;}
.polaroid-stage .polaroid-card:nth-child(9){--tx:31vw;--ty:245px;--rot:-5deg;--z:1;}
.polaroid-stage .polaroid-card img{aspect-ratio:4/5!important;}
.polaroid-stage:after{content:"Scroll = Split Theatre";position:absolute;right:4vw;bottom:12px;color:#e9d8d2;font-size:12px;text-transform:uppercase;letter-spacing:.16em;font-weight:900;opacity:.66;}

@media(max-width:980px){
  .polaroid-section{min-height:auto!important;padding:84px 0 96px!important;}
  .polaroid-stage{height:auto!important;min-height:0!important;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:18px!important;width:min(100% - 28px,760px)!important;}
  .polaroid-stage .polaroid-card{position:relative!important;left:auto!important;top:auto!important;width:100%!important;transform:rotate(var(--rot,0deg))!important;}
  .polaroid-stage .polaroid-card:hover{transform:rotate(var(--rot,0deg)) scale(1.018)!important;}
  .polaroid-stage:after{display:none!important;}
}
@media(max-width:620px){
  .polaroid-stage{grid-template-columns:1fr!important;}
}


/* === FINAL POLAROID + DOCUMENTATION PATCH === */
.page-hero{position:relative;overflow:hidden;min-height:420px;display:flex;align-items:center}
.page-hero .wrap{position:relative;z-index:2}
.page-hero .wrap:after{content:"";position:absolute;right:0;top:50%;width:min(440px,38vw);height:170px;transform:translateY(-50%);background:url('../img/wtrmln-logo-crop.webp') center/contain no-repeat;opacity:.16;filter:saturate(1.15);pointer-events:none}
.page-hero h1.grad{background-image:linear-gradient(105deg,#c61135 0%,#ff2d62 28%,#ff705e 56%,#f3a35d 74%,#a9cd5b 100%)!important;-webkit-background-clip:text!important;background-clip:text!important;color:transparent!important;opacity:.98!important;text-shadow:none!important}
.dark-hero .wrap:after{opacity:.24;filter:drop-shadow(0 0 40px rgba(255,45,98,.18))}
.section.light,.section.dark,.section.red{position:relative;overflow:hidden}
.section.light>.wrap,.section.dark>.wrap,.section.red>.wrap{position:relative;z-index:2}
.section.light>.wrap:before{content:"";position:absolute;right:clamp(18px,4vw,70px);top:clamp(10px,3vw,48px);width:min(300px,28vw);height:116px;background:url('../img/wtrmln-logo-crop.webp') center/contain no-repeat;opacity:.055;pointer-events:none}
.section.dark>.wrap:before,.section.red>.wrap:before{content:"";position:absolute;right:clamp(18px,4vw,70px);top:clamp(10px,3vw,48px);width:min(320px,30vw);height:120px;background:url('../img/wtrmln-logo-crop.webp') center/contain no-repeat;opacity:.12;filter:drop-shadow(0 0 42px rgba(255,45,98,.16));pointer-events:none}
.doc-rich-section .logo-panel{min-height:300px;display:grid;place-items:center;background:rgba(255,255,255,.66);border-radius:34px;border:1px solid rgba(21,7,11,.1);padding:28px;box-shadow:0 28px 90px rgba(21,7,11,.12)}
.doc-rich-section .logo-panel img{max-height:360px;object-fit:contain}.doc-rich-section .logo-panel video{width:100%;border-radius:24px}
/* Polaroid Scroll Theatre: long sticky split, no rail, no cut, no jump. */
.polaroid-section{min-height:220vh!important;padding:110px 0 160px!important;background:radial-gradient(circle at 16% 10%,rgba(255,45,98,.18),transparent 32%),radial-gradient(circle at 84% 80%,rgba(169,205,91,.14),transparent 28%),linear-gradient(180deg,#040102 0%,#090204 100%)!important;overflow:clip!important}
.polaroid-header{position:relative!important;z-index:5;margin-bottom:32px!important;max-width:1240px!important}
.polaroid-header .lead{max-width:980px!important;color:#ead7d1!important}
.polaroid-stage{position:sticky!important;top:110px!important;height:min(760px,78vh)!important;min-height:700px!important;max-height:none!important;width:min(1380px,calc(100% - 28px))!important;margin:18px auto 0!important;overflow:visible!important;perspective:1200px;isolation:isolate}
.polaroid-stage .polaroid-card{position:absolute!important;left:50%!important;top:86px!important;width:clamp(230px,22vw,330px)!important;min-width:0!important;max-width:none!important;flex:none!important;padding:13px 13px 21px!important;border-radius:24px!important;z-index:var(--z,1)!important;transform:translate3d(-50%, calc(var(--split,0) * var(--ty,0px)), 0) translateX(calc(var(--split,0) * var(--tx,0vw))) rotate(calc(var(--rot,0deg) * (.22 + var(--split,0)*.78))) scale(calc(.82 + var(--split,0)*.18))!important;transition:box-shadow .32s var(--ease),filter .32s var(--ease)!important;will-change:transform;cursor:zoom-in!important}
.polaroid-stage .polaroid-card:hover{transform:translate3d(-50%, calc(var(--split,0) * var(--ty,0px)), 0) translateX(calc(var(--split,0) * var(--tx,0vw))) rotate(calc(var(--rot,0deg) * (.22 + var(--split,0)*.78))) scale(calc(.84 + var(--split,0)*.19))!important;box-shadow:0 34px 110px rgba(255,45,98,.24),0 0 80px rgba(169,205,91,.18),0 28px 95px rgba(0,0,0,.48)!important}
.polaroid-stage .polaroid-card img{aspect-ratio:4/5!important;width:100%!important;height:auto!important;object-fit:cover!important;border-radius:16px!important}
.polaroid-stage .polaroid-card:nth-child(1){--tx:-31vw;--ty:18px;--rot:-8deg;--z:3}
.polaroid-stage .polaroid-card:nth-child(2){--tx:-14vw;--ty:122px;--rot:6deg;--z:6}
.polaroid-stage .polaroid-card:nth-child(3){--tx:2vw;--ty:54px;--rot:-3deg;--z:8}
.polaroid-stage .polaroid-card:nth-child(4){--tx:18vw;--ty:136px;--rot:7deg;--z:5}
.polaroid-stage .polaroid-card:nth-child(5){--tx:32vw;--ty:46px;--rot:-6deg;--z:4}
.polaroid-stage:after{content:"Scroll = stack splits apart"!important;position:absolute;right:4vw;bottom:16px;color:#f5dfd8;font-size:12px;text-transform:uppercase;letter-spacing:.16em;font-weight:900;opacity:.72}
@media(max-width:980px){
  .page-hero .wrap:after{position:relative;display:block;right:auto;top:auto;transform:none;width:220px;height:90px;margin:26px 0 0;opacity:.18}
  .section.light>.wrap:before,.section.dark>.wrap:before,.section.red>.wrap:before{display:none}
  .polaroid-section{min-height:auto!important;padding:84px 0 96px!important;overflow:hidden!important}
  .polaroid-stage{position:relative!important;top:auto!important;height:auto!important;min-height:0!important;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:18px!important;width:min(100% - 28px,760px)!important;margin:28px auto 0!important}
  .polaroid-stage .polaroid-card{position:relative!important;left:auto!important;top:auto!important;width:100%!important;transform:rotate(var(--rot,0deg))!important}
  .polaroid-stage .polaroid-card:hover{transform:rotate(var(--rot,0deg)) scale(1.018)!important}
  .polaroid-stage:after{display:none!important}
}
@media(max-width:620px){.polaroid-stage{grid-template-columns:1fr!important}.page-hero{min-height:auto}.doc-rich-section .logo-panel{min-height:220px}}


/* === FINAL MICROFIX: HERO-ONLY LOGO BOX + READABLE CARDS ===
   Design is frozen. This patch removes broad watermark overlays and keeps the logo only in a controlled hero logo box. */
.page-hero .wrap:after,
.section.light > .wrap:before,
.section.dark > .wrap:before,
.section.red > .wrap:before{
  content:none!important;
  display:none!important;
}
.page-hero{overflow:hidden!important;}
.page-hero .wrap{position:relative!important;}
.hero-logo-box{
  display:none;
}
@media(min-width:1000px){
  .page-hero .wrap{padding-right:clamp(310px,30vw,410px)!important;}
  .hero-logo-box{
    position:absolute;
    right:clamp(0px,2vw,34px);
    top:50%;
    transform:translateY(-50%);
    width:clamp(230px,24vw,330px);
    min-height:124px;
    display:grid;
    place-items:center;
    gap:10px;
    padding:22px 26px 18px;
    border-radius:28px;
    border:1px solid rgba(255,255,255,.28);
    background:linear-gradient(135deg,rgba(255,255,255,.70),rgba(255,246,238,.34));
    box-shadow:0 28px 92px rgba(28,5,12,.13),0 0 46px rgba(255,45,98,.16),0 0 54px rgba(169,205,91,.11);
    backdrop-filter:blur(13px);
    cursor:zoom-in;
    z-index:4;
  }
  .dark-hero .hero-logo-box{
    background:linear-gradient(135deg,rgba(255,255,255,.10),rgba(255,45,98,.07));
    border-color:rgba(255,255,255,.20);
    box-shadow:0 28px 96px rgba(0,0,0,.28),0 0 52px rgba(255,45,98,.24),0 0 50px rgba(169,205,91,.14);
  }
  .hero-logo-box img{
    width:100%;
    max-height:74px;
    object-fit:contain;
    transition:transform .6s var(--ease),filter .6s var(--ease);
    filter:saturate(1.04);
  }
  .hero-logo-box span{
    display:inline-flex;
    justify-content:center;
    align-items:center;
    width:max-content;
    padding:7px 12px;
    border-radius:999px;
    background:linear-gradient(135deg,rgba(255,45,98,.14),rgba(169,205,91,.14));
    color:#6f2934;
    font-size:11px;
    font-weight:950;
    text-transform:uppercase;
    letter-spacing:.16em;
  }
  .dark-hero .hero-logo-box span{color:#ffe4df;background:rgba(255,255,255,.08)}
  .hero-logo-box:hover{
    transform:translateY(-52%) scale(1.015);
    box-shadow:0 32px 108px rgba(255,45,98,.22),0 0 74px rgba(169,205,91,.16);
  }
  .hero-logo-box:hover img{transform:scale(1.04);}
}
@media(max-width:999px){
  .hero-logo-box{display:none!important;}
  .page-hero .wrap{padding-right:0!important;}
}
/* Motion note cards: headings must stay readable on light cards, with a controlled hover gradient. */
.motion-notes .text-card{
  background:rgba(255,255,255,.94)!important;
  border-color:rgba(21,7,11,.11)!important;
}
.motion-notes .text-card h3{
  color:#251016!important;
  -webkit-text-fill-color:#251016!important;
  background:none!important;
  opacity:1!important;
  text-shadow:none!important;
}
.motion-notes .text-card:hover h3{
  background:linear-gradient(105deg,#c61135 0%,#ff2d62 34%,#ff705e 56%,#f3a35d 74%,#a9cd5b 100%)!important;
  -webkit-background-clip:text!important;
  background-clip:text!important;
  color:transparent!important;
  -webkit-text-fill-color:transparent!important;
}
.motion-notes .text-card p{
  color:#5e4740!important;
}


/* === FINAL BILINGUAL + POLAROID MICROFIX ===
   Design frozen. Only: language toggle, headline clipping fix, identical split theatre on Visuals. */
.lang-toggle{
  display:inline-flex;align-items:center;gap:5px;border:1px solid rgba(255,255,255,.22);border-radius:999px;
  background:rgba(255,255,255,.08);color:#fff;padding:9px 13px;font-size:12px;font-weight:950;letter-spacing:.08em;
  cursor:pointer;box-shadow:inset 0 0 0 1px rgba(255,255,255,.05);transition:transform .26s var(--ease),box-shadow .26s var(--ease),border-color .26s var(--ease)
}
.lang-toggle:hover{transform:translateY(-2px);border-color:rgba(255,45,98,.58);box-shadow:0 18px 48px rgba(255,45,98,.18),0 0 30px rgba(169,205,91,.12)}
.lang-toggle .lang-current{background:var(--grad);background-size:240% 100%;-webkit-background-clip:text;background-clip:text;color:transparent;animation:gradientFlow 7s ease-in-out infinite}
.lang-toggle .lang-divider{opacity:.45}
body[data-lang="en"] .lang-toggle .lang-current::before{content:"EN";}
body[data-lang="en"] .lang-toggle .lang-current{font-size:0;}
body[data-lang="en"] .lang-toggle .lang-current::before{font-size:12px;}
.polaroid-header h2,
.polaroid-header h2.grad{
  line-height:1.06!important;
  padding-bottom:.12em!important;
  margin-bottom:.06em!important;
  overflow:visible!important;
  white-space:normal!important;
}
.polaroid-header{overflow:visible!important;padding-bottom:6px!important;}
.polaroid-section{overflow:visible!important;}
.polaroid-stage{overflow:visible!important;}
.polaroid-stage .polaroid-card{backface-visibility:hidden;}
@media(max-width:1160px){.nav{gap:12px}.nav-links{gap:13px}.brand{min-width:205px}.brand-logo{width:86px}.lang-toggle{padding:8px 10px}.cart-pill{padding:9px 12px}}
@media(max-width:980px){.lang-toggle{margin-left:auto}.nav-links.open{right:20px;}}

/* Toggle state correction */
body[data-lang="en"] .lang-toggle .lang-current{font-size:12px!important;}
body[data-lang="en"] .lang-toggle .lang-current::before{content:none!important;}


/* Final SEO/H1 fix: WTRMLN replaces the misleading "Everything About Watermelon" headline. */
.hero-title-single{
  font-size:clamp(72px,13vw,190px)!important;
  line-height:.86!important;
  letter-spacing:-.085em!important;
  max-width:980px!important;
  white-space:nowrap!important;
  overflow:visible!important;
  padding-bottom:.07em!important;
}
.hero-title-single span{
  display:inline-block!important;
  padding:.04em 0 .08em!important;
  overflow:visible!important;
}
@media(max-width:760px){
  .hero-title-single{font-size:clamp(58px,22vw,108px)!important;white-space:normal!important;}
}


/* === FINAL PASS: scroll progress, favicon-era title safety, motion card sizing ===
   Design frozen. Only the requested final fixes are applied. */
.scroll-progress{
  position:fixed;
  left:0;
  top:0;
  width:100%;
  height:5px;
  z-index:5000;
  pointer-events:none;
  background:rgba(255,255,255,.12);
  box-shadow:0 0 24px rgba(255,45,98,.16);
}
.scroll-progress__bar{
  display:block;
  width:0%;
  height:100%;
  border-radius:0 999px 999px 0;
  background:linear-gradient(90deg,#ff2d62 0%,#ff705e 36%,#f3a35d 64%,#a9cd5b 100%);
  box-shadow:0 0 18px rgba(255,45,98,.72),0 0 30px rgba(169,205,91,.28);
  transform-origin:left center;
  transition:width .08s linear;
}
.hero-title-single{
  font-size:clamp(66px,10.8vw,152px)!important;
  line-height:.98!important;
  letter-spacing:-.072em!important;
  max-width:min(100%,880px)!important;
  white-space:nowrap!important;
  overflow:visible!important;
  padding:.08em .06em .12em 0!important;
  margin-top:10px!important;
  margin-bottom:22px!important;
}
.hero-title-single span{
  display:inline-block!important;
  overflow:visible!important;
  padding:.02em .04em .08em 0!important;
}
.video-grid{
  align-items:stretch!important;
}
.video-card.full{
  grid-column:auto!important;
}
.video-card video,
.video-card img{
  aspect-ratio:16/10!important;
  object-fit:cover!important;
}
.video-card.full video,
.video-card.full img{
  aspect-ratio:16/10!important;
}
@media(max-width:760px){
  .scroll-progress{height:4px;}
  .hero-title-single{font-size:clamp(58px,18vw,104px)!important;white-space:normal!important;line-height:.96!important;}
}


/* === FINAL DOCUMENTATION + WATERMELON GLOW CONSISTENCY ===
   Design frozen. Only: PDF documentation CTA and consistent glow on clickable media. */
.doc-download-card{
  overflow:hidden;
  background:
    radial-gradient(circle at 12% 0%, rgba(255,45,98,.13), transparent 30%),
    radial-gradient(circle at 90% 100%, rgba(169,205,91,.13), transparent 30%),
    rgba(255,255,255,.88)!important;
}
.doc-download-card .media-link,
.footer .doc-footer-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  border-radius:999px;
  padding:9px 12px;
  background:linear-gradient(135deg,rgba(255,45,98,.14),rgba(169,205,91,.14));
  border:1px solid rgba(255,45,98,.18);
  font-weight:950;
}
.doc-download-card .media-link:hover,
.footer .doc-footer-link:hover{
  box-shadow:0 18px 48px rgba(255,45,98,.20),0 0 36px rgba(169,205,91,.14);
}
.hero-actions .doc-download-pill{border-color:rgba(255,45,98,.28);}
.hero-actions .doc-download-pill:hover{background:linear-gradient(135deg,rgba(255,45,98,.16),rgba(169,205,91,.16));}
.hero-card.main,
.hero-single-card,
.product-frame,
.shop-panel,
.media-card,
.video-card,
.logo-panel,
.hero-logo-box,
.js-lightbox,
.js-video-lightbox{
  box-shadow:var(--wtrmln-glow-shadow, 0 28px 90px rgba(255,45,98,.13),0 0 48px rgba(169,205,91,.08));
}
.hero-card.main:hover,
.hero-single-card:hover,
.product-frame:hover,
.shop-panel:hover,
.media-card:hover,
.video-card:hover,
.logo-panel:hover,
.hero-logo-box:hover,
.js-lightbox:hover,
.js-video-lightbox:hover{
  box-shadow:0 36px 120px rgba(255,45,98,.24),0 0 78px rgba(255,45,98,.22),0 0 58px rgba(169,205,91,.16)!important;
}
.video-card:before,
.media-card:before,
.hero-single-card:before,
.product-frame:before,
.shop-panel:before{
  opacity:.18;
}
.video-card:hover:before,
.media-card:hover:before,
.hero-single-card:hover:before,
.product-frame:hover:before,
.shop-panel:hover:before{
  opacity:.88!important;
}
.video-lightbox video,
.lightbox img{
  border:1px solid rgba(255,255,255,.16);
  box-shadow:0 50px 160px rgba(0,0,0,.72),0 0 96px rgba(255,45,98,.34),0 0 72px rgba(169,205,91,.16)!important;
}
.toolchain-compact .text-card h3{font-size:clamp(22px,2.6vw,34px)}


/* === TRUE FINAL MICROFIX: PDF CTA readability + consistent document links === */
.doc-download-card{
  color:#16070b!important;
  background:
    radial-gradient(circle at 14% 4%, rgba(255,45,98,.16), transparent 34%),
    radial-gradient(circle at 92% 100%, rgba(169,205,91,.16), transparent 36%),
    linear-gradient(135deg, rgba(255,255,255,.98), rgba(255,248,244,.94))!important;
  border-color:rgba(255,45,98,.18)!important;
  overflow:visible!important;
}
.section.dark .doc-download-card,
.dark .doc-download-card,
.section.red .doc-download-card{
  color:#16070b!important;
  background:
    radial-gradient(circle at 14% 4%, rgba(255,45,98,.18), transparent 34%),
    radial-gradient(circle at 92% 100%, rgba(169,205,91,.18), transparent 36%),
    linear-gradient(135deg, rgba(255,255,255,.98), rgba(255,248,244,.94))!important;
}
.doc-download-card h3,
.dark .doc-download-card h3,
.section.dark .doc-download-card h3,
.section.red .doc-download-card h3{
  color:#18060b!important;
  -webkit-text-fill-color:#18060b!important;
  font-size:clamp(23px,2.15vw,31px)!important;
  line-height:1.02!important;
  letter-spacing:-.045em!important;
  hyphens:auto;
  overflow-wrap:anywhere;
  max-width:100%;
}
.doc-download-card p,
.dark .doc-download-card p,
.section.dark .doc-download-card p,
.section.red .doc-download-card p{
  color:#5e4742!important;
  opacity:1!important;
}
.doc-download-card .media-link,
.footer .doc-footer-link{
  color:#fff!important;
  background:linear-gradient(135deg,#ff2d62,#ff705e,#a9cd5b)!important;
  border-color:rgba(255,255,255,.22)!important;
  text-decoration:none!important;
  white-space:nowrap;
}
.footer .doc-footer-link{box-shadow:0 0 24px rgba(255,45,98,.18),0 0 20px rgba(169,205,91,.09);}
.doc-download-card .media-link:focus-visible,
.footer .doc-footer-link:focus-visible{outline:3px solid rgba(169,205,91,.7);outline-offset:3px;}


/* === MASTER FINAL MICROFIX: footer PDF link, empty cart default, headline descenders ===
   Design frozen: only the three reported details are corrected. */
.footer .doc-footer-link,
.footer .doc-footer-link:visited{
  display:inline!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  color:inherit!important;
  text-decoration:underline!important;
  text-decoration-color:rgba(255,255,255,.25)!important;
  text-underline-offset:4px!important;
  font-weight:inherit!important;
  white-space:normal!important;
}
.footer .doc-footer-link:hover{
  color:#fff!important;
  text-shadow:0 0 22px rgba(255,45,98,.48),0 0 18px rgba(169,205,91,.22)!important;
  box-shadow:none!important;
}
.section-head h2.grad,
.page-hero h1.grad,
.hero-title-single,
.hero-title{
  line-height:1.04!important;
  padding-bottom:.12em!important;
  overflow:visible!important;
}
.section-head{overflow:visible!important;}

/* === PATCH 01: tablet navigation + mobile/tablet polaroid safety ===
   Design frozen. Only fixes the reported responsive overlap and keeps polaroids fully visible on smaller screens. */
@media(max-width:1180px){
  .topbar{height:auto!important;min-height:64px!important;}
  .nav{height:auto!important;min-height:64px!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:10px!important;flex-wrap:wrap!important;padding:9px 0!important;}
  .brand{order:1!important;min-width:0!important;flex:1 1 auto!important;max-width:calc(100% - 214px)!important;gap:10px!important;}
  .brand-logo{flex:0 0 auto!important;width:96px!important;height:34px!important;}
  .brand-title{min-width:0!important;max-width:100%!important;font-size:14px!important;line-height:1!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;}
  .menu-btn{display:inline-flex!important;order:2!important;align-items:center!important;justify-content:center!important;flex:0 0 auto!important;padding:9px 12px!important;}
  .lang-toggle{order:3!important;margin-left:auto!important;flex:0 0 auto!important;padding:8px 10px!important;}
  .cart-pill{order:4!important;flex:0 0 auto!important;padding:8px 11px!important;}
  .nav-links{order:10!important;display:none!important;width:100%!important;padding:10px 0 4px!important;gap:10px!important;flex-wrap:wrap!important;justify-content:flex-start!important;}
  .nav-links.open{display:flex!important;}
}
@media(max-width:860px){
  .brand{max-width:calc(100% - 168px)!important;}
  .brand-logo{width:88px!important;height:32px!important;}
  .cart-pill{display:none!important;}
}
@media(max-width:520px){
  .brand{max-width:calc(100% - 112px)!important;}
  .brand-title{display:none!important;}
}
@media(max-width:980px){
  .polaroid-section{overflow:hidden!important;}
  .polaroid-stage{width:min(100% - 48px,760px)!important;gap:22px!important;overflow:visible!important;}
  .polaroid-stage .polaroid-card{transform:none!important;rotate:0deg!important;}
  .polaroid-stage .polaroid-card:hover{transform:translateY(-4px) scale(1.01)!important;}
}
@media(max-width:620px){
  .polaroid-stage{width:min(100% - 36px,430px)!important;grid-template-columns:1fr!important;gap:20px!important;}
}

/* === PATCH 02: responsive Polaroid Scroll Theatre fine-tuning only ===
   Design frozen. This patch reactivates the split-stack effect on tablet and
   mobile with reduced movement ranges so the cards stay inside the viewport. */
@media (min-width:761px) and (max-width:980px){
  .polaroid-section{
    min-height:185vh!important;
    padding:88px 0 118px!important;
    overflow:clip!important;
  }
  .polaroid-stage{
    position:sticky!important;
    top:92px!important;
    display:block!important;
    height:min(650px,80vh)!important;
    min-height:610px!important;
    width:min(100% - 34px,900px)!important;
    margin:20px auto 0!important;
    overflow:visible!important;
    perspective:1100px!important;
    isolation:isolate!important;
  }
  .polaroid-stage .polaroid-card{
    position:absolute!important;
    left:50%!important;
    top:78px!important;
    width:clamp(180px,27vw,238px)!important;
    min-width:0!important;
    max-width:none!important;
    transform:translate3d(-50%, calc(var(--split,0) * var(--ty,0px)), 0) translateX(calc(var(--split,0) * var(--tx,0vw))) rotate(calc(var(--rot,0deg) * (.28 + var(--split,0)*.72))) scale(calc(.84 + var(--split,0)*.16))!important;
    transition:box-shadow .32s var(--ease),filter .32s var(--ease)!important;
    will-change:transform!important;
  }
  .polaroid-stage .polaroid-card:hover{
    transform:translate3d(-50%, calc(var(--split,0) * var(--ty,0px)), 0) translateX(calc(var(--split,0) * var(--tx,0vw))) rotate(calc(var(--rot,0deg) * (.28 + var(--split,0)*.72))) scale(calc(.86 + var(--split,0)*.17))!important;
  }
  .polaroid-stage .polaroid-card:nth-child(1){--tx:-31vw;--ty:12px;--rot:-7deg;--z:4;}
  .polaroid-stage .polaroid-card:nth-child(2){--tx:-13vw;--ty:104px;--rot:5deg;--z:7;}
  .polaroid-stage .polaroid-card:nth-child(3){--tx:3vw;--ty:42px;--rot:-3deg;--z:8;}
  .polaroid-stage .polaroid-card:nth-child(4){--tx:18vw;--ty:132px;--rot:6deg;--z:6;}
  .polaroid-stage .polaroid-card:nth-child(5){--tx:31vw;--ty:64px;--rot:-5deg;--z:5;}
  .polaroid-stage:after{
    display:block!important;
    content:"Scroll = stack splits apart"!important;
    right:22px!important;
    bottom:2px!important;
    opacity:.62!important;
  }
}

@media (min-width:621px) and (max-width:760px){
  .polaroid-section{
    min-height:190vh!important;
    padding:82px 0 112px!important;
    overflow:clip!important;
  }
  .polaroid-stage{
    position:sticky!important;
    top:82px!important;
    display:block!important;
    height:min(660px,82vh)!important;
    min-height:620px!important;
    width:min(100% - 30px,720px)!important;
    margin:20px auto 0!important;
    overflow:visible!important;
    perspective:1000px!important;
    isolation:isolate!important;
  }
  .polaroid-stage .polaroid-card{
    position:absolute!important;
    left:50%!important;
    top:74px!important;
    width:clamp(164px,34vw,210px)!important;
    transform:translate3d(-50%, calc(var(--split,0) * var(--ty,0px)), 0) translateX(calc(var(--split,0) * var(--tx,0vw))) rotate(calc(var(--rot,0deg) * (.25 + var(--split,0)*.75))) scale(calc(.84 + var(--split,0)*.16))!important;
    transition:box-shadow .32s var(--ease),filter .32s var(--ease)!important;
    will-change:transform!important;
  }
  .polaroid-stage .polaroid-card:hover{
    transform:translate3d(-50%, calc(var(--split,0) * var(--ty,0px)), 0) translateX(calc(var(--split,0) * var(--tx,0vw))) rotate(calc(var(--rot,0deg) * (.25 + var(--split,0)*.75))) scale(calc(.86 + var(--split,0)*.17))!important;
  }
  .polaroid-stage .polaroid-card:nth-child(1){--tx:-27vw;--ty:8px;--rot:-6deg;--z:4;}
  .polaroid-stage .polaroid-card:nth-child(2){--tx:-10vw;--ty:118px;--rot:5deg;--z:7;}
  .polaroid-stage .polaroid-card:nth-child(3){--tx:5vw;--ty:42px;--rot:-3deg;--z:8;}
  .polaroid-stage .polaroid-card:nth-child(4){--tx:18vw;--ty:154px;--rot:6deg;--z:6;}
  .polaroid-stage .polaroid-card:nth-child(5){--tx:27vw;--ty:82px;--rot:-5deg;--z:5;}
  .polaroid-stage:after{display:none!important;}
}

@media (max-width:620px){
  .polaroid-section{
    min-height:210vh!important;
    padding:76px 0 108px!important;
    overflow:clip!important;
  }
  .polaroid-stage{
    position:sticky!important;
    top:76px!important;
    display:block!important;
    height:min(720px,84vh)!important;
    min-height:680px!important;
    width:min(100% - 28px,430px)!important;
    margin:18px auto 0!important;
    overflow:visible!important;
    perspective:900px!important;
    isolation:isolate!important;
  }
  .polaroid-stage .polaroid-card{
    position:absolute!important;
    left:50%!important;
    top:34px!important;
    width:min(76vw,270px)!important;
    transform:translate3d(-50%, calc(var(--split,0) * var(--ty,0px)), 0) translateX(calc(var(--split,0) * var(--tx,0vw))) rotate(calc(var(--rot,0deg) * (.22 + var(--split,0)*.78))) scale(calc(.82 + var(--split,0)*.18))!important;
    transition:box-shadow .32s var(--ease),filter .32s var(--ease)!important;
    will-change:transform!important;
  }
  .polaroid-stage .polaroid-card:hover{
    transform:translate3d(-50%, calc(var(--split,0) * var(--ty,0px)), 0) translateX(calc(var(--split,0) * var(--tx,0vw))) rotate(calc(var(--rot,0deg) * (.22 + var(--split,0)*.78))) scale(calc(.84 + var(--split,0)*.19))!important;
  }
  .polaroid-stage .polaroid-card:nth-child(1){--tx:-6vw;--ty:0px;--rot:-5deg;--z:5;}
  .polaroid-stage .polaroid-card:nth-child(2){--tx:5vw;--ty:122px;--rot:4deg;--z:7;}
  .polaroid-stage .polaroid-card:nth-child(3){--tx:-4vw;--ty:244px;--rot:-3deg;--z:8;}
  .polaroid-stage .polaroid-card:nth-child(4){--tx:4vw;--ty:366px;--rot:4deg;--z:6;}
  .polaroid-stage .polaroid-card:nth-child(5){--tx:-5vw;--ty:488px;--rot:-4deg;--z:4;}
  .polaroid-stage:after{display:none!important;}
}

@media (prefers-reduced-motion: reduce){
  .polaroid-stage .polaroid-card{
    transition:none!important;
    will-change:auto!important;
  }
}
