:root{
  --ink:#101010;
  --ink2:#191919;
  --paper:#f4f0e7;
  --paper2:#fffdf8;
  --white:#ffffff;
  --yellow:#f8b700;
  --yellow2:#ffd65a;
  --green:#128c4b;
  --red:#dc2626;
  --muted:#746f65;
  --line:#e2dccf;
  --blue:#1877f2;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Arial,sans-serif;
  color:var(--ink);
  background:
    radial-gradient(circle at 88% 18%,rgba(248,183,0,.06),transparent 27%),
    var(--paper);
  -webkit-font-smoothing:antialiased;
  padding-bottom:100px
}
button,input,textarea,select{font:inherit}
button,a{-webkit-tap-highlight-color:transparent}
a{color:inherit;text-decoration:none}
button{cursor:pointer}
.hidden{display:none!important}
.shell{width:min(1120px,calc(100% - 34px));margin-inline:auto}
.kicker{font-size:11px;font-weight:950;letter-spacing:.17em;text-transform:uppercase;color:#956f00}
.kicker.light{color:var(--yellow2)}

/* HERO */
.hero{
  position:relative;
  overflow:hidden;
  color:#fff;
  background:
    radial-gradient(circle at 78% 18%,rgba(248,183,0,.18),transparent 32%),
    linear-gradient(135deg,#090909 0%,#171717 60%,#0c0c0c 100%);
  border-bottom:1px solid rgba(255,255,255,.07)
}
.hero-pattern{
  position:absolute;inset:0;opacity:.16;pointer-events:none;
  background-image:
    linear-gradient(45deg,transparent 46%,rgba(255,255,255,.06) 47% 52%,transparent 53%),
    linear-gradient(-45deg,transparent 46%,rgba(248,183,0,.06) 47% 52%,transparent 53%);
  background-size:52px 52px
}
.hero::before{
  content:"";position:absolute;right:-170px;bottom:-230px;width:600px;height:600px;
  border:62px solid rgba(248,183,0,.055);border-radius:50%
}
.hero-shell{
  position:relative;z-index:1;display:grid;grid-template-columns:330px 1fr;
  gap:52px;align-items:center;padding:30px 0 34px
}
.brand-stage{position:relative}
.brand-glow{
  position:absolute;inset:12% 8% -3%;background:rgba(248,183,0,.22);
  filter:blur(34px);border-radius:50%
}
.brand-stage img{
  position:relative;display:block;width:100%;aspect-ratio:1;object-fit:cover;
  border-radius:36px;background:#fff;border:1px solid rgba(255,255,255,.2);
  box-shadow:0 30px 70px rgba(0,0,0,.38)
}
.eyebrow{
  display:flex;align-items:center;gap:9px;font-size:11px;font-weight:900;
  letter-spacing:.17em;color:#f4d06e;margin-bottom:12px
}
.eyebrow>span{display:block;width:28px;height:3px;border-radius:9px;background:var(--yellow)}
.hero-copy h1{
  margin:0;font-size:clamp(42px,5.2vw,72px);line-height:.94;
  letter-spacing:-.055em;font-weight:950
}
.hero-copy h1 em{font-style:normal;color:var(--yellow)}
.hero-lead{max-width:600px;margin:15px 0 0;color:#cfcfcf;font-size:16px;line-height:1.45;font-weight:560}
.location-line{
  margin-top:17px;display:flex;gap:9px;align-items:center;color:#e7e7e7;
  font-size:14px;font-weight:700;max-width:630px
}
.location-pin{
  width:28px;height:28px;display:grid;place-items:center;border-radius:9px;
  background:rgba(248,183,0,.14);border:1px solid rgba(248,183,0,.28);color:var(--yellow)
}
.hero-actions{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:20px;max-width:570px}
.hero-btn{
  min-height:58px;border-radius:16px;padding:10px 13px;display:flex;gap:10px;align-items:center;
  border:1px solid rgba(255,255,255,.13);text-align:left
}
.hero-btn-icon{font-size:19px;width:31px;height:31px;display:grid;place-items:center;border-radius:10px;background:rgba(255,255,255,.12)}
.hero-btn b{display:block;font-size:14px}
.hero-btn small{display:block;font-size:10px;margin-top:1px;opacity:.72}
.hero-btn.primary{background:var(--yellow);color:#111;border-color:var(--yellow)}
.hero-btn.primary .hero-btn-icon{background:rgba(0,0,0,.10)}
.hero-btn.secondary{background:rgba(255,255,255,.07);color:#fff}
.social-actions{display:grid;grid-template-columns:1fr 1fr 1fr;gap:8px;margin-top:9px;max-width:570px}
.social-btn{
  min-height:50px;border-radius:14px;padding:8px 10px;display:flex;gap:8px;align-items:center;
  border:0;color:#fff;text-align:left
}
.social-btn svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.8;flex:0 0 auto}
.social-btn.facebook svg{fill:currentColor;stroke:none}
.social-btn b{font-size:12px;display:block}
.social-btn small{font-size:9px;display:block;margin-top:1px;opacity:.86}
.social-btn.instagram{background:linear-gradient(135deg,#833ab4,#fd1d1d 62%,#fcb045)}
.social-btn.facebook{background:#1877f2}
.social-btn.allergens-link{background:#303030;border:1px solid rgba(255,255,255,.12)}
.round-i{width:24px;height:24px;border:2px solid #fff;border-radius:50%;display:grid;place-items:center;font-weight:950;font-family:Georgia,serif}

/* SEARCH / NAV */
.menu-dock{
  position:sticky;top:0;z-index:50;background:rgba(244,240,231,.91);
  backdrop-filter:blur(16px);border-bottom:1px solid rgba(17,17,17,.08)
}
.dock-inner{padding:10px 0 8px}
.search-box{
  display:flex;align-items:center;gap:10px;background:#fff;border:1px solid #ded8cb;
  border-radius:15px;height:46px;padding:0 14px;box-shadow:0 8px 25px rgba(0,0,0,.04)
}
.search-box svg{width:20px;height:20px;fill:none;stroke:#777;stroke-width:2}
.search-box input{border:0;outline:0;background:transparent;width:100%;font-size:14px}
.chips{display:flex;gap:7px;overflow-x:auto;padding:8px 0 1px;scrollbar-width:none}
.chips::-webkit-scrollbar{display:none}
.chip{
  flex:0 0 auto;border:1px solid #cfc8ba;background:#fff;border-radius:999px;
  padding:7px 11px;font-size:11px;font-weight:900;color:#222
}
.chip.active{background:#111;color:#fff;border-color:#111}

/* MAIN */
.menu-main{padding-top:32px}
.section-intro{display:grid;grid-template-columns:1fr minmax(260px,430px);gap:30px;align-items:end;margin-bottom:20px}
.section-intro h2{font-size:42px;letter-spacing:-.04em;margin:4px 0 0}
.section-intro p{margin:0;color:var(--muted);font-size:14px;line-height:1.55}

/* BUILD YOUR OWN */
.build-section{
  position:relative;overflow:hidden;display:grid;grid-template-columns:150px 1fr;
  background:
    radial-gradient(circle at 97% 5%,rgba(255,255,255,.18),transparent 22%),
    linear-gradient(135deg,#f8b700,#ffca27);
  color:#101010;border-radius:28px;padding:22px 24px 22px 18px;
  box-shadow:0 18px 45px rgba(124,89,0,.18);margin:10px 0 34px;border:1px solid rgba(0,0,0,.08)
}
.build-section::after{
  content:"";position:absolute;width:280px;height:280px;border:44px solid rgba(0,0,0,.045);
  border-radius:50%;right:-110px;bottom:-165px
}
.build-art{position:relative;min-height:100%;display:flex;align-items:center;justify-content:center}
.build-number{font-size:104px;line-height:1;font-weight:950;letter-spacing:-.09em;color:rgba(0,0,0,.08)}
.build-badge{
  position:absolute;top:2px;left:0;background:#111;color:#fff;border-radius:999px;
  padding:6px 9px;font-size:9px;font-weight:950;letter-spacing:.13em
}
.build-content{position:relative;z-index:2}
.build-kicker{font-size:10px;font-weight:950;letter-spacing:.16em}
.build-content h2{margin:4px 0 6px;font-size:34px;letter-spacing:-.045em;line-height:1}
.build-content>p{margin:0;max-width:760px;font-size:13px;line-height:1.5}
.build-steps{display:flex;gap:7px;flex-wrap:wrap;margin-top:15px}
.build-steps span{
  display:flex;gap:6px;align-items:center;background:rgba(255,255,255,.45);
  border:1px solid rgba(0,0,0,.09);border-radius:999px;padding:6px 9px;font-size:10px;font-weight:850
}
.build-steps b{width:18px;height:18px;border-radius:50%;background:#111;color:#fff;display:grid;place-items:center;font-size:9px}
.build-start{display:grid;grid-template-columns:1fr 190px;gap:9px;margin-top:16px}
.build-start label{
  background:#fff;border-radius:14px;padding:7px 11px;border:1px solid rgba(0,0,0,.1)
}
.build-start label>span{display:block;font-size:8px;font-weight:950;letter-spacing:.10em;margin-bottom:2px;color:#74600e}
.build-start select{width:100%;border:0;outline:0;background:transparent;font-weight:900;font-size:13px}
.build-start button{
  border:0;border-radius:14px;background:#111;color:#fff;padding:8px 12px;text-align:left
}
.build-start button span{display:block;font-size:11px;font-weight:950}
.build-start button small{display:block;font-size:9px;color:#f7c83d;margin-top:2px}

/* CATEGORIES / PRODUCT */
.category-head{margin:34px 0 13px}
.category-head h2{margin:0;font-size:27px;letter-spacing:-.035em}
.category-head p{margin:4px 0 0;color:var(--muted);font-size:12px}
.product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.product-card{
  background:var(--paper2);border:1px solid #dfd8ca;border-radius:20px;overflow:hidden;
  display:grid;grid-template-columns:145px 1fr;min-height:150px;
  box-shadow:0 7px 22px rgba(0,0,0,.045);position:relative
}
.product-card img{width:145px;height:100%;min-height:150px;object-fit:cover;background:#eee}
.product-body{padding:13px;display:flex;flex-direction:column}
.product-top{display:flex;justify-content:space-between;gap:9px;align-items:flex-start}
.product-name{font-size:16px;font-weight:950;line-height:1.05}
.price{flex:0 0 auto;background:#111;color:#fff;border-radius:9px;padding:5px 7px;font-size:12px;font-weight:950}
.desc{font-size:11.5px;line-height:1.38;color:#68645d;margin:7px 0 9px;flex:1}
.product-actions{display:flex;gap:6px}
.add-btn{
  border:0;background:#111;color:#fff;min-height:34px;min-width:100px;border-radius:10px;
  padding:7px 10px;font-size:11px;font-weight:950
}
.add-btn.customize{background:var(--yellow);color:#111;flex:1}
.custom-hint{font-size:9px;color:#8e835e;font-weight:800;margin-top:5px}
.sold{position:absolute;left:8px;top:8px;z-index:2;background:#111;color:#fff;border-radius:999px;padding:5px 7px;font-size:9px;font-weight:950}
.product-card.out{opacity:.58}
.product-card.out .add-btn{background:#aaa;color:#fff}

/* CONTACT */
.contact-band{margin-top:50px;background:#121212;color:#fff;border-top:5px solid var(--yellow)}
.contact-inner{padding:28px 0;display:flex;justify-content:space-between;gap:25px;align-items:center}
.contact-inner h3{font-size:31px;letter-spacing:-.035em;margin:4px 0}
.contact-inner p{margin:0;color:#b8b8b8}
.contact-actions{display:flex;gap:7px;flex-wrap:wrap}
.contact-btn{border-radius:12px;padding:10px 13px;font-size:12px;font-weight:950;background:#2a2a2a}
.contact-btn.whatsapp{background:#128c4b}
.contact-btn.instagram-foot{background:linear-gradient(135deg,#833ab4,#fd1d1d 62%,#fcb045)}
.contact-btn.facebook-foot{background:#1877f2}
.footer{background:#090909;color:#fff;border-top:1px solid #222}
.footer-inner{padding:17px 0;display:flex;align-items:center;gap:10px}
.footer-inner img{width:40px;height:40px;border-radius:10px;object-fit:cover}
.footer-inner strong{display:block;font-size:12px}
.footer-inner span{display:block;color:#8c8c8c;font-size:9px;margin-top:2px}

/* CART FAB */
.cart-bar{
  position:fixed;z-index:80;left:50%;transform:translateX(-50%);bottom:12px;
  width:min(620px,calc(100% - 24px));height:64px;border:0;border-radius:19px;
  background:#111;color:#fff;box-shadow:0 18px 48px rgba(0,0,0,.30);
  display:grid;grid-template-columns:42px 1fr auto 22px;gap:10px;align-items:center;padding:0 13px
}
.cart-bar::before{content:"";position:absolute;inset:0 auto 0 0;width:5px;border-radius:19px 0 0 19px;background:var(--yellow)}
.cart-icon{width:38px;height:38px;border-radius:12px;background:var(--yellow);color:#111;display:grid;place-items:center}
.cart-icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8}
.cart-copy{text-align:left}
.cart-copy small{display:block;color:#969696;font-size:8px;font-weight:900;letter-spacing:.1em}
.cart-copy strong{display:block;font-size:12px;margin-top:1px}
.cart-total{font-size:18px;font-weight:950;color:var(--yellow)}
.cart-arrow{font-size:18px}

/* CART SHEET */
.sheet-backdrop{position:fixed;inset:0;z-index:90;background:rgba(0,0,0,.57);opacity:0;pointer-events:none;transition:.22s}
.sheet-backdrop.open{opacity:1;pointer-events:auto}
.sheet{
  position:fixed;z-index:100;right:0;top:0;bottom:0;width:min(500px,100%);background:#fff;
  transform:translateX(100%);transition:.25s ease;display:flex;flex-direction:column;
  box-shadow:-20px 0 60px rgba(0,0,0,.18)
}
.sheet.open{transform:none}
.sheet-handle{display:none}
.sheet-head{display:flex;justify-content:space-between;align-items:center;padding:17px 17px 12px;border-bottom:1px solid #eee}
.sheet-head small{font-size:8px;letter-spacing:.14em;font-weight:950;color:#a47c00}
.sheet-head h3{font-size:24px;margin:2px 0 0;letter-spacing:-.035em}
.icon-btn{width:38px;height:38px;border:0;border-radius:50%;background:#f0f0f0;font-size:22px}
.cart-list{flex:1;overflow:auto;padding:6px 17px}
.cart-item{padding:12px 0;border-bottom:1px solid #eee}
.cart-main-line{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:start}
.cart-main-line strong{display:block;font-size:13px}
.cart-main-line small{display:block;color:#777;font-size:10px;margin-top:2px}
.cart-custom-detail{margin-top:7px;border-left:3px solid var(--yellow);padding-left:8px;font-size:9.5px;line-height:1.45;color:#5f5a52}
.cart-custom-detail b{color:#111}
.qty{display:flex;align-items:center;gap:7px}
.qty button{width:29px;height:29px;border:0;border-radius:9px;background:#eee;font-weight:950}
.qty strong{min-width:16px;text-align:center}
.cart-form{padding:13px 17px 16px;border-top:1px solid #eee;background:#fff;max-height:53vh;overflow:auto}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.field{display:flex;flex-direction:column;gap:4px;margin-bottom:8px}
.field>span{font-size:9px;color:#666;font-weight:900}
.field input,.field textarea{
  border:1px solid #ddd;border-radius:11px;padding:9px 10px;outline:0;background:#fff;font-size:12px
}
.field input:focus,.field textarea:focus{border-color:#111}
.allergy-box{border:1px solid #f0b7b7;background:#fff8f8;border-radius:14px;margin:5px 0 10px;overflow:hidden}
.allergy-check{display:flex;align-items:center;gap:9px;padding:10px;cursor:pointer}
.allergy-check input{position:absolute;opacity:0;pointer-events:none}
.fake-check{
  width:22px;height:22px;border:2px solid #d65c5c;border-radius:7px;display:grid;place-items:center;flex:0 0 auto;background:#fff
}
.allergy-check input:checked+.fake-check{background:var(--red);border-color:var(--red)}
.allergy-check input:checked+.fake-check::after{content:"✓";color:#fff;font-weight:950;font-size:14px}
.allergy-check strong{display:block;color:#a51414;font-size:10px;letter-spacing:.05em}
.allergy-check small{display:block;color:#8b6b6b;font-size:9px;margin-top:1px}
.allergy-details{border-top:1px solid #f3caca;padding:9px 10px 6px}
.danger-field>span{color:#a51414}
.allergy-details p{margin:0 2px 4px;color:#9c5b5b;font-size:9px;line-height:1.35}
.total-row{display:flex;align-items:center;justify-content:space-between;font-size:17px;margin:7px 0 9px}
.total-row strong{font-size:24px}
.confirmation-warning{
  display:grid;grid-template-columns:25px 1fr;gap:8px;align-items:center;background:#fff3cd;
  border:1px solid #f0d16e;border-radius:12px;padding:9px 10px;margin-bottom:9px
}
.confirmation-warning span{width:24px;height:24px;border-radius:50%;display:grid;place-items:center;background:#111;color:var(--yellow);font-weight:950}
.confirmation-warning strong{font-size:9px;line-height:1.3;letter-spacing:.03em}
.order-btn{width:100%;height:48px;border:0;border-radius:13px;background:var(--green);color:#fff;font-weight:950;font-size:12px}
.secondary-row{display:flex;gap:8px;margin-top:7px}
.secondary-row button{flex:1;border:1px solid #e0e0e0;background:#f7f7f7;border-radius:11px;padding:8px;font-size:10px;font-weight:850}
.notice{font-size:9px;line-height:1.4;color:#8a8a8a;text-align:center;margin:8px 5px 0}

/* CUSTOMIZER */
.customizer-backdrop{z-index:170}
.customizer{
  width:min(760px,100%);max-height:92vh;background:#f8f5ee;border-radius:25px;overflow:hidden;
  display:flex;flex-direction:column;box-shadow:0 30px 90px rgba(0,0,0,.4)
}
.customizer-head{
  flex:0 0 auto;display:flex;justify-content:space-between;align-items:flex-start;gap:15px;
  padding:18px 20px 15px;background:#111;color:#fff;border-bottom:4px solid var(--yellow)
}
.customizer-head .kicker{color:var(--yellow)}
.customizer-head h3{margin:3px 0 0;font-size:27px;letter-spacing:-.035em}
.customizer-head p{margin:5px 0 0;color:#aaa;font-size:11px}
.dark-close{background:#292929;color:#fff}
.customizer-scroll{overflow:auto;padding:0 18px 15px}
.custom-section{padding:18px 0 2px;border-bottom:1px solid #ded8cc}
.custom-section:last-child{border-bottom:0}
.custom-section-head>div{display:flex;gap:9px;align-items:flex-start}
.custom-section-head>div>span{
  width:29px;height:29px;border-radius:9px;background:var(--yellow);display:grid;place-items:center;
  font-size:9px;font-weight:950;flex:0 0 auto
}
.custom-section-head h4{margin:0;font-size:16px}
.custom-section-head p{margin:2px 0 0;font-size:9.5px;color:#7c776e}
.ingredient-list,.extras-list{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-top:11px}
.custom-row{
  min-height:52px;background:#fff;border:1px solid #ddd7cb;border-radius:12px;
  display:grid;grid-template-columns:1fr auto;gap:9px;align-items:center;padding:8px 9px
}
.custom-row.removed{opacity:.56;background:#f1eee8}
.custom-row .row-name{font-size:11px;font-weight:850;line-height:1.2}
.custom-row .row-price{display:block;color:#8b826d;font-size:9px;margin-top:2px}
.stepper{display:flex;align-items:center;gap:6px}
.stepper button{width:27px;height:27px;border:0;border-radius:8px;background:#111;color:#fff;font-size:16px;font-weight:850;display:grid;place-items:center}
.stepper button:disabled{opacity:.25}
.stepper span{min-width:19px;text-align:center;font-size:11px;font-weight:950}
.base-state{font-size:8px;font-weight:950;color:#8a7816;text-transform:uppercase;letter-spacing:.05em}
.micro-note{font-size:8.5px;color:#8a857c;margin:7px 2px 0}
.note-section textarea{width:100%;border:1px solid #d8d1c5;border-radius:12px;padding:10px;outline:0;margin-top:10px;font-size:12px;resize:vertical}
.note-section textarea:focus{border-color:#111}
.customizer-footer{
  flex:0 0 auto;background:#fff;border-top:1px solid #dedede;padding:10px 14px;
  display:grid;grid-template-columns:130px 1fr;gap:9px;align-items:center
}
.custom-price span{display:block;font-size:8px;color:#777;font-weight:900;text-transform:uppercase}
.custom-price strong{display:block;font-size:20px;margin-top:1px}
.customizer-footer button{height:48px;border:0;border-radius:12px;background:#111;color:#fff;text-align:left;padding:7px 13px}
.customizer-footer button span{display:block;font-size:11px;font-weight:950}
.customizer-footer button small{display:block;font-size:8px;color:var(--yellow);margin-top:1px}

/* ALLERGEN MODAL */
.modal-backdrop{
  position:fixed;inset:0;z-index:150;background:rgba(0,0,0,.62);
  display:grid;place-items:center;padding:18px
}
.modal{width:min(680px,100%);max-height:88vh;overflow:auto;background:#fff;border-radius:22px;padding:20px;box-shadow:0 24px 70px rgba(0,0,0,.3)}
.modal-head{display:flex;align-items:center;justify-content:space-between;gap:15px}
.modal h3{margin:4px 0 0;font-size:27px}
.modal>p{color:#6f6f6f;font-size:12px;line-height:1.5}
.allergens{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.allergens div{border:1px solid #e8e4dc;border-radius:12px;padding:10px}
.allergens strong{display:block;font-size:12px}
.allergens span{display:block;color:#777;font-size:10px;margin-top:3px}

/* RESPONSIVE */
@media(max-width:820px){
  body{padding-bottom:90px}
  .shell{width:min(100% - 24px,680px)}
  .hero-shell{grid-template-columns:180px 1fr;gap:20px;padding:18px 0 20px}
  .brand-stage img{border-radius:25px}
  .eyebrow{font-size:8px;margin-bottom:7px}
  .hero-copy h1{font-size:31px}
  .hero-lead{font-size:11px;margin-top:9px}
  .location-line{font-size:10px;margin-top:9px}
  .location-pin{width:23px;height:23px}
  .hero-actions{margin-top:10px;gap:6px}
  .hero-btn{min-height:47px;border-radius:12px;padding:6px 8px}
  .hero-btn-icon{width:27px;height:27px;font-size:15px}
  .hero-btn b{font-size:10px}.hero-btn small{font-size:8px}
  .social-actions{gap:5px;margin-top:6px}
  .social-btn{min-height:42px;padding:6px 7px;border-radius:11px;gap:6px}
  .social-btn svg{width:19px;height:19px}.social-btn b{font-size:9px}.social-btn small{font-size:7px}
  .round-i{width:20px;height:20px;font-size:11px}
  .section-intro{display:block;margin-bottom:16px}.section-intro h2{font-size:30px}.section-intro p{font-size:11px;margin-top:7px}
  .build-section{grid-template-columns:85px 1fr;padding:17px 15px 17px 10px;border-radius:21px;margin-bottom:26px}
  .build-number{font-size:70px}.build-badge{font-size:7px;padding:5px 7px}
  .build-content h2{font-size:25px}.build-content>p{font-size:10.5px}
  .build-steps{margin-top:10px}.build-steps span{font-size:8px;padding:5px 7px}.build-steps b{width:16px;height:16px;font-size:8px}
  .build-start{grid-template-columns:1fr 150px;margin-top:11px}
  .build-start label{padding:6px 8px}.build-start select{font-size:10px}.build-start label>span{font-size:7px}
  .build-start button{padding:7px 9px}.build-start button span{font-size:9px}.build-start button small{font-size:7px}
  .product-grid{grid-template-columns:1fr;gap:9px}
  .product-card{grid-template-columns:105px 1fr;min-height:118px;border-radius:16px}
  .product-card img{width:105px;min-height:118px}
  .product-body{padding:10px}.product-name{font-size:14px}.price{font-size:10px}
  .desc{font-size:10.5px;margin:5px 0 7px}.add-btn{min-height:30px;font-size:10px}
  .contact-inner{display:block}.contact-inner h3{font-size:25px}.contact-inner p{font-size:11px}.contact-actions{margin-top:14px}
  .cart-bar{bottom:9px;height:61px;border-radius:17px}
  .sheet{top:auto;left:0;right:0;bottom:0;width:100%;height:min(90vh,760px);transform:translateY(100%);border-radius:24px 24px 0 0}
  .sheet.open{transform:none}
  .sheet-handle{display:block;width:42px;height:4px;background:#d8d8d8;border-radius:999px;margin:9px auto 0}
  .sheet-head{padding-top:8px}
  .cart-form{max-height:56vh}
  .customizer{align-self:end;max-height:94vh;border-radius:24px 24px 0 0;width:100%}
  .customizer-backdrop{align-items:end;padding:0}
}
@media(max-width:520px){
  .hero-shell{grid-template-columns:1fr;gap:12px;padding-top:14px}
  .brand-stage{width:188px;margin:auto}
  .brand-stage img{border-radius:28px}
  .hero-copy{text-align:center}
  .eyebrow{justify-content:center}
  .hero-copy h1{font-size:35px}
  .hero-lead{max-width:380px;margin:9px auto 0}
  .location-line{justify-content:center;margin-inline:auto}
  .hero-actions,.social-actions{max-width:none}
  .hero-actions{grid-template-columns:1fr 1fr}
  .social-actions{grid-template-columns:1fr 1fr 1fr}
  .social-btn{text-align:left}
  .menu-main{padding-top:22px}
  .build-section{display:block;padding:16px}
  .build-art{min-height:auto;height:31px;justify-content:flex-start}.build-number{display:none}.build-badge{position:static;display:inline-block}
  .build-content{margin-top:5px}.build-content h2{font-size:26px}
  .build-steps{display:grid;grid-template-columns:1fr 1fr}
  .build-start{grid-template-columns:1fr;margin-top:12px}
  .build-start button{text-align:center;height:45px}
  .category-head{margin-top:27px}.category-head h2{font-size:22px}
  .product-card{grid-template-columns:96px 1fr}
  .product-card img{width:96px}
  .desc{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
  .contact-actions{display:grid;grid-template-columns:1fr 1fr 1fr}
  .contact-btn{text-align:center;padding:9px 6px;font-size:10px}
  .cart-bar{grid-template-columns:38px 1fr auto 16px;padding:0 10px}
  .cart-icon{width:35px;height:35px}
  .cart-total{font-size:15px}
  .form-grid{grid-template-columns:1fr 1fr}
  .ingredient-list,.extras-list{grid-template-columns:1fr}
  .customizer-head{padding:15px 15px 12px}.customizer-head h3{font-size:23px}
  .customizer-scroll{padding:0 13px 12px}
  .custom-section{padding-top:14px}
  .customizer-footer{grid-template-columns:105px 1fr;padding:9px 10px}
  .allergens{grid-template-columns:1fr}
}
@media(max-width:380px){
  .hero-copy h1{font-size:31px}
  .social-btn b{font-size:8px}.social-btn small{display:none}
  .form-grid{grid-template-columns:1fr}
}


/* ===== V5 VISUAL UPGRADE ===== */
:root{
  --charcoal:#0b0b0c;
  --charcoal2:#151516;
  --gold:#f5b800;
  --gold-soft:#ffd45b;
  --ivory:#f6f1e7;
  --ivory2:#fffdf8;
}
body{
  background:
    radial-gradient(circle at 12% 14%, rgba(245,184,0,.07), transparent 24%),
    radial-gradient(circle at 92% 42%, rgba(215,25,32,.035), transparent 20%),
    var(--ivory);
}
.hero{
  min-height:540px;
  background:
    radial-gradient(circle at 15% 20%,rgba(245,184,0,.18),transparent 24%),
    radial-gradient(circle at 86% 34%,rgba(215,25,32,.10),transparent 23%),
    linear-gradient(145deg,#070707 0%,#151515 55%,#0a0a0a 100%);
}
.hero::after{
  content:"";
  position:absolute;inset:auto 0 0;height:9px;
  background:linear-gradient(90deg,#f4b700 0 28%,#e91d24 28% 50%,#f4b700 50% 72%,#1f9b49 72% 100%);
}
.hero-shell{grid-template-columns:360px 1fr;gap:58px;padding:36px 0 46px}
.brand-stage::after{
  content:"FOOD TRUCK";
  position:absolute;left:50%;bottom:-12px;transform:translateX(-50%);
  background:#0e0e0e;color:var(--gold);border:1px solid rgba(245,184,0,.42);
  border-radius:999px;padding:7px 13px;font-size:9px;letter-spacing:.17em;font-weight:950;
  box-shadow:0 10px 24px rgba(0,0,0,.28)
}
.brand-stage img{
  border-radius:42px;
  border:2px solid rgba(245,184,0,.26);
  box-shadow:0 36px 90px rgba(0,0,0,.48),0 0 0 8px rgba(255,255,255,.025)
}
.hero-pill{
  display:inline-flex;align-items:center;
  border:1px solid rgba(245,184,0,.36);
  background:rgba(245,184,0,.08);
  color:#f7cf58;border-radius:999px;padding:7px 11px;
  font-size:9px;letter-spacing:.12em;font-weight:950;margin-bottom:14px
}
.hero-copy h1{
  font-size:clamp(48px,6vw,82px);
  line-height:.90;
  letter-spacing:-.065em
}
.hero-copy h1 em{
  background:linear-gradient(180deg,#ffd966,#f4b700);
  -webkit-background-clip:text;background-clip:text;color:transparent
}
.hero-lead{font-size:16px;line-height:1.55;max-width:650px}
.hero-actions{max-width:620px}
.hero-btn{
  border-radius:18px;min-height:62px;
  transition:transform .18s ease,box-shadow .18s ease
}
.hero-btn:hover,.social-btn:hover{transform:translateY(-2px)}
.hero-btn.primary{box-shadow:0 12px 30px rgba(245,184,0,.18)}
.social-actions{max-width:620px}
.social-btn{
  min-height:54px;border-radius:16px;
  box-shadow:0 8px 22px rgba(0,0,0,.14);
  transition:transform .18s ease,filter .18s ease
}
.social-btn:hover{filter:brightness(1.06)}
.menu-dock{
  border-bottom:1px solid rgba(0,0,0,.08);
  box-shadow:0 8px 25px rgba(0,0,0,.045)
}
.search-box{
  border-radius:17px;height:50px;
  box-shadow:0 10px 30px rgba(0,0,0,.05)
}
.chip{padding:8px 13px;border-radius:999px}
.chip.build-chip{
  background:linear-gradient(180deg,#ffd45b,#f5b800);
  color:#111;border-color:#dca600
}
.section-intro{
  background:#111;color:#fff;border-radius:24px;padding:20px 22px;margin-bottom:18px;
  box-shadow:0 18px 44px rgba(0,0,0,.09)
}
.section-intro .kicker{color:var(--gold)}
.section-intro p{color:#c6c6c6}
.build-section{
  grid-template-columns:170px 1fr;
  border-radius:30px;
  padding:24px 28px 24px 20px;
  background:
    linear-gradient(135deg,rgba(255,255,255,.20),transparent 35%),
    linear-gradient(135deg,#ffc61f,#f5b000);
  box-shadow:0 22px 52px rgba(117,80,0,.22);
  border:1px solid rgba(80,55,0,.14)
}
.build-section::before{
  content:"BUILD YOUR PANINO";
  position:absolute;right:-20px;top:16px;
  font-size:62px;font-weight:950;letter-spacing:-.05em;
  color:rgba(0,0,0,.035);white-space:nowrap;transform:rotate(-4deg)
}
.build-number{font-size:118px;color:rgba(0,0,0,.10)}
.build-badge{box-shadow:0 8px 20px rgba(0,0,0,.18)}
.build-content h2{font-size:39px}
.build-content>p{font-size:13.5px}
.build-steps span{
  background:rgba(255,255,255,.58);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.28)
}
.build-start label,.build-start button{
  box-shadow:0 8px 18px rgba(0,0,0,.08)
}
.product-card{
  border-radius:22px;
  border:1px solid #ddd4c5;
  box-shadow:0 12px 30px rgba(0,0,0,.055);
  transition:transform .18s ease,box-shadow .18s ease
}
.product-card:hover{transform:translateY(-2px);box-shadow:0 18px 36px rgba(0,0,0,.075)}
.product-card img{filter:saturate(1.03) contrast(1.02)}
.price{background:linear-gradient(180deg,#181818,#090909);padding:6px 8px}
.add-btn.customize{
  background:linear-gradient(180deg,#ffd65a,#f4b500);
  box-shadow:0 7px 18px rgba(245,184,0,.18)
}
.custom-hint{
  color:#796514;
  background:#fff5c7;
  border-radius:7px;
  padding:4px 6px;
  display:inline-block
}
.contact-band{
  background:
    radial-gradient(circle at 90% 30%,rgba(245,184,0,.10),transparent 25%),
    #111
}
.contact-btn{box-shadow:0 8px 20px rgba(0,0,0,.16)}
.cart-bar{
  border:1px solid rgba(255,255,255,.08);
  box-shadow:0 22px 55px rgba(0,0,0,.34),0 0 0 1px rgba(245,184,0,.08)
}
.cart-icon{box-shadow:0 7px 17px rgba(245,184,0,.18)}
.customizer{
  border:1px solid rgba(255,255,255,.16);
  box-shadow:0 35px 100px rgba(0,0,0,.48)
}
.customizer-head{
  padding:21px 22px 17px;
  background:
    radial-gradient(circle at 88% 15%,rgba(245,184,0,.12),transparent 24%),
    #0e0e0e
}
.customizer-head h3{font-size:30px}
.custom-section{padding:20px 0 4px}
.custom-row{
  border-radius:14px;min-height:58px;
  box-shadow:0 6px 17px rgba(0,0,0,.035)
}
.custom-row .row-name{font-size:12px}
.stepper button{
  border-radius:9px;
  box-shadow:0 5px 12px rgba(0,0,0,.09)
}
.meat-section{
  background:linear-gradient(180deg,rgba(229,37,37,.035),transparent);
  margin-inline:-18px;padding-inline:18px
}
.meat-warning{
  display:grid;grid-template-columns:34px 1fr;gap:10px;align-items:center;
  background:linear-gradient(135deg,#fff1f1,#fff8ef);
  border:1px solid #efb0a8;border-radius:14px;padding:10px 11px;margin:11px 0
}
.meat-warning>span{
  width:32px;height:32px;border-radius:10px;background:#c92828;color:#fff;
  display:grid;place-items:center;font-weight:950;font-size:18px
}
.meat-warning strong{display:block;color:#a81616;font-size:10px;letter-spacing:.07em}
.meat-warning p{margin:2px 0 0;color:#8f5e57;font-size:9.5px;line-height:1.35}
.meat-price-label{
  display:inline-block;background:#fff0f0;color:#b12020;
  border:1px solid #efc3c3;border-radius:999px;padding:3px 6px;
  font-size:8px;font-weight:950;margin-top:3px
}
.custom-price small{
  display:block;font-size:7.5px;color:#a33232;font-weight:850;margin-top:2px
}
.builder-price-warning{
  color:#a31919!important;font-weight:900!important
}

@media(max-width:820px){
  .hero{min-height:auto}
  .hero-shell{grid-template-columns:200px 1fr;gap:24px;padding:22px 0 30px}
  .hero-copy h1{font-size:38px}
  .hero-pill{font-size:7px;padding:6px 9px;margin-bottom:9px}
  .build-section{grid-template-columns:96px 1fr;padding:18px 17px 18px 12px}
  .build-content h2{font-size:28px}
}
@media(max-width:520px){
  .hero-shell{grid-template-columns:1fr}
  .brand-stage{width:205px}
  .hero-copy h1{font-size:39px}
  .hero-lead{font-size:12px}
  .hero-actions{grid-template-columns:1fr 1fr}
  .social-actions{gap:7px}
  .social-btn{min-height:48px}
  .section-intro{padding:16px 17px;border-radius:18px}
  .build-section{display:block;border-radius:22px;padding:17px}
  .build-section::before{font-size:38px;right:-70px;top:10px}
  .build-content h2{font-size:29px}
  .build-content>p{font-size:11px}
  .build-steps{grid-template-columns:1fr 1fr}
  .product-card{border-radius:18px}
  .meat-section{margin-inline:-13px;padding-inline:13px}
}


/* ===================================================================
   V6 — MODERN STREET FOOD REDESIGN
   =================================================================== */
:root{
  --v6-black:#090909;
  --v6-black-2:#121212;
  --v6-black-3:#1c1c1c;
  --v6-yellow:#ffc21c;
  --v6-yellow-2:#ffda68;
  --v6-cream:#f4efe5;
  --v6-paper:#fffdf8;
  --v6-line:#ded7ca;
  --v6-muted:#777066;
  --v6-red:#e3282f;
}
body{
  background:
    radial-gradient(circle at 10% 15%,rgba(255,194,28,.075),transparent 24%),
    radial-gradient(circle at 86% 55%,rgba(227,40,47,.04),transparent 20%),
    var(--v6-cream);
}
.shell{width:min(1160px,calc(100% - 32px))}

/* TOPBAR */
.topbar{
  position:relative;z-index:5;height:76px;
  display:flex;align-items:center;justify-content:space-between;
  border-bottom:1px solid rgba(255,255,255,.08)
}
.mini-brand{display:flex;align-items:center;gap:10px;color:#fff}
.mini-brand img{width:42px;height:42px;border-radius:12px;object-fit:cover;border:1px solid rgba(255,194,28,.3)}
.mini-brand b{display:block;font-size:12px;letter-spacing:.04em}
.mini-brand small{display:block;font-size:8px;letter-spacing:.16em;color:#9e9e9e;margin-top:2px}
.top-social{display:flex;gap:7px}
.social-orb{
  width:42px;height:42px;border-radius:13px;border:1px solid rgba(255,255,255,.12);
  display:grid;place-items:center;color:#fff;background:rgba(255,255,255,.055);
  transition:transform .16s ease,filter .16s ease
}
.social-orb:hover{transform:translateY(-2px);filter:brightness(1.08)}
.social-orb svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8}
.facebook-orb{background:#1877f2;border-color:#1877f2}
.facebook-orb svg{fill:#fff;stroke:none}
.instagram-orb{background:linear-gradient(135deg,#833ab4,#fd1d1d 62%,#fcb045);border:0}
.info-orb{font-family:Georgia,serif;font-weight:900;font-size:18px}

/* HERO */
.hero{
  min-height:auto;
  background:
    radial-gradient(circle at 13% 30%,rgba(255,194,28,.15),transparent 27%),
    radial-gradient(circle at 92% 10%,rgba(227,40,47,.11),transparent 25%),
    linear-gradient(140deg,#080808 0%,#121212 54%,#090909 100%);
  border-bottom:0;
}
.hero-noise{
  position:absolute;inset:0;pointer-events:none;opacity:.32;
  background-image:
    radial-gradient(circle at 15% 20%,rgba(255,255,255,.07) 0 1px,transparent 1.5px),
    radial-gradient(circle at 75% 65%,rgba(255,194,28,.05) 0 1px,transparent 1.5px);
  background-size:26px 26px,34px 34px
}
.hero::after{
  height:6px;background:linear-gradient(90deg,var(--v6-yellow) 0 45%,var(--v6-red) 45% 55%,var(--v6-yellow) 55% 100%)
}
.hero-shell{
  position:relative;z-index:2;
  grid-template-columns:minmax(300px,440px) 1fr;
  gap:70px;padding:46px 0 58px
}
.hero-art{position:relative;display:grid;place-items:center}
.logo-halo{
  position:absolute;width:88%;aspect-ratio:1;border-radius:50%;
  background:radial-gradient(circle,rgba(255,194,28,.23),rgba(255,194,28,.04) 48%,transparent 68%);
  filter:blur(9px)
}
.hero-logo{
  position:relative;width:min(100%,410px);aspect-ratio:1;object-fit:cover;
  border-radius:50%;
  background:#fff;
  border:3px solid var(--v6-yellow);
  box-shadow:0 36px 90px rgba(0,0,0,.52),0 0 0 10px rgba(255,255,255,.035)
}
.hero-stamp{
  position:absolute;right:-8px;bottom:14px;
  background:var(--v6-yellow);color:#111;
  border-radius:18px;padding:10px 14px;transform:rotate(-4deg);
  box-shadow:0 15px 30px rgba(0,0,0,.28)
}
.hero-stamp span{display:block;font-size:7px;font-weight:900;letter-spacing:.12em}
.hero-stamp b{display:block;font-size:14px;letter-spacing:.02em;margin-top:2px}
.hero-tag{display:flex;align-items:center;gap:9px;font-size:9px;font-weight:950;letter-spacing:.17em;color:#f3cc58;margin-bottom:15px}
.hero-tag span{width:34px;height:3px;background:var(--v6-yellow);border-radius:999px}
.hero-copy h1{
  margin:0;color:#fff;
  font-size:clamp(50px,6vw,82px);line-height:.88;letter-spacing:-.067em;font-weight:950
}
.hero-copy h1 em{
  display:inline-block;font-style:normal;color:var(--v6-yellow);
  text-shadow:0 8px 25px rgba(255,194,28,.12)
}
.hero-lead{max-width:680px;color:#bebebe;font-size:15px;line-height:1.58;margin:18px 0 0}
.hero-cta-row{display:grid;grid-template-columns:minmax(210px,1fr) auto;gap:9px;margin-top:23px;max-width:640px}
.cta-main,.cta-ghost{
  min-height:60px;border-radius:18px;display:flex;align-items:center;gap:11px;padding:10px 14px;font-weight:900
}
.cta-main{border:0;background:var(--v6-yellow);color:#111;box-shadow:0 14px 30px rgba(255,194,28,.17)}
.cta-icon{width:36px;height:36px;border-radius:12px;background:rgba(0,0,0,.11);display:grid;place-items:center}
.cta-main b{display:block;font-size:12px}
.cta-main small{display:block;font-size:8px;margin-top:2px;opacity:.65}
.cta-ghost{border:1px solid rgba(255,255,255,.13);background:rgba(255,255,255,.055);color:#fff;font-size:10px}
.location-card{
  max-width:640px;margin-top:9px;display:grid;grid-template-columns:36px 1fr 24px;gap:10px;align-items:center;
  border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.035);border-radius:17px;padding:10px 12px;color:#fff
}
.location-icon{width:34px;height:34px;border-radius:11px;background:rgba(255,194,28,.11);display:grid;place-items:center}
.location-card small{display:block;color:#8c8c8c;font-size:7px;font-weight:900;letter-spacing:.13em}
.location-card b{display:block;font-size:10px;margin-top:2px;line-height:1.3}
.location-arrow{color:var(--v6-yellow);font-size:16px}

/* DOCK */
.menu-dock{background:rgba(244,239,229,.93);backdrop-filter:blur(18px);box-shadow:0 10px 28px rgba(0,0,0,.055)}
.dock-inner{padding:11px 0 9px}
.search-box{height:50px;border-radius:17px;background:#fff;border:1px solid #d9d1c3}
.search-box input{font-size:13px}
.chips{gap:6px;padding-top:9px}
.chip{background:#fff;border:1px solid #d5ccbd;color:#222;font-size:10px;padding:8px 12px}
.chip.active{background:#111;color:#fff;border-color:#111}
.chip.build-chip{background:var(--v6-yellow);border-color:#e4aa00;color:#111}

/* INTRO */
.menu-main{padding-top:25px}
.section-intro{
  display:grid;grid-template-columns:1fr minmax(300px,480px);gap:34px;align-items:end;
  background:transparent;color:#111;border-radius:0;padding:9px 0 2px;margin-bottom:18px;box-shadow:none
}
.section-intro .kicker{color:#a77a00}
.section-intro h2{font-size:44px;letter-spacing:-.055em;line-height:.95;margin-top:6px}
.section-intro p{color:#716a60;font-size:12px;line-height:1.6}

/* BUILDER */
.build-section{
  border-radius:28px;overflow:hidden;
  grid-template-columns:145px 1fr;padding:24px 28px 24px 20px;
  background:
    radial-gradient(circle at 90% 15%,rgba(255,255,255,.30),transparent 23%),
    linear-gradient(135deg,#ffd052,#ffb900);
  box-shadow:0 20px 48px rgba(107,75,0,.20)
}
.build-section::before{
  content:"MAKE IT YOURS";
  position:absolute;right:-28px;top:3px;font-size:66px;color:rgba(0,0,0,.045);font-weight:950;letter-spacing:-.06em;transform:rotate(-4deg)
}
.build-content h2{font-size:37px}
.build-content>p{max-width:850px}
.build-start{grid-template-columns:minmax(220px,1fr) 210px}
.build-start button{background:#111;border-radius:15px}
.build-start label{border-radius:15px}
.build-steps span{background:rgba(255,255,255,.54)}

/* PRODUCT CARDS — photo-first */
.category-head{margin:38px 0 13px}
.category-head h2{font-size:29px}
.product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.product-card{
  display:block;min-height:0;background:var(--v6-paper);border-radius:22px;
  border:1px solid #ddd4c6;overflow:hidden;box-shadow:0 11px 28px rgba(0,0,0,.055)
}
.product-card img{
  display:block;width:100%;height:auto;aspect-ratio:1.15/1;min-height:0;
  object-fit:cover;background:#111
}
.product-body{padding:12px 13px 13px;min-height:175px}
.product-top{align-items:center}
.product-name{font-size:15px;line-height:1.08}
.price{
  position:static;display:inline-flex;background:#111;color:#fff;
  border-radius:10px;padding:6px 8px;font-size:11px
}
.desc{
  display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;
  overflow:hidden;font-size:10.5px;line-height:1.42;margin:7px 0 9px
}
.product-actions{margin-top:auto}
.add-btn{min-height:35px;border-radius:11px;font-size:10px}
.add-btn.customize{background:var(--v6-yellow)}
.custom-hint{display:block;margin-top:6px;background:#fff4c5;color:#786214;border-radius:8px;padding:5px 7px;font-size:8.5px}
.sold{top:9px;left:9px}

/* CART + CUSTOMER */
.cart-bar{height:66px;border-radius:20px;background:#0d0d0d}
.customer-heading{display:flex;justify-content:space-between;align-items:center;margin:2px 1px 8px}
.customer-heading span{font-size:9px;font-weight:950;letter-spacing:.11em}
.customer-heading small{font-size:8px;color:#a02a2a;font-weight:800}
.required-field>span{color:#111}
.required-field input{border-color:#cfc5b3;background:#fffdf8}
.required-field input:invalid:not(:placeholder-shown){border-color:#d55f5f;background:#fff7f7}
.confirmation-warning{background:#fff1b9;border-color:#e3bd32}

/* CUSTOMIZER */
.customizer{background:#f7f3eb}
.customizer-head{background:#0c0c0c}
.custom-section-head>div>span{background:var(--v6-yellow)}
.custom-row{border-color:#ddd4c5}
.meat-warning{background:linear-gradient(135deg,#fff0ef,#fff8e9)}
.customizer-footer button{background:#111}

/* CONTACT */
.contact-band{border-top:5px solid var(--v6-yellow)}
.contact-inner h3{font-size:34px}
.footer{padding-bottom:14px}

/* MOBILE */
@media(max-width:980px){
  .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:820px){
  .topbar{height:66px}
  .hero-shell{grid-template-columns:235px 1fr;gap:30px;padding:31px 0 42px}
  .hero-copy h1{font-size:43px}
  .hero-lead{font-size:12px}
  .hero-stamp{right:-4px;bottom:5px}
  .section-intro h2{font-size:36px}
}
@media(max-width:590px){
  .shell{width:min(100% - 22px,520px)}
  .topbar{height:62px}
  .mini-brand img{width:36px;height:36px}
  .social-orb{width:37px;height:37px;border-radius:11px}
  .hero-shell{grid-template-columns:1fr;gap:20px;padding:20px 0 36px}
  .hero-art{width:218px;margin:auto}
  .hero-logo{width:218px}
  .hero-stamp{right:-28px;bottom:5px;padding:8px 10px}
  .hero-copy{text-align:center}
  .hero-tag{justify-content:center}
  .hero-copy h1{font-size:43px}
  .hero-lead{font-size:11.5px;margin-inline:auto}
  .hero-cta-row{grid-template-columns:1fr 1fr;margin-top:17px}
  .cta-main,.cta-ghost{min-height:53px;border-radius:15px;padding:8px 9px}
  .cta-main b{font-size:9px}.cta-main small{font-size:7px}
  .cta-ghost{justify-content:center;font-size:8px}
  .location-card{text-align:left}
  .section-intro{display:block;padding:5px 1px 0}
  .section-intro h2{font-size:31px}
  .section-intro p{margin-top:9px;font-size:10.5px}
  .build-section{display:block;padding:17px;border-radius:22px}
  .build-art{height:26px;justify-content:flex-start}
  .build-content h2{font-size:27px}
  .build-content>p{font-size:10.5px}
  .build-start{grid-template-columns:1fr}
  .product-grid{grid-template-columns:1fr 1fr;gap:9px}
  .product-card{border-radius:17px}
  .product-body{padding:9px 9px 10px;min-height:152px}
  .product-name{font-size:12px}
  .price{font-size:9px;padding:5px 6px}
  .desc{font-size:9px;-webkit-line-clamp:3}
  .add-btn{font-size:8.5px;min-height:31px;padding:6px}
  .custom-hint{font-size:7.5px;padding:4px 5px}
  .category-head h2{font-size:23px}
  .customer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:390px){
  .product-grid{grid-template-columns:1fr}
  .product-card img{aspect-ratio:1.4/1}
  .product-body{min-height:145px}
  .customer-grid{grid-template-columns:1fr}
}
