:root{
  --navy:#06182f;
  --navy-2:#0a294c;
  --red:#c8212c;
  --red-dark:#a91922;
  --cream:#f5ecdd;
  --paper:#fffaf2;
  --white:#fff;
  --ink:#172033;
  --muted:#6b7280;
  --line:#e7dac8;
  --tan:#d8ba85;
  --success:#20845a;
  --shadow:0 16px 44px rgba(6,24,47,.16);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:#f6f0e7;
  color:var(--ink);
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  line-height:1.45;
  padding-bottom:92px;
}
button,a,input,textarea,select{font:inherit}
button,a{-webkit-tap-highlight-color:transparent}
button{cursor:pointer}
img{display:block;max-width:100%}

.skip-link{
  position:absolute;
  left:-999px;
  top:0;
  z-index:100;
}
.skip-link:focus{
  left:12px;
  top:12px;
  background:white;
  color:var(--navy);
  padding:10px;
  border-radius:10px;
}

.topbar{
  position:sticky;
  top:0;
  z-index:35;
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:calc(9px + env(safe-area-inset-top)) 14px 9px;
  color:white;
  background:rgba(6,24,47,.94);
  border-bottom:1px solid rgba(255,255,255,.1);
  backdrop-filter:blur(18px);
}

.brand{
  display:flex;
  align-items:center;
  gap:9px;
  min-width:0;
  color:white;
  text-decoration:none;
}
.brand-mark{
  width:40px;
  height:40px;
  display:grid;
  place-items:center;
  flex:0 0 40px;
  border:2px solid white;
  border-radius:50%;
  background:var(--red);
}
.brand strong,.brand small{display:block}
.brand strong{font-size:15px;line-height:1}
.brand small{
  margin-top:4px;
  color:#dce5ef;
  font-size:10px;
  letter-spacing:.13em;
  text-transform:uppercase;
}

.cart-pill{
  display:flex;
  align-items:center;
  gap:7px;
  min-height:42px;
  padding:7px 9px 7px 13px;
  border:1px solid rgba(255,255,255,.2);
  border-radius:999px;
  background:rgba(255,255,255,.1);
  color:white;
  font-weight:850;
}
.cart-pill b{
  min-width:27px;
  padding:4px 7px;
  border-radius:999px;
  background:var(--red);
  text-align:center;
}

.hero{
  position:relative;
  height:650px;
  max-height:82vh;
  min-height:560px;
  overflow:hidden;
  background:var(--navy);
}
.hero>img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 42%;
}
.hero-shade{
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg,rgba(6,24,47,.05),rgba(6,24,47,.18) 36%,rgba(6,24,47,.97) 91%),
    linear-gradient(90deg,rgba(6,24,47,.25),transparent 50%);
}
.hero-copy{
  position:absolute;
  left:18px;
  right:18px;
  bottom:29px;
  max-width:680px;
  color:white;
}
.availability{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-bottom:13px;
  padding:7px 10px;
  border:1px solid rgba(255,255,255,.22);
  border-radius:999px;
  background:rgba(6,24,47,.44);
  font-size:12px;
  font-weight:800;
  backdrop-filter:blur(10px);
}
.status-dot{
  width:8px;
  height:8px;
  border-radius:50%;
  background:#45d08a;
  box-shadow:0 0 0 4px rgba(69,208,138,.16);
}
.eyebrow{
  margin:0 0 8px;
  color:#f0d4a4;
  font-size:11px;
  font-weight:900;
  letter-spacing:.13em;
  text-transform:uppercase;
}
.eyebrow.dark{color:var(--red)}
h1{
  margin:0 0 13px;
  font-size:clamp(45px,12vw,82px);
  line-height:.91;
  letter-spacing:-.055em;
}
.hero-sub{
  max-width:560px;
  margin:0 0 19px;
  color:#edf2f7;
  font-size:17px;
}
.hero-actions{
  display:grid;
  grid-template-columns:1.2fr 1fr;
  gap:9px;
}
.primary,.secondary{
  min-height:50px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 15px;
  border:0;
  border-radius:14px;
  font-weight:900;
  text-decoration:none;
}
.primary{
  background:var(--red);
  color:white;
  box-shadow:0 11px 26px rgba(200,33,44,.31);
}
.primary:active{background:var(--red-dark)}
.secondary{
  border:1px solid rgba(255,255,255,.32);
  background:rgba(255,255,255,.11);
  color:white;
}
.hero-proof{
  display:flex;
  flex-wrap:wrap;
  gap:8px 15px;
  margin-top:15px;
  color:#dfe7f0;
  font-size:12px;
}
.hero-proof strong{color:white}

.deadline-strip{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:15px 16px;
  background:white;
  border-bottom:1px solid var(--line);
}
.deadline-strip strong,.deadline-strip span{display:block}
.deadline-strip strong{color:var(--navy)}
.deadline-strip span{color:var(--muted);font-size:12px}
.deadline-strip a{
  flex:0 0 auto;
  color:var(--red);
  font-weight:900;
  font-size:13px;
  text-decoration:none;
}

.section{
  max-width:1120px;
  margin:auto;
  padding:53px 15px;
}
.section-head{margin-bottom:21px}
.section-head.compact{
  display:grid;
  gap:7px;
}
.section-head h2,.trust-section h2{
  margin:0;
  color:var(--navy);
  font-size:clamp(32px,8vw,52px);
  line-height:1;
  letter-spacing:-.045em;
}
.section-head>p:last-child{
  margin:0;
  color:var(--muted);
  font-size:15px;
}

.filter-row{
  display:flex;
  gap:8px;
  margin:0 -15px 16px;
  padding:0 15px 4px;
  overflow-x:auto;
  scrollbar-width:none;
}
.filter-row::-webkit-scrollbar{display:none}
.filter{
  flex:0 0 auto;
  min-height:40px;
  padding:0 14px;
  border:1px solid var(--line);
  border-radius:999px;
  background:white;
  color:var(--navy);
  font-size:13px;
  font-weight:850;
}
.filter.active{
  border-color:var(--navy);
  background:var(--navy);
  color:white;
}

.product-grid{display:grid;gap:12px}
.product-card{
  display:grid;
  grid-template-columns:54px 1fr auto;
  gap:12px;
  align-items:center;
  padding:14px;
  border:1px solid var(--line);
  border-radius:18px;
  background:var(--paper);
  box-shadow:0 8px 24px rgba(53,32,13,.05);
}
.product-card[hidden]{display:none}
.product-icon{
  width:54px;
  height:54px;
  display:grid;
  place-items:center;
  border-radius:16px;
  background:var(--navy);
  color:white;
  font-size:25px;
}
.product-copy{min-width:0}
.product-meta{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
  margin-bottom:4px;
}
.product-badge{
  padding:3px 7px;
  border-radius:999px;
  background:#f7e1b9;
  color:#76501f;
  font-size:9px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.product-card h3{
  margin:0 0 4px;
  color:var(--navy);
  font-size:16px;
  line-height:1.08;
}
.product-card p{
  display:-webkit-box;
  overflow:hidden;
  margin:0;
  color:var(--muted);
  font-size:12px;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
}
.quick-add{
  min-width:69px;
  min-height:46px;
  border:0;
  border-radius:14px;
  background:var(--navy);
  color:white;
  font-weight:900;
}
.quick-add span{display:block}
.quick-add small{
  display:block;
  margin-top:1px;
  color:#dce4ee;
  font-size:10px;
}

.pack-section{
  max-width:none;
  background:#eadcc7;
}
.pack-section>*{
  max-width:1090px;
  margin-left:auto;
  margin-right:auto;
}
.pack-grid{display:grid;gap:15px}
.pack-card{
  position:relative;
  padding:18px;
  border:1px solid var(--line);
  border-radius:22px;
  background:white;
  box-shadow:var(--shadow);
}
.pack-card.featured{border:2px solid var(--red)}
.best-value{
  position:absolute;
  right:15px;
  top:-12px;
  padding:6px 10px;
  border-radius:999px;
  background:var(--red);
  color:white;
  font-size:10px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.pack-title{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:12px;
}
.pack-label{
  margin:0 0 2px;
  color:var(--red);
  font-size:10px;
  font-weight:900;
  letter-spacing:.09em;
  text-transform:uppercase;
}
.pack-title h3{
  margin:0;
  color:var(--navy);
  font-size:27px;
}
.pack-title span{
  color:var(--muted);
  font-size:13px;
}
.pack-title>strong{
  color:var(--navy);
  font-size:31px;
}
.progress-wrap{margin:15px 0 9px}
.progress-copy{
  display:flex;
  justify-content:space-between;
  margin-bottom:7px;
  color:var(--navy);
  font-size:13px;
  font-weight:850;
}
.progress-track{
  height:8px;
  overflow:hidden;
  border-radius:999px;
  background:#eee6da;
}
.progress-bar{
  display:block;
  width:0;
  height:100%;
  border-radius:999px;
  background:var(--red);
  transition:width .18s ease;
}
.pack-option{
  display:grid;
  grid-template-columns:1fr auto;
  gap:10px;
  align-items:center;
  padding:9px 0;
  border-bottom:1px solid #eee5d8;
}
.pack-option:last-child{border-bottom:0}
.pack-option span{
  color:var(--navy);
  font-size:13px;
  font-weight:760;
}
.mini{
  display:grid;
  grid-template-columns:34px 29px 34px;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:11px;
}
.mini button{
  min-height:34px;
  border:0;
  background:white;
  color:var(--navy);
  font-size:19px;
  font-weight:900;
}
.mini b{
  display:grid;
  place-items:center;
  background:#faf6ef;
  color:var(--navy);
}
.pack-add{
  width:100%;
  min-height:49px;
  margin-top:13px;
  border:0;
  border-radius:14px;
  background:#adb6c1;
  color:white;
  font-weight:900;
}
.pack-add.ready{
  background:var(--red);
  box-shadow:0 10px 24px rgba(200,33,44,.22);
}

.trust-section{padding:52px 15px}
.trust-card{
  max-width:1085px;
  display:grid;
  gap:21px;
  align-items:center;
  margin:auto;
}
.trust-card img{
  width:100%;
  border-radius:21px;
  box-shadow:var(--shadow);
}
.trust-card p:not(.eyebrow){
  color:var(--muted);
  font-size:15px;
}
.trust-points{
  display:grid;
  gap:8px;
  margin-top:17px;
}
.trust-points span{
  color:var(--navy);
  font-size:14px;
  font-weight:850;
}

.floating-cart{
  position:fixed;
  left:50%;
  bottom:calc(12px + env(safe-area-inset-bottom));
  z-index:45;
  width:min(calc(100% - 20px),560px);
  display:none;
  grid-template-columns:auto 1fr auto;
  gap:11px;
  align-items:center;
  padding:11px 13px;
  transform:translateX(-50%);
  border:0;
  border-radius:17px;
  background:var(--navy);
  color:white;
  box-shadow:0 18px 44px rgba(6,24,47,.34);
}
.floating-cart.show{display:grid}
.float-count{
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:var(--red);
}
.float-copy{text-align:left}
.float-copy strong,.float-copy small{display:block}
.float-copy small{color:#d7e0ea}
.float-total{
  font-size:18px;
  font-weight:950;
}

.overlay{
  position:fixed;
  inset:0;
  z-index:60;
  display:none;
  align-items:flex-end;
  justify-content:center;
  background:rgba(0,0,0,.55);
}
.overlay.open{display:flex}
.drawer{
  width:min(100%,620px);
  max-height:92vh;
  overflow:auto;
  padding:9px 16px calc(24px + env(safe-area-inset-bottom));
  border-radius:26px 26px 0 0;
  background:var(--paper);
  box-shadow:0 -20px 52px rgba(0,0,0,.24);
  animation:rise .22s ease-out;
}
@keyframes rise{
  from{transform:translateY(28px);opacity:.65}
}
.drawer-handle{
  width:45px;
  height:5px;
  margin:0 auto 12px;
  border-radius:999px;
  background:#d7cec1;
}
.drawer-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
}
.drawer-head h2{
  margin:0;
  color:var(--navy);
  font-size:31px;
}
.drawer-head button{
  width:40px;
  height:40px;
  border:0;
  border-radius:50%;
  background:#eee5d8;
  color:var(--navy);
  font-size:23px;
}
.cart-item{
  display:grid;
  grid-template-columns:1fr auto;
  gap:11px;
  padding:13px 0;
  border-bottom:1px solid var(--line);
}
.cart-item h4{
  margin:0 0 3px;
  color:var(--navy);
  font-size:15px;
}
.cart-item p{
  margin:0;
  color:var(--muted);
  font-size:12px;
}
.remove{
  align-self:start;
  border:0;
  background:transparent;
  color:var(--red);
  font-size:12px;
  font-weight:900;
}
.empty{
  padding:28px 8px;
  color:var(--muted);
  text-align:center;
}
.total-row{
  display:flex;
  justify-content:space-between;
  padding:16px 0;
  color:var(--navy);
  font-size:20px;
}
.checkout{display:grid;gap:12px}
.pickup-box{
  padding:12px;
  border-radius:14px;
  background:#edf7f2;
  color:#18593f;
}
.pickup-box strong,.pickup-box span{display:block}
.pickup-box span{
  margin-top:2px;
  font-size:12px;
}
.checkout label{
  color:var(--navy);
  font-size:13px;
  font-weight:850;
}
.optional{
  color:var(--muted);
  font-weight:600;
}
.checkout input,.checkout textarea,.checkout select{
  width:100%;
  min-height:46px;
  display:block;
  margin-top:5px;
  padding:11px 12px;
  border:1px solid #d7cbb9;
  border-radius:12px;
  background:white;
  color:var(--ink);
}
.checkout textarea{
  min-height:74px;
  resize:vertical;
}
.full{width:100%}
.fine-print{
  color:var(--muted);
  font-size:11px;
  text-align:center;
}

.toast{
  position:fixed;
  top:calc(72px + env(safe-area-inset-top));
  left:50%;
  z-index:80;
  max-width:calc(100% - 28px);
  overflow:hidden;
  padding:10px 14px;
  transform:translate(-50%,-10px);
  border-radius:999px;
  background:#101828;
  color:white;
  font-size:13px;
  font-weight:850;
  opacity:0;
  pointer-events:none;
  text-overflow:ellipsis;
  white-space:nowrap;
  transition:.2s;
}
.toast.show{
  transform:translate(-50%,0);
  opacity:1;
}

@media(min-width:720px){
  .hero-copy{left:42px;bottom:48px}
  .hero-actions{display:flex}
  .hero-actions a{min-width:180px}
  .section{padding:72px 28px}
  .section-head.compact{
    grid-template-columns:1fr minmax(260px,420px);
    align-items:end;
  }
  .product-grid{grid-template-columns:repeat(2,1fr)}
  .pack-grid{grid-template-columns:repeat(2,1fr)}
  .trust-card{grid-template-columns:1.05fr .95fr}
}

@media(min-width:1020px){
  .product-grid{grid-template-columns:repeat(3,1fr)}
}


/* V4 real-order checkout */
.details-section{
  padding:0 15px 52px;
}
.details-grid{
  max-width:1090px;
  display:grid;
  gap:10px;
  margin:auto;
}
.details-grid article{
  padding:16px;
  border:1px solid var(--line);
  border-radius:17px;
  background:white;
}
.details-grid strong,.details-grid span{display:block}
.details-grid strong{
  color:var(--navy);
  font-size:15px;
}
.details-grid span{
  margin-top:3px;
  color:var(--muted);
  font-size:12px;
}
.checkout input:focus,.checkout textarea:focus,.checkout select:focus{
  outline:3px solid rgba(200,33,44,.15);
  border-color:var(--red);
}
.honeypot{
  position:absolute!important;
  left:-10000px!important;
  width:1px!important;
  height:1px!important;
  overflow:hidden!important;
}
.place-order{
  min-height:56px;
  display:grid;
  align-content:center;
}
.place-order span,.place-order small{display:block}
.place-order small{
  margin-top:-2px;
  color:#ffe1e3;
  font-size:10px;
  font-weight:700;
}
.place-order[disabled]{
  opacity:.68;
  cursor:wait;
}
.text-fallback{
  min-height:42px;
  border:0;
  background:transparent;
  color:var(--navy);
  font-size:12px;
  font-weight:850;
  text-decoration:underline;
}
.confirmation-overlay{
  position:fixed;
  inset:0;
  z-index:90;
  display:none;
  place-items:center;
  padding:18px;
  background:rgba(6,24,47,.78);
  backdrop-filter:blur(8px);
}
.confirmation-overlay.open{display:grid}
.confirmation-card{
  width:min(100%,430px);
  padding:27px 20px;
  border-radius:25px;
  background:var(--paper);
  box-shadow:0 25px 70px rgba(0,0,0,.3);
  text-align:center;
  animation:confirmIn .25s ease-out;
}
@keyframes confirmIn{
  from{transform:scale(.96) translateY(12px);opacity:.55}
}
.confirmation-check{
  width:64px;
  height:64px;
  display:grid;
  place-items:center;
  margin:0 auto 16px;
  border-radius:50%;
  background:#e3f5eb;
  color:#17734c;
  font-size:34px;
  font-weight:950;
}
.confirmation-card h2{
  margin:0 0 9px;
  color:var(--navy);
  font-size:34px;
  line-height:1;
}
.confirmation-card>p:not(.eyebrow){
  margin:9px 0;
  color:var(--muted);
}
.confirmation-number{
  display:block;
  margin:11px 0 18px;
  color:var(--red);
  font-size:27px;
  letter-spacing:.04em;
}
.confirmation-details{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:13px;
  border-radius:14px;
  background:#f0e7d9;
  color:var(--navy);
}
.confirmation-copy{font-size:13px}
.confirmation-pay{
  display:block;
  margin:14px 0 4px;
  padding:13px 16px;
  border-radius:14px;
  border:2px solid var(--navy);
  color:var(--navy);
  font-weight:900;
  text-decoration:none;
  text-align:center;
}
.confirmation-pay:hover{background:var(--navy);color:#fff}
@media(min-width:720px){
  .details-grid{grid-template-columns:repeat(3,1fr)}
}


/* V5: quick customer texting */
.top-actions{
  display:flex;
  align-items:center;
  gap:7px;
  margin-left:auto;
}
.text-us-pill{
  min-height:42px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  padding:7px 11px;
  border:1px solid rgba(255,255,255,.2);
  border-radius:999px;
  background:rgba(255,255,255,.1);
  color:white;
  font-size:13px;
  font-weight:850;
  text-decoration:none;
}
.text-us-pill:active{
  background:rgba(255,255,255,.18);
}
.contact-text-button{
  min-height:48px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-top:18px;
  padding:0 16px;
  border:1px solid var(--navy);
  border-radius:14px;
  color:var(--navy);
  font-weight:900;
  text-decoration:none;
}
@media(max-width:420px){
  .topbar{gap:7px}
  .brand{gap:7px}
  .brand-mark{
    width:36px;
    height:36px;
    flex-basis:36px;
  }
  .brand strong{font-size:14px}
  .brand small{font-size:9px}
  .text-us-pill{
    width:42px;
    padding:0;
  }
  .text-us-pill b{display:none}
  .cart-pill{
    min-height:42px;
    padding-left:10px;
  }
}


/* =========================================================
   V6 — 6-pack-first conversion design + stronger contrast
   ========================================================= */

:root{
  --navy:#03152d;
  --navy-2:#062b55;
  --red:#e0212d;
  --red-dark:#b80714;
  --cream:#f1dfc0;
  --paper:#ffffff;
  --white:#ffffff;
  --ink:#071a33;
  --muted:#4f5a6e;
  --line:#d9c29f;
  --tan:#f0bd58;
  --success:#18a46b;
  --shadow:0 20px 52px rgba(3,21,45,.20);
}

body{
  background:#f5ead8;
  color:var(--ink);
}

.topbar{
  background:rgba(3,21,45,.97);
  border-bottom:3px solid var(--red);
  box-shadow:0 8px 24px rgba(3,21,45,.28);
}

.brand-mark{
  overflow:hidden;
  border:2px solid #fff;
  background:var(--red);
  box-shadow:0 0 0 3px rgba(240,189,88,.22);
}
.brand-mark svg{
  width:24px;
  height:24px;
  fill:#fff;
}

.top-actions svg,
.cart-pill svg,
.contact-text-button svg{
  width:18px;
  height:18px;
  fill:none;
  stroke:currentColor;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.text-us-pill{
  border-color:rgba(255,255,255,.35);
  background:#ffffff;
  color:var(--navy);
  box-shadow:0 6px 18px rgba(0,0,0,.16);
}

.cart-pill{
  border-color:rgba(255,255,255,.4);
  background:rgba(255,255,255,.14);
}
.cart-pill>b{background:var(--red)}

.hero{
  height:620px;
  max-height:79vh;
}
.hero-shade{
  background:
    linear-gradient(180deg,rgba(3,21,45,.04),rgba(3,21,45,.20) 34%,rgba(3,21,45,.99) 91%),
    linear-gradient(90deg,rgba(3,21,45,.25),transparent 55%);
}
.hero-copy{bottom:25px}
.availability{
  border:1px solid rgba(255,255,255,.45);
  background:rgba(3,21,45,.72);
}
.status-dot{
  background:#38e392;
  box-shadow:0 0 0 4px rgba(56,227,146,.2);
}
.eyebrow{color:#ffd98b}
.eyebrow.dark{color:#c30f1a}

h1{
  max-width:760px;
  text-shadow:0 3px 22px rgba(0,0,0,.34);
}
.hero-sub{
  color:#fff;
  font-weight:600;
  text-shadow:0 2px 13px rgba(0,0,0,.35);
}
.hero-actions{
  grid-template-columns:1.35fr .85fr;
}
.primary{
  background:var(--red);
  box-shadow:0 13px 30px rgba(224,33,45,.38);
}
.primary:hover{background:#ee2c39}
.primary-offer{
  min-height:60px;
  display:grid;
  align-content:center;
}
.primary-offer span,
.primary-offer small{display:block}
.primary-offer small{
  margin-top:1px;
  color:#ffe0aa;
  font-size:10px;
}
.secondary{
  border:2px solid rgba(255,255,255,.8);
  background:rgba(3,21,45,.58);
}
.hero-proof{
  gap:8px;
  color:#fff;
}
.hero-proof span{
  padding:6px 9px;
  border:1px solid rgba(255,255,255,.23);
  border-radius:999px;
  background:rgba(3,21,45,.56);
}
.hero-proof-best{
  border-color:#ffd475!important;
  background:#ffd475!important;
  color:var(--navy)!important;
}
.hero-proof-best strong{color:var(--navy)!important}

.deadline-strip{
  padding:16px;
  background:#fff;
  border-bottom:2px solid var(--line);
  box-shadow:0 9px 25px rgba(3,21,45,.08);
}
.deadline-strip strong{font-size:16px}
.deadline-strip a{
  padding:9px 12px;
  border-radius:999px;
  background:var(--red);
  color:#fff;
}

/* Featured favorites directly after hero */
.featured-section{
  padding:46px 15px 52px;
  background:
    radial-gradient(circle at 90% 0%,rgba(224,33,45,.26),transparent 32%),
    linear-gradient(145deg,var(--navy),#082e59);
  color:#fff;
}
.featured-inner{
  max-width:1090px;
  margin:auto;
}
.featured-head{
  display:grid;
  gap:9px;
  margin-bottom:21px;
}
.featured-head h2{
  margin:0;
  color:#fff;
  font-size:clamp(34px,8vw,56px);
  line-height:.96;
  letter-spacing:-.045em;
}
.featured-head>p{
  margin:0;
  max-width:470px;
  color:#dbe7f4;
}
.featured-grid{
  display:grid;
  gap:13px;
}
.favorite-card{
  position:relative;
  display:grid;
  grid-template-columns:66px 1fr;
  gap:13px;
  align-items:center;
  padding:17px;
  border:2px solid rgba(255,255,255,.18);
  border-radius:20px;
  background:#fff;
  color:var(--ink);
  box-shadow:0 15px 34px rgba(0,0,0,.22);
}
.favorite-rank{
  position:absolute;
  top:-10px;
  right:13px;
  padding:5px 9px;
  border-radius:999px;
  background:var(--tan);
  color:var(--navy);
  font-size:9px;
  font-weight:950;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.favorite-card .product-copy{
  padding-right:2px;
}
.favorite-card h3{
  margin:0 0 4px;
  color:var(--navy);
  font-size:18px;
  line-height:1.05;
}
.favorite-card p{
  margin:0;
  color:var(--muted);
  font-size:12px;
}
.favorite-card .quick-add{
  grid-column:1 / -1;
  width:100%;
}

/* Cleaner product icons */
.product-icon{
  width:58px;
  height:58px;
  border:2px solid color-mix(in srgb,var(--accent) 48%,#ffffff);
  background:var(--soft);
  color:var(--accent);
  box-shadow:inset 0 0 0 4px rgba(255,255,255,.45);
}
.product-icon svg{
  width:37px;
  height:37px;
  fill:none;
  stroke:currentColor;
  stroke-width:2.5;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.product-card{
  border:2px solid var(--line);
  background:#fff;
  box-shadow:0 10px 26px rgba(3,21,45,.08);
}
.product-card:hover{
  border-color:#bd9970;
  transform:translateY(-1px);
}
.product-card h3{
  color:var(--navy);
  font-size:17px;
}
.product-card p{
  color:var(--muted);
}
.product-badge{
  background:#ffe3a3;
  color:#5f3a00;
}
.quick-add{
  background:var(--navy);
  box-shadow:0 8px 20px rgba(3,21,45,.19);
}
.quick-add:hover{background:#0a3562}

.pack-section{
  background:
    radial-gradient(circle at 8% 15%,rgba(240,189,88,.27),transparent 27%),
    #f1dfc0;
  border-bottom:2px solid #d2b88d;
}
.pack-card{
  border:2px solid #d2b88d;
  background:#fff;
}
.pack-card.featured{
  border:3px solid var(--red);
  box-shadow:0 24px 60px rgba(224,33,45,.18);
}
.best-value{
  background:var(--red);
  box-shadow:0 7px 17px rgba(224,33,45,.25);
}
.pack-title h3{font-size:31px}
.pack-title>strong{font-size:35px}
.pack-savings{
  display:flex;
  align-items:center;
  gap:8px;
  margin:14px 0 5px;
  padding:10px 12px;
  border-radius:12px;
  background:#fff0c9;
  color:#5d3a00;
  font-size:12px;
  font-weight:900;
}
.pack-savings svg{
  width:20px;
  height:20px;
  fill:none;
  stroke:#c30f1a;
  stroke-width:2;
  stroke-linecap:round;
}
.progress-track{background:#e5d7c3}
.progress-bar{background:linear-gradient(90deg,var(--red),#ff5b43)}
.mini{border:2px solid var(--line)}
.mini button{color:#0752a3}
.pack-add.ready{
  background:var(--red);
  box-shadow:0 12px 27px rgba(224,33,45,.3);
}

.menu-section{
  background:#fffaf3;
}
.filter{
  border:2px solid var(--line);
}
.filter.active{
  border-color:var(--navy);
  background:var(--navy);
}

.details-section{
  padding-top:52px;
  background:var(--navy);
}
.details-grid article{
  display:grid;
  grid-template-columns:48px 1fr;
  gap:12px;
  align-items:center;
  border:1px solid rgba(255,255,255,.18);
  background:#0a2c53;
  box-shadow:0 12px 25px rgba(0,0,0,.15);
}
.details-grid strong{color:#fff}
.details-grid span{color:#cbd9e7}
.detail-icon{
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  border-radius:14px;
  background:var(--red);
  color:#fff!important;
}
.detail-icon svg{
  width:27px;
  height:27px;
  fill:none;
  stroke:currentColor;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.trust-section{
  background:#fffaf3;
}
.trust-card img{
  border:3px solid #fff;
  outline:2px solid var(--line);
}
.trust-card p:not(.eyebrow){
  color:var(--muted);
}
.trust-points span{color:var(--navy)}
.contact-text-button{
  gap:8px;
  border:2px solid var(--navy);
  background:#fff;
}
.contact-text-button:hover{
  background:var(--navy);
  color:#fff;
}

.floating-cart{
  border:2px solid rgba(255,255,255,.35);
  background:var(--navy);
}
.float-count{background:var(--red)}
.drawer{
  border-top:4px solid var(--red);
  background:#fffaf3;
}
.pickup-box{
  border:1px solid #b6dfca;
  background:#e9f8f0;
}
.checkout input,
.checkout textarea{
  border:2px solid #cdb999;
  background:#fff;
}
.confirmation-card{
  border:3px solid #fff;
  outline:3px solid var(--red);
}
.confirmation-details{
  background:#f3e0bd;
}

@media(min-width:720px){
  .featured-head{
    grid-template-columns:1fr minmax(260px,420px);
    align-items:end;
  }
  .featured-grid{
    grid-template-columns:repeat(3,1fr);
  }
  .favorite-card{
    grid-template-columns:66px 1fr;
  }
  .favorite-card .quick-add{
    grid-column:1 / -1;
  }
}

@media(max-width:420px){
  .text-us-pill svg{width:20px;height:20px}
  .hero{
    min-height:570px;
    height:72vh;
  }
  .hero-actions{
    grid-template-columns:1fr;
  }
  .secondary{min-height:45px}
}

/* Bulk / office & event orders */
.bulk-section{
  padding:44px 15px;
  background:linear-gradient(140deg,var(--navy),#0a2c53);
  color:#fff;
}
.bulk-card{
  display:grid;
  gap:20px;
  align-items:center;
  max-width:1090px;
  margin:auto;
}
.bulk-card h2{
  margin:0 0 9px;
  color:#fff;
  font-size:clamp(30px,7vw,46px);
  line-height:1;
  letter-spacing:-.04em;
}
.bulk-card>div>p:last-child{
  margin:0;
  max-width:520px;
  color:#dbe7f4;
  font-size:15.5px;
}
.bulk-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:54px;
  padding:0 26px;
  border-radius:14px;
  background:#ffd475;
  color:var(--navy);
  font-weight:900;
  text-decoration:none;
  box-shadow:0 12px 28px rgba(0,0,0,.22);
}
.bulk-cta:hover{background:#ffc94a}
@media(min-width:720px){
  .bulk-card{grid-template-columns:1fr auto}
}
