:root{
      --orange:#f15a24;
      --red:#ef1b24;
      --cream:#fff7e8;
      --ink:#171717;
      --muted:#6b625a;
      --white:#fff;
      --line:#eadcca;
      --shadow:0 18px 50px rgba(64,33,15,.14);
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;
      color:var(--ink);
      background:var(--cream);
      line-height:1.6;
    }
    img{max-width:100%;display:block}
    a{text-decoration:none;color:inherit}
    .wrap{width:min(1180px,calc(100% - 36px));margin:auto}

    header{
      position:sticky;top:0;z-index:50;
      background:rgba(255,247,232,.92);
      backdrop-filter:blur(14px);
      border-bottom:1px solid rgba(234,220,202,.75);
    }
    nav{
      height:74px;display:flex;align-items:center;justify-content:space-between;gap:24px;
    }
    .brand{
      display:flex;align-items:center;gap:12px;font-weight:800;letter-spacing:.02em;
    }
    .mark{
      width:46px;height:46px;border-radius:14px;
      display:grid;place-items:center;
      background:linear-gradient(135deg,var(--red),var(--orange));
      color:#fff;font-family:"Bebas Neue",sans-serif;font-size:22px;
      box-shadow:0 8px 22px rgba(239,27,36,.22);
    }
    .brand strong{font-size:18px}
    .brand small{display:block;color:var(--muted);font-size:11px;font-weight:600;letter-spacing:.12em}
    .links{display:flex;gap:28px;align-items:center;font-size:14px;font-weight:700}
    .links a:hover{color:var(--red)}
    .cta{
      display:inline-flex;align-items:center;justify-content:center;
      background:var(--ink);color:#fff;border-radius:999px;
      padding:12px 18px;font-weight:800;font-size:14px;
    }

    .hero{
      min-height:690px;
      display:grid;grid-template-columns:1.05fr .95fr;align-items:center;
      gap:56px;padding:72px 0 64px;
    }
    .eyebrow{
      display:inline-flex;align-items:center;gap:8px;
      color:var(--red);font-size:12px;font-weight:800;letter-spacing:.16em;text-transform:uppercase;
    }
    h1{
      font-family:"Bebas Neue",sans-serif;
      font-size:clamp(68px,8.5vw,132px);
      line-height:.82;margin:18px 0 22px;
      letter-spacing:.01em;
    }
    h1 span{color:var(--red)}
    .hero p{font-size:18px;color:var(--muted);max-width:590px}
    .hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}
    .btn{
      display:inline-flex;align-items:center;justify-content:center;
      border-radius:999px;padding:14px 22px;font-weight:800;border:1px solid var(--ink);
      transition:.2s transform,.2s box-shadow;
    }
    .btn:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(0,0,0,.08)}
    .btn.primary{background:var(--red);border-color:var(--red);color:#fff}
    .btn.secondary{background:transparent}
    .hero-photo{
      position:relative;border-radius:32px;overflow:hidden;box-shadow:var(--shadow);
      background:#ddd;aspect-ratio:4/5;
    }
    .hero-photo img{width:100%;height:100%;object-fit:cover}
    .stamp{
      position:absolute;right:18px;bottom:18px;background:#fff;border-radius:18px;
      padding:14px 16px;font-weight:800;box-shadow:0 12px 30px rgba(0,0,0,.12)
    }
    .stamp small{display:block;color:var(--muted);font-weight:600}

    section{padding:88px 0}
    .section-head{display:flex;justify-content:space-between;gap:24px;align-items:end;margin-bottom:34px}
    .section-head h2{
      font-family:"Bebas Neue",sans-serif;
      font-size:clamp(44px,6vw,78px);line-height:.95;margin:0;
    }
    .section-head p{max-width:520px;color:var(--muted);margin:0}

    .cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
    .card{
      background:#fff;border-radius:24px;padding:26px;border:1px solid var(--line);
      box-shadow:0 10px 26px rgba(73,42,22,.05)
    }
    .card .num{font-family:"Bebas Neue";font-size:44px;color:var(--orange)}
    .card h3{margin:4px 0 8px;font-size:20px}
    .card p{margin:0;color:var(--muted)}

    .product{
      display:grid;grid-template-columns:1fr 1fr;gap:22px;align-items:stretch
    }
    .product-image{border-radius:28px;overflow:hidden;min-height:520px;box-shadow:var(--shadow)}
    .product-image img{width:100%;height:100%;object-fit:cover}
    .product-copy{
      background:linear-gradient(145deg,var(--red),var(--orange));
      color:#fff;border-radius:28px;padding:48px;display:flex;flex-direction:column;justify-content:center;
    }
    .product-copy h2{font-family:"Bebas Neue";font-size:64px;line-height:.9;margin:0 0 16px}
    .product-copy p{color:rgba(255,255,255,.88)}
    .bullets{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:24px}
    .bullet{background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.22);padding:14px;border-radius:16px;font-weight:700}

    .gallery{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:16px}
    .gallery img{width:100%;height:390px;object-fit:cover;border-radius:24px}
    .gallery img:first-child{height:390px}

    .retail{
      background:#171717;color:#fff;border-radius:32px;padding:54px;
      display:grid;grid-template-columns:1.2fr .8fr;gap:34px;align-items:center
    }
    .retail h2{font-family:"Bebas Neue";font-size:64px;line-height:.9;margin:0 0 18px}
    .retail p{color:#d8d0c6;max-width:650px}
    .retail .btn{background:#fff;color:#111;border-color:#fff}
    .retail ul{margin:0;padding-left:20px;color:#efe8df}
    .retail li{margin:8px 0}

    .contact{
      display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:center
    }
    .contact-box{
      background:#fff;border:1px solid var(--line);border-radius:28px;padding:34px;
    }
    .contact h2{font-family:"Bebas Neue";font-size:64px;line-height:.9;margin:0 0 18px}
    .contact a{font-weight:800;color:var(--red)}
    footer{padding:34px 0 48px;color:var(--muted);font-size:13px}
    .footer-row{display:flex;justify-content:space-between;gap:20px;border-top:1px solid var(--line);padding-top:26px}

    @media (max-width:900px){
      .links{display:none}
      .hero,.product,.retail,.contact{grid-template-columns:1fr}
      .hero{padding-top:46px;min-height:auto}
      .hero-photo{aspect-ratio:4/3}
      .cards{grid-template-columns:1fr}
      .gallery{grid-template-columns:1fr}
      .gallery img,.gallery img:first-child{height:320px}
      .section-head{align-items:start;flex-direction:column}
      .product-copy,.retail{padding:34px}
    }
    @media (max-width:560px){
      .wrap{width:min(100% - 24px,1180px)}
      nav{height:66px}
      .brand small{display:none}
      .hero{gap:28px}
      h1{font-size:72px}
      section{padding:60px 0}
      .product-image{min-height:380px}
      .product-copy h2,.retail h2,.contact h2{font-size:52px}
      .bullets{grid-template-columns:1fr}
      .footer-row{flex-direction:column}
    }
