
  :root {
    --bg: #0B0908;
    --bg-2: #12119;
    --panel: #16120F;
    --panel-2: #1D1814;
    --line: rgba(255, 243, 234, 0.09);
    --ink: #F5EFE9;
    --muted: #B3A89E;
    --faint: #7d746c;
    --orange: #F97316;
    --orange-2: #FB8C2E;
    --green: #21C063;
    --radius: 14px;
    --radius-sm: 9px;
    --wrap: 1160px;
  }
  * { margin: 0; padding: 0; box-sizing: border-box; }
  html { scroll-behavior: smooth; }
  body { background: var(--bg); color: var(--ink); font-family: 'Inter', system-ui, sans-serif; font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
  img { max-width: 100%; display: block; }
  a { color: inherit; }

  h1, h2, h3, .disp { font-family: 'Archivo', sans-serif; font-stretch: 112%; text-transform: uppercase; line-height: 0.98; letter-spacing: -0.01em; }
  h1 { font-weight: 900; font-style: italic; }
  h2 { font-weight: 900; font-style: italic; font-size: clamp(28px, 4.4vw, 44px); }
  .accent { color: var(--orange); }
  .kicker { font-family: 'Archivo'; font-stretch: 110%; font-weight: 700; font-size: 12px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--orange); display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
  .kicker::before { content: ''; width: 26px; height: 3px; background: var(--orange); }

  .wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 22px; }
  section { padding: 84px 0; }
  .stripes { height: 10px; background: repeating-linear-gradient(-45deg, var(--orange) 0 16px, transparent 16px 34px); opacity: 0.9; }

  /* reveal on scroll */
  .rv { opacity: 0; transform: translateY(22px); transition: opacity 0.6s ease, transform 0.6s ease; }
  .rv.in { opacity: 1; transform: none; }

  /* ── topo ─────────────────────────────────────────── */
  .topbar { background: #060504; border-bottom: 1px solid var(--line); font-size: 12.5px; color: var(--muted); }
  .topbar .wrap { display: flex; justify-content: space-between; gap: 14px; padding-top: 8px; padding-bottom: 8px; flex-wrap: wrap; }
  .topbar b { color: var(--ink); font-weight: 600; }

  header.nav { position: sticky; top: 0; z-index: 50; background: rgba(11, 9, 8, 0.86); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); }
  .nav .wrap { display: flex; align-items: center; gap: 26px; height: 68px; }
  .logo { display: flex; align-items: center; gap: 11px; text-decoration: none; }
  .logo img { height: 42px; width: auto; display: block; }
  nav.links { display: flex; gap: 22px; margin-left: auto; }
  nav.links a { text-decoration: none; font-size: 14px; font-weight: 500; color: var(--muted); position: relative; padding: 6px 0; }
  nav.links a::after { content: ''; position: absolute; left: 0; bottom: 0; height: 2px; width: 0; background: var(--orange); transition: width 0.25s; }
  nav.links a:hover { color: var(--ink); }
  nav.links a:hover::after { width: 100%; }
  .btn { display: inline-flex; align-items: center; gap: 9px; padding: 12px 22px; border-radius: var(--radius-sm); font-weight: 700; font-size: 14.5px; text-decoration: none; border: none; cursor: pointer; transition: transform 0.16s ease, box-shadow 0.16s ease, background 0.16s; font-family: 'Inter'; }
  .btn:hover { transform: translateY(-2px); }
  .btn-wa { background: var(--green); color: #04220f; box-shadow: 0 6px 22px rgba(33, 192, 99, 0.28); }
  .btn-wa:hover { box-shadow: 0 10px 26px rgba(33, 192, 99, 0.38); }
  .btn-orange { background: linear-gradient(180deg, var(--orange-2), var(--orange)); color: #1b0c02; box-shadow: 0 6px 22px rgba(249, 115, 22, 0.3); }
  .btn-ghost { background: transparent; color: var(--ink); border: 1px solid var(--line); }
  .btn-ghost:hover { border-color: var(--orange); color: var(--orange); }
  .nav .btn { padding: 10px 18px; }
  .hamb { display: none; margin-left: auto; background: none; border: 1px solid var(--line); color: var(--ink); border-radius: 8px; padding: 8px 11px; font-size: 18px; }

  .promo { background: linear-gradient(90deg, var(--orange), #E35D05); color: #1b0c02; font-size: 13.5px; font-weight: 600; }
  .promo .wrap { display: flex; align-items: center; justify-content: center; gap: 12px; padding-top: 9px; padding-bottom: 9px; flex-wrap: wrap; text-align: center; }
  .promo .tag { background: #1b0c02; color: var(--orange-2); padding: 3px 10px; border-radius: 99px; font-family: 'Archivo'; font-weight: 800; font-size: 11px; letter-spacing: 0.12em; }
  .promo a { color: inherit; font-weight: 800; }

  /* ── hero ─────────────────────────────────────────── */
  .hero { padding: 92px 0 70px; position: relative; overflow: hidden; }
  .hero::before { content: ''; position: absolute; inset: 0; background:
      radial-gradient(720px 420px at 82% 8%, rgba(249, 115, 22, 0.13), transparent 65%),
      radial-gradient(560px 380px at 6% 90%, rgba(249, 115, 22, 0.07), transparent 60%); pointer-events: none; }
  .hero .wrap { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 54px; align-items: center; position: relative; }
  .hero h1 { font-size: clamp(38px, 5.6vw, 62px); margin: 0 0 20px; }
  .hero p.lead { color: var(--muted); font-size: 17px; max-width: 46ch; margin-bottom: 30px; }
  .hero .ctas { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 40px; }
  .stats { display: flex; gap: 38px; flex-wrap: wrap; }
  .stats .disp { font-size: 30px; font-weight: 900; font-style: italic; }
  .stats small { display: block; color: var(--faint); font-size: 12.5px; margin-top: 2px; }
  .hero-ph { position: relative; }
  .hero-ph .frame { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); box-shadow: 0 30px 70px rgba(0, 0, 0, 0.55); transform: rotate(1.2deg); }
  .hero-ph .frame img { width: 100%; aspect-ratio: 4/3.4; object-fit: cover; }
  .hero-ph::after { content: ''; position: absolute; inset: 18px -14px -14px 18px; border-radius: var(--radius); background: repeating-linear-gradient(-45deg, rgba(249, 115, 22, 0.5) 0 10px, transparent 10px 22px); z-index: -1; }
  .hero-ph .cap { position: absolute; left: 16px; bottom: 16px; background: rgba(6, 5, 4, 0.82); backdrop-filter: blur(6px); border: 1px solid var(--line); font-family: 'Archivo'; font-size: 11px; letter-spacing: 0.18em; font-weight: 700; padding: 8px 13px; border-radius: 7px; color: var(--orange-2); }
  .hero-ph .frame video { width: 100%; aspect-ratio: 4/3.4; object-fit: cover; display: block; }
  .play-inst { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 74px; height: 74px; border-radius: 50%; border: none; cursor: pointer; background: rgba(249, 115, 22, 0.92); color: #fff; font-size: 26px; display: flex; align-items: center; justify-content: center; padding-left: 6px; box-shadow: 0 12px 34px rgba(0, 0, 0, 0.55); transition: transform 0.18s ease, background 0.18s; }
  .play-inst:hover { transform: translate(-50%, -50%) scale(1.09); background: var(--orange); }
  .play-inst small { position: absolute; bottom: -30px; left: 50%; transform: translateX(-50%); font-family: 'Archivo'; font-size: 10px; letter-spacing: 0.16em; font-weight: 700; color: #fff; white-space: nowrap; text-shadow: 0 2px 8px rgba(0,0,0,0.8); }
  .vmodal { position: fixed; inset: 0; z-index: 90; display: flex; align-items: center; justify-content: center; }
  .vmodal[hidden] { display: none; }
  .vmodal .vbg { position: absolute; inset: 0; background: rgba(4, 3, 2, 0.9); backdrop-filter: blur(8px); }
  .vmodal video { position: relative; max-height: 86vh; max-width: min(92vw, 48.4vh); border-radius: 14px; border: 1px solid var(--line); box-shadow: 0 30px 90px rgba(0, 0, 0, 0.7); background: #000; }
  .vmodal .vx { position: absolute; top: 18px; right: 20px; z-index: 2; width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--line); background: rgba(11, 9, 8, 0.85); color: #fff; font-size: 17px; cursor: pointer; }

  .benefits { background: linear-gradient(90deg, var(--orange), #E35D05); padding: 0; }
  .benefits .wrap { display: grid; grid-template-columns: repeat(3, 1fr); }
  .benefits div { padding: 17px 10px; text-align: center; color: #1b0c02; font-family: 'Archivo'; font-weight: 800; font-size: 13.5px; letter-spacing: 0.06em; text-transform: uppercase; }
  .benefits div + div { border-left: 1px solid rgba(27, 12, 2, 0.18); }

  /* ── seções de cards ──────────────────────────────── */
  .sec-head { display: flex; align-items: end; justify-content: space-between; gap: 18px; margin-bottom: 34px; flex-wrap: wrap; }
  .sec-head .more { color: var(--orange); text-decoration: none; font-weight: 600; font-size: 14px; white-space: nowrap; }
  .sec-head .more:hover { text-decoration: underline; }

  .grid-cats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
  .cat { position: relative; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); aspect-ratio: 16/9.4; text-decoration: none; display: block; }
  .cat img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
  .cat:hover img { transform: scale(1.06); }
  .cat .ov { position: absolute; inset: 0; background: linear-gradient(185deg, rgba(6, 5, 4, 0) 30%, rgba(6, 5, 4, 0.92) 88%); display: flex; align-items: flex-end; padding: 16px; }
  .cat .ov div { display: flex; justify-content: space-between; align-items: center; width: 100%; }
  .cat h3 { font-size: 16.5px; font-weight: 800; }
  .cat small { color: var(--muted); font-size: 12px; display: block; margin-top: 3px; font-family: 'Inter'; text-transform: none; font-weight: 400; font-style: normal; }
  .cat .arr { color: var(--orange); font-size: 20px; transition: transform 0.25s; }
  .cat:hover .arr { transform: translateX(5px); }

  .grid-prods { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
  .prod { background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; display: flex; flex-direction: column; transition: transform 0.2s ease, border-color 0.2s, box-shadow 0.2s; }
  .prod:hover { transform: translateY(-5px); border-color: rgba(249, 115, 22, 0.45); box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45); }
  .prod .ph { aspect-ratio: 1; overflow: hidden; background: var(--panel-2); }
  .prod .ph img { width: 100%; height: 100%; object-fit: cover; }
  .prod .bd { padding: 15px 16px 17px; display: flex; flex-direction: column; gap: 7px; flex: 1; }
  .prod .cat-tag { font-family: 'Archivo'; font-size: 10.5px; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; color: var(--orange); }
  .prod h3 { font-family: 'Inter'; text-transform: none; font-style: normal; font-size: 15.5px; font-weight: 600; line-height: 1.3; letter-spacing: 0; }
  .prod p.desc { color: var(--faint); font-size: 12.8px; line-height: 1.45; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
  .prod .row { margin-top: auto; display: flex; justify-content: space-between; align-items: center; gap: 8px; padding-top: 8px; }
  .prod .price { font-family: 'Archivo'; font-weight: 800; font-size: 14.5px; }
  .prod .price.ask { color: var(--muted); font-weight: 600; font-family: 'Inter'; font-size: 13px; }
  .prod .pedir { background: var(--orange); color: #1b0c02; font-family: 'Archivo'; font-weight: 800; letter-spacing: 0.1em; font-size: 12px; padding: 9px 16px; border-radius: 8px; text-decoration: none; transition: background 0.15s, transform 0.15s; white-space: nowrap; }
  .prod .pedir:hover { background: var(--orange-2); transform: translateY(-1px); }

  .chips { display: flex; gap: 9px; flex-wrap: wrap; margin-bottom: 26px; }
  .chip { background: var(--panel); border: 1px solid var(--line); color: var(--muted); border-radius: 99px; padding: 8px 17px; font-size: 13.5px; font-weight: 600; cursor: pointer; transition: all 0.15s; font-family: 'Inter'; }
  .chip:hover { color: var(--ink); border-color: rgba(249, 115, 22, 0.5); }
  .chip.on { background: var(--orange); border-color: var(--orange); color: #1b0c02; }
  .cat-note { color: var(--faint); font-size: 13px; margin-top: 22px; }

  /* ── 10 anos ──────────────────────────────────────── */
  .aniv { background: #070605; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .aniv .wrap { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 56px; align-items: center; }
  .aniv img { border-radius: var(--radius); border: 1px solid var(--line); box-shadow: 0 26px 60px rgba(0, 0, 0, 0.6); }
  .aniv p { color: var(--muted); margin: 18px 0 28px; max-width: 52ch; }
  .aniv .reg { color: var(--faint); font-size: 13px; margin-left: 16px; }

  /* ── quem somos / marcas ──────────────────────────── */
  .sobre .wrap { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 56px; align-items: center; }
  .sobre p { color: var(--muted); margin-bottom: 14px; }
  .sobre .tags { display: flex; gap: 9px; flex-wrap: wrap; margin-top: 22px; }
  .sobre .tags span { border: 1px solid var(--line); color: var(--muted); font-size: 13px; padding: 7px 14px; border-radius: 99px; }
  .sobre img { border-radius: var(--radius); border: 1px solid var(--line); aspect-ratio: 4/3.2; object-fit: cover; }

  /* ── marcas parceiras (logos em tiles brancos) ─────── */
  .brands { background: var(--panel); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .brands .more { cursor: pointer; }
  .brand-grid { margin-top: 34px; display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
  .brand-tile { background: #fff; border-radius: var(--radius-sm); display: flex; align-items: center; justify-content: center; padding: 22px 20px; min-height: 106px; box-shadow: 0 6px 20px rgba(0, 0, 0, 0.28); transition: transform 0.18s ease, box-shadow 0.18s ease; }
  .brand-tile:hover { transform: translateY(-4px); box-shadow: 0 14px 32px rgba(0, 0, 0, 0.42); }
  .brand-tile img { max-height: 54px; max-width: 100%; width: auto; object-fit: contain; }

  /* ── instagram / contato ──────────────────────────── */
  .insta .grid-ig { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
  .insta a.ig { border-radius: var(--radius-sm); overflow: hidden; border: 1px solid var(--line); position: relative; display: block; }
  .insta a.ig img { aspect-ratio: 1; object-fit: cover; width: 100%; transition: transform 0.45s ease, opacity 0.3s; }
  .insta a.ig:hover img { transform: scale(1.05); opacity: 0.75; }

  .contato { background: #070605; border-top: 1px solid var(--line); }
  .contato .wrap { display: grid; grid-template-columns: 1fr 1.1fr; gap: 54px; align-items: center; }
  .contato ul { list-style: none; margin: 22px 0 30px; display: grid; gap: 13px; color: var(--muted); font-size: 15.5px; }
  .contato ul b { color: var(--ink); font-weight: 600; }
  .contato ul li::before { content: '➔'; color: var(--orange); margin-right: 11px; }
  .contato iframe { width: 100%; height: 330px; border: 1px solid var(--line); border-radius: var(--radius); filter: grayscale(0.2) contrast(1.02); }

  footer { border-top: 1px solid var(--line); padding: 26px 0; }
  footer .wrap { display: flex; justify-content: space-between; align-items: center; gap: 14px; flex-wrap: wrap; color: var(--faint); font-size: 13px; }
  footer .logo img { height: 30px; width: auto; }

  .fab { position: fixed; right: 20px; bottom: 20px; z-index: 60; width: 58px; height: 58px; border-radius: 50%; background: var(--green); display: flex; align-items: center; justify-content: center; box-shadow: 0 10px 30px rgba(33, 192, 99, 0.45); transition: transform 0.2s; }
  .fab:hover { transform: scale(1.08); }
  .fab svg { width: 30px; height: 30px; fill: #04220f; }

  .empty-cat { color: var(--faint); border: 1px dashed var(--line); border-radius: var(--radius); padding: 34px; text-align: center; }

  /* ── responsivo ───────────────────────────────────── */
  @media (max-width: 980px) {
    section { padding: 62px 0; }
    .hero .wrap, .aniv .wrap, .sobre .wrap, .contato .wrap { grid-template-columns: 1fr; gap: 36px; }
    /* palavras longas do display (FERRAMENTAS,) não podem ditar a largura da coluna */
    .hero .wrap > *, .aniv .wrap > *, .sobre .wrap > *, .contato .wrap > * { min-width: 0; }
    .hero h1 { font-size: clamp(28px, 8.6vw, 46px); }
    .grid-prods { grid-template-columns: repeat(2, 1fr); }
    .grid-cats { grid-template-columns: repeat(2, 1fr); }
    .insta .grid-ig { grid-template-columns: repeat(2, 1fr); }
    nav.links { display: none; position: absolute; top: 68px; left: 0; right: 0; background: #0B0908; border-bottom: 1px solid var(--line); flex-direction: column; padding: 16px 22px; gap: 14px; }
    nav.links.open { display: flex; }
    .hamb { display: block; }
    .nav .btn { display: none; }
    .benefits .wrap { grid-template-columns: 1fr; }
    .benefits div + div { border-left: none; border-top: 1px solid rgba(27, 12, 2, 0.18); }
    .brand-grid { grid-template-columns: repeat(4, 1fr); }
  }
  @media (max-width: 560px) {
    .grid-prods { grid-template-columns: 1fr; }
    .grid-cats { grid-template-columns: 1fr; }
    .topbar .wrap { justify-content: center; }
    .brand-grid { grid-template-columns: repeat(3, 1fr); gap: 10px; }
    .brand-tile { min-height: 78px; padding: 14px 12px; }
    .brand-tile img { max-height: 38px; }
  }

  /* ── página de catálogo ───────────────────────────── */
  .page-hero { padding: 54px 0 10px; }
  .page-hero h1 { font-size: clamp(34px, 5.2vw, 54px); margin: 0 0 10px; }
  .search { position: relative; margin-bottom: 14px; }
  .search input { width: 100%; background: var(--panel); border: 1px solid var(--line); color: var(--ink); border-radius: var(--radius-sm); padding: 14px 18px 14px 46px; font: 500 16px 'Inter', sans-serif; outline: none; transition: border-color 0.15s; }
  .search input:focus { border-color: var(--orange); }
  .search input::placeholder { color: var(--faint); }
  .search .ico { position: absolute; left: 16px; top: 50%; transform: translateY(-50%); color: var(--faint); pointer-events: none; }
  .count { color: var(--faint); font-size: 13.5px; margin: 2px 0 20px; }
  nav.links a.on { color: var(--ink); }
  nav.links a.on::after { width: 100%; }

  /* ── refinos mobile ───────────────────────────────── */
  .btn-cat { display: none; }
  section[id] { scroll-margin-top: 82px; }

  @media (max-width: 980px) {
    .hero { padding: 36px 0 54px; }
    .nav .btn-cat { display: inline-flex; margin-left: auto; padding: 9px 15px; font-size: 13.5px; }
    .hamb { margin-left: 0; }
  }
  @media (max-width: 560px) {
    /* topo compacto: endereço + telefone, sem horário/@ */
    .topbar { font-size: 11.5px; }
    .topbar .wrap { padding-top: 6px; padding-bottom: 6px; gap: 4px; justify-content: space-between; }
    .hide-m { display: none; }
    /* hero: CTAs em largura total (dedo acha fácil) */
    .hero .ctas .btn { flex: 1 1 100%; justify-content: center; }
    /* categorias: 2 colunas compactas em vez de cartões gigantes */
    .grid-cats { grid-template-columns: repeat(2, 1fr); gap: 10px; }
    .cat { aspect-ratio: 16/11; border-radius: 10px; }
    .cat .ov { padding: 10px; }
    .cat h3 { font-size: 12.5px; }
    .cat small { display: none; }
    .cat .arr { font-size: 15px; }
    /* produtos: 2 colunas estilo marketplace, PEDIR em largura total */
    .grid-prods { grid-template-columns: repeat(2, 1fr); gap: 10px; }
    .prod { border-radius: 10px; }
    .prod .bd { padding: 10px 11px 12px; gap: 5px; }
    .prod .cat-tag { font-size: 9px; }
    .prod h3 { font-size: 13px; }
    .prod p.desc { display: none; }
    .prod .row { flex-direction: column; align-items: stretch; gap: 7px; padding-top: 6px; }
    .prod .price { font-size: 13.5px; }
    .prod .price.ask { font-size: 12px; }
    .prod .pedir { text-align: center; padding: 10px 12px; }
    /* página do catálogo: título menor, busca GRUDADA no topo, chips em 1 linha rolável */
    .page-hero { padding: 28px 0 4px; }
    .page-hero h1 { font-size: clamp(28px, 8.6vw, 38px); }
    .search { position: sticky; top: 68px; z-index: 40; background: var(--bg); padding: 10px 0 8px; margin-bottom: 8px; }
    .chips { flex-wrap: nowrap; overflow-x: auto; -webkit-overflow-scrolling: touch; scrollbar-width: none; margin: 0 -22px 18px; padding: 2px 22px; }
    .chips::-webkit-scrollbar { display: none; }
    .chip { flex: 0 0 auto; white-space: nowrap; }
  }
