:root{--yellow:#ffd84d;--pink:#ff4f9a;--blue:#55c8ff;--ink:#111;--paper:#f6f1e8;--white:#fff;--line:2px solid var(--ink)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:"DM Sans",sans-serif;overflow-x:hidden}.noise{position:fixed;inset:0;pointer-events:none;opacity:.055;z-index:100;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 type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E")}.brand{display:flex;align-items:center;gap:9px;color:inherit;text-decoration:none;font:700 20px "Space Grotesk"}.nav{display:flex;gap:24px;margin:auto}.nav a,.footer-links a{color:inherit;text-decoration:none;font-weight:600;font-size:14px}.nav a:hover{text-decoration:underline;text-decoration-thickness:2px}.menu-btn{display:none;background:none;border:0;font-size:26px}.kicker{font:700 13px "Space Grotesk";letter-spacing:.14em;text-transform:uppercase}.btn{display:inline-flex;align-items:center;justify-content:space-between;gap:32px;padding:17px 22px;border:var(--line);font:700 15px "Space Grotesk";text-transform:uppercase;text-decoration:none;color:inherit;box-shadow:5px 5px 0 var(--ink);transition:.2s}.btn:hover{transform:translate(3px,3px);box-shadow:2px 2px 0 var(--ink)}.btn-dark{background:var(--ink);color:white}.ticker{background:var(--ink);color:var(--yellow);border-bottom:var(--line);overflow:hidden;white-space:nowrap}.ticker div{display:inline-block;padding:14px 0;font:700 19px "Space Grotesk";letter-spacing:.08em;animation:ticker 24s linear infinite}@keyframes ticker{to{transform:translateX(-50%)}}.section{padding:clamp(75px,9vw,140px) clamp(20px,5vw,80px);border-bottom:var(--line)}.motive-card{min-height:320px;padding:28px;border:var(--line);display:flex;flex-direction:column;position:relative;box-shadow:7px 7px 0 var(--ink);transition:.25s}.motive-card:hover{transform:translateY(-6px) rotate(-.5deg);box-shadow:12px 13px 0 var(--ink)}
.motive-card h3{font:700 clamp(32px,4vw,54px)/.95 "Space Grotesk";letter-spacing:-.04em;margin:auto 0 12px;max-width:650px}.motive-card p{font-size:16px;max-width:500px}.motive-card button{align-self:flex-start;border:0;border-bottom:2px solid currentColor;background:none;padding:7px 0;font-weight:700;color:inherit;cursor:pointer}.btn-pink{background:var(--pink);margin-top:25px}.lacos{background:var(--ink);color:white;display:grid;grid-template-columns:.9fr 1.1fr;gap:7vw;position:relative;overflow:hidden}.lacos-word{font:700 clamp(100px,17vw,260px)/.7 "Space Grotesk";letter-spacing:-.08em;writing-mode:vertical-rl;transform:rotate(180deg);color:var(--pink)}.lacos-text{align-self:center;max-width:720px}.lacos-text p{font-size:clamp(20px,2.5vw,34px);line-height:1.25}.lacos-text h3{font:700 clamp(38px,5vw,70px) "Space Grotesk";color:var(--yellow)}.lacos-text a{color:white;font-weight:700}.lacos-doodles span{position:absolute;font-size:70px}.lacos-doodles span:nth-child(1){right:5%;top:9%;color:var(--pink);transform:rotate(13deg)}.lacos-doodles span:nth-child(2){left:40%;bottom:7%;color:var(--yellow)}.lacos-doodles span:nth-child(3){right:2%;bottom:13%;color:var(--blue)}.cta{background:var(--pink);display:flex;align-items:end;justify-content:space-between;gap:35px}.cta h2{font:700 clamp(60px,8vw,110px)/.82 "Space Grotesk";letter-spacing:-.07em;margin:18px 0}.cta p{font-size:20px}.big-cta{width:min(420px,100%);aspect-ratio:1;border-radius:50%;background:var(--yellow);border:3px solid var(--ink);display:flex;align-items:center;justify-content:center;gap:20px;text-decoration:none;color:inherit;font:700 clamp(22px,3vw,38px) "Space Grotesk";text-align:center;box-shadow:12px 12px 0 var(--ink);transition:.25s}.big-cta:hover{transform:rotate(4deg) scale(1.03)}footer{padding:55px clamp(20px,5vw,80px);background:var(--ink);color:white;display:grid;grid-template-columns:1fr 1fr;gap:35px}.footer-brand{font:700 48px "Space Grotesk";color:var(--yellow)}.footer-brand span{display:block;color:#fff;font:400 14px "DM Sans"}.footer-links{display:flex;gap:20px;align-items:center}.footer-links a{color:#fff}footer>p{font-size:20px}footer small{grid-column:1/-1;opacity:.6;border-top:1px solid #444;padding-top:25px}.toast{position:fixed;bottom:25px;left:50%;transform:translate(-50%,120px);background:var(--ink);color:#fff;padding:13px 20px;border:2px solid white;z-index:100;transition:.3s;font-weight:700}.toast.show{transform:translate(-50%,0)}
@media(max-width:900px){.nav{display:none}.menu-btn{display:block;margin-left:auto}.lacos{grid-template-columns:1fr}.lacos-word{writing-mode:horizontal-tb;transform:none;font-size:clamp(90px,28vw,180px)}.cta{flex-direction:column;align-items:flex-start}.big-cta{align-self:center}footer{grid-template-columns:1fr}}
@media(max-width:560px){.topbar{height:66px;}.section{padding-top:75px;padding-bottom:75px}.footer-links{flex-direction:column;align-items:flex-start}}


/* ===== CATÁLOGO REAL ===== */
.catalog{background:#fff}.catalog-head{display:grid;grid-template-columns:1.15fr .85fr;gap:7vw;align-items:end}.catalog-head h2{font:700 clamp(52px,7vw,94px)/.9 "Space Grotesk";letter-spacing:-.06em;margin:18px 0}.catalog-head h2 span{font-family:Georgia,serif;font-weight:400}.catalog-intro{font-size:19px;max-width:610px}.category-chips{display:flex;gap:10px;flex-wrap:wrap;margin:48px 0 30px;}.category-chips button,.active-filter button{border:2px solid var(--ink);background:var(--paper);padding:10px 14px;font-weight:700;cursor:pointer;box-shadow:3px 3px 0 var(--ink)}.category-chips button.active{background:var(--pink);transform:translate(2px,2px);box-shadow:1px 1px 0 var(--ink)}.active-filter{margin:-5px 0 30px;background:var(--blue);border:2px solid var(--ink);padding:12px 15px;font-weight:700;display:flex;align-items:center;justify-content:space-between;gap:12px}.active-filter[hidden]{display:none}.active-filter button{background:white;padding:6px 10px;box-shadow:none}.product-card{border:2px solid var(--ink);background:var(--paper);position:relative;display:flex;flex-direction:column;min-width:0;box-shadow:5px 5px 0 var(--ink);transition:.2s;overflow:hidden}.product-card:hover{transform:translateY(-5px) rotate(-.3deg);box-shadow:9px 10px 0 var(--ink)}.product-card-image{aspect-ratio:1;overflow:hidden;border-bottom:2px solid var(--ink);background:#eee;cursor:pointer;position:relative}.product-card-image img{width:100%;height:100%;object-fit:cover;display:block;transition:.35s}.product-card:hover .product-card-image img{transform:scale(1.035)}.product-card-badge{position:absolute;top:10px;left:10px;background:var(--yellow);border:2px solid var(--ink);padding:5px 8px;font:700 10px "Space Grotesk";text-transform:uppercase}.product-card-body{padding:17px;display:flex;flex-direction:column;flex:1}.product-card-code{font:700 10px "Space Grotesk";opacity:.55;letter-spacing:.08em}.product-card h3{font:700 19px/1.08 "Space Grotesk";letter-spacing:-.025em;margin:8px 0 18px}.product-card-footer{display:flex;align-items:end;justify-content:space-between;gap:12px;margin-top:auto}.product-price{font:700 19px "Space Grotesk"}.product-price.consult{font-size:12px;text-transform:uppercase;max-width:100px}.product-open{border:0;border-bottom:2px solid currentColor;background:none;font-weight:700;padding:4px 0;cursor:pointer}.catalog-more{text-align:center;margin-top:48px}.catalog-more .btn{margin:auto}.empty-products{grid-column:1/-1;border:3px dashed var(--ink);padding:60px 25px;text-align:center;background:var(--yellow)}.empty-products h3{font:700 35px "Space Grotesk";margin:0 0 8px}.product-modal{position:fixed;inset:0;z-index:1000;display:none}.product-modal.open{display:block}.product-modal-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.68);backdrop-filter:blur(4px)}.product-modal-card{position:absolute;inset:4vh 4vw;background:#fff;border:3px solid var(--ink);display:grid;grid-template-columns:1.05fr .95fr;overflow:auto;box-shadow:12px 12px 0 var(--yellow)}.modal-close{position:fixed;right:calc(4vw + 14px);top:calc(4vh + 14px);z-index:5;width:48px;height:48px;border:3px solid var(--ink);background:var(--yellow);font-size:30px;cursor:pointer;box-shadow:3px 3px 0 var(--ink)}.modal-main-image{aspect-ratio:1;border:2px solid var(--ink);background:#eee;overflow:hidden}.modal-main-image img{width:100%;height:100%;object-fit:contain;display:block}.modal-thumbs{display:flex;gap:9px;overflow:auto;margin-top:12px;padding-bottom:5px}.modal-thumbs button{width:76px;height:76px;flex:0 0 76px;border:2px solid var(--ink);padding:0;background:white;cursor:pointer;overflow:hidden}.modal-thumbs button.active{outline:4px solid var(--pink);outline-offset:-5px}.modal-thumbs img{width:100%;height:100%;object-fit:cover}.modal-copy{padding:clamp(35px,5vw,70px);align-self:center}.modal-tag{display:inline-block;background:var(--blue);border:2px solid var(--ink);padding:6px 9px;font:700 11px "Space Grotesk";text-transform:uppercase;letter-spacing:.07em}.modal-copy h2{font:700 clamp(38px,4.4vw,70px)/.93 "Space Grotesk";letter-spacing:-.055em;margin:18px 0 8px}.modal-code{font-weight:700;opacity:.55}.modal-price{font:700 29px "Space Grotesk";margin:24px 0}.modal-price small{font:600 13px "DM Sans";display:block}.modal-variants{padding:18px 0;border-top:1px dashed #999;border-bottom:1px dashed #999}.modal-variants label{font-weight:700;display:block;margin-bottom:10px}.modal-variants>div{display:flex;flex-wrap:wrap;gap:8px}.modal-variants button{border:2px solid var(--ink);background:#fff;padding:9px 11px;font-weight:700;cursor:pointer}.modal-variants button.active{background:var(--yellow)}.product-how{margin:22px 0}.product-how p{margin:0;padding:10px 0;border-bottom:1px dashed #aaa}.modal-whatsapp{display:inline-flex}.no-scroll{overflow:hidden}
@media(max-width:1100px){.product-grid{grid-template-columns:repeat(3,minmax(0,1fr));}}
@media(max-width:900px){.catalog-head{grid-template-columns:1fr}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));}.product-modal-card{inset:2vh 2vw;grid-template-columns:1fr}.modal-gallery{border-right:0;border-bottom:3px solid var(--ink);}.modal-close{right:calc(2vw + 10px);top:calc(2vh + 10px)}}
@media(max-width:560px){.product-grid{grid-template-columns:1fr 1fr;gap:12px;}.product-card-body{padding:12px}.product-card h3{font-size:15px}.product-price{font-size:16px}.product-card-footer{display:block}.product-open{margin-top:10px}.category-chips{flex-wrap:wrap;overflow:visible;padding-bottom:0;margin-right:0;}.category-chips button{white-space:normal}.modal-gallery{padding:18px;}.modal-copy{padding:28px 20px 45px}.modal-main-image{margin-top:35px}.modal-thumbs button{width:62px;height:62px;flex-basis:62px}}


/* Logo oficial */
.brand-logo{display:block;width:auto;height:50px;max-width:180px;object-fit:contain}@media(max-width:720px){.brand-logo{height:42px;max-width:145px}}

/* ===== UNIVERSO V2 — EXPERIÊNCIA DE ENTRADA ===== */
body.pre-universe{overflow:hidden}.universe-gate{position:fixed;inset:0;z-index:5000;background:#111;color:#fff;display:grid;place-items:center;overflow:hidden;transition:opacity .65s ease,visibility .65s ease}.universe-gate.is-gone{opacity:0;visibility:hidden;pointer-events:none}.gate-kicker{display:inline-block;background:var(--yellow);color:#111;border:2px solid #fff;padding:8px 12px;box-shadow:5px 5px 0 var(--pink);font:700 13px "Space Grotesk";letter-spacing:.14em;transform:rotate(-2deg)}.gate-enter{border:3px solid #fff;background:var(--pink);color:#111;padding:18px 24px;box-shadow:7px 7px 0 var(--yellow);font:700 15px "Space Grotesk";cursor:pointer;transition:.2s}.gate-enter:hover{transform:translate(4px,4px);box-shadow:3px 3px 0 var(--yellow)}


.sound-dock.visible{display:block}.sound-main{min-width:190px;border:2px solid var(--ink);background:var(--yellow);padding:10px 14px;box-shadow:4px 4px 0 var(--ink);text-align:left;cursor:pointer;position:relative}.sound-main b,.sound-main small{display:block}.sound-main small{font-size:11px;margin-top:2px}.sound-pulse{position:absolute;right:10px;top:12px;width:10px;height:10px;border-radius:50%;background:#1d9d55;box-shadow:0 0 0 0 rgba(29,157,85,.6);animation:soundPulse 1.7s infinite}.sound-dock.muted .sound-pulse{background:#888;animation:none}@keyframes soundPulse{70%{box-shadow:0 0 0 9px rgba(29,157,85,0)}}.sound-panel{display:none;position:absolute;right:0;bottom:calc(100% + 10px);width:260px;background:#fff;border:2px solid var(--ink);box-shadow:5px 5px 0 var(--ink);padding:13px}.sound-panel.open{display:block}.sound-panel p{margin:0 0 8px;font:700 12px "Space Grotesk";text-transform:uppercase}.sound-panel button{display:block;width:100%;border:0;border-bottom:1px dashed #aaa;background:transparent;padding:10px 6px;text-align:left;font-weight:700;cursor:pointer}.sound-panel button:hover,.sound-panel button.active{background:var(--blue)}.sound-panel .sound-off{margin-top:7px;background:#111;color:#fff;border:0}

@keyframes wakeIn{from{opacity:0;transform:translateY(35px) scale(.98)}to{opacity:1;transform:none}}

/* ===== PARTICIPAÇÃO ===== */
.participate{background:#111;color:#fff;display:grid;grid-template-columns:.85fr 1.15fr;gap:7vw;align-items:center;position:relative;overflow:hidden}.participate:before{content:"NOSSO UNIVERSO";position:absolute;left:-20px;bottom:-35px;font:700 clamp(80px,14vw,220px)/.8 "Space Grotesk";color:rgba(255,255,255,.04);white-space:nowrap}.participate-copy,.participation-cards{position:relative;z-index:2}.participate-copy h2{font:700 clamp(62px,8vw,115px)/.8 "Space Grotesk";letter-spacing:-.065em;margin:20px 0 30px;color:var(--yellow)}.participate-copy>p:last-of-type{font-size:20px;max-width:520px}.participation-cards{display:grid;grid-template-columns:1fr 1fr;gap:13px}.participation-cards button{min-height:165px;background:#fff;color:#111;border:2px solid #fff;padding:18px;text-align:left;cursor:pointer;box-shadow:5px 5px 0 var(--yellow);transition:.2s}.participation-cards button:nth-child(2){background:var(--yellow);transform:rotate(1deg)}.participation-cards button:nth-child(3){background:var(--blue);transform:rotate(-1deg)}.participation-cards button:nth-child(4){background:var(--pink)}.participation-cards button:nth-child(5){grid-column:1/-1;min-height:135px}.participation-cards button:hover{transform:translateY(-5px) rotate(-.5deg);box-shadow:9px 10px 0 var(--pink)}.participation-cards span{font-size:30px;display:block;margin-bottom:9px}.participation-cards b{font:700 21px "Space Grotesk";display:block}.participation-cards small{display:block;margin-top:7px;line-height:1.35}

/* ===== CONVERSA ===== */
.conversation{background:var(--blue);display:grid;grid-template-columns:1fr 1fr;gap:8vw;align-items:center}.conversation-chaos{min-height:560px;position:relative;border:3px solid var(--ink);background:repeating-linear-gradient(45deg,#fff 0 17px,#f4f4f4 17px 34px);box-shadow:10px 10px 0 var(--ink);overflow:hidden}.chat-sticker{position:absolute;top:30px;left:40px;background:var(--yellow);border:2px solid var(--ink);padding:9px 12px;font-weight:700;transform:rotate(-6deg)}.chat-bubble{position:absolute;max-width:70%;padding:17px 19px;border:2px solid var(--ink);font:700 18px/1.25 "Space Grotesk";box-shadow:5px 5px 0 var(--ink)}.bubble-1{top:120px;left:35px;background:#fff;transform:rotate(-2deg)}.bubble-2{top:245px;right:35px;background:var(--pink);transform:rotate(2deg)}.bubble-3{bottom:65px;left:60px;background:var(--yellow);transform:rotate(-1deg)}.conversation-copy h2{font:700 clamp(58px,7.5vw,105px)/.8 "Space Grotesk";letter-spacing:-.065em;margin:20px 0}.conversation-copy h3{font:700 clamp(30px,4vw,52px) "Space Grotesk";margin:0 0 20px}.conversation-copy>p{font-size:19px;max-width:590px}.talk-options{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:24px}.talk-options[hidden]{display:none}.talk-options button{border:2px solid var(--ink);background:#fff;padding:12px;font-weight:700;text-align:left;cursor:pointer}.talk-options button:hover{background:var(--yellow)}

/* ===== DESCOBERTAS ===== */
/* ===== FILOSOFIA FINAL ===== */
.cta h2 span{font-family:Georgia,serif;font-weight:400}.lacos{position:relative}.lacos:after{content:"não é sobre guardar coisas. é sobre guardar o que elas lembram.";position:absolute;right:5vw;bottom:35px;max-width:280px;font-family:Georgia,serif;font-style:italic;transform:rotate(-4deg)}

@media(max-width:900px){.participate,.conversation{grid-template-columns:1fr}.participation-cards{grid-template-columns:1fr}.participation-cards button:nth-child(5){grid-column:auto}.sound-dock{right:10px;bottom:10px;}.conversation-chaos{min-height:460px}}
@media(max-width:560px){.sound-main{min-width:165px}.participation-cards button{min-height:135px}.conversation-chaos{min-height:390px}.chat-bubble{font-size:14px}.bubble-1{top:95px}.bubble-2{top:195px}.bubble-3{bottom:45px;left:30px}.talk-options{grid-template-columns:1fr}.lacos:after{display:none}}


/* =====================================================================
   IMPEL — REBRANDING VISUAL MODERNO + COLORIDO
   Camada visual 2026. Mantém toda a estrutura e funcionalidades.
===================================================================== */
:root{
  --ink:#17141f;
  --paper:#fffaf5;
  --white:#ffffff;
  --yellow:#ffd84d;
  --pink:#ff4f9a;
  --blue:#55c8ff;
  --purple:#8b5cf6;
  --mint:#64dfc4;
  --orange:#ff8a4c;
  --soft-purple:#eee7ff;
  --soft-pink:#ffe5f0;
  --soft-blue:#e6f7ff;
  --soft-yellow:#fff5c8;
  --line:1.5px solid rgba(23,20,31,.16);
  --radius-sm:16px;
  --radius:26px;
  --radius-lg:40px;
  --shadow:0 18px 50px rgba(41,28,62,.10);
  --shadow-hover:0 26px 70px rgba(41,28,62,.16);
}

/* BASE */
body{
  background:
    radial-gradient(circle at 7% 9%, rgba(255,216,77,.38), transparent 23rem),
    radial-gradient(circle at 92% 14%, rgba(139,92,246,.18), transparent 27rem),
    radial-gradient(circle at 76% 63%, rgba(85,200,255,.13), transparent 30rem),
    var(--paper);
  color:var(--ink);
}
.noise{opacity:.025}
::selection{background:var(--pink);color:#fff}
.section{position:relative}
.section:not(.hero):not(.cosmic-arcade){padding-top:clamp(70px,8vw,120px);padding-bottom:clamp(70px,8vw,120px)}
.kicker{letter-spacing:.11em}

/* NAV — glass moderno */

.brand-logo{max-height:53px}
.nav{
  gap:7px;
  background:rgba(245,240,255,.7);
  padding:6px;
  border-radius:999px;
  border:1px solid rgba(139,92,246,.09);
}
.nav a{
  padding:9px 13px;
  border-radius:999px;
  transition:.2s ease;
  text-decoration:none!important;
}
.nav a:hover{
  background:#fff;
  color:#6d3ee8;
  box-shadow:0 5px 18px rgba(66,39,110,.08);
}

/* BOTÕES */
.btn{
  border:1px solid rgba(23,20,31,.12);
  border-radius:999px;
  box-shadow:0 9px 24px rgba(31,20,50,.10);
  transition:transform .22s ease,box-shadow .22s ease,filter .22s ease;
}
.btn:hover{
  transform:translateY(-3px);
  box-shadow:0 15px 32px rgba(31,20,50,.15);
}
.btn-dark{background:linear-gradient(135deg,#17141f,#332744)}
.btn-pink{background:linear-gradient(135deg,#ff4f9a,#ff786d);color:#fff}

/* HERO */


/* collage mais premium e colorida */


/* ticker */
.ticker{
  border:0;
  background:linear-gradient(90deg,#8b5cf6,#ff4f9a,#ff8a4c,#ffd84d);
  color:#fff;
  padding:13px 0;
  box-shadow:0 8px 25px rgba(139,92,246,.14);
}

/* PARTICIPE */
.participate{
  background:
    radial-gradient(circle at 14% 20%,rgba(139,92,246,.24),transparent 27rem),
    radial-gradient(circle at 88% 78%,rgba(255,79,154,.16),transparent 29rem),
    #0d0a12;
  color:#fff;
}
.participate .kicker,.participate .participate-copy p{color:rgba(255,255,255,.76)}
.participate .participate-copy h2{color:#fff}
.participate-copy h2,.catalog-head h2,.conversation-copy h2{
  letter-spacing:-.055em;
}
.participation-cards{
  gap:14px!important;
}
.participation-cards button{
  border:1px solid rgba(23,20,31,.10)!important;
  border-radius:24px!important;
  box-shadow:0 12px 30px rgba(34,23,51,.07)!important;
  background:rgba(255,255,255,.86)!important;
  backdrop-filter:blur(8px);
  transition:.23s ease!important;
}
.participation-cards button:hover{
  transform:translateY(-6px)!important;
  box-shadow:0 20px 42px rgba(34,23,51,.13)!important;
}
.participation-cards button:nth-child(1){background:linear-gradient(150deg,#fff,#eaf8ff)!important}
.participation-cards button:nth-child(2){background:linear-gradient(150deg,#fff,#fff3c8)!important}
.participation-cards button:nth-child(3){background:linear-gradient(150deg,#fff,#ffe7f1)!important}
.participation-cards button:nth-child(4){background:linear-gradient(150deg,#fff,#efe8ff)!important}
.participation-cards button:nth-child(5){background:linear-gradient(150deg,#fff,#e4fff7)!important}

/* MOTIVOS */
.motive-card{
  border:1px solid rgba(23,20,31,.10)!important;
  border-radius:28px!important;
  box-shadow:var(--shadow)!important;
  overflow:hidden;
  transform:none!important;
  transition:.25s ease!important;
}
.motive-card:hover{
  transform:translateY(-7px)!important;
  box-shadow:var(--shadow-hover)!important;
}

/* CATÁLOGO */
.catalog{
  background:linear-gradient(180deg,#fff 0%,#fffaf5 100%);
}
.category-chips button{
  border:1px solid rgba(23,20,31,.12)!important;
  border-radius:999px!important;
  background:#fff!important;
  box-shadow:0 4px 12px rgba(30,20,44,.05);
}
.category-chips button:hover,.category-chips button.active{
  background:var(--ink)!important;color:#fff!important;
}
.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px!important;}
.product-card{
  border:1px solid rgba(23,20,31,.08)!important;
  border-radius:28px!important;
  overflow:hidden;
  background:#fff!important;
  box-shadow:0 13px 36px rgba(38,24,54,.08)!important;
  transition:transform .25s ease,box-shadow .25s ease!important;
}
.product-card:hover{
  transform:translateY(-8px)!important;
  box-shadow:0 24px 55px rgba(38,24,54,.15)!important;
}
.product-card-image{border:0!important;overflow:hidden}
.product-card-image img{transition:transform .45s cubic-bezier(.2,.7,.2,1)}
.product-card:hover .product-card-image img{transform:scale(1.045)}
.product-card-badge{
  border:0!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.88)!important;
  backdrop-filter:blur(9px);
  box-shadow:0 5px 15px rgba(0,0,0,.08);
}
.product-open{
  border-radius:999px!important;
  padding:9px 13px!important;
  background:var(--soft-purple)!important;
  color:#6338c3!important;
  border:0!important;
}


/* =====================================================================
   CENTRAL DE JOGOS — SNAKE MODERNO / MOBILE FIRST
===================================================================== */
.cosmic-arcade{
  position:relative;
  overflow:hidden;
  margin-top:20px;
  border-radius:34px 34px 0 0;
  background:
    radial-gradient(circle at 15% 8%,rgba(139,92,246,.30),transparent 24rem),
    radial-gradient(circle at 88% 18%,rgba(255,79,154,.18),transparent 24rem),
    radial-gradient(circle at 70% 88%,rgba(85,200,255,.14),transparent 27rem),
    #0b0813!important;
  color:#fff;
}
.arcade-attraction{position:relative;z-index:1;max-width:1180px;margin:0 auto}
.arcade-intro{max-width:820px}
.arcade-intro h2{
  margin:18px 0 12px;
  font:700 clamp(4rem,20vw,6.2rem)/.80 "Space Grotesk",sans-serif;
  letter-spacing:-.075em;
}
.arcade-subtitle{margin:0 0 26px;font-size:1.02rem;opacity:.76}
.universe-record-card{
  width:min(100%,430px);
  display:grid;
  gap:3px;
  padding:19px 20px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:22px;
  background:rgba(255,255,255,.07);
  box-shadow:0 18px 50px rgba(0,0,0,.18);
  backdrop-filter:blur(14px);
}
.universe-record-card span{font:800 .69rem "Space Grotesk";letter-spacing:.09em}
.universe-record-card strong{
  color:var(--yellow);
  font:800 clamp(3.2rem,16vw,5.6rem)/.94 "Space Grotesk";
  letter-spacing:-.06em
}
.universe-record-card small{opacity:.58}
.arcade-play-button{
  min-height:52px;
  margin-top:22px;
  padding:15px 22px;
  border:0;
  border-radius:999px;
  background:linear-gradient(110deg,var(--yellow),var(--orange),var(--pink));
  color:var(--ink);
  box-shadow:0 13px 34px rgba(255,79,154,.22);
  font:900 .92rem "Space Grotesk";
  letter-spacing:.035em;
  cursor:pointer;
  transition:transform .18s ease,box-shadow .18s ease
}
.arcade-play-button:active{transform:scale(.98)}
.arcade-play-button span{margin-left:10px}
.arcade-instructions{
  display:flex;
  align-items:center;
  gap:9px;
  margin-top:14px;
  font:800 .78rem "Space Grotesk";
  opacity:.70
}
.instruction-desktop{display:none}
.instruction-mobile{display:inline}
.arcade-warning{max-width:560px;margin-top:22px;font-size:.8rem;opacity:.54}

.snake-game-modal{
  position:fixed;
  inset:0;
  z-index:10000;
  background:#070711;
  color:#fff;
  overflow:hidden;
}
.snake-game-modal[hidden]{display:none!important}
.snake-game-dialog{
  width:100%;
  height:100dvh;
  display:flex;
  flex-direction:column;
  background:
    radial-gradient(circle at 20% 0,rgba(139,92,246,.18),transparent 30rem),
    #070711;
}
.snake-game-topbar{
  flex:0 0 auto;
  min-height:66px;
  display:grid;
  grid-template-columns:1fr auto 1fr auto;
  align-items:center;
  gap:8px;
  padding:8px 10px;
  border-bottom:1px solid rgba(255,255,255,.08);
  background:rgba(8,8,20,.94);
}
.snake-game-stat{display:flex;flex-direction:column;min-width:0}
.snake-game-stat small,.snake-game-title small{
  font:800 .58rem "Space Grotesk";
  letter-spacing:.09em;
  opacity:.52
}
.snake-game-stat strong{font:900 1.45rem/1 "Space Grotesk"}
.snake-game-record{text-align:right}
.snake-game-title{text-align:center}
.snake-game-title b{display:block;font:900 .86rem "Space Grotesk";letter-spacing:.12em}
.snake-desktop-help{display:none}
.snake-mobile-help{display:block}
.universe-sound-toggle{
  width:40px;
  height:40px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.10);
  border-radius:50%;
  background:rgba(255,255,255,.07);
  color:#fff;
  font-size:1rem;
  cursor:pointer
}
.snake-stage{
  position:relative;
  flex:1 1 auto;
  min-height:0;
  display:grid;
  place-items:center;
  overflow:hidden;
  padding:8px;
  touch-action:none;
  overscroll-behavior:none;
}
#universeGameCanvas{
  display:block;
  width:min(calc(100vw - 16px),calc(100dvh - 82px));
  height:min(calc(100vw - 16px),calc(100dvh - 82px));
  max-width:none;
  border:1px solid rgba(255,255,255,.09);
  border-radius:20px;
  box-shadow:0 26px 70px rgba(0,0,0,.34);
  touch-action:none;
  user-select:none;
  -webkit-user-select:none
}
.record-break-flash{
  position:absolute;
  top:14px;
  left:50%;
  z-index:8;
  width:min(92%,420px);
  transform:translateX(-50%);
  padding:11px 14px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:16px;
  background:rgba(17,13,28,.90);
  box-shadow:0 14px 40px rgba(0,0,0,.28);
  backdrop-filter:blur(12px);
  pointer-events:none;
  text-align:center
}
.record-break-flash[hidden]{display:none!important}
.record-break-flash span{
  display:block;
  color:var(--yellow);
  font:900 .65rem "Space Grotesk";
  letter-spacing:.09em
}
.record-break-flash strong{
  display:block;
  margin-top:2px;
  color:#fff;
  font:800 .82rem/1.15 "Space Grotesk"
}
.record-break-flash.is-showing{animation:snakeRecordFlash .35s cubic-bezier(.2,.8,.2,1)}
@keyframes snakeRecordFlash{
  from{opacity:0;transform:translate(-50%,-10px) scale(.96)}
  to{opacity:1;transform:translate(-50%,0) scale(1)}
}

.snake-game-over{
  position:absolute;
  inset:0;
  z-index:20;
  display:grid;
  place-items:center;
  padding:18px;
  background:rgba(6,6,15,.72);
  backdrop-filter:blur(10px);
}
.snake-game-over[hidden]{display:none!important}
.snake-over-card{
  width:min(100%,460px);
  padding:28px 20px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:26px;
  background:rgba(20,16,36,.94);
  box-shadow:0 28px 90px rgba(0,0,0,.42);
  text-align:center
}
.snake-over-card .kicker{margin:0;color:var(--pink)}
.snake-over-card h3{
  margin:10px 0 22px;
  font:800 clamp(2rem,9vw,3.5rem)/.93 "Space Grotesk";
  letter-spacing:-.055em
}
.snake-over-scores{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px
}
.snake-over-scores>div{
  padding:16px 10px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:18px;
  background:rgba(255,255,255,.055)
}
.snake-over-scores small{
  display:block;
  margin-bottom:5px;
  font:800 .58rem "Space Grotesk";
  letter-spacing:.09em;
  opacity:.54
}
.snake-over-scores strong{
  font:900 2.2rem/1 "Space Grotesk";
  color:var(--yellow)
}
.snake-new-record-text{margin:15px 0 0;color:#fff;font-weight:700}
.snake-over-actions{display:grid;gap:10px;margin-top:20px}
.snake-over-actions .arcade-play-button{width:100%;margin:0}
.snake-catalog-button{
  width:100%;
  min-height:50px;
  border:1px solid rgba(255,255,255,.13);
  border-radius:999px;
  background:rgba(255,255,255,.06);
  color:#fff;
  font:800 .82rem "Space Grotesk";
  cursor:pointer
}
.snake-catalog-button:active{transform:scale(.98)}
body.snake-modal-open{overflow:hidden!important;overscroll-behavior:none}

@media(min-width:721px){
  .cosmic-arcade{border-radius:54px 54px 0 0}
  .arcade-intro h2{font-size:clamp(4.2rem,10vw,9rem)}
  .instruction-desktop{display:inline}
  .instruction-mobile{display:none}
  .snake-desktop-help{display:block}
  .snake-mobile-help{display:none}
  .snake-game-topbar{min-height:72px;padding:10px 18px}
  .snake-game-stat strong{font-size:1.65rem}
  #universeGameCanvas{
    width:min(78vw,calc(100dvh - 92px),780px);
    height:min(78vw,calc(100dvh - 92px),780px);
    border-radius:24px
  }
  .snake-stage{padding:10px 20px}
  .snake-over-card{padding:34px}
}

/* CONVERSA / DÚVIDA */
.conversation{
  background:var(--blue)!important;
}
.chat-bubble{
  border:1px solid rgba(23,20,31,.10)!important;
  border-radius:22px!important;
  box-shadow:0 14px 34px rgba(32,21,48,.08)!important;
}
.chat-bubble:nth-child(2){background:linear-gradient(135deg,#8b5cf6,#ff4f9a)!important;color:#fff}
.chat-sticker{border-radius:999px!important;border:0!important;box-shadow:0 8px 18px rgba(0,0,0,.08)}
.talk-options button{
  border:1px solid rgba(23,20,31,.10)!important;
  border-radius:16px!important;
  background:#fff!important;
  transition:.18s ease;
}
.talk-options button:hover{transform:translateX(4px);background:var(--soft-purple)!important}


/* LAÇOS */
.lacos{
  background:linear-gradient(145deg,#1a1423,#241832)!important;
}

/* DESCOBERTAS */

/* MODAL DE PRODUTO */
.product-modal-card{
  border-radius:32px!important;
  border:1px solid rgba(23,20,31,.10)!important;
  box-shadow:0 30px 100px rgba(24,13,39,.24)!important;
  overflow:hidden;
}
.modal-thumbs button{
  border-radius:14px!important;
  overflow:hidden;
}

/* SOM */

.sound-main{
  border-radius:22px!important;
  background:rgba(23,20,31,.92)!important;
  backdrop-filter:blur(14px);
}
.sound-panel{
  border-radius:20px!important;
  border:1px solid rgba(23,20,31,.10)!important;
  box-shadow:0 20px 48px rgba(26,17,40,.17)!important;
}

/* PORTAL DE ENTRADA */
.universe-gate{
  background:
    radial-gradient(circle at 20% 20%,rgba(255,79,154,.23),transparent 30rem),
    radial-gradient(circle at 80% 30%,rgba(85,200,255,.18),transparent 30rem),
    radial-gradient(circle at 50% 90%,rgba(255,216,77,.16),transparent 28rem),
    #0d0914!important;
}
.gate-enter{
  border-radius:999px!important;
  border:0!important;
  background:linear-gradient(110deg,#ffd84d,#ff8a4c,#ff4f9a)!important;
  box-shadow:0 12px 35px rgba(255,79,154,.24)!important;
}

/* RODAPÉ */
footer{
  background:
    radial-gradient(circle at 10% 20%,rgba(139,92,246,.25),transparent 24rem),
    radial-gradient(circle at 90% 30%,rgba(255,79,154,.20),transparent 25rem),
    #0d0a12!important;
  border:0!important;
}
.footer-links a{
  padding:8px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.06);
  transition:.2s ease;
}
.footer-links a:hover{background:rgba(255,255,255,.13)}

/* MOVIMENTO SUTIL */

/* RESPONSIVO */
@media(max-width:900px){
  .topbar{margin:8px 9px 0;height:70px;border-radius:19px;}
  .nav{
    background:rgba(255,255,255,.97)!important;
    border-radius:22px!important;
    box-shadow:0 24px 60px rgba(25,15,39,.18);
    padding:12px!important;
  }
  
  
  .cosmic-arcade{border-radius:34px 34px 0 0}
}
@media(max-width:600px){
  :root{--radius:20px}
  
  
  
  
  .section:not(.hero):not(.cosmic-arcade){padding-top:40px;padding-bottom:62px}
  .product-card{border-radius:22px!important}
}


/* =====================================================================
   LIMPEZA FINAL DE RESQUÍCIOS DO CSS ANTIGO
   Mantém a estrutura atual,elimina bordas/sombras "quadradas" antigas
   nas áreas que ainda não haviam recebido o acabamento moderno.
===================================================================== */

/* As seções modernas não usam mais a linha pesada entre blocos */
.section{
  border-bottom:0;
}

/* BLOCO DE PRODUTO EM DESTAQUE */

/* FRASES: remove aparência de cartões antigos com borda preta pesada */

/* DESCOBERTAS */

/* CTA FINAL */
.cta{
  background:
    radial-gradient(circle at 18% 20%,rgba(255,255,255,.22),transparent 20rem),
    linear-gradient(125deg,#ff4f9a,#ff786d 52%,#ff9a55);
  border:0;
}
.big-cta{
  border:1px solid rgba(23,20,31,.10);
  background:linear-gradient(145deg,#ffe36b,#fff2aa);
  box-shadow:0 22px 50px rgba(40,24,55,.16);
  transition:transform .25s ease,box-shadow .25s ease;
}
.big-cta:hover{
  transform:rotate(2deg) scale(1.025);
  box-shadow:0 28px 62px rgba(40,24,55,.21);
}

/* MODAL: remove linhas grossas herdadas do catálogo antigo */
.product-modal-card{
  border:1px solid rgba(23,20,31,.10) !important;
  box-shadow:0 30px 100px rgba(24,13,39,.24) !important;
}

.modal-main-image{
  border:1px solid rgba(23,20,31,.08);
  border-radius:22px;
  background:#fff;
}
.modal-close{
  border:0;
  border-radius:50%;
  background:#fff;
  box-shadow:0 8px 22px rgba(28,18,42,.16);
}
.modal-tag{
  border:0;
  border-radius:999px;
  background:var(--soft-blue);
}
.modal-variants{
  border-top:1px solid rgba(23,20,31,.10);
  border-bottom:1px solid rgba(23,20,31,.10);
}
.modal-variants button{
  border:1px solid rgba(23,20,31,.12);
  border-radius:999px;
}
.modal-variants button.active{
  background:linear-gradient(135deg,#ffd84d,#fff1a4);
}

/* FILTRO ATIVO: elimina o último bloco com borda preta antiga */
.active-filter{
  border:0;
  border-radius:18px;
  background:linear-gradient(135deg,#e5f7ff,#e7fff8);
  box-shadow:0 8px 22px rgba(35,22,51,.06);
}
.active-filter button{
  border:0;
  border-radius:999px;
  background:#fff;
}

/* ESTADOS VAZIOS */
.empty-products{
  border:1px dashed rgba(23,20,31,.20);
  border-radius:26px;
  background:linear-gradient(145deg,#fff7cc,#fffdf2);
}

/* RESPONSIVO: o modal também deixa de recuperar a borda grossa antiga */
@media(max-width:900px){
  .modal-gallery{border-right:0;border-bottom:1px solid rgba(23,20,31,.08);}
}

/* Detalhes que ainda herdavam comportamento visual antigo */
.participation-cards button{
  transform:none!important;
}
.conversation-chaos{
  border:1px solid rgba(23,20,31,.10);
  border-radius:30px;
  background:
    linear-gradient(rgba(255,255,255,.88),rgba(255,255,255,.88)),
    repeating-linear-gradient(45deg,#fff 0 17px,#f4f4f4 17px 34px);
  box-shadow:0 22px 55px rgba(33,21,49,.12);
}
.sound-main{
  color:#fff;
}


/* =====================================================================
   CORREÇÕES DE INTERFACE — catálogo,games,finder,modal,footer e som
===================================================================== */

/* Busca do catálogo: corrige largura,botão limpar e alinhamento */
.catalog-head{min-width:0}

/* Games: remove margem herdada do .btn-pink e alinha ações */

/* Finder: a identidade original dessa seção é amarela */

/* Cards de motivos: toda a superfície é clicável */
.motive-card{
  cursor:pointer;
}
.motive-card:focus-visible{
  outline:3px solid var(--purple);
  outline-offset:5px;
}
.motive-card button{
  pointer-events:auto;
}

/* Produto em destaque: exibe preço antes do botão */

/* Galeria do modal: impede que as miniaturas sejam cortadas */
.product-modal-card,.modal-main-image{min-width:0}

.modal-main-image{
  width:100%;
}
.modal-thumbs{
  width:100%;
  max-width:100%;
  display:flex;
  gap:10px;
  overflow-x:auto;
  overflow-y:hidden;
  padding:5px 4px 13px;
  scroll-snap-type:x proximity;
  scrollbar-width:thin;
  overscroll-behavior-inline:contain;
}
.modal-thumbs button{
  flex:0 0 78px;
  width:78px;
  height:78px;
  min-width:78px;
  border:1px solid rgba(23,20,31,.12)!important;
  border-radius:14px;
  overflow:hidden;
  scroll-snap-align:start;
}
.modal-thumbs button.active{
  outline:3px solid var(--pink);
  outline-offset:-3px;
}
.modal-thumbs img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

/* Rodapé: assinatura de marca e links funcionais */
.footer-brand{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  width:max-content;
  max-width:100%;
  margin:0;
  color:#fff;
  font:700 clamp(40px,5vw,62px)/.82 "Space Grotesk";
  letter-spacing:-.065em;
}
.footer-brand::first-line{color:#fff}
.footer-brand span{
  display:block;
  margin-top:10px;
  color:var(--yellow);
  font:700 12px/1 "DM Sans";
  letter-spacing:.22em;
  text-transform:uppercase;
}
.footer-links{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:10px;
}
.footer-links a{
  display:inline-flex;
  align-items:center;
  min-height:40px;
  text-decoration:none;
}
.footer-links a:hover{
  transform:translateY(-2px);
}

/* Controle de volume */
.sound-volume{
  display:block;
  padding:12px 6px 9px;
  border-bottom:1px dashed #aaa;
}
.sound-volume span{
  display:flex;
  justify-content:space-between;
  gap:12px;
  margin-bottom:8px;
  font:700 12px "Space Grotesk";
  color:var(--ink);
}
.sound-volume input{
  width:100%;
  accent-color:var(--purple);
  cursor:pointer;
}

/* Mobile do modal */
@media(max-width:900px){
  .modal-gallery{overflow:hidden;}
  .modal-thumbs{
    padding-bottom:14px;
  }
}
@media(max-width:560px){
  .modal-thumbs button{
    flex-basis:66px;
    width:66px;
    min-width:66px;
    height:66px;
  }
}


/* ===== PRODUCT STORY — VITRINE DINÂMICA ===== */
.story-product-name{
  position:absolute;
  left:16px;
  right:16px;
  bottom:16px;
  display:block;
  padding:10px 13px!important;
  border-radius:14px;
  background:rgba(23,20,31,.78);
  color:#fff;
  font:700 13px/1.25 "Space Grotesk";
  text-align:left!important;
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
}

/* ===== OFFSET DE NAVEGAÇÃO ===== */
html{scroll-padding-top:110px}
section[id],header[id],#catalogo,#jogos,#conversa,#lacos{
  scroll-margin-top:110px;
}
@media(max-width:900px){
  html{scroll-padding-top:92px}
  section[id],header[id],#catalogo,#jogos,#conversa,#lacos{
    scroll-margin-top:92px;
  }
}

/* ===== NOVA MENSAGEM ESCONDIDA ===== */


/* ===== ATALHOS MOBILE ABAIXO DA NAVEGAÇÃO ===== */
.mobile-quick-nav{
  display:none;
}

@media(max-width:900px){
  .mobile-quick-nav{
    position:sticky;
    top:86px;
    z-index:48;
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:7px;
    margin:8px 9px 0;
    padding:7px;
    border:1px solid rgba(23,20,31,.10);
    border-radius:18px;
    background:rgba(255,255,255,.88);
    box-shadow:0 10px 30px rgba(31,20,50,.10);
    backdrop-filter:blur(16px) saturate(1.3);
    -webkit-backdrop-filter:blur(16px) saturate(1.3);
  }
  .mobile-quick-nav a{
    min-width:0;
    min-height:42px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:8px 6px;
    border-radius:13px;
    color:var(--ink);
    font:800 12px/1.05 "Space Grotesk";
    text-align:center;
    text-decoration:none;
    white-space:nowrap;
    transition:transform .18s ease,background .18s ease;
  }
  .mobile-quick-nav a:nth-child(1),.mobile-quick-nav a:nth-child(2),.mobile-quick-nav a:nth-child(3){
    background:var(--soft-purple);
    color:#6338c3;
  }
  .mobile-quick-nav a:active{transform:scale(.97)}

  /* A segunda barra também entra no cálculo das âncoras no celular */
  html{scroll-padding-top:150px}
  section[id],header[id],#catalogo,#jogos,#conversa,#lacos{
    scroll-margin-top:150px;
  }
}

@media(max-width:420px){
  .mobile-quick-nav{
    gap:5px;
    padding:6px;
  }
  .mobile-quick-nav a{
    font-size:11px;
    padding-inline:4px;
  }
}


/* ===== HERO — IMAGEM PRINCIPAL + COLLAGE ABAIXO ===== */


.hero-collage-strip{
  position:relative;
  min-height:650px;
  padding:clamp(34px,5vw,70px) clamp(18px,5vw,70px);
  background:var(--paper);
  overflow:hidden;
}


@media(max-width:900px){
  
  
  .hero-collage-strip{
    min-height:540px;
    padding:30px 12px;
  }
  
}
@media(max-width:600px){
  
  .hero-collage-strip{
    min-height:450px;
    padding:22px 8px;
  }
  
}


/* ===== HERO PNG TRANSPARENTE — SEM MOLDURA ===== */


/* =====================================================================
   HERO COLLAGE — MURAL DE HISTÓRIAS
===================================================================== */
.story-mural{
  position:relative;
  min-height:auto;
  padding:clamp(70px,8vw,120px) clamp(18px,5vw,74px) clamp(78px,9vw,130px);
  background:
    radial-gradient(circle at 9% 12%,rgba(255,216,77,.26),transparent 26rem),
    radial-gradient(circle at 88% 18%,rgba(139,92,246,.12),transparent 28rem),
    linear-gradient(180deg,#fffaf5 0%,#fff 100%);
  overflow:hidden;
}
.story-mural:before{
  content:"";
  position:absolute;
  width:280px;height:280px;
  right:-110px;bottom:40px;
  border-radius:50%;
  background:var(--pink);
  opacity:.06;
  filter:blur(2px);
}
.story-mural-inner{
  width:min(100%,1320px);
  margin:0 auto;
  position:relative;
  display:grid;
  grid-template-columns:.86fr 1.3fr;
  gap:clamp(32px,6vw,86px);
  align-items:center;
}
.mural-copy{
  position:relative;
  z-index:5;
  padding:clamp(8px,2vw,24px) 0;
}
.mural-kicker{
  display:inline-flex;
  padding:8px 12px;
  border-radius:999px;
  background:var(--soft-purple);
  color:#6338c3;
  font:800 11px/1 "Space Grotesk";
  letter-spacing:.12em;
  transform:rotate(-1deg);
}
.mural-copy h2{
  margin:25px 0 26px;
  max-width:640px;
  font:700 clamp(44px,5.7vw,84px)/.89 "Space Grotesk";
  letter-spacing:-.065em;
  text-wrap:balance;
}
.mural-copy h2 strong{font-weight:700}
.mural-copy h2 em{
  position:relative;
  display:inline-block;
  color:var(--pink);
  font-style:normal;
  z-index:1;
}
.mural-copy h2 em:after{
  content:"";
  position:absolute;
  left:-2%;right:-3%;bottom:-20px;
  height:13px;
  border-radius:50%;
  border-bottom:5px solid var(--yellow);
  transform:rotate(-1.5deg);
  z-index:-1;
}
.mural-scribble{
  position:absolute;
  right:-10px;bottom:-35px;
  color:var(--purple);
  font:400 72px/1 Georgia,serif;
  transform:rotate(18deg);
  opacity:.65;
}
.mural-photos{
  position:relative;
  min-height:720px;
  z-index:2;
}
.mural-photo{
  position:absolute;
  margin:0;
  background:#fff;
  padding:8px 8px 42px;
  border-radius:25px;
  box-shadow:0 24px 58px rgba(38,24,54,.16);
  transition:transform .35s cubic-bezier(.2,.7,.2,1),box-shadow .35s ease;
  overflow:visible;
}
.mural-photo img{
  width:100%;height:100%;
  display:block;
  object-fit:cover;
  border-radius:18px;
  background:#eee;
}
.mural-photo figcaption{
  position:absolute;
  left:18px;right:16px;bottom:12px;
  font:700 12px/1.1 "Space Grotesk";
  color:#35303a;
}
.mural-photo:hover{
  z-index:10;
  box-shadow:0 32px 78px rgba(38,24,54,.22);
}
.mural-photo-couple{
  width:48%;height:56%;
  left:1%;top:4%;
  transform:rotate(-5deg);
  z-index:3;
}
.mural-photo-couple img{object-position:50% 45%}
.mural-photo-couple:hover{transform:rotate(-2deg) translateY(-7px) scale(1.025)}
.mural-photo-godmother{
  width:50%;height:49%;
  right:0;top:14%;
  transform:rotate(5deg);
  z-index:2;
}
.mural-photo-godmother img{object-position:50% 40%}
.mural-photo-godmother:hover{transform:rotate(2deg) translateY(-7px) scale(1.025)}
.mural-photo-mother{
  width:54%;height:47%;
  left:24%;bottom:1%;
  transform:rotate(-1.8deg);
  z-index:5;
}
.mural-photo-mother img{object-position:50% 38%}
.mural-photo-mother:hover{transform:rotate(.5deg) translateY(-7px) scale(1.02)}
.mural-tape{
  position:absolute;
  z-index:7;
  width:92px;height:26px;
  border-radius:5px;
  background:rgba(255,228,122,.72);
  backdrop-filter:blur(1px);
}
.tape-couple{left:34%;top:-12px;transform:rotate(-8deg)}
.tape-godmother{right:29%;top:-12px;transform:rotate(8deg);background:rgba(206,190,255,.72)}
.tape-mother{left:42%;top:-12px;transform:rotate(-3deg);background:rgba(255,181,210,.68)}
.mural-note{
  position:absolute;
  right:1%;bottom:12%;
  z-index:8;
  padding:10px 13px;
  border-radius:14px;
  background:var(--yellow);
  box-shadow:0 9px 20px rgba(40,25,55,.10);
  font:700 12px/1 "Space Grotesk";
  transform:rotate(4deg);
}
.mural-doodle{position:absolute;z-index:1;font-size:56px;line-height:1}
.mural-doodle-one{right:9%;top:2%;color:var(--pink);transform:rotate(15deg)}
.mural-doodle-two{left:5%;bottom:8%;color:var(--purple);transform:rotate(-10deg)}

@media(max-width:980px){
  .story-mural-inner{grid-template-columns:1fr;gap:25px}
  .mural-copy{max-width:820px}
  .mural-copy h2{max-width:800px;font-size:clamp(48px,9vw,82px)}
  .mural-scribble{display:none}
  .mural-photos{min-height:680px;width:min(100%,800px);margin:0 auto}
}

@media(max-width:650px){
  .story-mural{
    padding:64px 14px 72px;
    background:
      radial-gradient(circle at 80% 6%,rgba(139,92,246,.11),transparent 18rem),
      linear-gradient(180deg,#fffaf5,#fff);
  }
  .mural-kicker{font-size:10px}
  .mural-copy h2{font-size:clamp(42px,13vw,64px);margin-top:20px}
  .mural-photos{
    min-height:auto;
    display:flex;
    flex-direction:column;
    gap:18px;
    padding:18px 4px 8px;
  }
  .mural-photo{
    position:relative;
    inset:auto!important;
    width:88%!important;
    height:auto!important;
    aspect-ratio:4/3;
    padding:7px 7px 38px;
  }
  .mural-photo-couple{align-self:flex-start;transform:rotate(-2.5deg)}
  .mural-photo-godmother{align-self:flex-end;transform:rotate(2.5deg)}
  .mural-photo-mother{align-self:center;transform:rotate(-1deg)}
  .mural-photo:hover{transform:translateY(-3px) scale(1.01)}
  .mural-photo img{border-radius:15px}
  .mural-note{right:1%;bottom:31%;font-size:15px}
  .mural-doodle-one{right:2%;top:2%;font-size:42px}
  .mural-doodle-two{left:1%;bottom:2%;font-size:42px}
}


/* =====================================================================
   REFINOS DE INTERFACE — 25/08
===================================================================== */

/* HERO MOBILE: preserva a mesma leitura lado a lado do desktop */


/* MURAL: legendas passam a funcionar como pequenos fragmentos de história */
.mural-photo figcaption{
  display:flex;
  flex-direction:column;
  gap:4px;
  padding:13px 14px 2px;
  color:var(--ink);
  font-family:"DM Sans",sans-serif;
  line-height:1.28;
  text-align:left;
}
.mural-photo figcaption strong{
  font:700 14px/1.2 "Space Grotesk";
  letter-spacing:-.015em;
}
.mural-photo figcaption span{
  font-size:11.5px;
  opacity:.68;
}
.mural-note{
  line-height:1.25!important;
}
.mural-note b{color:var(--pink)}


/* STORY VISUAL: imagem circular + nome realmente fora da imagem */
.story-product-image{
  width:100%;
  aspect-ratio:1;
  overflow:hidden;
  border-radius:50%;
  background:#fff;
  box-shadow:0 18px 42px rgba(34,23,51,.13);
}
.story-product-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:50%;
  display:block;
}

/* MODAL: compacto,com coluna de informações rolável e imagem menor */
.product-modal-card{
  inset:5vh 6vw!important;
  max-height:90vh;
  grid-template-columns:minmax(300px,.82fr) minmax(360px,1.18fr)!important;
  overflow:hidden!important;
  border:1px solid rgba(23,20,31,.10)!important;
  border-radius:28px;
  box-shadow:0 30px 90px rgba(24,13,39,.26)!important;
}
.modal-gallery{border-right:1px solid rgba(23,20,31,.08);background:#faf8fc;min-width:0;padding:24px!important;overflow:hidden!important;display:flex;flex-direction:column;justify-content:center;}
.modal-main-image{
  width:min(100%,470px);
  max-height:58vh;
  aspect-ratio:1!important;
  margin:0 auto;
  border:1px solid rgba(23,20,31,.08)!important;
  border-radius:20px!important;
}
.modal-copy{
  align-self:stretch!important;
  min-height:0;
  overflow-y:auto;
  overscroll-behavior:contain;
  padding:32px clamp(28px,4vw,52px) 34px!important;
  scrollbar-width:thin;
}
.modal-copy h2{
  font-size:clamp(34px,3.4vw,56px)!important;
  margin:13px 0 6px!important;
}
.modal-price{margin:16px 0!important}
.modal-variants{padding:13px 0!important}
.product-how{margin:14px 0!important}
.product-how p{
  padding:7px 0!important;
  font-size:13px;
  line-height:1.35;
}
.modal-close{
  right:calc(6vw + 12px)!important;
  top:calc(5vh + 12px)!important;
}
@media(max-width:820px){
  .product-modal-card{
    inset:3vh 3vw!important;
    max-height:94vh;
    display:block!important;
    overflow-y:auto!important;
  }
  .modal-gallery{padding:18px!important;}
  .modal-main-image{
    width:min(100%,360px);
    max-height:none;
  }
  .modal-copy{
    overflow:visible;
    padding:22px 20px 30px!important;
  }
  .modal-close{
    position:fixed!important;
    right:calc(3vw + 10px)!important;
    top:calc(3vh + 10px)!important;
  }
}

/* BUSCA DO CATÁLOGO: nova linguagem visual{
  padding:20px;
  border:1px solid rgba(23,20,31,.08);
  border-radius:24px;
  background:linear-gradient(145deg,#f7f1ff,#fff);
  box-shadow:0 14px 34px rgba(38,24,55,.07);
}


/* =====================================================================
   CORREÇÕES ESTRUTURAIS — limpeza do quiz,rolagem mobile,mural e wide
===================================================================== */

/* A tela de entrada foi removida; o site já nasce utilizável. */
body{overflow-x:hidden}
.universe-gate{display:none!important}

/* QUIZ: um único padrão visual,alinhado ao catálogo atual */

/* MOBILE: usa apenas UM offset. Antes scroll-padding + scroll-margin somavam. */
@media(max-width:900px){
  html{scroll-padding-top:0!important}
  section[id],#catalogo,#jogos,#conversa,#lacos{
    scroll-margin-top:142px!important;
  }
  #topo{scroll-margin-top:0!important}
}

/* CARD WIDE: o emoji pertence à primeira coluna e não invade o título */

/* MURAL: legenda fica em fluxo normal ABAIXO da foto,nunca sobre ela */
.mural-photo{
  display:grid!important;
  grid-template-rows:minmax(0,1fr) auto!important;
  padding:8px 8px 12px!important;
  overflow:hidden!important;
}
.mural-photo img{
  min-height:0;
  height:100%!important;
}
.mural-photo figcaption{
  position:static!important;
  inset:auto!important;
  min-width:0;
  padding:12px 10px 2px!important;
  margin:0;
  background:#fff;
}
.mural-photo figcaption strong{
  display:block;
  margin:0 0 4px;
}
.mural-photo figcaption span{
  display:block;
}
@media(max-width:650px){
  .mural-photo{
    aspect-ratio:auto!important;
    min-height:390px;
    padding:7px 7px 12px!important;
  }
  .mural-photo img{
    min-height:280px;
  }
  .mural-note{
    position:relative!important;
    inset:auto!important;
    align-self:center;
    margin:-4px auto 4px;
    width:max-content;
    max-width:85%;
    text-align:center;
    transform:rotate(1deg)!important;
  }
}


/* =====================================================================
   NOVA PORTA DE ENTRADA DO UNIVERSO
===================================================================== */
body.pre-universe{overflow:hidden!important}

.universe-gate{
  display:grid!important;
  position:fixed;
  inset:0;
  width:100%;
  min-height:100dvh;
  z-index:5000;
  place-items:center;
  overflow:hidden;
  color:#fff;
  background:
    radial-gradient(circle at 14% 15%,rgba(255,79,154,.30),transparent 28rem),
    radial-gradient(circle at 86% 20%,rgba(85,200,255,.22),transparent 30rem),
    radial-gradient(circle at 55% 105%,rgba(255,216,77,.18),transparent 34rem),
    #0d0914!important;
  opacity:1;
  visibility:visible;
  transition:opacity .72s ease,visibility .72s ease;
}
.gate-kicker{
  display:inline-block;
  padding:9px 13px;
  border:2px solid #fff;
  background:#ffd84d;
  color:#17141f;
  box-shadow:5px 5px 0 #ff4f9a;
  font:700 13px "Space Grotesk";
  letter-spacing:.13em;
  transform:rotate(-2deg);
}
.gate-actions{display:flex;align-items:center;gap:18px;margin-top:32px;flex-wrap:wrap}
.gate-enter{
  min-height:62px;
  padding:0 22px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:24px;
  border:0!important;
  border-radius:18px!important;
  background:linear-gradient(110deg,#ffd84d,#ff8a4c,#ff4f9a)!important;
  color:#17141f!important;
  box-shadow:0 15px 40px rgba(255,79,154,.28)!important;
  font:700 15px "Space Grotesk";
  cursor:pointer;
  transition:transform .2s ease,box-shadow .2s ease;
}
.gate-enter:hover{transform:translateY(-3px) rotate(-.5deg);box-shadow:0 20px 48px rgba(255,79,154,.38)!important}
.gate-silent{
  border:0;
  border-bottom:1px solid rgba(255,255,255,.55);
  padding:8px 0;
  background:transparent;
  color:#fff;
  font:600 13px "DM Sans";
  cursor:pointer;
}
.gate-sound-note{display:block;margin-top:12px;color:rgba(255,255,255,.54);font-size:11px}
.gate-life-note{
  position:absolute;
  z-index:5;
  right:2%;
  bottom:10%;
  max-width:210px;
  padding:13px 16px;
  background:#fff;
  color:#17141f;
  border-radius:14px;
  box-shadow:7px 7px 0 #ffd84d;
  font:italic 17px Georgia,serif;
  transform:rotate(4deg);
}


/* Player only appears after the entry choice */
body.pre-universe .sound-dock{display:none!important}

/* First discovery after entering */


/* Mobile gets its own composition,not a squeezed desktop */
@media(max-width:760px){
  .gate-kicker{font-size:10px;padding:7px 9px}
  .gate-actions{gap:10px;margin-top:20px}
  .gate-enter{width:100%;min-height:56px;padding:0 13px;font-size:11px;gap:8px}
  .gate-silent{font-size:11px}
  .gate-sound-note{font-size:9px;line-height:1.3}
  .gate-life-note{right:-2%;bottom:8%;max-width:130px;padding:8px 9px;font-size:11px}
}
@media(max-width:460px){
  .gate-life-note{display:none}
}

@media(prefers-reduced-motion:reduce){
  .universe-gate{animation:none!important;transition:none!important}
}


/* =====================================================================
   ENTRADA CLEAN — inspirada na página de referência
===================================================================== */
.universe-gate{
  position:fixed!important;
  inset:0!important;
  z-index:5000!important;
  min-height:100dvh!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:20px!important;
  overflow:hidden!important;
  color:var(--ink)!important;
  background:
    radial-gradient(circle at 3% 3%,rgba(139,92,246,.24),transparent 34%),
    radial-gradient(circle at 98% 97%,rgba(214,168,79,.20),transparent 34%),
    radial-gradient(circle at 78% 8%,rgba(255,79,154,.08),transparent 28%),
    linear-gradient(135deg,#fff7fb,#f6efff)!important;
}
.entry-shell{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:center;
}
.entry-card{
  position:relative;
  width:min(100%,440px);
  padding:clamp(30px,5vw,44px) clamp(22px,5vw,34px) 30px;
  text-align:center;
  background:rgba(255,255,255,.58);
  border:1px solid rgba(255,255,255,.78);
  border-radius:32px;
  box-shadow:
    0 24px 60px rgba(70,35,120,.15),
    inset 0 1px 0 rgba(255,255,255,.88);
  backdrop-filter:blur(20px) saturate(1.15);
  -webkit-backdrop-filter:blur(20px) saturate(1.15);
}
.entry-card .gate-kicker{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin:0;
  padding:7px 11px;
  border:0!important;
  border-radius:999px;
  background:var(--soft-purple);
  color:#6d3ee8;
  box-shadow:none!important;
  font:800 10px/1 "Space Grotesk";
  letter-spacing:.11em;
  transform:none!important;
}
.entry-card h1{
  margin:18px 0 13px;
  color:var(--ink);
  font:700 clamp(43px,4vw,64px)/.88 "Space Grotesk";
  letter-spacing:-.065em;
}
.entry-card h1 em{
  color:var(--purple);
  font-family:Georgia,serif;
  font-weight:400;
  font-style:normal;
  white-space:normal;
}
.entry-card .gate-actions{
  display:flex;
  flex-direction:column;
  gap:10px;
  margin:25px 0 0;
}
.entry-card .gate-enter{
  width:100%;
  min-height:57px;
  margin:0;
  padding:0 18px;
  border:1px solid rgba(255,255,255,.72)!important;
  border-radius:18px!important;
  background:rgba(139,92,246,.91)!important;
  color:#fff!important;
  box-shadow:0 11px 26px rgba(60,35,90,.16)!important;
  font:700 14px "Space Grotesk";
  transition:transform .22s ease,box-shadow .22s ease,background .22s ease;
}
.entry-card .gate-enter:hover{
  background:#8b5cf6!important;
  transform:translateY(-3px)!important;
  box-shadow:0 17px 34px rgba(60,35,90,.23)!important;
}
.entry-card .gate-silent{
  align-self:center;
  margin:0;
  padding:8px 4px 4px;
  border:0;
  background:transparent;
  color:#6d3ee8;
  font:700 12px "DM Sans";
  text-decoration:none;
}
.entry-card .gate-silent:hover{text-decoration:underline}
.entry-card .gate-sound-note{
  display:block;
  margin-top:14px;
  color:#897e94;
  font-size:10px;
  line-height:1.35;
}
.entry-card .gate-life-note{
  position:static!important;
  display:inline-block;
  max-width:none!important;
  margin-top:17px;
  padding:0!important;
  background:transparent!important;
  color:#766782!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  font:italic 13px/1.2 Georgia,serif!important;
  transform:rotate(-2deg)!important;
}


/* Transition remains,but now feels like opening the card instead of a portal exploding */
.universe-gate.is-entering .entry-card{
  animation:entryCardExit .78s cubic-bezier(.2,.8,.2,1) both;
}
@keyframes entryCardExit{
  0%{opacity:1;transform:translateY(0) scale(1)}
  45%{opacity:1;transform:translateY(-8px) scale(1.025)}
  100%{opacity:0;transform:translateY(-24px) scale(1.08)}
}

@media(max-width:560px){
  .universe-gate{padding:14px!important}
  .entry-card{
    width:min(100%,390px);
    padding:24px 19px 22px;
    border-radius:27px;
  }
  .entry-card h1{
    margin-top:14px;
    font-size:clamp(39px,11vw,53px);
  }
  .entry-card .gate-enter{min-height:54px;font-size:12px}
  .entry-card .gate-sound-note{font-size:9px}
}
@media(max-height:700px){
  .entry-card{padding-top:20px;padding-bottom:18px}
  .entry-card h1{font-size:39px;margin:11px 0 9px}
  .entry-card .gate-actions{margin-top:16px}
  .entry-card .gate-life-note{margin-top:10px}
}


/* =====================================================================
   ENTRADA COLORIDA — mesma linguagem visual do catálogo
===================================================================== */
.universe-gate{
  background:
    radial-gradient(circle at 5% 5%,rgba(255,216,77,.42),transparent 30%),
    radial-gradient(circle at 95% 8%,rgba(139,92,246,.28),transparent 32%),
    radial-gradient(circle at 8% 92%,rgba(85,200,255,.24),transparent 30%),
    radial-gradient(circle at 92% 95%,rgba(255,79,154,.23),transparent 34%),
    linear-gradient(135deg,#fff9ef 0%,#fff5fb 48%,#f4efff 100%)!important;
}
.universe-gate:before,.universe-gate:after{
  content:"";
  position:absolute;
  pointer-events:none;
  z-index:0;
}
.universe-gate:before{
  width:230px;
  height:230px;
  left:-80px;
  bottom:-60px;
  border-radius:50%;
  background:repeating-conic-gradient(
    from 15deg,
    rgba(255,216,77,.42) 0 8deg,
    transparent 8deg 20deg
  );
}
.universe-gate:after{
  width:180px;
  height:70px;
  right:-32px;
  top:11%;
  border-radius:999px;
  background:rgba(85,200,255,.26);
  transform:rotate(-13deg);
}
.entry-shell{position:relative;z-index:2}
.entry-card{
  overflow:visible;
  background:rgba(255,255,255,.69);
  border:1px solid rgba(255,255,255,.88);
  box-shadow:
    0 24px 65px rgba(79,43,119,.14),
    0 0 0 1px rgba(139,92,246,.035),
    inset 0 1px 0 rgba(255,255,255,.92);
}
.entry-card:before{
  content:"✦";
  position:absolute;
  left:-28px;
  top:22%;
  color:var(--pink);
  font-size:46px;
  transform:rotate(-12deg);
}
.entry-card:after{
  content:"👀";
  position:absolute;
  right:-22px;
  bottom:18%;
  padding:9px 12px;
  border-radius:16px;
  background:var(--yellow);
  box-shadow:0 8px 20px rgba(40,25,55,.11);
  transform:rotate(8deg);
}
.entry-card .gate-kicker{
  background:linear-gradient(105deg,var(--yellow),#fff0a5);
  color:var(--ink);
}
.entry-card h1 em{
  background:linear-gradient(95deg,#8b5cf6,#ff4f9a);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}

/* Três destinos da entrada */
.entry-actions-grid{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:10px!important;
  margin-top:25px!important;
}
.entry-action{
  width:100%;
  min-height:58px;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:13px;
  padding:10px 15px;
  border:1px solid rgba(255,255,255,.75)!important;
  border-radius:18px;
  color:#fff!important;
  text-decoration:none;
  box-shadow:0 10px 25px rgba(60,35,90,.13);
  cursor:pointer;
  transition:transform .2s ease,box-shadow .2s ease,filter .2s ease;
}
.entry-action:hover{
  transform:translateY(-3px);
  box-shadow:0 16px 32px rgba(60,35,90,.20);
  filter:saturate(1.08);
}
.entry-action:active{transform:scale(.985)}
.entry-action-icon{
  flex:0 0 38px;
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  border-radius:12px;
  background:rgba(255,255,255,.20);
  font-size:20px;
}
.entry-action>span:last-child{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:2px;
}
.entry-action b{
  font:800 13px/1 "Space Grotesk";
  letter-spacing:.045em;
}
.entry-action small{
  font:600 10px/1.15 "DM Sans";
  color:rgba(255,255,255,.78);
}

/* Cada botão usa uma das cores da identidade */
.entry-catalog{
  margin:0!important;
  min-height:58px!important;
  justify-content:flex-start!important;
  background:linear-gradient(110deg,#8b5cf6,#9e71f7)!important;
}
.entry-instagram{
  background:linear-gradient(110deg,#ff4f9a,#ff8a4c);
}

/* Entrada sem som continua como escolha secundária */
.entry-card>.gate-silent{
  display:inline-block;
  margin-top:13px;
  color:#6d3ee8;
}
.entry-card>.gate-silent:hover{
  color:#ff4f9a;
}

/* Pequeno detalhe de “bagunça intencional” */
.entry-card .gate-life-note{
  position:relative!important;
}
.entry-card .gate-life-note:after{
  content:"";
  position:absolute;
  left:8%;
  right:4%;
  bottom:-5px;
  height:6px;
  border-radius:50%;
  border-bottom:3px solid var(--yellow);
  transform:rotate(-2deg);
}

@media(max-width:560px){
  .universe-gate:before{width:145px;height:145px}
  .universe-gate:after{width:110px;height:45px}
  .entry-card:before{left:-8px;top:18%;font-size:30px}
  .entry-card:after{right:-5px;bottom:16%;font-size:14px;padding:6px 8px}
  .entry-action{
    min-height:54px;
    padding:8px 12px;
  }
  .entry-action-icon{
    width:34px;
    height:34px;
    flex-basis:34px;
    font-size:18px;
  }
}


/* ===== HOME MAIS COLORIDA + WHATSAPP FLUTUANTE ===== */
.universe-gate{
  background:
    radial-gradient(circle at 0% 0%,rgba(255,216,77,.92) 0,rgba(255,216,77,.52) 15%,transparent 35%),
    radial-gradient(circle at 100% 4%,rgba(139,92,246,.82) 0,rgba(139,92,246,.42) 18%,transparent 38%),
    radial-gradient(circle at 2% 100%,rgba(85,200,255,.78) 0,rgba(85,200,255,.38) 19%,transparent 39%),
    radial-gradient(circle at 100% 100%,rgba(255,79,154,.78) 0,rgba(255,79,154,.40) 19%,transparent 40%),
    linear-gradient(135deg,#fff0a8 0%,#ffd8ea 38%,#e4d5ff 70%,#bfeeff 100%)!important;
}
.entry-card{
  background:rgba(255,255,255,.78)!important;
  border:2px solid rgba(255,255,255,.92)!important;
  box-shadow:0 28px 70px rgba(69,30,105,.22),8px 9px 0 rgba(139,92,246,.14)!important;
}
.entry-card .gate-kicker{
  background:#ffd84d!important;
  box-shadow:4px 4px 0 #ff4f9a!important;
}
.entry-card h1 em{
  background:linear-gradient(90deg,#7b43ee 0%,#ff3e92 55%,#ff7a3d 100%)!important;
  -webkit-background-clip:text!important;
  background-clip:text!important;
  color:transparent!important;
}
.entry-catalog{
  background:linear-gradient(110deg,#7b43ee,#a668ff)!important;
  box-shadow:0 12px 28px rgba(123,67,238,.30)!important;
}
.entry-instagram{
  background:linear-gradient(110deg,#ff3590,#ff7945)!important;
  box-shadow:0 12px 28px rgba(255,53,144,.25)!important;
}
.entry-actions-grid{
  grid-template-columns:1fr!important;
}

.entry-whatsapp-float{
  position:fixed;
  z-index:5010;
  right:clamp(18px,3vw,38px);
  bottom:clamp(18px,3vw,34px);
  width:66px;
  height:66px;
  display:grid;
  place-items:center;
  border:3px solid #fff;
  border-radius:50%;
  background:#25d366;
  color:#fff!important;
  text-decoration:none!important;
  box-shadow:0 14px 34px rgba(22,120,64,.34);
  transition:transform .2s ease,box-shadow .2s ease;
}
.entry-whatsapp-float span{
  font-size:27px;
  line-height:1;
}
.entry-whatsapp-float b{
  position:absolute;
  right:74px;
  white-space:nowrap;
  padding:8px 11px;
  border-radius:11px;
  background:#17141f;
  color:#fff;
  font:700 11px "Space Grotesk";
  opacity:0;
  transform:translateX(8px);
  pointer-events:none;
  transition:.2s ease;
}
.entry-whatsapp-float:hover{
  transform:translateY(-5px) rotate(-3deg) scale(1.04);
  box-shadow:0 20px 42px rgba(22,120,64,.42);
}
.entry-whatsapp-float:hover b{
  opacity:1;
  transform:translateX(0);
}
.universe-gate.is-entering .entry-whatsapp-float{
  opacity:0;
  transform:translateY(20px);
  transition:.3s ease;
}
@media(max-width:560px){
  .entry-whatsapp-float{
    width:58px;
    height:58px;
    right:16px;
    bottom:16px;
  }
  .entry-whatsapp-float span{font-size:24px}
  .entry-whatsapp-float b{display:none}
}


/* ===== ÍCONES OFICIAIS DA PÁGINA INICIAL ===== */

/* A nova logo é preta/transparente: convertemos o preto para lilás. */

/* Os ícones fornecidos também são pretos/transparente.
   Dentro dos botões fortes eles viram branco para ganhar contraste. */
.entry-action-icon{
  overflow:hidden;
}
.entry-action-icon img{
  width:22px;
  height:22px;
  display:block;
  object-fit:contain;
  filter:brightness(0) invert(1);
}

/* Catálogo: ícone branco sobre lilás forte */
.entry-catalog .entry-action-icon{
  background:rgba(255,255,255,.18)!important;
}

/* Instagram: ícone branco sobre o gradiente rosa/laranja */
.entry-instagram .entry-action-icon{
  background:rgba(255,255,255,.18)!important;
}

/* WhatsApp flutuante: ícone branco no círculo verde */
.entry-whatsapp-float>span{
  width:100%;
  height:100%;
  display:grid;
  place-items:center;
}
.entry-whatsapp-float>span img{
  width:29px;
  height:29px;
  display:block;
  object-fit:contain;
  filter:brightness(0) invert(1);
}

@media(max-width:560px){
  .entry-action-icon img{
    width:20px;
    height:20px;
  }
  .entry-whatsapp-float>span img{
    width:25px;
    height:25px;
  }
}


/* ===== AJUSTES DA HOME / HERO / CATÁLOGO ===== */

/* A logo foi removida da tela inicial; compensamos o espaço para o card não ficar alto demais. */
.entry-card{
  padding-top:clamp(24px,4vw,34px)!important;
}
.entry-card .gate-kicker{
  margin-top:0!important;
}

/* HERO MOBILE: menos margens e mais área útil,mantendo texto e imagem lado a lado */


/* CATÁLOGO: personagem ao lado do texto,apontando para os produtos */
.catalog-intro-block{
  min-width:0;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(150px,.48fr);
  align-items:end;
  gap:clamp(8px,2vw,26px);
}
.catalog-intro-copy{min-width:0}
.catalog-pointer{
  align-self:end;
  justify-self:end;
  width:min(100%,270px);
  min-width:0;
}
.catalog-pointer img{
  display:block;
  width:100%;
  height:auto;
  max-height:360px;
  object-fit:contain;
  object-position:center bottom;
  background:transparent;
  border:0;
  box-shadow:none;
}

/* Como catalog-head já tem a busca à direita,damos mais largura ao bloco de abertura. */
.catalog-head{
  grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr)!important;
  gap:clamp(28px,5vw,72px)!important;
}

@media(max-width:900px){
  .catalog-head{
    grid-template-columns:1fr!important;
    gap:26px!important;
  }
  .catalog-intro-block{
    grid-template-columns:minmax(0,1fr) minmax(120px,.42fr);
    align-items:end;
  }
  .catalog-pointer{
    width:min(100%,220px);
  }
  .catalog-pointer img{
    max-height:300px;
  }
}
@media(max-width:560px){
  .catalog-intro-block{
    grid-template-columns:minmax(0,1fr) minmax(95px,.38fr);
    gap:2px;
  }
  .catalog-head h2{
    font-size:clamp(42px,12vw,62px)!important;
  }
  .catalog-intro{
    font-size:14px!important;
  }
  .catalog-pointer{
    width:125%;
    margin-left:-20%;
    justify-self:start;
  }
  .catalog-pointer img{
    max-height:250px;
  }
}


/* =====================================================================
   CATALOG POINTER — CORREÇÃO DO TAMANHO VISUAL
   O arquivo possui transparência interna; ampliamos a arte sem alterar
   a altura do catalog-intro-copy.
===================================================================== */
.catalog-intro-block{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(180px,.52fr)!important;
  align-items:stretch!important;
  gap:clamp(4px,1vw,14px)!important;
  overflow:visible!important;
}

.catalog-intro-copy{
  position:relative!important;
  z-index:3;
  min-width:0!important;
  align-self:stretch!important;
}

.catalog-pointer{
  position:relative!important;
  z-index:2;
  width:100%!important;
  min-width:0!important;
  height:auto!important;
  align-self:stretch!important;
  justify-self:stretch!important;
  margin:0!important;
  overflow:visible!important;
}

.catalog-pointer img{
  position:absolute!important;
  left:50%!important;
  bottom:0!important;
  top:auto!important;

  /* maior que o container para compensar a transparência do arquivo */
  width:155%!important;
  height:155%!important;
  min-width:0!important;
  min-height:0!important;
  max-width:none!important;
  max-height:none!important;

  object-fit:contain!important;
  object-position:center bottom!important;

  transform:translateX(-50%)!important;
  transform-origin:center bottom!important;

  margin:0!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
}

/* Desktop largo */
@media(min-width:1100px){
  .catalog-intro-block{
    grid-template-columns:minmax(0,1fr) minmax(210px,.55fr)!important;
  }

  .catalog-pointer img{
    width:165%!important;
    height:165%!important;
  }
}

/* Tablet */
@media(max-width:900px){
  .catalog-intro-block{
    grid-template-columns:minmax(0,1fr) minmax(125px,.46fr)!important;
    gap:0!important;
  }

  .catalog-pointer img{
    width:165%!important;
    height:165%!important;
  }
}

/* Celular */
@media(max-width:560px){
  .catalog-intro-block{
    grid-template-columns:minmax(0,1fr) minmax(100px,.43fr)!important;
    gap:0!important;
  }

  .catalog-pointer img{
    width:175%!important;
    height:175%!important;
    left:48%!important;
  }
}


/* =====================================================================
   HERO MOBILE — EYEBROW FULL / TÍTULO + IMAGEM / TEXTO FULL
===================================================================== */
@media(max-width:900px){

  /* No mobile o HERO vira uma grade própria de 2 colunas */
  

  /* Faz os filhos internos de hero-copy participarem diretamente da grade do hero */
  

  /* Eyebrow ocupa a tela inteira, SEM alterar tamanho */
  .hero-eyebrow{
    grid-area:eyebrow!important;
    justify-self:start!important;
    width:max-content!important;
    max-width:100%!important;
    margin:0!important;
  }

  /* Título ocupa somente metade esquerda */
  

  /* Imagem ocupa somente metade direita */
  

  

  /* Parágrafo volta a ocupar a largura inteira, SEM alterar fonte/tamanho */
  

  /* Botões ficam em largura inteira abaixo */
  

  
}

/* Celular pequeno: mantém a MESMA estrutura */


/* =====================================================================
   HERO MOBILE — REFINO DE DESIGN GRÁFICO
   Hierarquia,respiro e equilíbrio visual sem alterar tipografia.
===================================================================== */
@media(max-width:900px){

  

  /* detalhe editorial sutil para amarrar a composição */
  

  

  /* eyebrow funciona como cabeçalho visual da seção */
  .hero-eyebrow{
    grid-area:eyebrow!important;
    position:relative;
    z-index:3;
    justify-self:start!important;
    width:max-content!important;
    max-width:100%!important;
    margin:0 0 2px!important;
  }

  /* bloco de título */
  

  /* imagem com enquadramento limpo e sem invadir o texto */
  

  

  /* descrição ocupa toda largura, como um fechamento editorial */
  

  /* ações ficam claramente separadas do conteúdo */
  

  

  
}


/* telas muito estreitas: protege a leitura sem alterar tamanho das fontes */


/* =====================================================================
   IDENTIDADE IMPEL — REFINO FINAL
   Estrutura simples + bagunça gráfica intencional.
   O espaço continua como metáfora da marca; estética cósmica fica
   concentrada principalmente na Central de Jogos.
===================================================================== */

/* HERO: explica rápido o que fazemos sem perder a resenha */


/* Mural emocional: fotografia é história,não vitrine */
.story-mural .mural-photo{
  border:2px solid rgba(18,18,18,.10);
}
.story-mural .mural-photo figcaption span{
  display:none;
}
.story-mural .mural-photo figcaption strong{
  display:block;
  font-size:12px;
  line-height:1.2;
}
.mural-note{
  border:2px solid var(--ink);
  box-shadow:4px 4px 0 var(--ink);
}

/* Catálogo: informação organizada,personalidade nos detalhes */
.catalog{
  background:#fff;
}
.catalog-head{
  position:relative;
}
.catalog-head:after{
  content:"olha isso aqui! ↘";
  position:absolute;
  left:42%;
  bottom:-18px;
  color:var(--pink);
  font:italic 700 14px/1 Georgia,serif;
  transform:rotate(-6deg);
  pointer-events:none;
}
.product-card{
  transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;
}
.product-card:nth-child(6n/**/+2){transform:rotate(.25deg)}
.product-card:nth-child(6n/**/+5){transform:rotate(-.25deg)}
.product-card:hover{
  transform:translateY(-6px) rotate(-.4deg);
}

/* Conversa: vocês entram fisicamente no universo da interface */
.conversation{
  background:
    radial-gradient(circle at 10% 15%,rgba(255,216,77,.35),transparent 19rem),
    linear-gradient(135deg,var(--blue),#dff8fb);
}
.conversation-chaos{
  isolation:isolate;
}
.conversation-character{
  position:absolute;
  z-index:2;
  width:min(68%,390px);
  height:auto;
  right:-8%;
  bottom:-5%;
  object-fit:contain;
  filter:drop-shadow(0 18px 18px rgba(0,0,0,.15));
  transform:rotate(2deg);
  pointer-events:none;
}
.chat-sticker,.chat-bubble{
  z-index:4;
}
.conversation-copy .kicker{
  display:inline-block;
  background:var(--yellow);
  border:2px solid var(--ink);
  padding:7px 10px;
  box-shadow:3px 3px 0 var(--ink);
  transform:rotate(-2deg);
}
.conversation-copy h2{
  color:var(--ink);
}
.conversation-copy .btn{
  margin-top:24px;
}

/* LAÇOS: menos "tema espacial",mais memória */
.lacos{
  background:
    radial-gradient(circle at 85% 15%,rgba(255,79,154,.14),transparent 23rem),
    var(--ink);
}
.lacos-word{
  text-shadow:5px 5px 0 rgba(255,216,77,.22);
}

/* CTA final: energia da marca sem parecer banner de liquidação */
.cta{
  background:
    radial-gradient(circle at 85% 20%,rgba(255,216,77,.55),transparent 18rem),
    var(--pink);
}
.big-cta{
  position:relative;
}
.big-cta:before{
  content:"bora?";
  position:absolute;
  top:-28px;
  right:-12px;
  padding:7px 9px;
  background:#fff;
  border:2px solid var(--ink);
  font:800 11px/1 "Space Grotesk";
  transform:rotate(8deg);
}

/* No mobile,mantém leitura antes da bagunça */
@media(max-width:900px){
  
  
  
  .catalog-head:after{display:none}
  .conversation-character{
    width:min(62%,300px);
    right:-5%;
    bottom:-4%;
    opacity:.95;
  }
}
@media(max-width:560px){
  .conversation-chaos{
    min-height:410px;
  }
  .conversation-character{
    width:72%;
    right:-16%;
    bottom:-2%;
  }
  .bubble-3{
    left:20px;
    bottom:38px;
    max-width:62%;
  }
  
}

/* =====================================================================
   HERO — AJUSTE FINAL DE ORGANIZAÇÃO (DESKTOP + MOBILE)
   scroll-note segue o fluxo do texto e aparece também no celular.
===================================================================== */

/* Desktop: o aviso fica realmente abaixo da descrição */


/* Mobile: mesma ordem visual do desktop,sem linha divisória */


/* HERO — refinamento mobile: descrição mais próxima do título + scroll central */


/* ===== AJUSTE HERO MOBILE — descrição integrada ao bloco do título ===== */

/* =====================================================================
   HERO — CSS CONSOLIDADO
   Única fonte de verdade da seção Hero.
===================================================================== */
.hero{
  min-height:calc(100vh - 100px);
  padding:clamp(70px,8vw,115px) clamp(20px,5vw,80px);
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  align-items:center;
  position:relative;
  overflow:hidden;
  isolation:isolate;
  border:0;
  background:
    radial-gradient(circle at 85% 18%,rgba(255,216,77,.24),transparent 23rem),
    radial-gradient(circle at 5% 82%,rgba(255,79,154,.10),transparent 22rem),
    var(--paper);
}
.hero:before{
  content:"";
  position:absolute;
  width:420px;
  height:420px;
  left:-170px;
  bottom:-180px;
  border-radius:50%;
  background:linear-gradient(135deg,var(--pink),var(--orange));
  filter:blur(80px);
  opacity:.10;
  z-index:-1;
}
.hero-copy{
  z-index:4;
  max-width:720px;
  display:flex;
  flex-direction:column;
  align-items:center;
}
.hero-eyebrow{
  display:inline-block;
  align-self:flex-start;
  padding:10px 15px;
  border:0;
  border-radius:999px;
  background:linear-gradient(110deg,var(--yellow),#fff1a4);
  box-shadow:0 7px 20px rgba(194,153,0,.14);
  color:var(--ink);
  font:700 13px "Space Grotesk";
  letter-spacing:.11em;
  text-transform:uppercase;
  transform:rotate(-1deg);
}
.hero-title{
  width:100%;
  margin:30px 0 26px;
  font:700 clamp(64px,11vw,125px)/.82 "Space Grotesk";
  letter-spacing:-.07em;
  text-wrap:balance;
}
.hero-title em{
  position:relative;
  color:var(--pink);
  font-family:"Space Grotesk",sans-serif;
  font-style:normal;
  font-weight:700;
}
.hero-description{
  width:100%;
  max-width:540px;
  margin:0;
  color:#484052;
  font-size:clamp(18px,2vw,25px);
  line-height:1.5;
}
.hero-description strong{
  color:var(--ink);
  font-weight:800;
}
.scroll-note{
  position:static;
  margin-top:10px;
  align-self:center;
  font:600 clamp(13px,1.4vw,18px) "Space Grotesk";
  text-align:center;
  transform:rotate(-2deg);
}
.hero-main-image{
  position:relative;
  width:100%;
  max-width:760px;
  justify-self:start;
  align-self:center;
  margin-left:clamp(-55px,-4vw,-18px);
  background:transparent;
  border:0;
  box-shadow:none;
  padding:0;
  z-index:2;
}
.hero-main-image img{
  display:block;
  width:100%;
  height:auto;
  max-height:700px;
  object-fit:contain;
  object-position:center bottom;
  background:transparent;
  border:0;
  border-radius:0;
  box-shadow:none;
  filter:none;
}
.hero-main-image:before{
  content:"";
  position:absolute;
  width:64%;
  aspect-ratio:1;
  left:48%;
  top:50%;
  transform:translate(-50%,-50%) rotate(-7deg);
  background:var(--yellow);
  border-radius:46% 54% 43% 57% / 58% 39% 61% 42%;
  z-index:-1;
  opacity:.92;
}
.hero-main-image:after{
  content:"100% nossa cara";
  position:absolute;
  right:1%;
  bottom:13%;
  z-index:4;
  padding:9px 12px;
  background:var(--blue);
  border:2px solid var(--ink);
  box-shadow:4px 4px 0 var(--ink);
  font:800 11px/1 "Space Grotesk";
  transform:rotate(6deg);
}
body.universe-awake .hero-copy{animation:wakeIn .7s ease both}
body.universe-awake .hero-main-image{animation:wakeIn .92s .06s ease both}

@media(max-width:900px){
  .hero{
    min-height:auto;
    grid-template-columns:minmax(0,.98fr) minmax(0,1.02fr);
    grid-template-areas:
      "eyebrow eyebrow"
      "title image"
      "description description"
      "scroll scroll";
    column-gap:clamp(8px,2.4vw,18px);
    row-gap:14px;
    padding:34px clamp(14px,4vw,26px) 42px;
    align-items:center;
  }
  .hero-copy{display:contents}
  .hero-eyebrow{
    grid-area:eyebrow;
    justify-self:start;
    align-self:auto;
    width:max-content;
    max-width:100%;
    margin:0 0 2px;
    position:relative;
    z-index:3;
  }
  .hero-title{
    grid-area:title;
    align-self:center;
    justify-self:stretch;
    width:100%;
    min-width:0;
    margin:0;
    padding-right:2px;
    position:relative;
    z-index:3;
    font-size:clamp(38px,10.5vw,58px);
  }
  .hero-main-image{
    grid-area:image;
    width:100%;
    max-width:100%;
    min-width:0;
    height:auto;
    margin:0;
    padding:0;
    align-self:center;
    justify-self:stretch;
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:visible;
  }
  .hero-main-image img{
    width:100%;
    max-width:100%;
    height:auto;
    max-height:430px;
    object-fit:contain;
    object-position:center bottom;
    margin:0;
    transform:none;
    filter:drop-shadow(0 14px 18px rgba(35,22,51,.08));
  }
  .hero-main-image:before{width:72%}
  .hero-main-image:after{
    right:3%;
    bottom:8%;
    padding:7px 9px;
    font-size:9px;
  }
  .hero-description{
    grid-area:description;
    width:100%;
    max-width:none;
    min-width:0;
    margin-top:-8px;
    padding:0;
    border:0;
    position:relative;
    z-index:3;
  }
  .scroll-note{
    grid-area:scroll;
    justify-self:center;
    align-self:start;
    width:auto;
    margin:2px auto 0;
    position:static;
    text-align:center;
    transform:rotate(-2deg);
    z-index:3;
  }
}

@media(max-width:560px){
  .hero{
    grid-template-columns:minmax(0,1.1fr) minmax(0,1.04fr);
    column-gap:4px;
    row-gap:11px;
    padding:26px 12px 34px;
  }
  .hero-title{
    padding-right:3px;
    font-size:clamp(35px,12vw,52px);
  }
  .hero-main-image{transform:translateY(2px)}
  .hero-main-image img{
    width:104%;
    max-width:104%;
    max-height:350px;
  }
  .hero-main-image:after{display:none}
  .hero-description{
    margin-top:-25px;
    font-size:12px;
    line-height:1.35;
  }
  .scroll-note{margin-top:1px}
}

@media(max-width:380px){
  .hero{
    grid-template-columns:minmax(0,.94fr) minmax(0,1.06fr);
    padding-left:10px;
    padding-right:10px;
  }
  .hero-main-image img{
    width:108%;
    max-width:108%;
  }
}


/* =====================================================================
   UNIVERSE GATE — FUNDO ESPACIAL 2D
   Camada puramente decorativa: não altera a organização do conteúdo.
===================================================================== */
.universe-gate{
  background:#050507!important;
  isolation:isolate;
}
.universe-gate:before,.universe-gate:after{
  display:none!important;
}
.gate-orbit-scene{
  position:absolute;
  inset:0;
  z-index:0;
  overflow:hidden;
  pointer-events:none;
}
.universe-gate .entry-shell{
  position:relative;
  z-index:2;
}
.universe-gate .entry-whatsapp-float{z-index:3}
.gate-starfield{
  position:absolute;
  inset:0;
  opacity:.42;
  background-image:
    radial-gradient(circle at 8% 18%,rgba(255,255,255,.92) 0 1px,transparent 1.7px),
    radial-gradient(circle at 23% 72%,rgba(255,255,255,.72) 0 1px,transparent 1.6px),
    radial-gradient(circle at 38% 31%,rgba(255,216,77,.78) 0 1px,transparent 1.8px),
    radial-gradient(circle at 57% 12%,rgba(255,255,255,.8) 0 1px,transparent 1.6px),
    radial-gradient(circle at 71% 77%,rgba(85,200,255,.72) 0 1px,transparent 1.8px),
    radial-gradient(circle at 87% 28%,rgba(255,255,255,.8) 0 1px,transparent 1.6px),
    radial-gradient(circle at 94% 86%,rgba(255,79,154,.72) 0 1px,transparent 1.8px);
  background-size:
    170px 170px,210px 210px,260px 260px,195px 195px,
    240px 240px,185px 185px,230px 230px;
}
.gate-orbit-ring{
  position:absolute;
  left:50%;
  top:50%;
  aspect-ratio:1 / 1;
  height:auto;
  translate:-50% -50%;
  border:1px solid rgba(255,255,255,.18);
  border-radius:50%;
  transform-origin:center;
  will-change:transform;
}
.orbit-ring-a{
  width:min(760px,72vw);
  transform:rotate(-11deg);
  animation:gateOrbitA 22s linear infinite;
}
.orbit-ring-b{
  width:min(560px,54vw);
  border-color:rgba(139,92,246,.28);
  transform:rotate(18deg);
  animation:gateOrbitB 30s linear infinite reverse;
}
.orbit-ring-c{
  width:min(980px,94vw);
  border-color:rgba(85,200,255,.15);
  transform:rotate(5deg);
  animation:gateOrbitC 40s linear infinite;
}
.gate-planet{
  position:absolute;
  display:block;
  border-radius:50%;
}
.planet-a{
  width:42px;height:42px;left:12%;top:-21px;
  background:linear-gradient(145deg,rgba(255,255,255,.28),transparent 38%),var(--yellow);
  box-shadow:0 0 0 6px rgba(255,216,77,.08),0 0 34px rgba(255,216,77,.24);
}
.planet-b{
  width:58px;height:58px;right:8%;top:16%;
  background:linear-gradient(145deg,rgba(255,255,255,.24),transparent 38%),var(--purple);
  box-shadow:0 0 0 7px rgba(139,92,246,.08),0 0 38px rgba(139,92,246,.24);
}
.planet-b:after{
  content:"";
  position:absolute;
  left:-13px;right:-13px;top:23px;height:11px;
  border:2px solid rgba(255,255,255,.52);
  border-radius:50%;
  transform:rotate(-15deg);
}
.planet-c{
  width:32px;height:32px;left:71%;bottom:-16px;
  background:linear-gradient(145deg,rgba(255,255,255,.22),transparent 40%),var(--pink);
  box-shadow:0 0 0 5px rgba(255,79,154,.07),0 0 28px rgba(255,79,154,.22);
}
@keyframes gateOrbitA{from{transform:rotate(-11deg)}to{transform:rotate(349deg)}}
@keyframes gateOrbitB{from{transform:rotate(18deg)}to{transform:rotate(378deg)}}
@keyframes gateOrbitC{from{transform:rotate(5deg)}to{transform:rotate(365deg)}}

@media(max-width:700px){
  .orbit-ring-a{width:112vw}
  .orbit-ring-b{width:82vw}
  .orbit-ring-c{width:148vw}
  .planet-a{width:32px;height:32px;top:-16px}
  .planet-b{width:44px;height:44px}
  .planet-b:after{top:17px;height:9px}
  .planet-c{width:25px;height:25px;bottom:-12px}
}
@media(prefers-reduced-motion:reduce){
  .gate-orbit-ring{animation:none!important}
}


/* =====================================================================
   CORREÇÃO MOBILE — FRESTA/LINHA NA LATERAL DIREITA
   Contém pequenos overflows horizontais sem alterar a composição visual.
===================================================================== */
@media(max-width:900px){
  html,body{
    width:100%;
    max-width:100%;
    overflow-x:clip!important;
  }

  body,main,.mobile-quick-nav,section,footer{
    max-width:100%;
  }.topbar{max-width:100%;}

  .hero,.story-mural,.catalog,.cosmic-arcade,.conversation,.lacos,.cta{
    overflow-x:clip;
  }
}

@media(max-width:560px){
  /* Evita que a rolagem horizontal dos chips exponha o fundo do body. */
  .category-chips{margin-right:0!important;max-width:100%;}

  /* Mantém os elementos deslocados visualmente,mas presos ao próprio bloco. */
  .hero-main-image,.conversation-chaos,.catalog-intro-block{
    min-width:0;
    max-width:100%;
  }
}

/* =====================================================================
   CATÁLOGO — PRODUTOS ESPECIAIS COM DUAS GALERIAS
   Reaproveita os dados de Escritório e Papelaria do catálogo anterior.
===================================================================== */

.modal-gallery-panel{
  display:grid;
  grid-template-columns:76px minmax(0,1fr);
  grid-template-areas:
    "title title"
    "thumbs main";
  column-gap:14px;
  row-gap:10px;
  align-items:start;
  min-width:0;
  width:100%;
}
.modal-gallery-title{grid-area:title}
.modal-gallery .modal-thumbs{
  grid-area:thumbs;
  display:flex;
  flex-direction:column;
  flex-wrap:nowrap;
  gap:9px;
  width:76px;
  max-width:76px;
  max-height:min(58vh,470px);
  margin:0!important;
  overflow-y:auto;
  overflow-x:hidden;
}
.modal-gallery .modal-thumbs button{
  flex:0 0 68px;
  width:68px;
  min-width:68px;
  height:68px;
}
.modal-gallery .modal-main-image{
  grid-area:main;
  width:100%!important;
  max-width:470px;
  margin:0!important;
}

.modal-gallery-title{
  margin:0 0 12px;
  color:#6338c3;
  font:700 12px/1.2 "Space Grotesk";
  letter-spacing:.05em;
  text-transform:uppercase;
  text-align:center;
}
.product-modal-card.is-dual-gallery{
  inset:4vh 3vw!important;
  max-height:92vh;
  grid-template-columns:minmax(0,1.45fr) minmax(340px,.75fr)!important;
}
.product-modal-card.is-dual-gallery .modal-gallery{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
  align-items:center;
  justify-content:stretch;
  padding:22px!important;
}
.product-modal-card.is-dual-gallery .modal-gallery-panel{
  display:grid;
  grid-template-columns:64px minmax(0,1fr);
  grid-template-areas:
    "title title"
    "thumbs main";
  gap:10px;
  align-items:start;
  min-width:0;
}
.product-modal-card.is-dual-gallery .modal-main-image{
  width:100%;
  max-height:48vh;
}
.product-modal-card.is-dual-gallery .modal-thumbs{
  width:100%;
  max-width:100%;
}
.modal-secondary-gallery[hidden]{display:none!important}
@media(max-width:980px){
  .product-modal-card.is-dual-gallery{
    inset:2vh 2vw!important;
    display:block!important;
    overflow-y:auto!important;
  }
  .product-modal-card.is-dual-gallery .modal-gallery{
    grid-template-columns:1fr 1fr;
    border-right:0;
    border-bottom:1px solid rgba(23,20,31,.08);
  }
}
@media(max-width:680px){
  .product-modal-card.is-dual-gallery .modal-gallery{
    grid-template-columns:1fr;
    gap:28px;
    padding:18px!important;
  }
  .product-modal-card.is-dual-gallery .modal-main-image{max-height:none}
}
.product-card .product-price small{display:block;margin-bottom:3px;font:700 9px/1 "Space Grotesk";letter-spacing:.05em;text-transform:uppercase;opacity:.58}


/* =====================================================================
   MODAL PRESENTE — MESMA LINGUAGEM VISUAL DO CATÁLOGO
===================================================================== */
.gift-discovery-modal{position:fixed;inset:0;z-index:1200;display:none}
.gift-discovery-modal.open{display:block}
.gift-discovery-backdrop{
  position:absolute;inset:0;
  background:rgba(0,0,0,.68);
  backdrop-filter:blur(4px);
  -webkit-backdrop-filter:blur(4px)
}
.gift-discovery-card{
  position:absolute;left:50%;top:50%;
  width:min(860px,calc(100vw - 40px));
  max-height:min(760px,calc(100dvh - 40px));
  transform:translate(-50%,-50%);
  overflow:auto;
  background:#fff;
  border:1px solid rgba(23,20,31,.10);
  border-radius:32px;
  box-shadow:0 30px 100px rgba(24,13,39,.24);
  padding:clamp(28px,4vw,44px)
}
.gift-discovery-close{
  position:sticky;top:0;float:right;z-index:5;
  width:44px;height:44px;margin:-8px -8px 0 14px;
  border:0;border-radius:50%;
  background:var(--soft-purple);color:#6338c3;
  display:grid;place-items:center;
  font:700 24px/1 "Space Grotesk",sans-serif;
  cursor:pointer;
  transition:transform .18s ease,background .18s ease
}
.gift-discovery-close:hover{background:#ded0ff;transform:scale(1.04)}
.gift-discovery-sticker{
  display:inline-flex;align-items:center;gap:6px;
  padding:7px 11px;border:0;border-radius:999px;
  background:var(--soft-pink);color:#b82767;
  font:800 11px "Space Grotesk",sans-serif;
  text-transform:uppercase;letter-spacing:.06em
}
.gift-discovery-head{clear:both;max-width:700px;margin-top:18px}
.gift-discovery-head .kicker{margin:0 0 9px;color:var(--purple)}
.gift-discovery-head h2{
  margin:0;color:var(--ink);
  font:700 clamp(38px,5vw,64px)/.94 "Space Grotesk",sans-serif;
  letter-spacing:-.055em
}
.gift-discovery-head>p:last-child{
  margin:15px 0 0;max-width:620px;
  color:rgba(23,20,31,.72);
  font-size:17px;line-height:1.5
}
.gift-discovery-options{
  display:grid;grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;margin-top:28px
}
.gift-person-option{
  min-height:72px;display:flex;align-items:center;gap:12px;
  padding:13px 15px;
  border:1px solid rgba(23,20,31,.09);
  border-radius:20px;
  background:#fff;color:var(--ink);
  text-align:left;cursor:pointer;
  box-shadow:0 10px 26px rgba(35,22,51,.07);
  transition:transform .2s ease,box-shadow .2s ease,background .2s ease,border-color .2s ease
}
.gift-person-option:hover,.gift-person-option:focus-visible{
  background:var(--soft-purple);
  border-color:rgba(139,92,246,.18);
  transform:translateY(-3px);
  box-shadow:0 16px 34px rgba(35,22,51,.12);
  outline:none
}
.gift-person-option:nth-child(3n/**/+2):hover,.gift-person-option:nth-child(3n/**/+2):focus-visible{
  background:var(--soft-pink);
  border-color:rgba(255,79,154,.18)
}
.gift-person-option:nth-child(3n):hover,.gift-person-option:nth-child(3n):focus-visible{
  background:var(--soft-blue);
  border-color:rgba(85,200,255,.22)
}
.gift-person-emoji{
  flex:0 0 40px;width:40px;height:40px;
  display:grid;place-items:center;
  border:0;border-radius:14px;
  background:var(--soft-purple);
  font-size:20px
}
.gift-person-option:nth-child(3n/**/+2) .gift-person-emoji{background:var(--soft-pink)}
.gift-person-option:nth-child(3n) .gift-person-emoji{background:var(--soft-blue)}
.gift-person-name{min-width:0;font:700 15px/1.25 "Space Grotesk",sans-serif}
.gift-discovery-any{
  width:100%;min-height:68px;margin-top:15px;
  display:flex;align-items:center;gap:12px;
  padding:13px 15px;
  border:1px solid rgba(23,20,31,.10);
  border-radius:20px;
  background:#faf8fc;color:var(--ink);
  text-align:left;cursor:pointer;
  box-shadow:0 8px 22px rgba(35,22,51,.05);
  transition:transform .18s ease,background .18s ease,box-shadow .18s ease
}
.gift-discovery-any:hover{
  background:var(--soft-purple);
  transform:translateY(-2px);
  box-shadow:0 14px 30px rgba(35,22,51,.09)
}
.gift-discovery-any>span:first-child{
  flex:0 0 40px;width:40px;height:40px;
  display:grid;place-items:center;
  border-radius:14px;background:#fff;
  font-size:20px
}
.gift-discovery-any b{display:block;font:700 15px/1.2 "Space Grotesk",sans-serif}
.gift-discovery-any small{
  display:block;margin-top:3px;
  color:rgba(23,20,31,.58);
  font:500 12px/1.35 "DM Sans",sans-serif
}
.gift-discovery-loading,.gift-discovery-empty{
  grid-column:1/-1;
  padding:24px 18px;
  border:1px solid rgba(23,20,31,.08);
  border-radius:20px;
  background:#faf8fc;color:rgba(23,20,31,.72);
  text-align:center;font-weight:700
}
.gift-discovery-doodle{display:none}
body.gift-discovery-open{overflow:hidden}

@media(max-width:720px){
  .gift-discovery-card{
    width:calc(100vw - 18px);
    max-height:calc(100dvh - 18px);
    padding:22px 16px 18px;
    border-radius:24px
  }
  .gift-discovery-close{width:42px;height:42px;margin:-4px -2px 0 10px}
  .gift-discovery-head{margin-top:14px}
  .gift-discovery-head h2{font-size:clamp(34px,11vw,48px)}
  .gift-discovery-head>p:last-child{font-size:15px}
  .gift-discovery-options{grid-template-columns:1fr;gap:9px;margin-top:20px}
  .gift-person-option{
    min-height:64px;padding:11px 12px;
    border-radius:17px;
    box-shadow:0 7px 20px rgba(38,24,55,.06)
  }
  .gift-person-emoji{
    flex-basis:36px;width:36px;height:36px;
    border-radius:12px;font-size:18px
  }
  .gift-discovery-any{min-height:62px;border-radius:17px}
  .gift-discovery-any>span:first-child{
    flex-basis:36px;width:36px;height:36px;
    border-radius:12px;font-size:18px
  }
}


/* ===== SOMENTE ÁREA DO JOGO — LIGHT / COLORIDA ===== */
.snake-game-modal{
  background:#f8f7fc!important;
  color:#17141f!important;
}

.snake-game-dialog{
  background:
    radial-gradient(circle at 12% 8%,rgba(255,216,77,.46),transparent 24rem),
    radial-gradient(circle at 90% 12%,rgba(255,79,154,.22),transparent 24rem),
    radial-gradient(circle at 78% 86%,rgba(85,200,255,.28),transparent 28rem),
    #f8f7fc!important;
}

.snake-game-topbar{
  background:rgba(255,255,255,.94)!important;
  border-bottom:1px solid rgba(23,20,31,.08)!important;
  color:#17141f!important;
  box-shadow:0 8px 28px rgba(42,28,58,.08);
  backdrop-filter:blur(16px);
}

.snake-game-stat small,.snake-game-title small{
  color:rgba(23,20,31,.58)!important;
  opacity:1!important;
}

.snake-game-stat strong{color:#17141f!important}
.snake-game-title b{color:#6338c3!important}

.universe-sound-toggle{
  background:#fff!important;
  color:#17141f!important;
  border:1px solid rgba(23,20,31,.10)!important;
  box-shadow:0 6px 18px rgba(38,24,55,.08);
}

.snake-stage{background:transparent!important}

#universeGameCanvas{
  background:#fff!important;
  border:2px solid rgba(99,56,195,.12)!important;
  box-shadow:0 24px 60px rgba(61,40,90,.16)!important;
}

.snake-game-over{
  background:rgba(248,247,252,.80)!important;
}

.snake-over-card{
  background:#fff!important;
  color:#17141f!important;
  border:1px solid rgba(23,20,31,.10)!important;
  box-shadow:0 28px 80px rgba(45,28,66,.18)!important;
}

.snake-over-card h3,.snake-new-record-text{color:#17141f!important}

.snake-over-scores>div{
  background:#faf8fc!important;
  border:1px solid rgba(23,20,31,.08)!important;
}

.snake-over-scores small{
  color:rgba(23,20,31,.52)!important;
  opacity:1!important;
}

.snake-catalog-button{
  background:#f0eaff!important;
  color:#6338c3!important;
  border:0!important;
}

/* Mobile: tabuleiro ocupa uma área mais alta e vertical */
@media(max-width:720px){
  .snake-stage{
    padding:0!important;
    align-items:stretch!important;
  }

  #universeGameCanvas{
    width:100vw!important;
    height:calc(100dvh - 66px)!important;
    max-width:none!important;
    border-radius:0!important;
    border-left:0!important;
    border-right:0!important;
    border-bottom:0!important;
  }

  .snake-game-topbar{
    min-height:66px;
  }
}


/* ===== CORREÇÃO MOBILE — TABULEIRO INTEIRO NA VIEWPORT ===== */
@media(max-width:720px){
  .snake-game-dialog{
    height:100dvh!important;
    min-height:100dvh!important;
    max-height:100dvh!important;
    overflow:hidden!important;
  }

  .snake-game-topbar{
    flex:0 0 66px!important;
    height:66px!important;
    min-height:66px!important;
    box-sizing:border-box!important;
  }

  .snake-stage{
    flex:1 1 auto!important;
    min-height:0!important;
    height:auto!important;
    padding:0!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    overflow:hidden!important;
  }

  #universeGameCanvas{
    display:block!important;
    width:auto!important;
    height:auto!important;
    max-width:100vw!important;
    max-height:calc(100dvh - 66px)!important;

    /* Mantém a proporção real do canvas 720x1080 */
    aspect-ratio:2 / 3!important;

    /* Preenche o máximo possível sem cortar */
    width:min(100vw, calc((100dvh - 66px) * 2 / 3))!important;
    height:min(calc(100dvh - 66px), 150vw)!important;

    border-radius:0!important;
    border-left:0!important;
    border-right:0!important;
    border-bottom:0!important;
    box-sizing:border-box!important;
    object-fit:contain!important;
  }
}

/* Safari/iPhone com barras dinâmicas */
@supports(height:100svh){
  @media(max-width:720px){
    .snake-game-dialog{
      height:100svh!important;
      min-height:100svh!important;
      max-height:100svh!important;
    }

    #universeGameCanvas{
      max-height:calc(100svh - 66px)!important;
      width:min(100vw, calc((100svh - 66px) * 2 / 3))!important;
      height:min(calc(100svh - 66px), 150vw)!important;
    }
  }
}


/* ===== BOTÃO VOLTAR AOS PRODUTOS ===== */
.back-to-products-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  padding:14px 22px;
  border:2px solid var(--ink, #17141f);
  border-radius:999px;
  background:var(--yellow, #ffd84d);
  color:var(--ink, #17141f);
  box-shadow:4px 4px 0 var(--ink, #17141f);
  font:900 .86rem "Space Grotesk", sans-serif;
  letter-spacing:.035em;
  cursor:pointer;
  transition:transform .16s ease, box-shadow .16s ease;
}
.back-to-products-button:hover{
  transform:translate(-2px,-2px);
  box-shadow:6px 6px 0 var(--ink, #17141f);
}
.back-to-products-button:active{
  transform:translate(2px,2px);
  box-shadow:2px 2px 0 var(--ink, #17141f);
}


/* Ajuste final da estrutura real da galeria */
.modal-gallery .modal-gallery-panel{
  display:grid!important;
  grid-template-columns:76px minmax(0,1fr)!important;
  grid-template-areas:
    "title title"
    "thumbs main"!important;
  align-items:start!important;
}
.modal-gallery .modal-gallery-title{grid-area:title!important}
.modal-gallery .modal-thumbs{
  grid-area:thumbs!important;
  display:flex!important;
  flex-direction:column!important;
  flex-wrap:nowrap!important;
  overflow-y:auto!important;
  overflow-x:hidden!important;
  margin:0!important;
  padding:0 4px 0 0!important;
}
.modal-gallery .modal-main-image{
  grid-area:main!important;
  margin:0!important;
}
@media(max-width:820px){
  .modal-gallery .modal-gallery-panel{
    grid-template-columns:58px minmax(0,1fr)!important;
    column-gap:9px!important;
  }
  .modal-gallery .modal-thumbs{
    width:58px!important;
    max-width:58px!important;
    max-height:360px!important;
  }
  .modal-gallery .modal-thumbs button{
    flex:0 0 52px!important;
    width:52px!important;
    min-width:52px!important;
    height:52px!important;
  }
}


/* =====================================================================
   BUSCA NA BARRA DE NAVEGAÇÃO
===================================================================== */

.nav-search{
  position:relative;
  width:min(280px,22vw);
  flex:0 1 280px;
  margin-left:auto;
}

.nav-search-box{
  height:42px;
  display:flex;
  align-items:center;
  gap:8px;
  padding:0 10px 0 13px;
  border:1px solid rgba(23,20,31,.10);
  border-radius:999px;
  background:#fff;
  box-shadow:0 6px 18px rgba(38,24,55,.06);
}

.nav-search-box>span{
  flex:0 0 auto;
  color:rgba(23,20,31,.46);
  font-size:18px;
  line-height:1;
}

.nav-search-box input{
  width:100%;
  min-width:0;
  border:0;
  outline:0;
  background:transparent;
  color:var(--ink);
  font:600 13px "DM Sans",sans-serif;
}

.nav-search-box input::placeholder{
  color:rgba(23,20,31,.44);
}

.nav-search-box button{
  flex:0 0 28px;
  width:28px;
  height:28px;
  display:grid;
  place-items:center;
  border:0;
  border-radius:50%;
  background:var(--soft-purple,#eee7ff);
  color:#6338c3;
  cursor:pointer;
  font-size:17px;
}

.nav-search-count{
  position:absolute;
  top:calc(100% + 6px);
  right:8px;
  display:none;
  padding:5px 8px;
  border-radius:999px;
  background:#17141f;
  color:#fff;
  font:700 10px "DM Sans",sans-serif;
  white-space:nowrap;
  box-shadow:0 8px 22px rgba(23,20,31,.14);
}

.nav-search:focus-within .nav-search-count{
  display:block;
}

@media(max-width:900px){
  .topbar{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;}

  .topbar .brand{
    grid-column:1;
  }

  .topbar .nav-search{
    grid-column:2;
    grid-row:1;
    width:100%;
    max-width:none;
    margin:0;
    flex:none;
    justify-self:stretch;
  }

  .topbar .menu-btn{
    grid-column:3;
    grid-row:1;
  }

  .topbar .nav{
    /* preserva o comportamento mobile já existente */
  }

  .nav-search-box{
    height:40px;
  }

  .nav-search-count{
    left:50%;
    right:auto;
    transform:translateX(-50%);
  }
}

@media(min-width:901px){
  .topbar{display:flex;align-items:center;}

  .topbar .nav{
    margin-left:auto;
  }

  .topbar .nav-search{
    margin-left:18px;
    margin-right:10px;
  }
}

/* Barra principal: apenas logo + buscador no PC */
@media(min-width:901px){
  .topbar{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:24px;min-height:70px;}

  .topbar .brand{
    flex:0 0 auto;
  }

  .topbar .nav-search{
    margin-left:auto!important;
    margin-right:0!important;
    width:min(420px,34vw)!important;
    flex:0 1 420px!important;
  }

  .topbar .menu-btn{
    display:none!important;
  }

  .desktop-nav-row{
    position:sticky;
    top:70px;
    z-index:90;
    width:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    min-height:48px;
    padding:6px 18px;
    border-top:1px solid rgba(23,20,31,.06);
    border-bottom:1px solid rgba(23,20,31,.08);
    background:rgba(255,255,255,.94);
    backdrop-filter:blur(14px);
    -webkit-backdrop-filter:blur(14px);
    box-shadow:0 6px 18px rgba(36,23,50,.04);
  }

  .desktop-nav-row .nav{
    display:flex!important;
    align-items:center;
    justify-content:center;
    gap:clamp(18px,2.2vw,34px);
    margin:0!important;
  }

  .desktop-nav-row .nav a{
    white-space:nowrap;
  }
}

/* Mobile: nav secundário some e mantém logo + busca + menu */
@media(max-width:900px){
  .desktop-nav-row{
    display:none!important;
  }

  .topbar{display:grid!important;grid-template-columns:auto minmax(0,1fr) auto!important;align-items:center;gap:10px;}

  .topbar .brand{
    grid-column:1;
  }

  .topbar .nav-search{
    grid-column:2;
    width:100%!important;
    margin:0!important;
  }

  .topbar .menu-btn{
    grid-column:3;
    display:block!important;
  }
}


/* =====================================================================
   AJUSTE FINAL NAV DESKTOP — BUSCA CENTRAL + NAV FLUTUANTE
===================================================================== */
@media(min-width:901px){

  /* Barra principal: logo fixa à esquerda e busca realmente centralizada */
  .topbar{position:relative!important;display:grid!important;grid-template-columns:1fr minmax(520px,72vw) 1fr!important;align-items:center!important;min-height:74px;gap:18px!important;}

  .topbar .brand{
    grid-column:1!important;
    justify-self:start!important;
    margin:0!important;
  }

  .topbar .nav-search{
    grid-column:2!important;
    justify-self:center!important;
    width:100%!important;
    max-width:980px!important;
    margin:0!important;
    flex:none!important;
  }

  .nav-search-box{
    width:100%;
    height:46px;
  }

  .topbar .menu-btn{
    display:none!important;
  }

  /* Barra inferior flutuante e compacta */
  .desktop-nav-row{
    position:sticky!important;
    top:82px!important;
    z-index:90!important;

    width:max-content!important;
    max-width:calc(100vw - 48px)!important;
    min-height:auto!important;

    margin:10px auto 0!important;
    padding:7px 10px!important;

    border:1px solid rgba(23,20,31,.08)!important;
    border-radius:999px!important;

    background:rgba(255,255,255,.92)!important;
    backdrop-filter:blur(16px)!important;
    -webkit-backdrop-filter:blur(16px)!important;

    box-shadow:
      0 12px 34px rgba(36,23,50,.10),
      0 2px 8px rgba(36,23,50,.05)!important;
  }

  .desktop-nav-row .nav{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;

    width:max-content!important;
    margin:0!important;
    padding:0!important;

    gap:6px!important;
    border-radius:999px;
  }

  .desktop-nav-row .nav a{
    display:inline-flex;
    align-items:center;
    justify-content:center;

    min-height:38px;
    padding:8px 14px;

    border-radius:999px;
    white-space:nowrap;

    transition:
      background .18s ease,
      transform .18s ease,
      color .18s ease;
  }

  .desktop-nav-row .nav a:hover{
    background:var(--soft-purple,#eee7ff);
    color:#6338c3;
    transform:translateY(-1px);
  }
}

@media(min-width:901px) and (max-width:1180px){
  .topbar{grid-template-columns:auto minmax(460px,68vw) auto!important;}

  .desktop-nav-row .nav a{
    padding-left:11px;
    padding-right:11px;
    font-size:.86rem;
  }
}


/* =====================================================================
   AJUSTE ESTRUTURAL FINAL — NAVBAR + CATÁLOGO
===================================================================== */

/* TOPBAR + NAV DESKTOP funcionam como um único conjunto persistente */


/* No PC,altura definida para a segunda barra saber exatamente onde parar */
@media(min-width:901px){
  .topbar{height:74px!important;min-height:74px!important;}

  .desktop-nav-row{
    position:sticky!important;
    top:84px!important;
    z-index:105!important;
  }
}

/* Chips ficam sempre como bloco próprio,imediatamente abaixo do intro */
.catalog .category-chips{
  width:100%;
  margin:28px 0 30px!important;
  display:flex!important;
  flex-wrap:wrap!important;
  align-items:center;
  gap:10px;
  overflow:visible!important;
}

/* O grid sempre ocupa toda a largura útil do catálogo */
.catalog .product-grid{
  width:100%!important;
  max-width:none!important;
}

/* Mobile */
@media(max-width:720px){

  /* Todas as categorias ficam visíveis; podem quebrar em várias linhas */
  .catalog .category-chips{
    display:flex!important;
    flex-wrap:wrap!important;
    overflow-x:visible!important;
    overflow-y:visible!important;
    white-space:normal!important;
    margin:22px 0 24px!important;
    padding:0!important;
    gap:8px!important;
  }

  .catalog .category-chips button{
    flex:0 0 auto;
    white-space:normal!important;
    max-width:100%;
  }

  /* Um produto por linha: card usa a largura total disponível */
  .catalog .product-grid{
    grid-template-columns:minmax(0,1fr)!important;
    gap:18px!important;
  }

  .catalog .product-card{
    width:100%!important;
    max-width:none!important;
  }

  .catalog .product-card-image{
    width:100%;
  }
}


/* =====================================================================
   SISTEMA FINAL — NAVEGAÇÃO FIXA + CATÁLOGO
===================================================================== */

/* As duas barras permanecem sempre visíveis. */
.topbar{display:flex;align-items:center;gap:34px;border-bottom:var(--line);height:82px;margin:12px clamp(12px,2vw,28px) 0;padding:0 clamp(16px,3vw,34px);border:1px solid rgba(23,20,31,.10);border-radius:24px;background:rgba(255,255,255,.76);box-shadow:0 10px 35px rgba(31,20,50,.08);backdrop-filter:blur(18px) saturate(1.35);-webkit-backdrop-filter:blur(18px) saturate(1.35);position:fixed!important;top:0!important;left:0!important;right:0!important;z-index:120!important;}

/* Compensa a barra fixa fora da tela de entrada */
body:not(.pre-universe) main{
  scroll-margin-top:140px;
}

/* Categorias sempre centralizadas */
.catalog .category-chips{
  width:100%!important;
  display:flex!important;
  justify-content:center!important;
  align-items:center!important;
  align-content:center!important;
  flex-wrap:wrap!important;
  gap:10px!important;
  overflow:visible!important;
  text-align:center!important;
}

.catalog .category-chips button{
  flex:0 0 auto!important;
}

/* Âncoras do catálogo respeitam as barras fixas */
#catalogo{
  scroll-margin-top:150px!important;
}
#categoryChips{
  scroll-margin-top:150px!important;
}

@media(min-width:901px){
  .topbar{height:74px!important;min-height:74px!important;}

  /* A barra inferior é fixa,flutuante e centralizada. */
  .desktop-nav-row{
    position:fixed!important;
    top:84px!important;
    left:50%!important;
    right:auto!important;
    transform:translateX(-50%)!important;
    z-index:115!important;

    width:max-content!important;
    max-width:calc(100vw - 48px)!important;
    margin:0!important;
  }

  /* Conteúdo normal começa abaixo do conjunto fixo quando o universo já foi aberto. */
  body:not(.pre-universe) main{
    padding-top:64px;
  }

  .catalog .category-chips{
    margin:28px auto 30px!important;
  }
}

@media(max-width:900px){
  /* No celular só a topbar é usada; continua fixa. */
  .desktop-nav-row{
    display:none!important;
  }

  .topbar{height:64px!important;min-height:64px!important;}

  body:not(.pre-universe) main{
    padding-top:64px;
  }

  #catalogo,#categoryChips{
    scroll-margin-top:76px!important;
  }
}

@media(max-width:720px){
  /* Todas as categorias aparecem; quebram em quantas linhas forem necessárias. */
  .catalog .category-chips{
    justify-content:center!important;
    flex-wrap:wrap!important;
    white-space:normal!important;
    overflow:visible!important;
    margin:22px auto 24px!important;
    padding-inline:4px!important;
    gap:8px!important;
  }

  .catalog .category-chips button{
    white-space:normal!important;
    text-align:center!important;
    max-width:100%!important;
  }

  /* Produtos ocupam toda a largura útil,um por linha. */
  .catalog .product-grid{
    width:100%!important;
    grid-template-columns:minmax(0,1fr)!important;
  }
}


/* =====================================================================
   AJUSTES INTEGRADOS — BUSCA / NAV / GRID / MÚSICA / MENU MOBILE
===================================================================== */

/* Pequeno espaço real entre as duas barras no desktop */
@media(min-width:901px){
  .topbar{height:74px!important;min-height:74px!important;}

  .desktop-nav-row{
    top:84px!important; /* 10px entre o fim da topbar e a barra flutuante */
  }
}

/* O input type=search já tem nosso #clearSearch; remove o X nativo. */
#catalogSearch::-webkit-search-cancel-button,#catalogSearch::-webkit-search-decoration,#catalogSearch::-webkit-search-results-button,#catalogSearch::-webkit-search-results-decoration{
  -webkit-appearance:none;
  appearance:none;
  display:none;
}
#catalogSearch{
  appearance:textfield;
}

/* Player de música restaurado */
.sound-dock{border-radius:22px!important;overflow:visible;box-shadow:0 14px 35px rgba(25,16,40,.18)!important;display:none!important;position:fixed!important;right:18px!important;bottom:18px!important;z-index:4500!important;}
.sound-dock.visible{
  display:block!important;
}
.sound-dock .sound-main{
  color:#fff!important;
}
.sound-dock .sound-main small{
  color:rgba(255,255,255,.72)!important;
}
.sound-dock .sound-volume{
  display:block;
  padding:10px 6px 8px;
}
.sound-dock .sound-volume span{
  display:flex;
  justify-content:space-between;
  margin-bottom:7px;
  font-size:12px;
}
.sound-dock .sound-volume input{
  width:100%;
}

/* Menu mobile independente da nav desktop */
.mobile-menu-nav{
  display:none;
}

@media(max-width:900px){
  .mobile-menu-nav{
    position:fixed;
    top:64px;
    left:10px;
    right:10px;
    z-index:119;
    padding:10px;
    border:1px solid rgba(23,20,31,.10);
    border-radius:20px;
    background:rgba(255,255,255,.97);
    box-shadow:0 18px 45px rgba(38,24,55,.15);
    backdrop-filter:blur(16px);
    -webkit-backdrop-filter:blur(16px);
    flex-direction:column;
    gap:4px;
  }

  .mobile-menu-nav.open{
    display:flex!important;
  }

  .mobile-menu-nav a{
    display:block;
    padding:12px 14px;
    border-radius:14px;
    color:var(--ink);
    font-weight:700;
    text-decoration:none;
  }

  .mobile-menu-nav a:active{
    background:var(--soft-purple,#eee7ff);
  }

  .sound-dock{right:10px!important;bottom:10px!important;max-width:calc(100vw - 20px);}
}

/* Dois cards por linha no celular,como vitrine compacta */
@media(max-width:720px){
  .catalog .product-grid{
    width:100%!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
  }

  .catalog .product-card{
    width:100%!important;
    min-width:0!important;
  }

  .catalog .product-card-body{
    padding:11px!important;
  }

  .catalog .product-card h3{
    font-size:14px!important;
    line-height:1.15!important;
  }

  .catalog .product-price{
    font-size:15px!important;
  }

  .catalog .product-open{
    width:100%;
    margin-top:8px;
  }
}


/* =====================================================================
   AJUSTES FINAIS — BARRAS FIXAS + MODAL ISOLADO
===================================================================== */

@media(min-width:901px){
  :root{
    --desktop-topbar-height:74px;
    --desktop-nav-gap:10px;
  }

  .topbar{height:var(--desktop-topbar-height)!important;min-height:var(--desktop-topbar-height)!important;box-shadow:0 1px 0 rgba(23,20,31,.08)!important;}

  /* O vão agora é realmente visível: 74px + 10px, sem sombra superior ocupando a área. */
  .desktop-nav-row{
    top:calc(var(--desktop-topbar-height) + var(--desktop-nav-gap))!important;
    margin:0!important;
    box-shadow:0 12px 30px rgba(36,23,50,.10)!important;
  }
}

/* Modal vira um contexto de rolagem isolado. */
.product-modal.open{
  overflow:hidden!important;
  overscroll-behavior:none!important;
  touch-action:auto;
}

.product-modal.open .product-modal-backdrop{
  overscroll-behavior:none!important;
}

.product-modal.open .product-modal-card{
  overflow-y:auto!important;
  overflow-x:hidden!important;
  overscroll-behavior:contain!important;
  -webkit-overflow-scrolling:touch;
  scrollbar-gutter:stable;
}

body.no-scroll{
  overflow:hidden!important;
  overscroll-behavior:none!important;
}

/* Evita que wheel/touch no final do card seja propagado visualmente ao fundo. */
.product-modal.open,.product-modal.open *{
  overscroll-behavior:contain;
}

/* Setas da galeria: exclusivas do celular. */
.modal-mobile-gallery-nav{
  display:none;
}

@media(max-width:820px){
  .modal-gallery .modal-gallery-panel{
    grid-template-areas:
      "title title"
      "thumbs main"
      "thumbs arrows"!important;
  }

  .modal-mobile-gallery-nav{
    grid-area:arrows;
    display:grid;
    grid-template-columns:44px minmax(0,1fr) 44px;
    align-items:center;
    gap:8px;
    width:100%;
    margin-top:8px;
  }

  .modal-mobile-gallery-nav[hidden]{
    display:none!important;
  }

  .modal-mobile-gallery-nav button{
    width:44px;
    height:40px;
    display:grid;
    place-items:center;
    border:1px solid rgba(23,20,31,.10);
    border-radius:999px;
    background:var(--soft-purple,#eee7ff);
    color:#6338c3;
    font:800 20px/1 "Space Grotesk",sans-serif;
    cursor:pointer;
  }

  .modal-gallery-position{
    min-height:40px;
    display:grid;
    place-items:center;
    border:1px solid rgba(23,20,31,.08);
    border-radius:999px;
    background:#fff;
    color:rgba(23,20,31,.60);
    font:700 12px "DM Sans",sans-serif;
  }
}
