
:root{
  --red:#d71920;--blue:#1746a2;--navy:#061a40;--gold:#ffcc33;--cream:#fff8df;--light:#f4f6fb;--dark:#111827;--muted:#667085;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;background:var(--light);color:var(--dark)}
a{color:inherit}
.topbar{background:var(--red);color:white;text-align:center;padding:9px 16px;font-weight:900;letter-spacing:.3px}
.nav{position:sticky;top:0;z-index:50;background:white;border-bottom:1px solid #e8e8ef;box-shadow:0 8px 25px rgba(0,0,0,.06)}
.nav-inner{max-width:1280px;margin:auto;padding:14px 20px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.logo{display:flex;align-items:center;gap:12px;font-weight:1000;color:var(--navy);font-size:1.2rem;text-decoration:none}
.logo-badge{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,var(--red),var(--blue));display:grid;place-items:center;color:white;font-size:1.4rem;box-shadow:0 6px 14px rgba(23,70,162,.3)}
.links{display:flex;gap:18px;align-items:center;font-weight:800;color:var(--navy)}
.links a{text-decoration:none}
.call-pill{background:var(--gold);padding:10px 15px;border-radius:999px;color:var(--navy);font-weight:1000;text-decoration:none}
.hero{background:
linear-gradient(90deg,rgba(6,26,64,.94),rgba(6,26,64,.68)),
radial-gradient(circle at 78% 22%, rgba(255,204,51,.95), transparent 8%),
radial-gradient(circle at 88% 44%, rgba(215,25,32,.9), transparent 9%),
linear-gradient(135deg,#061a40,#1746a2 55%,#d71920);
color:white}
.hero-inner{max-width:1280px;margin:auto;padding:70px 20px 78px;display:grid;grid-template-columns:1.1fr .9fr;gap:40px;align-items:center}
.eyebrow{display:inline-block;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.28);padding:9px 13px;border-radius:999px;font-weight:900}
.hero h1{font-size:clamp(2.6rem,6vw,5.8rem);line-height:.92;margin:18px 0 16px;text-transform:uppercase;letter-spacing:-2px}
.hero p{font-size:1.22rem;max-width:700px;line-height:1.5;color:#f2f5ff}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}
.btn{display:inline-block;border:none;border-radius:999px;padding:14px 20px;font-weight:1000;text-decoration:none;cursor:pointer}
.btn.red{background:var(--red);color:white}
.btn.gold{background:var(--gold);color:var(--navy)}
.btn.white{background:white;color:var(--navy)}
.hero-card{background:white;color:var(--dark);border-radius:28px;padding:24px;box-shadow:0 28px 60px rgba(0,0,0,.25)}
.hero-card h2{margin:0 0 12px;color:var(--navy)}
.store-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.mini{background:#f4f6fb;border-radius:16px;padding:16px}
.mini strong{display:block;color:var(--blue);font-size:1.5rem}
.wrap{max-width:1280px;margin:auto;padding:0 20px}
.category-rail{margin-top:-36px;display:grid;grid-template-columns:repeat(7,1fr);gap:12px;position:relative;z-index:5}
.cat-card{background:white;border-radius:18px;padding:16px;text-align:center;box-shadow:0 12px 30px rgba(0,0,0,.1);border:2px solid transparent;cursor:pointer}
.cat-card:hover{border-color:var(--gold)}
.cat-card .ico{font-size:2rem;display:block;margin-bottom:6px}
.section-title{display:flex;justify-content:space-between;gap:20px;align-items:flex-end;margin:56px 0 20px}
.section-title h2{font-size:2.25rem;margin:0;color:var(--navy)}
.section-title p{color:var(--muted);margin:6px 0 0}
.specials{display:grid;grid-template-columns:2fr 1fr 1fr;gap:16px}
.special{background:white;border-radius:22px;padding:24px;box-shadow:0 12px 30px rgba(0,0,0,.08);min-height:160px}
.special.main{background:linear-gradient(135deg,var(--red),var(--blue));color:white}
.special h3{margin:0 0 10px;font-size:1.5rem}
.controls{background:white;border-radius:24px;padding:18px;box-shadow:0 12px 30px rgba(0,0,0,.08);display:grid;grid-template-columns:1.2fr .8fr .7fr;gap:12px;margin-bottom:20px}
input,select{width:100%;padding:14px;border-radius:14px;border:1px solid #d7dce7;font:inherit}
.catalog-layout{display:grid;grid-template-columns:260px 1fr;gap:24px}
.sidebar{position:sticky;top:90px;align-self:start;background:white;border-radius:24px;padding:18px;box-shadow:0 12px 30px rgba(0,0,0,.08)}
.sidebar h3{margin-top:0;color:var(--navy)}
.side-btn{display:flex;justify-content:space-between;width:100%;border:0;background:#f4f6fb;margin:8px 0;padding:12px;border-radius:14px;font-weight:900;cursor:pointer;text-align:left}
.side-btn.active,.side-btn:hover{background:var(--navy);color:white}
.products{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.product{background:white;border-radius:22px;box-shadow:0 12px 30px rgba(0,0,0,.08);overflow:hidden;display:flex;flex-direction:column;min-height:420px}
.p-img{height:170px;background:linear-gradient(135deg,#071b42,#1746a2 52%,#d71920);display:grid;place-items:center;color:white;position:relative;overflow:hidden}
.p-img:before,.p-img:after{content:"";position:absolute;width:140px;height:140px;border-radius:50%;border:12px dotted rgba(255,204,51,.7)}
.p-img:before{left:-38px;top:-40px}.p-img:after{right:-38px;bottom:-44px}
.p-img span{font-size:3.2rem;position:relative;z-index:1}
.p-body{padding:18px;display:flex;flex-direction:column;gap:10px;flex:1}
.tags{display:flex;gap:7px;flex-wrap:wrap}
.tag{background:#eef2ff;color:var(--blue);padding:5px 8px;border-radius:999px;font-size:.75rem;font-weight:900}
.low{background:#fff0f0;color:var(--red)}
.product h3{margin:0;color:var(--navy);font-size:1.16rem}
.desc{color:var(--muted);line-height:1.42;font-size:.95rem;flex:1}
.meta{display:flex;justify-content:space-between;align-items:center;gap:12px;border-top:1px solid #edf0f6;padding-top:12px}
.price{font-size:1.6rem;font-weight:1000;color:var(--red)}
.qty{font-weight:900;color:var(--navy)}
.reserve-links{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.reserve-links a{text-align:center;padding:12px}
.info-band{background:var(--navy);color:white;border-radius:28px;padding:30px;margin:60px 0;display:grid;grid-template-columns:1fr 1fr 1fr;gap:20px}
.info-band h3{margin-top:0;color:var(--gold)}
.footer{background:#06142f;color:white;margin-top:70px}
.footer-inner{max-width:1280px;margin:auto;padding:34px 20px;display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:24px}
.footer a{color:white}
.safety{background:#fff7cc;border-left:7px solid var(--gold);padding:18px;border-radius:15px;margin:30px 0;font-weight:800}
@media(max-width:1050px){.hero-inner,.catalog-layout{grid-template-columns:1fr}.category-rail{grid-template-columns:repeat(3,1fr)}.products{grid-template-columns:repeat(2,1fr)}.sidebar{position:static}.controls{grid-template-columns:1fr}.specials,.info-band,.footer-inner{grid-template-columns:1fr}}
@media(max-width:640px){.links{display:none}.products{grid-template-columns:1fr}.category-rail{grid-template-columns:1fr 1fr}.hero-inner{padding:48px 18px}.store-grid{grid-template-columns:1fr}.section-title{display:block}}

.p-img.photo{background:#111;height:220px}
.p-img.photo:before,.p-img.photo:after{display:none}
.p-img.photo img{width:100%;height:100%;object-fit:cover;display:block}
.product.featured-photo .p-img.photo{height:260px}

.site-logo{
  width:64px;
  height:64px;
  object-fit:contain;
  border-radius:14px;
}
.hero-logo-wrap{
  margin-bottom:18px;
}
.hero-logo{
  width:min(360px,82vw);
  max-height:330px;
  object-fit:contain;
  filter:drop-shadow(0 18px 28px rgba(0,0,0,.35));
}
@media(max-width:640px){
  .site-logo{width:50px;height:50px}
  .logo span{font-size:1rem}
  .hero-logo{width:min(290px,88vw)}
}

.specs{display:grid;gap:5px;background:#f6f8ff;border-radius:12px;padding:10px;font-size:.82rem;color:#1b2a4a}
.specs span{display:block}
.source-note{font-size:.75rem;color:#667085;font-weight:800}

.promo-graphics{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin:52px 0}
.promo-card{border-radius:28px;padding:28px;min-height:220px;color:white;box-shadow:0 18px 40px rgba(0,0,0,.13);position:relative;overflow:hidden}
.promo-card:after{content:"";position:absolute;width:180px;height:180px;border-radius:50%;border:18px dotted rgba(255,255,255,.23);right:-50px;top:-50px}
.promo-card span{font-size:3rem}
.promo-card h3{font-size:1.8rem;margin:14px 0 8px}
.promo-card p{font-weight:700;line-height:1.45}
.patriotic{background:linear-gradient(135deg,#061a40,#1746a2)}
.family{background:linear-gradient(135deg,#d71920,#7a1015)}
.local{background:linear-gradient(135deg,#1746a2,#d71920)}
.featured-carousel{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(210px,1fr);gap:14px;overflow-x:auto;padding-bottom:12px;margin-bottom:18px}
.feature-tile{background:white;border-radius:20px;padding:12px;display:grid;grid-template-columns:78px 1fr;gap:12px;align-items:center;box-shadow:0 10px 24px rgba(0,0,0,.08);cursor:pointer;border:2px solid transparent}
.feature-tile:hover{border-color:var(--gold)}
.feature-img{height:78px;border-radius:16px;background:linear-gradient(135deg,var(--navy),var(--red));display:grid;place-items:center;color:white;font-size:2rem;overflow:hidden}
.feature-img img{width:100%;height:100%;object-fit:cover}
.show-builder{margin-top:40px}
.show-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.show-card{background:white;border-radius:26px;padding:26px;box-shadow:0 12px 30px rgba(0,0,0,.08);border-top:7px solid var(--gold)}
.show-card h3{margin:0 0 8px;color:var(--navy);font-size:1.55rem}
.show-card strong{display:block;color:var(--red);font-size:1.25rem;margin-bottom:8px}
.badge-row{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:42px 0}
.badge-row div{background:white;border-radius:20px;padding:18px;box-shadow:0 10px 24px rgba(0,0,0,.08);display:grid;gap:3px;text-align:center}
.badge-row span{font-size:2rem}.badge-row strong{color:var(--navy)}.badge-row small{color:var(--muted);font-weight:800}
@media(max-width:1050px){.promo-graphics,.show-grid,.badge-row{grid-template-columns:1fr}.featured-carousel{grid-auto-columns:260px}}

.real-store-photo{
  height:230px;
  border-radius:22px;
  overflow:hidden;
  margin-bottom:18px;
  background:#111;
}
.real-store-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.store-gallery-section{margin-top:58px}
.gallery-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
}
.gallery-grid img{
  width:100%;
  height:230px;
  object-fit:cover;
  border-radius:22px;
  box-shadow:0 12px 30px rgba(0,0,0,.10);
  background:white;
}
.why-local{
  margin:56px 0 20px;
  background:linear-gradient(135deg,var(--navy),var(--blue));
  color:white;
  border-radius:32px;
  padding:36px;
  box-shadow:0 18px 44px rgba(0,0,0,.16);
}
.why-local h2{font-size:2.35rem;margin:0 0 12px}
.why-local p{font-size:1.1rem;line-height:1.55;max-width:900px}
.why-points{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:12px;
  margin-top:18px;
}
.why-points span{
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.22);
  border-radius:16px;
  padding:14px;
  font-weight:900;
}
@media(max-width:1050px){
  .gallery-grid{grid-template-columns:repeat(2,1fr)}
  .why-points{grid-template-columns:1fr 1fr}
}
@media(max-width:640px){
  .gallery-grid{grid-template-columns:1fr}
  .gallery-grid img{height:260px}
  .why-points{grid-template-columns:1fr}
}
