* { box-sizing: border-box; }
:root {
  --bg: #f6f8fb;
  --panel: #ffffff;
  --text: #10213f;
  --muted: #5f6b7c;
  --navy: #002868;
  --red: #bf0a30;
  --line: rgba(16, 33, 63, .12);
  --shadow: 0 18px 45px rgba(16, 33, 63, .09);
}
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: linear-gradient(180deg, #ffffff 0%, #f7f9fc 48%, #eef3fb 100%);
  color: var(--text);
  line-height: 1.55;
  overflow-x: hidden;
}
body::before { content: ''; position: fixed; inset: 0; pointer-events: none; opacity: .035; background-image: linear-gradient(90deg, var(--navy) 1px, transparent 1px), linear-gradient(var(--navy) 1px, transparent 1px); background-size: 44px 44px; }
a { color: inherit; }
.usa-corner-badges { position: fixed; inset: 0; z-index: 8; pointer-events: none; }
.usa-top-ribbon, .usa-corner-badge { position: fixed; display: grid; justify-items: center; gap: .14rem; padding: .28rem .24rem; border: 1px solid rgba(0,40,104,.16); border-radius: .55rem; background: rgba(255,255,255,.9); box-shadow: 0 6px 16px rgba(16,33,63,.08); backdrop-filter: blur(10px); color: var(--navy); font-size: .48rem; line-height: 1; font-weight: 800; text-transform: uppercase; letter-spacing: .045em; }
.usa-corner-badge { width: 4.15rem; opacity: .74; }
.usa-top-ribbon { top: .38rem; left: 50%; transform: translateX(-50%); z-index: 9; grid-template-columns: auto auto; align-items: center; width: auto; padding: .32rem .7rem; border-radius: 999px; white-space: nowrap; opacity: .92; }
.usa-corner-badge.top-left { top: 5.15rem; left: .45rem; }
.usa-corner-badge.top-right { top: 5.15rem; right: .45rem; }
.usa-corner-badge.bottom-left { bottom: .45rem; left: .45rem; }
.usa-corner-badge.bottom-right { bottom: .45rem; right: .45rem; }
.mini-us-flag { position: relative; width: 2.35rem; height: 1.25rem; overflow: hidden; border-radius: .16rem; box-shadow: inset 0 0 0 1px rgba(16,33,63,.16); background: repeating-linear-gradient(to bottom, var(--red) 0 7.69%, #fff 7.69% 15.38%); }
.mini-us-flag::before { content: ''; position: absolute; top: 0; left: 0; width: .96rem; height: .70rem; background: var(--navy); }
.mini-us-flag::after { content: '★ ★'; position: absolute; top: .07rem; left: .07rem; color: white; font-size: .16rem; line-height: .22rem; letter-spacing: .02rem; }
.usa-top-ribbon .mini-us-flag { width: 2rem; height: 1.05rem; }
.usa-top-ribbon .mini-us-flag::before { width: .82rem; height: .59rem; }
.site-header, .site-footer { width: min(100%, 1220px); margin: 0 auto; padding: .85rem; display: flex; gap: .75rem; align-items: center; position: relative; z-index: 10; }
.site-header { position: sticky; top: 0; flex-direction: column; backdrop-filter: blur(16px); background: rgba(255,255,255,.94); border-bottom: 1px solid var(--line); }
.site-header nav, .footer-links { display: flex; gap: .45rem; width: 100%; overflow-x: auto; padding-bottom: .15rem; scrollbar-width: none; }
.site-header nav::-webkit-scrollbar { display: none; }
.site-header nav a, .footer-links a { flex: 0 0 auto; color: var(--muted); text-decoration: none; font-weight: 750; font-size: .9rem; background: rgba(255,255,255,.72); border: 1px solid var(--line); border-radius: 999px; padding: .5rem .72rem; }
.site-header nav a:hover, .footer-links a:hover { color: var(--navy); border-color: rgba(0,40,104,.28); }
.brand { display: flex; width: 100%; align-items: center; gap: .65rem; text-decoration: none; font-weight: 900; letter-spacing: -.035em; font-size: 1.06rem; color: var(--text); }
.brand-mark { display: grid; place-items: center; width: 2.65rem; height: 2.65rem; border-radius: 999px; color: white; background: linear-gradient(135deg, var(--navy) 0 46%, #ffffff 46% 56%, var(--red) 56% 100%); box-shadow: 0 0 0 4px rgba(255,255,255,.8), 0 12px 28px rgba(0,40,104,.18); font-size: .75rem; text-shadow: 0 1px 2px rgba(0,0,0,.35); }
main { width: min(100%, 1220px); margin: 0 auto; padding: .9rem; position: relative; z-index: 1; }
.hero { display: grid; grid-template-columns: 1fr; gap: 1rem; align-items: center; padding: 1.4rem 0 2.2rem; }
.landing-hero { padding-top: 1.2rem; }
.hero h1, .page-title h1 { font-size: clamp(2.25rem, 9vw, 4.75rem); line-height: .98; margin: .75rem 0 1rem; letter-spacing: -.045em; color: var(--text); text-wrap: balance; }
.hero p, .page-title p, .lead { color: var(--muted); font-size: 1rem; max-width: 64rem; }
.card, .product-card, .notice, .form-card { border: 1px solid var(--line); background: rgba(255,255,255,.96); border-radius: 1rem; padding: 1rem; box-shadow: var(--shadow); }
.product-card:nth-child(n), .steps .card:nth-child(n) { background: rgba(255,255,255,.96); }
.hero .form-card { background: rgba(255,255,255,.97); color: var(--text); }
.hero-visual { min-height: 14rem; display: grid; place-items: center; position: relative; overflow: hidden; }
.badge { display: inline-flex; gap: .45rem; align-items: center; color: white; background: linear-gradient(135deg, var(--red), var(--navy)); border-radius: 999px; padding: .45rem .78rem; font-weight: 850; font-size: .78rem; box-shadow: 0 10px 22px rgba(0,40,104,.14); }
.muted-badge { background: #eef3fb; color: var(--navy); border: 1px solid rgba(0,40,104,.12); }
.actions { display: grid; grid-template-columns: 1fr; gap: .65rem; margin-top: 1.25rem; }
.button, button.button { display: inline-flex; min-height: 3rem; align-items: center; justify-content: center; border: 0; border-radius: .78rem; padding: .88rem 1.05rem; text-decoration: none; font-weight: 850; background: linear-gradient(135deg, var(--navy), var(--red)); color: white; cursor: pointer; font: inherit; box-shadow: 0 13px 28px rgba(0,40,104,.18); text-align: center; }
.button.secondary { background: #fff; color: var(--text); border: 1px solid var(--line); box-shadow: none; }
.text-link { color: var(--red); font-weight: 850; text-decoration: none; }
.grid, .category-grid, .steps { display: grid; grid-template-columns: 1fr; gap: .95rem; margin: 1rem 0 2rem; }
.product-card, .gallery-item { display: flex; flex-direction: column; overflow: hidden; }
.product-badge { align-self: flex-start; margin-top: .75rem; border-radius: 999px; padding: .35rem .65rem; color: #fff; background: var(--navy); font-size: .78rem; font-weight: 850; }
.product-card img, .gallery-item img, .hero img.card { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: .85rem; background: #f2f5f9; border: 1px solid rgba(16,33,63,.08); }
.rolling-slideshow { position: relative; width: 100%; aspect-ratio: 4 / 3; overflow: hidden; border-radius: .85rem; background: #f2f5f9; border: 1px solid rgba(16,33,63,.08); }
.rolling-slideshow img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; border: 0; border-radius: 0; opacity: 0; animation: rolling-gallery 25s infinite; animation-delay: calc(var(--slide-index) * 5s); }
.rolling-slideshow img:first-child { opacity: 1; }
@keyframes rolling-gallery { 0%, 16% { opacity: 1; transform: scale(1.02); } 20%, 96% { opacity: 0; transform: scale(1.08); } 100% { opacity: 1; transform: scale(1.02); } }
@media (prefers-reduced-motion: reduce) { .rolling-slideshow img { animation: none; opacity: 0; } .rolling-slideshow img:first-child { opacity: 1; } }
.product-card h2, .card h2, .form-heading h2 { margin: .45rem 0 .35rem; line-height: 1.12; color: var(--text); font-size: clamp(1.25rem, 4vw, 1.75rem); }
.meta { color: var(--muted); font-size: .92rem; }
.price { color: var(--red); font-weight: 900; font-size: 1.08rem; }
.notice { border-color: rgba(0,40,104,.14); margin: 1rem 0 1.5rem; background: linear-gradient(135deg, rgba(255,255,255,.98), rgba(238,243,251,.92)); color: var(--text); }
.notice p, .notice .meta { color: var(--muted); }
.big-notice { display: grid; gap: 1rem; align-items: center; }
.form-card { background: rgba(255,255,255,.98); }
.quote-card { position: relative; overflow: hidden; }
.quote-card::before { content: ''; position: absolute; inset: -30% -30% auto auto; width: 15rem; height: 15rem; border-radius: 999px; background: radial-gradient(circle, rgba(0,40,104,.10), transparent 68%); pointer-events: none; }
.form-heading, .form-grid, .quote-card > label, .quote-card button, .quote-card p { position: relative; }
.form-grid { display: grid; grid-template-columns: 1fr; gap: .85rem; }
.form-grid.compact { gap: .75rem; }
label { display: grid; gap: .35rem; font-weight: 750; color: var(--text); }
input, textarea, select { width: 100%; min-height: 3rem; border: 1px solid var(--line); border-radius: .8rem; padding: .85rem; background: #f8fafc; color: var(--text); font: inherit; font-size: 16px; }
input:focus, textarea:focus, select:focus { outline: 2px solid rgba(0,40,104,.28); outline-offset: 2px; background: #fff; }
select option { color: var(--text); }
input[type="file"] { padding: .65rem; }
textarea { min-height: 7.5rem; resize: vertical; }
.full { grid-column: 1 / -1; }
.full-button { width: 100%; margin-top: .85rem; }
.upload-box { border: 1px dashed rgba(0,40,104,.36); border-radius: 1rem; padding: .9rem; background: #fff; margin: .7rem 0 1rem; }
.upload-box span { font-size: 1rem; }
.upload-box small { color: var(--muted); font-weight: 600; }
.patriotic-upload { position: relative; min-height: 14.5rem; place-items: center; text-align: center; overflow: hidden; border: 1px dashed rgba(0,40,104,.36); background: linear-gradient(180deg, #fff, #f7f9fc); box-shadow: inset 0 0 0 1px rgba(16,33,63,.03); }
.patriotic-upload::before { content: ''; position: absolute; inset: 1.25rem; background: url('/usa-upload-map.svg') center / contain no-repeat; opacity: .62; pointer-events: none; }
.patriotic-upload::after { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(191,10,48,.04), transparent 42%, rgba(0,40,104,.04)); pointer-events: none; }
.patriotic-upload span, .patriotic-upload small, .patriotic-upload input { position: relative; z-index: 1; }
.patriotic-upload span { margin-top: .85rem; padding: .5rem .75rem; border-radius: .7rem; color: var(--navy); background: rgba(255,255,255,.9); border: 1px solid rgba(0,40,104,.12); font-size: 1.02rem; font-weight: 800; box-shadow: 0 8px 18px rgba(16,33,63,.08); }
.patriotic-upload small { max-width: 34rem; padding: .5rem .7rem; border-radius: .75rem; background: rgba(255,255,255,.88); color: var(--muted); }
.patriotic-upload input[type="file"] { max-width: 34rem; background: #fff; }
.trust-row { display: flex; overflow-x: auto; gap: .5rem; margin-top: 1.2rem; padding-bottom: .2rem; }
.trust-row span { flex: 0 0 auto; border: 1px solid rgba(255,255,255,.36); border-radius: 999px; padding: .42rem .64rem; color: #fff; background: rgba(0,40,104,.72); font-weight: 750; font-size: .88rem; }
.step-card span { display: grid; place-items: center; width: 2.45rem; height: 2.45rem; border-radius: .7rem; background: var(--navy); color: white; font-weight: 850; }
.split-title { display: grid; grid-template-columns: 1fr; gap: 1rem; align-items: end; margin-top: 1.4rem; }
.card-actions { margin-top: auto; display: grid; grid-template-columns: 1fr; align-items: center; gap: .7rem; }
.faq details { border: 1px solid var(--line); border-radius: 1rem; padding: 1rem; background: #fff; box-shadow: var(--shadow); margin-bottom: .75rem; }
.faq summary { cursor: pointer; font-weight: 850; }
.site-footer { align-items: flex-start; flex-direction: column; border-top: 1px solid var(--line); color: var(--muted); margin-top: 2rem; padding-top: 1.2rem; padding-bottom: 2rem; }
.site-footer strong { color: var(--text); }
.cart-pill { display: inline-grid; place-items: center; min-width: 1.35rem; height: 1.35rem; margin-left: .25rem; padding: 0 .35rem; border-radius: 999px; background: var(--red); color: white; font-size: .78rem; font-weight: 850; }
.cart-layout { display: grid; grid-template-columns: 1fr; gap: 1rem; align-items: start; }
.cart-items { display: grid; gap: 1rem; }
.cart-line { display: grid; grid-template-columns: 1fr; gap: .9rem; align-items: center; background: #fff; border-radius: 1rem; padding: .9rem; box-shadow: var(--shadow); }
.cart-line img { width: 100%; max-height: 220px; object-fit: cover; border-radius: .85rem; background: #f2f5f9; border: 1px solid rgba(16,33,63,.08); }
.quantity-control { display: grid; gap: .7rem; }
.quantity-control input { max-width: 8rem; }
.cart-summary { position: static; }
.summary-row { display: flex; justify-content: space-between; gap: 1rem; padding: .75rem 0; border-bottom: 1px solid var(--line); }
.summary-row.total { font-size: 1.15rem; border-bottom: 0; }
.cart-empty { text-align: center; padding: 1.25rem; }
.choice-card { border: 1px solid var(--line); border-radius: 1rem; padding: .9rem; background: #f8fafc; display: grid; gap: .7rem; }
.choice-card legend { font-weight: 850; padding: 0 .35rem; color: var(--text); }
.choice-card label { display: flex; align-items: flex-start; gap: .6rem; font-weight: 650; }
.choice-card input[type="radio"] { width: 1.15rem; min-height: 1.15rem; margin-top: .2rem; accent-color: var(--red); }
@media (min-width: 720px) {
  .usa-top-ribbon { font-size: .58rem; padding: .38rem .85rem; }
  .site-header { flex-direction: row; justify-content: space-between; padding: 1rem 1.25rem; }
  .brand { width: auto; font-size: 1.15rem; }
  .site-header nav { width: auto; justify-content: flex-end; flex-wrap: wrap; overflow: visible; }
  .site-header nav a, .footer-links a { font-size: .9rem; }
  main { padding: 1.25rem; }
  .hero { grid-template-columns: minmax(0, 1.04fr) minmax(320px, .96fr); gap: 1.4rem; padding: 2.8rem 0; }
  .landing-hero { padding-top: 2.2rem; }
  .hero p, .page-title p, .lead { font-size: 1.08rem; }
  .actions, .card-actions { display: flex; flex-wrap: wrap; }
  .button, button.button { width: auto; }
  .form-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .grid, .steps { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .split-title { grid-template-columns: minmax(0, 1fr) minmax(260px, .6fr); }
  .big-notice { grid-template-columns: 1fr auto; }
  .cart-line { grid-template-columns: 120px minmax(0, 1fr) 150px; }
  .cart-line img { width: 120px; height: 120px; }
}
@media (min-width: 1024px) {
  .category-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .cart-layout { grid-template-columns: minmax(0, 1fr) minmax(280px, 380px); }
  .cart-summary { position: sticky; top: 6.5rem; }
  .hero { gap: 2rem; padding: 4rem 0; }
  .card, .product-card, .notice, .form-card { border-radius: 1.15rem; padding: 1.25rem; }
}

/* Premium polish pass: clean, conversion-focused, not template-looking. */
body { background: radial-gradient(circle at 82% 0%, rgba(191,10,48,.10), transparent 26rem), linear-gradient(180deg, #ffffff 0%, #f4f7fb 52%, #eef3f8 100%); }
.site-header { box-shadow: 0 10px 30px rgba(16,33,63,.06); }
.site-header nav a { transition: transform .18s ease, color .18s ease, border-color .18s ease, background .18s ease; }
.site-header nav a:hover { transform: translateY(-1px); background: #fff; }
.landing-hero { position: relative; margin-top: 1rem; padding: 1.2rem; border-radius: 1.6rem; overflow: hidden; color: #fff; background: radial-gradient(circle at 82% 12%, rgba(191,10,48,.46), transparent 18rem), linear-gradient(135deg, #071120, #10213f 58%, #0d1b32); box-shadow: 0 28px 70px rgba(16,33,63,.18); }
.landing-hero::before { content: ''; position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(90deg, #fff 1px, transparent 1px), linear-gradient(#fff 1px, transparent 1px); background-size: 54px 54px; pointer-events: none; }
.landing-hero > * { position: relative; z-index: 1; }
.landing-hero h1 { color: #fff; max-width: 11ch; font-size: clamp(2.8rem, 11vw, 6.6rem); line-height: .9; letter-spacing: -.07em; }
.landing-hero .lead { color: rgba(255,255,255,.78); font-size: clamp(1.02rem, 2vw, 1.24rem); max-width: 42rem; }
.landing-hero .quote-card { border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.96); box-shadow: 0 24px 70px rgba(0,0,0,.26); }
.landing-hero .button.secondary { background: rgba(255,255,255,.10); color: #fff; border-color: rgba(255,255,255,.22); }
.landing-hero .trust-row span { background: rgba(255,255,255,.10); border-color: rgba(255,255,255,.18); color: #fff; backdrop-filter: blur(10px); }
.button, button.button { transition: transform .18s ease, box-shadow .18s ease, filter .18s ease; }
.button:hover, button.button:hover { transform: translateY(-2px); filter: saturate(1.08); box-shadow: 0 18px 36px rgba(0,40,104,.24); }
.weekly-drop { margin: 1.4rem 0 2.4rem; }
.section-kicker { display: grid; grid-template-columns: 1fr; gap: .9rem; align-items: end; margin-bottom: 1rem; }
.section-kicker h2 { margin: .3rem 0 .2rem; font-size: clamp(2rem, 7vw, 4.2rem); line-height: .94; letter-spacing: -.055em; }
.section-kicker p { color: var(--muted); max-width: 52rem; margin: 0; }
.drop-grid { display: grid; gap: 1rem; }
.drop-card { display: grid; grid-template-columns: 1fr; gap: 1rem; align-items: center; border-radius: 1.35rem; padding: .8rem; background: #fff; border: 1px solid rgba(16,33,63,.10); box-shadow: 0 24px 60px rgba(16,33,63,.10); }
.drop-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 1rem; background: #eef3f8; }
.drop-card h3 { margin: .2rem 0 .35rem; font-size: clamp(1.65rem, 6vw, 3.1rem); line-height: .98; letter-spacing: -.04em; }
.drop-card p:not(.meta):not(.price) { color: var(--muted); }
.drop-card .price { font-size: clamp(1.55rem, 6vw, 2.6rem); }
.product-card { transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.product-card:hover { transform: translateY(-4px); border-color: rgba(0,40,104,.22); box-shadow: 0 26px 60px rgba(16,33,63,.13); }
.product-card h2 { letter-spacing: -.025em; }
.product-card .price { margin: .35rem 0 .55rem; }
.patriotic-upload { min-height: 13.5rem; border-style: solid; border-color: rgba(0,40,104,.14); background: linear-gradient(180deg, #fff, #f8fafc); }
.patriotic-upload::before { opacity: .46; }
.patriotic-upload span { box-shadow: none; }
.notice.big-notice { border-left: .35rem solid var(--red); }
@media (min-width: 720px) {
  .landing-hero { padding: 2rem; }
  .section-kicker { grid-template-columns: auto minmax(0, 1fr); gap: 1.2rem; }
  .drop-card { grid-template-columns: minmax(220px, .78fr) minmax(0, 1fr); padding: 1rem; }
}

/* Final premium storefront pass: Apple/BMW-inspired restraint, product-first, checkout-forward. */
.container { max-width: 1180px; }
.site-header { top: 0; background: rgba(255,255,255,.82); backdrop-filter: saturate(180%) blur(18px); border-bottom: 1px solid rgba(16,33,63,.08); }
.brand { letter-spacing: -.035em; font-size: 1.06rem; }
.brand-mark { width: 2rem; height: 2rem; border-radius: .45rem; box-shadow: none; }
.usa-corner-badges .usa-made-badge { opacity: .72; transform: scale(.84); box-shadow: 0 10px 28px rgba(16,33,63,.10); }
.usa-top-ribbon { opacity: .92; box-shadow: 0 10px 22px rgba(16,33,63,.10); }
.landing-hero { min-height: 74vh; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(320px, .82fr); align-items: center; gap: clamp(1.5rem, 4vw, 4rem); padding: clamp(1.6rem, 5vw, 4.6rem); border-radius: 0; margin: 1.2rem calc(50% - 50vw) 2rem; padding-left: max(clamp(1.6rem, 5vw, 4.6rem), calc((100vw - 1180px) / 2 + 1.2rem)); padding-right: max(clamp(1.6rem, 5vw, 4.6rem), calc((100vw - 1180px) / 2 + 1.2rem)); box-shadow: none; }
.landing-hero h1 { font-weight: 650; text-wrap: balance; }
.landing-hero .quote-card { border-radius: .8rem; padding: clamp(1.25rem, 3vw, 2rem); }
.landing-hero .quote-card h2 { font-size: clamp(1.8rem, 4vw, 3rem); line-height: .98; letter-spacing: -.05em; }
.landing-hero .lead { max-width: 38rem; }
.badge { border-radius: 999px; text-transform: uppercase; letter-spacing: .08em; font-size: .72rem; }
.trust-row { margin-top: 1.35rem; }
.trust-row span { border-radius: 999px; }
.button, button.button { border-radius: 999px; min-height: 46px; padding-inline: 1.15rem; font-weight: 760; }
.button.secondary { border-width: 1px; }
.weekly-drop { margin-top: 3rem; }
.section-kicker { margin-bottom: 1.35rem; }
.section-kicker h2 { max-width: 10ch; }
.drop-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.drop-card { position: relative; overflow: hidden; border-radius: 0; border: none; box-shadow: none; background: #fff; }
.drop-card::after { content: ''; position: absolute; inset: 0; border: 1px solid rgba(16,33,63,.09); pointer-events: none; }
.drop-card img { border-radius: 0; aspect-ratio: 1 / 1; }
.drop-card h3 { font-weight: 650; }
.category-grid { gap: 1.15rem; }
.product-card { border-radius: .7rem; border-color: rgba(16,33,63,.08); box-shadow: 0 12px 30px rgba(16,33,63,.055); }
.product-card img { border-radius: .45rem; aspect-ratio: 4 / 3; background: #f5f5f7; }
.product-card h2 { font-size: 1.26rem; }
.price { color: var(--red); font-feature-settings: 'tnum'; }
.steps { margin: 3rem 0; }
.step-card { background: #fff; }
.upload-preview { border-radius: .8rem; border-color: rgba(0,40,104,.12); background: #fff; }
.form-card input, .form-card textarea, .form-card select { border-radius: .55rem; background: #fff; }
@media (max-width: 860px) {
  .landing-hero { min-height: auto; grid-template-columns: 1fr; margin-left: -1rem; margin-right: -1rem; padding: 2rem 1rem; }
  .drop-grid { grid-template-columns: 1fr; }
  .usa-corner-badges .usa-made-badge:not(.usa-top-ribbon) { display: none; }
}
