/*
Theme Name: AEVARI Skills
Theme URI: https://example.com
Author: Your Name
Description: One-page store theme for AEVARI Skills - The AI Tools Playbook. Dynamic WooCommerce pricing, product image gallery, and direct-to-checkout buying flow.
Version: 1.9.3
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
Text Domain: aevari-skills
*/

:root{
      --bg:#f5edda;
      --surface:#fffef9;
      --surface-2:#fbf2dd;
      --card:#ffffff;
      --text:#17130f;
      --muted:#625847;
      --line:rgba(23,19,15,.1);
      --soft-line:rgba(23,19,15,.06);
      --accent:#f5bc27;
      --accent-2:#131313;
      --ok:#2b7d2f;
      --danger:#cb3d31;
      --shadow:0 16px 35px rgba(37,24,8,.08);
      --radius-sm:12px;
      --radius-md:18px;
      --radius-lg:28px;
      --radius-pill:999px;
      --content:1240px;
      --ease:180ms cubic-bezier(.16,1,.3,1);
    }
    *{box-sizing:border-box;margin:0;padding:0}
    html{scroll-behavior:smooth}
    body{
      font-family:'Inter',system-ui,sans-serif;
      background:var(--bg);
      color:var(--text);
      line-height:1.55;
    }
    img,svg{display:block;max-width:100%}
    a{text-decoration:none;color:inherit}
    button,input,select{font:inherit}
    .container{width:min(calc(100% - 24px),var(--content));margin-inline:auto}
    .sr-only{position:absolute;left:-9999px}

    .top-strip{
      background:#111;
      color:#fff;
      overflow:hidden;
      border-bottom:1px solid rgba(255,255,255,.08);
    }
    .top-track{
      display:flex;
      gap:44px;
      min-width:max-content;
      padding:12px 0;
      animation:marquee 18s linear infinite;
      text-transform:uppercase;
      font-size:13px;
      font-weight:800;
      letter-spacing:.08em;
    }
    .top-item{display:flex;align-items:center;gap:14px}
    .top-item::after{content:'✦';color:#ffd55b;font-size:12px}
    .top-item:last-child::after{display:none}
    @keyframes marquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}

    .header{background:#fffaf0;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:20}
    .header-inner{display:flex;align-items:center;justify-content:space-between;gap:0;min-height:68px;padding:0 0}
    /* Brand: logo + name + tagline stacked */
    .brand{display:flex;align-items:center;gap:14px;text-decoration:none;color:inherit;flex-shrink:0}
    .logo{width:48px;height:48px;background:#17130f;border-radius:14px;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:24px;color:#f5bc27;flex-shrink:0}
    .brand-text{display:flex;flex-direction:column;line-height:1.2}
    .brand-name{font-size:15px;font-weight:800;color:#17130f;white-space:nowrap}
    .brand-tag{font-size:11px;font-weight:500;color:#6b6257;white-space:nowrap}
    /* Nav: centred */
    .nav{display:flex;align-items:center;gap:24px;font-size:14px;color:#3b3328;font-weight:600}
    .nav a{color:#3b3328;text-decoration:none;white-space:nowrap}
    .nav a:hover{color:#000}
    /* Actions: right side */
    .actions{display:flex;align-items:center;gap:14px;font-size:14px;font-weight:600;flex-shrink:0}
    .actions a{color:#17130f;text-decoration:none;white-space:nowrap}
    .actions a:hover{text-decoration:underline}
    .pay-inline{display:flex;align-items:center;gap:8px;color:var(--muted)}
    .pay-inline span{font-size:12px;font-weight:700;padding:6px 10px;border:1px solid var(--line);background:#fff;border-radius:999px;white-space:nowrap}

    main{padding-bottom:80px}
    .hero{padding:28px 0 22px}
    .hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:26px;align-items:start}

    /* Sticky gallery — image stays fixed while right column (buy box + steps) scrolls */
    @media (min-width:769px){
      .gallery-wrap{position:sticky;top:84px;align-self:start;height:auto}
    }

    .gallery-wrap{display:grid;grid-template-columns:96px 1fr;gap:16px}
    .thumb-col{display:grid;gap:12px}
    .thumb{
      border:none;background:#fff;padding:6px;border-radius:18px;border:1px solid var(--line);cursor:pointer;transition:all var(--ease);
      box-shadow:0 8px 20px rgba(0,0,0,.03)
    }
    .thumb.active{outline:2px solid #111;outline-offset:2px}
    .thumb-sheet{aspect-ratio:.8/1;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:14px;overflow:hidden;padding:9px}
    .thumb-lines{display:grid;gap:7px;margin-top:10px}
    .thumb-lines span{height:8px;border-radius:10px;background:#d8e5ff}
    .thumb-lines span:nth-child(2n){width:78%}
    .thumb-lines span:nth-child(3n){background:#ffd7a1}

    .gallery-main{
      background:#f3d77d;
      border-radius:30px;
      border:1px solid rgba(0,0,0,.08);
      min-height:720px;
      position:relative;
      overflow:hidden;
      box-shadow:var(--shadow);
      padding:34px;
    }
    .paper-shadow{position:absolute;inset:auto 8% 7% auto;width:62%;height:76%;background:rgba(0,0,0,.1);filter:blur(24px);border-radius:26px;transform:rotate(8deg)}
    .paper{
      position:relative;
      width:min(100%,510px);
      margin:14px auto 0;
      aspect-ratio:.78/1;
      background:#fffdf8;
      border-radius:24px;
      border:2px solid rgba(0,0,0,.08);
      box-shadow:0 24px 50px rgba(0,0,0,.12);
      transform:rotate(-7deg);
      padding:24px 24px 20px;
    }
    .paper::after{content:'';position:absolute;inset:14px;border:2px dashed rgba(0,0,0,.07);border-radius:18px;pointer-events:none}
    .paper h2{font-family:'Caveat',cursive;font-size:54px;line-height:.9;margin-bottom:8px}
    .paper .scribble{font-family:'Caveat',cursive;font-size:28px;color:#2660ce;margin-bottom:10px}
    .paper .topic{font-weight:800;font-size:13px;letter-spacing:.12em;text-transform:uppercase;color:#6b604b}
    .paper-lines{display:grid;gap:10px;margin-top:18px}
    .paper-lines span{height:12px;border-radius:999px;background:linear-gradient(90deg,#dce7ff,#edf3ff)}
    .paper-lines span:nth-child(2n){width:86%}
    .paper-lines span:nth-child(3n){width:74%;background:linear-gradient(90deg,#ffe3b5,#fff2d8)}
    .slider-arrow{
      position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border-radius:999px;border:1px solid var(--line);background:#fff;display:grid;place-items:center;font-size:20px;font-weight:700;cursor:pointer
    }
    .slider-arrow.left{left:14px}
    .slider-arrow.right{right:14px}

    .info-card{
      background:transparent;
      padding:4px 4px 0;
    }
    .pill-row{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}
    .pill{padding:8px 14px;border-radius:999px;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
    .pill.dark{background:#1a1510;color:#ffd765}
    .pill.light{background:#fff0bf;color:#785200}
    h1{font-size:44px;line-height:1.04;margin-bottom:12px;max-width:13ch}
    .rating{display:flex;align-items:center;gap:10px;flex-wrap:wrap;font-size:14px;color:var(--muted)}
    .stars{color:#ffbb10;font-size:18px;letter-spacing:.08em}
    .price-row{display:flex;align-items:flex-end;gap:14px;flex-wrap:wrap;margin:18px 0 8px}
    .price-now{font-size:34px;font-weight:800}
    .price-old{font-size:19px;color:var(--muted);text-decoration:line-through}
    .save{padding:8px 12px;border-radius:999px;background:#e3f2d8;color:#2c6f16;font-weight:800;font-size:12px}
    .proof{font-size:15px;color:#473f31;margin-bottom:14px}
    .proof strong{color:#111}
    .shipping-note{
      display:flex;gap:10px;align-items:flex-start;background:#fff5d6;border:1px dashed rgba(120,82,0,.24);padding:14px 16px;border-radius:18px;margin-bottom:18px
    }
    .shipping-note .icon{font-size:20px}

    .subject-box,.buy-box,.pay-box,.timeline,.product-mini,.feature-band,.table-wrap,.section-card,.social-card,.footer{background:var(--surface)}
    .subject-box{padding:16px;border:1px solid var(--line);border-radius:22px;background:#fffef9}
    .subject-title{font-size:14px;font-weight:800;margin-bottom:12px}
    .subject-chips{display:flex;flex-wrap:wrap;gap:10px}
    .subject-chips input{position:absolute;opacity:0;pointer-events:none}
    .subject-chips label{padding:11px 14px;border-radius:999px;border:1px solid var(--line);background:#fff;cursor:pointer;font-weight:700;font-size:14px}
    .subject-chips input:checked+label{background:#16120e;color:#fff;border-color:#16120e}

    .buy-box{margin-top:14px;padding:14px;border:1px solid var(--line);border-radius:22px}
    .buy-grid{display:grid;grid-template-columns:122px 1fr;gap:12px}
    .qty{display:flex;align-items:center;justify-content:space-between;background:#fff;border:1px solid var(--line);border-radius:999px;padding:4px}
    .qty button{width:38px;height:38px;border-radius:999px;border:none;background:#f5f1e8;cursor:pointer;font-size:22px}
    .qty input{width:32px;border:none;background:transparent;text-align:center;font-weight:700}
    .buy-now{border:none;border-radius:999px;background:#16120e;color:#fff;font-weight:800;letter-spacing:.04em;padding:15px 20px;cursor:pointer}
    .add-cart{display:inline-flex;align-items:center;gap:10px;margin-top:12px;color:#111;font-weight:700}

    .pay-box{margin-top:14px;padding:16px;border:1px solid var(--line);border-radius:22px}
    .pay-grid{display:flex;flex-wrap:wrap;gap:10px}
    .pay-grid span{padding:10px 12px;background:#fff;border:1px solid var(--line);border-radius:14px;font-size:13px;font-weight:700}

    .timeline{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:14px;padding:16px;border:1px solid var(--line);border-radius:22px}
    .time-card{background:#fff;border:1px solid var(--soft-line);border-radius:18px;padding:14px;min-height:122px}
    .time-ico{font-size:18px;margin-bottom:6px}
    .time-date{font-weight:800;margin-bottom:6px}
    .time-card p{font-size:14px;color:var(--muted)}

    .summary{padding:20px 0}
    .product-mini{display:grid;grid-template-columns:140px 1fr auto;gap:16px;align-items:center;padding:18px;border:1px solid var(--line);border-radius:28px;box-shadow:var(--shadow)}
    .mini-visual{height:150px;border-radius:20px;background:linear-gradient(145deg,#f8df92,#f1c54d);padding:18px;display:grid;place-items:center}
    .mini-paper{width:90px;height:120px;background:#fffdf8;border-radius:12px;border:1px solid rgba(0,0,0,.08);transform:rotate(-10deg)}
    .product-mini h3{font-size:26px;line-height:1.1;margin-bottom:8px}
    .mini-action{padding:14px 20px;border-radius:999px;background:#111;color:#fff;font-weight:800;white-space:nowrap}

    .feature-band-wrap{margin:18px 0 6px;background:#151515;color:#fff;overflow:hidden}
    .feature-band{display:flex;gap:26px;min-width:max-content;padding:14px 0;animation:marquee 20s linear infinite;font-size:14px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;background:#151515}
    .feature-band span::after{content:'•';color:#ffcf56;margin-left:26px}

    section{padding:58px 0}
    .section-head{text-align:center;max-width:860px;margin:0 auto 28px}
    .eyebrow{font-size:12px;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:#75684f;margin-bottom:10px}
    .section-head h2{font-size:38px;line-height:1.08;margin-bottom:10px}
    .section-head p{color:var(--muted);font-size:17px}

    .before-after{display:grid;grid-template-columns:1fr 1fr;gap:20px;align-items:center}
    .compare-stage{padding:20px;background:#fffef9;border:1px solid var(--line);border-radius:30px;box-shadow:var(--shadow)}
    .compare-box{position:relative;aspect-ratio:16/10;border-radius:24px;overflow:hidden;border:1px solid var(--line)}
    .half{position:absolute;inset:0;padding:26px}
    .half.before{clip-path:inset(0 50% 0 0);background:linear-gradient(135deg,#dbd5cb,#f0ece4)}
    .half.after{clip-path:inset(0 0 0 50%);background:linear-gradient(135deg,#ffe19b,#fff5d9)}
    .half h3{font-size:28px;margin-bottom:8px}
    .divider{position:absolute;top:0;bottom:0;left:50%;width:3px;background:#111}
    .compare-stage input{width:100%;margin-top:16px;accent-color:#111}

    .featured-note{padding-top:6px;text-align:center;font-size:14px;color:var(--muted);font-weight:700}

    .table-wrap{padding:20px;border:1px solid var(--line);border-radius:30px;box-shadow:var(--shadow);overflow:auto}
    table{width:100%;min-width:700px;border-collapse:collapse;background:#fff;border-radius:20px;overflow:hidden}
    th,td{padding:16px 18px;border-bottom:1px solid var(--line);text-align:left}
    th{background:#f5ead0;font-size:14px;text-transform:uppercase;letter-spacing:.08em}
    td strong{color:#206323}

    .cta-wall{display:grid;grid-template-columns:.84fr 1.16fr;gap:22px;align-items:start}
    .vertical-copy{
      background:#151515;color:#fff;border-radius:30px;padding:26px;min-height:100%;display:flex;align-items:center;justify-content:center;text-align:left;
      font-size:46px;line-height:.96;font-weight:800;text-transform:capitalize;box-shadow:var(--shadow)
    }
    .feature-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
    .section-card{padding:22px;border:1px solid var(--line);border-radius:26px;box-shadow:var(--shadow);min-height:220px}
    .tag{font-size:11px;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:#96761f;margin-bottom:12px}
    .section-card h3{font-size:28px;line-height:1.05;margin-bottom:10px}
    .section-card p{color:var(--muted);font-size:16px;max-width:30ch}
    .section-card a{display:inline-block;margin-top:18px;font-weight:800}

    .benefit-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:center}
    .benefits-list{display:grid;gap:16px}
    .benefit{display:flex;gap:14px;padding:14px 0;border-bottom:1px solid var(--line)}
    .check{width:38px;height:38px;border-radius:999px;background:#e2f4dc;color:#226c28;display:grid;place-items:center;font-weight:800;flex:0 0 auto}
    .benefit h4{font-size:22px;margin-bottom:4px}
    .benefit p{color:var(--muted)}
    .benefit-visual{background:linear-gradient(145deg,#f8dd95,#efbf37);border-radius:30px;padding:22px;border:1px solid rgba(0,0,0,.08);min-height:520px;display:grid;place-items:center}
    .benefit-page{width:min(100%,420px);aspect-ratio:.78/1;background:#fffdf8;border-radius:24px;border:2px solid rgba(0,0,0,.08);transform:rotate(-7deg);padding:24px}
    .benefit-page h3{font-family:'Caveat',cursive;font-size:52px;line-height:.9;margin:10px 0 14px}
    .benefit-page ul{padding-left:22px;color:var(--muted);display:grid;gap:10px}

    /* Reviews carousel — 3 cards per view on desktop */
    .social-grid{
      display:flex;
      flex-wrap:nowrap;
      gap:18px;
      overflow-x:hidden;
      scroll-behavior:smooth;
      scroll-snap-type:x mandatory;
      scrollbar-width:none;
      -ms-overflow-style:none;
    }
    .social-grid::-webkit-scrollbar{display:none}
    .social-card{
      flex:0 0 calc((100% - 36px)/3);
      min-width:0;
      padding:18px;
      border:1px solid var(--line);
      border-radius:26px;
      box-shadow:var(--shadow);
      background:#fff;
      scroll-snap-align:start;
    }
    .social-top{display:flex;justify-content:space-between;gap:12px;margin-bottom:14px}
    .user{display:flex;gap:12px;align-items:center}
    .avatar{width:44px;height:44px;border-radius:999px;background:#17120e;color:#fff;display:grid;place-items:center;font-weight:800}
    .meta{font-size:14px;color:var(--muted)}
    .social-card p{font-size:15px}
    .social-stats{display:flex;gap:18px;margin-top:14px;color:var(--muted);font-size:14px}

    .social-nav{
      display:flex;
      align-items:center;
      justify-content:center;
      gap:14px;
      margin-top:22px;
    }
    .soc-arrow{
      width:42px;
      height:42px;
      display:grid;
      place-items:center;
      border:1px solid var(--line);
      border-radius:999px;
      background:#fffdf8;
      color:#17130f;
      font-size:25px;
      line-height:1;
      cursor:pointer;
      box-shadow:0 6px 18px rgba(37,24,8,.08);
      transition:transform var(--ease),background var(--ease);
    }
    .soc-arrow:hover{background:#17130f;color:#fff;transform:translateY(-1px)}
    .soc-arrow:focus-visible{outline:3px solid rgba(245,188,39,.45);outline-offset:2px}
    .soc-dots{display:flex;align-items:center;justify-content:center;gap:8px;min-width:32px}
    .soc-dots button{
      width:8px;
      height:8px;
      padding:0;
      border:0;
      border-radius:999px;
      background:#c9bea9;
      cursor:pointer;
      transition:width var(--ease),background var(--ease);
    }
    .soc-dots button.on{width:24px;background:#17130f}

    footer.footer{margin-top:40px;background:#181510;color:#f8f2e8;padding:56px 0 30px;border-top-left-radius:34px;border-top-right-radius:34px}
    .footer-grid{display:grid;grid-template-columns:1.2fr .9fr .9fr;gap:30px}
    .footer p,.footer a{color:rgba(248,242,232,.72)}
    .footer h4{margin-bottom:12px}
    .footer-links{display:grid;gap:10px}
    .footer-trust{margin-top:26px;padding:15px 18px;border:1px solid rgba(255,255,255,.09);border-radius:14px;display:flex;align-items:center;justify-content:center;gap:11px;flex-wrap:wrap;font-size:13px;font-weight:700;letter-spacing:.01em;color:rgba(248,242,232,.82)}
    .footer-trust span{display:inline-flex;align-items:center;gap:10px}
    .footer-trust span+span:before{content:'•';color:#f5bc27;font-size:13px}
    .footer-bottom{margin-top:20px;padding-top:18px;border-top:1px solid rgba(255,255,255,.08);font-size:14px;color:rgba(248,242,232,.55)}

/* ============================================================
   RESPONSIVE SYSTEM — single clean cascade
   1240px+ : desktop (base styles above)
    769–1240: tablet landscape / small desktop
    601– 768: tablet portrait / large mobile
       ≤600 : mobile
       ≤380 : small phone
   ============================================================ */

/* --- Tablet landscape (iPad Pro, small laptops) --- */
@media (max-width:1100px){
  .hero-grid{gap:20px}
  .feature-grid{grid-template-columns:1fr 1fr}
  .product-mini{grid-template-columns:120px 1fr}
  .mini-action{grid-column:1/-1;justify-self:start}
  h1{max-width:none}
}

/* --- Tablet portrait (iPad, Surface) --- */
@media (max-width:820px){
  .hero-grid,.before-after,.cta-wall,.benefit-grid,.footer-grid{grid-template-columns:1fr}
  .feature-grid{grid-template-columns:1fr 1fr}
  .social-card{flex-basis:calc((100% - 18px)/2)}
  .gallery-wrap{display:flex;flex-direction:column;gap:12px}
  .gallery-main{height:auto;min-height:260px;border-radius:20px}
  .gallery-main.has-photo{padding:14px}
  .thumb-col{display:flex;flex-direction:row;flex-wrap:nowrap;gap:10px;overflow-x:auto;padding:2px 2px 6px}
  .thumb{flex:0 0 64px;width:64px;height:auto;aspect-ratio:4/5}
  /* Before/After: top/bottom split on portrait */
  .half.before{clip-path:inset(0 0 50% 0)}
  .half.after{clip-path:inset(50% 0 0 0)}
  .divider{top:50%;left:0;right:0;width:100%;height:3px}
  .section-head h2{font-size:30px}
  .vertical-copy{font-size:32px}
  .benefit-visual{min-height:360px}
  .timeline{padding:12px}
  .paper{width:min(100%,340px);padding:18px}
}



/* v1.2 — real product image gallery */
.gallery-main.has-photo{padding:26px;background:#f3d77d}
.gallery-main.has-photo img{max-width:100%;max-height:100%;width:auto;height:auto;border-radius:20px;object-fit:contain;box-shadow:0 26px 52px rgba(0,0,0,.2)}
.thumb img{width:100%;height:100%;object-fit:cover;border-radius:12px;display:block}
.subject-chips label{cursor:default}
html{scroll-behavior:smooth}

/* v1.2.2 — proportional thumbnail tiles + custom thumb artwork */
.thumb{width:100%;height:auto;aspect-ratio:4/5;border-radius:14px;overflow:hidden;padding:0}
.thumb img{width:100%;height:100%;object-fit:cover;border-radius:0;display:block}

/* v1.3.0 — customizer image slots */
.half.has-img{background-size:cover;background-position:center}
.half.has-img h3,.half.has-img p{display:none}
.mini-img{width:74px;height:74px;object-fit:cover;border-radius:14px;display:block}
.vertical-copy.has-img{background-size:cover;background-position:center;min-height:480px;padding:0}
.benefit-img{width:100%;max-height:560px;object-fit:cover;border-radius:24px;display:block}

/* v1.3.2 — image slots fill their panels edge-to-edge */
.benefit-visual:has(.benefit-img){padding:0;overflow:hidden}
.benefit-img{width:100%;height:100%;max-height:none;object-fit:cover;border-radius:30px}
.vertical-copy.has-img{height:100%;min-height:480px}
.mini-visual:has(.mini-img){padding:0;background:none}
.mini-img{width:100%;height:100%;min-width:74px;min-height:74px;object-fit:cover;border-radius:16px}

/* v1.3.4 — working header actions */
.actions a{color:inherit;text-decoration:none;font-weight:600}
.actions a:hover{text-decoration:underline}
#hwcSearchForm input{padding:8px 14px;border:1px solid var(--line);border-radius:999px;font:inherit;font-size:14px;background:#fffdf8;width:170px}

/* v1.3.5 — single-quantity buy box */
.buy-single{width:100%}
.buy-single .buy-now{width:100%}
.add-cart{width:100%;justify-content:center;margin-top:14px;text-decoration:none;cursor:pointer}
.add-cart:hover{text-decoration:underline}

/* v1.3.5.1 — theme-drawn BEFORE/AFTER corner labels (never cut by the slider) */
.half.has-img h3{display:block;position:absolute;top:14px;margin:0;font-size:14px;letter-spacing:1px;text-transform:uppercase;background:#17130f;color:#f5bc27;padding:7px 16px;border-radius:999px;z-index:2}
.half.before.has-img h3{left:14px}
.half.after.has-img h3{right:14px}
.half.has-img p{display:none}

/* v1.3.5.3 — exclusive pricing row, professional alignment */
.price-row.luxe{display:flex;align-items:center;gap:16px;flex-wrap:wrap;margin:10px 0 6px}
.price-row.luxe .price-now{font-size:44px;font-weight:800;letter-spacing:-1.2px;color:#17130f;line-height:1}
.price-row.luxe .price-now .woocommerce-Price-currencySymbol{font-size:24px;font-weight:700;vertical-align:10px;margin-right:3px}
.price-row.luxe .price-old{font-size:26px;color:#8a8071;font-weight:500;text-decoration:none;display:flex;align-items:center;gap:8px;line-height:1}
.price-row.luxe .price-old .mrp{font-size:15px;letter-spacing:1.4px;text-transform:uppercase;color:#a29782;text-decoration:none}
.price-row.luxe .price-old .woocommerce-Price-amount{text-decoration:line-through;text-decoration-color:#b3a78f;text-decoration-thickness:1.5px}
.price-row.luxe .save{background:#1b5e4a;color:#e1f5ee;font-size:12px;font-weight:700;letter-spacing:.6px;text-transform:uppercase;padding:8px 15px;border-radius:999px;line-height:1;align-self:center}
.price-note{font-size:13px;color:#6b6257;padding-bottom:8px;border-bottom:1px dashed #e2d9c4;margin-bottom:14px;letter-spacing:.1px}

/* v1.3.5.4 — best-deal emphasis */
.price-row.luxe .save{animation:hwcPulse 2.2s ease-in-out infinite}
@keyframes hwcPulse{0%,100%{transform:scale(1)}50%{transform:scale(1.06)}}
.you-save{color:#0f6e56;font-weight:700}
.you-save .woocommerce-Price-amount{font-weight:700}
.deal-timer{display:inline-flex;align-items:center;gap:8px;background:#fdf3d7;border:1px solid #f5bc27;color:#633806;font-size:13px;font-weight:600;padding:8px 14px;border-radius:999px;margin-bottom:12px}
.deal-timer strong{font-variant-numeric:tabular-nums}

/* ============================================================
   v1.4.0 — MOBILE OVERHAUL (desktop untouched above 768px)
   ============================================================ */
.nav-toggle{display:none}
.mobile-buybar{display:none}

/* ============================================================
   MOBILE — single authoritative block (max-width: 768px)
   Desktop above this line is untouched.
   ============================================================ */
@media (max-width:768px){

  /* === MARQUEE === */
  .top-strip{display:none !important}

  /* === HEADER — one row: logo left | brand centre | hamburger right === */
  .header{position:sticky;top:0;z-index:20}
  .header-inner{
    display:grid;
    grid-template-columns:1fr auto 1fr;
    align-items:center;
    min-height:60px;
    padding:8px 0;
    position:relative;
  }
  .brand{
    grid-column:1/4;
    display:flex;
    justify-content:center;
    align-items:center;
    gap:10px;
    text-decoration:none;
    color:inherit;
    pointer-events:auto;
  }
  .logo{width:36px;height:36px;font-size:18px;border-radius:11px;flex-shrink:0}
  .logo-img{background:none !important;padding:0;border-radius:0;display:flex;align-items:center}
  .logo-img a{display:flex;align-items:center;line-height:0}
  .logo-img img{height:34px !important;width:auto !important;max-width:140px;display:block !important;border-radius:0 !important;object-fit:contain}
  .brand-name{font-size:14px;white-space:nowrap}
  .brand-tag{font-size:10px;white-space:nowrap}

  /* Hamburger pinned top-right absolutely */
  .nav-toggle{
    display:inline-flex !important;
    align-items:center;
    justify-content:center;
    position:absolute;
    right:0;
    top:50%;
    transform:translateY(-50%);
    width:42px;height:42px;
    border:1px solid var(--line);
    border-radius:11px;
    background:#fffdf8;
    font-size:21px;
    cursor:pointer;
    z-index:50;
  }

  /* Nav hidden by default, slides down when open */
  .header .nav{display:none !important}
  .header .actions{display:none !important}
  .header .pay-inline{display:none !important}

  .header.menu-open .nav{
    display:flex !important;
    flex-direction:column;
    position:fixed;
    top:60px;left:0;right:0;
    background:#fffaf0;
    border-bottom:1px solid var(--line);
    padding:8px 20px 14px;
    z-index:40;
    gap:0;
    box-shadow:0 8px 24px rgba(0,0,0,.1);
  }
  .header.menu-open .nav a{
    padding:13px 0;
    border-bottom:1px solid var(--line);
    font-size:15px;
    display:block;
    color:#17130f;
    text-decoration:none;
  }
  .header.menu-open .actions{
    display:flex !important;
    position:fixed;
    top:auto;left:0;right:0;
    background:#fffaf0;
    padding:12px 20px;
    z-index:40;
    gap:16px;
    border-bottom:1px solid var(--line);
    box-shadow:0 8px 24px rgba(0,0,0,.1);
    flex-wrap:wrap;
  }
  .header.menu-open #hwcSearchForm{
    display:block !important;
    width:100%;
    margin-top:4px;
  }
  .header.menu-open #hwcSearchForm input{
    width:100%;
    padding:11px 14px;
    border:1px solid var(--line);
    border-radius:10px;
    font:inherit;
    font-size:15px;
    background:#fffdf8;
  }

  /* === GALLERY — max 40vh so title/price show on first glance === */
  .gallery-wrap{
    display:flex !important;
    flex-direction:column !important;
    gap:8px !important;
    height:auto !important;
  }
  .gallery-main{
    order:1;
    width:100%;
    height:46vw !important;
    max-height:330px !important;
    min-height:200px !important;
    aspect-ratio:auto !important;
    background:#f7f2e6;
    border:1px solid #e7ddc6;
    border-radius:18px;
    box-shadow:0 8px 24px rgba(23,19,15,.07);
    overflow:hidden;
  }
  .gallery-main.has-photo{padding:8px !important;background:#f7f2e6 !important}
  .gallery-main.has-photo img{border-radius:14px;box-shadow:0 10px 26px rgba(23,19,15,.15)}
  #galleryImage{transition:opacity .25s ease}

  /* Arrows: inside frame, never overflow */
  .slider-arrow{
    position:absolute;
    top:50%;transform:translateY(-50%);
    width:36px;height:36px;
    font-size:16px;z-index:4;
    background:rgba(255,253,248,.9);
    border:1px solid #e7ddc6;
    box-shadow:0 3px 10px rgba(0,0,0,.1);
  }
  .slider-arrow.left{left:8px}
  .slider-arrow.right{right:8px}

  /* Thumbnails: horizontal swipe row */
  .thumb-col{
    order:2;
    display:flex !important;
    flex-direction:row !important;
    flex-wrap:nowrap !important;
    gap:8px !important;
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
    padding:0 2px 4px !important;
  }
  .thumb{
    flex:0 0 54px !important;
    width:54px !important;
    height:auto !important;
    aspect-ratio:4/5;
    border-radius:10px;
    border:1.5px solid #e7ddc6;
    background:#fffdf8;
  }
  .thumb.active{border-color:#17130f;box-shadow:0 0 0 1px #17130f}
  .thumb img{width:100%;height:100%;object-fit:cover;border-radius:9px;display:block}

  /* === HERO CONTENT === */
  .hero-grid{grid-template-columns:1fr !important;align-items:start}
  .info-card{padding:14px 4px 0 !important}
  h1{font-size:25px !important;line-height:1.15 !important;margin:8px 0 6px !important}
  .rating{display:flex;align-items:center;gap:8px;margin:2px 0 8px}
  .stars{font-size:16px;color:#ffbb10}
  .rating span{font-size:13px;color:#6b6257}
  .pill{font-size:10.5px;padding:6px 11px}
  .price-row.luxe{gap:8px;flex-wrap:wrap}
  .price-row.luxe .price-now{font-size:34px}
  .price-row.luxe .price-now .woocommerce-Price-currencySymbol{font-size:20px;vertical-align:8px}
  .price-row.luxe .price-old{font-size:18px}
  .price-row.luxe .save{font-size:11px;padding:6px 11px}
  .price-note{font-size:11.5px;line-height:1.5}
  .proof{font-size:13px}

  /* === STICKY BUY BAR === */
  body{padding-bottom:76px}
  .mobile-buybar{
    position:fixed;bottom:0;left:0;right:0;
    display:flex;align-items:center;gap:12px;
    background:rgba(255,253,248,.97);
    backdrop-filter:blur(8px);
    border-top:1px solid var(--line);
    padding:10px 16px calc(10px + env(safe-area-inset-bottom));
    z-index:80;
    box-shadow:0 -8px 22px rgba(0,0,0,.09);
  }
  .mobile-buybar .mb-price{font-size:19px;font-weight:800;color:#17130f;white-space:nowrap}
  .mobile-buybar form{flex:1;margin:0}
  .mobile-buybar button{
    width:100%;background:#17130f;color:#fff;
    border:0;border-radius:999px;padding:14px;
    font-weight:700;font-size:15px;letter-spacing:.3px;cursor:pointer;
  }

  /* === SECTIONS === */
  .timeline{grid-template-columns:1fr}
  .feature-grid{grid-template-columns:1fr}
  .section-head h2{font-size:24px}
  .ba-head{font-size:24px;line-height:1.22}
  .ba-line1{font-size:.65em}
  .compare-box{aspect-ratio:4/5}
  .half.has-img h3{font-size:12px;padding:5px 11px;top:10px}
  .half.before.has-img h3{left:10px}
  .half.after.has-img h3{right:10px}
  .vertical-copy{font-size:24px;min-height:0;padding:22px}
  .vertical-copy.has-img{min-height:320px}
  .benefit-visual{min-height:280px}
  .cta-wall table{display:block;overflow-x:auto;white-space:nowrap}
  .social-card{flex:0 0 100%}
  .social-nav{margin-top:18px}
  .soc-arrow{width:38px;height:38px;font-size:22px}
  .footer{padding-bottom:90px}
  .footer-grid{gap:20px}
  .footer-trust{justify-content:flex-start;padding:14px 16px;gap:8px 10px;font-size:12px}
  .footer-trust span{width:100%}
  .footer-trust span+span:before{content:'✓';margin-right:1px}
  .footer-trust span:first-child:before{content:'✓';color:#f5bc27;margin-right:1px}

  /* === LANDSCAPE === */

  /* Policy page mobile */
  .policy-page{padding:36px 0 60px}
  .policy-header h1{font-size:28px}
  .policy-body h2{font-size:18px}
}
@media (max-width:768px) and (orientation:landscape){
  .gallery-main{height:38vw !important;max-height:240px !important}
}

/* Logo fix — force correct dimensions desktop + mobile, override WordPress inline attrs */
.logo-img{background:none !important;padding:0 !important;border-radius:0 !important;display:inline-flex !important;align-items:center !important}
.logo-img a{display:inline-flex !important;align-items:center !important;line-height:0 !important}
.logo-img img,
.logo-img a img{height:46px !important;width:auto !important;max-width:180px !important;min-width:0 !important;display:block !important;border-radius:0 !important;object-fit:contain !important}
@media (max-width:768px){
  .logo-img img,
  .logo-img a img{height:34px !important;max-width:130px !important}
}

/* === POLICY PAGE === */
.policy-page{padding:60px 0 80px;min-height:70vh}
.policy-page .container{max-width:780px}
.policy-header{margin-bottom:40px;padding-bottom:28px;border-bottom:2px solid var(--line)}
.policy-badge{display:inline-block;background:#17130f;color:#f5bc27;font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;padding:7px 14px;border-radius:999px;margin-bottom:14px}
.policy-header h1{font-size:38px;margin:0 0 12px;letter-spacing:-.5px}
.policy-intro{font-size:16px;color:#6b6257;line-height:1.7;margin:0}
.policy-body h2{font-size:20px;font-weight:700;margin:36px 0 10px;color:#17130f;padding-top:10px;border-top:1px solid var(--line)}
.policy-body p{font-size:15px;line-height:1.75;color:#3b3328;margin:0 0 14px}
.policy-body ul{margin:0 0 18px;padding-left:22px}
.policy-body ul li{font-size:15px;line-height:1.75;color:#3b3328;margin-bottom:8px}
.policy-body a{color:#1b5e4a;font-weight:600;text-decoration:none}
.policy-body a:hover{text-decoration:underline}
.policy-highlight{display:flex;gap:16px;align-items:flex-start;background:#fdf6df;border:1px solid #f5bc27;border-radius:14px;padding:20px 22px;margin:0 0 30px}
.policy-highlight-icon{font-size:26px;flex-shrink:0;margin-top:2px}
.policy-highlight strong{font-size:16px;color:#17130f;display:block;margin-bottom:4px}
.policy-highlight p{font-size:14px;color:#6b6257;margin:0}
.policy-note{background:#f5edda;border-left:3px solid #f5bc27;padding:14px 16px;border-radius:0 10px 10px 0;font-size:14px !important;color:#6b6257 !important}
.policy-tip{background:#f5edda;border:1px solid #e2d9c4;border-radius:14px;padding:20px 22px;margin:28px 0}
.policy-tip strong{display:block;margin-bottom:8px;font-size:15px;color:#17130f}
.policy-tip p{font-size:14px;color:#6b6257;margin:0}
.policy-contact{background:#fffdf8;border:1px solid #e2d9c4;border-radius:14px;padding:22px 24px;margin-top:14px;display:flex;flex-direction:column;gap:14px}
.contact-row{display:flex;align-items:center;gap:12px}
.contact-icon{font-size:20px;width:28px;text-align:center;flex-shrink:0}
.contact-row a{font-size:15px;font-weight:600;color:#1b5e4a;text-decoration:none}
.contact-row a:hover{text-decoration:underline}

/* Refund-policy return path: keep risk-checking visitors connected to the product journey */
.policy-breadcrumb{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin:0 0 22px;font-size:13px;color:#7a6d5d}
.policy-breadcrumb a{color:#4e4438;text-decoration:none;font-weight:600}
.policy-breadcrumb a:hover{text-decoration:underline;color:#17130f}
.policy-breadcrumb span[aria-hidden="true"]{color:#b4a895}
.policy-header-action a{display:inline-flex;align-items:center;background:#17130f;color:#fffaf0 !important;padding:10px 14px;border-radius:999px;font-size:13px;font-weight:700;text-decoration:none !important;transition:transform var(--ease),box-shadow var(--ease)}
.policy-header-action a:hover{transform:translateY(-1px);box-shadow:0 8px 18px rgba(23,19,15,.12)}
.policy-product-return{display:flex;align-items:center;justify-content:space-between;gap:24px;background:#fffdf8;border:1px solid #e2d9c4;border-radius:18px;padding:22px 24px;margin:-14px 0 32px;box-shadow:0 10px 26px rgba(37,24,8,.05)}
.policy-product-return-copy{min-width:0}
.policy-return-kicker{display:block;color:#806518;font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;margin-bottom:5px}
.policy-product-return-copy strong{display:block;font-size:17px;line-height:1.35;color:#17130f;margin-bottom:5px}
.policy-product-return-copy p{margin:0;color:#6b6257;font-size:13px;line-height:1.55}
.policy-return-button{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;background:#17130f;color:#fff !important;text-decoration:none !important;border-radius:999px;padding:13px 17px;font-size:13px;font-weight:800;white-space:nowrap;transition:transform var(--ease),box-shadow var(--ease)}
.policy-return-button:hover{transform:translateY(-1px);box-shadow:0 9px 20px rgba(23,19,15,.14)}
.policy-resume-card{margin-top:36px;background:#17130f;color:#fffaf0;border-radius:20px;padding:28px 30px;box-shadow:0 16px 34px rgba(23,19,15,.12)}
.policy-body .policy-resume-card h2{border:0;padding:0;margin:6px 0 8px;color:#fffaf0;font-size:26px}
.policy-body .policy-resume-card p{color:#fffaf0;margin:0 0 9px}
.policy-resume-kicker{display:block;color:#f5bc27;font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.policy-resume-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap;color:#d8cec0;font-size:13px;line-height:1.5;margin-bottom:20px}
.policy-resume-price{color:#f5bc27;font-weight:800;font-size:16px}
.policy-resume-price del{opacity:.55;color:#d8cec0;font-weight:500;margin-right:5px}
.policy-resume-price ins{text-decoration:none}
.policy-resume-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.policy-body .policy-resume-primary{display:inline-flex;align-items:center;justify-content:center;background:#f5bc27;color:#17130f !important;padding:13px 17px;border-radius:999px;text-decoration:none !important;font-size:13px;font-weight:900}
.policy-body .policy-resume-primary:hover{filter:brightness(.97);text-decoration:none}
.policy-body .policy-resume-secondary{color:#fffaf0 !important;font-size:13px;font-weight:700;text-underline-offset:3px}
.policy-mobile-return{display:none}
@media (max-width:768px){
  .policy-product-return{display:block;padding:19px 18px;margin:-8px 0 26px}
  .policy-return-button{width:100%;margin-top:15px}
  .policy-resume-card{padding:24px 20px;border-radius:18px;margin-top:30px}
  .policy-body .policy-resume-card h2{font-size:22px}
  .policy-resume-actions{display:block}
  .policy-body .policy-resume-primary{width:100%}
  .policy-body .policy-resume-secondary{display:block;text-align:center;margin-top:14px}
  .policy-page{padding-bottom:108px}
  .policy-mobile-return{position:fixed;left:10px;right:10px;bottom:10px;z-index:80;display:flex;align-items:center;justify-content:space-between;gap:12px;background:#17130f;color:#fff;text-decoration:none;border:1px solid rgba(255,255,255,.12);border-radius:16px;padding:11px 13px 11px 15px;box-shadow:0 14px 34px rgba(0,0,0,.28)}
  .policy-mobile-return span{display:flex;flex-direction:column;font-size:13px;line-height:1.18;font-weight:800;min-width:0}
  .policy-mobile-return small{font-size:10px;color:#cfc4b4;font-weight:600;margin-bottom:2px}
  .policy-mobile-return strong{display:inline-flex;align-items:center;background:#f5bc27;color:#17130f;border-radius:999px;padding:10px 12px;font-size:11px;font-weight:900;white-space:nowrap}
}
@media (max-width:380px){
  .policy-mobile-return{left:7px;right:7px;bottom:7px}
  .policy-mobile-return strong{padding:9px 10px}
}
/* --- Small phones (320px–380px) --- */
@media (max-width:380px){
  .container{width:calc(100% - 20px)}
  h1{font-size:22px !important}
  .price-row.luxe .price-now{font-size:30px !important}
  .mobile-buybar .mb-price{font-size:17px}
  .mobile-buybar button{font-size:14px;padding:13px}
  .pill{font-size:10px;padding:5px 10px}
  .buy-single .buy-now{font-size:14px;padding:15px}
}

/* Mobile hero image — shows on mobile only, hides regular gallery */
.mobile-hero-img{display:none}
@media (max-width:768px){
  .mobile-hero-img{
    display:block;
    width:100%;
    border-radius:16px;
    overflow:hidden;
    box-shadow:0 8px 22px rgba(23,19,15,.1);
    order:1;
  }
  .mobile-hero-img img{
    width:100%;
    height:auto;
    display:block;
    border-radius:16px;
  }
  /* When mobile hero is present, hide the regular gallery */
  .mobile-hero-img + .gallery-main,
  .mobile-hero-img ~ .thumb-col,
  .mobile-hero-img ~ .gallery-main{display:none !important}
}

/* ============================================================
   HOMEPAGE — premium ecommerce storefront (v1.9.2)
   ============================================================ */
.hp-main{padding-bottom:0;overflow:hidden}
.hp-container{width:min(calc(100% - 48px),1200px);margin-inline:auto}
.hp-section-kicker{font-size:11px;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:#7d6845;margin-bottom:10px}
.hp-section-head{text-align:center;max-width:720px;margin:0 auto 36px}
.hp-section-head h2{font-size:34px;line-height:1.12;letter-spacing:-.8px;color:var(--text);margin:0 0 10px;font-weight:800}
.hp-section-head p{font-size:15px;line-height:1.7;color:var(--muted);margin:0}
.hp-section-head-split{max-width:none;display:flex;align-items:end;justify-content:space-between;gap:36px;text-align:left}
.hp-section-head-split>div{max-width:660px}
.hp-section-head-split>p{max-width:430px;text-align:right}
.hp-text-link{font-size:14px;font-weight:800;color:#17130f;white-space:nowrap;padding-bottom:4px;border-bottom:1px solid rgba(23,19,15,.28)}
.hp-text-link:hover{border-color:#17130f}

/* Homepage header */
.hp-site-header{background:rgba(255,250,240,.96);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:40;backdrop-filter:blur(12px)}
.hp-header-inner{display:flex;align-items:center;gap:24px;min-height:70px;justify-content:space-between}
.hp-brand{display:flex;align-items:center;gap:12px;text-decoration:none;color:inherit;flex-shrink:0}
.hp-logo-mark{width:42px;height:42px;background:#17130f;border-radius:12px;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:20px;color:#f5bc27;flex-shrink:0}
.hp-logo-img{background:none;padding:0;display:flex;align-items:center}
.hp-logo-img{line-height:0}
.hp-logo-img img{height:42px !important;width:auto !important;border-radius:0 !important;object-fit:contain}
.hp-brand-text{display:flex;flex-direction:column;line-height:1.15}
.hp-brand-name{font-size:14px;font-weight:800;color:#17130f;white-space:nowrap}
.hp-brand-tag{font-size:10px;font-weight:500;color:#6b6257;white-space:nowrap}
.hp-nav{display:flex;align-items:center;gap:28px;font-size:14px;font-weight:700}
.hp-nav a{color:#3b3328;text-decoration:none;position:relative;padding:24px 0}
.hp-nav a:after{content:'';position:absolute;left:0;right:100%;bottom:18px;height:2px;background:#17130f;transition:right .2s ease}
.hp-nav a:hover:after{right:0}
.hp-header-actions{display:flex;align-items:center;gap:18px}
.hp-account-btn,.hp-cart-btn{font-size:14px;font-weight:700;color:#17130f;text-decoration:none;display:flex;align-items:center;gap:6px}
.hp-account-btn:hover,.hp-cart-btn:hover{opacity:.66}
.hp-cart-count{background:#17130f;color:#f5bc27;font-size:10px;font-weight:800;min-width:18px;height:18px;padding:0 5px;border-radius:999px;display:flex;align-items:center;justify-content:center}
.hp-menu-toggle{display:none;width:44px;height:44px;border:1px solid var(--line);border-radius:12px;background:#fffdf8;color:#17130f;font-size:20px;cursor:pointer;flex-shrink:0;align-items:center;justify-content:center}
.hp-mobile-nav{display:none;flex-direction:column;background:#fffaf0;border-bottom:1px solid var(--line);padding:6px 24px 16px;box-shadow:0 16px 30px rgba(23,19,15,.06)}
.hp-mobile-nav a{padding:13px 0;border-bottom:1px solid var(--line);font-size:15px;font-weight:700;color:#17130f;text-decoration:none;display:block}
.hp-mobile-nav a:last-child{border-bottom:none}
.hp-mobile-nav.open{display:flex}

/* Hero */
.hp-hero{position:relative;background:
  radial-gradient(circle at 83% 16%,rgba(245,188,39,.22),transparent 28%),
  radial-gradient(circle at 12% 84%,rgba(43,125,47,.07),transparent 25%),
  var(--bg);padding:70px 0 76px;border-bottom:1px solid var(--line)}
.hp-hero:before{content:'';position:absolute;inset:0;pointer-events:none;background-image:linear-gradient(rgba(23,19,15,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(23,19,15,.018) 1px,transparent 1px);background-size:44px 44px;mask-image:linear-gradient(to bottom,rgba(0,0,0,.6),transparent 86%)}
.hp-hero-layout{position:relative;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.82fr);gap:72px;align-items:center}
.hp-hero-copy{max-width:690px}
.hp-eyebrow{font-size:11px;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:#755f3d;margin-bottom:18px}
.hp-hero-h1{font-size:56px;font-weight:800;letter-spacing:-2.2px;line-height:1.02;color:#17130f;margin:0 0 20px}
.hp-hero-h1 span{color:#2e6e57}
.hp-hero-sub{font-size:17px;color:var(--muted);line-height:1.72;margin:0;max-width:650px}
.hp-hero-actions{display:flex;gap:12px;align-items:center;margin-top:30px;flex-wrap:wrap}
.hp-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;border-radius:999px;padding:0 22px;font-size:14px;font-weight:800;text-decoration:none;transition:transform .18s ease,background .18s ease,border-color .18s ease}
.hp-btn:hover{transform:translateY(-2px)}
.hp-btn-primary{background:#17130f;color:#fffdf8;border:1px solid #17130f}
.hp-btn-primary:hover{background:#2d251d}
.hp-btn-secondary{background:rgba(255,253,248,.65);color:#17130f;border:1px solid rgba(23,19,15,.16)}
.hp-btn-secondary:hover{background:#fffdf8;border-color:#17130f}
.hp-btn-light{background:#fffdf8;color:#17130f;border:1px solid #fffdf8}
.hp-btn-light:hover{background:#f5bc27;border-color:#f5bc27}
/* Hero guidance visual */
.hp-guidance-row{display:flex;align-items:center;gap:22px;margin-top:34px;flex-wrap:wrap}
.hp-guidance-item{display:flex;flex-direction:column;align-items:flex-start;gap:2px}
.hp-guidance-word{font-size:15px;font-weight:800;text-transform:uppercase;letter-spacing:.05em;color:#17130f}
.hp-guidance-label{font-size:10.5px;color:var(--muted);letter-spacing:.02em}
.hp-guidance-div{width:1px;height:32px;background:rgba(23,19,15,.13)}
.hp-hero-visual{min-width:0;border-radius:30px;overflow:hidden;background:#17130f;box-shadow:0 30px 70px rgba(44,31,16,.17);border:1px solid rgba(23,19,15,.09);aspect-ratio:6/5;display:flex;align-items:stretch;justify-content:stretch}
.hp-hero-visual img{display:block;width:100%;height:100%;object-fit:cover}
.hp-hero-fallback{width:100%;padding:50px 44px;display:flex;flex-direction:column;justify-content:center;background:radial-gradient(circle at 85% 15%,rgba(245,188,39,.22),transparent 35%),linear-gradient(145deg,#17130f,#292119);color:#fffdf8;position:relative;overflow:hidden}
.hp-hero-fallback:after{content:'';position:absolute;right:-70px;bottom:-90px;width:240px;height:240px;border:1px solid rgba(255,255,255,.08);border-radius:50%;box-shadow:0 0 0 32px rgba(255,255,255,.025),0 0 0 68px rgba(255,255,255,.018)}
.hp-hero-fallback-kicker{position:relative;z-index:1;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.16em;color:#f5c956;margin-bottom:18px}
.hp-hero-fallback h2{position:relative;z-index:1;font-size:34px;line-height:1.08;letter-spacing:-1px;color:#fffdf8;margin:0 0 26px;max-width:430px}
.hp-hero-fallback-list{position:relative;z-index:1;display:grid;gap:10px;margin-bottom:26px}
.hp-hero-fallback-list span{font-size:14px;font-weight:700;color:#fffdf8;padding-left:20px;position:relative}
.hp-hero-fallback-list span:before{content:'→';position:absolute;left:0;color:#f5c956}
.hp-hero-fallback p{position:relative;z-index:1;font-size:12.5px;line-height:1.65;color:rgba(255,255,255,.66);max-width:430px;margin:0}

/* Products */
.hp-products{padding:76px 0 82px;background:#fffaf0}
.hp-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;align-items:stretch}
.hp-grid-count-1{grid-template-columns:minmax(0,430px);justify-content:center}
.hp-grid-count-2{grid-template-columns:repeat(2,minmax(0,1fr));max-width:900px;margin-inline:auto}
.hp-card{min-width:0;background:#fffdf8;border:1px solid rgba(23,19,15,.1);border-radius:22px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 8px 26px rgba(23,19,15,.035);transition:transform .24s cubic-bezier(.16,1,.3,1),box-shadow .24s cubic-bezier(.16,1,.3,1),border-color .24s ease}
.hp-card:hover{transform:translateY(-5px);box-shadow:0 24px 56px rgba(23,19,15,.10);border-color:rgba(23,19,15,.18)}
.hp-card-img-wrap{display:block;position:relative;overflow:hidden;aspect-ratio:4/4.6;background:#73563f}
.hp-card-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .42s cubic-bezier(.16,1,.3,1)}
.hp-card:hover .hp-card-img{transform:scale(1.025)}
.hp-card-img-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f3d77d,#e8b93e)}
.hp-card-img-placeholder span{font-size:48px;font-weight:900;color:#17130f;opacity:.3}
.hp-card-badges{position:absolute;left:12px;right:12px;top:12px;display:flex;align-items:center;justify-content:space-between;gap:8px;pointer-events:none}
.hp-card-badge{background:#1b5e4a;color:#e1f5ee;font-size:9.5px;font-weight:800;padding:6px 10px;border-radius:999px;letter-spacing:.055em;text-transform:uppercase;box-shadow:0 4px 14px rgba(0,0,0,.12)}
.hp-card-badge-dark{background:#17130f;color:#fffdf8}
.hp-card-body{padding:20px 21px 22px;display:flex;flex-direction:column;flex:1}
.hp-card-tag{font-size:9.5px;font-weight:800;letter-spacing:.13em;text-transform:uppercase;color:#826d4a;margin-bottom:8px}
.hp-card-title{font-size:17px;font-weight:800;color:#17130f;margin:0 0 8px;line-height:1.32}
.hp-card-title a{color:inherit;text-decoration:none}
.hp-card-title a:hover{color:#1b5e4a}
.hp-card-desc{font-size:13px;color:var(--muted);line-height:1.62;margin:0 0 14px}
.hp-card-meta{display:flex;gap:7px;flex-wrap:wrap;margin-bottom:18px}
.hp-card-meta span{font-size:9.5px;font-weight:700;color:#5e5549;background:#f7f0e2;border:1px solid rgba(23,19,15,.06);padding:5px 8px;border-radius:999px}
.hp-card-buyrow{margin-top:auto;display:grid;gap:14px}
.hp-card-price-row{display:flex;align-items:baseline;gap:8px}
.hp-card-price{font-size:22px;font-weight:800;color:#17130f}
.hp-card-reg{font-size:12.5px;color:#918576;text-decoration:line-through}
.hp-card-btn{display:flex;align-items:center;justify-content:center;gap:8px;text-align:center;background:#17130f;color:#fffdf8;font-size:13px;font-weight:800;padding:13px 18px;border-radius:999px;text-decoration:none;transition:background .18s,transform .18s}
.hp-card-btn:hover{background:#1b5e4a;transform:translateY(-1px)}
.hp-no-products{grid-column:1/-1;text-align:center;background:#fffdf8;border:1px dashed rgba(23,19,15,.18);border-radius:22px;padding:50px 24px;display:grid;gap:5px;color:var(--muted)}
.hp-no-products strong{font-size:18px;color:#17130f}

/* Ecommerce reassurance */
.hp-benefits{padding:0 0 82px;background:#fffaf0}
.hp-benefit-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.hp-benefit-card{background:#f5edda;border:1px solid rgba(23,19,15,.08);border-radius:18px;padding:20px;display:flex;align-items:flex-start;gap:13px;min-height:132px}
.hp-benefit-icon{width:38px;height:38px;border-radius:11px;background:#17130f;color:#f5bc27;display:flex;align-items:center;justify-content:center;flex:0 0 38px;font-size:15px;font-weight:900}
.hp-benefit-card strong{font-size:13.5px;display:block;color:#17130f;margin:1px 0 5px}
.hp-benefit-card p{font-size:11.5px;line-height:1.55;color:var(--muted);margin:0}

/* Work-use categories */
.hp-work{padding:82px 0;background:var(--bg);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.hp-role-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;max-width:1000px;margin:0 auto}
.hp-role-card{background:#fffdf8;border:1px solid rgba(23,19,15,.09);border-radius:18px;padding:21px;display:grid;grid-template-columns:42px 1fr;column-gap:13px;align-items:center;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}
.hp-role-card:hover{transform:translateY(-3px);border-color:rgba(23,19,15,.18);box-shadow:0 16px 34px rgba(23,19,15,.06)}
.hp-role-card>span{grid-row:1/3;width:42px;height:42px;border-radius:13px;background:#f3d77d;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:900;color:#17130f;letter-spacing:.03em}
.hp-role-card strong{font-size:14px;line-height:1.25;color:#17130f}
.hp-role-card p{font-size:11.5px;line-height:1.45;color:var(--muted);margin:4px 0 0}

/* Brand difference */
.hp-difference{padding:82px 0;background:var(--bg)}
.hp-difference-shell{background:#17130f;color:#fffdf8;border-radius:30px;padding:52px;display:grid;grid-template-columns:.82fr 1.18fr;gap:60px;align-items:start;box-shadow:0 28px 70px rgba(23,19,15,.12)}
.hp-difference-intro .hp-section-kicker{color:#d6af54}
.hp-difference-intro h2{font-size:36px;line-height:1.08;letter-spacing:-.9px;margin:0 0 14px;color:#fffdf8}
.hp-difference-intro p{font-size:14px;line-height:1.7;color:rgba(255,253,248,.65);margin:0;max-width:420px}
.hp-difference-grid{display:grid;gap:10px}
.hp-difference-grid article{position:relative;padding:19px 20px 19px 62px;border:1px solid rgba(255,255,255,.09);background:rgba(255,255,255,.045);border-radius:16px}
.hp-difference-grid article>span{position:absolute;left:19px;top:18px;width:28px;height:28px;border-radius:9px;background:#f5bc27;color:#17130f;display:flex;align-items:center;justify-content:center;font-size:9px;font-weight:900}
.hp-difference-grid strong{display:block;font-size:14px;margin-bottom:4px;color:#fffdf8}
.hp-difference-grid p{font-size:12px;line-height:1.55;color:rgba(255,253,248,.62);margin:0}

/* Reviews */
.hp-reviews{padding:78px 0 86px;background:#fffaf0;border-top:1px solid var(--line)}
.hp-review-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.hp-review-card{background:#fffdf8;border:1px solid rgba(23,19,15,.09);border-radius:20px;padding:23px;display:flex;flex-direction:column;min-height:220px;box-shadow:0 8px 24px rgba(23,19,15,.03)}
.hp-review-top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px}
.hp-review-top span{font-size:12px;letter-spacing:.05em;color:#7e5b0d}
.hp-review-top small{font-size:9.5px;text-transform:uppercase;letter-spacing:.08em;color:#8a7c6b;font-weight:700}
.hp-review-card p{font-size:13.5px;line-height:1.68;color:#3d352c;margin:0 0 20px;flex:1}
.hp-review-card strong{font-size:12.5px;color:#17130f}

/* Final conversion panel */
.hp-final-cta{padding:0 0 82px;background:#fffaf0}
.hp-final-shell{background:linear-gradient(120deg,#2b6d56,#174534);border-radius:28px;color:#fffdf8;padding:42px 46px;display:flex;align-items:center;justify-content:space-between;gap:50px;box-shadow:0 22px 50px rgba(27,94,74,.15)}
.hp-final-shell>div:first-child{max-width:650px}
.hp-final-kicker{display:block;font-size:10px;font-weight:800;letter-spacing:.13em;text-transform:uppercase;color:#f6d579;margin-bottom:8px}
.hp-final-shell h2{font-size:34px;line-height:1.08;letter-spacing:-.8px;margin:0 0 10px;color:#fffdf8}
.hp-final-shell p{font-size:13.5px;line-height:1.65;color:rgba(255,255,255,.72);margin:0}
.hp-final-action{flex:0 0 300px;display:grid;gap:10px;text-align:center}
.hp-final-price{font-size:25px;font-weight:800;color:#fffdf8}
.hp-final-price small{font-size:10px;font-weight:600;color:rgba(255,255,255,.58)}
.hp-final-action>small{font-size:9.5px;color:rgba(255,255,255,.58)}
.hp-main + footer.footer{margin-top:0}

/* ============================================================
   HOMEPAGE RESPONSIVE
   ============================================================ */
@media (max-width:1080px){
  .hp-hero-layout{grid-template-columns:minmax(0,1fr) 390px;gap:44px}
  .hp-hero-h1{font-size:48px}
  .hp-hero-visual{aspect-ratio:6/5}
  .hp-benefit-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .hp-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .hp-grid-count-1{grid-template-columns:minmax(0,430px)}
  .hp-role-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media (max-width:860px){
  .hp-nav{display:none}
  .hp-header-actions{display:none}
  .hp-menu-toggle{display:inline-flex}
  .hp-hero{padding:52px 0 60px}
  .hp-hero-layout{grid-template-columns:1fr;gap:42px}
  .hp-hero-copy{max-width:720px;text-align:center;margin:0 auto}
  .hp-hero-h1{font-size:46px}
  .hp-hero-sub{margin-inline:auto}
  .hp-hero-actions,.hp-guidance-row{justify-content:center}
  .hp-guidance-item{align-items:center}
  .hp-hero-visual{width:min(100%,620px);margin:0 auto;aspect-ratio:6/5}
  .hp-section-head-split{align-items:flex-start}
  .hp-section-head-split>p{max-width:360px}
  .hp-difference-shell{grid-template-columns:1fr;gap:32px;padding:42px}
  .hp-difference-intro p{max-width:580px}
  .hp-review-grid{grid-template-columns:1fr;max-width:720px;margin-inline:auto}
  .hp-review-card{min-height:0}
  .hp-final-shell{align-items:flex-start;gap:30px}
  .hp-final-action{flex-basis:260px}
}

@media (max-width:680px){
  .hp-container{width:min(calc(100% - 32px),1200px)}
  .hp-header-inner{min-height:64px}
  .hp-logo-img img{height:38px !important}
  .hp-logo-mark{width:38px;height:38px}
  .hp-brand-name{font-size:13px}
  .hp-brand-tag{font-size:9.5px}
  .hp-mobile-nav{padding-inline:16px}

  .hp-hero{padding:40px 0 48px}
  .hp-eyebrow{font-size:9.5px;margin-bottom:14px}
  .hp-hero-h1{font-size:37px;letter-spacing:-1.35px;line-height:1.04;margin-bottom:16px}
  .hp-hero-sub{font-size:14px;line-height:1.65}
  .hp-hero-actions{display:grid;grid-template-columns:1fr;width:100%;gap:9px;margin-top:24px}
  .hp-btn{width:100%;min-height:48px}
  .hp-guidance-row{display:grid;grid-template-columns:repeat(3,1fr);width:100%;gap:8px;margin-top:28px}
  .hp-guidance-div{display:none}
  .hp-guidance-word{font-size:12px}
  .hp-guidance-label{font-size:8.5px;text-align:center}
  .hp-hero-visual{border-radius:22px;aspect-ratio:1/1}
  .hp-hero-fallback{padding:34px 26px}
  .hp-hero-fallback h2{font-size:27px;letter-spacing:-.7px;margin-bottom:22px}
  .hp-hero-fallback-list{margin-bottom:20px}

  .hp-products,.hp-work,.hp-difference,.hp-reviews{padding-top:56px;padding-bottom:60px}
  .hp-benefits{padding-bottom:60px}
  .hp-final-cta{padding-bottom:60px}
  .hp-section-head{margin-bottom:26px}
  .hp-section-head h2{font-size:27px;letter-spacing:-.55px}
  .hp-section-head p{font-size:13px}
  .hp-section-head-split{display:block;text-align:left}
  .hp-section-head-split>p{max-width:none;text-align:left;margin-top:8px}
  .hp-section-head-split .hp-text-link{display:inline-block;margin-top:14px}
  .hp-section-kicker{font-size:9.5px}

  .hp-grid,.hp-grid-count-1,.hp-grid-count-2{grid-template-columns:1fr;max-width:none}
  .hp-card{border-radius:20px}
  .hp-card-img-wrap{aspect-ratio:1.08/1}
  .hp-card-body{padding:18px}
  .hp-card-title{font-size:16px}
  .hp-card-desc{font-size:12.5px}
  .hp-card-buyrow{grid-template-columns:1fr;gap:12px}
  .hp-card-btn{min-height:46px}

  .hp-benefit-grid{grid-template-columns:1fr;gap:10px}
  .hp-benefit-card{min-height:0;padding:17px}
  .hp-role-grid{grid-template-columns:1fr;gap:10px}
  .hp-role-card{padding:17px}

  .hp-difference-shell{border-radius:22px;padding:28px 22px;gap:24px}
  .hp-difference-intro h2{font-size:29px}
  .hp-difference-grid article{padding:17px 16px 17px 56px}
  .hp-difference-grid article>span{left:16px;top:16px}

  .hp-review-grid{gap:12px}
  .hp-review-card{padding:19px;border-radius:17px}
  .hp-review-card p{font-size:13px}

  .hp-final-shell{display:grid;border-radius:22px;padding:28px 22px;gap:24px}
  .hp-final-shell h2{font-size:29px}
  .hp-final-action{width:100%;text-align:left}
  .hp-final-action .hp-btn{width:100%}
  .hp-final-action>small{text-align:center}
  .hp-final-price{text-align:left}
  .hp-main + footer.footer{border-top-left-radius:24px;border-top-right-radius:24px}
}

@media (max-width:380px){
  .hp-container{width:min(calc(100% - 24px),1200px)}
  .hp-hero-h1{font-size:33px}
}
