.bottons-page {
  --botton-bg: #06101f;
  --botton-page: #08172b;
  --botton-hero: #10264a;
  --botton-hero-2: #1a2458;
  --botton-panel: #0f223d;
  --botton-panel-2: #152d4d;
  --botton-panel-3: #1a3153;
  --botton-line: #2b4967;
  --botton-cyan: #00e5ff;
  --botton-orange: #ff8a00;
  --botton-green: #20e58f;
  --botton-muted: #a9bad0;
  background:
    radial-gradient(circle at 82% 7%, rgba(255,138,0,.13), transparent 27rem),
    radial-gradient(circle at 16% 4%, rgba(0,229,255,.12), transparent 30rem),
    linear-gradient(180deg,var(--botton-page),var(--botton-bg));
}
.bottons-page .site-header { position: sticky; top: 0; z-index: 50; background:rgba(5,13,25,.96); box-shadow:0 10px 34px rgba(0,0,0,.18); }
.bottons-page .header-inner { min-height:68px; }
.bottons-page .nav-link { padding:9px 13px; }
.bottons-page .sr-only { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }
.bottons-hero { position:relative; overflow:hidden; border-bottom:1px solid rgba(43,73,103,.78); background:linear-gradient(118deg,rgba(11,32,63,.96) 0%,rgba(16,38,74,.91) 52%,rgba(26,36,88,.82) 100%); }
.bottons-hero::before { content:""; position:absolute; inset:0; opacity:.16; background-image:linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px); background-size:44px 44px; mask-image:linear-gradient(to bottom,#000,transparent 88%); }
.bottons-hero-inner { position:relative; min-height:390px; display:grid; grid-template-columns:minmax(0,1.3fr) minmax(280px,.7fr); align-items:center; gap:42px; padding-top:42px; padding-bottom:44px; }
.hero-copy { position:relative; z-index:2; max-width:760px; }
.eyebrow,.section-kicker { display:inline-block; color:var(--botton-orange); font-size:.76rem; font-weight:900; letter-spacing:.16em; text-transform:uppercase; }
.hero-copy h1 { margin:12px 0 14px; font-size:clamp(2.7rem,5vw,4.75rem); line-height:.94; letter-spacing:-.052em; }
.hero-copy h1 span { color:var(--botton-cyan); }
.hero-copy p { margin:0; max-width:680px; color:#c3d1e0; font-size:1.02rem; line-height:1.62; }
.hero-actions { display:flex; gap:10px; flex-wrap:wrap; margin-top:22px; }
.hero-primary,.hero-secondary { display:inline-flex; align-items:center; justify-content:center; min-height:42px; padding:0 15px; border-radius:11px; font-size:.86rem; font-weight:850; transition:transform .18s,border-color .18s,background .18s; }
.hero-primary { color:#071015; background:var(--botton-cyan); border:1px solid var(--botton-cyan); }
.hero-secondary { color:#e0e8f1; background:rgba(10,26,47,.78); border:1px solid var(--botton-line); }
.hero-primary:hover,.hero-secondary:hover { transform:translateY(-1px); }
.hero-secondary:hover { border-color:#3a5972; }
.hero-points { display:flex; gap:8px; flex-wrap:wrap; margin-top:16px; }
.hero-points span { padding:7px 10px; border:1px solid var(--botton-line); border-radius:999px; color:#d4dfeb; background:rgba(15,34,61,.78); font-size:.78rem; font-weight:700; }
.hero-orbit { min-height:285px; position:relative; display:grid; place-items:center; }
.orbit-ring { position:absolute; width:270px; aspect-ratio:1; border:1px solid rgba(0,229,255,.25); border-radius:50%; box-shadow:0 0 80px rgba(0,229,255,.07), inset 0 0 52px rgba(0,229,255,.04); }
.orbit-ring::before,.orbit-ring::after { content:""; position:absolute; border-radius:50%; inset:28px; border:1px dashed rgba(255,138,0,.28); }
.orbit-ring::after { inset:64px; border-style:solid; border-color:rgba(255,255,255,.08); }
.orbit-button { width:154px; aspect-ratio:1; border-radius:50%; display:flex; align-items:center; justify-content:center; gap:5px; background:radial-gradient(circle at 34% 24%,#2b4b66,#142842 58%,#081528 60%); border:8px solid #203b55; box-shadow:0 24px 42px rgba(0,0,0,.4),0 0 0 2px rgba(255,138,0,.5),inset 0 0 30px rgba(0,229,255,.08); color:#fff; transform:rotate(-6deg); }
.orbit-button span { font-size:3.15rem; font-weight:950; letter-spacing:-.08em; }
.orbit-button small { color:var(--botton-orange); font-weight:900; }
.orbit-label { position:absolute; right:8px; bottom:24px; color:#d9e1e9; font-size:.7rem; line-height:1.15; font-weight:900; letter-spacing:.11em; text-align:right; }
.catalog-section { scroll-margin-top:82px; padding:48px 0 52px; background:linear-gradient(180deg,rgba(7,20,38,.94),rgba(8,23,43,.98)); }
.catalog-heading { display:flex; align-items:end; justify-content:space-between; gap:24px; margin-bottom:24px; }
.catalog-heading h2 { margin:7px 0 5px; font-size:clamp(2rem,3.6vw,3.2rem); letter-spacing:-.035em; }
.catalog-summary { color:var(--botton-muted); margin:0; }
.view-sort { display:inline-flex; border:1px solid var(--botton-line); border-radius:12px; overflow:hidden; }
.sort-btn { border:0; background:#10233e; color:#b5c4d5; padding:11px 15px; font-weight:800; cursor:pointer; }
.sort-btn + .sort-btn { border-left:1px solid var(--botton-line); }
.sort-btn.active { color:#fff; background:#1c4562; }
.catalog-toolbar { display:grid; grid-template-columns:minmax(300px,1fr) 210px 190px 200px; gap:12px; margin-bottom:18px; }
.search-box { height:48px; display:flex; align-items:center; gap:10px; padding:0 14px; border:1px solid var(--botton-line); border-radius:12px; background:#10233e; transition:border-color .2s,box-shadow .2s; }
.search-box:focus-within { border-color:var(--botton-cyan); box-shadow:0 0 0 2px rgba(0,229,255,.08); }
.search-box svg { width:20px; fill:none; stroke:var(--botton-cyan); stroke-width:1.8; }
.search-box input { width:100%; background:transparent; border:0; outline:0; color:#fff; font:inherit; }
.catalog-toolbar select { height:48px; padding:0 38px 0 13px; border:1px solid var(--botton-line); border-radius:12px; background:#10233e; color:#edf4fb; font-weight:700; outline:0; }
.catalog-toolbar select:focus { border-color:var(--botton-cyan); }
.active-filters { display:flex; gap:8px; flex-wrap:wrap; margin:0 0 18px; }
.filter-pill { display:inline-flex; gap:8px; align-items:center; padding:7px 10px; border-radius:999px; background:#17304f; border:1px solid #365b78; color:#cfe0ee; font-size:.78rem; }
.products-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:18px; align-items:start; }
.products-grid[data-count="1"] { grid-template-columns:minmax(0,920px); justify-content:center; }
.products-grid[data-count="2"] { grid-template-columns:repeat(2,minmax(320px,440px)); justify-content:center; }
.products-grid[data-count="1"] .product-card { display:grid; grid-template-columns:minmax(360px,.95fr) minmax(320px,1.05fr); }
.products-grid[data-count="1"] .product-media { aspect-ratio:auto; min-height:390px; height:100%; border-right:1px solid #d8ddde; }
.products-grid[data-count="1"] .product-body { padding:28px 30px; display:flex; flex-direction:column; justify-content:center; }
.products-grid[data-count="1"] .product-description { min-height:0; -webkit-line-clamp:3; font-size:.98rem; }
.products-grid[data-count="1"] .product-footer { margin-top:22px; }
.product-card { position:relative; overflow:hidden; min-width:0; border:1px solid var(--botton-line); border-radius:18px; background:linear-gradient(180deg,#132b49,#0e2038); box-shadow:0 18px 50px rgba(0,0,0,.16); transition:transform .2s,border-color .2s,box-shadow .2s; }
.product-card:hover { transform:translateY(-4px); border-color:#47779b; box-shadow:0 22px 62px rgba(0,0,0,.28); }
.product-media { position:relative; aspect-ratio:1.12/1; overflow:hidden;  cursor:pointer; padding:14px !important; }
.product-media img { width:100%; height:100%; object-fit:contain; display:block; border-radius:12px; transition:transform .35s; }
.product-card:hover .product-media img { transform:scale(1.025); }
.product-badge { position:absolute; top:12px; right:12px; padding:6px 9px; border-radius:999px; background:rgba(5,12,18,.88); border:1px solid rgba(32,229,143,.4); color:var(--botton-green); font-size:.72rem; font-weight:900; backdrop-filter:blur(8px); }
.product-body { padding:20px; }
.product-category { display:block; color:var(--botton-cyan); font-size:.75rem; font-weight:900; text-transform:uppercase; letter-spacing:.08em; }
.product-card h3 { margin:7px 0 7px; font-size:1.24rem; line-height:1.2; }
.product-description { margin:0; min-height:43px; color:#aab6c4; line-height:1.5; font-size:.91rem; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; }
.product-meta { display:flex; gap:7px; flex-wrap:wrap; margin-top:14px; }
.meta-chip { padding:6px 8px; border:1px solid #26394c; background:#142b48; border-radius:8px; color:#c6d4e2; font-size:.72rem; font-weight:750; }
.product-footer { margin-top:17px; padding-top:16px; border-top:1px solid #29445f; display:grid; grid-template-columns:minmax(118px,auto) 1fr; align-items:end; gap:14px; }
.product-price small { display:block; margin-bottom:2px; color:#8fa5bb; font-size:.68rem; text-transform:uppercase; font-weight:800; letter-spacing:.07em; }
.product-price strong { color:var(--botton-green); font-size:1.06rem; white-space:nowrap; }
.product-actions { display:flex; gap:8px; justify-content:flex-end; }
.details-btn,.interest-btn,.ghost-btn,.primary-cta { cursor:pointer; border-radius:10px; font-weight:850; }
.details-btn { padding:9px 10px; color:#c8d2dc; background:#132945; border:1px solid #3b5d7b; }
.interest-btn { padding:9px 13px; color:#070a0d; background:var(--botton-orange); border:1px solid var(--botton-orange); white-space:nowrap; }
.catalog-empty { padding:70px 24px; border:1px dashed #294158; border-radius:18px; text-align:center; background:rgba(15,34,61,.72); }
.catalog-empty .empty-icon { width:54px; height:54px; display:grid; place-items:center; margin:0 auto 12px; border-radius:50%; border:1px solid #36536b; color:var(--botton-cyan); font-size:1.35rem; }
.catalog-empty h3 { margin:0 0 7px; }
.catalog-empty p { color:var(--botton-muted); }
.ghost-btn { padding:10px 13px; border:1px solid var(--botton-cyan); background:transparent; color:var(--botton-cyan); }
.how-it-works { scroll-margin-top:82px; border-top:1px solid #27435f; padding:48px 0 58px; background:linear-gradient(180deg,#0a1b31,#0d213a); }
.steps-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; margin-top:20px; }
.steps-grid article { padding:22px; border:1px solid var(--botton-line); border-radius:16px; background:linear-gradient(180deg,#122a48,#0e2038); box-shadow:0 14px 34px rgba(0,0,0,.12); }
.steps-grid b { color:var(--botton-orange); font-size:.83rem; }
.steps-grid h3 { margin:15px 0 7px; }
.steps-grid p { margin:0; color:var(--botton-muted); line-height:1.55; }
.bottons-footer { background:#050d19; border-top:1px solid #203a55; padding:26px 0; }
.footer-inner { display:grid; grid-template-columns:1fr auto auto; gap:34px; align-items:center; color:#9ba9b7; }
.footer-inner strong { color:#fff; letter-spacing:.08em; }
.footer-inner strong span { color:var(--botton-orange); }
.footer-inner p { margin:5px 0 0; font-size:.82rem; }
.footer-links { display:flex; gap:16px; font-size:.86rem; }
.footer-links a:hover { color:var(--botton-cyan); }
.product-modal[hidden],.toast[hidden] { display:none; }
.product-modal { position:fixed; inset:0; z-index:100; display:grid; place-items:center; padding:22px; }
.modal-backdrop { position:absolute; inset:0; background:rgba(0,0,0,.76); backdrop-filter:blur(7px); }
.modal-card { position:relative; width:min(1080px,100%); max-height:min(790px,calc(100vh - 44px)); overflow:auto; display:grid; grid-template-columns:minmax(0,1.05fr) minmax(340px,.95fr); border:1px solid #2b4257; border-radius:20px; background:#10233d; box-shadow:0 32px 100px rgba(0,0,0,.55); }
.modal-close { position:absolute; z-index:4; top:12px; right:13px; width:38px; height:38px; border-radius:50%; border:1px solid #334a5d; background:rgba(7,12,18,.88); color:#fff; font-size:1.45rem; cursor:pointer; }
.modal-gallery { padding:18px; border-right:1px solid #1d2e40; background:#0a1a2f; }
.modal-main-media { min-height:420px; display:grid; place-items:center; overflow:hidden; border-radius:14px; background:#08172a; }
.modal-main-media img { max-width:100%; width:100%; height:100%; max-height:520px; object-fit:contain; }
.modal-thumbs { display:flex; gap:9px; margin-top:10px; overflow:auto; }
.modal-thumb { width:72px; height:58px; flex:0 0 auto; padding:0; overflow:hidden; border-radius:8px; border:1px solid #31465a; background:#05090e; cursor:pointer; }
.modal-thumb.active { border-color:var(--botton-orange); }
.modal-thumb img { width:100%; height:100%; object-fit:cover; }
.modal-content { padding:36px 30px 30px; display:flex; flex-direction:column; }
.modal-content h2 { margin:8px 0 10px; font-size:clamp(1.8rem,3vw,2.8rem); line-height:1; letter-spacing:-.035em; }
.modal-short { margin:0; color:#c1cad4; font-size:1rem; line-height:1.6; }
.modal-description { margin-top:17px; color:#9eacba; line-height:1.65; white-space:pre-line; max-height:180px; overflow:auto; }
.modal-options { display:grid; gap:12px; margin-top:20px; }
.option-group strong { display:block; margin-bottom:8px; color:#eaf0f4; font-size:.84rem; }
.option-list { display:flex; gap:7px; flex-wrap:wrap; }
.option-chip { padding:7px 9px; border-radius:8px; background:#17304f; border:1px solid #365a78; color:#d1deea; font-size:.8rem; }
.modal-purchase { margin-top:auto; padding-top:24px; display:flex; align-items:end; justify-content:space-between; gap:20px; }
.modal-purchase small { display:block; color:#7f91a2; font-weight:800; text-transform:uppercase; font-size:.68rem; }
.modal-purchase strong { display:block; margin-top:4px; color:var(--botton-green); font-size:1.55rem; }
.primary-cta { border:0; background:var(--botton-orange); color:#080b0f; padding:13px 18px; min-width:150px; }
.toast { position:fixed; right:22px; bottom:22px; z-index:120; max-width:360px; padding:13px 16px; border-radius:12px; background:#173656; color:#fff; border:1px solid #47708f; box-shadow:0 18px 50px rgba(0,0,0,.35); }
@media (max-width: 980px) {
  .bottons-hero-inner { grid-template-columns:1fr; min-height:auto; }
  .hero-orbit { display:none; }
  .catalog-toolbar { grid-template-columns:1fr 1fr; }
  .products-grid[data-count="1"] { grid-template-columns:minmax(320px,520px); justify-content:center; }
  .products-grid[data-count="2"] { grid-template-columns:repeat(2,minmax(0,1fr)); justify-content:stretch; }
  .products-grid[data-count="1"] .product-card { display:block; }
  .products-grid[data-count="1"] .product-media { min-height:0; height:auto; aspect-ratio:1.12/1; border-right:0; }
  .products-grid[data-count="1"] .product-body { padding:20px; display:block; }
  .search-box { grid-column:1/-1; }
  .products-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .modal-card { grid-template-columns:1fr; }
  .modal-gallery { border-right:0; border-bottom:1px solid #1d2e40; }
  .modal-main-media { min-height:320px; }
}
@media (max-width: 700px) {
  .bottons-hero-inner { padding-top:44px; padding-bottom:48px; }
  .hero-copy h1 { font-size:clamp(2.6rem,14vw,4.6rem); }
  .catalog-section { padding-top:48px; }
  .catalog-heading { align-items:flex-start; flex-direction:column; }
  .catalog-toolbar { grid-template-columns:1fr; }
  .search-box { grid-column:auto; }
  .products-grid { grid-template-columns:1fr; }
  .product-media { aspect-ratio:1.2/1; }
  .products-grid[data-count="1"],.products-grid[data-count="2"] { grid-template-columns:1fr; }
  .product-footer { grid-template-columns:1fr; align-items:stretch; }
  .product-actions { justify-content:stretch; }
  .details-btn,.interest-btn { flex:1; }
  .steps-grid { grid-template-columns:1fr; }
  .footer-inner { grid-template-columns:1fr; gap:18px; }
  .footer-links { flex-wrap:wrap; }
  .product-modal { padding:10px; }
  .modal-card { max-height:calc(100vh - 20px); border-radius:15px; }
  .modal-gallery { padding:12px; }
  .modal-main-media { min-height:260px; }
  .modal-content { padding:25px 18px 22px; }
  .modal-purchase { align-items:stretch; flex-direction:column; }
  .primary-cta { width:100%; }
}

/* R1.4 â€” equilÃ­brio de superfÃ­cies: preserva o hero R1.3 e eleva catÃ¡logo, card e etapas. */
.catalog-section {
  background: linear-gradient(180deg,#0b213d,#0f2948);
}
.sort-btn {
  background:#173656;
  color:#c6d4e2;
}
.sort-btn.active {
  background:#245679;
}
.search-box {
  background:#173656;
  border-color:#3a6282;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.025);
}
.catalog-toolbar select {
  background:#173656;
  border-color:#3a6282;
  color:#f2f7fb;
}
.filter-pill {
  background:#1a3b5f;
  border-color:#467494;
  color:#d8e7f2;
}
.product-card {
  border-color:#426d8f;
  background:linear-gradient(180deg,#1b3c63,#163251);
  box-shadow:0 20px 54px rgba(0,0,0,.20);
}
.product-card:hover {
  border-color:#5a8bb0;
  box-shadow:0 24px 66px rgba(0,0,0,.30);
}
.meta-chip {
  border-color:#416887;
  background:#214568;
  color:#d8e4ef;
}
.product-footer {
  border-top-color:#426786;
}
.details-btn {
  color:#d8e3ed;
  background:#214565;
  border-color:#527b9a;
}
.how-it-works {
  border-top-color:#355d7c;
  background:linear-gradient(180deg,#102a48,#153653);
}
.steps-grid article {
  border-color:#426d8f;
  background:linear-gradient(180deg,#1b3b61,#163251);
  box-shadow:0 16px 38px rgba(0,0,0,.16);
}

/* R2.15 â€” mÃ­dia canÃ´nica transparente integrada ao card pÃºblico.
   O PNG/WebP jÃ¡ chega 1:1 e sem fundo; o card nÃ£o deve recriar uma moldura branca. */
.product-media {
  aspect-ratio:1/1;
  padding:6px !important;
  background:
    radial-gradient(circle at 50% 42%,rgba(34,79,113,.96) 0%,rgba(15,43,73,.98) 48%,rgba(8,23,42,1) 100%);
  border-bottom:1px solid #355d7c;
}
.product-media img {
  border-radius:0;
}
.products-grid[data-count="1"] .product-media {
  border-right:1px solid #355d7c;
}
@media (max-width: 980px) {
  .products-grid[data-count="1"] .product-media {
    aspect-ratio:1/1;
    border-right:0;
  }
}
@media (max-width: 700px) {
  .product-media {
    aspect-ratio:1/1;
  }
}


/* R2.15 — mídia canônica transparente integrada ao card público */


/* R1.4 — equilíbrio de superfícies */


/* R3.1 — galeria dinâmica: estrutura, hero e trilhos */
.r3-header {
  border-bottom: 1px solid rgba(83, 122, 154, .32);
  backdrop-filter: blur(18px);
}
.r3-header-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
}
.r3-nav {
  display: flex;
  justify-content: center;
  gap: 4px;
}
.header-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  background: var(--botton-orange);
  color: #091019;
  font-size: .79rem;
  font-weight: 900;
  white-space: nowrap;
  box-shadow: 0 10px 28px rgba(255, 138, 0, .2);
  transition: transform .18s ease, box-shadow .18s ease;
}
.header-whatsapp:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 34px rgba(255, 138, 0, .28);
}
.r3-hero {
  min-height: 610px;
  background:
    radial-gradient(circle at 78% 34%, rgba(0, 229, 255, .17), transparent 24rem),
    radial-gradient(circle at 90% 62%, rgba(255, 138, 0, .14), transparent 22rem),
    linear-gradient(118deg, #071528 0%, #10264a 52%, #182b58 100%);
}
.r3-hero::after {
  content: "";
  position: absolute;
  width: 42rem;
  height: 42rem;
  right: -12rem;
  top: -18rem;
  border: 1px solid rgba(0, 229, 255, .1);
  border-radius: 50%;
  box-shadow: inset 0 0 0 5rem rgba(255, 255, 255, .01);
  pointer-events: none;
}
.r3-hero-inner {
  min-height: 610px;
  grid-template-columns: minmax(0, .92fr) minmax(430px, 1.08fr);
  gap: 54px;
  padding-top: 58px;
  padding-bottom: 58px;
}
.r3-hero-copy {
  max-width: 660px;
}
.r3-hero-copy h1 {
  font-size: clamp(3.25rem, 5.8vw, 5.8rem);
}
.hero-art-stage {
  position: relative;
  min-height: 500px;
  isolation: isolate;
}
.hero-art-stage::before,
.hero-art-stage::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.hero-art-stage::before {
  inset: 7% 10% 8% 6%;
  border: 1px solid rgba(0, 229, 255, .16);
  transform: rotate(-9deg);
}
.hero-art-stage::after {
  width: 52%;
  aspect-ratio: 1;
  right: 7%;
  top: 19%;
  background: radial-gradient(circle, rgba(255, 138, 0, .15), transparent 68%);
  filter: blur(12px);
  z-index: -1;
}
.hero-art {
  position: absolute;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  filter: drop-shadow(0 26px 24px rgba(0, 0, 0, .35));
  transition: transform .24s ease, filter .24s ease;
}
.hero-art img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.hero-art span {
  position: absolute;
  left: 50%;
  bottom: -28px;
  transform: translateX(-50%);
  max-width: 150px;
  padding: 6px 9px;
  border: 1px solid rgba(66, 109, 143, .8);
  border-radius: 999px;
  background: rgba(7, 19, 35, .92);
  color: #dce8f3;
  font-size: .7rem;
  font-weight: 850;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  opacity: 0;
  transition: opacity .2s ease;
}
.hero-art:hover,
.hero-art:focus-visible {
  z-index: 10 !important;
  filter: drop-shadow(0 32px 30px rgba(0, 0, 0, .5));
}
.hero-art:hover span,
.hero-art:focus-visible span {
  opacity: 1;
}
.hero-art:focus-visible {
  outline: 3px solid var(--botton-cyan);
  outline-offset: 5px;
}
.hero-art:nth-child(1) { width: 45%; left: 24%; top: 17%; z-index: 5; transform: rotate(-4deg); }
.hero-art:nth-child(2) { width: 31%; left: 1%; top: 2%; z-index: 3; transform: rotate(-11deg); }
.hero-art:nth-child(3) { width: 30%; right: 1%; top: 4%; z-index: 4; transform: rotate(10deg); }
.hero-art:nth-child(4) { width: 28%; left: 2%; bottom: 3%; z-index: 2; transform: rotate(8deg); }
.hero-art:nth-child(5) { width: 32%; right: 1%; bottom: 1%; z-index: 3; transform: rotate(-8deg); }
.hero-art:nth-child(1):hover,
.hero-art:nth-child(1):focus-visible { transform: rotate(-1deg) translateY(-7px) scale(1.035); }
.hero-art:nth-child(2):hover,
.hero-art:nth-child(2):focus-visible { transform: rotate(-7deg) translateY(-6px) scale(1.04); }
.hero-art:nth-child(3):hover,
.hero-art:nth-child(3):focus-visible { transform: rotate(6deg) translateY(-6px) scale(1.04); }
.hero-art:nth-child(4):hover,
.hero-art:nth-child(4):focus-visible { transform: rotate(4deg) translateY(-6px) scale(1.04); }
.hero-art:nth-child(5):hover,
.hero-art:nth-child(5):focus-visible { transform: rotate(-4deg) translateY(-6px) scale(1.04); }
.discovery-section {
  scroll-margin-top: 82px;
  padding: 46px 0 34px;
  border-bottom: 1px solid rgba(66, 109, 143, .35);
  background:
    linear-gradient(180deg, rgba(10, 29, 52, .98), rgba(8, 24, 44, .98));
}
.discovery-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 20px;
}
.discovery-heading h2 {
  margin: 7px 0 5px;
  font-size: clamp(2rem, 3.3vw, 3rem);
  letter-spacing: -.035em;
}
.discovery-heading p {
  margin: 0;
  color: var(--botton-muted);
}
.rail-controls {
  display: flex;
  gap: 8px;
}
.rail-button {
  width: 42px;
  height: 42px;
  border: 1px solid #426d8f;
  border-radius: 50%;
  background: #15304f;
  color: #e5f1fb;
  font: inherit;
  font-size: 1.15rem;
  cursor: pointer;
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}
.rail-button:hover,
.rail-button:focus-visible {
  transform: translateY(-1px);
  border-color: var(--botton-cyan);
  background: #1b3c61;
}
.art-rail {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: inline mandatory;
  scrollbar-width: thin;
  scrollbar-color: #426d8f transparent;
  padding: 4px 2px 14px;
}
.rail-card {
  position: relative;
  flex: 0 0 clamp(190px, 21vw, 270px);
  min-width: 0;
  scroll-snap-align: start;
  overflow: hidden;
  border: 1px solid #355d7c;
  border-radius: 20px;
  background: linear-gradient(180deg, #173656, #102a48);
  color: #fff;
  cursor: pointer;
  text-align: left;
  transition: transform .2s ease, border-color .2s ease;
}
.rail-card:hover,
.rail-card:focus-visible {
  transform: translateY(-4px);
  border-color: var(--botton-cyan);
}
.rail-card:focus-visible {
  outline: 2px solid var(--botton-cyan);
  outline-offset: 3px;
}
.rail-card-media {
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  padding: 14px;
  background:
    radial-gradient(circle at 50% 45%, rgba(0, 229, 255, .11), transparent 48%),
    linear-gradient(180deg, #102d4d, #0d243f);
}
.rail-card-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 16px 16px rgba(0, 0, 0, .3));
}
.rail-card-copy {
  display: block;
  padding: 14px 15px 16px;
}
.rail-card-copy small {
  display: block;
  margin-bottom: 5px;
  color: var(--botton-cyan);
  font-size: .69rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.rail-card-copy strong {
  display: block;
  overflow: hidden;
  font-size: 1rem;
  line-height: 1.25;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.theme-explorer {
  display: grid;
  grid-template-columns: minmax(180px, .32fr) minmax(0, 1fr);
  align-items: center;
  gap: 28px;
  margin-top: 26px;
  padding-top: 24px;
  border-top: 1px solid rgba(66, 109, 143, .36);
}
.theme-heading h3 {
  margin: 6px 0 0;
  font-size: 1.2rem;
}
.theme-rail {
  display: flex;
  gap: 9px;
  overflow-x: auto;
  padding: 4px 2px 7px;
  scrollbar-width: none;
}
.theme-rail::-webkit-scrollbar { display: none; }
.theme-chip {
  flex: 0 0 auto;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid #355d7c;
  border-radius: 999px;
  background: #102a48;
  color: #d3e0ec;
  font: inherit;
  font-size: .79rem;
  font-weight: 850;
  cursor: pointer;
  transition: border-color .18s ease, background .18s ease, color .18s ease;
}
.theme-chip:hover,
.theme-chip:focus-visible,
.theme-chip.active {
  border-color: var(--botton-cyan);
  background: rgba(0, 229, 255, .11);
  color: #fff;
}
@media (max-width: 980px) {
  .r3-header-inner { grid-template-columns: auto 1fr auto; gap: 14px; }
  .r3-nav { justify-content: flex-end; }
  .r3-nav .nav-link:first-child { display: none; }
  .r3-hero { min-height: 0; }
  .r3-hero-inner {
    min-height: 0;
    grid-template-columns: minmax(0, 1fr) minmax(330px, .8fr);
    gap: 26px;
    padding-top: 44px;
    padding-bottom: 48px;
  }
  .r3-hero-copy h1 { font-size: clamp(3rem, 7vw, 4.8rem); }
  .hero-art-stage { min-height: 390px; }
  .theme-explorer { grid-template-columns: 1fr; gap: 12px; }
}
@media (max-width: 700px) {
  .r3-header-inner {
    min-height: 62px;
    grid-template-columns: 1fr auto;
  }
  .r3-nav { display: none; }
  .header-whatsapp { min-height: 36px; padding: 0 11px; font-size: .72rem; }
  .r3-hero-inner {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
    padding-top: 34px;
    padding-bottom: 32px;
  }
  .r3-hero-copy h1 { font-size: clamp(2.75rem, 15vw, 4.4rem); }
  .r3-hero-copy p { font-size: .94rem; }
  .hero-art-stage { width: min(100%, 470px); min-height: 360px; margin: 0 auto; }
  .hero-art:nth-child(1) { width: 47%; left: 26%; }
  .hero-art span { display: none; }
  .discovery-section { padding-top: 34px; }
  .discovery-heading { align-items: flex-start; }
  .discovery-heading p { max-width: 28rem; }
  .rail-controls { display: none; }
  .rail-card { flex-basis: min(72vw, 250px); }
  .theme-explorer { margin-top: 20px; padding-top: 20px; }
}
@media (prefers-reduced-motion: reduce) {
  .header-whatsapp,
  .hero-art,
  .hero-art span,
  .rail-button,
  .rail-card,
  .theme-chip { transition: none !important; }
  .art-rail { scroll-behavior: auto; }
}

/* R3.1.1 — lapidação visual do header, hero e trilho */
.r3-nav .nav-link {
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: #aebdd0;
  padding: 9px 11px;
  transition: color .18s ease, background .18s ease;
}
.r3-nav .nav-link:hover,
.r3-nav .nav-link:focus-visible {
  background: rgba(255, 255, 255, .045);
  color: #f3f7fb;
}
.r3-nav .nav-link:focus-visible {
  outline: 2px solid var(--botton-cyan);
  outline-offset: 2px;
}
.r3-hero-inner {
  grid-template-columns: minmax(0, 1.02fr) minmax(430px, .98fr);
}
.r3-hero-copy {
  max-width: 700px;
}
.r3-hero-copy h1 {
  margin-top: 14px;
  font-size: clamp(3.15rem, 5vw, 5.15rem);
  line-height: .96;
  letter-spacing: -.048em;
}
.hero-line {
  display: block;
}
.hero-line-light {
  color: #f5f7fa;
  white-space: nowrap;
}
.hero-line-cyan {
  margin-top: 4px;
  color: var(--botton-cyan);
  max-width: 10.5ch;
}
.art-rail {
  scrollbar-width: none;
  padding-bottom: 8px;
}
.art-rail::-webkit-scrollbar {
  display: none;
}
.discovery-section .shell {
  position: relative;
}
.rail-card {
  box-shadow: 0 14px 34px rgba(0, 0, 0, .12);
}
.rail-card-media {
  padding: 12px;
}
@media (min-width: 981px) {
  .hero-art-stage {
    transform: translateX(8px);
  }
}
@media (max-width: 980px) {
  .r3-hero-inner {
    grid-template-columns: minmax(0, 1fr) minmax(320px, .8fr);
  }
  .r3-hero-copy h1 {
    font-size: clamp(2.95rem, 6.6vw, 4.45rem);
  }
  .hero-line-light {
    white-space: normal;
  }
}
@media (max-width: 700px) {
  .r3-hero-copy h1 {
    font-size: clamp(2.65rem, 13.5vw, 4rem);
  }
  .hero-line-cyan {
    max-width: 11ch;
  }
  .art-rail {
    padding-bottom: 4px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .r3-nav .nav-link {
    transition: none !important;
  }
}

/* R3.1.2 — estrutura global: sidebar + topbar + coleções + carrinho estrutural */
.r3-global-page {
  --r3-sidebar: 258px;
  --r3-topbar: 72px;
  min-width: 320px;
  background:
    radial-gradient(circle at 82% 8%, rgba(0, 229, 255, .08), transparent 28rem),
    linear-gradient(180deg, #071426 0%, #081a31 50%, #071426 100%);
}
.r3-global-page .shell,
.r3-content-shell {
  width: min(1220px, calc(100% - 48px));
  margin: 0 auto;
}
.r3-sidebar {
  position: fixed;
  inset: 0 auto 0 0;
  z-index: 80;
  width: var(--r3-sidebar);
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px 18px 18px;
  border-right: 1px solid rgba(75, 116, 153, .34);
  background:
    radial-gradient(circle at 28% 8%, rgba(0, 229, 255, .09), transparent 11rem),
    rgba(4, 12, 24, .985);
  box-shadow: 20px 0 50px rgba(0, 0, 0, .16);
}
.r3-sidebar-brand {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  align-items: center;
  gap: 11px;
  min-height: 54px;
  padding: 3px 5px;
}
.r3-brand-mark {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(0, 229, 255, .46);
  border-radius: 50%;
  background: linear-gradient(145deg, #0e89d8, #00cbe6);
  color: #fff;
  font-weight: 950;
  font-size: .92rem;
  box-shadow: 0 0 28px rgba(0, 229, 255, .16);
}
.r3-brand-copy { min-width: 0; }
.r3-brand-copy strong {
  display: block;
  color: #f5f7fa;
  font-size: .94rem;
  letter-spacing: .08em;
  white-space: nowrap;
}
.r3-brand-copy strong span { color: var(--botton-orange); }
.r3-brand-copy small {
  display: block;
  margin-top: 3px;
  overflow: hidden;
  color: var(--botton-cyan);
  font-size: .56rem;
  font-weight: 900;
  letter-spacing: .095em;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.r3-sidebar-nav {
  display: grid;
  gap: 6px;
}
.r3-side-link {
  display: grid;
  grid-template-columns: 28px 1fr;
  align-items: center;
  gap: 7px;
  min-height: 46px;
  padding: 0 13px;
  border: 1px solid transparent;
  border-radius: 13px;
  color: #b5c3d4;
  transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}
.r3-side-link > span {
  display: grid;
  place-items: center;
  color: #91a8c1;
  font-size: 1.08rem;
}
.r3-side-link strong { font-size: .87rem; }
.r3-side-link:hover,
.r3-side-link:focus-visible,
.r3-side-link.active {
  border-color: rgba(0, 229, 255, .45);
  background: linear-gradient(90deg, rgba(0, 229, 255, .10), rgba(18, 48, 82, .54));
  color: #fff;
}
.r3-side-link.active > span { color: var(--botton-cyan); }
.r3-side-link:hover { transform: translateX(2px); }
.r3-side-link:focus-visible {
  outline: 2px solid var(--botton-cyan);
  outline-offset: 2px;
}
.r3-sidebar-spacer { flex: 1; min-height: 20px; }
.r3-sidebar-help {
  padding: 17px;
  border: 1px solid rgba(255, 138, 0, .34);
  border-radius: 18px;
  background:
    radial-gradient(circle at 100% 0, rgba(255, 138, 0, .12), transparent 9rem),
    #10223b;
}
.r3-sidebar-help-icon {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-bottom: 13px;
  border-radius: 10px;
  background: rgba(255, 138, 0, .12);
  color: #ffc235;
}
.r3-sidebar-help h2 { margin: 0; font-size: .97rem; }
.r3-sidebar-help p { margin: 8px 0 13px; color: #a8bad0; font-size: .74rem; line-height: 1.55; }
.r3-sidebar-help a { color: #ffc235; font-size: .74rem; font-weight: 900; }

.r3-main-frame {
  min-width: 0;
  margin-left: var(--r3-sidebar);
}
.r3-topbar {
  position: sticky;
  top: 0;
  z-index: 70;
  min-height: var(--r3-topbar);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 10px 28px;
  border-bottom: 1px solid rgba(55, 91, 124, .42);
  background: rgba(5, 14, 27, .92);
  backdrop-filter: blur(18px);
  box-shadow: 0 12px 34px rgba(0, 0, 0, .13);
}
.r3-mobile-brand { display: none; font-weight: 950; letter-spacing: .08em; }
.r3-mobile-brand span { color: var(--botton-orange); }
.r3-topbar-context { display: grid; gap: 2px; min-width: 0; }
.r3-topbar-context strong { font-size: .9rem; color: #f3f7fb; }
.r3-topbar-context span { color: #8095ac; font-size: .69rem; }
.r3-topbar-actions { display: flex; align-items: center; gap: 12px; }
.r3-product-switch {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
  padding: 4px;
  border: 1px solid #263d56;
  border-radius: 14px;
  background: #0a1728;
}
.r3-product-switch a {
  min-height: 38px;
  display: grid;
  place-items: center;
  padding: 0 14px;
  border-radius: 10px;
  color: #93a7bd;
  font-size: .76rem;
  font-weight: 850;
  white-space: nowrap;
}
.r3-product-switch a:hover,
.r3-product-switch a:focus-visible { color: #fff; }
.r3-product-switch a.active {
  background: linear-gradient(135deg, #08d7ee, #00b7db);
  color: #03101b;
  box-shadow: 0 7px 20px rgba(0, 229, 255, .12);
}
.r3-product-switch a:focus-visible,
.r3-cart-button:focus-visible { outline: 2px solid var(--botton-cyan); outline-offset: 2px; }
.r3-cart-button {
  min-height: 46px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 11px 0 14px;
  border: 1px solid rgba(255, 138, 0, .68);
  border-radius: 14px;
  background: linear-gradient(135deg, #ffb41b, #ff8a00);
  color: #06101f;
  font: inherit;
  cursor: pointer;
  box-shadow: 0 9px 26px rgba(255, 138, 0, .12);
}
.r3-cart-button strong { font-size: .78rem; }
.r3-cart-button b {
  min-width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(5, 13, 25, .88);
  color: #fff;
  font-size: .68rem;
}

.r3-discovery-wrap { padding: 28px 0 34px; }
.r3-discovery-panel {
  overflow: hidden;
  border: 1px solid rgba(54, 101, 137, .72);
  border-radius: 30px;
  background:
    radial-gradient(circle at 88% 3%, rgba(0, 229, 255, .10), transparent 24rem),
    radial-gradient(circle at 62% 25%, rgba(70, 65, 190, .20), transparent 28rem),
    linear-gradient(135deg, #0c2a4e 0%, #171c52 58%, #10183c 100%);
  box-shadow: 0 26px 80px rgba(0, 0, 0, .17);
}
.r3-hero-row {
  min-height: 330px;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(350px, .8fr);
  align-items: center;
  gap: 34px;
  padding: 38px 40px 24px;
}
.r3-hero-message { max-width: 740px; }
.r3-hero-message h1 {
  margin: 10px 0 12px;
  max-width: 12ch;
  font-size: clamp(3rem, 5.2vw, 5.5rem);
  line-height: .93;
  letter-spacing: -.055em;
}
.r3-hero-message h1 em {
  display: block;
  color: #ffca2e;
  font-style: normal;
}
.r3-hero-message > p {
  max-width: 650px;
  margin: 0;
  color: #b8c8da;
  font-size: .94rem;
  line-height: 1.65;
}
.r3-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 20px;
}
.r3-hero-meta span {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0 12px;
  border: 1px solid rgba(0, 229, 255, .25);
  border-radius: 999px;
  background: rgba(3, 18, 35, .36);
  color: #c8d7e6;
  font-size: .7rem;
  font-weight: 800;
}
.r3-hero-meta strong { color: #ffca2e; font-size: .86rem; }
.r3-hero-spotlight {
  position: relative;
  min-height: 280px;
  display: grid;
  align-items: end;
  padding: 18px;
  border: 1px solid rgba(95, 127, 164, .34);
  border-radius: 24px;
  background: rgba(5, 18, 38, .30);
}
.r3-hero-art-stage {
  position: absolute;
  inset: 5px 10px 68px;
  min-height: 0;
  transform: none !important;
}
.r3-hero-art-stage .hero-art {
  box-shadow: none;
}
.r3-hero-art-stage .hero-art span { display: none; }
.r3-spotlight-copy {
  position: relative;
  z-index: 6;
  display: grid;
  gap: 3px;
  padding: 12px 14px;
  border-radius: 15px;
  background: rgba(4, 13, 27, .77);
  backdrop-filter: blur(9px);
}
.r3-spotlight-copy > span { color: var(--botton-cyan); font-size: .58rem; font-weight: 950; letter-spacing: .14em; }
.r3-spotlight-copy strong { font-size: .92rem; }
.r3-spotlight-copy small { color: #a9b9cb; font-size: .68rem; }

.r3-collections-block {
  padding: 24px 40px 38px;
  border-top: 1px solid rgba(82, 109, 150, .28);
}
.r3-collections-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 17px;
}
.r3-collections-heading h2 { margin: 5px 0 3px; font-size: clamp(1.55rem, 2.3vw, 2.2rem); }
.r3-collections-heading p { margin: 0; color: #aabbd0; font-size: .82rem; }
.r3-collections-heading > a { color: #9ed8e6; font-size: .75rem; font-weight: 850; white-space: nowrap; }
.r3-collection-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(215px, 1fr);
  gap: 14px;
  overflow-x: auto;
  padding: 2px 2px 5px;
  scroll-snap-type: inline mandatory;
  scrollbar-width: none;
}
.r3-collection-rail::-webkit-scrollbar { display: none; }
.r3-collection-card {
  position: relative;
  min-height: 210px;
  scroll-snap-align: start;
  overflow: hidden;
  border: 1px solid #365878;
  border-radius: 20px;
  background: linear-gradient(165deg, #102948, #09182b);
  color: #fff;
  cursor: pointer;
  text-align: left;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.r3-collection-card:hover,
.r3-collection-card:focus-visible,
.r3-collection-card.active {
  transform: translateY(-3px);
  border-color: #ffb11b;
  box-shadow: 0 15px 32px rgba(0, 0, 0, .20);
}
.r3-collection-card:focus-visible { outline: 2px solid var(--botton-cyan); outline-offset: 2px; }
.r3-collection-collage {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 55% 38%, rgba(0, 229, 255, .16), transparent 45%),
    #08172b;
}
.r3-collection-collage::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(3, 10, 20, .97) 0%, rgba(3, 10, 20, .56) 34%, transparent 72%);
}
.r3-collection-collage img {
  position: absolute;
  width: 58%;
  height: 70%;
  object-fit: contain;
  filter: drop-shadow(0 13px 14px rgba(0, 0, 0, .34));
}
.r3-collection-collage img:nth-child(1) { left: -5%; top: 8%; transform: rotate(-7deg); }
.r3-collection-collage img:nth-child(2) { right: -5%; top: 5%; transform: rotate(7deg); }
.r3-collection-collage img:nth-child(3) { left: 28%; top: 1%; transform: scale(.92); }
.r3-collection-collage img:nth-child(4) { right: 15%; top: 25%; transform: scale(.76); opacity: .8; }
.r3-collection-copy {
  position: absolute;
  inset: auto 14px 13px;
  z-index: 3;
  display: grid;
  gap: 3px;
}
.r3-collection-copy small { color: #ffca2e; font-size: .61rem; font-weight: 950; letter-spacing: .08em; text-transform: uppercase; }
.r3-collection-copy strong { font-size: 1rem; }
.r3-collection-copy span { color: #aebed0; font-size: .7rem; }

.r3-catalog-section { padding-top: 34px; }
.r3-catalog-heading { margin-bottom: 18px; }
.r3-catalog-discovery {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  margin-bottom: 12px;
}
.r3-catalog-discovery > span {
  color: #8fa5bd;
  font-size: .66rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  white-space: nowrap;
}
.r3-catalog-discovery .theme-rail { padding-bottom: 2px; }
.r3-catalog-section .catalog-toolbar { margin-top: 0; }
.r3-footer { margin-left: 0; }

.r3-cart-drawer[hidden] { display: none; }
.r3-cart-drawer { position: fixed; inset: 0; z-index: 120; }
.r3-cart-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(1, 6, 13, .68);
  backdrop-filter: blur(5px);
}
.r3-cart-panel {
  position: absolute;
  inset: 0 0 0 auto;
  width: min(420px, calc(100% - 30px));
  display: flex;
  flex-direction: column;
  padding: 24px;
  border-left: 1px solid #31506e;
  background: linear-gradient(180deg, #0b1b30, #071426);
  box-shadow: -30px 0 80px rgba(0, 0, 0, .34);
}
.r3-cart-panel > header {
  position: static;
  min-height: 0;
  display: flex;
  align-items: start;
  justify-content: space-between;
  padding: 0 0 18px;
  border: 0;
  border-bottom: 1px solid #29445f;
  background: transparent;
  backdrop-filter: none;
  box-shadow: none;
}
.r3-cart-panel > header span { color: var(--botton-cyan); font-size: .61rem; font-weight: 950; letter-spacing: .12em; }
.r3-cart-panel > header h2 { margin: 4px 0 0; font-size: 1.65rem; }
.r3-cart-close {
  width: 38px;
  height: 38px;
  border: 1px solid #385572;
  border-radius: 11px;
  background: #10243d;
  color: #fff;
  font-size: 1.35rem;
  cursor: pointer;
}
.r3-cart-empty {
  flex: 1;
  display: grid;
  place-content: center;
  justify-items: center;
  text-align: center;
  padding: 40px 12px;
}
.r3-cart-empty > span {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border: 1px solid rgba(0, 229, 255, .34);
  border-radius: 50%;
  background: rgba(0, 229, 255, .08);
  color: var(--botton-cyan);
  font-size: 1.8rem;
}
.r3-cart-empty h3 { margin: 17px 0 7px; font-size: 1.2rem; }
.r3-cart-empty p { max-width: 290px; margin: 0; color: #9fb1c7; font-size: .8rem; line-height: 1.6; }
.r3-cart-empty a {
  margin-top: 20px;
  padding: 11px 15px;
  border-radius: 11px;
  background: var(--botton-orange);
  color: #07101d;
  font-size: .76rem;
  font-weight: 900;
}
.r3-mobile-nav { display: none; }

@media (max-width: 1180px) {
  .r3-global-page { --r3-sidebar: 230px; }
  .r3-sidebar { padding-inline: 14px; }
  .r3-brand-copy small { font-size: .51rem; }
  .r3-topbar { padding-inline: 20px; }
  .r3-hero-row { grid-template-columns: minmax(0, 1fr) 340px; padding-inline: 30px; }
  .r3-collections-block { padding-inline: 30px; }
}
@media (max-width: 980px) {
  .r3-global-page { --r3-sidebar: 0px; }
  .r3-sidebar { display: none; }
  .r3-main-frame { margin-left: 0; }
  .r3-topbar { min-height: 64px; padding: 8px 18px; }
  .r3-mobile-brand { display: block; }
  .r3-topbar-context { display: none; }
  .r3-global-page .r3-content-shell { width: min(100% - 30px, 900px); }
  .r3-discovery-wrap { padding-top: 18px; }
  .r3-hero-row { grid-template-columns: 1fr 310px; gap: 22px; padding: 30px 26px 22px; }
  .r3-hero-message h1 { font-size: clamp(2.8rem, 7vw, 4.3rem); }
  .r3-collections-block { padding: 22px 26px 30px; }
  .r3-collection-rail { grid-auto-columns: minmax(210px, 38vw); }
  .r3-mobile-nav {
    position: fixed;
    inset: auto 12px 12px;
    z-index: 75;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3px;
    padding: 6px;
    border: 1px solid #294b68;
    border-radius: 18px;
    background: rgba(5, 14, 27, .95);
    backdrop-filter: blur(18px);
    box-shadow: 0 15px 45px rgba(0, 0, 0, .35);
  }
  .r3-mobile-nav a,
  .r3-mobile-nav button {
    min-height: 48px;
    display: grid;
    place-items: center;
    gap: 1px;
    padding: 5px;
    border: 0;
    border-radius: 12px;
    background: transparent;
    color: #a8bbce;
    font: inherit;
  }
  .r3-mobile-nav span { font-size: 1rem; }
  .r3-mobile-nav strong { font-size: .58rem; }
  .r3-mobile-nav a:hover,
  .r3-mobile-nav button:hover { background: rgba(0, 229, 255, .08); color: #fff; }
  .r3-footer { padding-bottom: 90px; }
}
@media (max-width: 720px) {
  .r3-topbar { gap: 8px; }
  .r3-product-switch a { min-height: 35px; padding: 0 9px; font-size: .67rem; }
  .r3-cart-button { min-height: 43px; padding-left: 11px; }
  .r3-cart-button strong { display: none; }
  .r3-discovery-panel { border-radius: 22px; }
  .r3-hero-row { display: flex; flex-direction: column; align-items: stretch; padding: 27px 20px 20px; }
  .r3-hero-message h1 { max-width: 9ch; font-size: clamp(2.8rem, 13vw, 4.1rem); }
  .r3-hero-message > p { font-size: .85rem; }
  .r3-hero-meta { gap: 6px; }
  .r3-hero-meta span { min-height: 30px; padding: 0 9px; font-size: .61rem; }
  .r3-hero-spotlight { min-height: 250px; }
  .r3-collections-block { padding: 20px 20px 26px; }
  .r3-collections-heading { align-items: start; }
  .r3-collections-heading > a { display: none; }
  .r3-collection-rail { grid-auto-columns: minmax(205px, 72vw); }
  .r3-catalog-discovery { grid-template-columns: 1fr; gap: 6px; }
  .r3-cart-panel { width: 100%; }
}
@media (max-width: 520px) {
  .r3-mobile-brand { font-size: .78rem; }
  .r3-product-switch a:first-child { display: none; }
  .r3-product-switch { grid-template-columns: 1fr; }
  .r3-hero-meta span:nth-child(n+3) { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  .r3-side-link,
  .r3-collection-card { transition: none !important; }
  .r3-side-link:hover,
  .r3-collection-card:hover { transform: none; }
  .r3-collection-rail { scroll-behavior: auto; }
}

/* R3.1.3 — lapidação estrutural consolidada */
.r3-sidebar-brand {
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 10px;
  min-height: 62px;
  padding: 2px 2px 8px;
}
.r3-brand-logo {
  width: 112px;
  height: auto;
  display: block;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, .24));
}
.r3-brand-tagline {
  min-width: 0;
  display: grid;
  gap: 3px;
  align-content: center;
}
.r3-brand-tagline strong {
  color: #f5f7fa;
  font-size: .68rem;
  line-height: 1.28;
  letter-spacing: .01em;
}
.r3-brand-tagline small {
  color: var(--botton-cyan);
  font-size: .61rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.r3-side-link {
  grid-template-columns: 30px 1fr;
  gap: 8px;
}
.r3-side-icon {
  width: 19px;
  height: 19px;
  justify-self: center;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  color: #91a8c1;
}
.r3-side-link.active .r3-side-icon,
.r3-side-link:hover .r3-side-icon,
.r3-side-link:focus-visible .r3-side-icon {
  color: var(--botton-cyan);
}
.r3-sidebar-help a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 10px;
  border: 1px solid rgba(255, 194, 53, .28);
  border-radius: 10px;
  background: rgba(255, 194, 53, .07);
  transition: background .18s ease, border-color .18s ease, transform .18s ease;
}
.r3-sidebar-help a:hover,
.r3-sidebar-help a:focus-visible {
  border-color: rgba(255, 194, 53, .62);
  background: rgba(255, 194, 53, .12);
  transform: translateY(-1px);
}

.r3-topbar {
  min-height: 78px;
}
.r3-topbar-steps {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.r3-top-step {
  min-width: 0;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  align-items: center;
  gap: 7px;
}
.r3-top-step > b {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 138, 0, .45);
  border-radius: 9px;
  background: rgba(255, 138, 0, .08);
  color: #ffb11b;
  font-size: .63rem;
}
.r3-top-step > span {
  min-width: 0;
  display: grid;
  gap: 1px;
}
.r3-top-step strong {
  overflow: hidden;
  color: #eef4fb;
  font-size: .71rem;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.r3-top-step small {
  overflow: hidden;
  color: #7f94aa;
  font-size: .58rem;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.r3-top-step-arrow {
  color: #35526f;
  font-size: .9rem;
}
.r3-product-switch {
  grid-template-columns: auto 1fr;
}
.r3-product-switch .r3-product-option {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 0 12px;
  border-radius: 10px;
  color: #72879d;
  font-size: .72rem;
  font-weight: 850;
  white-space: nowrap;
}
.r3-product-switch .r3-product-option small {
  padding: 3px 5px;
  border: 1px solid #2a4159;
  border-radius: 999px;
  color: #6f8399;
  font-size: .49rem;
  font-weight: 900;
  text-transform: uppercase;
}
.r3-product-switch .r3-product-option.disabled {
  cursor: not-allowed;
  opacity: .72;
}

#explorar,
#colecoes,
#catalogo {
  scroll-margin-top: calc(var(--r3-topbar) + 18px);
}

.r3-catalog-heading {
  align-items: start;
}
.r3-catalog-discovery > span {
  color: #a4b5c8;
}
.r3-catalog-section .catalog-toolbar {
  grid-template-columns: minmax(250px, 1.25fr) minmax(150px, .72fr) minmax(145px, .66fr) minmax(155px, .68fr) auto;
  align-items: stretch;
}
.r3-toolbar-sort {
  align-self: stretch;
  min-height: 48px;
}
.r3-toolbar-sort .sort-btn {
  min-width: 78px;
  padding-inline: 11px;
}

.r3-global-page .products-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 15px;
}
.r3-global-page .product-card h3 {
  font-size: 1.12rem;
}
.r3-global-page .product-body {
  padding: 17px;
}
.r3-global-page .product-description {
  font-size: .84rem;
}
.r3-global-page .product-footer {
  grid-template-columns: minmax(105px, auto) 1fr;
  gap: 10px;
}
.r3-global-page .details-btn,
.r3-global-page .interest-btn {
  padding-inline: 9px;
  font-size: .73rem;
}

@media (max-width: 1480px) {
  .r3-top-step small { display: none; }
  .r3-topbar-steps { gap: 8px; }
  .r3-top-step-arrow { display: none; }
}
@media (max-width: 1320px) {
  .r3-global-page .products-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .r3-catalog-section .catalog-toolbar {
    grid-template-columns: minmax(260px, 1fr) repeat(3, minmax(145px, .55fr));
  }
  .r3-toolbar-sort {
    grid-column: 1 / -1;
    justify-self: end;
  }
}
@media (max-width: 1180px) {
  .r3-sidebar-brand {
    grid-template-columns: 100px minmax(0, 1fr);
  }
  .r3-brand-logo { width: 100px; }
  .r3-brand-tagline strong { font-size: .62rem; }
  .r3-brand-tagline small { font-size: .56rem; }
  .r3-top-step > b { width: 26px; height: 26px; }
  .r3-top-step { grid-template-columns: 26px minmax(0, 1fr); }
  .r3-top-step strong { font-size: .66rem; }
}
@media (max-width: 980px) {
  .r3-topbar-steps { display: none; }
  .r3-global-page .products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .r3-catalog-section .catalog-toolbar {
    grid-template-columns: 1fr 1fr;
  }
  .r3-catalog-section .search-box,
  .r3-toolbar-sort {
    grid-column: 1 / -1;
  }
  .r3-toolbar-sort { justify-self: end; }
}
@media (max-width: 700px) {
  .r3-global-page .products-grid {
    grid-template-columns: 1fr;
  }
  .r3-catalog-section .catalog-toolbar {
    grid-template-columns: 1fr;
  }
  .r3-catalog-section .search-box,
  .r3-toolbar-sort {
    grid-column: auto;
  }
  .r3-toolbar-sort { justify-self: stretch; }
  .r3-toolbar-sort .sort-btn { flex: 1; }
}
@media (prefers-reduced-motion: reduce) {
  .r3-sidebar-help a { transition: none !important; }
  .r3-sidebar-help a:hover { transform: none; }
}

/* R3.2 — produto image-first + carrinho funcional */
.r3-global-page {
  --r3-sidebar: 270px;
}
.r3-sidebar-brand {
  grid-template-columns: 108px minmax(132px, 1fr);
  gap: 9px;
}
.r3-brand-logo {
  width: 108px;
}
.r3-brand-tagline strong {
  font-size: .64rem;
  line-height: 1.2;
  white-space: nowrap;
}
.r3-brand-tagline small {
  font-size: .58rem;
}
.r3-topbar {
  min-height: 82px;
}
.r3-topbar-steps {
  gap: 11px;
}
.r3-top-step {
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 8px;
}
.r3-top-step > b {
  width: 30px;
  height: 30px;
  font-size: .66rem;
}
.r3-top-step strong {
  font-size: .76rem;
}
.r3-top-step small {
  font-size: .61rem;
}

/* Cards de descoberta: imagem primeiro, decisão rápida, detalhes sob demanda. */
.r3-global-page .products-grid {
  gap: 16px;
}
.r3-global-page .products-grid[data-count="1"] {
  grid-template-columns: minmax(250px, 310px);
  justify-content: start;
}
.r3-global-page .products-grid[data-count="2"] {
  grid-template-columns: repeat(2, minmax(250px, 310px));
  justify-content: start;
}
.r3-global-page .products-grid[data-count="1"] .product-card {
  display: block;
}
.r3-global-page .products-grid[data-count="1"] .product-media {
  min-height: 0;
  height: auto;
  aspect-ratio: 1 / 1;
  border-right: 0;
}
.r3-product-card {
  display: flex;
  flex-direction: column;
  min-height: 0;
  border-color: #355f80;
  background: linear-gradient(180deg, #123154 0%, #17395f 100%);
}
.r3-product-card.in-cart {
  border-color: rgba(255, 177, 27, .78);
  box-shadow: 0 18px 50px rgba(0,0,0,.18), 0 0 0 1px rgba(255,177,27,.16);
}
.r3-product-card .product-media {
  aspect-ratio: 1 / 1;
  padding: 10px !important;
  background: linear-gradient(180deg, #0b213c 0%, #0b1e36 100%);
}
.r3-product-card .product-media img {
  border-radius: 14px;
}
.r3-selected-badge {
  position: absolute;
  left: 12px;
  bottom: 12px;
  display: inline-flex;
  align-items: center;
  min-height: 29px;
  padding: 0 9px;
  border: 1px solid rgba(255,177,27,.55);
  border-radius: 999px;
  background: rgba(5,14,27,.9);
  color: #ffc235;
  font-size: .66rem;
  font-weight: 900;
  backdrop-filter: blur(9px);
}
.r3-product-card .product-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 14px 15px 15px;
}
.r3-product-card .product-category {
  font-size: .68rem;
}
.r3-global-page .r3-product-card h3 {
  margin: 5px 0 0;
  font-size: 1.08rem;
}
.r3-product-card .product-meta {
  min-height: 31px;
  margin-top: 12px;
  gap: 6px;
}
.r3-product-card .meta-chip {
  max-width: 100%;
  overflow: hidden;
  padding: 5px 7px;
  font-size: .66rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.r3-card-actions {
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  gap: 8px;
  margin-top: auto;
  padding-top: 14px;
}
.r3-card-actions .details-btn,
.r3-add-cart {
  min-width: 0;
  min-height: 40px;
  padding: 0 10px;
  border-radius: 10px;
  font-size: .74rem;
  font-weight: 900;
  white-space: nowrap;
}
.r3-card-actions .details-btn {
  border: 1px solid #3b6382;
  background: #1a4268;
  color: #eef6ff;
}
.r3-add-cart {
  cursor: pointer;
  border: 1px solid var(--botton-orange);
  background: var(--botton-orange);
  color: #071015;
  transition: transform .16s ease, background .16s ease, border-color .16s ease;
}
.r3-add-cart:hover {
  transform: translateY(-1px);
  background: #ff9e18;
}
.r3-add-cart.selected {
  border-color: rgba(32,229,143,.55);
  background: rgba(32,229,143,.13);
  color: #67f6b7;
}
.r3-add-cart:focus-visible,
.r3-card-actions .details-btn:focus-visible {
  outline: 2px solid var(--botton-cyan);
  outline-offset: 2px;
}

/* Carrinho lateral funcional. */
.r3-cart-panel {
  width: min(430px, calc(100vw - 24px));
  grid-template-rows: auto minmax(0, 1fr) auto;
}
.r3-cart-panel > header p {
  margin: 5px 0 0;
  color: #91a6bd;
  font-size: .72rem;
}
.r3-cart-list {
  min-height: 0;
  overflow: auto;
  padding: 12px 16px 18px;
}
.r3-cart-list[hidden],
.r3-cart-actions[hidden] {
  display: none;
}
.r3-cart-item {
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr) 34px;
  align-items: center;
  gap: 11px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(55,91,124,.32);
}
.r3-cart-item img {
  width: 68px;
  height: 68px;
  object-fit: contain;
  border: 1px solid #294661;
  border-radius: 12px;
  background: #091a30;
}
.r3-cart-item > div {
  min-width: 0;
  display: grid;
  gap: 3px;
}
.r3-cart-item small {
  color: var(--botton-cyan);
  font-size: .58rem;
  font-weight: 900;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.r3-cart-item strong {
  overflow: hidden;
  color: #f4f7fa;
  font-size: .88rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.r3-cart-item span {
  color: #8197ae;
  font-size: .65rem;
}
.r3-cart-item > button {
  width: 32px;
  height: 32px;
  cursor: pointer;
  border: 1px solid #314c66;
  border-radius: 10px;
  background: #10243e;
  color: #b8c8d8;
  font-size: 1rem;
}
.r3-cart-item > button:hover,
.r3-cart-item > button:focus-visible {
  border-color: #d66f64;
  color: #ff9288;
}
.r3-cart-actions {
  display: grid;
  gap: 9px;
  padding: 14px 16px 18px;
  border-top: 1px solid rgba(55,91,124,.4);
  background: rgba(5,14,27,.94);
}
.r3-cart-clear,
.r3-cart-whatsapp {
  min-height: 44px;
  cursor: pointer;
  border-radius: 11px;
  font-weight: 900;
}
.r3-cart-clear {
  border: 1px solid #36536e;
  background: #10243e;
  color: #c0cede;
}
.r3-cart-whatsapp {
  display: grid;
  place-items: center;
  gap: 2px;
  min-height: 54px;
  border: 1px solid var(--botton-orange);
  background: var(--botton-orange);
  color: #071015;
}
.r3-cart-whatsapp span { font-size: .82rem; }
.r3-cart-whatsapp small { font-size: .58rem; font-weight: 750; opacity: .78; }
.r3-mobile-nav button {
  position: relative;
}
#mobile-cart-count {
  min-width: 18px;
  height: 18px;
  display: inline-grid;
  place-items: center;
  margin-left: 2px;
  border-radius: 999px;
  background: var(--botton-orange);
  color: #071015;
  font-size: .58rem;
}

/* Quick View: seleção e compra individual coexistem sem competir. */
.modal-purchase {
  align-items: center;
}
.modal-purchase-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  min-width: 230px;
}
.modal-cart-toggle,
.modal-purchase-actions .primary-cta {
  min-height: 44px;
  cursor: pointer;
  border-radius: 11px;
  font-weight: 900;
}
.modal-cart-toggle {
  border: 1px solid var(--botton-orange);
  background: var(--botton-orange);
  color: #071015;
}
.modal-cart-toggle.selected {
  border-color: rgba(32,229,143,.58);
  background: rgba(32,229,143,.13);
  color: #67f6b7;
}
.modal-purchase-actions .primary-cta {
  border: 1px solid #3c6383;
  background: #193d62;
  color: #eef6ff;
}

/* Rodapé usa a identidade oficial em vez de tipografia improvisada. */
.r3-footer-brand {
  display: grid;
  justify-items: start;
}
.r3-footer-brand img {
  width: 118px;
  height: auto;
  display: block;
}
.r3-footer-brand p {
  margin: 4px 0 0;
}
.r3-footer .footer-inner > small {
  white-space: nowrap;
}

@media (max-width: 1480px) {
  .r3-brand-tagline strong { font-size: .61rem; }
  .r3-top-step strong { font-size: .72rem; }
}
@media (max-width: 1180px) {
  .r3-global-page { --r3-sidebar: 250px; }
  .r3-sidebar-brand { grid-template-columns: 96px minmax(120px, 1fr); }
  .r3-brand-logo { width: 96px; }
  .r3-brand-tagline strong { font-size: .57rem; }
  .r3-brand-tagline small { font-size: .53rem; }
}
@media (max-width: 980px) {
  .r3-global-page { --r3-sidebar: 0px; }
  .r3-product-card .product-meta { min-height: 0; }
  .r3-cart-panel { width: min(430px, 100vw); }
  .footer-inner {
    grid-template-columns: 1fr auto;
  }
  .r3-footer .footer-inner > small {
    grid-column: 1 / -1;
  }
}
@media (max-width: 700px) {
  .r3-product-card .product-media { aspect-ratio: 1 / 1; }
  .r3-card-actions { grid-template-columns: 1fr 1.08fr; }
  .modal-purchase {
    align-items: stretch;
    flex-direction: column;
  }
  .modal-purchase-actions { min-width: 0; width: 100%; }
  .footer-inner { grid-template-columns: 1fr; gap: 18px; }
  .r3-footer .footer-inner > small { grid-column: auto; }
}
@media (prefers-reduced-motion: reduce) {
  .r3-add-cart { transition: none !important; }
  .r3-add-cart:hover { transform: none; }
}

/* R3.2.1 — configuração obrigatória antes de entrar no carrinho. */
.r3-cart-empty[hidden],
.r3-cart-list[hidden],
.r3-cart-actions[hidden],
.r3-config-modal[hidden],
.r3-clear-cart-modal[hidden],
.r3-config-error[hidden] {
  display: none !important;
}

.r3-cart-item-copy {
  min-width: 0;
  display: grid;
  gap: 3px;
}
.r3-cart-item-copy em {
  color: #6f879f;
  font-size: .58rem;
  font-style: normal;
}
.r3-cart-edit {
  justify-self: start;
  margin-top: 3px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--botton-cyan);
  cursor: pointer;
  font-size: .62rem;
  font-weight: 850;
}
.r3-cart-edit:hover,
.r3-cart-edit:focus-visible {
  text-decoration: underline;
  outline: none;
}

.r3-config-modal {
  position: fixed;
  inset: 0;
  z-index: 140;
  display: grid;
  place-items: center;
  padding: 20px;
}
.r3-config-backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: rgba(1, 8, 18, .78);
  backdrop-filter: blur(10px);
}
.r3-config-card {
  position: relative;
  z-index: 1;
  width: min(660px, 100%);
  max-height: min(790px, calc(100vh - 32px));
  overflow: auto;
  border: 1px solid #315879;
  border-radius: 22px;
  background: linear-gradient(160deg, #0c213a 0%, #0a1830 58%, #15173c 100%);
  box-shadow: 0 30px 90px rgba(0, 0, 0, .48);
}
.r3-config-close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  width: 38px;
  height: 38px;
  border: 1px solid #365574;
  border-radius: 11px;
  background: #10253f;
  color: #fff;
  cursor: pointer;
  font-size: 1.25rem;
}
.r3-config-header {
  padding: 22px 66px 20px 22px;
  border-bottom: 1px solid rgba(58, 93, 126, .36);
}
.r3-config-product {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
}
.r3-config-product img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  border: 1px solid #2e5676;
  border-radius: 18px;
  background: #081a31;
}
.r3-config-product h2 {
  margin: 4px 0 5px;
  color: #f7f9fc;
  font-size: 1.35rem;
}
.r3-config-product p {
  margin: 0;
  color: #a7bad0;
  font-size: .78rem;
  line-height: 1.5;
}
.r3-config-body {
  display: grid;
  gap: 22px;
  padding: 22px;
}
.r3-config-fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
.r3-config-fieldset legend,
.r3-config-quantity-block > div:first-child {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}
.r3-config-fieldset legend > b,
.r3-config-quantity-block > div:first-child > b {
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  border: 1px solid rgba(255, 145, 0, .55);
  border-radius: 9px;
  color: var(--botton-orange);
  font-size: .68rem;
}
.r3-config-fieldset legend span,
.r3-config-quantity-block > div:first-child span {
  display: grid;
  gap: 1px;
}
.r3-config-fieldset legend strong,
.r3-config-quantity-block strong {
  color: #f3f7fb;
  font-size: .88rem;
}
.r3-config-fieldset legend small,
.r3-config-quantity-block small {
  color: #849bb3;
  font-size: .65rem;
}
.r3-config-choices {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}
.r3-config-choice {
  position: relative;
  cursor: pointer;
}
.r3-config-choice input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.r3-config-choice span {
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 9px 12px;
  border: 1px solid #315674;
  border-radius: 12px;
  background: #102a47;
  color: #d6e2ee;
  text-align: center;
  font-size: .76rem;
  font-weight: 850;
  transition: border-color .16s ease, background .16s ease, color .16s ease, transform .16s ease;
}
.r3-config-choice:hover span {
  transform: translateY(-1px);
  border-color: #4d7899;
}
.r3-config-choice input:focus-visible + span {
  outline: 2px solid var(--botton-cyan);
  outline-offset: 2px;
}
.r3-config-choice input:checked + span {
  border-color: var(--botton-cyan);
  background: rgba(0, 216, 255, .14);
  color: #effcff;
  box-shadow: inset 0 0 0 1px rgba(0, 216, 255, .16);
}
.r3-config-quantity-block {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
}
.r3-config-stepper {
  display: grid;
  grid-template-columns: 42px 64px 42px;
  align-items: center;
  overflow: hidden;
  border: 1px solid #355a78;
  border-radius: 12px;
  background: #0b213a;
}
.r3-config-stepper button,
.r3-config-stepper input {
  height: 42px;
  border: 0;
  background: transparent;
  color: #f7fbff;
  text-align: center;
  font-weight: 900;
}
.r3-config-stepper button {
  cursor: pointer;
  color: var(--botton-cyan);
  font-size: 1.15rem;
}
.r3-config-stepper input {
  width: 64px;
  border-inline: 1px solid #355a78;
  appearance: textfield;
}
.r3-config-stepper input::-webkit-inner-spin-button,
.r3-config-stepper input::-webkit-outer-spin-button {
  margin: 0;
  appearance: none;
}
.r3-config-error {
  margin: -4px 0 0;
  padding: 10px 12px;
  border: 1px solid rgba(255, 111, 97, .42);
  border-radius: 10px;
  background: rgba(255, 111, 97, .08);
  color: #ffb0a8;
  font-size: .72rem;
}
.r3-config-actions {
  display: grid;
  grid-template-columns: 1fr 1.45fr;
  gap: 10px;
  padding: 16px 22px 22px;
  border-top: 1px solid rgba(58, 93, 126, .36);
}
.r3-config-cancel,
.r3-config-confirm {
  min-height: 48px;
  border-radius: 12px;
  cursor: pointer;
  font-weight: 900;
}
.r3-config-cancel {
  border: 1px solid #365774;
  background: #10253f;
  color: #c7d6e5;
}
.r3-config-confirm {
  border: 1px solid var(--botton-orange);
  background: var(--botton-orange);
  color: #071015;
}
.r3-config-confirm:hover {
  background: #ff9f1b;
}

@media (max-width: 700px) {
  .r3-config-modal { padding: 8px; align-items: end; }
  .r3-config-card {
    width: 100%;
    max-height: 92vh;
    border-radius: 20px 20px 10px 10px;
  }
  .r3-config-product { grid-template-columns: 76px minmax(0, 1fr); }
  .r3-config-product img { width: 76px; height: 76px; }
  .r3-config-choices { grid-template-columns: 1fr; }
  .r3-config-quantity-block { align-items: stretch; flex-direction: column; }
  .r3-config-stepper { width: 148px; }
  .r3-config-actions { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .r3-config-choice span { transition: none !important; }
  .r3-config-choice:hover span { transform: none; }
}

/* R3.2.2 — card editorial + carrinho configurado */
.r3-product-card .product-media {
  position: relative;
  cursor: default;
}
.r3-category-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 29px;
  max-width: calc(100% - 24px);
  padding: 0 10px;
  cursor: pointer;
  border: 1px solid rgba(0, 229, 255, .48);
  border-radius: 999px;
  background: rgba(5, 20, 38, .9);
  color: #8bf5ff;
  font-size: .62rem;
  font-weight: 850;
  letter-spacing: .035em;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  backdrop-filter: blur(9px);
  transition: border-color .16s ease, background .16s ease, color .16s ease, transform .16s ease;
}
.r3-category-badge:hover {
  transform: translateY(-1px);
  border-color: var(--botton-cyan);
  background: rgba(8, 41, 63, .96);
  color: #d9fbff;
}
.r3-category-badge:focus-visible {
  outline: 2px solid var(--botton-cyan);
  outline-offset: 2px;
}
.r3-product-card .product-body {
  gap: 0;
  padding: 16px;
}
.r3-global-page .r3-product-card h3 {
  margin: 0;
  color: #f7fbff;
  font-size: 1.12rem;
  line-height: 1.2;
  font-weight: 900;
}
.r3-card-description {
  min-height: 4.35em;
  margin: 9px 0 0;
  color: #a9bdd1;
  font-size: .76rem;
  line-height: 1.45;
}
.r3-product-card .product-meta,
.r3-product-card .product-category,
.r3-card-actions .details-btn {
  display: none !important;
}
.r3-card-actions {
  display: block;
  margin-top: auto;
  padding-top: 16px;
}
.r3-card-actions .r3-add-cart {
  width: 100%;
  min-height: 44px;
  padding-inline: 14px;
  font-size: .76rem;
  white-space: normal;
  text-align: center;
}
.r3-add-cart.selected {
  border-color: rgba(32, 229, 143, .6);
  background: rgba(32, 229, 143, .13);
  color: #67f6b7;
}

/* Configurador: seleção inequívoca e confirmação somente quando válida. */
.r3-config-choice span::after {
  content: '';
  width: 0;
  height: 0;
  margin-left: 0;
  opacity: 0;
  transition: opacity .16s ease, width .16s ease, margin-left .16s ease;
}
.r3-config-choice input:checked + span {
  border-color: var(--botton-cyan);
  background: rgba(0, 229, 255, .18);
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(0, 229, 255, .3), 0 0 0 1px rgba(0, 229, 255, .08);
}
.r3-config-choice input:checked + span::after {
  content: '✓';
  width: auto;
  height: auto;
  margin-left: 8px;
  opacity: 1;
  color: var(--botton-cyan);
  font-weight: 950;
}
.r3-config-confirm:disabled,
.r3-config-confirm[aria-disabled="true"] {
  cursor: not-allowed;
  border-color: #324b63;
  background: #1a2d42;
  color: #70879d;
  opacity: .82;
}
.r3-config-confirm:not(:disabled):hover {
  background: #ff9f1b;
}

@media (max-width: 700px) {
  .r3-category-badge {
    top: 9px;
    right: 9px;
    min-height: 27px;
    max-width: calc(100% - 18px);
    font-size: .58rem;
  }
  .r3-selected-badge {
    left: 9px;
    bottom: 9px;
  }
  .r3-card-description {
    min-height: 0;
    font-size: .74rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .r3-category-badge,
  .r3-config-choice span,
  .r3-config-choice span::after {
    transition: none !important;
  }
  .r3-category-badge:hover {
    transform: none;
  }
}


/* R3.3.1 — confirmação própria do carrinho. */
.r3-clear-cart-modal {
  position: fixed;
  inset: 0;
  z-index: 150;
  display: grid;
  place-items: center;
  padding: 20px;
}
.r3-clear-cart-backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: rgba(1, 8, 18, .82);
  backdrop-filter: blur(10px);
}
.r3-clear-cart-card {
  position: relative;
  z-index: 1;
  width: min(470px, 100%);
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 16px;
  padding: 24px;
  border: 1px solid #315879;
  border-radius: 20px;
  background: linear-gradient(160deg, #0c213a 0%, #0a1830 100%);
  box-shadow: 0 30px 90px rgba(0, 0, 0, .5);
}
.r3-clear-cart-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 145, 0, .55);
  border-radius: 14px;
  background: rgba(255, 145, 0, .08);
  color: var(--botton-orange);
  font-size: 1.45rem;
  font-weight: 800;
}
.r3-clear-cart-card h2 {
  margin: 5px 0 6px;
  color: #f8fbff;
  font-size: 1.35rem;
}
.r3-clear-cart-card p {
  margin: 0;
  color: #a8bbcf;
  font-size: .78rem;
  line-height: 1.55;
}
.r3-clear-cart-card footer {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 10px;
  margin-top: 4px;
}
.r3-clear-cart-cancel,
.r3-clear-cart-confirm {
  min-height: 46px;
  border-radius: 12px;
  cursor: pointer;
  font-weight: 900;
}
.r3-clear-cart-cancel {
  border: 1px solid #365774;
  background: #10253f;
  color: #cfdae6;
}
.r3-clear-cart-confirm {
  border: 1px solid var(--botton-orange);
  background: var(--botton-orange);
  color: #071015;
}
.r3-clear-cart-cancel:focus-visible,
.r3-clear-cart-confirm:focus-visible {
  outline: 2px solid var(--botton-cyan);
  outline-offset: 2px;
}
@media (max-width: 560px) {
  .r3-clear-cart-modal { padding: 12px; align-items: end; }
  .r3-clear-cart-card { grid-template-columns: 46px minmax(0, 1fr); border-radius: 20px 20px 10px 10px; }
  .r3-clear-cart-icon { width: 42px; height: 42px; }
  .r3-clear-cart-card footer { grid-template-columns: 1fr; }
}


/* R3.3.4 — lapidação de linguagem, hero e CTA lateral. */
.r3-hero-message h1 { margin-top: 0; }
.r3-spotlight-copy { padding-top: 13px; }

.r3-sidebar-help {
  position: relative;
  overflow: hidden;
  padding: 18px;
  border-color: rgba(255, 154, 24, .58);
  background:
    radial-gradient(circle at 88% 6%, rgba(255, 177, 30, .22), transparent 7.5rem),
    radial-gradient(circle at 8% 100%, rgba(0, 229, 255, .10), transparent 8rem),
    linear-gradient(155deg, #152943 0%, #0d2038 72%, #0b1b31 100%);
  box-shadow: 0 16px 38px rgba(0, 0, 0, .24), inset 0 1px 0 rgba(255, 255, 255, .025);
}
.r3-sidebar-help::after {
  content: '';
  position: absolute;
  right: -42px;
  top: -48px;
  width: 118px;
  height: 118px;
  border: 1px solid rgba(255, 184, 45, .16);
  border-radius: 50%;
  pointer-events: none;
}
.r3-sidebar-help-topline {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 14px;
}
.r3-sidebar-help-icon {
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  margin: 0;
  border: 1px solid rgba(255, 184, 45, .22);
  background: linear-gradient(145deg, rgba(255, 162, 13, .18), rgba(255, 194, 53, .08));
  box-shadow: 0 8px 20px rgba(255, 145, 0, .08);
}
.r3-sidebar-help-kicker {
  color: #ffc53d;
  font-size: .58rem;
  font-weight: 950;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.r3-sidebar-help h2 {
  position: relative;
  z-index: 1;
  max-width: 16ch;
  font-size: 1.04rem;
  line-height: 1.18;
}
.r3-sidebar-help p {
  position: relative;
  z-index: 1;
  margin: 9px 0 15px;
  color: #b9c9d9;
  font-size: .75rem;
  line-height: 1.58;
}
.r3-sidebar-help a {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 42px;
  display: flex;
  justify-content: space-between;
  padding: 0 13px;
  border-color: rgba(255, 153, 0, .92);
  background: linear-gradient(135deg, #ffb51e, #ff8a00);
  color: #07111c;
  box-shadow: 0 10px 24px rgba(255, 138, 0, .16);
}
.r3-sidebar-help a:hover,
.r3-sidebar-help a:focus-visible {
  border-color: #ffc64a;
  background: linear-gradient(135deg, #ffc23b, #ff9414);
  color: #07111c;
  box-shadow: 0 13px 28px rgba(255, 138, 0, .22);
}

.r3-clear-cart-card h2 {
  margin-top: 0;
  max-width: 19ch;
  line-height: 1.16;
}

@media (prefers-reduced-motion: reduce) {
  .r3-sidebar-help a { transition: none !important; }
}


/* R3.4.1 — responsividade mobile + acabamento de toque. */
@supports (padding: max(0px)) {
  .r3-topbar {
    padding-top: max(8px, env(safe-area-inset-top));
  }
}

@media (max-width: 980px) {
  html {
    scroll-padding-bottom: calc(92px + env(safe-area-inset-bottom));
  }

  .r3-global-page {
    overflow-x: hidden;
  }

  .r3-mobile-brand {
    width: 102px;
    min-width: 92px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .r3-mobile-brand img {
    width: 100%;
    height: auto;
    display: block;
    filter: drop-shadow(0 7px 14px rgba(0, 0, 0, .22));
  }

  .r3-topbar-actions {
    min-width: 0;
    gap: 8px;
  }

  .r3-mobile-nav {
    bottom: max(10px, env(safe-area-inset-bottom));
    padding-bottom: max(6px, env(safe-area-inset-bottom));
  }

  .r3-mobile-nav a,
  .r3-mobile-nav button,
  .r3-cart-button,
  .r3-product-switch a,
  .r3-product-switch .r3-product-option,
  .r3-add-cart,
  .r3-cart-clear,
  .r3-cart-whatsapp,
  .r3-config-choice span,
  .r3-config-cancel,
  .r3-config-confirm {
    min-height: 44px;
  }

  .toast {
    right: 12px;
    bottom: calc(88px + env(safe-area-inset-bottom));
    left: 12px;
    max-width: none;
  }
}

@media (max-width: 720px) {
  .r3-global-page .r3-content-shell {
    width: calc(100% - 20px);
  }

  .r3-topbar {
    min-height: 60px;
    gap: 8px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .r3-mobile-brand {
    width: 88px;
    min-width: 78px;
  }

  .r3-product-switch {
    grid-template-columns: 1fr;
    padding: 3px;
  }

  .r3-product-switch .r3-product-option.disabled {
    display: none;
  }

  .r3-product-switch a {
    min-width: 72px;
    min-height: 38px;
    padding-inline: 10px;
    font-size: .7rem;
  }

  .r3-cart-button {
    min-height: 44px;
    padding: 0 8px;
    border-radius: 12px;
  }

  .r3-cart-button > span {
    font-size: .9rem;
  }

  .r3-cart-button b {
    min-width: 23px;
    height: 23px;
  }

  .r3-discovery-wrap {
    padding: 12px 0 24px;
  }

  .r3-discovery-panel {
    border-radius: 20px;
  }

  .r3-hero-row {
    gap: 18px;
    padding: 24px 18px 18px;
  }

  .r3-hero-message h1 {
    max-width: 10ch;
    font-size: clamp(2.55rem, 12vw, 3.55rem);
    line-height: .95;
  }

  .r3-hero-message > p {
    font-size: .82rem;
    line-height: 1.55;
  }

  .r3-hero-meta {
    margin-top: 16px;
  }

  .r3-hero-meta span {
    min-height: 32px;
    padding-inline: 10px;
  }

  .r3-hero-spotlight {
    min-height: 195px;
    padding: 12px;
    border-radius: 18px;
  }

  .r3-hero-art-stage {
    inset: 3px 7px 54px;
  }

  .r3-spotlight-copy {
    gap: 2px;
    padding: 9px 11px;
    border-radius: 12px;
  }

  .r3-spotlight-copy strong {
    font-size: .84rem;
  }

  .r3-spotlight-copy small {
    font-size: .62rem;
  }

  .r3-collections-block {
    padding: 18px 18px 22px;
  }

  .r3-collections-heading {
    margin-bottom: 13px;
  }

  .r3-collections-heading h2 {
    font-size: 1.55rem;
  }

  .r3-collections-heading p {
    font-size: .76rem;
    line-height: 1.45;
  }

  .r3-collection-rail {
    grid-auto-columns: minmax(210px, 82vw);
    gap: 10px;
    margin-inline: -2px;
    padding-bottom: 4px;
    scroll-padding-inline: 2px;
  }

  .r3-collection-card {
    min-height: 190px;
    border-radius: 17px;
  }

  .r3-catalog-section {
    padding-top: 26px;
  }

  .r3-catalog-heading {
    margin-bottom: 14px;
  }

  .r3-catalog-heading h2 {
    font-size: clamp(1.8rem, 9vw, 2.35rem);
  }

  .r3-catalog-discovery {
    margin-bottom: 10px;
  }

  .r3-catalog-discovery > span {
    font-size: .63rem;
  }

  .r3-catalog-section .catalog-toolbar {
    gap: 8px;
  }

  .r3-catalog-section .search-box,
  .r3-catalog-section select,
  .r3-toolbar-sort {
    min-height: 46px;
  }

  .r3-global-page .products-grid {
    gap: 12px;
  }

  .r3-product-card {
    border-radius: 18px;
  }

  .r3-product-card .product-body {
    padding: 13px 14px 14px;
  }

  .r3-global-page .r3-product-card h3 {
    font-size: 1.04rem;
  }

  .r3-product-card .product-description {
    font-size: .78rem;
    line-height: 1.5;
  }

  .r3-category-badge,
  .r3-selected-badge {
    min-height: 27px;
    font-size: .61rem;
  }

  .r3-card-actions {
    padding-top: 12px;
  }

  .r3-card-actions .r3-add-cart {
    min-height: 46px;
    font-size: .75rem;
  }

  .r3-cart-panel {
    width: 100%;
    padding: 18px 14px calc(14px + env(safe-area-inset-bottom));
  }

  .r3-cart-panel > header {
    padding-bottom: 14px;
  }

  .r3-cart-panel > header h2 {
    font-size: 1.45rem;
  }

  .r3-cart-close {
    width: 42px;
    height: 42px;
  }

  .r3-cart-list {
    padding: 8px 0 14px;
  }

  .r3-cart-item {
    grid-template-columns: 58px minmax(0, 1fr) 36px;
    gap: 9px;
  }

  .r3-cart-item img {
    width: 58px;
    height: 58px;
  }

  .r3-cart-item strong {
    font-size: .83rem;
  }

  .r3-cart-actions {
    padding: 12px 0 0;
  }

  .r3-config-modal {
    padding: 0;
    align-items: end;
  }

  .r3-config-card {
    width: 100%;
    max-height: 96dvh;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    border-radius: 22px 22px 0 0;
  }

  .r3-config-close {
    top: 12px;
    right: 12px;
    width: 42px;
    height: 42px;
  }

  .r3-config-header {
    padding: 18px 60px 16px 16px;
  }

  .r3-config-product {
    grid-template-columns: 70px minmax(0, 1fr);
    gap: 12px;
  }

  .r3-config-product img {
    width: 70px;
    height: 70px;
    border-radius: 14px;
  }

  .r3-config-product h2 {
    font-size: 1.16rem;
  }

  .r3-config-product p {
    font-size: .7rem;
  }

  .r3-config-body {
    gap: 18px;
    padding: 18px 16px;
  }

  .r3-config-choice span {
    min-height: 48px;
  }

  .r3-config-stepper {
    width: 100%;
    grid-template-columns: 52px minmax(68px, 1fr) 52px;
  }

  .r3-config-stepper input {
    width: 100%;
  }

  .r3-config-actions {
    position: sticky;
    bottom: 0;
    z-index: 3;
    grid-template-columns: 1fr;
    padding: 12px 16px calc(14px + env(safe-area-inset-bottom));
    background: rgba(8, 20, 39, .97);
    backdrop-filter: blur(14px);
  }

  .r3-clear-cart-modal {
    padding: 0;
    align-items: end;
  }

  .r3-clear-cart-card {
    width: 100%;
    grid-template-columns: 46px minmax(0, 1fr);
    padding: 20px 16px calc(16px + env(safe-area-inset-bottom));
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    border-radius: 20px 20px 0 0;
  }

  .r3-clear-cart-card h2 {
    font-size: 1.15rem;
  }

  .r3-clear-cart-card footer {
    grid-template-columns: 1fr;
  }

  .r3-mobile-nav {
    right: 8px;
    left: 8px;
    gap: 2px;
    border-radius: 16px;
  }

  .r3-mobile-nav a,
  .r3-mobile-nav button {
    min-height: 50px;
  }

  .r3-mobile-nav strong {
    font-size: .56rem;
  }

  .r3-footer {
    padding-bottom: calc(96px + env(safe-area-inset-bottom));
  }
}

@media (max-width: 420px) {
  .r3-mobile-brand {
    width: 80px;
    min-width: 72px;
  }

  .r3-topbar-actions {
    gap: 6px;
  }

  .r3-product-switch a {
    min-width: 64px;
    padding-inline: 8px;
  }

  .r3-hero-row {
    padding-inline: 15px;
  }

  .r3-hero-message h1 {
    font-size: clamp(2.35rem, 12.5vw, 3.1rem);
  }

  .r3-hero-spotlight {
    min-height: 180px;
  }

  .r3-collections-block {
    padding-inline: 15px;
  }

  .r3-collection-rail {
    grid-auto-columns: minmax(205px, 86vw);
  }
}

@media (prefers-reduced-motion: reduce) {
  .r3-config-actions {
    backdrop-filter: none;
  }
}


/* R3.4.2 — filtros mobile compactos + zona segura da navegação inferior. */
.r3-mobile-filter-toggle {
  display: none;
}

.r3-advanced-filters {
  display: contents;
}

@media (max-width: 720px) {
  html {
    scroll-padding-bottom: calc(104px + env(safe-area-inset-bottom));
  }

  .r3-main-frame main {
    padding-bottom: calc(88px + env(safe-area-inset-bottom));
  }

  .r3-catalog-section,
  .r3-product-card {
    scroll-margin-bottom: calc(104px + env(safe-area-inset-bottom));
  }

  .r3-catalog-discovery {
    min-width: 0;
    overflow: hidden;
  }

  .r3-catalog-discovery .theme-rail {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    padding-bottom: 5px;
    scroll-padding-inline: 2px;
    scroll-snap-type: inline proximity;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .r3-catalog-discovery .theme-rail::-webkit-scrollbar {
    display: none;
  }

  .r3-catalog-discovery .theme-rail > * {
    flex: 0 0 auto;
    scroll-snap-align: start;
  }

  .r3-catalog-section .catalog-toolbar {
    gap: 8px;
  }

  .r3-mobile-filter-toggle {
    width: 100%;
    min-height: 46px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    align-items: center;
    gap: 9px;
    padding: 0 14px;
    cursor: pointer;
    border: 1px solid #365f82;
    border-radius: 12px;
    background: #173a5f;
    color: #f4f8fc;
    font: inherit;
    font-size: .78rem;
    font-weight: 900;
    text-align: left;
  }

  .r3-mobile-filter-toggle:hover,
  .r3-mobile-filter-toggle:focus-visible,
  .r3-mobile-filter-toggle.has-active {
    border-color: rgba(0, 229, 255, .62);
  }

  .r3-mobile-filter-toggle:focus-visible {
    outline: 2px solid var(--botton-cyan);
    outline-offset: 2px;
  }

  .r3-mobile-filter-toggle b {
    min-width: 22px;
    height: 22px;
    display: inline-grid;
    place-items: center;
    padding-inline: 6px;
    border-radius: 999px;
    background: #0b2846;
    color: #9fb5ca;
    font-size: .66rem;
  }

  .r3-mobile-filter-toggle.has-active b {
    background: var(--botton-cyan);
    color: #06131f;
  }

  .r3-mobile-filter-chevron {
    font-size: 1rem;
    line-height: 1;
    transition: transform .18s ease;
  }

  .r3-mobile-filter-toggle[aria-expanded="true"] .r3-mobile-filter-chevron {
    transform: rotate(180deg);
  }

  .r3-advanced-filters {
    display: none;
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 2px 0 0;
  }

  .r3-advanced-filters.is-open {
    display: grid;
  }

  .r3-advanced-filters select,
  .r3-advanced-filters .r3-toolbar-sort {
    width: 100%;
  }

  .r3-mobile-nav {
    bottom: max(8px, env(safe-area-inset-bottom));
  }
}

@media (prefers-reduced-motion: reduce) {
  .r3-mobile-filter-chevron {
    transition: none;
  }
}

/* R3.4.3 — configurador mobile compacto + quantidade sempre acessível. */
@media (max-width: 720px) {
  .r3-config-card {
    max-height: 96dvh;
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  .r3-config-header {
    padding-top: 14px;
    padding-bottom: 13px;
  }

  .r3-config-product {
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 10px;
  }

  .r3-config-product img {
    width: 64px;
    height: 64px;
  }

  .r3-config-body {
    gap: 14px;
    padding: 14px 16px 16px;
  }

  .r3-config-fieldset legend,
  .r3-config-quantity-block > div:first-child {
    margin-bottom: 8px;
  }

  #config-types.r3-config-choices {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  #config-models.r3-config-choices {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .r3-config-choice span {
    min-height: 44px;
    padding: 8px 7px;
    font-size: .7rem;
    line-height: 1.18;
  }

  #config-models .r3-config-choice span {
    padding-inline: 5px;
    white-space: nowrap;
  }

  .r3-config-quantity-block {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .r3-config-stepper {
    width: 100%;
    grid-template-columns: 52px minmax(70px, 1fr) 52px;
  }

  .r3-config-actions {
    position: static;
    grid-template-columns: 1fr;
    padding: 10px 16px calc(14px + env(safe-area-inset-bottom));
    background: #081427;
    backdrop-filter: none;
  }
}

@media (max-width: 360px) {
  #config-models.r3-config-choices {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }

  #config-models .r3-config-choice span {
    min-height: 42px;
    padding-inline: 3px;
    font-size: .65rem;
  }
}


/* R3.4.4 — configurador desktop compacto + resumo da configuração. */

/* Tamanhos equivalentes: 25 / 32 / 58 mm. */
#config-models.r3-config-choices {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

/* Resumo da configuração escolhida. */
.r3-config-summary {
  min-height: 42px;
  display: flex;
  align-items: center;
  padding: 10px 13px;
  border: 1px solid rgba(66, 102, 132, .64);
  border-radius: 11px;
  background: rgba(5, 20, 39, .56);
  color: #8fa5bb;
  font-size: .74rem;
  line-height: 1.35;
}

.r3-config-summary.ready {
  border-color: rgba(0, 229, 255, .42);
  background: rgba(0, 229, 255, .08);
  color: #eefcff;
  font-weight: 850;
}

/* Desktop: mais largo e menos vertical. */
@media (min-width: 721px) {
  .r3-config-card {
    width: min(760px, 100%);
    max-height: min(740px, calc(100vh - 32px));
  }

  .r3-config-header {
    padding: 18px 62px 16px 20px;
  }

  .r3-config-product {
    grid-template-columns: 102px minmax(0, 1fr);
    gap: 17px;
  }

  .r3-config-product img {
    width: 102px;
    height: 102px;
  }

  .r3-config-body {
    gap: 16px;
    padding: 18px 20px 16px;
  }

  .r3-config-fieldset legend,
  .r3-config-quantity-block > div:first-child {
    margin-bottom: 9px;
  }

  .r3-config-choice span {
    min-height: 44px;
  }

  .r3-config-actions {
    padding: 14px 20px 18px;
  }
}


/* R3.4.6 — fluxo Modelo → Matriz → Quantidade */

.r3-config-fieldset[hidden],
.r3-config-quantity-block[hidden] {
  display: none !important;
}

#config-models .r3-config-choice span {
  white-space: normal;
}

#config-matrix-fieldset,
#config-quantity-block {
  animation:
    r346-config-reveal
    .16s
    ease-out;
}

@keyframes r346-config-reveal {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  #config-matrix-fieldset,
  #config-quantity-block {
    animation: none;
  }
}


/* R3.4.7 — continuar comprando */

.r3-cart-continue {
  display: grid;
  gap: 8px;
  padding-top: 14px;
  margin-top: 4px;
  border-top: 1px solid rgba(84, 117, 148, .34);
  text-align: center;
}

.r3-cart-continue p {
  margin: 0;
  color: #91a7bd;
  font-size: .74rem;
}

.r3-cart-continue button {
  width: 100%;
  min-height: 44px;
  border: 1px solid rgba(0, 217, 255, .52);
  border-radius: 11px;
  background: rgba(0, 217, 255, .06);
  color: #dcecf6;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  transition:
    border-color .16s ease,
    background .16s ease,
    color .16s ease;
}

.r3-cart-continue button:hover {
  border-color: #00d9ff;
  background: rgba(0, 217, 255, .12);
  color: #f3f7fb;
}

.r3-cart-continue button:focus-visible {
  outline: 2px solid #00d9ff;
  outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
  .r3-cart-continue button {
    transition: none;
  }
}

/* R3.4.10 — Arte sob encomenda premium */

.r3-sidebar-help {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 17px 16px 16px;
  border: 1px solid rgba(246, 180, 67, .58);
  border-radius: 16px;
  background:
    radial-gradient(
      circle at 90% 5%,
      rgba(246, 180, 67, .19),
      transparent 42%
    ),
    linear-gradient(
      145deg,
      rgba(33, 25, 17, .98),
      rgba(8, 23, 40, .98) 58%,
      rgba(5, 17, 31, .98)
    );
  box-shadow:
    0 14px 34px rgba(0, 0, 0, .28),
    inset 0 1px 0 rgba(246, 180, 67, .10);
}

.r3-sidebar-help::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 120px;
  height: 120px;
  top: -66px;
  right: -48px;
  border-radius: 50%;
  background:
    radial-gradient(
      circle,
      rgba(255, 174, 47, .24),
      transparent 67%
    );
  pointer-events: none;
}

.r3-sidebar-help-topline {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 12px;
}

.r3-sidebar-help-icon {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  flex: 0 0 30px;
  border: 1px solid rgba(246, 180, 67, .62);
  border-radius: 9px;
  background:
    linear-gradient(
      145deg,
      rgba(246, 180, 67, .20),
      rgba(255, 138, 0, .08)
    );
  color: #ffd166;
  font-size: 1rem;
  box-shadow:
    0 0 18px rgba(246, 180, 67, .12);
}

.r3-sidebar-help-kicker {
  color: #f6b443;
  font-size: .66rem;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: .085em;
}

.r3-sidebar-help h2 {
  margin: 0;
  max-width: 190px;
  color: #f3f7fb;
  font-size: 1.03rem;
  line-height: 1.16;
  font-weight: 900;
}

.r3-sidebar-help p {
  margin: 8px 0 14px;
  color: #a8bbce;
  font-size: .72rem;
  line-height: 1.45;
}

.r3-sidebar-help > a {
  min-height: 43px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 13px;
  border: 1px solid rgba(255, 195, 83, .70);
  border-radius: 11px;
  background:
    linear-gradient(
      135deg,
      #f6b443,
      #ff8a00
    );
  color: #07111d;
  font-size: .73rem;
  font-weight: 900;
  text-decoration: none;
  box-shadow:
    0 8px 22px rgba(255, 138, 0, .16);
  transition:
    transform .16s ease,
    box-shadow .16s ease,
    filter .16s ease;
}

.r3-sidebar-help > a span:last-child {
  font-size: 1rem;
  transition: transform .16s ease;
}

.r3-sidebar-help > a:hover {
  transform: translateY(-1px);
  filter: brightness(1.04);
  box-shadow:
    0 11px 27px rgba(255, 138, 0, .22);
}

.r3-sidebar-help > a:hover span:last-child {
  transform: translateX(2px);
}

.r3-sidebar-help > a:focus-visible {
  outline: 2px solid #00d9ff;
  outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
  .r3-sidebar-help > a,
  .r3-sidebar-help > a span:last-child {
    transition: none;
  }

  .r3-sidebar-help > a:hover,
  .r3-sidebar-help > a:hover span:last-child {
    transform: none;
  }
}
/* R3.4.11 - passo a passo simplificado */

.r3-topbar-steps .r3-top-step {
  align-items: center;
}

.r3-topbar-steps .r3-top-step > span {
  display: flex;
  align-items: center;
}

.r3-topbar-steps .r3-top-step strong {
  line-height: 1.15;
}

.r3-topbar-steps .r3-top-step small {
  display: none;
}

/* R3.4.12 — quatro ultimas artes automaticas no hero. */
.r3-hero-art-stage {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
  justify-items: center;
  gap: 12px;
  padding: 24px 12px 14px;
}

.r3-hero-art-stage::before {
  inset: 18% 4% 15%;
  border-color: rgba(0, 229, 255, .14);
  transform: none;
}

.r3-hero-art-stage::after {
  width: 52%;
  right: 24%;
  top: 22%;
  opacity: .45;
}

.r3-hero-art-stage .hero-art,
.r3-hero-art-stage .hero-art:nth-child(1),
.r3-hero-art-stage .hero-art:nth-child(2),
.r3-hero-art-stage .hero-art:nth-child(3),
.r3-hero-art-stage .hero-art:nth-child(4) {
  position: relative;
  inset: auto;
  width: min(100%, 88px);
  aspect-ratio: 1;
  overflow: hidden;
  border: 1px solid rgba(90, 150, 197, .62);
  border-radius: 50%;
  background:
    radial-gradient(
      circle at 50% 42%,
      rgba(31, 68, 111, .42),
      rgba(5, 18, 38, .22) 72%
    );
  box-shadow:
    0 12px 25px rgba(0, 0, 0, .3),
    inset 0 0 0 1px rgba(255, 255, 255, .025);
  filter: none;
  transform: none;
}

.r3-hero-art-stage .hero-art img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 50%;
}

.r3-hero-art-stage .hero-art:hover,
.r3-hero-art-stage .hero-art:focus-visible,
.r3-hero-art-stage .hero-art:nth-child(1):hover,
.r3-hero-art-stage .hero-art:nth-child(2):hover,
.r3-hero-art-stage .hero-art:nth-child(3):hover,
.r3-hero-art-stage .hero-art:nth-child(4):hover,
.r3-hero-art-stage .hero-art:nth-child(1):focus-visible,
.r3-hero-art-stage .hero-art:nth-child(2):focus-visible,
.r3-hero-art-stage .hero-art:nth-child(3):focus-visible,
.r3-hero-art-stage .hero-art:nth-child(4):focus-visible {
  transform: translateY(-3px) scale(1.035);
  filter: none;
  box-shadow:
    0 16px 32px rgba(0, 0, 0, .34),
    0 0 0 1px rgba(0, 229, 255, .24);
}

@media (max-width: 700px) {
  .r3-hero-art-stage {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 18px;
    padding: 8px 54px;
  }

  .r3-hero-art-stage .hero-art,
  .r3-hero-art-stage .hero-art:nth-child(1),
  .r3-hero-art-stage .hero-art:nth-child(2),
  .r3-hero-art-stage .hero-art:nth-child(3),
  .r3-hero-art-stage .hero-art:nth-child(4) {
    width: min(100%, 82px);
  }
}


/* R3.4.14 — hero dinamico de novidades. */
.r3-hero-art-stage {
  --hero-art-columns: 4;
  --hero-art-rows: 1;
  --hero-art-size: 64px;

  display: grid;

  grid-template-columns:
    repeat(
      var(--hero-art-columns),
      minmax(0, 1fr)
    );

  grid-template-rows:
    repeat(
      var(--hero-art-rows),
      minmax(0, 1fr)
    );

  align-items: center;
  justify-items: center;

  gap: 7px 9px;
  padding: 16px 18px 76px;
}

.r3-hero-art-stage .hero-art,
.r3-hero-art-stage .hero-art:nth-child(1),
.r3-hero-art-stage .hero-art:nth-child(2),
.r3-hero-art-stage .hero-art:nth-child(3),
.r3-hero-art-stage .hero-art:nth-child(4) {
  position: relative;
  inset: auto;

  width: min(
    var(--hero-art-size),
    90%
  );

  height: auto;
  max-height: var(--hero-art-size);

  aspect-ratio: 1;

  overflow: hidden;
  border-radius: 50%;

  transform: none;
  filter: none;
}

.r3-hero-art-stage .hero-art img {
  display: block;
  width: 100%;
  height: 100%;

  object-fit: contain;
  border-radius: 50%;
}

.r3-hero-art-stage::before {
  inset: 16% 5% 28%;
  transform: none;
  opacity: .48;
}

.r3-hero-art-stage::after {
  width: 54%;
  right: 23%;
  top: 38%;
  opacity: .28;
}

@media (max-width: 700px) {
  .r3-hero-art-stage {
    gap: 6px;
    padding: 10px 12px 68px;
  }

  .r3-hero-art-stage .hero-art,
  .r3-hero-art-stage .hero-art:nth-child(1),
  .r3-hero-art-stage .hero-art:nth-child(2),
  .r3-hero-art-stage .hero-art:nth-child(3),
  .r3-hero-art-stage .hero-art:nth-child(4) {
    width: min(
      var(--hero-art-size),
      84%
    );
  }
}


/* R3.4.15 — ocupacao adaptativa do hero */

/* Uma fileira: círculos grandes e centralizados. */
.r3-hero-art-stage[data-rows="1"] {
  gap: 8px;
  padding: 16px 8px 72px;
}

.r3-hero-art-stage[data-rows="1"] .hero-art {
  width: min(
    var(--hero-art-size),
    96%
  );
}


/*
 * Duas fileiras:
 * ocupa praticamente toda a largura útil do card.
 */
.r3-hero-art-stage[data-rows="2"] {
  gap: 4px 4px;

  padding:
    6px
    6px
    68px;
}

.r3-hero-art-stage[data-rows="2"] .hero-art {
  width: min(
    var(--hero-art-size),
    97%
  );

  max-height: none;
}


/*
 * Três fileiras:
 * usa o tamanho menor que antes estava sendo
 * aplicado visualmente às duas fileiras.
 */
.r3-hero-art-stage[data-rows="3"] {
  gap: 3px 5px;

  padding:
    5px
    8px
    68px;
}

.r3-hero-art-stage[data-rows="3"] .hero-art {
  width: min(
    var(--hero-art-size),
    90%
  );
}


@media (max-width: 700px) {

  .r3-hero-art-stage[data-rows="2"] {
    gap: 4px;

    padding:
      6px
      5px
      66px;
  }

  .r3-hero-art-stage[data-rows="3"] {
    gap: 3px;

    padding:
      4px
      6px
      66px;
  }
}


/* R3.4.16 — novidades maiores e centralizadas */

/*
 * Para 5 a 8 artes existem duas fileiras.
 * Aproveita melhor toda a área superior sem alterar
 * as dimensões externas do card.
 */
.r3-hero-art-stage[data-rows="2"] {
  grid-template-rows:
    repeat(
      2,
      minmax(0, 90px)
    );

  gap: 4px 6px;

  padding:
    4px
    4px
    54px;

  align-content: center;
  justify-content: center;

  place-content: center;
  place-items: center;
}

.r3-hero-art-stage[data-rows="2"] .hero-art,
.r3-hero-art-stage[data-rows="2"] .hero-art:nth-child(1),
.r3-hero-art-stage[data-rows="2"] .hero-art:nth-child(2),
.r3-hero-art-stage[data-rows="2"] .hero-art:nth-child(3),
.r3-hero-art-stage[data-rows="2"] .hero-art:nth-child(4) {
  width: min(
    90px,
    100%
  );

  max-height: 90px;

  margin: 0 auto;
}


/*
 * O rodapé do destaque passa a ter uma única mensagem.
 */
.r3-spotlight-copy {
  display: flex;

  align-items: center;
  justify-content: center;

  text-align: center;
}

.r3-spotlight-copy strong {
  display: block;
  width: 100%;

  text-align: center;
}

.r3-spotlight-copy small {
  display: none;
}


@media (max-width: 700px) {

  .r3-hero-art-stage[data-rows="2"] {
    grid-template-rows:
      repeat(
        2,
        minmax(0, 76px)
      );

    gap: 4px;

    padding:
      4px
      3px
      52px;
  }

  .r3-hero-art-stage[data-rows="2"] .hero-art,
  .r3-hero-art-stage[data-rows="2"] .hero-art:nth-child(1),
  .r3-hero-art-stage[data-rows="2"] .hero-art:nth-child(2),
  .r3-hero-art-stage[data-rows="2"] .hero-art:nth-child(3),
  .r3-hero-art-stage[data-rows="2"] .hero-art:nth-child(4) {
    width: min(
      76px,
      100%
    );

    max-height: 76px;
  }
}

/* R3.4.17 — composicao vertical final */

/*
 * Mantém os círculos grandes do R3.4.16,
 * mas usa melhor a área entre o topo e a legenda.
 */
.r3-hero-art-stage[data-rows="2"] {
  padding:
    18px
    4px
    42px;

  align-content: center;
  justify-content: center;

  place-content: center;
  place-items: center;
}

.r3-hero-art-stage[data-rows="2"] .hero-art,
.r3-hero-art-stage[data-rows="2"] .hero-art:nth-child(1),
.r3-hero-art-stage[data-rows="2"] .hero-art:nth-child(2),
.r3-hero-art-stage[data-rows="2"] .hero-art:nth-child(3),
.r3-hero-art-stage[data-rows="2"] .hero-art:nth-child(4) {
  width: min(90px, 100%);
  max-height: 90px;
  margin: 0 auto;
}


/*
 * Legenda final:
 * Novidades
 * Descubra as artes...
 */
.r3-spotlight-copy {
  display: block;

  padding:
    9px
    14px;

  text-align: left;
}

.r3-spotlight-copy strong {
  display: block;

  width: 100%;

  text-align: left;
}

.r3-spotlight-copy small {
  display: block;

  margin-top: 3px;

  text-align: left;
}


@media (max-width: 700px) {

  .r3-hero-art-stage[data-rows="2"] {
    padding:
      14px
      3px
      40px;
  }

  .r3-hero-art-stage[data-rows="2"] .hero-art,
  .r3-hero-art-stage[data-rows="2"] .hero-art:nth-child(1),
  .r3-hero-art-stage[data-rows="2"] .hero-art:nth-child(2),
  .r3-hero-art-stage[data-rows="2"] .hero-art:nth-child(3),
  .r3-hero-art-stage[data-rows="2"] .hero-art:nth-child(4) {
    width: min(76px, 100%);
    max-height: 76px;
  }
}


/* R3.4.18 — colecoes em card-capa editorial */

.r3-collection-rail {
  grid-auto-columns: minmax(225px, 1fr);
  gap: 16px;
}

.r3-collection-card {
  min-height: 276px;

  border-radius: 18px;

  background:
    linear-gradient(
      165deg,
      #132d50,
      #071426
    );
}


/*
 * A área visual da coleção recebe fundo
 * derivado da própria primeira arte.
 */
.r3-collection-collage {
  position: absolute;
  inset: 0;

  overflow: hidden;

  background:
    radial-gradient(
      circle at 50% 34%,
      rgba(0, 210, 255, .18),
      transparent 46%
    ),
    linear-gradient(
      160deg,
      #132b4a,
      #071322
    );
}

.r3-collection-collage > img.r3-collection-bg {
  position: absolute;

  left: -12%;
  top: -12%;

  width: 124%;
  height: 124%;

  object-fit: cover;

  opacity: .34;

  filter:
    blur(18px)
    saturate(.9)
    brightness(.72);

  transform: scale(1.14);
}


/*
 * Protege o texto inferior.
 */
.r3-collection-collage::after {
  content: "";

  position: absolute;
  inset: 0;

  z-index: 2;

  background:
    linear-gradient(
      to bottom,
      rgba(3, 10, 20, .06) 0%,
      rgba(3, 10, 20, .14) 42%,
      rgba(3, 10, 20, .76) 72%,
      rgba(3, 10, 20, .97) 100%
    );
}


/*
 * Organização das artes.
 */
.r3-collection-preview-grid {
  position: absolute;

  inset:
    14px
    12px
    72px;

  z-index: 3;

  display: grid;

  align-content: center;
  justify-content: center;

  place-items: center;

  gap: 7px;
}


/*
 * Neutraliza a antiga sobreposição/rotação.
 */
.r3-collection-collage
.r3-collection-preview-grid
img.r3-collection-preview {
  position: relative;

  left: auto;
  right: auto;
  top: auto;
  bottom: auto;

  width: 100%;
  height: 100%;

  max-width: none;
  max-height: none;

  object-fit: contain;

  opacity: 1;

  border-radius: 50%;

  filter:
    drop-shadow(
      0 9px 12px
      rgba(0, 0, 0, .38)
    );

  transform: none;
}


/* 1 arte */

.r3-collection-collage[data-count="1"]
.r3-collection-preview-grid {
  grid-template-columns: 152px;
  grid-template-rows: 152px;
}


/* 2 artes */

.r3-collection-collage[data-count="2"]
.r3-collection-preview-grid {
  grid-template-columns:
    repeat(2, 104px);

  grid-template-rows: 104px;

  gap: 8px;
}


/* 3 artes */

.r3-collection-collage[data-count="3"]
.r3-collection-preview-grid {
  grid-template-columns:
    repeat(2, 84px);

  grid-template-rows:
    repeat(2, 84px);

  gap: 5px 9px;
}

.r3-collection-collage[data-count="3"]
.r3-collection-preview:nth-child(1) {
  grid-column: 1 / 3;

  width: 88px;
  height: 88px;

  justify-self: center;
}


/* 4 artes */

.r3-collection-collage[data-count="4"]
.r3-collection-preview-grid {
  grid-template-columns:
    repeat(2, 86px);

  grid-template-rows:
    repeat(2, 86px);

  gap: 5px 10px;
}


/*
 * Texto permanece na base como nessa fase.
 */
.r3-collection-copy {
  position: absolute;

  inset:
    auto
    14px
    14px;

  z-index: 4;

  display: grid;
  gap: 2px;

  text-shadow:
    0 2px 8px
    rgba(0, 0, 0, .72);
}

.r3-collection-copy small {
  color: #29dfff;

  font-size: .62rem;
  font-weight: 950;

  letter-spacing: .08em;
  text-transform: uppercase;
}

.r3-collection-copy strong {
  color: #fff;

  font-size: 1.08rem;
  line-height: 1.06;

  font-weight: 900;
}

.r3-collection-copy span {
  margin-top: 2px;

  color:
    rgba(255, 255, 255, .78);

  font-size: .7rem;
  font-weight: 700;
}


/*
 * Hover discreto.
 */
.r3-collection-card:hover,
.r3-collection-card:focus-visible,
.r3-collection-card.active {
  transform: translateY(-4px);

  border-color:
    rgba(255, 177, 27, .9);

  box-shadow:
    0 16px 34px
    rgba(0, 0, 0, .28);
}


@media (max-width: 980px) {

  .r3-collection-rail {
    grid-auto-columns:
      minmax(220px, 38vw);
  }
}


@media (max-width: 700px) {

  .r3-collection-rail {
    grid-auto-columns:
      minmax(215px, 74vw);
  }

  .r3-collection-card {
    min-height: 270px;
  }
}

/* R3.4.28 — toolbar simplificada */

/*
 * Categoria é escolhida pelos chips.
 * Tipo e tamanho são definidos depois,
 * durante a configuração do produto.
 */
#category-filter,
#type-filter,
#model-filter {
  display: none !important;
}


/*
 * Busca ocupa a maior parte da linha;
 * ordenação permanece compacta à direita.
 */
.catalog-toolbar {
  grid-template-columns:
    minmax(320px, 1fr)
    auto;

  align-items: center;
  gap: 12px;
}

.r3-advanced-filters {
  display: flex;

  align-items: center;
  justify-content: flex-end;

  gap: 0;
}

.r3-toolbar-sort {
  margin: 0;
}


/*
 * Não há mais filtros avançados para expandir.
 * O botão mobile deixa de ser necessário.
 */
.r3-mobile-filter-toggle {
  display: none !important;
}


@media (max-width: 700px) {

  .catalog-toolbar {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .r3-advanced-filters {
    display: flex !important;

    justify-content: flex-start;
  }

  .r3-toolbar-sort {
    width: auto;
  }
}
/* R3.4.29 — cabecalho compacto do catalogo */

/*
 * Desktop:
 *
 * Artes disponíveis + contador | Busca + ordenação
 * Categorias
 */
.r3-catalog-section .r3-content-shell {
  display: grid;

  grid-template-columns:
    minmax(300px, .72fr)
    minmax(500px, 1.28fr);

  grid-template-areas:
    "heading toolbar"
    "discovery discovery"
    "active active"
    "products products"
    "empty empty"
    "error error";

  column-gap: 26px;
  row-gap: 12px;
}


/*
 * Remove o kicker redundante CATÁLOGO.
 */
.r3-catalog-heading {
  grid-area: heading;

  margin: 0;
  padding: 0;

  align-self: center;
}

.r3-catalog-heading .section-kicker {
  display: none;
}


/*
 * Título e quantidade passam a ficar na mesma linha.
 */
.r3-catalog-heading > div {
  display: flex;

  align-items: center;
  flex-wrap: wrap;

  gap: 9px 14px;
}

.r3-catalog-heading h2 {
  margin: 0;

  font-size: clamp(2rem, 2.8vw, 2.75rem);
  line-height: 1;

  white-space: nowrap;
}

.r3-catalog-heading .catalog-summary {
  margin: 0;

  padding:
    5px
    10px;

  border:
    1px solid
    rgba(41, 207, 229, .24);

  border-radius: 999px;

  background:
    rgba(3, 18, 35, .34);

  font-size: .75rem;
  line-height: 1;

  white-space: nowrap;
}


/*
 * Busca e ordenação ocupam a primeira linha.
 */
.catalog-toolbar {
  grid-area: toolbar;

  display: grid;

  grid-template-columns:
    minmax(320px, 1fr)
    auto;

  align-items: center;

  gap: 12px;

  margin: 0;
  padding: 0;
}

.search-box {
  width: 100%;
}

.r3-advanced-filters {
  width: auto;

  justify-self: end;
}


/*
 * Categorias formam somente a segunda linha.
 */
.r3-catalog-discovery {
  grid-area: discovery;

  display: flex;

  align-items: center;

  gap: 12px;

  margin: 0;
  padding: 0;

  min-height: 38px;
}

.r3-catalog-discovery > span {
  flex: 0 0 auto;

  font-size: .68rem;
}

.theme-rail {
  flex: 1;

  margin: 0;
}


/*
 * Elementos seguintes mantêm fluxo normal.
 */
#active-filters {
  grid-area: active;
}

#catalog-grid {
  grid-area: products;

  margin-top: 8px;
}

#catalog-empty {
  grid-area: empty;
}

#catalog-error {
  grid-area: error;
}


/*
 * Reduz o espaço vertical da própria seção.
 */
.r3-catalog-section {
  padding-top: 28px;
}


/* Tablet / telas menores */
@media (max-width: 1100px) {

  .r3-catalog-section .r3-content-shell {
    grid-template-columns: 1fr;

    grid-template-areas:
      "heading"
      "discovery"
      "toolbar"
      "active"
      "products"
      "empty"
      "error";

    row-gap: 12px;
  }

  .catalog-toolbar {
    grid-template-columns:
      minmax(260px, 1fr)
      auto;
  }

  .r3-advanced-filters {
    justify-self: end;
  }
}


/* Mobile */
@media (max-width: 700px) {

  .r3-catalog-section {
    padding-top: 20px;
  }

  .r3-catalog-heading h2 {
    font-size: 1.9rem;
  }

  .catalog-toolbar {
    grid-template-columns: 1fr;
  }

  .r3-advanced-filters {
    justify-self: start;
  }

  .r3-catalog-discovery {
    display: block;
  }

  .r3-catalog-discovery > span {
    display: block;

    margin-bottom: 8px;
  }
}
/* R3.4.30 — corrige cabecalho compacto */

/*
 * Mantém o catálogo compacto, mas impede que
 * título e filtros entrem sob a topbar fixa.
 */
.r3-catalog-section {
  padding-top: 46px;

  scroll-margin-top: 82px;
}


/*
 * Primeira linha:
 *
 * [ título + quantidade ] [ busca larga + ordenação ]
 */
.r3-catalog-section .r3-content-shell {
  grid-template-columns:
    minmax(330px, .78fr)
    minmax(560px, 1.22fr);

  grid-template-areas:
    "heading toolbar"
    "discovery discovery"
    "active active"
    "products products"
    "empty empty"
    "error error";

  column-gap: 30px;
  row-gap: 14px;
}


/*
 * Título compacto, mas totalmente dentro da área útil.
 */
.r3-catalog-heading {
  align-self: center;

  min-width: 0;
}

.r3-catalog-heading > div {
  display: flex;

  align-items: center;
  flex-wrap: nowrap;

  gap: 12px;
}

.r3-catalog-heading h2 {
  flex: 0 1 auto;

  margin: 0;

  font-size: clamp(
    2rem,
    2.5vw,
    2.7rem
  );

  line-height: 1.04;

  white-space: nowrap;
}

.r3-catalog-heading .catalog-summary {
  flex: 0 0 auto;

  margin: 0;

  padding:
    5px
    9px;
}


/*
 * Busca recebe prioridade de largura.
 */
.catalog-toolbar {
  grid-template-columns:
    minmax(400px, 1fr)
    max-content;

  gap: 14px;

  width: 100%;
}

.catalog-toolbar .search-box {
  min-width: 0;
  width: 100%;
}

.catalog-toolbar .search-box input {
  width: 100%;
}


/*
 * Ordenação não cresce nem comprime a busca.
 */
.r3-advanced-filters {
  width: max-content;

  justify-self: end;
}

.r3-toolbar-sort {
  flex: 0 0 auto;
}


/*
 * Segunda linha fica bem próxima da primeira.
 */
.r3-catalog-discovery {
  min-height: 36px;

  padding-top: 0;

  align-items: center;
}


/*
 * Cards sobem sem encostar nos filtros.
 */
#catalog-grid {
  margin-top: 6px;
}


/* Notebook */
@media (max-width: 1250px) {

  .r3-catalog-section .r3-content-shell {
    grid-template-columns:
      minmax(300px, .7fr)
      minmax(470px, 1.3fr);

    column-gap: 20px;
  }

  .catalog-toolbar {
    grid-template-columns:
      minmax(330px, 1fr)
      max-content;
  }
}


/* Quando não houver largura suficiente,
 * volta elegantemente para linhas separadas.
 */
@media (max-width: 1050px) {

  .r3-catalog-section .r3-content-shell {
    grid-template-columns: 1fr;

    grid-template-areas:
      "heading"
      "discovery"
      "toolbar"
      "active"
      "products"
      "empty"
      "error";
  }

  .catalog-toolbar {
    grid-template-columns:
      minmax(280px, 1fr)
      max-content;
  }
}


@media (max-width: 700px) {

  .r3-catalog-section {
    padding-top: 26px;

    scroll-margin-top: 68px;
  }

  .r3-catalog-heading > div {
    flex-wrap: wrap;
  }

  .catalog-toolbar {
    grid-template-columns: 1fr;
  }
}
/* R3.4.32 — cards compactos */

/*
 * Mantém a arte como protagonista,
 * reduzindo discretamente a altura visual.
 */
.r3-global-page
.r3-product-card
.product-media {
  aspect-ratio: 1.08 / 1;

  padding: 8px !important;
}


/*
 * Preserva integralmente a arte.
 */
.r3-global-page
.r3-product-card
.product-media img {
  object-fit: contain;
}


/*
 * Corpo mais enxuto.
 */
.r3-global-page
.r3-product-card
.product-body {
  padding:
    12px
    13px
    13px;
}


/*
 * Título preserva destaque.
 */
.r3-global-page
.r3-product-card h3 {
  font-size: 1.06rem;
  line-height: 1.18;
}


/*
 * Descrição continua completa e legível.
 */
.r3-global-page
.r3-card-description {
  min-height: 4.2em;

  margin-top: 7px;

  font-size: .75rem;
  line-height: 1.4;
}


/*
 * Aproxima o CTA do conteúdo.
 */
.r3-global-page
.r3-card-actions {
  padding-top: 11px;
}


/*
 * CTA mais compacto sem prejudicar o clique.
 */
.r3-global-page
.r3-card-actions
.r3-add-cart {
  min-height: 40px;

  padding:
    8px
    12px;

  font-size: .74rem;
}


/*
 * Badge acompanha a compactação.
 */
.r3-global-page
.r3-category-badge {
  top: 10px;
  right: 10px;

  min-height: 27px;

  padding:
    0
    9px;

  font-size: .6rem;
}


/*
 * Vão entre cards ligeiramente menor.
 */
.r3-global-page
.products-grid {
  gap: 14px;
}


@media (max-width: 700px) {

  .r3-global-page
  .r3-product-card
  .product-media {
    aspect-ratio: 1.04 / 1;
  }

  .r3-global-page
  .r3-product-card
  .product-body {
    padding:
      12px
      13px
      13px;
  }

  .r3-global-page
  .r3-card-actions
  .r3-add-cart {
    min-height: 44px;
  }
}
/* R3.4.33 — topbar somente Bottons */

/*
 * O seletor entre áreas continua no HTML para ser
 * reativado quando o catálogo de Impressão 3D estiver pronto.
 */
.r3-product-switch[hidden] {
  display: none !important;
}


/*
 * Enquanto existe apenas Bottons, a área direita
 * da topbar contém somente o carrinho.
 */
.r3-topbar-actions {
  justify-content: flex-end;
}


/*
 * Evita qualquer espaço reservado pelo seletor oculto.
 */
.r3-topbar-actions > .r3-product-switch[hidden] + .r3-cart-button {
  margin-left: 0;
}
/* R3.4.34 — remove ordenacao manual */

/*
 * O catálogo já abre com as artes mais recentes primeiro.
 * Não há necessidade de expor ordenação manual.
 */
.r3-toolbar-sort {
  display: none !important;
}


/*
 * Os antigos filtros avançados agora não possuem
 * nenhum controle público necessário.
 */
.r3-advanced-filters {
  display: none !important;
}


/*
 * A busca aproveita toda a área disponível
 * da coluna direita do cabeçalho.
 */
.catalog-toolbar {
  grid-template-columns: minmax(360px, 1fr) !important;
}

.catalog-toolbar .search-box {
  width: 100%;
  max-width: none;
}


/*
 * Mantém a composição compacta também em telas menores.
 */
@media (max-width: 1050px) {

  .catalog-toolbar {
    grid-template-columns: 1fr !important;
  }
}

/* R3.4.48 — filter-pill interativo sem mudança visual */
.filter-pill[data-clear-filter] {
  appearance: none;
  font: inherit;
  line-height: normal;
  text-align: inherit;
  cursor: pointer;
}

.filter-pill[data-clear-filter]:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

/* R3.4.103 — centralizacao vertical das Novidades com tres fileiras */
.r3-hero-art-stage[data-rows="3"] {
  grid-template-rows:
    repeat(
      3,
      minmax(0, var(--hero-art-size))
    );

  gap: 5px;
  padding: 8px 6px;

  align-content: center;
  justify-content: center;

  place-content: center;
  place-items: center;
}

@media (max-width: 700px) {
  .r3-hero-art-stage[data-rows="3"] {
    gap: 4px;
    padding: 6px 4px;
  }
}

/* R3.4.105 — navegacao explicita do trilho de colecoes */
.r3-collections-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: auto;
}

.r3-collections-actions > a {
  color: #9ed8e6;
  font-size: .75rem;
  font-weight: 850;
  white-space: nowrap;
}

.r3-collection-nav {
  display: flex;
  align-items: center;
  gap: 6px;
}

.r3-collection-nav button {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(0, 229, 255, .42);
  border-radius: 11px;
  background: rgba(5, 22, 40, .72);
  color: #dff9ff;
  font: inherit;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
  transition:
    border-color .18s ease,
    background-color .18s ease,
    transform .18s ease;
}

.r3-collection-nav button:hover {
  border-color: #ffb11b;
  background: rgba(255, 177, 27, .12);
  transform: translateY(-1px);
}

.r3-collection-nav button:focus-visible {
  outline: 2px solid var(--botton-cyan);
  outline-offset: 2px;
}

@media (max-width: 700px) {
  .r3-collections-heading {
    align-items: flex-start;
  }

  .r3-collections-actions {
    gap: 8px;
  }

  .r3-collections-actions > a {
    display: none;
  }

  .r3-collection-nav button {
    width: 40px;
    height: 40px;
  }
}


/* R3.4.106 — extremos do trilho */
.r3-collection-nav button:disabled {
  opacity: .32;
  border-color: rgba(120, 160, 185, .24);
  background: rgba(5, 22, 40, .36);
  color: #7791a4;
  cursor: default;
  transform: none;
}

.r3-collection-nav button:disabled:hover {
  border-color: rgba(120, 160, 185, .24);
  background: rgba(5, 22, 40, .36);
  transform: none;
}

.r3-collection-card {
  scroll-snap-stop: always;
}


/* R3.4.108 — cinco colecoes inteiras no desktop */
@media (min-width: 1180px) {
  #collection-rail {
    grid-auto-columns:
      calc((100% - 64px) / 5);
    gap: 16px;
  }

  #collection-rail > .r3-collection-card {
    min-width: 0;
    width: 100%;
  }
}


/* R3.4.109 — peso visual uniforme nos cards de colecao */

.r3-collection-preview-grid {
  inset:
    14px
    12px
    78px;

  align-content: center;
  justify-content: center;
  place-content: center;
  place-items: center;
}

/*
 * As escalas abaixo equilibram aproximadamente
 * a area visual total ocupada por 1, 2, 3 ou 4 artes.
 */

/* 1 arte */
.r3-collection-collage[data-count="1"]
.r3-collection-preview-grid {
  grid-template-columns: 136px;
  grid-template-rows: 136px;
  gap: 0;
}

/* 2 artes */
.r3-collection-collage[data-count="2"]
.r3-collection-preview-grid {
  grid-template-columns:
    repeat(2, 88px);

  grid-template-rows: 88px;
  gap: 8px;
}

/* 3 artes */
.r3-collection-collage[data-count="3"]
.r3-collection-preview-grid {
  grid-template-columns:
    repeat(2, 72px);

  grid-template-rows:
    repeat(2, 72px);

  gap: 6px 9px;
}

.r3-collection-collage[data-count="3"]
.r3-collection-preview:nth-child(1) {
  grid-column: 1 / 3;

  width: 72px;
  height: 72px;
}

/* 4 artes */
.r3-collection-collage[data-count="4"]
.r3-collection-preview-grid {
  grid-template-columns:
    repeat(2, 62px);

  grid-template-rows:
    repeat(2, 62px);

  gap: 7px 12px;
}


/* ==========================================================
   R3.5 — páginas reais: Explorar / Coleções / Catálogo
   ========================================================== */

body[data-r35-page="explorar"]
.r3-catalog-section {
  display: none;
}

body[data-r35-page="colecoes"]
.r3-hero-row,
body[data-r35-page="colecoes"]
.r3-catalog-section {
  display: none;
}

body[data-r35-page="colecoes"]
.r3-discovery-panel {
  min-height: calc(100vh - 150px);
}

body[data-r35-page="colecoes"]
.r3-collections-block {
  border-top: 0;
  padding-top: 38px;
  padding-bottom: 46px;
}

body[data-r35-page="colecoes"]
.r3-collection-nav {
  display: none;
}

body[data-r35-page="colecoes"]
#collection-rail {
  display: grid;
  grid-template-columns:
    repeat(
      4,
      minmax(0, 1fr)
    );
  grid-auto-columns: unset;
  gap: 18px;
  overflow: visible;
  scroll-snap-type: none;
}

body[data-r35-page="colecoes"]
#collection-rail >
.r3-collection-card {
  width: 100%;
  min-width: 0;
}

body[data-r35-page="catalogo"]
.r3-discovery-wrap {
  display: none;
}

body[data-r35-page="catalogo"]
.r3-catalog-section {
  min-height: calc(100vh - 80px);
  padding-top: 42px;
}

@media (max-width: 1180px) {
  body[data-r35-page="colecoes"]
  #collection-rail {
    grid-template-columns:
      repeat(
        3,
        minmax(0, 1fr)
      );
  }
}

@media (max-width: 820px) {
  body[data-r35-page="colecoes"]
  #collection-rail {
    grid-template-columns:
      repeat(
        2,
        minmax(0, 1fr)
      );
  }

  body[data-r35-page="catalogo"]
  .r3-catalog-section {
    padding-top: 24px;
  }
}

@media (max-width: 560px) {
  body[data-r35-page="colecoes"]
  #collection-rail {
    grid-template-columns:
      minmax(0, 1fr);
  }
}


/* ==========================================================
   R3.5.1 — página Coleções como grade real
   ========================================================== */

body[data-r35-page="colecoes"]
#collection-rail {
  display: grid;

  grid-template-columns:
    repeat(
      4,
      minmax(0, 1fr)
    );

  grid-auto-flow: row;
  grid-auto-columns: unset;
  grid-auto-rows: auto;

  width: 100%;
  max-width: none;

  gap: 18px;

  overflow: visible;
  overflow-x: visible;

  scroll-snap-type: none;
  scroll-behavior: auto;
}

body[data-r35-page="colecoes"]
#collection-rail >
.r3-collection-card {
  width: 100%;
  min-width: 0;
  max-width: none;

  scroll-snap-align: none;
  scroll-snap-stop: normal;
}

body[data-r35-page="colecoes"]
.r3-collections-actions {
  display: none;
}

@media (max-width: 1180px) {
  body[data-r35-page="colecoes"]
  #collection-rail {
    grid-template-columns:
      repeat(
        3,
        minmax(0, 1fr)
      );
  }
}

@media (max-width: 820px) {
  body[data-r35-page="colecoes"]
  #collection-rail {
    grid-template-columns:
      repeat(
        2,
        minmax(0, 1fr)
      );
  }
}

@media (max-width: 560px) {
  body[data-r35-page="colecoes"]
  #collection-rail {
    grid-template-columns:
      minmax(0, 1fr);
  }
}


/* ==========================================================
   R3.5.2 — pagina Novidades
   ========================================================== */

body[data-r35-page="explorar"]
.r3-collections-block {
  display: none;
}

body[data-r35-page="explorar"]
.r3-discovery-panel {
  min-height: 0;
}

body[data-r35-page="explorar"]
.r3-hero-row {
  border-bottom: 0;
}


/* ==========================================================
   R3.5.3 — Novidades ampliada
   ========================================================== */

@media (min-width: 1180px) {

  body[data-r35-page="explorar"]
  .r3-discovery-wrap {
    min-height: calc(100vh - 72px);
  }

  body[data-r35-page="explorar"]
  .r3-content-shell {
    max-width: 1320px;
    padding-top: 28px;
    padding-bottom: 34px;
  }

  body[data-r35-page="explorar"]
  .r3-discovery-panel {
    min-height: 560px;
  }

  body[data-r35-page="explorar"]
  .r3-hero-row {
    min-height: 560px;

    grid-template-columns:
      minmax(0, 1.18fr)
      minmax(500px, .92fr);

    gap: 42px;

    padding:
      46px
      40px;

    align-items: center;
  }

  body[data-r35-page="explorar"]
  .r3-hero-message {
    align-self: center;
  }

  body[data-r35-page="explorar"]
  .r3-hero-spotlight {
    min-height: 410px;

    padding:
      28px
      26px
      20px;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  body[data-r35-page="explorar"]
  .r3-hero-art-stage {
    min-height: 300px;

    align-content: center;
    justify-content: center;

    gap:
      12px
      16px;
  }

  body[data-r35-page="explorar"]
  .r3-spotlight-copy {
    margin-top: 16px;
  }
}

/* Mantem proporcao confortavel em notebooks. */
@media
  (min-width: 980px)
  and
  (max-width: 1179px) {

  body[data-r35-page="explorar"]
  .r3-hero-row {
    min-height: 470px;
  }

  body[data-r35-page="explorar"]
  .r3-hero-spotlight {
    min-height: 340px;
  }

  body[data-r35-page="explorar"]
  .r3-hero-art-stage {
    min-height: 245px;
  }
}


/* ==========================================================
   R3.6 — mosaico editorial v2
   ========================================================== */

body[data-r35-page="explorar"] .r36-hero-kicker {
  display: block;
  margin-bottom: 12px;
  color: #ffad17;
  font-size: .72rem;
  font-weight: 950;
  letter-spacing: .16em;
  text-transform: uppercase;
}

body[data-r35-page="explorar"] .r36-hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

body[data-r35-page="explorar"] .r36-hero-primary,
body[data-r35-page="explorar"] .r36-hero-secondary {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border-radius: 13px;
  font-size: .78rem;
  font-weight: 950;
  text-decoration: none;
  transition:
    transform .18s ease,
    border-color .18s ease,
    background .18s ease;
}

body[data-r35-page="explorar"] .r36-hero-primary {
  border: 1px solid #ffa300;
  color: #07101c;
  background:
    linear-gradient(135deg,#ffbb25,#ff8b00);
  box-shadow:
    0 14px 32px rgba(255,145,0,.20);
}

body[data-r35-page="explorar"] .r36-hero-secondary {
  border:
    1px solid rgba(0,229,255,.36);
  color: #dffaff;
  background: rgba(3,18,36,.30);
}

body[data-r35-page="explorar"] .r36-hero-primary:hover,
body[data-r35-page="explorar"] .r36-hero-secondary:hover {
  transform: translateY(-2px);
}

/* Hero maior e melhor distribuído */

@media (min-width: 1180px) {
  body[data-r35-page="explorar"] .r3-content-shell {
    max-width: 1420px;
    padding-top: 30px;
    padding-bottom: 34px;
  }

  body[data-r35-page="explorar"] .r3-hero-row {
    min-height: 600px;
    grid-template-columns:
      minmax(0,.88fr)
      minmax(600px,1.12fr);
    align-items: center;
    gap: 48px;
    padding: 48px 46px;
  }

  body[data-r35-page="explorar"] .r3-hero-message {
    max-width: 610px;
  }

  body[data-r35-page="explorar"] .r3-hero-message h1 {
    max-width: 9ch;
    margin: 0 0 20px;
    font-size: clamp(4.1rem,5vw,5.7rem);
    line-height: .94;
  }

  body[data-r35-page="explorar"] .r3-hero-message > p {
    max-width: 540px;
    font-size: 1rem;
    line-height: 1.65;
  }
}

/* Painel direito */

body[data-r35-page="explorar"] .r3-hero-spotlight {
  min-height: 480px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 14px;
  padding: 18px;
  border-radius: 26px;
  background:
    radial-gradient(
      circle at 18% 10%,
      rgba(0,229,255,.11),
      transparent 34%
    ),
    linear-gradient(
      145deg,
      rgba(7,28,57,.78),
      rgba(5,15,35,.66)
    );
}

body[data-r35-page="explorar"] .r3-spotlight-copy {
  order: -1;
  min-height: 42px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 4px;
  background: transparent;
  border-radius: 0;
  backdrop-filter: none;
}

body[data-r35-page="explorar"] .r3-spotlight-copy strong {
  font-size: 1rem;
}

body[data-r35-page="explorar"] .r3-spotlight-copy small {
  flex: 1;
  color: #91a9be;
  font-size: .67rem;
}

body[data-r35-page="explorar"] .r3-spotlight-copy a {
  flex: 0 0 auto;
  color: #00e5ff;
  font-size: .69rem;
  font-weight: 900;
  text-decoration: none;
}

/* Neutraliza o diagrama circular antigo */

body[data-r35-page="explorar"]
.r3-hero-art-stage[data-layout="editorial"]::before,
body[data-r35-page="explorar"]
.r3-hero-art-stage[data-layout="editorial"]::after {
  display: none !important;
  content: none !important;
}

/* 1 protagonista + 4 secundárias */

body[data-r35-page="explorar"]
.r3-hero-art-stage[data-layout="editorial"] {
  position: relative !important;
  inset: auto !important;
  flex: 1;
  min-height: 400px;
  display: grid !important;
  grid-template-columns:
    repeat(4,minmax(0,1fr));
  grid-template-rows:
    repeat(2,minmax(0,1fr));
  gap: 12px;
  padding: 0;
  transform: none !important;
}

body[data-r35-page="explorar"]
.r3-hero-art-stage[data-layout="editorial"]
.hero-art {
  position: relative !important;
  inset: auto !important;
  width: 100% !important;
  height: 100% !important;
  min-width: 0;
  display: grid !important;
  grid-template-rows:
    minmax(0,1fr) auto;
  overflow: hidden;
  aspect-ratio: auto !important;
  border:
    1px solid rgba(80,143,193,.42);
  border-radius: 20px !important;
  background:
    radial-gradient(
      circle at 50% 34%,
      rgba(38,81,118,.62),
      rgba(4,15,30,.90) 74%
    );
  box-shadow:
    0 14px 30px rgba(0,0,0,.25);
  filter: none !important;
  transform: none;
}

body[data-r35-page="explorar"]
.r3-hero-art-stage[data-layout="editorial"]
.r36-art-featured {
  grid-column: span 2;
  grid-row: span 2;
  border-color:
    rgba(255,167,18,.74);
}

/* Imagens */

body[data-r35-page="explorar"] .r36-art-media {
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
}

body[data-r35-page="explorar"]
.r36-art-featured .r36-art-media {
  padding: 24px;
}

body[data-r35-page="explorar"]
.r3-hero-art-stage[data-layout="editorial"]
.hero-art img {
  position: static !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border: 0;
  border-radius: 0 !important;
  transform: none !important;
}

/* Texto dos cards */

body[data-r35-page="explorar"] .r36-art-copy {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 2px;
  padding: 9px 10px 10px;
  text-align: left;
  background:
    linear-gradient(
      180deg,
      rgba(5,17,32,.58),
      rgba(3,11,22,.96)
    );
}

body[data-r35-page="explorar"] .r36-art-copy small {
  overflow: hidden;
  color: #00e5ff;
  font-size: .51rem;
  font-weight: 950;
  letter-spacing: .10em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

body[data-r35-page="explorar"] .r36-art-copy strong {
  display: -webkit-box;
  overflow: hidden;
  color: #fff;
  font-size: .72rem;
  line-height: 1.14;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

body[data-r35-page="explorar"]
.r36-art-featured .r36-art-copy {
  gap: 5px;
  padding: 14px 16px 16px;
}

body[data-r35-page="explorar"]
.r36-art-featured .r36-art-copy strong {
  font-size: 1.05rem;
}

body[data-r35-page="explorar"] .r36-art-copy em {
  color: #ffb31a;
  font-size: .66rem;
  font-style: normal;
  font-weight: 950;
}

/* Hover */

body[data-r35-page="explorar"]
.r3-hero-art-stage[data-layout="editorial"]
.hero-art:hover,
body[data-r35-page="explorar"]
.r3-hero-art-stage[data-layout="editorial"]
.hero-art:focus-visible {
  border-color:
    rgba(0,229,255,.82);
  transform:
    translateY(-3px) !important;
}

/* Mobile */

@media (max-width: 819px) {
  body[data-r35-page="explorar"] .r36-hero-actions {
    margin-top: 20px;
  }

  body[data-r35-page="explorar"] .r36-hero-primary,
  body[data-r35-page="explorar"] .r36-hero-secondary {
    min-height: 44px;
    flex: 1 1 145px;
  }

  body[data-r35-page="explorar"] .r3-hero-spotlight {
    min-height: 590px;
    padding: 14px;
  }

  body[data-r35-page="explorar"]
  .r3-hero-art-stage[data-layout="editorial"] {
    min-height: 500px;
    grid-template-columns:
      repeat(2,minmax(0,1fr));
    grid-template-rows:
      2fr 1fr 1fr;
    gap: 10px;
  }

  body[data-r35-page="explorar"]
  .r3-hero-art-stage[data-layout="editorial"]
  .r36-art-featured {
    grid-column: 1 / -1;
    grid-row: span 1;
  }
}

/* R3.6.1 START */

/* R3.6.1 — correção definitiva do mosaico editorial */

/* Headline em duas linhas */
@media (min-width: 1180px) {
  body[data-r35-page="explorar"] .r3-hero-row {
    min-height: 530px;
    grid-template-columns: minmax(0,.9fr) minmax(560px,1.1fr);
    gap: 40px;
    padding: 42px;
  }

  body[data-r35-page="explorar"] .r3-hero-message {
    max-width: 620px;
  }

  body[data-r35-page="explorar"] .r3-hero-message h1 {
    max-width: none !important;
    white-space: nowrap;
    font-size: clamp(3.6rem,4.4vw,5rem);
    line-height: .94;
    letter-spacing: -.045em;
  }

  body[data-r35-page="explorar"] .r3-hero-message h1 em {
    display: block;
  }
}

/* Painel mais proporcional */
body[data-r35-page="explorar"] .r3-hero-spotlight {
  min-height: 410px !important;
  padding: 18px !important;
  gap: 12px !important;
}

body[data-r35-page="explorar"] .r3-spotlight-copy {
  min-height: 38px !important;
  justify-content: flex-start !important;
  gap: 10px !important;
  background: transparent !important;
}

body[data-r35-page="explorar"] .r3-spotlight-copy > a {
  display: none !important;
}

/* Mosaico */
body[data-r35-page="explorar"]
.r3-hero-art-stage[data-layout="editorial"] {
  position: relative !important;
  inset: auto !important;
  width: 100% !important;
  height: auto !important;
  min-height: 330px !important;
  max-width: none !important;
  max-height: none !important;

  display: grid !important;
  grid-template-columns: repeat(4,minmax(0,1fr)) !important;
  grid-template-rows: repeat(2,minmax(0,1fr)) !important;
  gap: 12px !important;

  padding: 0 !important;
  margin: 0 !important;
  transform: none !important;
}

body[data-r35-page="explorar"]
.r3-hero-art-stage[data-layout="editorial"]::before,
body[data-r35-page="explorar"]
.r3-hero-art-stage[data-layout="editorial"]::after {
  display: none !important;
  content: none !important;
}

/* Neutraliza completamente o antigo botão circular */
body[data-r35-page="explorar"]
.r3-hero-art-stage[data-layout="editorial"] > .hero-art {
  all: unset;

  box-sizing: border-box !important;
  position: relative !important;

  width: 100% !important;
  height: 100% !important;
  min-width: 0 !important;
  min-height: 0 !important;

  display: grid !important;
  grid-template-rows: minmax(0,1fr) auto !important;

  overflow: hidden !important;

  border: 1px solid rgba(80,143,193,.44) !important;
  border-radius: 18px !important;

  background:
    radial-gradient(
      circle at 50% 32%,
      rgba(38,82,120,.66),
      rgba(4,15,30,.94) 74%
    ) !important;

  box-shadow: 0 12px 28px rgba(0,0,0,.25) !important;

  cursor: pointer !important;
  font: inherit !important;

  opacity: 1 !important;
  visibility: visible !important;
}

/* Arte protagonista */
body[data-r35-page="explorar"]
.r3-hero-art-stage[data-layout="editorial"] > .r36-art-featured {
  grid-column: 1 / span 2 !important;
  grid-row: 1 / span 2 !important;

  border-color: rgba(255,168,16,.78) !important;

  background:
    radial-gradient(
      circle at 50% 30%,
      rgba(55,109,153,.75),
      rgba(4,16,32,.96) 74%
    ) !important;
}

/* Área da imagem */
body[data-r35-page="explorar"]
.r3-hero-art-stage[data-layout="editorial"] .r36-art-media {
  all: unset;

  box-sizing: border-box !important;
  min-width: 0 !important;
  min-height: 0 !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  padding: 12px !important;

  overflow: hidden !important;

  opacity: 1 !important;
  visibility: visible !important;
}

body[data-r35-page="explorar"]
.r3-hero-art-stage[data-layout="editorial"]
.r36-art-featured .r36-art-media {
  padding: 22px !important;
}

/* Imagens */
body[data-r35-page="explorar"]
.r3-hero-art-stage[data-layout="editorial"]
.r36-art-media img {
  all: unset;

  box-sizing: border-box !important;

  display: block !important;

  width: 100% !important;
  height: 100% !important;

  max-width: 100% !important;
  max-height: 100% !important;

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

  opacity: 1 !important;
  visibility: visible !important;

  filter: none !important;
  transform: none !important;
}

/* Texto de cada arte */
body[data-r35-page="explorar"]
.r3-hero-art-stage[data-layout="editorial"] .r36-art-copy {
  all: unset;

  box-sizing: border-box !important;

  display: grid !important;
  gap: 3px !important;

  padding: 9px 11px 10px !important;

  background:
    linear-gradient(
      180deg,
      rgba(5,17,32,.72),
      rgba(3,10,20,.98)
    ) !important;

  opacity: 1 !important;
  visibility: visible !important;
}

body[data-r35-page="explorar"]
.r36-art-copy small {
  all: unset;

  display: block !important;
  color: #00e5ff !important;
  font-size: .52rem !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
}

body[data-r35-page="explorar"]
.r36-art-copy strong {
  all: unset;

  display: block !important;
  color: #fff !important;
  font-size: .72rem !important;
  font-weight: 850 !important;
  line-height: 1.15 !important;
}

body[data-r35-page="explorar"]
.r36-art-copy em {
  all: unset;

  display: block !important;
  margin-top: 3px !important;
  color: #ffb21a !important;
  font-size: .64rem !important;
  font-weight: 900 !important;
}

body[data-r35-page="explorar"]
.r36-art-featured .r36-art-copy {
  padding: 14px 16px 15px !important;
}

body[data-r35-page="explorar"]
.r36-art-featured .r36-art-copy strong {
  font-size: 1rem !important;
}

/* Hover */
body[data-r35-page="explorar"]
.r3-hero-art-stage[data-layout="editorial"] > .hero-art:hover,
body[data-r35-page="explorar"]
.r3-hero-art-stage[data-layout="editorial"] > .hero-art:focus-visible {
  border-color: rgba(0,229,255,.85) !important;
  transform: translateY(-3px) !important;
}

/* Mobile */
@media (max-width: 819px) {
  body[data-r35-page="explorar"] .r3-hero-message h1 {
    white-space: normal;
  }

  body[data-r35-page="explorar"]
  .r3-hero-art-stage[data-layout="editorial"] {
    min-height: 500px !important;
    grid-template-columns: repeat(2,minmax(0,1fr)) !important;
    grid-template-rows: 2fr 1fr 1fr !important;
  }

  body[data-r35-page="explorar"]
  .r3-hero-art-stage[data-layout="editorial"] > .r36-art-featured {
    grid-column: 1 / -1 !important;
    grid-row: 1 !important;
  }
}

/* R3.6.1 END */

/* R3.6.4 START */

/* ==========================================================
   R3.6.4 — Novidades em uma única tela
   ========================================================== */

@media (min-width: 1180px) and (min-height: 760px) {

  /*
   * Remove a altura artificial que empurrava
   * o rodapé para uma segunda tela.
   */
  body[data-r35-page="explorar"]
  .r3-discovery-wrap {
    min-height: 0 !important;
    height: auto !important;
  }

  /*
   * Aproxima o hero da topbar e do rodapé.
   */
  body[data-r35-page="explorar"]
  .r3-content-shell {
    padding-top: 18px !important;
    padding-bottom: 12px !important;
  }

  /*
   * Mantém o impacto visual sem ocupar
   * praticamente toda a altura disponível.
   */
  body[data-r35-page="explorar"]
  .r3-hero-row {
    min-height: 490px !important;

    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  body[data-r35-page="explorar"]
  .r3-hero-spotlight {
    min-height: 380px !important;
  }

  body[data-r35-page="explorar"]
  .r3-hero-art-stage[data-layout="editorial"] {
    min-height: 310px !important;
  }

  /*
   * Rodapé mais compacto na abertura.
   */
  body[data-r35-page="explorar"] footer {
    margin-top: 0 !important;

    padding-top: 22px !important;
    padding-bottom: 22px !important;
  }
}

/*
 * Em monitores desktop com pouca altura,
 * não bloqueamos rolagem para evitar corte.
 */
@media (min-width: 1180px) and (max-height: 759px) {
  body[data-r35-page="explorar"] {
    overflow-y: auto !important;
  }
}

/* R3.6.4 END */

/* R3.6.5 START */

/* R3.6.5 — vitrine visual de Novidades */

body[data-r35-page="explorar"] .r3-spotlight-copy {
  display: none !important;
}

body[data-r35-page="explorar"] .r3-hero-spotlight {
  padding: 18px !important;
}

body[data-r35-page="explorar"]
.r3-hero-art-stage[data-layout="editorial"] {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  gap: 10px !important;
  min-height: 0 !important;
  height: 100% !important;
  align-items: stretch !important;
}

body[data-r35-page="explorar"]
.r3-hero-art-stage[data-layout="editorial"] .r36-art-card,
body[data-r35-page="explorar"]
.r3-hero-art-stage[data-layout="editorial"] .r36-art-featured {
  grid-column: auto !important;
  grid-row: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  border: 1px solid rgba(24, 199, 235, .22) !important;
  border-radius: 18px !important;
  background:
    radial-gradient(
      circle at 50% 42%,
      rgba(31, 105, 151, .22),
      rgba(3, 15, 28, .18) 58%,
      rgba(2, 10, 20, .48) 100%
    ) !important;
  overflow: hidden !important;
}

body[data-r35-page="explorar"]
.r3-hero-art-stage[data-layout="editorial"] .r36-art-copy {
  display: none !important;
}

body[data-r35-page="explorar"]
.r3-hero-art-stage[data-layout="editorial"] .r36-art-media {
  position: absolute !important;
  inset: 8px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

body[data-r35-page="explorar"]
.r3-hero-art-stage[data-layout="editorial"] .r36-art-media img,
body[data-r35-page="explorar"]
.r3-hero-art-stage[data-layout="editorial"]
.r36-art-featured .r36-art-media img {
  width: min(94%, 128px) !important;
  height: min(94%, 128px) !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: contain !important;
  filter: drop-shadow(0 10px 16px rgba(0, 0, 0, .34)) !important;
  transition: transform .2s ease, filter .2s ease !important;
}

body[data-r35-page="explorar"] .r36-art-featured::after {
  content: none !important;
  display: none !important;
}

body[data-r35-page="explorar"] .r36-art-card::before {
  opacity: .28 !important;
}

body[data-r35-page="explorar"] .r36-art-card:hover {
  transform: translateY(-2px) !important;
  border-color: rgba(24, 199, 235, .72) !important;
}

body[data-r35-page="explorar"]
.r36-art-card:hover .r36-art-media img {
  transform: scale(1.07) !important;
}

@media (min-width: 1180px) and (min-height: 760px) {
  body[data-r35-page="explorar"] .r3-hero-spotlight {
    min-height: 380px !important;
  }

  body[data-r35-page="explorar"]
  .r3-hero-art-stage[data-layout="editorial"] {
    min-height: 344px !important;
  }
}

@media (max-width: 1179px) {
  body[data-r35-page="explorar"]
  .r3-hero-art-stage[data-layout="editorial"] {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    grid-template-rows: repeat(3, minmax(105px, 1fr)) !important;
  }
}

@media (max-width: 620px) {
  body[data-r35-page="explorar"] .r3-hero-spotlight {
    padding: 12px !important;
  }

  body[data-r35-page="explorar"]
  .r3-hero-art-stage[data-layout="editorial"] {
    gap: 7px !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    grid-template-rows: repeat(3, minmax(92px, 1fr)) !important;
  }

  body[data-r35-page="explorar"]
  .r3-hero-art-stage[data-layout="editorial"] .r36-art-media {
    inset: 5px !important;
  }

  body[data-r35-page="explorar"]
  .r3-hero-art-stage[data-layout="editorial"] .r36-art-media img {
    width: min(94%, 104px) !important;
    height: min(94%, 104px) !important;
  }
}

/* R3.6.5 END */


/* R3.6.6 START */
/* R3.6.6 — Novidades com artes maiores e tiles mais visuais */

body[data-r35-page="explorar"] .r3-hero-spotlight {
  padding: 14px !important;
}

body[data-r35-page="explorar"] .r3-hero-art-stage[data-layout="editorial"] {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  gap: 10px !important;
  height: 100% !important;
  min-height: 0 !important;
  align-items: stretch !important;
}

body[data-r35-page="explorar"] .r3-hero-art-stage[data-layout="editorial"] .r36-art-card,
body[data-r35-page="explorar"] .r3-hero-art-stage[data-layout="editorial"] .r36-art-featured {
  position: relative !important;
  display: block !important;
  padding: 0 !important;
  min-height: 0 !important;
  overflow: hidden !important;
  border-radius: 18px !important;
  border: 1px solid rgba(24, 199, 235, .22) !important;
  background:
    radial-gradient(
      circle at 50% 38%,
      rgba(31, 105, 151, .24),
      rgba(3, 15, 28, .12) 58%,
      rgba(2, 10, 20, .42) 100%
    ) !important;
}

body[data-r35-page="explorar"] .r3-hero-art-stage[data-layout="editorial"] .r36-art-copy {
  display: none !important;
}

body[data-r35-page="explorar"] .r3-hero-art-stage[data-layout="editorial"] .r36-art-media {
  position: absolute !important;
  inset: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 6px !important;
}

body[data-r35-page="explorar"] .r3-hero-art-stage[data-layout="editorial"] .r36-art-media img,
body[data-r35-page="explorar"] .r3-hero-art-stage[data-layout="editorial"] .r36-art-featured .r36-art-media img {
  width: 78% !important;
  height: 78% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: contain !important;
  filter: drop-shadow(0 12px 18px rgba(0, 0, 0, .34)) !important;
  transform: scale(1.22) !important;
  transition: transform .18s ease !important;
}

body[data-r35-page="explorar"] .r3-hero-art-stage[data-layout="editorial"] .r36-art-card:hover .r36-art-media img,
body[data-r35-page="explorar"] .r3-hero-art-stage[data-layout="editorial"] .r36-art-featured:hover .r36-art-media img {
  transform: scale(1.28) !important;
}

body[data-r35-page="explorar"] .r36-art-featured::after {
  content: none !important;
  display: none !important;
}

body[data-r35-page="explorar"] .r36-art-card::before {
  opacity: .22 !important;
}

@media (max-width: 620px) {
  body[data-r35-page="explorar"] .r3-hero-spotlight {
    padding: 10px !important;
  }

  body[data-r35-page="explorar"] .r3-hero-art-stage[data-layout="editorial"] {
    gap: 8px !important;
  }

  body[data-r35-page="explorar"] .r3-hero-art-stage[data-layout="editorial"] .r36-art-media {
    padding: 4px !important;
  }

  body[data-r35-page="explorar"] .r3-hero-art-stage[data-layout="editorial"] .r36-art-media img,
  body[data-r35-page="explorar"] .r3-hero-art-stage[data-layout="editorial"] .r36-art-featured .r36-art-media img {
    width: 82% !important;
    height: 82% !important;
    transform: scale(1.16) !important;
  }
}
/* R3.6.6 END */


/* R3.6.7 START */
/* R3.6.7 — Novidades com mosaico maior e arte principal em destaque */

body[data-r35-page="explorar"] .r3-hero-panel {
  min-height: calc(100vh - 182px) !important;
  display: flex !important;
  align-items: center !important;
}

body[data-r35-page="explorar"] .r3-hero-layout {
  align-items: stretch !important;
  gap: 28px !important;
}

body[data-r35-page="explorar"] .r3-hero-copy {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
}

body[data-r35-page="explorar"] .r3-hero-spotlight {
  padding: 14px !important;
  display: flex !important;
  align-items: stretch !important;
}

body[data-r35-page="explorar"] .r3-hero-art-stage[data-layout="editorial"] {
  display: grid !important;
  grid-template-columns: 1.35fr 1fr 1fr !important;
  grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  grid-auto-rows: 1fr !important;
  gap: 12px !important;
  height: 100% !important;
  min-height: 420px !important;
  align-items: stretch !important;
}

body[data-r35-page="explorar"] .r3-hero-art-stage[data-layout="editorial"] .r36-art-card,
body[data-r35-page="explorar"] .r3-hero-art-stage[data-layout="editorial"] .r36-art-featured {
  position: relative !important;
  display: block !important;
  padding: 0 !important;
  min-height: 0 !important;
  overflow: hidden !important;
  border-radius: 18px !important;
  border: 1px solid rgba(24, 199, 235, .24) !important;
  background:
    radial-gradient(
      circle at 50% 38%,
      rgba(31, 105, 151, .24),
      rgba(3, 15, 28, .12) 58%,
      rgba(2, 10, 20, .42) 100%
    ) !important;
}

body[data-r35-page="explorar"] .r3-hero-art-stage[data-layout="editorial"] > :first-child {
  grid-row: 1 / span 2 !important;
  grid-column: 1 !important;
}

body[data-r35-page="explorar"] .r3-hero-art-stage[data-layout="editorial"] > :nth-child(2) {
  grid-column: 2 !important;
  grid-row: 1 !important;
}

body[data-r35-page="explorar"] .r3-hero-art-stage[data-layout="editorial"] > :nth-child(3) {
  grid-column: 3 !important;
  grid-row: 1 !important;
}

body[data-r35-page="explorar"] .r3-hero-art-stage[data-layout="editorial"] > :nth-child(4) {
  grid-column: 2 !important;
  grid-row: 2 !important;
}

body[data-r35-page="explorar"] .r3-hero-art-stage[data-layout="editorial"] > :nth-child(5) {
  grid-column: 3 !important;
  grid-row: 2 !important;
}

/* esconde artes excedentes para preservar impacto visual */
body[data-r35-page="explorar"] .r3-hero-art-stage[data-layout="editorial"] > :nth-child(n+6) {
  display: none !important;
}

body[data-r35-page="explorar"] .r3-hero-art-stage[data-layout="editorial"] .r36-art-copy {
  display: none !important;
}

body[data-r35-page="explorar"] .r3-hero-art-stage[data-layout="editorial"] .r36-art-media {
  position: absolute !important;
  inset: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 8px !important;
}

body[data-r35-page="explorar"] .r3-hero-art-stage[data-layout="editorial"] > :first-child .r36-art-media {
  padding: 10px !important;
}

body[data-r35-page="explorar"] .r3-hero-art-stage[data-layout="editorial"] .r36-art-media img,
body[data-r35-page="explorar"] .r3-hero-art-stage[data-layout="editorial"] .r36-art-featured .r36-art-media img {
  width: 84% !important;
  height: 84% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: contain !important;
  filter: drop-shadow(0 14px 20px rgba(0, 0, 0, .34)) !important;
  transform: scale(1.28) !important;
  transition: transform .18s ease !important;
}

body[data-r35-page="explorar"] .r3-hero-art-stage[data-layout="editorial"] > :first-child .r36-art-media img {
  width: 90% !important;
  height: 90% !important;
  transform: scale(1.42) !important;
}

body[data-r35-page="explorar"] .r3-hero-art-stage[data-layout="editorial"] .r36-art-card:hover .r36-art-media img,
body[data-r35-page="explorar"] .r3-hero-art-stage[data-layout="editorial"] .r36-art-featured:hover .r36-art-media img {
  transform: scale(1.34) !important;
}

body[data-r35-page="explorar"] .r3-hero-art-stage[data-layout="editorial"] > :first-child:hover .r36-art-media img {
  transform: scale(1.48) !important;
}

@media (max-width: 980px) {
  body[data-r35-page="explorar"] .r3-hero-layout {
    gap: 20px !important;
  }

  body[data-r35-page="explorar"] .r3-hero-art-stage[data-layout="editorial"] {
    min-height: 360px !important;
    gap: 10px !important;
  }
}

@media (max-width: 720px) {
  body[data-r35-page="explorar"] .r3-hero-panel {
    min-height: auto !important;
  }

  body[data-r35-page="explorar"] .r3-hero-art-stage[data-layout="editorial"] {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
    min-height: 420px !important;
  }

  body[data-r35-page="explorar"] .r3-hero-art-stage[data-layout="editorial"] > :first-child {
    grid-column: 1 / span 2 !important;
    grid-row: 1 !important;
  }

  body[data-r35-page="explorar"] .r3-hero-art-stage[data-layout="editorial"] > :nth-child(2) {
    grid-column: 1 !important;
    grid-row: 2 !important;
  }

  body[data-r35-page="explorar"] .r3-hero-art-stage[data-layout="editorial"] > :nth-child(3) {
    grid-column: 2 !important;
    grid-row: 2 !important;
  }

  body[data-r35-page="explorar"] .r3-hero-art-stage[data-layout="editorial"] > :nth-child(4) {
    grid-column: 1 !important;
    grid-row: 3 !important;
  }

  body[data-r35-page="explorar"] .r3-hero-art-stage[data-layout="editorial"] > :nth-child(5) {
    grid-column: 2 !important;
    grid-row: 3 !important;
  }
}
/* R3.6.7 END */


