.pec-standalone-document, .pec-standalone-body { width:100%; height:100%; min-height:100%; overflow:hidden !important; margin:0 !important; padding:0 !important; background:#000 !important; overscroll-behavior:none; }
.pec-shell, .pec-shell * { box-sizing: border-box; }
.pec-shell [hidden] { display: none !important; }
html.pec-lock, html.pec-lock body { overflow: hidden !important; overscroll-behavior: none; }
html.pec-lock .pec-reader { overflow: hidden !important; touch-action: none; }

.pec-shell {
    --red: #ed1c24;
    --black: #050505;
    position: fixed !important;
    z-index: 2147480000 !important;
    inset: 0 !important;
    width: 100vw;
    height: var(--pec-viewport-height, 100dvh) !important;
    max-width: none !important;
    margin: 0 calc(50% - 50vw) !important;
    overflow: hidden;
    color: #fff;
    background: #000;
    font-family: Inter, Montserrat, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}

.pec-shell button { appearance:none; -webkit-appearance:none; font:inherit; text-transform:none; box-shadow:none; }
.pec-shell button, .pec-shell a { -webkit-tap-highlight-color: transparent; }

/* Cadastro obrigatório do visitante */
.pec-lead-gate { position: fixed; z-index: 2147483600; inset: 0; min-height: var(--pec-viewport-height, 100dvh); overflow-y: auto; display: grid; place-items: center; isolation: isolate; padding: clamp(18px, 4vw, 54px); color: #fff; background: radial-gradient(circle at 76% 24%, rgba(237,28,36,.23), transparent 28%), linear-gradient(135deg, #030303, #141414 58%, #080808); }
.pec-lead-gate__grid { position: fixed; z-index: -1; inset: 0; opacity: .15; background-image: linear-gradient(rgba(255,255,255,.065) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.065) 1px, transparent 1px); background-size: 52px 52px; }
.pec-lead-gate > article { width: min(1080px, 100%); border: 1px solid rgba(255,255,255,.16); background: rgba(5,5,5,.86); box-shadow: 0 45px 140px rgba(0,0,0,.62); backdrop-filter: blur(18px); animation: pecConfirmIn .55s cubic-bezier(.2,.8,.2,1) both; }
.pec-lead-gate header { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 20px clamp(24px, 4vw, 46px); border-bottom: 1px solid rgba(255,255,255,.11); }
.pec-lead-gate header img { width: clamp(125px, 14vw, 185px); filter: brightness(0) invert(1); }
.pec-lead-gate header span { display: flex; align-items: center; gap: 9px; color: rgba(255,255,255,.53); font-size: 8px; font-weight: 800; letter-spacing: .16em; }
.pec-lead-gate header i { width: 7px; height: 7px; border-radius: 50%; background: #20c36b; box-shadow: 0 0 0 5px rgba(32,195,107,.11); }
.pec-lead-gate__layout { display: grid; grid-template-columns: .95fr 1.05fr; }
.pec-lead-gate__copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(34px, 5vw, 68px); border-right: 1px solid rgba(255,255,255,.1); }
.pec-lead-gate__copy > small { color: var(--red); font-size: 9px; font-weight: 900; letter-spacing: .2em; }
.pec-lead-gate__copy h1 { margin: 13px 0 20px; font-size: clamp(54px, 6vw, 86px); font-weight: 950; letter-spacing: -.045em; line-height: .82; text-transform: uppercase; }
.pec-lead-gate__copy > p { max-width: 420px; margin: 0; color: rgba(255,255,255,.55); font-size: 12px; line-height: 1.7; }
.pec-lead-gate__copy > div { display: grid; grid-template-columns: 26px 1fr; gap: 8px 10px; margin-top: 35px; }
.pec-lead-gate__copy > div b { width: 25px; height: 25px; display: grid; place-items: center; color: #fff; border: 1px solid rgba(237,28,36,.7); border-radius: 50%; font-size: 7px; }
.pec-lead-gate__copy > div span { align-self: center; color: rgba(255,255,255,.68); font-size: 9px; font-weight: 700; text-transform: uppercase; }
.pec-lead-form { display: grid; align-content: center; gap: 13px; padding: clamp(28px, 5vw, 62px); }
.pec-lead-form label { display: grid; gap: 7px; }
.pec-lead-form label > span { color: rgba(255,255,255,.48); font-size: 7px; font-weight: 900; letter-spacing: .15em; }
.pec-lead-form input { width: 100%; height: 52px; border: 1px solid rgba(255,255,255,.18); outline: 0; padding: 0 15px; color: #fff; background: rgba(255,255,255,.06); font-size: 13px; }
.pec-lead-form input:focus { border-color: var(--red); }
.pec-lead-form__event input { color: rgba(255,255,255,.6); border-style: dashed; }
.pec-lead-form .pec-lead-form__honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.pec-lead-form__error { margin: 0; padding: 10px 12px; color: #ffbbc0; border-left: 3px solid var(--red); background: rgba(237,28,36,.11); font-size: 9px; }
.pec-lead-form > button { min-height: 55px; display: flex; align-items: center; justify-content: space-between; gap: 15px; border: 0; padding: 0 20px; color: #fff; background: var(--red); font-size: 8px; font-weight: 900; letter-spacing: .12em; cursor: pointer; }
.pec-lead-form > button i { font-size: 20px; font-style: normal; }
.pec-lead-form > small { color: rgba(255,255,255,.35); font-size: 7px; line-height: 1.55; }

/* Abertura */
.pec-intro {
    position: fixed;
    inset: 0;
    z-index: 2147482000;
    min-height: 100dvh;
    overflow: hidden;
    display: grid;
    place-items: center;
    isolation: isolate;
    background: #000;
    transition: opacity .55s ease, visibility .55s ease;
}
.pec-intro.is-gone { opacity: 0; visibility: hidden; pointer-events: none; }
.pec-intro__background-video, .pec-intro__video { position: absolute; inset: 0; width: 100vw; height: 100dvh; object-fit: contain; background: #000; }
.pec-intro__background-video { z-index: 0; object-fit: cover; }
.pec-intro__video { z-index: 2; }
.pec-intro__provisional { position: absolute; z-index: 1; inset: 0; overflow: hidden; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 5vw; padding: 100px 7vw 120px; background: radial-gradient(circle at 25% 42%, rgba(237,28,36,.24), transparent 28%), linear-gradient(118deg, #060606, #171717 57%, #040404); background-position: center; background-size: cover; }
.pec-intro__beam { position: absolute; z-index: 0; width: 70vw; height: 8vh; background: linear-gradient(90deg, transparent, rgba(237,28,36,.55), transparent); filter: blur(22px); transform: rotate(-32deg); animation: pecBeam 5s ease-in-out infinite alternate; }
.pec-intro__beam--one { top: 20%; right: -22vw; }
.pec-intro__beam--two { bottom: 8%; left: -25vw; opacity: .35; animation-delay: -2s; }
.pec-intro__logo { position: absolute; z-index: 4; top: 34px; left: 7vw; width: clamp(130px, 14vw, 210px); filter: brightness(0) invert(1); }
.pec-intro__character { position: relative; z-index: 2; justify-self: end; width: min(520px, 42vw); }
.pec-intro__product { position: relative; z-index: 2; width: 100%; max-height: 68dvh; object-fit: contain; box-shadow: 0 44px 100px rgba(0,0,0,.64); transform: rotate(-1.5deg); animation: pecProduct .9s both; }
.pec-intro__copy { position: relative; z-index: 3; max-width: 650px; }
.pec-intro__copy p { margin: 0 0 12px; color: var(--red); font-size: 12px; font-weight: 900; letter-spacing: .24em; }
.pec-intro__copy h1 { margin: 0; font-size: clamp(58px, 7.7vw, 116px); font-weight: 950; line-height: .82; letter-spacing: -.055em; text-transform: uppercase; }
.pec-intro__copy h1 .pec-intro__title { display: block; color: #fff; }
.pec-intro__copy h1 em { display: block; margin-top: 10px; color: transparent; font-size: .65em; font-style: normal; -webkit-text-stroke: 1.5px #fff; }
.pec-intro__copy strong { display: block; max-width: 470px; margin-top: 25px; color: rgba(255,255,255,.62); font-size: 17px; font-weight: 500; line-height: 1.6; }
.pec-start { position: absolute; z-index: 8; left: 7vw; bottom: 42px; display: flex; align-items: center; gap: 11px; min-height: 54px; padding: 0 22px; border: 0; color: #fff; background: var(--red); font-size: 11px; font-weight: 900; letter-spacing: .14em; cursor: pointer; }
.pec-start i { width: 0; height: 0; border-left: 10px solid #fff; border-top: 6px solid transparent; border-bottom: 6px solid transparent; }
.pec-intro__progress { position: absolute; z-index: 8; left: 7vw; right: 7vw; bottom: 21px; height: 3px; overflow: hidden; background: rgba(255,255,255,.12); }
.pec-intro__progress span { display: block; width: 0; height: 100%; background: var(--red); }
.pec-enter { position: absolute; z-index: 10; inset: auto 0 0; min-height: 155px; display: grid; place-content: center; gap: 2px; border: 0; color: #fff; background: linear-gradient(90deg, #a80a10, var(--red), #a80a10); font-size: clamp(33px, 4vw, 54px); font-weight: 950; line-height: .9; letter-spacing: .07em; cursor: pointer; animation: pecEnter .55s both; }
.pec-enter small { font-size: 12px; font-weight: 500; letter-spacing: 0; }
.pec-enter i { font-size: 28px; font-style: normal; animation: pecBounce .9s infinite; }

/* Catálogo: cada gesto curto avança exatamente uma folha em 100% da tela */
.pec-main { position:absolute; inset:0; width:100%; height:var(--pec-viewport-height,100dvh); overflow:hidden; background:#000; }
.pec-reader { position: relative; width: 100vw; height: var(--pec-viewport-height, 100dvh); overflow-x: hidden; overflow-y: auto; display: grid; background: #000; scroll-behavior: smooth; scroll-snap-type: y mandatory; overscroll-behavior-y: contain; scrollbar-width: none; -webkit-overflow-scrolling: touch; touch-action: pan-y; }
.pec-reader::-webkit-scrollbar { display: none; }
.pec-page { position: relative; width: 100vw; height: var(--pec-viewport-height, 100dvh); min-height: 0; overflow: hidden; display: grid; place-items: center; background: #000; scroll-snap-align: start; scroll-snap-stop: always; }
.pec-page img { width: 100%; height: 100%; max-width: none !important; max-height: none !important; object-fit: contain; background: #000; }
.pec-page__canvas { position: relative; width: min(100vw, calc(var(--pec-viewport-height, 100dvh) * .7511)); height: min(var(--pec-viewport-height, 100dvh), 133.137vw); min-height: 0; display: grid; place-items: center; background: #000; }
.pec-product-hotspots { position: absolute; z-index: 5; inset: 0; pointer-events: none; }
.pec-product-hotspot { position: absolute; display: grid; place-items: end start; overflow: hidden; border: 0 !important; border-radius:0 !important; padding: 4px; color: transparent !important; background: transparent !important; box-shadow:none !important; filter:none !important; transform:none !important; touch-action: pan-y; pointer-events: auto; -webkit-touch-callout: none; user-select: none; cursor: pointer; }
.pec-product-hotspot span { padding: 3px 5px; opacity: 0; border-radius: 4px; color: #fff; background: var(--red); font-family: monospace; font-size: 8px; font-weight: 900; transition: opacity .18s ease; }
.pec-product-hotspot:hover { background:transparent !important; }
.pec-product-hotspot:active { outline: 2px solid rgba(237,28,36,.82); outline-offset: -2px; background: rgba(237,28,36,.1) !important; animation: pecHoldPulse .62s linear both; }
.pec-product-hotspot:focus-visible { outline: 3px solid var(--red); outline-offset: -3px; }
.pec-product-hotspot:focus-visible span, .pec-product-hotspot:hover span { opacity: 1; }
.pec-hold-hint { position: absolute; z-index: 8; top: 12px; right: 12px; display: flex; align-items: center; gap: 7px; padding: 9px 11px; color: #fff; border: 1px solid rgba(255,255,255,.24); border-radius: 30px; background: rgba(5,5,5,.78); box-shadow: 0 8px 25px rgba(0,0,0,.24); backdrop-filter: blur(9px); font-size: 7px; font-weight: 900; letter-spacing: .09em; pointer-events: none; }
.pec-hold-hint i { width: 7px; height: 7px; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 4px rgba(237,28,36,.18); animation: pecHint 1.4s infinite; }
.pec-order-end { width: 100vw; height: var(--pec-viewport-height, 100dvh); min-height: 0; display: grid; place-items: center; overflow: hidden; padding: 24px; color: #fff; background: radial-gradient(circle at 78% 16%, rgba(237,28,36,.34), transparent 32%), linear-gradient(145deg, #040404, #171717 65%, #090909); scroll-snap-align: start; scroll-snap-stop: always; }
.pec-order-end-card { width: min(690px, 100%); display: grid; gap: 17px; padding: clamp(25px, 5vw, 52px); border: 1px solid rgba(255,255,255,.16); background: rgba(5,5,5,.72); box-shadow: 0 35px 100px rgba(0,0,0,.42); backdrop-filter: blur(13px); }
.pec-order-eyebrow { color: var(--red); font-size: 9px; font-weight: 900; letter-spacing: .2em; }
.pec-order-end h2 { margin: 0; font-size: clamp(48px, 8vw, 84px); font-weight: 950; line-height: .82; letter-spacing: -.035em; text-transform: uppercase; }
.pec-order-end-card > p { max-width: 510px; margin: 0; color: rgba(255,255,255,.62); font-size: 13px; line-height: 1.55; }
.pec-order-count { display: flex; align-items: end; gap: 13px; }
.pec-order-count strong { color: var(--red); font-size: 58px; line-height: .8; }
.pec-order-count span { color: rgba(255,255,255,.58); font-size: 11px; }
.pec-order-total { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 12px 14px; border: 1px solid rgba(237,28,36,.35); background: rgba(237,28,36,.11); }
.pec-order-total small { color: rgba(255,255,255,.55); font-size: 7px; font-weight: 900; letter-spacing: .14em; }
.pec-order-total strong { color: #fff; font-size: 28px; }
.pec-order-mini-list { display: flex; flex-wrap: wrap; gap: 6px; }
.pec-order-mini-list span { display: flex; gap: 10px; padding: 7px 9px; border: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.04); font-size: 8px; }
.pec-order-mini-list i { color: rgba(255,255,255,.5); font-style: normal; }
.pec-order-end-card label, .pec-cart-panel footer label { display: grid; gap: 7px; }
.pec-order-end-card label > span, .pec-cart-panel footer label > span { color: rgba(255,255,255,.5); font-size: 7px; font-weight: 900; letter-spacing: .15em; }
.pec-order-end-card input, .pec-cart-panel input { width: 100%; height: 51px; border: 1px solid rgba(255,255,255,.2); outline: 0; padding: 0 14px; color: #fff; background: rgba(255,255,255,.07); font-size: 13px; }
.pec-order-end-card input:focus, .pec-cart-panel input:focus { border-color: var(--red); }
.pec-order-end-actions { display: grid; grid-template-columns: .7fr 1.3fr; gap: 8px; }
.pec-order-end-actions button, .pec-confirm-actions button, .pec-cart-panel footer > button { min-height: 50px; border: 0; padding: 0 16px; color: #fff; background: var(--red); font-size: 8px; font-weight: 900; letter-spacing: .1em; cursor: pointer; }
.pec-order-end-actions button:disabled, .pec-confirm-actions button:disabled, .pec-cart-panel footer > button:disabled { opacity: .38; cursor: default; }
.pec-order-end-actions button.secondary, .pec-confirm-actions button.secondary { background: #272727; }
.pec-order-end-card > small { color: rgba(255,255,255,.42); font-size: 8px; line-height: 1.45; }
.pec-customer-summary, .pec-cart-customer { display: grid; grid-template-columns: .7fr 1.25fr 1fr; border: 1px solid rgba(255,255,255,.13); }
.pec-customer-summary > span, .pec-cart-customer > span { min-width: 0; display: grid; align-content: center; gap: 3px; min-height: 58px; padding: 10px 12px; border-right: 1px solid rgba(255,255,255,.1); }
.pec-customer-summary > span:last-child, .pec-cart-customer > span:last-child { border-right: 0; }
.pec-customer-summary small, .pec-cart-customer small { color: var(--red); font-size: 6px; font-weight: 900; letter-spacing: .13em; }
.pec-customer-summary strong, .pec-cart-customer strong { overflow: hidden; font-size: 8px; text-overflow: ellipsis; white-space: nowrap; }
.pec-customer-summary i, .pec-cart-customer i { color: rgba(255,255,255,.44); font-size: 7px; font-style: normal; }
.pec-order-success { display: grid; gap: 13px; text-align: center; }
.pec-order-success > span { width: 66px; height: 66px; display: grid; place-items: center; justify-self: center; border-radius: 50%; color: #fff; background: #1aae61; box-shadow: 0 0 0 13px rgba(26,174,97,.13); font-size: 32px; }
.pec-order-success > small { color: #45d98a; font-size: 8px; font-weight: 900; letter-spacing: .18em; }
.pec-order-success > p { max-width: 480px; justify-self: center; margin: 0; color: rgba(255,255,255,.58); font-size: 11px; line-height: 1.6; }
.pec-order-success > div { display: grid; gap: 4px; padding: 12px; border: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.04); }
.pec-order-success > div b { color: rgba(255,255,255,.36); font-size: 6px; letter-spacing: .14em; }
.pec-order-success > div strong { font-size: 10px; }
.pec-order-success > button { min-height: 48px; border: 0; color: #fff; background: var(--red); font-size: 8px; font-weight: 900; letter-spacing: .12em; cursor: pointer; }
.pec-cart-fab { position: fixed; z-index: 2147482200; right: 15px; bottom: 16px; min-width: 93px; height: 50px; display: flex; align-items: center; justify-content: center; gap: 8px; border: 1px solid rgba(255,255,255,.24); border-radius: 30px; color: #fff; background: rgba(8,8,8,.88); box-shadow: 0 14px 42px rgba(0,0,0,.4); backdrop-filter: blur(10px); cursor: pointer; }
.pec-cart-fab span { width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: #555; font-size: 9px; font-weight: 900; }
.pec-cart-fab.has-items { border-color: rgba(237,28,36,.72); }
.pec-cart-fab.has-items span { background: var(--red); animation: pecCartPop .4s both; }
.pec-cart-fab b { font-size: 8px; letter-spacing: .1em; }
.pec-product-confirm, .pec-cart-panel { position: fixed; z-index: 2147483100; inset: 0; display: grid; place-items: center; padding: 18px; }
.pec-product-confirm { place-items: stretch; padding: 0; background: #050505; }
.pec-product-confirm__backdrop, .pec-cart-panel__backdrop { position: absolute; inset: 0; border: 0; background: rgba(0,0,0,.86); backdrop-filter: blur(12px); }
.pec-product-confirm > article { position: relative; z-index: 2; width: 100vw; height: 100dvh; overflow: hidden; display: grid; grid-template-columns: minmax(0,1.15fr) minmax(380px,.85fr); grid-template-rows: 1fr auto auto; color: #171717; background: #f4f1ec; animation: pecConfirmIn .42s cubic-bezier(.2,.8,.2,1) both; }
.pec-confirm-visual { position: relative; grid-row: 1 / -1; min-height: 0; overflow: hidden; display: grid; place-items: center; padding: clamp(70px,8vw,120px); background: radial-gradient(circle at 50% 45%,rgba(237,28,36,.24),transparent 35%),linear-gradient(145deg,#121212,#020202 72%); }
.pec-confirm-visual::after { content:""; position:absolute; inset:22px; border:1px solid rgba(255,255,255,.1); pointer-events:none; }
.pec-confirm-visual-head { position:absolute; z-index:3; top:34px; left:38px; right:38px; display:flex; justify-content:space-between; color:#fff; }
.pec-confirm-visual-head span { font-size:11px; font-weight:900; letter-spacing:.18em; }
.pec-confirm-visual-head small { color:rgba(255,255,255,.45); font-size:8px; letter-spacing:.14em; }
.pec-confirm-visual img { position:relative; z-index:1; width:100%; height:100%; object-fit:contain; filter:drop-shadow(0 32px 48px rgba(0,0,0,.5)); }
.pec-confirm-visual > span { position:absolute; z-index:3; right:clamp(34px,5vw,72px); bottom:clamp(34px,5vw,72px); }
.pec-confirm-visual i { width:72px; height:72px; display:grid; place-items:center; border-radius:50%; color:#fff; background:var(--red); box-shadow:0 0 0 14px rgba(237,28,36,.18); font-size:36px; font-style:normal; animation:pecConfirmCheck .65s .12s cubic-bezier(.2,.9,.25,1.3) both; }
.pec-confirm-close { position:absolute; z-index:5; top:calc(24px + env(safe-area-inset-top)); right:24px; width:48px; height:48px; border:1px solid #ddd6ce; border-radius:50%; color:#222; background:rgba(255,255,255,.8); font-size:29px; cursor:pointer; }
.pec-confirm-copy { align-self:end; padding:clamp(44px,7vw,90px) clamp(32px,6vw,78px) 18px; }
.pec-confirm-copy small { color: var(--red); font-size: 8px; font-weight: 900; letter-spacing: .16em; }
.pec-confirm-copy > strong { display:block; margin-top:12px; font-size:clamp(58px,7vw,94px); line-height:.8; }
.pec-confirm-copy h2 { max-width:540px; margin:18px 0 0; font-size:clamp(24px,2.6vw,39px); line-height:1; text-transform:uppercase; }
.pec-confirm-price { display:block; margin-top:22px; color:var(--red); font-size:clamp(31px,4vw,52px); }
.pec-confirm-copy p { margin:18px 0 0; color:#777; font-size:12px; line-height:1.5; }
.pec-confirm-quantity { display:flex; align-items:center; gap:14px; padding:0 clamp(32px,6vw,78px) 28px; }
.pec-confirm-quantity button, .pec-cart-items > div > div button { width: 38px; height: 38px; border: 1px solid #ddd; color: #222; background: #f7f7f7; font-size: 18px; cursor: pointer; }
.pec-confirm-quantity button { width:58px; height:58px; background:#fff; font-size:28px; }
.pec-confirm-quantity output { min-width:70px; font-size:39px; font-weight:900; text-align:center; }
.pec-confirm-actions { grid-column:2; display:grid; grid-template-columns:.7fr 1.3fr; }
.pec-cart-panel { place-items: stretch end; padding: 0; }
.pec-cart-panel > article { position: relative; z-index: 2; width: min(520px, 100vw); height: 100%; display: grid; grid-template-rows: auto 1fr auto; color: #171717; background: #f5f4f1; box-shadow: -35px 0 110px rgba(0,0,0,.55); animation: pecCartIn .4s cubic-bezier(.2,.8,.2,1) both; }
.pec-cart-panel header { min-height: 91px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 22px; color: #fff; background: #0a0a0a; }
.pec-cart-panel header small { color: var(--red); font-size: 7px; font-weight: 900; letter-spacing: .16em; }
.pec-cart-panel header h2 { margin: 3px 0 0; font-size: 38px; line-height: .9; text-transform: uppercase; }
.pec-cart-panel header > button { width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; color: #fff; background: transparent; font-size: 27px; cursor: pointer; }
.pec-cart-items { overflow-y: auto; padding: 12px; }
.pec-cart-items > div { min-height: 82px; display: grid; grid-template-columns: minmax(0, 1fr) auto 34px; align-items: center; gap: 9px; padding: 12px; border-bottom: 1px solid #ddd9d3; background: #fff; }
.pec-cart-items > div > span { min-width: 0; display: grid; gap: 5px; }
.pec-cart-items > div > span strong { color: var(--red); font-size: 14px; }
.pec-cart-items > div > span small { overflow: hidden; color: #777; font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.pec-cart-price { color: #1d1d1d; font-size: 10px; }
.pec-cart-items > div > div { display: flex; align-items: center; }
.pec-cart-items > div > div button { width: 31px; height: 31px; font-size: 14px; }
.pec-cart-items output { min-width: 35px; font-size: 14px; font-weight: 900; text-align: center; }
.pec-cart-items button.trash { width: 31px; height: 31px; border: 0; color: var(--red); background: #fff0f0; font-size: 15px; cursor: pointer; }
.pec-cart-empty { min-height: 210px !important; display: grid !important; grid-template-columns: 1fr !important; place-content: center; gap: 7px !important; color: #888; text-align: center; }
.pec-cart-empty strong { color: #222; }
.pec-cart-panel footer { display: grid; gap: 10px; padding: 18px 20px calc(18px + env(safe-area-inset-bottom)); color: #fff; background: #111; }
.pec-cart-panel footer > button:disabled { opacity: .35; cursor: default; }
.pec-cart-panel footer > small { color: rgba(255,255,255,.4); font-size: 8px; text-align: center; }
.pec-cart-total { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 11px 12px; color: #fff; background: var(--red); }
.pec-cart-total span { font-size: 7px; font-weight: 900; letter-spacing: .13em; }
.pec-cart-total strong { font-size: 26px; }
.pec-order-toast { position: fixed; z-index: 2147483400; left: 50%; bottom: 23px; translate: -50% 0; min-width: min(390px, calc(100vw - 34px)); display: flex; align-items: center; justify-content: center; gap: 9px; padding: 14px 17px; color: #fff; background: #111; border: 1px solid rgba(255,255,255,.16); box-shadow: 0 18px 55px rgba(0,0,0,.45); font-size: 10px; font-weight: 800; text-align: center; opacity: 0; transform: translateY(18px); }
.pec-order-toast.is-visible { animation: pecToastIn .3s both; }
.pec-order-toast.is-error i { background: #b30d14; }
.pec-gate-marker { width: 100vw; min-height: 160px; display: grid; place-content: center; gap: 8px; color: #fff; background: linear-gradient(105deg, #080808 0 58%, var(--red) 58%); text-align: center; }
.pec-gate-marker span { color: rgba(255,255,255,.52); font-size: 9px; font-weight: 900; letter-spacing: .2em; }
.pec-gate-marker strong { font-size: clamp(27px, 4vw, 45px); line-height: 1; }
.pec-gate-marker i { color: var(--red); font-size: 25px; font-style: normal; animation: pecBounce .9s infinite; }
/* Pausas e vídeos em tela cheia */
.pec-break { position: fixed; inset: 0; z-index: 2147482500; min-height: 100dvh; overflow: hidden; isolation: isolate; color: #fff; background: #000; }
.pec-break__background-video, .pec-break__video { position: absolute; inset: 0; width: 100vw; height: 100dvh; object-fit: contain; background: #000; }
.pec-break__background-video { z-index: 0; object-fit: cover; }
.pec-break__video { z-index: 2; }
.pec-break__provisional { position: absolute; z-index: 1; inset: 0; overflow: hidden; background: radial-gradient(circle at 28% 44%, rgba(237,28,36,.24), transparent 28%), linear-gradient(115deg, #070707, #171717 60%, #030303); background-position: center; background-size: cover; }
.pec-break__provisional::after { position: absolute; content: ""; width: 80vw; height: 14vh; top: 32%; right: -25vw; background: linear-gradient(90deg, transparent, rgba(237,28,36,.55), transparent); filter: blur(28px); transform: rotate(-30deg); }
.pec-break__logo { position: absolute; z-index: 4; top: 30px; left: 6vw; width: clamp(120px, 13vw, 190px); filter: brightness(0) invert(1); }
.pec-break__stage { position: relative; z-index: 3; width: min(1260px, 94vw); min-height: 100dvh; margin: auto; display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: 5vw; padding: 95px 5vw 125px; }
.pec-break__character { position: relative; width: min(520px, 42vw); }
.pec-break__tool { width: 100%; max-height: 68dvh; object-fit: contain; filter: drop-shadow(0 34px 52px rgba(0,0,0,.58)); }
.pec-break__copy { position: relative; z-index: 4; }
.pec-break__copy p { margin: 0 0 10px; color: var(--red); font-size: 12px; font-weight: 900; letter-spacing: .23em; }
.pec-break__copy h2 { margin: 0; font-size: clamp(68px, 9vw, 134px); font-weight: 950; line-height: .76; letter-spacing: -.05em; text-transform: uppercase; }
.pec-break__copy h2 span { color: transparent; -webkit-text-stroke: 1.5px #fff; }
.pec-break__copy strong { display: block; max-width: 520px; margin-top: 26px; color: rgba(255,255,255,.65); font-size: 16px; font-weight: 500; line-height: 1.6; }
.pec-break__progress { position: absolute; z-index: 7; left: 6vw; right: 6vw; bottom: 83px; height: 3px; overflow: hidden; background: rgba(255,255,255,.12); }
.pec-break__progress span { display: block; width: 0; height: 100%; background: var(--red); transition: width .12s linear; }
.pec-break__wait { position: absolute; z-index: 7; left: 50%; bottom: 38px; translate: -50% 0; display: flex; align-items: center; gap: 9px; color: rgba(255,255,255,.48); font-size: 9px; font-weight: 900; letter-spacing: .15em; white-space: nowrap; }
.pec-break__wait i { width: 7px; height: 7px; border-radius: 50%; background: var(--red); box-shadow: 0 0 12px var(--red); animation: pecPulse 1s infinite; }
.pec-break__play { position: absolute; z-index: 9; left: 50%; bottom: 34px; translate: -50% 0; min-height: 48px; padding: 0 22px; border: 0; color: #fff; background: var(--red); font-size: 10px; font-weight: 900; letter-spacing: .14em; cursor: pointer; }
.pec-break__continue { position: absolute; z-index: 9; inset: auto 0 0; min-height: 125px; display: grid; place-content: center; gap: 0; border: 0; color: #fff; background: linear-gradient(90deg, #aa0a10, var(--red), #aa0a10); font-size: clamp(34px, 4vw, 54px); font-weight: 950; line-height: .9; letter-spacing: .08em; cursor: pointer; animation: pecEnter .5s both; }
.pec-break__continue small { font-size: 9px; font-weight: 700; letter-spacing: .18em; opacity: .72; }
.pec-break__continue i { font-size: 26px; font-style: normal; animation: pecBounce .9s infinite; }

/* Estúdio de cenas: fundo falso, personagem e rosto divertido */
.pec-scene--red-black { background: radial-gradient(circle at 28% 42%, rgba(237,28,36,.28), transparent 27%), linear-gradient(118deg, #050505, #191919 58%, #030303) !important; }
.pec-scene--carbon { background-color: #080808 !important; background-image: linear-gradient(45deg, rgba(255,255,255,.035) 25%, transparent 25%), linear-gradient(-45deg, rgba(255,255,255,.035) 25%, transparent 25%), radial-gradient(circle at 72% 38%, rgba(237,28,36,.2), transparent 28%) !important; background-size: 24px 24px, 24px 24px, auto !important; }
.pec-scene--spotlight { background: radial-gradient(circle at 50% 35%, #3b3b3b 0, #121212 28%, #020202 70%) !important; }
.pec-scene--event { background: radial-gradient(circle at 75% 30%, rgba(237,28,36,.48), transparent 25%), radial-gradient(circle at 20% 70%, rgba(255,255,255,.12), transparent 22%), linear-gradient(135deg, #050505, #181818) !important; }
.pec-scene--video { background: transparent !important; }
.pec-character-face { position: absolute; z-index: 6; top: 31%; left: 55%; width: 82px; height: 52px; translate: -50% -50%; filter: drop-shadow(0 4px 4px rgba(0,0,0,.38)); pointer-events: none; }
.pec-character-face i { position: absolute; top: 0; width: 34px; height: 34px; border: 3px solid #111; border-radius: 50%; background: #fff; }
.pec-character-face i:first-child { left: 3px; rotate: -6deg; }
.pec-character-face i:nth-child(2) { right: 3px; rotate: 6deg; }
.pec-character-face i::after { content: ""; position: absolute; width: 11px; height: 11px; top: 11px; left: 11px; border-radius: 50%; background: #111; animation: pecLook 2.4s ease-in-out infinite; }
.pec-character-face b { position: absolute; left: 50%; bottom: 0; width: 22px; height: 10px; translate: -50% 0; border: 3px solid #111; border-top: 0; border-radius: 0 0 16px 16px; background: #ed1c24; animation: pecTalk .38s ease-in-out infinite alternate; }
.pec-intro__character[data-animation="rush"].is-running, .pec-break__character[data-animation="rush"].is-running { animation: pecRush 1.05s cubic-bezier(.15,.8,.24,1) both; }
.pec-intro__character[data-animation="float"].is-running, .pec-break__character[data-animation="float"].is-running { animation: pecFloat 2.1s ease-in-out infinite; }
.pec-intro__character[data-animation="bounce"].is-running, .pec-break__character[data-animation="bounce"].is-running { animation: pecCharacterBounce .72s ease-in-out infinite alternate; }
.pec-intro__character[data-animation="spin"].is-running, .pec-break__character[data-animation="spin"].is-running { animation: pecSpinIn 1.2s cubic-bezier(.2,.8,.2,1) both, pecFloat 2.1s 1.2s ease-in-out infinite; }

@keyframes pecProduct { from { opacity: 0; transform: translateX(-80px) rotate(-8deg); } to { opacity: 1; transform: rotate(-1.5deg); } }
@keyframes pecBeam { to { transform: rotate(-27deg) translateY(10vh); opacity: .5; } }
@keyframes pecIntroProgress { to { width: 100%; } }
@keyframes pecEnter { from { transform: translateY(100%); } to { transform: none; } }
@keyframes pecBounce { 50% { transform: translateY(8px); } }
@keyframes pecRush { 0% { opacity: 0; transform: translateX(-130vw) rotate(-13deg); filter: blur(9px); } 72% { opacity: 1; transform: translateX(24px) rotate(2deg); filter: blur(0); } 100% { opacity: 1; transform: translateX(0) rotate(-1deg); filter: blur(0); } }
@keyframes pecPulse { 50% { opacity: .3; scale: .7; } }
@keyframes pecFloat { 50% { transform: translateY(-18px) rotate(1.5deg); } }
@keyframes pecCharacterBounce { to { transform: translateY(-24px) rotate(-2deg); } }
@keyframes pecSpinIn { from { opacity: 0; transform: translateX(-70vw) rotate(-300deg) scale(.35); } to { opacity: 1; transform: none; } }
@keyframes pecLook { 0%, 35%, 100% { transform: translateX(-6px); } 50%, 80% { transform: translateX(6px); } }
@keyframes pecTalk { to { height: 18px; width: 17px; border-radius: 50%; border-top: 3px solid #111; } }
@keyframes pecHoldPulse { from { box-shadow: inset 0 0 0 0 rgba(237,28,36,.1); } to { box-shadow: inset 0 0 0 100vmax rgba(237,28,36,.18); } }
@keyframes pecHint { 50% { opacity: .35; transform: scale(.65); } }
@keyframes pecConfirmIn { from { opacity: 0; transform: translateY(24px) scale(.96); } }
@keyframes pecConfirmCheck { from { opacity: 0; transform: scale(.2) rotate(-25deg); } }
@keyframes pecCartIn { from { transform: translateX(100%); } }
@keyframes pecCartPop { 50% { transform: scale(1.22); } }
@keyframes pecToastIn { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }

@media (max-width: 760px) {
    .pec-lead-gate { place-items: start center; padding: 0; }
    .pec-lead-gate > article { min-height: var(--pec-viewport-height, 100dvh); border: 0; }
    .pec-lead-gate header { min-height: 74px; padding: 16px 20px; }
    .pec-lead-gate header img { width: 116px; }
    .pec-lead-gate header span { max-width: 145px; justify-content: flex-end; text-align: right; font-size: 6px; }
    .pec-lead-gate__layout { grid-template-columns: 1fr; }
    .pec-lead-gate__copy { padding: 31px 22px 24px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); }
    .pec-lead-gate__copy h1 { margin: 10px 0 13px; font-size: clamp(48px, 15vw, 68px); }
    .pec-lead-gate__copy > p { font-size: 10px; line-height: 1.55; }
    .pec-lead-gate__copy > div { grid-template-columns: repeat(3, 24px 1fr); gap: 6px; margin-top: 19px; }
    .pec-lead-gate__copy > div span { font-size: 6px; }
    .pec-lead-form { gap: 11px; padding: 25px 22px calc(30px + env(safe-area-inset-bottom)); }
    .pec-lead-form input { height: 48px; }
    .pec-intro__provisional { grid-template-columns: 1fr; grid-template-rows: 56% 44%; padding: 72px 20px 105px; }
    .pec-intro__logo { top: 22px; left: 20px; width: 112px; }
    .pec-intro__character { align-self: end; justify-self: end; width: min(86vw, 430px); margin-right: -18vw; }
    .pec-intro__product { width: 100%; max-height: 49dvh; }
    .pec-intro__copy { align-self: start; margin-top: -24px; text-shadow: 0 3px 18px #000; }
    .pec-intro__copy p { font-size: 9px; }
    .pec-intro__copy h1 { font-size: clamp(52px, 17vw, 78px); }
    .pec-intro__copy strong { max-width: 88%; margin-top: 15px; font-size: 12px; }
    .pec-start { left: 20px; right: 20px; bottom: 34px; justify-content: center; }
    .pec-intro__progress { left: 20px; right: 20px; bottom: 17px; }
    .pec-enter { min-height: 130px; font-size: 36px; }
    .pec-enter small { font-size: 11px; }
    .pec-reader, .pec-page { height: var(--pec-viewport-height, 100dvh); }
    .pec-page { min-height: 0; }
    .pec-page__canvas { min-height: 0; }
    .pec-hold-hint { top: 8px; right: 8px; max-width: 145px; padding: 6px 8px; font-size: 6px; }
    .pec-order-end { padding: 13px; }
    .pec-order-end-card { gap: 12px; padding: 22px; }
    .pec-order-end h2 { font-size: clamp(45px, 14vw, 66px); }
    .pec-order-end-card > p { font-size: 11px; }
    .pec-order-end-actions { grid-template-columns: 1fr; }
    .pec-customer-summary, .pec-cart-customer { grid-template-columns: 1fr 1fr; }
    .pec-customer-summary > span:nth-child(2), .pec-cart-customer > span:nth-child(2) { border-right: 0; }
    .pec-customer-summary > span:last-child, .pec-cart-customer > span:last-child { grid-column: 1 / -1; border-top: 1px solid rgba(255,255,255,.1); }
    .pec-cart-fab { right: 12px; bottom: calc(12px + env(safe-area-inset-bottom)); min-width: 88px; height: 46px; }
    .pec-product-confirm > article { grid-template-columns:1fr; grid-template-rows:minmax(0,54dvh) minmax(0,1fr) auto auto; overflow-y:auto; }
    .pec-confirm-visual { grid-row:1; padding:64px 30px 30px; }
    .pec-confirm-visual::after { inset:10px; }
    .pec-confirm-visual-head { top:calc(20px + env(safe-area-inset-top)); left:22px; right:76px; }
    .pec-confirm-visual > span { right:28px; bottom:24px; }
    .pec-confirm-visual i { width:56px; height:56px; font-size:28px; }
    .pec-confirm-close { top:calc(12px + env(safe-area-inset-top)); right:12px; width:44px; height:44px; color:#fff; border-color:rgba(255,255,255,.25); background:rgba(0,0,0,.55); }
    .pec-confirm-copy { align-self:start; padding:24px 22px 12px; }
    .pec-confirm-copy > strong { margin-top:8px; font-size:50px; }
    .pec-confirm-copy h2 { margin-top:10px; font-size:21px; }
    .pec-confirm-price { margin-top:10px; font-size:29px; }
    .pec-confirm-copy p { margin-top:10px; font-size:10px; }
    .pec-confirm-quantity { padding:0 22px 18px; }
    .pec-confirm-quantity button { width:52px; height:52px; }
    .pec-confirm-actions { position:sticky; bottom:0; grid-column:1; grid-template-columns:.72fr 1.28fr; padding-bottom:env(safe-area-inset-bottom); background:#111; }
    .pec-confirm-actions button { min-height:62px; padding-inline:8px; font-size:8px; }
    .pec-gate-marker { min-height: 145px; }
    .pec-break__logo { top: 20px; left: 18px; width: 105px; }
    .pec-break__stage { grid-template-columns: 1fr; grid-template-rows: 55% 45%; gap: 0; padding: 62px 20px 110px; }
    .pec-break__character { align-self: end; justify-self: end; width: min(86vw, 430px); margin-right: -18vw; }
    .pec-break__tool { width: 100%; max-height: 49dvh; }
    .pec-break__copy { align-self: start; margin-top: -25px; text-shadow: 0 3px 18px #000; }
    .pec-break__copy p { font-size: 9px; }
    .pec-break__copy h2 { font-size: clamp(61px, 20vw, 88px); }
    .pec-break__copy strong { max-width: 90%; margin-top: 15px; font-size: 12px; line-height: 1.5; }
    .pec-break__progress { left: 18px; right: 18px; bottom: 69px; }
    .pec-break__wait { bottom: 31px; font-size: 7px; }
    .pec-break__continue { min-height: 105px; }
    .pec-character-face { width: 66px; height: 43px; }
    .pec-character-face i { width: 28px; height: 28px; }
    .pec-character-face i::after { width: 9px; height: 9px; top: 8px; left: 8px; }
}

@media (prefers-reduced-motion: reduce) {
    .pec-shell *, .pec-shell *::before, .pec-shell *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
