/* Delmarva Hunting Co. */
:root {
  --ink: #1c2018;
  --pine: #242b1e;
  --pine-2: #2e3627;
  --moss: #55603f;
  --olive: #77804f;
  --sand: #e6dfcc;
  --cream: #f4f0e4;
  --paper: #faf7ee;
  --leather: #9a7350;
  --leather-dark: #6f4f35;
  --blaze: #d97b29;
  --blaze-dark: #b96318;
  --line: rgba(28, 32, 24, 0.14);
  --head-font: "Bebas Neue", "Arial Narrow", sans-serif;
  --body-font: "Barlow", "Segoe UI", sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--body-font);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.no-scroll { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; }
button { font-family: inherit; cursor: pointer; }

.wrap { max-width: 1180px; margin: 0 auto; padding: 0 22px; }
.sr-only {
  position: absolute; width: 1px; height: 1px; overflow: hidden;
  clip: rect(0 0 0 0); white-space: nowrap;
}
.skip {
  position: absolute; left: -9999px; top: 0; background: var(--blaze);
  color: #fff; padding: 10px 18px; z-index: 200; font-weight: 700;
}
.skip:focus { left: 0; }

h1, h2, h3, .page-title {
  font-family: var(--head-font);
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.04;
  text-transform: uppercase;
}

/* ---------- buttons ---------- */
.btn {
  display: inline-block; border: 2px solid transparent; border-radius: 4px;
  font-weight: 700; font-size: 15px; letter-spacing: 0.06em; text-transform: uppercase;
  padding: 12px 26px; text-decoration: none; text-align: center;
  transition: background 0.15s, color 0.15s, border-color 0.15s, transform 0.1s;
}
.btn:active { transform: translateY(1px); }
.btn-lg { padding: 15px 34px; font-size: 16px; }
.btn-block { display: block; width: 100%; }
.btn-solid { background: var(--blaze); color: #fff; }
.btn-solid:hover { background: var(--blaze-dark); }
.btn-ghost { border-color: rgba(255, 255, 255, 0.85); color: #fff; background: rgba(20, 24, 16, 0.25); }
.btn-ghost:hover { background: rgba(255, 255, 255, 0.14); }
.btn-outline { border-color: var(--ink); color: var(--ink); background: transparent; }
.btn-outline:hover { background: var(--ink); color: var(--cream); }
.text-link {
  color: var(--leather-dark); font-weight: 700; text-decoration: none;
  letter-spacing: 0.04em; text-transform: uppercase; font-size: 14px;
}
.text-link:hover { color: var(--blaze-dark); }

/* ---------- announcement + header ---------- */
.announce {
  background: var(--blaze); color: #fff; text-align: center;
  font-size: 12.5px; font-weight: 700; letter-spacing: 0.14em; padding: 8px 14px;
}
.site-head {
  background: var(--pine); color: var(--cream);
  position: sticky; top: 0; z-index: 90;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 2px 14px rgba(15, 18, 12, 0.35);
}
.head-row { display: flex; align-items: center; gap: 26px; min-height: 74px; }
.brand img { height: 64px; width: auto; }
.site-nav { margin-left: auto; }
.site-nav ul { display: flex; gap: 26px; list-style: none; }
.site-nav a {
  text-decoration: none; font-weight: 600; font-size: 14.5px;
  letter-spacing: 0.08em; text-transform: uppercase; color: var(--cream);
  padding: 6px 2px; border-bottom: 2px solid transparent;
  transition: color 0.15s, border-color 0.15s;
}
.site-nav a:hover { color: #fff; border-color: var(--blaze); }
.cart-toggle {
  position: relative; background: none; border: 0; color: var(--cream);
  padding: 8px; display: flex; align-items: center;
}
.cart-toggle:hover { color: #fff; }
.cart-count {
  position: absolute; top: 0; right: -2px; background: var(--blaze); color: #fff;
  border-radius: 999px; font-size: 11px; font-weight: 800;
  min-width: 18px; height: 18px; line-height: 18px; text-align: center; padding: 0 4px;
}
.cart-count.empty { display: none; }
.nav-toggle { display: none; background: none; border: 0; padding: 8px; }
.nav-toggle span {
  display: block; width: 24px; height: 3px; background: var(--cream);
  margin: 5px 0; border-radius: 2px; transition: transform 0.2s, opacity 0.2s;
}

/* ---------- hero ---------- */
.hero {
  background-size: cover; background-position: center bottom;
  min-height: 620px; display: flex; align-items: center; text-align: center;
  background-image: linear-gradient(rgba(22, 19, 12, 0.30), rgba(22, 19, 12, 0.42)), url("../img/hero.jpg");
}
.bg-tile-hats { background-image: url("../img/lifestyle-hats.jpg"); }
.bg-tile-tees { background-image: url("../img/lifestyle-tees.jpg"); }
.bg-tile-hoodies { background-image: linear-gradient(rgba(22, 19, 12, 0.08), rgba(22, 19, 12, 0.08)), url("../img/products/hoodie-blue-spruce.jpg"); }
.banner-camo { background-image: linear-gradient(rgba(22, 19, 12, 0.35), rgba(22, 19, 12, 0.45)), url("../img/banner.jpg"); }
.page-hero-story { background-image: linear-gradient(rgba(22, 19, 12, 0.25), rgba(22, 19, 12, 0.45)), url("../img/story.jpg"); }
.hero-inner { width: 100%; color: #fff; text-shadow: 0 2px 18px rgba(15, 12, 6, 0.55); }
.hero-kicker {
  font-weight: 700; letter-spacing: 0.32em; text-transform: uppercase;
  font-size: 14px; margin-bottom: 12px; color: #f5d9ae;
}
.hero h1 { font-size: clamp(64px, 10vw, 128px); color: #fff; }
.hero-sub { font-size: clamp(17px, 2.2vw, 21px); max-width: 680px; margin: 14px auto 30px; }
.hero-cta { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ---------- trust bar ---------- */
.trust { background: var(--pine-2); color: var(--cream); }
.trust-row {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px;
  padding-top: 20px; padding-bottom: 20px; text-align: center;
}
.trust-row strong {
  display: block; font-family: var(--head-font); font-size: 20px;
  letter-spacing: 0.06em; text-transform: uppercase; color: #fff;
}
.trust-row span { font-size: 13.5px; opacity: 0.75; }

/* ---------- sections ---------- */
.section { padding: 64px 22px; }
.section-head {
  display: flex; align-items: baseline; justify-content: space-between;
  gap: 18px; margin-bottom: 28px; flex-wrap: wrap;
}
.section-head h2 { font-size: clamp(34px, 4.5vw, 48px); }

/* ---------- category tiles ---------- */
.cat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.cat-tile {
  position: relative; border-radius: 10px; overflow: hidden; min-height: 300px;
  background-size: cover; background-position: center;
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 26px; text-decoration: none; color: #fff;
  box-shadow: 0 10px 26px rgba(24, 28, 18, 0.22);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.cat-tile:hover { transform: translateY(-4px); box-shadow: 0 16px 34px rgba(24, 28, 18, 0.3); }
.cat-tile::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(16, 19, 12, 0.72), rgba(16, 19, 12, 0) 55%);
}
.cat-name {
  position: relative; z-index: 1; font-family: var(--head-font);
  font-size: 38px; letter-spacing: 0.05em; text-transform: uppercase;
}
.cat-blurb { position: relative; z-index: 1; font-size: 14px; opacity: 0.85; }

/* ---------- product grid + cards ---------- */
.grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 24px;
}
.card { display: flex; flex-direction: column; }
.card-media {
  position: relative; display: block; border-radius: 10px; overflow: hidden;
  background: var(--paper); border: 1px solid var(--line);
  transition: box-shadow 0.18s ease, transform 0.18s ease;
}
.card-media:hover { transform: translateY(-3px); box-shadow: 0 12px 26px rgba(24, 28, 18, 0.16); }
.card-media img { aspect-ratio: 1; object-fit: cover; width: 100%; }
.card-media img.fit-contain { object-fit: contain; }
.cat-grid.two { grid-template-columns: repeat(2, 1fr); }
.cat-grid.two .cat-tile { min-height: 340px; }
.badge {
  position: absolute; top: 12px; left: 12px; z-index: 2;
  background: var(--pine); color: var(--cream); font-size: 11px; font-weight: 800;
  letter-spacing: 0.1em; text-transform: uppercase; padding: 5px 10px; border-radius: 3px;
}
.quick-add {
  position: absolute; left: 12px; right: 12px; bottom: 12px; z-index: 2;
  background: var(--ink); color: var(--cream); text-align: center;
  font-size: 13px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
  padding: 11px; border-radius: 5px; opacity: 0; transform: translateY(8px);
  transition: opacity 0.16s ease, transform 0.16s ease;
}
.card-media:hover .quick-add, .card-media:focus-within .quick-add { opacity: 1; transform: translateY(0); }
.quick-add:hover { background: var(--blaze); }
.card-body { padding: 12px 4px 0; }
.card-name {
  display: block; text-decoration: none; font-weight: 700; font-size: 15.5px;
  letter-spacing: 0.02em; text-transform: uppercase;
}
.card-name:hover { color: var(--leather-dark); }
.card-price { display: block; color: var(--leather-dark); font-weight: 700; margin-top: 2px; }

.swatches { display: flex; align-items: center; gap: 7px; margin-top: 9px; }
.swatch {
  width: 18px; height: 18px; border-radius: 50%; display: inline-block;
  border: 2px solid rgba(28, 32, 24, 0.25); text-decoration: none;
}
.swatch.on { outline: 2px solid var(--ink); outline-offset: 2px; }
.swatches.lg .swatch { width: 26px; height: 26px; }
.swatch-label { font-size: 12.5px; opacity: 0.65; margin-left: 3px; }

/* ---------- banner ---------- */
.banner {
  background-size: cover; background-position: center;
  min-height: 460px; display: flex; align-items: center; margin: 20px 0;
}
.banner-inner { color: #fff; max-width: 680px; text-align: center; text-shadow: 0 2px 16px rgba(15, 12, 6, 0.6); }
.banner h2 { font-size: clamp(40px, 6vw, 68px); margin-bottom: 12px; }
.banner p { margin-bottom: 24px; font-size: 17px; }

/* ---------- story ---------- */
.story-row {
  display: grid; grid-template-columns: 1.2fr 1fr; gap: 48px; align-items: center;
}
.story-copy h2 { font-size: clamp(32px, 4vw, 44px); margin: 8px 0 16px; }
.story-copy p { margin-bottom: 14px; }
.story-copy .btn { margin-top: 8px; }
.story-art img {
  border-radius: 12px; border: 1px solid var(--line);
  box-shadow: 0 14px 34px rgba(24, 28, 18, 0.16);
}
.story-copy .hero-kicker { color: var(--leather-dark); }

/* ---------- reviews ---------- */
.reviews { background: var(--pine); color: var(--cream); padding: 64px 0; }
.reviews-title { text-align: center; font-size: clamp(34px, 4.5vw, 48px); margin-bottom: 34px; color: #fff; }
.review-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.review-row blockquote {
  background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px; padding: 26px;
}
.review-row p { font-size: 15.5px; font-style: italic; margin-bottom: 14px; }
.review-row cite {
  font-style: normal; font-weight: 700; font-size: 13px;
  letter-spacing: 0.08em; text-transform: uppercase; color: #f5d9ae;
}

/* ---------- shop page ---------- */
.page-pad { padding-top: 34px; padding-bottom: 72px; }
.crumb { font-size: 13.5px; margin-bottom: 10px; opacity: 0.8; }
.crumb a { color: var(--leather-dark); text-decoration: none; }
.crumb a:hover { text-decoration: underline; }
.page-title { font-size: clamp(40px, 6vw, 60px); margin-bottom: 22px; }
.shop-bar {
  display: flex; align-items: center; justify-content: space-between; gap: 18px;
  flex-wrap: wrap; margin-bottom: 28px; padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}
.filter-pills { display: flex; gap: 10px; flex-wrap: wrap; }
.filter-pill {
  border: 1.5px solid var(--line); background: var(--paper); border-radius: 999px;
  padding: 8px 18px; font-weight: 700; font-size: 13.5px;
  letter-spacing: 0.05em; text-transform: uppercase; color: var(--ink);
  transition: background 0.14s, color 0.14s, border-color 0.14s;
}
.filter-pill:hover { border-color: var(--ink); }
.filter-pill.on { background: var(--ink); color: var(--cream); border-color: var(--ink); }
.shop-bar-right { display: flex; align-items: center; gap: 16px; }
.shop-count { font-size: 13.5px; opacity: 0.7; }
.sort-sel {
  font-family: inherit; font-size: 14px; font-weight: 600; color: var(--ink);
  background: var(--paper); border: 1.5px solid var(--line); border-radius: 6px;
  padding: 9px 12px;
}

/* ---------- product page ---------- */
.pd-layout {
  display: grid; grid-template-columns: 1.1fr 1fr; gap: 48px;
  align-items: start; margin-top: 8px;
}
.pd-media {
  position: relative; border-radius: 12px; overflow: hidden;
  border: 1px solid var(--line); background: var(--paper);
  box-shadow: 0 14px 34px rgba(24, 28, 18, 0.12);
  aspect-ratio: 1; display: flex; align-items: center; justify-content: center;
}
.pd-media img { width: 100%; height: 100%; object-fit: contain; display: block; }
.pd-info h1 { font-size: clamp(36px, 4.5vw, 52px); }
.pd-price { font-size: 24px; font-weight: 700; color: var(--leather-dark); margin: 6px 0 14px; }
.pd-desc { margin-bottom: 22px; max-width: 52ch; }
.pd-opt { margin-bottom: 18px; }
.opt-label {
  display: block; font-size: 13px; font-weight: 700; letter-spacing: 0.08em;
  text-transform: uppercase; margin-bottom: 8px;
}
.size-row { display: flex; gap: 9px; flex-wrap: wrap; }
.size-btn {
  min-width: 52px; padding: 10px 12px; border: 1.5px solid var(--line);
  background: var(--paper); border-radius: 6px; font-weight: 700; font-size: 14px;
}
.size-btn:hover { border-color: var(--ink); }
.size-btn.on { background: var(--ink); color: var(--cream); border-color: var(--ink); }
.size-hint { color: #a33d12; font-size: 13.5px; margin-top: 8px; font-weight: 600; }
.pd-buy { display: flex; gap: 14px; align-items: stretch; margin: 22px 0 30px; }
.pd-add { flex: 1; }
.qty-ctl {
  display: inline-flex; align-items: center; gap: 4px;
  border: 1.5px solid var(--line); border-radius: 6px; background: var(--paper);
}
.qty-ctl button {
  border: 0; background: none; font-size: 18px; font-weight: 700;
  width: 36px; height: 100%; min-height: 36px; color: var(--ink);
}
.qty-ctl button:hover { color: var(--blaze-dark); }
.qty-ctl span { min-width: 26px; text-align: center; font-weight: 700; }
.qty-ctl.lg { min-height: 54px; }
.pd-details { border-top: 1px solid var(--line); padding-top: 20px; margin-bottom: 20px; }
.pd-details h3 { font-size: 22px; margin-bottom: 10px; }
.pd-details ul { padding-left: 20px; }
.pd-details li { margin-bottom: 5px; }
.pd-ship {
  background: var(--sand); border-radius: 10px; padding: 16px 18px; font-size: 14px;
}
.pd-ship p { margin: 4px 0; }

/* ---------- cart drawer ---------- */
.cart-overlay {
  position: fixed; inset: 0; background: rgba(16, 19, 12, 0.55); z-index: 120;
}
.cart-drawer {
  position: fixed; top: 0; right: 0; bottom: 0; width: min(430px, 100vw);
  background: var(--paper); z-index: 130; display: flex; flex-direction: column;
  transform: translateX(102%); transition: transform 0.22s ease;
  box-shadow: -12px 0 34px rgba(15, 18, 12, 0.3);
}
.cart-drawer.open { transform: translateX(0); }
.cart-head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 22px; background: var(--pine); color: var(--cream);
}
.cart-head h2 { font-size: 26px; color: #fff; }
.cart-close { background: none; border: 0; color: var(--cream); font-size: 30px; line-height: 1; }
.ship-meter { padding: 14px 22px; border-bottom: 1px solid var(--line); }
.ship-msg { font-size: 13.5px; margin-bottom: 8px; }
.ship-msg.ship-hit { color: #33691e; font-weight: 600; }
.ship-bar { height: 7px; background: var(--sand); border-radius: 999px; overflow: hidden; }
.ship-bar span { display: block; height: 100%; background: var(--blaze); border-radius: 999px; transition: width 0.25s; }
.cart-lines { flex: 1; overflow-y: auto; padding: 10px 22px; }
.cart-empty { text-align: center; padding: 48px 0; }
.cart-empty p { margin-bottom: 18px; opacity: 0.75; }
.cart-line {
  display: flex; gap: 14px; align-items: flex-start;
  padding: 14px 0; border-bottom: 1px solid var(--line);
}
.cart-thumb {
  flex: 0 0 74px; border-radius: 8px; overflow: hidden; border: 1px solid var(--line);
}
.cart-line-info { flex: 1; display: flex; flex-direction: column; gap: 3px; }
.cart-line-name {
  text-decoration: none; font-weight: 700; font-size: 14.5px; text-transform: uppercase;
  letter-spacing: 0.02em;
}
.cart-line-size { font-size: 12.5px; opacity: 0.7; }
.cart-line-price { font-weight: 700; color: var(--leather-dark); font-size: 14px; }
.cart-line .qty-ctl { margin-top: 6px; align-self: flex-start; }
.cart-line .qty-ctl button { min-height: 30px; width: 30px; font-size: 15px; }
.cart-line-remove {
  background: none; border: 0; font-size: 22px; line-height: 1; opacity: 0.5; padding: 2px 6px;
}
.cart-line-remove:hover { opacity: 1; color: #a33d12; }
.cart-foot { padding: 16px 22px 22px; border-top: 1px solid var(--line); background: var(--cream); }
.cart-subtotal {
  display: flex; justify-content: space-between; font-weight: 800; font-size: 17px;
}
.cart-note { font-size: 12.5px; opacity: 0.7; margin: 6px 0 14px; }

/* ---------- checkout ---------- */
.pay-panel {
  background: var(--paper); border: 1px solid var(--line); border-radius: 12px;
  padding: 28px; display: flex; flex-direction: column; gap: 16px; align-items: flex-start;
}
.pay-panel .form-sec { margin: 0; }
.pay-copy { font-size: 15px; max-width: 46ch; }
.pay-error {
  color: #a33d12; font-weight: 600; font-size: 14.5px;
  background: rgba(163, 61, 18, 0.08); border-radius: 8px; padding: 10px 14px; width: 100%;
}
.pay-badges {
  display: flex; gap: 18px; flex-wrap: wrap; font-size: 13px; opacity: 0.75; width: 100%;
}
.checkout-layout {
  display: grid; grid-template-columns: 1.25fr 1fr; gap: 44px; align-items: start;
}
.stack-form .form-sec { font-size: 26px; margin: 26px 0 6px; }
.stack-form .form-sec:first-of-type { margin-top: 0; }
.form-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 14px; }
.field { display: flex; flex-direction: column; gap: 5px; margin: 8px 0; }
.field label {
  font-size: 12.5px; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase;
}
.field input, .field select, .field textarea {
  font-family: inherit; font-size: 15px; padding: 12px 13px;
  border: 1.5px solid var(--line); border-radius: 6px; background: var(--paper);
  color: var(--ink);
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: 2px solid var(--blaze); outline-offset: 1px; border-color: var(--blaze);
}
.pay-note {
  background: var(--sand); border-left: 4px solid var(--blaze);
  border-radius: 8px; padding: 16px 18px; margin: 20px 0 24px; font-size: 14.5px;
}
.pay-note h3 { font-size: 20px; margin-bottom: 6px; }
.checkout-sum {
  background: var(--paper); border: 1px solid var(--line); border-radius: 12px;
  padding: 24px; position: sticky; top: 96px;
}
.checkout-sum h2 { font-size: 28px; margin-bottom: 14px; }
.sum-line {
  display: flex; gap: 12px; align-items: center; padding: 10px 0;
  border-bottom: 1px solid var(--line); font-size: 14px;
}
.sum-line img {
  width: 56px; border-radius: 6px; border: 1px solid var(--line);
}
.sum-line div { flex: 1; display: flex; flex-direction: column; }
.sum-line span { font-size: 12.5px; opacity: 0.7; }
.sum-line em { font-style: normal; font-weight: 700; }
.sum-totals { padding-top: 14px; font-size: 14.5px; }
.sum-totals > div { display: flex; justify-content: space-between; margin-bottom: 6px; }
.sum-grand { font-weight: 800; font-size: 18px; border-top: 1px solid var(--line); padding-top: 10px; }
.checkout-empty { text-align: center; padding: 90px 0; }
.checkout-empty h1 { font-size: 44px; margin-bottom: 8px; }
.checkout-empty p { margin-bottom: 22px; opacity: 0.75; }

/* ---------- contact ---------- */
.contact-layout { display: grid; grid-template-columns: 1.3fr 1fr; gap: 44px; align-items: start; }
.prose-lede { font-size: 18px; margin-bottom: 20px; }
.info-card {
  background: var(--paper); border: 1px solid var(--line); border-radius: 10px;
  padding: 20px 22px; margin-bottom: 16px;
}
.info-card h3 { font-size: 22px; margin-bottom: 6px; }
.info-card p { font-size: 14.5px; }

/* ---------- about / prose ---------- */
.page-hero {
  background-size: cover; background-position: center;
  min-height: 320px; display: flex; align-items: flex-end;
  color: #fff; padding-bottom: 40px; text-shadow: 0 2px 14px rgba(15, 12, 6, 0.6);
}
.page-hero h1 { font-size: clamp(52px, 8vw, 92px); }
.prose { max-width: 760px; padding-top: 48px; padding-bottom: 80px; }
.prose p { margin-bottom: 18px; font-size: 16.5px; }
.prose h2 { font-size: 34px; margin: 30px 0 12px; }
.prose ul { padding-left: 22px; margin-bottom: 18px; }
.prose li { margin-bottom: 10px; }
.prose-cta { margin-top: 34px; }

/* ---------- status pages ---------- */
.status-page {
  min-height: 100vh; display: flex; flex-direction: column; align-items: center;
  justify-content: center; text-align: center; padding: 30px; gap: 12px;
}
.status-logo { width: 240px; margin-bottom: 8px; }
.status-page h1 { font-size: clamp(40px, 6vw, 64px); }
.status-page p { max-width: 480px; margin-bottom: 16px; opacity: 0.8; }

/* ---------- footer ---------- */
.site-foot { background: var(--pine); color: var(--cream); margin-top: 0; }
.foot-grid {
  display: grid; grid-template-columns: 1.4fr 0.8fr 0.8fr 1.2fr; gap: 36px;
  padding-top: 54px; padding-bottom: 40px;
}
.foot-brand img { height: 64px; width: auto; margin-bottom: 14px; }
.foot-brand p { font-size: 14px; opacity: 0.8; max-width: 30ch; }
.socials { display: flex; gap: 14px; margin-top: 16px; }
.socials a {
  display: flex; align-items: center; justify-content: center;
  width: 38px; height: 38px; border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.25); color: var(--cream);
  transition: background 0.15s, border-color 0.15s;
}
.socials a:hover { background: var(--blaze); border-color: var(--blaze); color: #fff; }
.site-foot h4 {
  font-family: var(--head-font); font-size: 20px; letter-spacing: 0.08em;
  text-transform: uppercase; margin-bottom: 12px; color: #fff;
}
.site-foot ul { list-style: none; }
.site-foot li { margin-bottom: 8px; }
.site-foot a { color: var(--cream); text-decoration: none; font-size: 14.5px; opacity: 0.85; }
.site-foot a:hover { opacity: 1; text-decoration: underline; }
.foot-news p { font-size: 14px; opacity: 0.8; margin-bottom: 12px; }
.news-form { display: flex; gap: 8px; }
.news-form input {
  flex: 1; min-width: 0; font-family: inherit; font-size: 14.5px; padding: 11px 13px;
  border: 1.5px solid rgba(255, 255, 255, 0.25); border-radius: 6px;
  background: rgba(255, 255, 255, 0.07); color: #fff;
}
.news-form input::placeholder { color: rgba(244, 240, 228, 0.6); }
.news-form input:focus { outline: 2px solid var(--blaze); }
.news-form .btn { padding: 11px 18px; font-size: 13.5px; }
.foot-bottom {
  display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap;
  padding-top: 18px; padding-bottom: 22px; font-size: 13px; opacity: 0.65;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.site-foot.slim .foot-bottom { border-top: 0; }

/* ---------- responsive ---------- */
@media (max-width: 960px) {
  .story-row, .contact-layout, .checkout-layout { grid-template-columns: 1fr; }
  .pd-layout { grid-template-columns: 1fr; gap: 28px; }
  .checkout-sum { position: static; order: -1; }
  .foot-grid { grid-template-columns: 1fr 1fr; }
  .review-row { grid-template-columns: 1fr; }
  .trust-row { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 820px) {
  .nav-toggle { display: block; }
  .site-nav {
    position: fixed; top: 0; left: 0; bottom: 0; width: min(320px, 84vw);
    background: var(--pine); z-index: 140; padding: 120px 28px 28px;
    transform: translateX(-104%); transition: transform 0.22s ease;
    box-shadow: 12px 0 34px rgba(15, 18, 12, 0.35); margin-left: 0;
  }
  body.nav-open .site-nav { transform: translateX(0); }
  .site-nav ul { flex-direction: column; gap: 4px; }
  .site-nav a { display: block; padding: 12px 4px; font-size: 17px; border-bottom: 1px solid rgba(255,255,255,0.08); }
  body.nav-open .nav-toggle { position: relative; z-index: 150; }
  body.nav-open .nav-toggle span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
  body.nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
  body.nav-open .nav-toggle span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
  .brand { margin: 0 auto; }
  .brand img { height: 54px; }
  .cat-grid, .cat-grid.two { grid-template-columns: 1fr; }
  .cat-tile { min-height: 220px; }
  .hero { min-height: 520px; }
  .section { padding: 44px 22px; }
}

@media (max-width: 520px) {
  .grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .card-name { font-size: 13.5px; }
  .quick-add { opacity: 1; transform: none; font-size: 11.5px; padding: 9px; }
  .foot-grid {
    grid-template-columns: 1fr 1fr; gap: 22px 20px;
    padding-top: 34px; padding-bottom: 28px;
  }
  .foot-grid > .foot-brand,
  .foot-grid > .foot-news { grid-column: 1 / -1; }
  .foot-brand p { max-width: none; }
  .site-foot h4 { margin-bottom: 8px; }
  .site-foot li { margin-bottom: 6px; }
  .foot-bottom { padding-top: 16px; padding-bottom: 18px; }
  .trust-row { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .trust-row strong { font-size: 17px; }
  .pd-buy { flex-direction: column; }
  .hero h1 { font-size: 60px; }
}
