:root{
    --navy:#171945;
    --navy-deep:#0d0e2c;
    --paper:#f5f3ec;
    --paper-2:#eeebe0;
    --orange:#e8622c;
    --orange-deep:#c94f1f;
    --steel:#c9cddc;
    --ink:#1c1c1c;
    --line: rgba(23,25,69,0.14);
    --radius: 3px;
  }
  *{box-sizing:border-box;}
  html{scroll-behavior:smooth;}
  body{
    margin:0;
    background:var(--paper);
    color:var(--ink);
    font-family:'Inter', sans-serif;
    -webkit-font-smoothing:antialiased;
  }
  h1,h2,h3{
    font-family:'Barlow Condensed', sans-serif;
    text-transform:uppercase;
    letter-spacing:0.01em;
    margin:0;
  }
  .mono{
    font-family:'IBM Plex Mono', monospace;
  }
  a{color:inherit;}
  img{display:block; max-width:100%;}
  .wrap{max-width:1100px; margin:0 auto; padding:0 24px;}

  /* header */
  header{
    position:sticky; top:0; z-index:50;
    background:var(--navy);
    border-bottom:1px solid rgba(255,255,255,0.08);
  }
  .headbar{
    display:flex; align-items:center; justify-content:space-between;
    padding:14px 24px;
    max-width:1100px; margin:0 auto;
  }
  .headbar img{height:34px; width:auto;}
  .headbar nav{display:flex; gap:28px; align-items:center;}
  .headbar nav a{
    color:#fff; text-decoration:none; font-size:14px;
    font-weight:600; letter-spacing:0.03em; text-transform:uppercase;
    opacity:0.82;
  }
  .headbar nav a:hover{opacity:1;}
  .ig-link{
    display:inline-flex; align-items:center; gap:8px;
    color:#fff; text-decoration:none; font-weight:600; font-size:14px;
  }
  .nav-links-mobile{display:none;}

  /* hero */
  .hero{
    position:relative;
    background:var(--navy);
    color:#fff;
    overflow:hidden;
    padding:88px 24px 96px;
  }
  .hero::before{
    content:"";
    position:absolute; inset:0;
    background-image:
      repeating-linear-gradient(0deg, rgba(255,255,255,0.05) 0, rgba(255,255,255,0.05) 1px, transparent 1px, transparent 48px),
      repeating-linear-gradient(90deg, rgba(255,255,255,0.05) 0, rgba(255,255,255,0.05) 1px, transparent 1px, transparent 48px);
    opacity:0.5;
    pointer-events:none;
  }
  .hero::after{
    content:"";
    position:absolute; right:-140px; top:-100px;
    width:480px; height:480px;
    border-radius:50%;
    background:radial-gradient(circle, rgba(232,98,44,0.28), transparent 70%);
    pointer-events:none;
  }
  .hero-inner{position:relative; max-width:1100px; margin:0 auto; text-align:center;}
  .hero-logo{width:min(420px, 78vw); margin:0 auto 34px;}
  .eyebrow{
    font-family:'IBM Plex Mono', monospace;
    font-size:13px; letter-spacing:0.16em; text-transform:uppercase;
    color:var(--orange);
    margin-bottom:14px;
  }
  .hero h1{
    font-size:clamp(34px, 6vw, 58px);
    line-height:1.02;
    font-weight:800;
    max-width:780px;
    margin:0 auto 18px;
  }
  .hero p.sub{
    font-family:'Inter', sans-serif;
    font-size:17px;
    color:rgba(255,255,255,0.78);
    max-width:520px;
    margin:0 auto 34px;
    line-height:1.55;
  }
  .btn{
    display:inline-flex; align-items:center; gap:10px;
    background:var(--orange);
    color:#fff;
    text-decoration:none;
    font-weight:700;
    font-size:15px;
    padding:14px 26px;
    border-radius:var(--radius);
    border:1px solid var(--orange-deep);
    transition:transform 0.15s ease, background 0.15s ease;
  }
  .btn:hover{background:var(--orange-deep); transform:translateY(-1px);}
  .btn.ghost{
    background:transparent;
    border:1px solid rgba(255,255,255,0.35);
    color:#fff;
  }
  .btn.ghost:hover{background:rgba(255,255,255,0.08); border-color:rgba(255,255,255,0.6);}
  .btn.small{padding:10px 18px; font-size:13px;}

  /* facts strip */
  .facts{
    background:var(--paper-2);
    border-bottom:1px solid var(--line);
  }
  .facts .wrap{
    display:grid; grid-template-columns:repeat(3, 1fr);
    padding:26px 24px;
  }
  .facts .fact{text-align:center; padding:0 12px;}
  .facts .fact .num{
    font-family:'Barlow Condensed', sans-serif;
    font-weight:800; font-size:34px; color:var(--navy);
    line-height:1;
  }
  .facts .fact .lbl{
    font-family:'IBM Plex Mono', monospace;
    font-size:12px; letter-spacing:0.06em; text-transform:uppercase;
    color:#5a5a5a; margin-top:6px;
  }
  .facts .fact + .fact{border-left:1px solid var(--line);}

  /* sections */
  section{padding:76px 0;}
  .section-head{max-width:640px; margin-bottom:42px;}
  .kicker{
    font-family:'IBM Plex Mono', monospace;
    font-size:13px; color:var(--orange); letter-spacing:0.14em;
    text-transform:uppercase; margin-bottom:10px;
  }
  .section-head h2{
    font-size:clamp(28px, 4vw, 40px);
    color:var(--navy);
    font-weight:800;
  }
  .section-head p{
    font-size:16px; color:#4a4a4a; line-height:1.6; margin-top:14px;
  }

  /* sobre */
  .sobre-grid{display:grid; grid-template-columns:1.1fr 0.9fr; gap:48px; align-items:start;}
  .sobre-grid p{font-size:16px; line-height:1.75; color:#333; margin:0 0 16px;}
  .sobre-side{
    background:var(--navy);
    color:#fff;
    padding:28px;
    border-radius:var(--radius);
    font-family:'IBM Plex Mono', monospace;
    font-size:13.5px;
    line-height:1.9;
  }
  .sobre-side .line{display:flex; justify-content:space-between; border-bottom:1px dashed rgba(255,255,255,0.18); padding:8px 0;}
  .sobre-side .line:last-child{border-bottom:none;}
  .sobre-side .k{color:rgba(255,255,255,0.55);}

  /* lojas - ficha cards */
  .lojas-grid{
    display:grid; grid-template-columns:repeat(3, 1fr); gap:26px;
  }
  .loja-card{
    background:#fff;
    border:1px solid var(--line);
    border-radius:var(--radius);
    overflow:hidden;
    position:relative;
    display:flex; flex-direction:column;
    opacity:0; transform:translateY(18px);
    transition:opacity 0.6s ease, transform 0.6s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  }
  .loja-card.in{opacity:1; transform:translateY(0);}
  .loja-card:hover{box-shadow:0 14px 30px rgba(23,25,69,0.14); border-color:var(--navy);}
  .loja-photo{
    height:190px; width:100%; object-fit:cover;
    filter:saturate(1.03);
  }
  .loja-photo.contain{
    object-fit:contain; background:var(--navy-deep); padding:10px;
  }
  .tag-hole{
    position:absolute; top:14px; left:14px;
    width:16px; height:16px; border-radius:50%;
    background:var(--paper);
    border:2px solid var(--navy);
    z-index:2;
  }
  .loja-body{padding:20px 20px 22px; position:relative;}
  .loja-body::before{
    content:"";
    position:absolute; top:0; left:20px; right:20px;
    border-top:1px dashed var(--steel);
  }
  .loja-name{
    font-family:'Barlow Condensed', sans-serif;
    font-weight:800; font-size:22px; color:var(--navy);
    margin-top:14px; margin-bottom:2px;
  }
  .status-dot{
    display:inline-block; width:7px; height:7px; border-radius:50%;
    background:var(--orange); margin-right:6px;
  }
  .loja-bairro{
    font-family:'IBM Plex Mono', monospace;
    font-size:11.5px; letter-spacing:0.06em; text-transform:uppercase;
    color:#8a8a8a; margin-bottom:14px;
  }
  .loja-info{font-family:'IBM Plex Mono', monospace; font-size:13px; color:#333; line-height:1.7;}
  .loja-info strong{color:var(--navy); font-weight:600;}
  .loja-info .row{margin-bottom:8px;}
  .tel-link{color:var(--orange); text-decoration:none; font-weight:600;}
  .tel-link:hover{text-decoration:underline;}
  .page-link{
    display:block; text-align:center; margin-top:10px;
    font-family:'IBM Plex Mono', monospace; font-size:12px; color:var(--navy);
    text-decoration:none; opacity:0.7;
  }
  .page-link:hover{opacity:1; text-decoration:underline;}

  /* diferenciais */
  .diff-wrap{background:var(--paper-2); padding:76px 0; border-top:1px solid var(--line); border-bottom:1px solid var(--line);}
  .diff-grid{display:grid; grid-template-columns:repeat(auto-fit, minmax(230px, 1fr)); gap:20px;}
  .diff-card{
    background:#fff; border:1px solid var(--line); border-radius:var(--radius);
    padding:26px 22px; display:flex; flex-direction:column;
  }
  .diff-card svg{width:30px; height:30px; stroke:var(--orange); fill:none; stroke-width:1.6; stroke-linecap:round; stroke-linejoin:round; margin-bottom:14px;}
  .diff-card h3{
    font-family:'Barlow Condensed', sans-serif; font-weight:800; font-size:19px;
    color:var(--navy); text-transform:none; margin-bottom:8px; line-height:1.15;
  }
  .diff-card p{font-size:13.5px; color:#444; line-height:1.55; margin:0 0 16px; flex-grow:1;}
  .diff-card .btn{align-self:flex-start;}
  @media (max-width: 900px){
    .diff-grid{grid-template-columns:1fr 1fr;}
  }
  @media (max-width: 560px){
    .diff-grid{grid-template-columns:1fr;}
  }

  /* como comprar */
  .how-wrap{background:var(--paper); padding:76px 0;}
  .how-grid{display:grid; grid-template-columns:repeat(3, 1fr); gap:24px; margin-bottom:32px;}
  .how-step{
    background:#fff; border:1px solid var(--line); border-radius:var(--radius);
    padding:26px 22px; position:relative;
  }
  .how-step .step-num{
    font-family:'Barlow Condensed', sans-serif; font-weight:800; font-size:40px;
    color:var(--orange); line-height:1; margin-bottom:10px;
  }
  .how-step p{font-size:14.5px; color:#333; line-height:1.6; margin:0;}
  .how-callout{
    background:var(--navy); color:#fff; border-radius:var(--radius);
    padding:26px 28px; display:flex; align-items:center; justify-content:space-between;
    flex-wrap:wrap; gap:18px;
  }
  .how-callout p{
    font-family:'Barlow Condensed', sans-serif; font-weight:700; font-size:22px;
    text-transform:uppercase; margin:0; max-width:520px;
  }

  /* whatsapp flutuante */
  .wa-float{
    position:fixed; bottom:22px; right:22px; z-index:100;
    width:58px; height:58px; border-radius:50%;
    background:#25D366; border:none; cursor:pointer;
    display:flex; align-items:center; justify-content:center;
    box-shadow:0 6px 18px rgba(0,0,0,0.25);
  }
  .wa-float svg{width:28px; height:28px; fill:#fff;}
  .wa-modal-backdrop{
    position:fixed; inset:0; background:rgba(13,14,44,0.6);
    z-index:200; display:none; align-items:flex-end; justify-content:center;
  }
  .wa-modal-backdrop.open{display:flex;}
  .wa-modal{
    background:#fff; border-radius:12px 12px 0 0; width:100%; max-width:420px;
    padding:24px 22px 28px;
  }
  .wa-modal h3{color:var(--navy); font-size:22px; margin-bottom:4px;}
  .wa-modal p{font-size:13.5px; color:#666; margin:0 0 18px;}
  .wa-modal button.store-opt{
    display:block; width:100%; text-align:left;
    background:var(--paper-2); border:1px solid var(--line); border-radius:6px;
    padding:14px 16px; margin-bottom:10px; cursor:pointer;
    font-family:'Inter', sans-serif; font-size:14.5px; font-weight:600; color:var(--navy);
  }
  .wa-modal button.store-opt:hover{border-color:var(--orange);}
  .wa-modal button.store-opt span{display:block; font-family:'IBM Plex Mono', monospace; font-weight:400; font-size:12px; color:#888; margin-top:3px;}
  .wa-modal .wa-close{
    display:block; margin:6px auto 0; background:none; border:none; color:#999;
    font-size:13px; cursor:pointer; padding:8px;
  }

  @media (max-width: 860px){
    .how-grid{grid-template-columns:1fr;}
  }
  .btn-row{display:flex; gap:8px; margin-top:16px;}
  .loja-card .btn{flex:1; justify-content:center; margin-top:0; padding:10px 14px;}
  .btn.ghost-dark{
    background:transparent; color:var(--navy);
    border:1px solid var(--navy);
  }
  .btn.ghost-dark:hover{background:var(--navy); color:#fff;}

  /* categorias */
  .cat-wrap{
    position:relative;
    background:var(--navy-deep);
    padding:60px 0 68px;
    overflow:hidden;
  }
  .cat-wrap .cat-bg{
    position:absolute; inset:0;
    background-image:url('images/loja-marcilio-interior.webp');
    background-size:cover; background-position:center;
    opacity:0.16;
    filter:grayscale(0.25);
  }
  .cat-wrap .cat-bg::after{
    content:"";
    position:absolute; inset:0;
    background:linear-gradient(180deg, var(--navy-deep) 0%, rgba(13,14,44,0.7) 45%, var(--navy-deep) 100%);
  }
  .cat-wrap .wrap{position:relative; z-index:1;}
  .cat-wrap .section-head h2{color:#fff;}
  .cat-wrap .section-head p{color:rgba(255,255,255,0.65);}
  .chip-grid{
    display:grid; grid-template-columns:repeat(auto-fit, minmax(160px, 1fr));
    gap:14px;
  }
  .chip{
    display:flex; align-items:center; gap:12px;
    font-family:'IBM Plex Mono', monospace;
    font-size:13px; color:#fff;
    border:1px solid rgba(255,255,255,0.16);
    padding:16px;
    border-radius:6px;
    background:rgba(255,255,255,0.04);
    transition:border-color 0.2s ease, background 0.2s ease;
  }
  .chip:hover{border-color:var(--orange); background:rgba(232,98,44,0.08);}
  .chip svg{flex-shrink:0; width:24px; height:24px; stroke:var(--orange); fill:none; stroke-width:1.6; stroke-linecap:round; stroke-linejoin:round;}
  .chip-light{
    color:var(--navy);
    border:1px solid var(--line);
    background:var(--paper-2);
  }
  .chip-light:hover{border-color:var(--orange); background:rgba(232,98,44,0.06);}
  .chip-rich{
    grid-column:span 1; flex-direction:column; align-items:flex-start; gap:0;
    padding:18px;
  }
  .chip-rich-head{display:flex; align-items:center; gap:10px; font-weight:600; font-size:14px; margin-bottom:8px;}
  .chip-rich-head svg{width:22px; height:22px;}
  .chip-rich p{font-size:12px; color:rgba(255,255,255,0.68); line-height:1.5; margin:0 0 10px; font-family:'Inter', sans-serif;}
  .chip-cta{
    background:none; border:none; color:var(--orange); font-family:'IBM Plex Mono', monospace;
    font-size:12px; font-weight:600; cursor:pointer; padding:0;
  }
  .chip-cta:hover{text-decoration:underline;}
  .cat-note{
    margin-top:26px; font-size:14px; color:rgba(255,255,255,0.55);
    max-width:520px; line-height:1.6;
  }

  /* footer */
  footer{
    background:var(--navy);
    color:rgba(255,255,255,0.7);
    padding:52px 0 26px;
  }
  .foot-grid{
    display:grid; grid-template-columns:1.2fr 1fr 1fr;
    gap:32px;
    padding-bottom:32px;
    border-bottom:1px solid rgba(255,255,255,0.1);
  }
  .foot-grid img{height:30px; margin-bottom:14px;}
  .foot-grid p{font-size:14px; line-height:1.6; max-width:280px;}
  .foot-col h4{
    font-family:'IBM Plex Mono', monospace;
    font-size:12px; letter-spacing:0.1em; text-transform:uppercase;
    color:var(--orange); margin-bottom:14px;
  }
  .foot-col a{display:block; font-size:14px; color:rgba(255,255,255,0.8); text-decoration:none; margin-bottom:10px;}
  .foot-col a:hover{color:#fff;}
  .foot-bottom{
    display:flex; justify-content:space-between; align-items:center;
    padding-top:22px; font-size:12.5px; color:rgba(255,255,255,0.4);
    font-family:'IBM Plex Mono', monospace;
  }

  @media (max-width: 860px){
    .headbar nav{display:none;}
    .sobre-grid{grid-template-columns:1fr;}
    .lojas-grid{grid-template-columns:1fr;}
    .facts .wrap{grid-template-columns:1fr; gap:16px;}
    .facts .fact + .fact{border-left:none; border-top:1px solid var(--line); padding-top:16px;}
    .foot-grid{grid-template-columns:1fr; gap:26px;}
    .foot-bottom{flex-direction:column; gap:10px; align-items:flex-start;}
  }
  @media (prefers-reduced-motion: reduce){
    html{scroll-behavior:auto;}
    .loja-card{transition:none; opacity:1; transform:none;}
  }
  :focus-visible{outline:3px solid var(--orange); outline-offset:2px;}
