/*
  SHEEPING EXPERIENCE V2
  Camada visual mobile-first. Mantém intactos HTML funcional, dados, rotas e app.js.
*/

html{overflow-x:hidden}

:root{
  --v2-ink:#090c0a;
  --v2-paper:#f2f0e8;
  --v2-paper-2:#e8e7de;
  --v2-white:#fffef8;
  --v2-green:#0f6844;
  --v2-green-bright:#18b86b;
  --v2-acid:#b7ff3c;
  --v2-muted:#727970;
  --v2-line:rgba(9,12,10,.16);
  --v2-dark-line:rgba(255,255,255,.2);
}

body.experience-v2{
  --ink:var(--v2-ink);
  --green:var(--v2-green);
  --green-2:var(--v2-green);
  --lime:var(--v2-acid);
  --paper:var(--v2-paper);
  --muted:var(--v2-muted);
  --line:var(--v2-line);
  background:var(--v2-paper);
  color:var(--v2-ink);
  font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  text-rendering:optimizeLegibility;
}

body.experience-v2 ::selection{background:var(--v2-acid);color:var(--v2-ink)}
body.experience-v2 .button,
body.experience-v2 button,
body.experience-v2 a{transition:color .2s ease,background-color .2s ease,border-color .2s ease,transform .2s ease,opacity .2s ease}

/* Cabeçalho: uma barra de marca, não outro card */
body.experience-v2 .header{
  height:72px;
  padding:0 clamp(18px,4vw,58px);
  border:0;
  border-bottom:1px solid var(--v2-dark-line);
  background:rgba(9,12,10,.96);
  color:#fff;
  backdrop-filter:blur(18px);
}
body.experience-v2 .brand{color:#fff}
body.experience-v2 .brand__mark{filter:drop-shadow(0 7px 18px rgba(24,184,107,.24))}
body.experience-v2 .brand b{font-weight:950;letter-spacing:.19em}
body.experience-v2 .desktop-nav a{color:rgba(255,255,255,.7);letter-spacing:.08em;text-transform:uppercase}
body.experience-v2 .desktop-nav a:hover{color:var(--v2-acid)}
body.experience-v2 .order-button{
  min-height:46px;
  border:1px solid rgba(255,255,255,.28);
  border-radius:10px;
  background:transparent;
  color:#fff;
}
body.experience-v2 .order-button b{border-radius:7px;background:var(--v2-acid);color:var(--v2-ink)}

/* Componentes-base mais firmes e menos genéricos */
body.experience-v2 .eyebrow{color:var(--v2-green);font:800 10px/1.2 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.18em}
body.experience-v2 .eyebrow i{border-radius:2px;background:var(--v2-acid);box-shadow:none}
body.experience-v2 .button{min-height:50px;border-radius:9px;font-size:10px;letter-spacing:.13em}
body.experience-v2 .button--dark{background:var(--v2-green);box-shadow:none}
body.experience-v2 .button--dark:hover{background:var(--v2-ink);transform:translateY(-2px)}
body.experience-v2 .button--light{border-color:var(--v2-line);background:transparent}
body.experience-v2 .section-title{text-align:left;margin-left:0}
body.experience-v2 .section-title h2,
body.experience-v2 .freight-copy h2{font-size:clamp(42px,6vw,72px);line-height:.88;letter-spacing:-.07em;text-wrap:balance}

/* Hero: uma capa editorial que cabe na primeira tela */
body.experience-v2 .hero{
  min-height:calc(100svh - 72px);
  padding:120px clamp(20px,5vw,72px) 28px;
  align-items:flex-start;
  justify-content:flex-start;
  text-align:left;
  overflow:hidden;
  color:#fff;
  background:
    linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px) 0 0/25% 100%,
    radial-gradient(circle at 82% 15%,rgba(24,184,107,.28),transparent 25%),
    radial-gradient(circle at 18% 78%,rgba(183,255,60,.08),transparent 28%),
    var(--v2-ink);
}
body.experience-v2 .hero:before{
  content:"SHEEPING";
  position:absolute;
  left:-.04em;
  bottom:-.12em;
  z-index:0;
  color:rgba(255,255,255,.028);
  font-size:clamp(110px,20vw,310px);
  font-weight:950;
  letter-spacing:-.09em;
  line-height:.75;
  white-space:nowrap;
  pointer-events:none;
}
body.experience-v2 .hero__glow{top:-170px;left:auto;right:-120px;width:620px;height:620px;background:rgba(24,184,107,.14);filter:blur(28px)}
body.experience-v2 .hero__stage--identity{height:268px;overflow:visible}
body.experience-v2 .hero-identity{left:auto;right:clamp(28px,9vw,140px);top:18px;width:230px;height:230px;transform:none}
body.experience-v2 .hero-identity__halo{border-color:rgba(183,255,60,.22);border-radius:24px;transform:rotate(8deg)}
body.experience-v2 .hero-identity__halo--inner{border-color:rgba(255,255,255,.1);border-radius:50%;transform:rotate(-7deg)}
body.experience-v2 .hero-identity__mark{width:142px;height:142px;filter:drop-shadow(0 24px 32px rgba(0,0,0,.4))}
body.experience-v2 .hero-identity strong{color:#fff;font-size:16px;letter-spacing:.27em}
body.experience-v2 .hero-identity small{color:var(--v2-acid);font:800 7px/1.2 ui-monospace,SFMono-Regular,Menlo,monospace}
body.experience-v2 .hero-identity small i{border-radius:1px;background:var(--v2-acid);box-shadow:none}
body.experience-v2 .hero-orbit{top:118px;color:rgba(255,255,255,.68);font-family:ui-monospace,SFMono-Regular,Menlo,monospace}
body.experience-v2 .hero-orbit i{background:rgba(183,255,60,.55)}
body.experience-v2 .hero-orbit--pods{left:clamp(20px,5vw,72px)}
body.experience-v2 .hero-orbit--perfumes{right:clamp(286px,28vw,430px)}
body.experience-v2 .hero__content{align-items:flex-start;width:min(790px,100%)}
body.experience-v2 .hero__content .eyebrow{color:var(--v2-acid)}
body.experience-v2 .hero h1{max-width:820px;color:#fff;font-size:clamp(64px,8vw,112px);line-height:.79;letter-spacing:-.085em;text-wrap:balance}
body.experience-v2 .hero h1 em{display:inline;color:var(--v2-acid)}
body.experience-v2 .hero__content>p:not(.eyebrow){max-width:590px;margin:25px 0 21px;color:rgba(255,255,255,.66);font-size:15px;line-height:1.55}
body.experience-v2 .hero__actions{justify-content:flex-start}
body.experience-v2 .hero__actions .button--dark{background:var(--v2-acid);color:var(--v2-ink)}
body.experience-v2 .hero__actions .button--light{border-color:rgba(255,255,255,.3);color:#fff}
body.experience-v2 .hero__numbers{justify-content:flex-start;gap:0;margin-top:28px;border-block:1px solid var(--v2-dark-line)}
body.experience-v2 .hero__numbers span{min-width:155px;border:0;border-right:1px solid var(--v2-dark-line);border-radius:0;padding:12px 18px 12px 0;margin-right:18px;background:transparent;color:rgba(255,255,255,.58);box-shadow:none;font-size:10px}
body.experience-v2 .hero__numbers b{display:block;color:#fff;font-size:22px;line-height:1;margin:0 0 4px}
body.experience-v2 .brand-marquee{width:min(1180px,calc(100vw - 40px));margin-top:auto;border-color:var(--v2-dark-line);background:transparent}
body.experience-v2 .brand-marquee__item{height:64px}
body.experience-v2 .brand-marquee__item img{filter:grayscale(1) brightness(0) invert(1);opacity:.72}
body.experience-v2 .brand-marquee__item:after{border-radius:1px;background:var(--v2-acid);opacity:.8}

/* Negociação: cartão de vidro flutuante, sem repetir um banner comercial */
.v2-market-match{
  position:relative;
  z-index:8;
  display:flex;
  justify-content:center;
  width:100%;
  margin:0;
  padding:0 clamp(18px,5vw,72px) 38px;
  background:var(--v2-ink);
  pointer-events:none;
}
.v2-market-match__card{
  position:relative;
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  align-items:center;
  gap:22px;
  width:min(820px,100%);
  min-height:142px;
  padding:20px 22px;
  overflow:hidden;
  border:1px solid rgba(183,255,60,.48);
  border-radius:28px;
  background:linear-gradient(145deg,rgba(22,54,38,.92),rgba(5,12,8,.96));
  color:#f7f8f4;
  box-shadow:inset 0 1px rgba(255,255,255,.13),0 26px 60px rgba(0,0,0,.3);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
  text-decoration:none;
  isolation:isolate;
  pointer-events:auto;
}
.v2-market-match__card:before{
  content:"";
  position:absolute;
  inset:-80% 46% -80% -25%;
  z-index:-1;
  background:linear-gradient(110deg,transparent,rgba(255,255,255,.11),transparent);
  transform:rotate(13deg);
}
.v2-market-match__brand{display:grid;justify-items:center;gap:6px;text-align:center}
.v2-market-match__brand img{width:42px;height:42px;object-fit:contain;filter:drop-shadow(0 0 12px rgba(24,184,107,.45))}
.v2-market-match__brand small{color:var(--v2-acid);font:850 7px/1.15 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.13em}
.v2-market-match__copy{display:grid;gap:7px}
.v2-market-match__copy strong{font-family:var(--v2-display);font-size:34px;font-weight:700;line-height:.92;letter-spacing:-.045em}
.v2-market-match__copy>span{max-width:350px;color:rgba(255,255,255,.72);font-size:11px;line-height:1.4}
.v2-market-match__action{display:flex;align-items:center;justify-content:space-between;gap:16px;min-width:166px;min-height:46px;padding:0 16px;border-radius:999px;background:var(--v2-acid);color:var(--v2-ink);font:900 7px/1 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.1em;white-space:nowrap}
.v2-market-match__action b{font-size:17px;transition:transform .2s ease}
.v2-market-match__card:hover{transform:translateY(-3px)}
.v2-market-match__card:hover .v2-market-match__action b{transform:translate(2px,-2px)}

/* Faixas de preço: uma única explicação compacta e funcional */
.v2-price-summary{padding:70px 18px;background:var(--v2-paper)}
.v2-price-summary__card{
  width:min(760px,100%);
  margin:0 auto;
  padding:34px;
  border:1px solid rgba(9,12,10,.15);
  border-radius:28px;
  background:linear-gradient(145deg,rgba(255,254,248,.96),rgba(232,231,222,.8));
  box-shadow:inset 0 1px rgba(255,255,255,.9),0 22px 54px rgba(9,12,10,.08);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
}
.v2-price-summary__card header{text-align:center}
.v2-price-summary__card .eyebrow{justify-content:center;margin:0 0 10px;color:var(--v2-green)}
.v2-price-summary__card h2{max-width:620px;margin:0 auto;font-family:var(--v2-display);font-size:clamp(36px,5vw,55px);font-weight:700;line-height:.9;letter-spacing:-.055em}
.v2-price-summary__tiers{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:28px 0 11px}
.v2-price-summary__tiers>span{display:grid;justify-items:center;gap:3px;padding:15px 8px;border:1px solid rgba(9,12,10,.13);border-radius:14px;background:rgba(255,255,255,.58);color:var(--v2-muted);transition:color .25s ease,border-color .25s ease,background-color .25s ease,transform .25s ease}
.v2-price-summary__tiers b{font-size:25px;line-height:1;letter-spacing:-.04em}
.v2-price-summary__tiers small{font:850 8px/1 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.12em}
.v2-price-summary__tiers>span.is-active{border-color:var(--v2-green);background:var(--v2-green);color:#fff;transform:translateY(-2px)}
.v2-price-summary__tiers>span.is-active b{color:var(--v2-acid)}
.v2-price-summary__tiers .v2-price-summary__wholesale{border-color:rgba(15,104,68,.24);background:rgba(15,104,68,.08);color:var(--v2-green)}
.v2-price-summary__tiers .v2-price-summary__wholesale.is-active{background:var(--v2-green);color:#fff}
.v2-price-summary__runtime{display:none}
.v2-price-summary__card>p{max-width:520px;margin:10px auto 0;color:var(--v2-muted);font-size:12px;line-height:1.5;text-align:center}

/* Linhas: três cenas, sem repetir o mesmo cartão */
body.experience-v2 .focus-section{max-width:1280px;padding:94px clamp(18px,5vw,72px)}
body.experience-v2 .focus-section .section-title{max-width:710px;margin-bottom:42px}
body.experience-v2 .focus-grid{grid-template-columns:1.15fr .85fr;gap:12px}
body.experience-v2 .focus-card{min-height:500px;border-radius:18px;border-color:rgba(9,12,10,.26);box-shadow:none;text-align:left;align-items:flex-end;justify-content:flex-start;padding:34px;transform:none}
body.experience-v2 .focus-card:hover{transform:translateY(-3px);box-shadow:0 22px 55px rgba(9,12,10,.14)}
body.experience-v2 .focus-card__content{align-items:flex-start;justify-content:flex-end;width:100%;max-width:540px}
body.experience-v2 .focus-card__tag{border:1px solid currentColor;border-radius:6px;padding:7px 9px;background:transparent;box-shadow:none;font:850 8px/1 ui-monospace,SFMono-Regular,Menlo,monospace}
body.experience-v2 .focus-card strong{margin:18px 0 11px;font-size:clamp(52px,6vw,78px);line-height:.78;letter-spacing:-.075em}
body.experience-v2 .focus-card p{max-width:470px;font-size:13px;line-height:1.5;font-weight:560;opacity:.82}
body.experience-v2 .focus-card__cta{min-height:44px;margin-top:20px;border:0;border-bottom:1px solid currentColor;border-radius:0;padding:9px 0;font:900 9px/1 ui-monospace,SFMono-Regular,Menlo,monospace}
body.experience-v2 .focus-card--pods{grid-row:span 2;min-height:720px}
body.experience-v2 .focus-card--pods:before{background:linear-gradient(180deg,rgba(5,12,18,.06),rgba(5,16,19,.4) 45%,rgba(5,18,18,.96) 88%)}
body.experience-v2 .focus-card--pods .focus-card__tag{color:var(--v2-acid)}
body.experience-v2 .focus-card--perfumes{min-height:354px}
body.experience-v2 .focus-card--perfumes:before{background:linear-gradient(180deg,rgba(239,227,214,.05),rgba(239,227,214,.62) 45%,rgba(238,224,208,.98) 88%)}
body.experience-v2 .focus-card--shirts{grid-column:2;min-height:354px;padding:180px 28px 26px;background:var(--v2-green);border-color:var(--v2-green);text-align:left}
body.experience-v2 .focus-card--shirts:before{background:linear-gradient(180deg,transparent,rgba(4,22,15,.18) 42%,rgba(4,22,15,.97) 72%)}
body.experience-v2 .focus-card--shirts .focus-card__content{width:100%;align-items:flex-start;margin:0}
body.experience-v2 .focus-card--shirts strong{font-size:44px}
body.experience-v2 .focus-card__shirts{top:12px;left:12px;right:12px;bottom:auto;width:auto;height:188px;gap:5px;transform:none}
body.experience-v2 .focus-card__shirts img{border-radius:8px;box-shadow:0 14px 28px rgba(0,0,0,.3)}

/* Guia: uma nova cena de alto contraste */
body.experience-v2 .buying-guide{max-width:none;margin:0;padding:82px max(16px,calc((100vw - 1180px)/2));background:var(--v2-ink);color:#fff}
body.experience-v2 .buying-guide .section-title{max-width:650px;margin-bottom:36px}
body.experience-v2 .buying-guide .section-title .eyebrow{color:var(--v2-acid)}
body.experience-v2 .buying-guide .section-title>p:last-child{color:rgba(255,255,255,.55)}
body.experience-v2 .buying-card{border-radius:16px;border-color:var(--v2-dark-line);box-shadow:none;background:var(--v2-white);color:var(--v2-ink)}
body.experience-v2 .buying-card header>span{border-radius:6px;background:var(--v2-ink);color:var(--v2-acid)}
body.experience-v2 .buying-card--volume{background:var(--v2-green);color:#fff;border-color:rgba(183,255,60,.38)}
body.experience-v2 .buying-card--volume header>span,
body.experience-v2 .volume-negotiation{border-radius:6px;background:var(--v2-acid)}
body.experience-v2 .volume-live{border-radius:8px}
body.experience-v2 .buying-card__visual b,
body.experience-v2 .buying-card__visual strong,
body.experience-v2 .mixed-visual>span{border-radius:9px}
body.experience-v2 .buying-guide__dots i{border-radius:1px;background:rgba(255,255,255,.32)}
body.experience-v2 .buying-guide__dots i.is-active{background:var(--v2-acid)}

/* Informação comercial: hierarquia, não decoração */
body.experience-v2 .home-tools{max-width:1180px;margin:88px auto;padding:64px;border-radius:16px;border-color:rgba(9,12,10,.22);box-shadow:none;background:var(--v2-white)}
body.experience-v2 .freight-card{border-radius:10px;background:var(--v2-paper-2)}
body.experience-v2 .freight-card select,
body.experience-v2 .cart-freight select{border-radius:8px}
body.experience-v2 .trust-section,
body.experience-v2 .faq-section{max-width:1180px}
body.experience-v2 .trust-grid{gap:0;border-block:1px solid var(--v2-line)}
body.experience-v2 .trust-grid div{border:0;border-right:1px solid var(--v2-line);border-radius:0;background:transparent;padding:29px 18px;text-align:left}
body.experience-v2 .trust-grid div:last-child{border-right:0}
body.experience-v2 .trust-grid b{color:var(--v2-ink);font-size:28px;letter-spacing:-.05em}
body.experience-v2 .faq-list{max-width:none;border-top:1px solid var(--v2-line)}
body.experience-v2 .faq-list details{border-bottom:1px solid var(--v2-line);border-radius:0!important;background:transparent;padding:0}
body.experience-v2 .faq-list summary{font-size:16px}
body.experience-v2 footer{border-color:var(--v2-dark-line);background:var(--v2-ink);color:#fff}
body.experience-v2 footer p{color:rgba(255,255,255,.58)}

/* Catálogo: compacto, direto e editorial */
body.experience-v2 .catalog-view{background:var(--v2-paper)}
body.experience-v2 .catalog-hero{padding:60px clamp(18px,5vw,72px) 50px;background:var(--v2-ink);color:#fff;text-align:left}
body.experience-v2 .catalog-hero .back-home{color:var(--v2-acid)}
body.experience-v2 .catalog-hero .eyebrow{color:var(--v2-acid)}
body.experience-v2 .catalog-hero h1{max-width:900px;font-size:clamp(54px,8vw,96px);line-height:.79;color:#fff}
body.experience-v2 .catalog-hero>p:last-child{max-width:620px;margin-left:0;color:rgba(255,255,255,.62)}
body.experience-v2 .catalog-shell{padding-top:28px}
body.experience-v2 .primary-tabs{gap:6px}
body.experience-v2 .primary-tabs button{height:52px;border-radius:8px;border-color:rgba(9,12,10,.25);background:transparent;color:var(--v2-muted)}
body.experience-v2 .primary-tabs button.is-active,
body.experience-v2 .primary-tabs button[data-primary="Perfumes"].is-active,
body.experience-v2 .primary-tabs button[data-primary="Camisetas de Time"].is-active{border-color:var(--v2-ink);background:var(--v2-ink);color:var(--v2-acid)}
body.experience-v2 .subcategory-chip{border-radius:7px;background:transparent}
body.experience-v2 .subcategory-chip.is-active,
body.experience-v2 .catalog-toolbar.is-shirts .subcategory-chip.is-active{border-color:var(--v2-green);background:var(--v2-green);color:#fff}
body.experience-v2 .search,
body.experience-v2 .catalog-controls select,
body.experience-v2 .filter-trigger{border-radius:9px;border-color:rgba(9,12,10,.22);background:var(--v2-white)}
body.experience-v2 .filter-trigger b{border-radius:5px;background:var(--v2-ink);color:var(--v2-acid)}
body.experience-v2 .product-grid{gap:10px}
body.experience-v2 .product-card{border-radius:12px;border-color:rgba(9,12,10,.2);box-shadow:none;background:var(--v2-white)}
body.experience-v2 .product-card__image{background:var(--v2-paper-2)}
body.experience-v2 .product-card--Perfumes .product-card__image{background:#ebe1d5}
body.experience-v2 .product-card__body{background:var(--v2-white);border-color:var(--v2-line)}
body.experience-v2 .spec-pills span{border-radius:5px;background:var(--v2-paper-2)}
body.experience-v2 .product-card__price button{border-radius:7px;background:var(--v2-ink)}
body.experience-v2 .product-card--Perfumes .product-card__price button{background:#6f5441}
body.experience-v2 .product-card--Camisetas-de-Time .product-card__price button{background:var(--v2-green)}

/* Finder, sheets, modal e pedido */
body.experience-v2 .perfume-finder{border-radius:12px;box-shadow:none}
body.experience-v2 .perfume-finder__toggle>i,
body.experience-v2 .finder-group button,
body.experience-v2 .finder-selects select,
body.experience-v2 .perfume-finder__result{border-radius:7px}
body.experience-v2 .product-dialog{border-radius:18px;background:var(--v2-white)}
body.experience-v2 .product-dialog::backdrop,
body.experience-v2 .filters-dialog::backdrop{background:rgba(9,12,10,.78)}
body.experience-v2 .dialog-close,
body.experience-v2 .sheet-head button,
body.experience-v2 .cart__header button{border-radius:8px}
body.experience-v2 .dialog-content{background:var(--v2-white)}
body.experience-v2 .price-tiers div,
body.experience-v2 .variant-field select,
body.experience-v2 .flavor-search,
body.experience-v2 .flavor-list,
body.experience-v2 .flavor-presets button,
body.experience-v2 .quantity-row button,
body.experience-v2 .flavor-stepper button,
body.experience-v2 .share-button{border-radius:7px}
body.experience-v2 .price-tiers div:last-child{background:var(--v2-ink)}
body.experience-v2 .filters-dialog{border-radius:18px;background:var(--v2-white)}
body.experience-v2 .filter-fields select,
body.experience-v2 .filter-fields .check-field{border-radius:8px}
body.experience-v2 .cart{background:var(--v2-white)}
body.experience-v2 .cart__header{background:var(--v2-ink);color:#fff}
body.experience-v2 .cart__header .eyebrow{color:var(--v2-acid)}
body.experience-v2 .cart__header button{border-color:rgba(255,255,255,.24);background:transparent;color:#fff}
body.experience-v2 .tier-progress{background:var(--v2-paper-2)}
body.experience-v2 .tier-progress__bar,
body.experience-v2 .tier-progress__bar i{border-radius:1px}

/* Movimento sutil; a marca se move, o conteúdo não foge */
@keyframes v2Enter{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}
body.experience-v2 .hero__content,
body.experience-v2 .catalog-hero>*{animation:v2Enter .6s cubic-bezier(.2,.75,.2,1) both}
body.experience-v2 .catalog-hero h1{animation-delay:.06s}
body.experience-v2 .catalog-hero>p:last-child{animation-delay:.12s}

@media(max-width:760px){
  body.experience-v2{padding-bottom:72px}
  body.experience-v2 .header{height:64px;padding:0 12px}
  body.experience-v2 .brand{gap:8px}
  body.experience-v2 .brand__mark{width:34px;height:34px}
  body.experience-v2 .brand b{font-size:11px;letter-spacing:.17em}
  body.experience-v2 .order-button{min-height:44px;padding:5px 5px 5px 10px;border-radius:8px;font-size:8px;letter-spacing:.08em}
  body.experience-v2 .order-button b{min-width:30px;height:30px}

  body.experience-v2 .hero{
    min-height:calc(100svh - 64px);
    max-height:none;
    padding:202px 15px 18px;
    background:
      linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px) 0 0/33.333% 100%,
      radial-gradient(circle at 84% 9%,rgba(24,184,107,.3),transparent 29%),
      var(--v2-ink);
  }
  body.experience-v2 .hero:before{left:-6px;bottom:2px;font-size:105px}
  body.experience-v2 .hero__stage--identity{height:190px;overflow:hidden}
  body.experience-v2 .hero-identity{top:13px;right:12px;width:152px;height:152px}
  body.experience-v2 .hero-identity__halo{border-radius:17px}
  body.experience-v2 .hero-identity__halo--inner{inset:15px;border-radius:50%}
  body.experience-v2 .hero-identity__mark{width:91px;height:91px}
  body.experience-v2 .hero-identity strong{font-size:11px;letter-spacing:.23em}
  body.experience-v2 .hero-identity small{font-size:5px;gap:4px;letter-spacing:.06em}
  body.experience-v2 .hero-orbit{top:88px;font-size:6px;letter-spacing:.15em}
  body.experience-v2 .hero-orbit i{width:14px}
  body.experience-v2 .hero-orbit--pods{left:15px}
  body.experience-v2 .hero-orbit--perfumes{right:auto;left:15px;top:111px}
  body.experience-v2 .hero-orbit--perfumes i{order:0}
  body.experience-v2 .hero__content{align-items:flex-start;text-align:left}
  body.experience-v2 .hero__content .eyebrow{margin-bottom:11px;font-size:7px}
  body.experience-v2 .hero h1{font-size:clamp(45px,13.4vw,57px);line-height:.81;letter-spacing:-.08em}
  body.experience-v2 .hero h1 em{display:block}
  body.experience-v2 .hero__content>p:not(.eyebrow){max-width:350px;margin:15px 0 14px;font-size:12px;line-height:1.45}
  body.experience-v2 .hero__actions{display:grid;grid-template-columns:1.15fr .85fr;width:100%;gap:7px}
  body.experience-v2 .hero__actions .button{min-height:45px;padding:0 8px;font-size:8px}
  body.experience-v2 .hero__numbers{display:grid;grid-template-columns:1fr 1fr;width:100%;margin-top:14px}
  body.experience-v2 .hero__numbers span{min-width:0;margin:0;padding:8px 9px 8px 0;border-right:0;border-bottom:1px solid var(--v2-dark-line);font-size:7px;line-height:1.2}
  body.experience-v2 .hero__numbers span:nth-child(even){padding-left:10px;border-left:1px solid var(--v2-dark-line)}
  body.experience-v2 .hero__numbers span:nth-last-child(-n+2){border-bottom:0}
  body.experience-v2 .hero__numbers b{display:inline;margin-right:4px;font-size:15px}
  body.experience-v2 .brand-marquee{width:calc(100vw - 30px);margin-top:auto}
  body.experience-v2 .brand-marquee__item{flex-basis:122px;height:43px;padding:7px 14px}

  body.experience-v2 .focus-section{padding:70px 12px}
  body.experience-v2 .focus-section .section-title{padding:0 4px;margin-bottom:28px}
  body.experience-v2 .section-title h2,
  body.experience-v2 .freight-copy h2{font-size:43px}
  body.experience-v2 .focus-grid{grid-template-columns:1fr;gap:9px}
  body.experience-v2 .focus-card,
  body.experience-v2 .focus-card--pods,
  body.experience-v2 .focus-card--perfumes{grid-column:1;grid-row:auto;min-height:350px;border-radius:14px;padding:24px 18px}
  body.experience-v2 .focus-card__content{align-items:flex-start;text-align:left}
  body.experience-v2 .focus-card strong,
  body.experience-v2 .focus-card--pods strong,
  body.experience-v2 .focus-card--perfumes strong{font-size:47px;margin:14px 0 9px}
  body.experience-v2 .focus-card p{max-width:320px;font-size:11px;line-height:1.45}
  body.experience-v2 .focus-card__cta{min-height:39px;margin-top:14px;font-size:8px}
  body.experience-v2 .focus-card--shirts{grid-column:1;min-height:402px;padding:218px 18px 24px;text-align:left}
  body.experience-v2 .focus-card--shirts .focus-card__content{align-items:flex-start;max-width:none}
  body.experience-v2 .focus-card--shirts strong{font-size:40px;margin:13px 0 8px}
  body.experience-v2 .focus-card__shirts{height:215px}

  body.experience-v2 .buying-guide{padding:66px 12px}
  body.experience-v2 .buying-guide .section-title{padding:0 4px;margin-bottom:25px}
  body.experience-v2 .buying-guide__rail{margin:0 -12px;padding:2px 12px 12px}
  body.experience-v2 .buying-card,
  body.experience-v2 .buying-card--volume{flex-basis:calc(100vw - 30px);min-height:382px;border-radius:13px;padding:19px}
  body.experience-v2 .buying-card h3{font-size:23px}
  body.experience-v2 .volume-negotiation{left:12px;right:12px;bottom:12px}

  body.experience-v2 .home-tools{margin:64px 12px;padding:35px 17px;border-radius:13px;text-align:left}
  body.experience-v2 .freight-card{padding:16px}
  body.experience-v2 .trust-section,
  body.experience-v2 .faq-section{padding:0 12px 62px}
  body.experience-v2 .trust-grid{grid-template-columns:1fr 1fr}
  body.experience-v2 .trust-grid div{padding:18px 9px;border-bottom:1px solid var(--v2-line)}
  body.experience-v2 .trust-grid div:nth-child(even){border-right:0;padding-left:14px}
  body.experience-v2 .trust-grid div:nth-last-child(-n+2){border-bottom:0}
  body.experience-v2 .trust-grid b{font-size:21px}
  body.experience-v2 .trust-grid span{font-size:9px}
  body.experience-v2 .faq-list summary{min-height:62px;padding:17px 0;font-size:12px}

  body.experience-v2 .catalog-hero{padding:30px 15px 29px}
  body.experience-v2 .catalog-hero .back-home{margin-bottom:18px;font-size:8px}
  body.experience-v2 .catalog-hero h1{font-size:48px;line-height:.82}
  body.experience-v2 .catalog-hero>p:last-child{font-size:12px;line-height:1.45}
  body.experience-v2 .catalog-shell{padding:14px 9px 72px}
  body.experience-v2 .primary-tabs{position:sticky;top:64px;z-index:19;margin:0 -9px 10px;padding:7px 9px;background:rgba(242,240,232,.96);backdrop-filter:blur(14px)}
  body.experience-v2 .primary-tabs button{min-width:126px;height:46px;border-radius:7px;font-size:8px}
  body.experience-v2 .subcategory-rail{margin:0 -9px;padding:0 9px 10px}
  body.experience-v2 .subcategory-chip{min-height:40px;border-radius:6px;font-size:9px}
  body.experience-v2 .catalog-controls{top:110px;padding:6px 0;background:rgba(242,240,232,.96)}
  body.experience-v2 .search,
  body.experience-v2 .filter-trigger{height:47px}
  body.experience-v2 .catalog-controls select{height:42px}
  body.experience-v2 .catalog-status{font-size:10px}
  body.experience-v2 .product-grid{gap:7px}
  body.experience-v2 .product-card{border-radius:9px}
  body.experience-v2 .product-card__image{height:auto;flex-basis:auto;aspect-ratio:1/1}
  body.experience-v2 .product-card__body{padding:9px}
  body.experience-v2 .product-card h3{min-height:42px;font-size:11px;line-height:1.24}
  body.experience-v2 .spec-pills span{padding:4px;font-size:7px}
  body.experience-v2 .product-card__price b{font-size:13px}
  body.experience-v2 .product-card__price button{border-radius:6px}

  body.experience-v2 .perfume-finder{border-radius:10px}
  body.experience-v2 .perfume-finder__toggle{text-align:left;padding:17px 13px}
  body.experience-v2 .perfume-finder__toggle b{font-size:21px}
  body.experience-v2 .finder-group{text-align:left}
  body.experience-v2 .finder-group>div{justify-content:flex-start}

  body.experience-v2 .product-dialog[open]{display:grid;grid-template-columns:1fr;grid-template-rows:170px minmax(0,1fr);width:calc(100% - 10px);height:min(94dvh,820px);max-height:94dvh;margin:auto auto 0;border-radius:18px 18px 0 0;overflow:hidden}
  body.experience-v2 .dialog-image{height:170px;min-height:170px;padding:11px}
  body.experience-v2 .dialog-image img{max-height:150px}
  body.experience-v2 .dialog-content{max-height:none;min-height:0;padding:17px 12px 20px;overflow:auto}
  body.experience-v2 .dialog-content h2{font-size:22px}
  body.experience-v2 .dialog-actions{bottom:-20px;background:var(--v2-white)}
  body.experience-v2 .filters-dialog{border-radius:18px 18px 0 0}

  body.experience-v2 .cart__header{padding-top:max(17px,env(safe-area-inset-top))}
  body.experience-v2 .cart__footer{background:var(--v2-white)}
  body.experience-v2 .mobile-dock{left:7px;right:7px;height:58px;border-color:rgba(255,255,255,.15);border-radius:14px;background:rgba(9,12,10,.96);box-shadow:0 16px 40px rgba(0,0,0,.28)}
  body.experience-v2 .mobile-dock a,
  body.experience-v2 .mobile-dock button{color:rgba(255,255,255,.62);font-size:7px}
  body.experience-v2 .mobile-dock span{color:var(--v2-acid);font-size:16px}
  body.experience-v2 .mobile-dock b{border-radius:5px;background:var(--v2-acid);color:var(--v2-ink)}
  body.experience-v2 .toast{border-radius:8px;background:var(--v2-acid);color:var(--v2-ink)}
  body.experience-v2 footer{text-align:left}
}

@media(min-width:761px) and (max-width:900px){
  body.experience-v2 .hero-identity{opacity:.2}
  body.experience-v2 .hero-orbit{display:none}
  body.experience-v2 .hero__content{max-width:650px}
}

@media(max-width:760px) and (max-height:620px){
  body.experience-v2 .hero{padding-top:160px;padding-bottom:10px}
  body.experience-v2 .hero__stage--identity{height:150px}
  body.experience-v2 .hero-identity{top:7px;width:124px;height:124px}
  body.experience-v2 .hero-identity__mark{width:72px;height:72px}
  body.experience-v2 .hero-identity strong{font-size:9px}
  body.experience-v2 .hero-identity small{display:none}
  body.experience-v2 .hero-orbit{top:68px}
  body.experience-v2 .hero-orbit--perfumes{top:89px}
  body.experience-v2 .hero h1{font-size:39px}
  body.experience-v2 .hero__content>p:not(.eyebrow){margin:9px 0;font-size:10px;line-height:1.35}
  body.experience-v2 .hero__actions .button{min-height:39px}
  body.experience-v2 .hero__numbers{margin-top:8px}
  body.experience-v2 .hero__numbers span{padding-top:5px;padding-bottom:5px}
  body.experience-v2 .brand-marquee{display:none}
}

@media(max-width:760px) and (min-height:621px) and (max-height:700px){
  body.experience-v2 .hero{padding-bottom:13px}
}

@media(max-width:359px){
  body.experience-v2 .hero{padding-top:185px}
  body.experience-v2 .hero__stage--identity{height:174px}
  body.experience-v2 .hero-identity{width:135px;height:135px}
  body.experience-v2 .hero-identity__mark{width:80px;height:80px}
  body.experience-v2 .hero h1{font-size:42px}
  body.experience-v2 .brand-marquee{display:none}
  body.experience-v2 .focus-card strong,
  body.experience-v2 .focus-card--pods strong,
  body.experience-v2 .focus-card--perfumes strong{font-size:42px}
  body.experience-v2 .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  body.experience-v2 .product-card__image{height:auto;flex-basis:auto}
  body.experience-v2 .product-card h3{min-height:42px}
}

@media(max-width:359px) and (max-height:620px){
  body.experience-v2 .hero{padding-top:150px;padding-bottom:8px}
  body.experience-v2 .hero__stage--identity{height:142px}
  body.experience-v2 .hero h1{font-size:38px}
}

@media(prefers-reduced-motion:reduce){
  body.experience-v2 .hero__content,
  body.experience-v2 .catalog-hero>*{animation:none}
}

/* V2.5 — movimento, resposta e descoberta de produto */
body.experience-v2{
  --v2-blue:#5d7cff;
  --v2-pink:#ff4d9f;
  --v2-amber:#ffb95c;
  --v2-route-accent:var(--v2-acid);
  overflow-x:clip;
}
body.experience-v2 .header{z-index:80}
body.experience-v2 .hero{min-height:auto;padding-top:126px;padding-bottom:38px}
body.experience-v2 .hero__stage--identity{inset:72px 0 auto;height:520px;overflow:visible;pointer-events:auto;transform:none}
body.experience-v2 .hero-identity{left:auto;right:5%;top:64px;width:360px;height:360px;opacity:.12;transform:rotate(-8deg);pointer-events:none}
body.experience-v2 .hero-identity__mark{width:210px;height:210px;animation:v2MarkBreathe 6s ease-in-out infinite}
body.experience-v2 .hero-identity strong,
body.experience-v2 .hero-identity small{display:none}
body.experience-v2 .hero__content{width:min(670px,53%);margin-top:42px}
body.experience-v2 .hero h1{font-size:clamp(64px,6.8vw,104px)}
body.experience-v2 .hero__content>p:not(.eyebrow){max-width:520px}
body.experience-v2 .hero__actions .button--light{min-width:196px}

.v2-hero-deck{
  --scene-accent:var(--v2-acid);
  --scene-accent-2:var(--v2-green-bright);
  --scene-ink:#07130d;
  position:absolute;
  top:38px;
  right:clamp(20px,5vw,72px);
  width:min(43vw,570px);
  z-index:7;
  color:#fff;
}
.v2-hero-deck[data-v2-mode="perfumes"]{--scene-accent:var(--v2-amber);--scene-accent-2:#ffe3ba;--scene-ink:#2d1704}
.v2-hero-deck[data-v2-mode="shirts"]{--scene-accent:var(--v2-blue);--scene-accent-2:#9ed7ff;--scene-ink:#060e2d}
.v2-hero-deck__head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:9px}
.v2-hero-deck__head>span{font:800 7px/1 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.19em;color:rgba(255,255,255,.5)}
.v2-hero-tabs{display:flex;gap:3px;padding:3px;border:1px solid rgba(255,255,255,.15);background:rgba(255,255,255,.04);backdrop-filter:blur(14px)}
.v2-hero-tabs button{min-height:30px;border:0;border-radius:0;padding:0 10px;background:transparent;color:rgba(255,255,255,.48);font:850 7px/1 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.08em;cursor:pointer}
.v2-hero-tabs button[aria-selected="true"]{background:var(--scene-accent);color:var(--scene-ink);transform:none}
.v2-hero-scene{
  --tilt-x:0deg;
  --tilt-y:0deg;
  --glow-x:70%;
  --glow-y:30%;
  position:relative;
  display:block;
  height:340px;
  overflow:hidden;
  border:1px solid color-mix(in srgb,var(--scene-accent) 38%,rgba(255,255,255,.18));
  border-radius:3px 36px 3px 3px;
  color:#fff;
  text-decoration:none;
  background:
    radial-gradient(circle at 50% 50%,color-mix(in srgb,var(--scene-accent) 16%,transparent),transparent 39%),
    linear-gradient(145deg,rgba(255,255,255,.035),rgba(255,255,255,.006) 58%),
    #101713;
  box-shadow:0 30px 70px rgba(0,0,0,.36);
  transform:perspective(900px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y));
  transform-style:preserve-3d;
  transition:transform .18s ease,border-color .35s ease,background .45s ease;
}
.v2-hero-signature{position:absolute;inset:0;z-index:3;display:grid;place-items:center;transform:translateZ(45px)}
.v2-hero-signature__mark{position:relative;z-index:2;display:grid;width:min(35%,142px);aspect-ratio:1;place-items:center;animation:v2SignatureMark 3.8s ease-in-out infinite;transition:filter .35s ease,transform .35s ease}
.v2-hero-signature__mark img{display:block;width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 12px 28px rgba(0,0,0,.42)) saturate(1.15)}
.v2-hero-signature__flare{position:absolute;z-index:3;width:10px;height:10px;background:var(--scene-accent);clip-path:polygon(50% 0,61% 39%,100% 50%,61% 61%,50% 100%,39% 61%,0 50%,39% 39%);filter:drop-shadow(0 0 8px var(--scene-accent));animation:v2SignatureFlare 2.4s ease-in-out infinite}
.v2-hero-signature__flare--one{left:24%;top:25%;animation-delay:-.2s}
.v2-hero-signature__flare--two{left:33%;bottom:22%;width:6px;height:6px;animation-delay:-1.1s}
.v2-hero-signature__flare--three{right:26%;top:20%;width:7px;height:7px;animation-delay:-1.7s}
.v2-hero-signature__flare--four{right:19%;bottom:29%;animation-delay:-.8s}
.v2-hero-signature__flare--five{left:18%;top:52%;width:5px;height:5px;animation-delay:-1.4s}
.v2-hero-signature__flare--six{right:36%;bottom:14%;width:5px;height:5px;animation-delay:-2s}
.v2-hero-deck.is-switching .v2-hero-signature__mark{animation:v2SignatureSwitch .55s cubic-bezier(.17,.84,.24,1) both}
.v2-hero-deck.is-switching .v2-hero-signature__flare{animation:v2SignatureFlare 2.4s ease-in-out infinite,v2SignatureSwitch .5s cubic-bezier(.17,.84,.24,1) both}
.v2-hero-scene:hover .v2-hero-signature__mark{filter:brightness(1.08);transform:scale(1.04)}

/* Faixa cinética: mais editorial e menos carrossel genérico */
.v2-kinetic{height:58px;overflow:hidden;border-block:1px solid rgba(183,255,60,.54);background:var(--v2-acid);color:var(--v2-ink);transform:rotate(-1.15deg) scale(1.02);transform-origin:center;position:relative;z-index:9}
.v2-kinetic__track{display:flex;align-items:center;width:max-content;height:100%;gap:24px;transform:translateX(calc(-50% - var(--v2-scroll-shift,0px)));animation:v2Ticker 28s linear infinite;will-change:transform}
.v2-kinetic span{font-size:16px;font-weight:950;letter-spacing:-.035em;white-space:nowrap}
.v2-kinetic i{font-style:normal;font-size:13px}

/* Vitrine interativa conectada às fichas reais */
.v2-showcase{padding:116px max(18px,calc((100vw - 1280px)/2)) 100px;background:var(--v2-ink);color:#fff;overflow:hidden}
.v2-showcase__head{display:grid;grid-template-columns:1.25fr .75fr;align-items:end;gap:40px;margin-bottom:48px}
.v2-showcase__head .eyebrow{color:var(--v2-acid)}
.v2-showcase__head h2{margin:9px 0 0;font-size:clamp(52px,7.2vw,104px);line-height:.79;letter-spacing:-.085em}
.v2-showcase__head h2 em{color:var(--v2-acid);font-style:normal}
.v2-showcase__head>p{max-width:360px;margin:0 0 4px;color:rgba(255,255,255,.58);font-size:13px;line-height:1.55}
.v2-showcase__filters{display:flex;gap:5px;margin-bottom:20px;overflow-x:auto;scrollbar-width:none}
.v2-showcase__filters::-webkit-scrollbar{display:none}
.v2-showcase__filters button{flex:none;min-height:43px;border:1px solid rgba(255,255,255,.2);border-radius:0;padding:0 13px;background:transparent;color:rgba(255,255,255,.6);font:850 8px/1 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.08em;cursor:pointer}
.v2-showcase__filters button b{margin-left:8px;color:inherit;font-size:7px}
.v2-showcase__filters button[aria-selected="true"]{border-color:var(--v2-acid);background:var(--v2-acid);color:var(--v2-ink)}
.v2-product-rail{display:flex;gap:10px;overflow-x:auto;padding:3px max(0px,calc((100vw - 1280px)/2)) 28px 0;scroll-snap-type:x mandatory;scroll-padding-inline:0;scrollbar-width:none;overscroll-behavior-inline:contain}
.v2-product-rail::-webkit-scrollbar{display:none}
.v2-product-card{
  --tilt-x:0deg;
  --tilt-y:0deg;
  --card-accent:var(--v2-acid);
  position:relative;
  display:flex;
  flex:0 0 305px;
  min-height:450px;
  flex-direction:column;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.17);
  border-radius:2px 28px 2px 2px;
  background:#f6f5ed;
  color:var(--v2-ink);
  text-decoration:none;
  scroll-snap-align:start;
  transform:perspective(850px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) translateY(calc((var(--card-index) % 2) * 9px));
  transform-style:preserve-3d;
  transition:transform .18s ease,border-color .25s ease;
}
.v2-product-card--perfumes{--card-accent:var(--v2-amber);background:#f3e6d7}
.v2-product-card--shirts{--card-accent:var(--v2-blue);background:#e5ebff}
.v2-product-card:hover,.v2-product-card:focus-visible{border-color:var(--card-accent)}
.v2-product-card__top{display:flex;align-items:center;justify-content:space-between;padding:15px 15px 0;position:relative;z-index:3}
.v2-product-card__top small{padding:5px 7px;background:var(--card-accent);font:900 7px/1 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.12em}
.v2-product-card__top i{font:900 15px/1 ui-monospace,SFMono-Regular,Menlo,monospace;font-style:normal;color:rgba(9,12,10,.32)}
.v2-product-card__image{position:relative;display:grid;place-items:center;height:220px;margin:0 13px;overflow:hidden}
.v2-product-card__image:before{content:"";position:absolute;width:155px;height:155px;border:1px solid color-mix(in srgb,var(--card-accent) 58%,transparent);border-radius:50%;box-shadow:0 0 0 28px color-mix(in srgb,var(--card-accent) 10%,transparent),0 0 0 57px color-mix(in srgb,var(--card-accent) 6%,transparent);transition:transform .6s cubic-bezier(.2,.8,.2,1)}
.v2-product-card:hover .v2-product-card__image:before{transform:scale(1.14) rotate(16deg)}
.v2-product-card__image img{position:relative;z-index:2;width:82%;height:92%;object-fit:contain;filter:drop-shadow(0 19px 15px rgba(0,0,0,.21));transition:transform .65s cubic-bezier(.2,.8,.2,1)}
.v2-product-card:hover .v2-product-card__image img,.v2-product-card:focus-visible .v2-product-card__image img{transform:translateY(-7px) rotate(-2deg) scale(1.045)}
.v2-product-card__copy{display:block;min-height:112px;padding:3px 16px 14px;border-top:1px solid rgba(9,12,10,.14)}
.v2-product-card__copy small,.v2-product-card__copy strong,.v2-product-card__copy em{display:block}
.v2-product-card__copy small{margin-top:13px;color:color-mix(in srgb,var(--card-accent) 68%,var(--v2-ink));font:900 7px/1 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.13em;text-transform:uppercase}
.v2-product-card__copy strong{margin:6px 0;font-size:21px;line-height:.97;letter-spacing:-.055em}
.v2-product-card__copy em{color:#646962;font-size:9px;font-style:normal;font-weight:620}
.v2-product-card__price{display:grid;grid-template-columns:1fr auto;align-items:end;margin-top:auto;padding:13px 16px;background:var(--v2-ink);color:#fff}
.v2-product-card__price small{grid-column:1;font:800 6px/1 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.12em;color:var(--card-accent)}
.v2-product-card__price b{grid-column:1;margin-top:4px;font-size:18px;line-height:1}
.v2-product-card__price i{grid-column:2;grid-row:1/3;display:grid;place-items:center;width:36px;height:36px;background:var(--card-accent);color:var(--v2-ink);font-size:15px;font-style:normal;transition:transform .25s ease}
.v2-product-card:hover .v2-product-card__price i{transform:rotate(45deg)}
.v2-rail-status{display:flex;align-items:center;gap:15px;margin-top:7px}
.v2-rail-status>div{width:min(250px,48vw);height:2px;background:rgba(255,255,255,.17)}
.v2-rail-status>div i{display:block;width:8%;height:100%;background:var(--v2-acid);transition:width .18s ease}
.v2-rail-status span{font:800 7px/1 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.11em;color:rgba(255,255,255,.5)}

/* Cena de marcas: mockup de produto em tela cheia */
.v2-brand-stage{padding:0 12px 112px;background:var(--v2-ink);color:var(--v2-ink)}
.v2-brand-stage__panel{position:relative;min-height:900px;overflow:hidden;border-radius:28px;background:radial-gradient(circle at 50% 100%,rgba(183,255,60,.12),transparent 33%),#f5f5f3;isolation:isolate}
.v2-brand-stage__panel:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(9,12,10,.035) 1px,transparent 1px) 0 0/16.666% 100%;pointer-events:none}
.v2-brand-stage__copy{position:relative;z-index:6;width:min(1040px,calc(100% - 36px));margin:auto;padding-top:60px;text-align:center}
.v2-brand-stage__copy .eyebrow{color:var(--v2-green)}
.v2-brand-stage__copy h2{margin:13px 0 18px;font-size:clamp(62px,7.6vw,112px);font-weight:500;line-height:.82;letter-spacing:-.075em;text-wrap:balance}
.v2-brand-stage__copy h2 em{font-style:normal;background:linear-gradient(90deg,#252825 0%,#8f958f 58%,#d9ddd9 100%);background-clip:text;-webkit-background-clip:text;color:transparent}
.v2-brand-stage__copy>p:last-child{max-width:520px;margin:auto;color:#727772;font-size:13px;line-height:1.55}
.v2-brand-stage__cta{position:absolute;right:22px;bottom:22px;z-index:9;display:flex;align-items:center;justify-content:center;min-height:48px;border-radius:8px;padding:0 18px;background:var(--v2-acid);color:var(--v2-ink);font:900 8px/1 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.08em;text-decoration:none}

.v2-brand-orbit{position:absolute;left:0;right:0;top:355px;z-index:1;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent,#000 7%,#000 93%,transparent);mask-image:linear-gradient(90deg,transparent,#000 7%,#000 93%,transparent)}
.v2-brand-orbit__track{display:flex;align-items:center;width:max-content;gap:12px;animation:v2BrandOrbit 25s linear infinite}
.v2-brand-orbit span{display:grid;place-items:center;width:185px;height:76px;border:1px solid rgba(9,12,10,.12);border-radius:12px;background:rgba(255,255,255,.78);backdrop-filter:blur(10px);transform:rotate(-2deg)}
.v2-brand-orbit span:nth-child(even){transform:translateY(7px) rotate(2deg)}
.v2-brand-orbit img{width:80%;height:68%;object-fit:contain;filter:grayscale(1);opacity:.48}

.v2-device-wrap{--device-accent:var(--v2-acid);--device-accent-soft:#dfff9f;position:absolute;left:50%;bottom:-45px;z-index:5;width:354px;height:578px;transform:translateX(-50%)}
.v2-device-wrap[data-v2-phone-mode="perfumes"]{--device-accent:var(--v2-amber);--device-accent-soft:#ffe6c4}
.v2-device-wrap[data-v2-phone-mode="shirts"]{--device-accent:var(--v2-blue);--device-accent-soft:#d8e0ff}
.v2-device-glow{position:absolute;left:50%;bottom:45px;width:460px;height:250px;border-radius:50%;background:var(--device-accent);filter:blur(80px);opacity:.2;transform:translateX(-50%);transition:background .45s ease}
.v2-device{position:relative;width:100%;height:100%;border:8px solid #090b0a;border-radius:54px 54px 28px 28px;background:#090b0a;box-shadow:0 38px 70px rgba(9,12,10,.3),inset 0 0 0 1px rgba(255,255,255,.18);animation:v2DeviceFloat 6s ease-in-out infinite}
.v2-device__speaker{position:absolute;left:50%;top:8px;z-index:8;width:104px;height:28px;border:1px solid rgba(255,255,255,.16);border-radius:0 0 15px 15px;background:#090b0a;transform:translateX(-50%)}
.v2-device__speaker i{position:absolute;left:12px;top:7px;width:8px;height:8px;border:1px solid rgba(255,255,255,.34);border-radius:50%;box-shadow:inset 0 0 0 2px #090b0a;background:#686d69}
.v2-device__screen{position:absolute;inset:5px;overflow:hidden;border:1px solid rgba(255,255,255,.18);border-radius:41px 41px 19px 19px;background:linear-gradient(180deg,#111411,#070a08);color:#fff}
.v2-device__screen>header{height:57px;display:flex;align-items:flex-end;justify-content:space-between;padding:0 15px 10px;border-bottom:1px solid rgba(255,255,255,.11)}
.v2-device__screen>header span{display:flex;align-items:center;gap:6px}
.v2-device__screen>header img{width:20px;height:20px;object-fit:contain}
.v2-device__screen>header b{font-size:7px;letter-spacing:.16em}
.v2-device__screen>header>i{display:flex;align-items:center;gap:5px;color:var(--device-accent);font:800 5px/1 ui-monospace,SFMono-Regular,Menlo,monospace;font-style:normal;letter-spacing:.12em}
.v2-device__screen>header>i:before{content:"";width:4px;height:4px;background:currentColor;box-shadow:0 0 0 3px color-mix(in srgb,var(--device-accent) 15%,transparent)}
.v2-device-tabs{display:grid;grid-template-columns:repeat(3,1fr);height:36px;border-bottom:1px solid rgba(255,255,255,.11)}
.v2-device-tabs button{border:0;border-right:1px solid rgba(255,255,255,.1);border-radius:0;background:transparent;color:rgba(255,255,255,.44);font:800 5px/1 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.06em;cursor:pointer}
.v2-device-tabs button:last-child{border-right:0}
.v2-device-tabs button[aria-selected="true"]{background:var(--device-accent);color:#080b09}
.v2-device-scene{position:relative;height:356px;overflow:hidden;background:radial-gradient(circle at 78% 27%,color-mix(in srgb,var(--device-accent) 20%,transparent),transparent 29%),linear-gradient(150deg,rgba(255,255,255,.06),transparent 50%)}
.v2-device-scene:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px) 0 0/25% 100%;pointer-events:none}
.v2-device-scene__copy{position:absolute;left:15px;right:15px;top:15px;z-index:4}
.v2-device-scene__copy small,.v2-device-scene__copy strong,.v2-device-scene__copy span{display:block}
.v2-device-scene__copy small{color:var(--device-accent);font:900 6px/1 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.12em}
.v2-device-scene__copy strong{max-width:260px;margin-top:7px;font-size:28px;line-height:.86;letter-spacing:-.065em}
.v2-device-scene__copy span{margin-top:7px;color:rgba(255,255,255,.52);font-size:7px;font-weight:650}
.v2-device-products{position:absolute;left:8px;right:8px;top:92px;height:180px;z-index:3}
.v2-device-products img{position:absolute;bottom:0;left:35%;width:42%;height:92%;object-fit:contain;border:1px solid rgba(255,255,255,.17);border-radius:8px;background:#f4f4ef;box-shadow:0 18px 24px rgba(0,0,0,.34);animation:v2DeviceProduct 4.2s ease-in-out infinite;animation-delay:calc(var(--phone-product) * -.7s)}
.v2-device-products img:first-child{left:4%;bottom:-5px;width:36%;height:74%;transform:rotate(-7deg)}
.v2-device-products img:nth-child(2){z-index:2}
.v2-device-products img:nth-child(3){left:67%;bottom:-4px;width:31%;height:69%;transform:rotate(7deg)}
.v2-device-wrap.is-changing .v2-device-products img{animation:v2DeviceProductEnter .58s cubic-bezier(.18,.85,.25,1) both;animation-delay:calc(var(--phone-product) * .08s)}
.v2-device-wrap.is-changing .v2-device-scene__copy{animation:v2DeviceCopyEnter .46s ease both}
.v2-device-brands{position:absolute;left:12px;right:12px;bottom:14px;z-index:4;display:flex;gap:5px;overflow:hidden}
.v2-device-brands span{display:grid;place-items:center;flex:1;min-width:0;height:47px;border:1px solid rgba(255,255,255,.13);border-radius:6px;background:rgba(255,255,255,.92);color:#101310;font:950 6px/1 ui-monospace,SFMono-Regular,Menlo,monospace;text-align:center;letter-spacing:-.03em}
.v2-device-brands img{display:block;width:82%;height:70%;object-fit:contain;filter:grayscale(1)}
.v2-device-cta{position:absolute;left:13px;right:13px;bottom:34px;z-index:6;display:flex;align-items:center;justify-content:space-between;height:48px;padding-left:14px;background:#fff;color:#0a0d0b;text-decoration:none;font:900 7px/1 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.08em}
.v2-device-cta b{display:grid;place-items:center;width:48px;height:48px;background:var(--device-accent);font-size:15px;transition:transform .25s ease}
.v2-device-cta:hover b,.v2-device-cta:focus-visible b{transform:rotate(45deg)}
.v2-device-progress{position:absolute;left:50%;bottom:15px;display:flex;gap:4px;transform:translateX(-50%)}
.v2-device-progress i{display:block;width:14px;height:2px;background:rgba(255,255,255,.18)}
.v2-device-progress i.is-active{background:var(--device-accent)}

@keyframes v2BrandOrbit{to{translate:-50% 0}}
@keyframes v2DeviceFloat{0%,100%{translate:0 0}50%{translate:0 -7px}}
@keyframes v2DeviceProduct{0%,100%{translate:0 0}50%{translate:0 -6px}}
@keyframes v2DeviceProductEnter{from{opacity:0;transform:translateY(36px) rotate(8deg) scale(.82)}to{opacity:1;transform:translateY(0) rotate(0) scale(1)}}
@keyframes v2DeviceCopyEnter{from{opacity:0;transform:translateY(9px)}to{opacity:1;transform:none}}

/* Atalhos por intenção: conteúdo do nicho, não card decorativo */
.v2-paths{max-width:1280px;margin:auto;padding:105px clamp(18px,5vw,72px)}
.v2-paths__title{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:38px}
.v2-paths__title h2{margin:10px 0 0;font-size:clamp(48px,6.2vw,82px);line-height:.82;letter-spacing:-.075em}
.v2-paths__grid{display:grid;grid-template-columns:1.05fr .95fr;gap:8px}
.v2-path{
  --tilt-x:0deg;
  --tilt-y:0deg;
  position:relative;
  display:flex;
  min-height:300px;
  flex-direction:column;
  justify-content:space-between;
  overflow:hidden;
  border:1px solid rgba(9,12,10,.22);
  border-radius:2px 30px 2px 2px;
  padding:23px;
  background:var(--v2-white);
  color:var(--v2-ink);
  text-decoration:none;
  transform:perspective(900px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y));
  transition:transform .18s ease,background .35s ease,color .35s ease;
}
.v2-path:nth-child(2),.v2-path:nth-child(3){min-height:230px}
.v2-path:nth-child(3){grid-column:1}
.v2-path:nth-child(4){grid-column:2;grid-row:2/4;min-height:468px}
.v2-path small{font:850 7px/1 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.14em;color:var(--v2-green)}
.v2-path strong{position:relative;z-index:2;max-width:420px;font-size:clamp(32px,3.6vw,50px);line-height:.88;letter-spacing:-.065em}
.v2-path span{position:relative;z-index:2;align-self:flex-start;border-bottom:1px solid currentColor;padding-bottom:6px;font:900 8px/1 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.09em}
.v2-path>b{position:absolute;right:-.05em;bottom:-.17em;color:rgba(9,12,10,.055);font-size:clamp(82px,11vw,155px);line-height:.8;letter-spacing:-.08em;white-space:nowrap;transform:rotate(-6deg);transition:transform .65s cubic-bezier(.2,.8,.2,1),color .35s ease}
.v2-path:hover>b,.v2-path:focus-visible>b{transform:rotate(0) translate(-8px,-8px);color:rgba(183,255,60,.17)}
.v2-path--flavor{background:linear-gradient(135deg,#fff 0%,#eaffca 100%)}
.v2-path--scent{background:linear-gradient(135deg,#f6e7d6,#fff)}
.v2-path--team{background:linear-gradient(135deg,#dfe6ff,#fff)}
.v2-path--deal{background:var(--v2-green);color:#fff;border-color:var(--v2-green)}
.v2-path--deal small{color:var(--v2-acid)}
.v2-path--deal>b{color:rgba(255,255,255,.08)}

/* Respostas sistêmicas */
.v2-scroll-progress{position:fixed;left:0;right:0;top:0;z-index:120;height:3px;background:var(--v2-acid);transform:scaleX(0);transform-origin:left center;pointer-events:none}
body.experience-v2.v2-reveal-ready .v2-reveal{opacity:0;transform:translateY(28px);transition:opacity .72s cubic-bezier(.2,.75,.2,1),transform .72s cubic-bezier(.2,.75,.2,1)}
body.experience-v2.v2-reveal-ready .v2-reveal.is-visible{opacity:1;transform:none}
body.experience-v2.v2-route-enter .app-view:not([hidden]){animation:v2RouteEnter .46s cubic-bezier(.18,.83,.24,1) both}
body.experience-v2 .v2-tap{animation:v2Tap .42s ease}
body.experience-v2 .focus-card{transition:transform .28s cubic-bezier(.2,.8,.2,1),box-shadow .35s ease,clip-path .45s ease;clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}
body.experience-v2 .focus-card:hover{clip-path:polygon(0 1.5%,98.5% 0,100% 98%,1% 100%)}
body.experience-v2 .focus-card__cta:after{content:"";width:0;height:1px;background:currentColor;transition:width .3s ease}
body.experience-v2 .focus-card:hover .focus-card__cta:after{width:24px}
body.experience-v2 .mobile-dock .is-route-active{color:#fff}
body.experience-v2 .mobile-dock .is-route-active span{transform:translateY(-2px);filter:drop-shadow(0 0 8px rgba(183,255,60,.45))}

@keyframes v2SignatureSwitch{from{opacity:0;transform:scale(.7) rotate(-10deg)}to{opacity:1;transform:scale(1) rotate(0)}}
@keyframes v2SignatureMark{0%,100%{transform:translateY(0) scale(.98)}50%{transform:translateY(-5px) scale(1.03)}}
@keyframes v2SignatureFlare{0%,100%{opacity:.25;transform:translateY(-8px) scale(.72) rotate(0)}50%{opacity:1;transform:translateY(9px) scale(1.08) rotate(45deg)}}
@keyframes v2Ticker{to{translate:-50% 0}}
@keyframes v2MarkBreathe{0%,100%{transform:scale(.96) rotate(-3deg);opacity:.8}50%{transform:scale(1.04) rotate(3deg);opacity:1}}
@keyframes v2RouteEnter{from{opacity:.28;transform:translateY(16px) scale(.995)}to{opacity:1;transform:none}}
@keyframes v2Tap{0%,100%{filter:none}50%{filter:brightness(1.22);transform:scale(.975)}}

@media(max-width:980px) and (min-width:761px){
  body.experience-v2 .hero__content{width:56%}
  .v2-hero-deck{width:43vw;right:20px}
}

@media(max-width:760px){
  body.experience-v2 .hero{min-height:auto;padding:198px 15px 18px}
  body.experience-v2 .hero__stage--identity{inset:0 0 auto;height:188px;overflow:visible}
  body.experience-v2 .hero-identity{top:22px;right:calc(50% - 78px);width:156px;height:156px;opacity:.1;transform:rotate(-8deg)}
  body.experience-v2 .hero-identity__mark{width:96px;height:96px}
  body.experience-v2 .hero__content{width:100%;margin-top:0}
  body.experience-v2 .hero h1{font-size:clamp(43px,13vw,55px)}
  body.experience-v2 .hero__content>p:not(.eyebrow){margin:12px 0;font-size:11px;line-height:1.38}
  body.experience-v2 .hero__actions .button--light{min-width:0}
  body.experience-v2 .hero__numbers{margin-top:11px}
  body.experience-v2 .brand-marquee{display:none}

  .v2-hero-deck{top:9px;right:10px;left:10px;width:auto}
  .v2-hero-deck__head{margin-bottom:6px}
  .v2-hero-deck__head>span{display:none}
  .v2-hero-tabs{width:100%;justify-content:stretch;background:rgba(9,12,10,.74)}
  .v2-hero-tabs button{flex:1;min-height:27px;padding:0 5px;font-size:6px}
  .v2-hero-scene{height:147px;border-radius:2px 22px 2px 2px;box-shadow:0 18px 38px rgba(0,0,0,.34)}
  .v2-hero-signature__mark{width:31%;max-width:78px}
  .v2-hero-signature__flare{width:6px;height:6px}
  .v2-hero-signature__flare--two,.v2-hero-signature__flare--three{width:4px;height:4px}
  .v2-hero-signature__flare--five,.v2-hero-signature__flare--six{width:3px;height:3px}

  .v2-kinetic{height:43px;transform:rotate(-1.3deg) scale(1.03)}
  .v2-kinetic__track{gap:15px;animation-duration:21s}
  .v2-kinetic span{font-size:11px}
  .v2-kinetic i{font-size:8px}

  .v2-showcase{padding:76px 12px 67px}
  .v2-showcase__head{display:block;margin-bottom:28px}
  .v2-showcase__head h2{font-size:50px;line-height:.78}
  .v2-showcase__head>p{max-width:330px;margin-top:22px;font-size:11px}
  .v2-showcase__filters{margin:0 -12px 15px;padding:0 12px}
  .v2-showcase__filters button{min-height:39px;padding:0 11px;font-size:7px}
  .v2-product-rail{margin:0 -12px;padding:3px 12px 24px;scroll-padding-inline:12px}
  .v2-product-card{flex-basis:min(78vw,292px);min-height:418px;border-radius:2px 24px 2px 2px;transform:translateY(calc((var(--card-index) % 2) * 7px))}
  .v2-product-card__image{height:202px}
  .v2-product-card__copy{min-height:105px}
  .v2-rail-status{gap:10px}
  .v2-rail-status>div{width:44vw}
  .v2-rail-status span{font-size:6px}

  .v2-brand-stage{padding:0 6px 76px}
  .v2-brand-stage__panel{min-height:820px;border-radius:20px}
  .v2-brand-stage__panel:before{background-size:33.333% 100%}
  .v2-brand-stage__copy{width:calc(100% - 24px);padding-top:41px}
  .v2-brand-stage__copy h2{margin:10px 0 15px;font-size:45px;line-height:.84}
  .v2-brand-stage__copy>p:last-child{max-width:340px;font-size:10px;line-height:1.45}
  .v2-brand-stage__cta{display:none}
  .v2-brand-orbit{top:274px}
  .v2-brand-orbit__track{gap:7px;animation-duration:19s}
  .v2-brand-orbit span{width:122px;height:53px;border-radius:8px}
  .v2-device-wrap{bottom:-12px;width:282px;height:500px}
  .v2-device-glow{width:320px;height:180px;filter:blur(62px)}
  .v2-device{border-width:6px;border-radius:44px 44px 23px 23px}
  .v2-device__speaker{top:6px;width:89px;height:24px}
  .v2-device__screen{inset:4px;border-radius:34px 34px 15px 15px}
  .v2-device__screen>header{height:52px;padding-inline:12px}
  .v2-device__screen>header b{font-size:6px}
  .v2-device-tabs{height:32px}
  .v2-device-scene{height:304px}
  .v2-device-scene__copy{left:12px;right:12px;top:13px}
  .v2-device-scene__copy strong{font-size:24px}
  .v2-device-products{top:84px;height:151px}
  .v2-device-brands{left:9px;right:9px;bottom:10px}
  .v2-device-brands span{height:40px;font-size:5px}
  .v2-device-cta{left:10px;right:10px;bottom:31px;height:43px}
  .v2-device-cta b{width:43px;height:43px}
  .v2-device-progress{bottom:14px}

}

@media(max-width:359px){
  body.experience-v2 .hero{padding-top:188px}
  .v2-hero-deck{top:7px}
  .v2-hero-scene{height:137px}
}

@media(max-width:760px) and (max-height:660px){
  body.experience-v2 .hero{padding-top:160px;padding-bottom:8px}
  body.experience-v2 .hero__stage--identity{height:157px}
  .v2-hero-scene{height:116px}
  .v2-hero-signature__mark{max-width:64px}
  body.experience-v2 .hero h1{font-size:38px}
  body.experience-v2 .hero__content>p:not(.eyebrow){font-size:9px;margin:7px 0}
  body.experience-v2 .hero__actions .button{min-height:37px}
  body.experience-v2 .hero__numbers{margin-top:6px}
  body.experience-v2 .hero__numbers span{padding-top:4px;padding-bottom:4px}
}

@media(prefers-reduced-motion:reduce){
  .v2-kinetic__track{animation:none;transform:none}
  .v2-brand-orbit__track,.v2-device,.v2-device-products img,.v2-device-wrap.is-changing .v2-device-products img,.v2-device-wrap.is-changing .v2-device-scene__copy{animation:none}
  .v2-hero-signature__mark,.v2-hero-signature__flare,.v2-hero-deck.is-switching .v2-hero-signature__mark,.v2-hero-deck.is-switching .v2-hero-signature__flare{animation:none}
  .v2-product-card,.v2-hero-scene{transform:none!important}
  body.experience-v2.v2-reveal-ready .v2-reveal{opacity:1;transform:none}
}

/* V2.6 — edição, centralidade e linguagem própria da Sheeping */
:root{--v2-display:ui-rounded,"SF Pro Rounded","Arial Rounded MT Bold",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
body.experience-v2 .hero h1,
body.experience-v2 .v2-brand-stage__copy h2,
body.experience-v2 .v2-showcase__head h2,
body.experience-v2 .section-title h2,
body.experience-v2 .freight-copy h2,
body.experience-v2 .catalog-hero h1{font-family:var(--v2-display)}
body.experience-v2 .eyebrow{display:flex;align-items:center;justify-content:center;gap:8px;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:9px;letter-spacing:.11em}
body.experience-v2 .eyebrow:before{content:"";display:block;width:8px;height:8px;flex:none;background:currentColor;clip-path:polygon(50% 0,61% 39%,100% 50%,61% 61%,50% 100%,39% 61%,0 50%,39% 39%)}
body.experience-v2 .eyebrow i{display:none}
body.experience-v2 .section-title{max-width:760px;margin-right:auto;margin-left:auto;text-align:center}
body.experience-v2 .section-title h2,
body.experience-v2 .freight-copy h2{font-size:clamp(44px,5vw,62px);line-height:.9}

/* Uma única paleta de marca; categorias mudam conteúdo, não identidade */
.v2-hero-deck[data-v2-mode="perfumes"],
.v2-hero-deck[data-v2-mode="shirts"]{--scene-accent:var(--v2-acid);--scene-accent-2:var(--v2-green-bright);--scene-ink:#07130d}
.v2-device-wrap[data-v2-phone-mode="perfumes"],
.v2-device-wrap[data-v2-phone-mode="shirts"]{--device-accent:var(--v2-acid);--device-accent-soft:#dfff9f}
.v2-product-card--perfumes,
.v2-product-card--shirts{--card-accent:var(--v2-acid);background:var(--v2-paper)}
body.experience-v2 .product-card--Perfumes .product-card__image,
body.experience-v2 .product-card--Camisetas-de-Time .product-card__image{background:var(--v2-paper-2)}
body.experience-v2 .product-card--Perfumes .product-card__price button,
body.experience-v2 .product-card--Camisetas-de-Time .product-card__price button{background:var(--v2-ink)}

/* Menos efeitos concorrentes */
.v2-hero-scene{border-radius:28px;box-shadow:0 22px 48px rgba(0,0,0,.28);transform:none}
.v2-product-card{border-radius:20px;transform:none;transform-style:flat}
.v2-product-card:hover,.v2-product-card:focus-visible{transform:none}
.v2-product-card:hover .v2-product-card__image:before,
.v2-product-card:hover .v2-product-card__image img,
.v2-product-card:focus-visible .v2-product-card__image img,
.v2-product-card:hover .v2-product-card__price i{transform:none}
.v2-scroll-progress{display:none}
body.experience-v2.v2-reveal-ready .v2-reveal,
body.experience-v2 .v2-reveal{opacity:1;transform:none;transition:none}
body.experience-v2 .focus-card,
body.experience-v2 .focus-card:hover{clip-path:none;transform:none;box-shadow:none}
body.experience-v2 .focus-card__cta:after{display:none}

/* Mockup como momento principal de branding, sem outro carrossel competindo */
.v2-brand-stage{padding:0 12px 58px}
.v2-brand-stage__panel{min-height:800px;border-radius:32px;background:radial-gradient(circle at 50% 100%,rgba(15,104,68,.1),transparent 35%),#f5f5f1}
.v2-brand-stage__panel:before{background:none}
.v2-brand-stage__panel:after{content:"";position:absolute;left:50%;top:48%;z-index:0;width:510px;height:510px;background:url("assets/hero/sheeping-mark-v1.webp") center/contain no-repeat;opacity:.025;transform:translate(-50%,-50%);pointer-events:none}
.v2-brand-stage__copy{padding-top:46px}
.v2-brand-stage__copy h2{margin:12px 0 15px;font-size:clamp(56px,6.4vw,88px);font-weight:700;line-height:.86}
.v2-brand-stage__copy h2 em{background:none;color:var(--v2-green)}
.v2-brand-orbit{top:278px;overflow-x:auto;padding:0 20px;-webkit-mask-image:none;mask-image:none;scrollbar-width:none}
.v2-brand-orbit::-webkit-scrollbar{display:none}
.v2-brand-orbit__track{width:max-content;gap:8px;animation:none}
.v2-brand-orbit span{width:150px;height:62px;border-radius:16px;transform:none;background:rgba(255,255,255,.84)}
.v2-brand-orbit span:nth-child(even){transform:none}
.v2-device-wrap{bottom:-42px;transform:translateX(-50%) scale(.88);transform-origin:bottom center}
.v2-device{animation:none}
.v2-device-products img{animation:none}
.v2-device-wrap.is-changing .v2-device-products img{animation:v2DeviceProductEnter .48s cubic-bezier(.18,.85,.25,1) both;animation-delay:calc(var(--phone-product) * .06s)}

/* Vitrine mais curta e centralizada */
.v2-showcase{padding:78px max(18px,calc((100vw - 1240px)/2)) 70px}
.v2-showcase__head{display:block;max-width:830px;margin:0 auto 34px;text-align:center}
.v2-showcase__head h2{font-size:clamp(54px,6.2vw,78px);line-height:.86}
.v2-showcase__head>p{max-width:420px;margin:18px auto 0}
.v2-showcase__filters{justify-content:center;margin-bottom:18px}
.v2-showcase__filters button{border-radius:10px;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;letter-spacing:.06em}
.v2-product-card{flex-basis:292px;min-height:424px}
.v2-product-card__image{height:202px}

/* Categorias compactas, coesas e centradas */
body.experience-v2 .focus-section{padding:70px clamp(18px,5vw,64px)}
body.experience-v2 .focus-section .section-title{max-width:760px;margin:0 auto 34px}
body.experience-v2 .focus-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
body.experience-v2 .focus-card,
body.experience-v2 .focus-card--pods,
body.experience-v2 .focus-card--perfumes,
body.experience-v2 .focus-card--shirts{grid-column:auto;grid-row:auto;min-height:370px;border-radius:24px;padding:24px;text-align:center;color:#fff;border-color:rgba(15,104,68,.25);background:var(--v2-green)}
body.experience-v2 .focus-card--pods:before,
body.experience-v2 .focus-card--perfumes:before,
body.experience-v2 .focus-card--shirts:before{background:linear-gradient(180deg,rgba(3,17,11,.05),rgba(3,17,11,.28) 36%,rgba(3,17,11,.94) 88%)}
body.experience-v2 .focus-card__content,
body.experience-v2 .focus-card--shirts .focus-card__content{align-items:center;max-width:100%;text-align:center}
body.experience-v2 .focus-card__tag,
body.experience-v2 .focus-card--perfumes .focus-card__tag{border-color:var(--v2-acid);background:var(--v2-acid);color:var(--v2-ink)}
body.experience-v2 .focus-card strong,
body.experience-v2 .focus-card--pods strong,
body.experience-v2 .focus-card--perfumes strong,
body.experience-v2 .focus-card--shirts strong{margin:13px 0 8px;font-size:clamp(34px,3.5vw,48px);line-height:.86}
body.experience-v2 .focus-card p{max-width:330px;min-height:54px;font-size:11px}
body.experience-v2 .focus-card__cta{margin-top:12px;border-color:rgba(255,255,255,.55);color:#fff}
body.experience-v2 .focus-card__shirts{top:12px;height:166px}
body.experience-v2 .focus-card--shirts{padding-top:170px}

/* Guia sem outro carrossel e sem repetir o frete */
body.experience-v2 .buying-guide{padding:70px max(16px,calc((100vw - 1120px)/2))}
body.experience-v2 .buying-guide .section-title{max-width:700px;margin:0 auto 30px}
body.experience-v2 .buying-guide__rail{display:grid;grid-template-columns:1.18fr .82fr;gap:10px;overflow:visible;padding:0}
body.experience-v2 .buying-card,
body.experience-v2 .buying-card--volume{width:auto;min-width:0;min-height:370px;flex-basis:auto;scroll-snap-align:none;border-radius:24px}
body.experience-v2 .buying-card--volume{min-height:300px}
body.experience-v2 .buying-guide__dots{display:none}

/* Frete, confiança e dúvidas: um fechamento compacto */
body.experience-v2 .home-tools{margin:58px auto;padding:48px;border-radius:28px}
body.experience-v2 .freight-copy{text-align:center}
body.experience-v2 .freight-copy .eyebrow{justify-content:center}
body.experience-v2 .faq-section{max-width:1120px;padding:0 18px 70px}
body.experience-v2 .faq-section .section-title{margin-bottom:30px}
body.experience-v2 .faq-section .trust-grid{margin-bottom:38px}
body.experience-v2 .trust-grid div{text-align:center}

@media(max-width:760px){
  body.experience-v2 .hero{padding:178px 15px 24px}
  body.experience-v2 .hero__content{align-items:center;text-align:center}
  body.experience-v2 .hero__content>.eyebrow{display:flex}
  body.experience-v2 .hero h1{max-width:360px;font-size:clamp(44px,12.3vw,52px);line-height:.84}
  body.experience-v2 .hero__content>p:not(.eyebrow){max-width:330px;margin:14px auto;font-size:11px}
  body.experience-v2 .hero__actions{justify-content:center}
  .v2-hero-scene{border-radius:24px}

  .v2-market-match{width:100%;padding:0 15px 30px}
  .v2-market-match__card{grid-template-columns:1fr;align-items:start;width:100%;gap:10px;padding:18px 20px;border-radius:24px;text-align:left}
  .v2-market-match__brand{display:flex;align-items:center;justify-items:start;gap:8px;text-align:left}
  .v2-market-match__brand img{width:32px;height:32px}
  .v2-market-match__copy{gap:7px}
  .v2-market-match__copy strong{font-size:29px;line-height:.9}
  .v2-market-match__copy>span{max-width:315px;font-size:11px;line-height:1.4}
  .v2-market-match__action{width:100%;min-height:42px;padding:0 15px;font-size:7px}

  .v2-price-summary{padding:42px 12px}
  .v2-price-summary__card{padding:20px 17px;border-radius:24px}
  .v2-price-summary__card h2{max-width:315px;font-size:32px}
  .v2-price-summary__tiers{gap:5px;margin:17px 0 8px}
  .v2-price-summary__tiers>span{padding:10px 4px;border-radius:11px}
  .v2-price-summary__tiers b{font-size:21px}
  .v2-price-summary__tiers small{font-size:7px}
  .v2-price-summary__card>p{max-width:315px;margin-top:7px;font-size:10px;line-height:1.4}

  .v2-brand-stage{padding:0 6px 34px}
  .v2-brand-stage__panel{min-height:720px;border-radius:28px}
  .v2-brand-stage__panel:after{width:330px;height:330px}
  .v2-brand-stage__copy{padding-top:32px}
  .v2-brand-stage__copy h2{max-width:340px;margin:9px auto 12px;font-size:39px;line-height:.9}
  .v2-brand-stage__copy>p:last-child{max-width:310px;font-size:10px}
  .v2-brand-orbit{top:205px;padding:0 12px}
  .v2-brand-orbit span{width:112px;height:48px;border-radius:12px}
  .v2-device-wrap{bottom:-17px;transform:translateX(-50%) scale(.84);transform-origin:bottom center}

  .v2-showcase{padding:62px 12px 56px}
  .v2-showcase__head{margin-bottom:24px;text-align:center}
  .v2-showcase__head h2{max-width:350px;margin:8px auto 0;font-size:40px;line-height:.9}
  .v2-showcase__head>p{max-width:310px;margin:14px auto 0;font-size:10px}
  .v2-showcase__filters{justify-content:flex-start;margin:0 -12px 14px;padding:0 12px}
  .v2-product-card{flex-basis:min(76vw,278px);min-height:394px;border-radius:20px}
  .v2-product-card__image{height:185px}
  .v2-product-card__copy{min-height:100px}

  body.experience-v2 .section-title,
  body.experience-v2 .focus-section .section-title,
  body.experience-v2 .buying-guide .section-title{max-width:340px;margin-right:auto;margin-left:auto;text-align:center}
  body.experience-v2 .section-title h2,
  body.experience-v2 .freight-copy h2{font-size:38px;line-height:.92}
  body.experience-v2 .focus-section{padding:56px 12px}
  body.experience-v2 .focus-grid{grid-template-columns:1fr;gap:8px}
  body.experience-v2 .focus-card,
  body.experience-v2 .focus-card--pods,
  body.experience-v2 .focus-card--perfumes{min-height:255px;border-radius:20px;padding:18px}
  body.experience-v2 .focus-card strong,
  body.experience-v2 .focus-card--pods strong,
  body.experience-v2 .focus-card--perfumes strong{font-size:35px}
  body.experience-v2 .focus-card p{min-height:0;font-size:10px}
  body.experience-v2 .focus-card--shirts{min-height:285px;padding:132px 18px 18px}
  body.experience-v2 .focus-card--shirts strong{font-size:32px}
  body.experience-v2 .focus-card__shirts{height:130px}

  body.experience-v2 .buying-guide{padding:58px 12px}
  body.experience-v2 .buying-guide__rail{grid-template-columns:1fr;gap:8px;margin:0;padding:0}
  body.experience-v2 .buying-card,
  body.experience-v2 .buying-card--volume{min-height:360px;border-radius:20px;padding:19px}
  body.experience-v2 .buying-card--volume{min-height:280px}
  body.experience-v2 .buying-card--mixed{min-height:305px}

  body.experience-v2 .home-tools{margin:42px 12px;padding:30px 17px;text-align:center}
  body.experience-v2 .freight-copy p:not(.eyebrow){max-width:315px;margin-right:auto;margin-left:auto}
  body.experience-v2 .faq-section{padding:0 12px 54px}
  body.experience-v2 .faq-section .trust-grid{margin-bottom:28px}
  body.experience-v2 .trust-grid div{padding:15px 7px;text-align:center}
  body.experience-v2 .catalog-hero{text-align:center}
  body.experience-v2 .catalog-hero .eyebrow{justify-content:center}
  body.experience-v2 .catalog-hero>p:last-child{margin-right:auto;margin-left:auto}
}

/* V2.7 — compactação final, contraste e ritmo mobile */
body.experience-v2 .focus-card .focus-card__tag{
  border-color:var(--v2-acid)!important;
  background:var(--v2-acid)!important;
  color:var(--v2-ink)!important;
}
body.experience-v2 .focus-card .focus-card__cta{
  min-height:38px;
  border:0!important;
  border-radius:10px;
  padding:12px 15px;
  background:var(--v2-acid)!important;
  color:var(--v2-ink)!important;
}
body.experience-v2 .focus-card strong{color:#fff!important;text-shadow:0 3px 18px rgba(0,0,0,.28)}
body.experience-v2 .focus-card p{color:rgba(255,255,255,.94)!important;text-shadow:0 2px 10px rgba(0,0,0,.22)}

@media(max-width:760px){
  .v2-showcase{padding:48px 12px 44px}
  .v2-showcase__head{margin-bottom:18px}
  .v2-showcase__head h2{font-size:37px}
  .v2-showcase__filters{margin-bottom:10px}
  .v2-product-card{flex-basis:min(74vw,270px);min-height:360px}
  .v2-product-card__image{height:165px}
  .v2-product-card__copy{min-height:88px;padding-top:16px;padding-bottom:13px}

  body.experience-v2 .focus-section{padding:46px 12px}
  body.experience-v2 .focus-section .section-title{margin-bottom:22px}
  body.experience-v2 .focus-card,
  body.experience-v2 .focus-card--pods,
  body.experience-v2 .focus-card--perfumes{min-height:235px;padding:15px}
  body.experience-v2 .focus-card strong,
  body.experience-v2 .focus-card--pods strong,
  body.experience-v2 .focus-card--perfumes strong{margin:9px 0 6px;font-size:31px}
  body.experience-v2 .focus-card p{max-width:300px;font-size:9px;line-height:1.35}
  body.experience-v2 .focus-card .focus-card__tag{padding:6px 8px;font-size:7px}
  body.experience-v2 .focus-card .focus-card__cta{min-height:34px;margin-top:8px;padding:10px 12px;font-size:7px}
  body.experience-v2 .focus-card--shirts{min-height:250px;padding:98px 15px 15px}
  body.experience-v2 .focus-card--shirts strong{margin:8px 0 5px;font-size:27px}
  body.experience-v2 .focus-card__shirts{top:8px;left:8px;right:8px;height:96px}

  body.experience-v2 .buying-guide{padding:46px 12px}
  body.experience-v2 .buying-guide .section-title{margin-bottom:20px}
  body.experience-v2 .buying-card,
  body.experience-v2 .buying-card--volume{min-height:350px;padding:17px}
  body.experience-v2 .buying-card--volume{min-height:272px}
  body.experience-v2 .buying-card--mixed{min-height:270px}
  body.experience-v2 .buying-card h3{font-size:21px}
  body.experience-v2 .mixed-visual{margin:24px 0 18px}

  body.experience-v2 .home-tools{margin:32px 12px;padding:25px 16px}
  body.experience-v2 .home-tools .freight-copy h2{font-size:34px}
  body.experience-v2 .faq-section{padding-bottom:44px}
  body.experience-v2 .faq-section .section-title{margin-bottom:22px}
  body.experience-v2 .faq-section .trust-grid{margin-bottom:22px}
  body.experience-v2 .trust-grid div{padding:12px 7px}
  body.experience-v2 .faq-list summary{min-height:54px;padding:14px 0}
}

@media(max-width:380px){
  .v2-market-match{width:100%;padding-inline:12px}
  .v2-market-match__card{width:100%;padding:16px 17px;border-radius:22px}
  .v2-market-match__copy strong{font-size:27px}
  .v2-market-match__copy>span{font-size:10px}
}

@media(prefers-reduced-motion:reduce){
  .v2-market-match__card{animation:none}
}

/* V2.8 — cada linha do catálogo conta sua própria história */
.v2-sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.v2-hero-deck{--scene-wash:rgba(183,255,60,.17)}
.v2-hero-deck[data-v2-mode="perfumes"]{--scene-wash:rgba(142,255,197,.16)}
.v2-hero-deck[data-v2-mode="shirts"]{--scene-wash:rgba(72,196,129,.18)}
.v2-hero-tabs button{position:relative;overflow:hidden;transition:color .25s ease,background-color .25s ease,transform .25s ease}
.v2-hero-tabs button:active{transform:scale(.97)}
.v2-hero-scene{isolation:isolate;background:radial-gradient(circle at 50% 50%,var(--scene-wash),transparent 42%),linear-gradient(145deg,rgba(255,255,255,.035),rgba(255,255,255,.006) 58%),#101713}
.v2-hero-scene:after{content:"";position:absolute;inset:-40%;z-index:1;pointer-events:none;background:linear-gradient(110deg,transparent 37%,rgba(255,255,255,.12) 49%,transparent 61%);opacity:0;transform:translateX(-42%) rotate(8deg)}
.v2-hero-deck.is-switching .v2-hero-scene:after{animation:v2HeroSceneSweep .7s ease-out both}
.v2-hero-deck.is-switching .v2-hero-scene{animation:v2HeroSceneShift .55s cubic-bezier(.2,.8,.2,1) both}
body.experience-v2 .hero__content.is-changing .eyebrow,
body.experience-v2 .hero__content.is-changing h1,
body.experience-v2 .hero__content.is-changing>p:not(.eyebrow),
body.experience-v2 .hero__content.is-changing .hero__actions{animation:v2HeroCopyItem .48s cubic-bezier(.2,.8,.2,1) both}
body.experience-v2 .hero__content.is-changing h1{animation-delay:.04s}
body.experience-v2 .hero__content.is-changing>p:not(.eyebrow){animation-delay:.08s}
body.experience-v2 .hero__content.is-changing .hero__actions{animation-delay:.12s}
body.experience-v2 .hero__numbers span{transition:color .28s ease,background-color .28s ease,opacity .28s ease}
body.experience-v2 .hero__numbers span:not(.is-active){opacity:.52}
body.experience-v2 .hero__numbers span.is-active{background:rgba(183,255,60,.075);color:#fff;opacity:1}
body.experience-v2 .hero__numbers span.is-active b{color:var(--v2-acid);animation:v2HeroStatPop .4s cubic-bezier(.2,.8,.2,1) both}

@keyframes v2HeroCopyItem{
  0%{opacity:0;transform:translateY(12px)}
  100%{opacity:1;transform:translateY(0)}
}
@keyframes v2HeroSceneShift{
  0%{filter:brightness(.82);transform:scale(.985)}
  100%{filter:brightness(1);transform:scale(1)}
}
@keyframes v2HeroSceneSweep{
  0%{opacity:0;transform:translateX(-42%) rotate(8deg)}
  35%{opacity:1}
  100%{opacity:0;transform:translateX(42%) rotate(8deg)}
}
@keyframes v2HeroStatPop{
  0%{transform:translateY(4px);opacity:.6}
  100%{transform:translateY(0);opacity:1}
}

@media(max-width:760px){
  body.experience-v2 .hero__content[data-v2-copy-mode="perfumes"] h1{font-size:clamp(39px,10.8vw,47px)}
  body.experience-v2 .hero__content[data-v2-copy-mode="shirts"] h1{font-size:clamp(41px,11.3vw,49px)}
  body.experience-v2 .hero__numbers span.is-active{box-shadow:inset 0 2px var(--v2-acid)}
}

@media(prefers-reduced-motion:reduce){
  .v2-hero-deck.is-switching .v2-hero-scene,
  .v2-hero-deck.is-switching .v2-hero-scene:after,
  body.experience-v2 .hero__content.is-changing .eyebrow,
  body.experience-v2 .hero__content.is-changing h1,
  body.experience-v2 .hero__content.is-changing>p:not(.eyebrow),
  body.experience-v2 .hero__content.is-changing .hero__actions,
  body.experience-v2 .hero__numbers span.is-active b{animation:none}
}

/* V2.9 — palco de marcas aberto, sem moldura de celular */
.v2-brand-stage{padding:0 12px 58px}
.v2-brand-stage__panel{
  min-height:0;
  padding-bottom:34px;
  border-radius:32px;
  background:radial-gradient(circle at 50% 72%,rgba(15,104,68,.1),transparent 34%),#f5f5f1;
}
.v2-brand-stage__panel:after{top:62%;width:470px;height:470px;opacity:.022}
.v2-brand-stage__copy{padding-top:44px}
.v2-brand-stage__copy h2{margin:12px 0 14px;font-size:clamp(54px,6.2vw,86px)}

.v2-brand-orbit{
  position:relative;
  inset:auto;
  z-index:5;
  height:62px;
  margin:34px 0 4px;
  padding:0;
  overflow:hidden;
  pointer-events:none;
  -webkit-mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);
  mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);
}
.v2-brand-orbit__track{gap:30px;animation:v2BrandOrbit 28s linear infinite;will-change:translate}
.v2-brand-orbit span,
.v2-brand-orbit span:nth-child(even){
  width:145px;
  height:58px;
  border:0;
  border-radius:0;
  background:transparent;
  backdrop-filter:none;
  transform:none;
}
.v2-brand-orbit img{width:88%;height:72%;opacity:.47}

.v2-brand-showcase{
  position:relative;
  z-index:5;
  width:min(960px,calc(100% - 36px));
  min-height:420px;
  margin:0 auto;
  padding:17px 34px 22px;
  overflow:hidden;
  isolation:isolate;
  text-align:center;
}
.v2-brand-showcase:before{
  content:"";
  position:absolute;
  left:10%;
  right:10%;
  bottom:65px;
  height:80px;
  z-index:-1;
  border-radius:50%;
  background:rgba(183,255,60,.18);
  filter:blur(56px);
}
.v2-brand-showcase__copy{position:relative;z-index:6;display:grid;justify-items:center}
.v2-brand-showcase__copy small{color:var(--v2-green);font:900 8px/1 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.15em}
.v2-brand-showcase__copy h3{max-width:700px;margin:8px 0 7px;font-family:var(--v2-display);font-size:clamp(36px,4.3vw,54px);line-height:.9;letter-spacing:-.06em}
.v2-brand-showcase__copy p{max-width:460px;margin:0;color:#737973;font-size:11px;line-height:1.45}
.v2-brand-showcase__scene{position:relative;z-index:2;height:238px;margin-top:3px}
.v2-brand-showcase__watermark{position:absolute;left:50%;top:50%;width:250px;height:250px;object-fit:contain;opacity:.035;transform:translate(-50%,-50%);filter:grayscale(1)}
.v2-brand-showcase__products{position:absolute;inset:0;margin:auto;width:min(760px,100%)}
.v2-brand-showcase__products img{
  position:absolute;
  bottom:2%;
  left:34%;
  z-index:3;
  width:32%;
  height:98%;
  object-fit:contain;
  filter:drop-shadow(0 24px 20px rgba(9,12,10,.18));
  transform-origin:center bottom;
  animation:v2BrandProductFloat 4.6s ease-in-out infinite;
  animation-delay:calc(var(--stage-product) * -.7s);
}
.v2-brand-showcase__products img:first-child{left:4%;z-index:2;width:29%;height:82%;transform:rotate(-6deg)}
.v2-brand-showcase__products img:nth-child(3){right:3%;left:auto;z-index:2;width:31%;height:85%;transform:rotate(6deg)}
.v2-brand-showcase.is-changing .v2-brand-showcase__products img{animation:v2BrandProductEnter .66s cubic-bezier(.18,.84,.22,1) both;animation-delay:calc(var(--stage-product) * .07s)}
.v2-brand-showcase.is-changing .v2-brand-showcase__copy{animation:v2BrandCopyEnter .46s ease both}
.v2-brand-showcase__names{position:relative;z-index:6;margin:1px 0 14px;color:#697069;font:850 7px/1 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.11em}
.v2-brand-showcase__names i{margin:0 9px;color:var(--v2-green);font-style:normal}
.v2-brand-showcase__footer{position:relative;z-index:7;display:flex;align-items:center;justify-content:center;gap:28px}
.v2-brand-showcase__tabs{display:flex;align-items:center;gap:20px}
.v2-brand-showcase__tabs button{min-height:34px;border:0;border-bottom:2px solid transparent;border-radius:0;padding:0 2px;background:transparent;color:#7b817b;font:900 7px/1 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.09em;cursor:pointer;transition:color .22s ease,border-color .22s ease}
.v2-brand-showcase__tabs button[aria-selected="true"]{border-color:var(--v2-green);color:var(--v2-green)}
.v2-brand-showcase__cta{display:flex;align-items:center;justify-content:space-between;gap:22px;min-width:180px;min-height:44px;border-radius:999px;padding:0 15px 0 18px;background:var(--v2-acid);color:var(--v2-ink);font:900 7px/1 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.09em;text-decoration:none}
.v2-brand-showcase__cta b{font-size:17px;transition:transform .22s ease}
.v2-brand-showcase__cta:hover b,.v2-brand-showcase__cta:focus-visible b{transform:translate(2px,-2px)}

@keyframes v2BrandProductFloat{
  0%,100%{translate:0 2px}
  50%{translate:0 -8px}
}
@keyframes v2BrandProductEnter{
  from{opacity:0;transform:translateY(42px) rotate(5deg) scale(.82)}
  to{opacity:1;transform:translateY(0) rotate(0) scale(1)}
}
@keyframes v2BrandCopyEnter{
  from{opacity:0;transform:translateY(9px)}
  to{opacity:1;transform:none}
}

@media(max-width:760px){
  .v2-brand-stage{padding:0 6px 48px}
  .v2-brand-stage__panel{padding-bottom:24px;border-radius:20px}
  .v2-brand-stage__panel:after{top:61%;width:330px;height:330px}
  .v2-brand-stage__copy{width:calc(100% - 24px);padding-top:36px}
  .v2-brand-stage__copy h2{margin:9px 0 12px;font-size:42px;line-height:.86}
  .v2-brand-stage__copy>p:last-child{max-width:320px;font-size:10px}

  .v2-brand-orbit{height:50px;margin:25px 0 3px}
  .v2-brand-orbit__track{gap:18px;animation-duration:22s}
  .v2-brand-orbit span,.v2-brand-orbit span:nth-child(even){width:112px;height:48px}
  .v2-brand-orbit img{width:90%;height:70%}

  .v2-brand-showcase{width:calc(100% - 18px);min-height:388px;padding:14px 8px 17px}
  .v2-brand-showcase:before{left:6%;right:6%;bottom:72px;height:64px;filter:blur(42px)}
  .v2-brand-showcase__copy small{font-size:6.5px}
  .v2-brand-showcase__copy h3{max-width:330px;margin:7px 0 6px;font-size:31px;line-height:.9}
  .v2-brand-showcase__copy p{max-width:300px;font-size:9px;line-height:1.4}
  .v2-brand-showcase__scene{height:210px;margin-top:2px}
  .v2-brand-showcase__watermark{width:190px;height:190px}
  .v2-brand-showcase__products{width:100%}
  .v2-brand-showcase__products img{left:31%;width:38%;height:98%}
  .v2-brand-showcase__products img:first-child{left:-1%;width:35%;height:76%}
  .v2-brand-showcase__products img:nth-child(3){right:-2%;width:36%;height:80%}
  .v2-brand-showcase__names{margin:0 0 9px;font-size:6px;letter-spacing:.07em}
  .v2-brand-showcase__names i{margin:0 5px}
  .v2-brand-showcase__footer{display:grid;grid-template-columns:1fr;gap:8px}
  .v2-brand-showcase__tabs{justify-content:space-between;width:100%;gap:5px;padding:0 8px}
  .v2-brand-showcase__tabs button{min-height:31px;font-size:6.5px}
  .v2-brand-showcase__cta{width:100%;min-height:42px;padding-inline:16px}
}

@media(prefers-reduced-motion:reduce){
  .v2-brand-orbit__track,.v2-brand-showcase__products img,.v2-brand-showcase.is-changing .v2-brand-showcase__products img,.v2-brand-showcase.is-changing .v2-brand-showcase__copy{animation:none}
}
