:root {
  --page: #f5f7f8;
  --paper: #ffffff;
  --ink: #10212a;
  --muted: #596871;
  --line: #d7e0e4;
  --deep: #003f5f;
  --blue: #008bc7;
  --blue-dark: #006f9c;
  --cyan: #52c7df;
  --green: #7fb069;
  --saffron: #f4b740;
  --charcoal: #121b20;
  --shadow: 0 18px 44px rgba(0, 63, 95, 0.13);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background:
    linear-gradient(90deg, rgba(0, 139, 199, 0.055) 1px, transparent 1px),
    linear-gradient(180deg, rgba(0, 139, 199, 0.04) 1px, transparent 1px),
    var(--page);
  background-size: 42px 42px;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}
body.cart-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
p, a, h1, h2, h3, dt, dd { overflow-wrap: break-word; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid rgba(16, 33, 42, 0.1);
  background: rgba(245, 247, 248, 0.94);
  backdrop-filter: blur(18px);
}
.nav { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 72px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--deep); font-weight: 900; }
.brand-mark { width: 42px; height: 42px; object-fit: contain; border-radius: 8px; background: transparent; }
.nav-links { display: flex; align-items: center; gap: 20px; color: var(--muted); font-size: 0.92rem; font-weight: 850; }
.nav-links a:hover { color: var(--blue-dark); }

.hero { min-height: calc(100vh - 72px); display: flex; align-items: center; padding: 64px 0 74px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, 0.78fr); align-items: center; gap: 48px; }
.hero-grid > *, .shop-hero-grid > *, .process-layout > *, .video-layout > *, .quote-layout > *, .product-detail > * { min-width: 0; }
.hero-copy { min-width: 0; }
.eyebrow { color: var(--blue-dark); font-size: 0.78rem; font-weight: 950; letter-spacing: 0.08em; margin-bottom: 14px; text-transform: uppercase; }
h1, h2, h3 { color: var(--ink); letter-spacing: 0; line-height: 1.04; }
h1 { color: var(--deep); font-size: clamp(3rem, 7vw, 5.8rem); font-weight: 950; margin-bottom: 20px; max-width: 820px; }
h2 { font-size: clamp(2rem, 4vw, 3.2rem); margin-bottom: 16px; }
h3 { font-size: 1.14rem; margin-bottom: 10px; }
.lede { max-width: 690px; color: var(--muted); font-size: 1.17rem; }
.hero-actions, .contact-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: 7px;
  padding: 0 18px;
  background: var(--paper);
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  font-weight: 900;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}
.button:hover { border-color: var(--blue); box-shadow: 0 12px 30px rgba(0, 63, 95, 0.14); transform: translateY(-2px); }
.button.primary { border-color: var(--deep); background: var(--deep); color: var(--paper); }
.button.full { width: 100%; }
.button span[id="cart-count"] { margin-left: 4px; }
.button:disabled { cursor: not-allowed; opacity: 0.62; transform: none; }

.hero-media { display: grid; place-items: center; }
.hero-media img { width: min(100%, 470px); filter: drop-shadow(0 18px 28px rgba(0, 63, 95, 0.13)); }
.signal-row { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 2px; }
.signal-row div { min-height: 100px; border: 1px solid var(--line); border-radius: 8px; background: rgba(255,255,255,0.78); padding: 18px; }
.signal-row strong { display: block; color: var(--deep); font-size: 1rem; margin-bottom: 6px; }
.signal-row span { color: var(--muted); font-size: 0.92rem; }

.section { padding: 86px 0; }
.band { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,0.68); }
.dark { background: var(--charcoal); color: var(--paper); }
.dark h2, .dark .eyebrow { color: var(--paper); }
.dark p { color: #bccbd2; }
.section-heading { max-width: 760px; margin-bottom: 34px; }
.section-heading p, .capability-grid p, .gallery-card p, .process-list p, .product-card p, .quote-layout p, .product-detail-copy li { color: var(--muted); }
.section-heading.compact { margin-bottom: 0; }

.capability-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.capability-grid article, .gallery-card, .product-card, .process-list article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 0 12px 30px rgba(16, 33, 42, 0.07);
}
.capability-grid article { padding: 22px; }

.gallery-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.gallery-card { overflow: hidden; }
.gallery-card > div:last-child { padding: 18px; }
.gallery-image, .product-image, .product-detail-media { background: #eef3f5; }
.gallery-image { aspect-ratio: 1 / 1; overflow: hidden; }
.gallery-image img, .product-image img, .product-detail-media img { width: 100%; height: 100%; object-fit: cover; }

.tag {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  border-radius: 6px;
  margin-bottom: 12px;
  padding: 0 9px;
  background: rgba(0, 139, 199, 0.1);
  color: var(--blue-dark);
  font-size: 0.76rem;
  font-weight: 950;
  text-transform: uppercase;
}

.print-visual {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 230px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.42) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255,255,255,0.36) 1px, transparent 1px),
    linear-gradient(145deg, #dce8ee, #f7fafb);
  background-size: 20px 20px, 20px 20px, auto;
}
.print-visual span { position: absolute; display: block; }
.print-visual-fixture span:nth-child(1) { width: 58%; height: 30%; left: 20%; top: 32%; background: var(--blue); transform: skewY(-18deg); box-shadow: inset 0 -16px 0 rgba(0, 63, 95, 0.18); }
.print-visual-fixture span:nth-child(2) { width: 42%; height: 28%; left: 34%; top: 22%; border: 14px solid var(--paper); transform: skewY(-18deg); }
.print-visual-fixture span:nth-child(3) { width: 70%; height: 12px; left: 15%; bottom: 20%; background: var(--green); }
.print-visual-fixture span:nth-child(4) { width: 16px; height: 16px; border-radius: 50%; left: 48%; top: 43%; background: var(--deep); }
.print-visual-organizer span:nth-child(1) { width: 72%; height: 45%; left: 14%; top: 34%; border: 16px solid var(--blue); border-radius: 6px; transform: perspective(180px) rotateX(44deg); }
.print-visual-organizer span:nth-child(2), .print-visual-organizer span:nth-child(3) { width: 12px; height: 42%; top: 36%; background: var(--deep); opacity: 0.5; }
.print-visual-organizer span:nth-child(2) { left: 40%; }
.print-visual-organizer span:nth-child(3) { right: 40%; }
.print-visual-organizer span:nth-child(4) { width: 60%; height: 8px; left: 20%; bottom: 18%; background: var(--saffron); }
.print-visual-enclosure span:nth-child(1) { width: 62%; height: 46%; left: 19%; top: 30%; background: var(--deep); border-radius: 8px; box-shadow: inset -26px -18px 0 rgba(0, 139, 199, 0.55); }
.print-visual-enclosure span:nth-child(2) { width: 32%; height: 18%; left: 34%; top: 42%; border: 10px solid var(--paper); border-radius: 6px; }
.print-visual-enclosure span:nth-child(3) { width: 11%; height: 12px; right: 17%; top: 48%; background: var(--cyan); }
.print-visual-enclosure span:nth-child(4) { width: 70%; height: 8px; left: 15%; bottom: 18%; background: var(--green); }
.print-visual-prototype span:nth-child(1) { width: 38%; height: 38%; left: 18%; top: 32%; background: var(--blue); transform: rotate(45deg) skew(-8deg, -8deg); }
.print-visual-prototype span:nth-child(2) { width: 33%; height: 24%; right: 18%; top: 38%; border: 12px solid var(--paper); transform: skewY(-16deg); }
.print-visual-prototype span:nth-child(3) { width: 56%; height: 10px; left: 22%; bottom: 20%; background: var(--saffron); }
.print-visual-prototype span:nth-child(4) { width: 13px; height: 80%; right: 15%; top: 10%; background: rgba(16,33,42,0.14); transform: rotate(72deg); }
.print-visual-keychain span:nth-child(1) { width: 56%; height: 34%; left: 22%; top: 38%; background: var(--blue); border-radius: 999px; box-shadow: inset 0 -14px 0 rgba(0,63,95,0.16); }
.print-visual-keychain span:nth-child(2) { width: 22%; height: 22%; left: 39%; top: 20%; border: 12px solid var(--deep); border-radius: 50%; background: transparent; }
.print-visual-keychain span:nth-child(3) { width: 42%; height: 13px; left: 29%; top: 51%; background: var(--paper); border-radius: 999px; }
.print-visual-keychain span:nth-child(4) { width: 22%; height: 9px; left: 39%; top: 61%; background: var(--paper); border-radius: 999px; }
.print-visual-charm span:nth-child(1) { width: 46%; height: 46%; left: 27%; top: 31%; background: var(--saffron); border-radius: 50% 50% 44% 44%; box-shadow: inset -18px -14px 0 rgba(0,139,199,0.22); }
.print-visual-charm span:nth-child(2), .print-visual-charm span:nth-child(3) { width: 10px; height: 10px; top: 48%; background: var(--deep); border-radius: 50%; }
.print-visual-charm span:nth-child(2) { left: 42%; }
.print-visual-charm span:nth-child(3) { right: 42%; }
.print-visual-charm span:nth-child(4) { width: 25%; height: 10px; left: 37.5%; top: 59%; border-bottom: 5px solid var(--deep); border-radius: 0 0 999px 999px; }
.print-visual-desk-buddy span:nth-child(1) { width: 44%; height: 48%; left: 28%; top: 30%; background: var(--blue); border-radius: 28px 28px 18px 18px; box-shadow: inset -18px -16px 0 rgba(0,63,95,0.18); }
.print-visual-desk-buddy span:nth-child(2), .print-visual-desk-buddy span:nth-child(3) { width: 12px; height: 12px; top: 48%; background: var(--paper); border-radius: 50%; }
.print-visual-desk-buddy span:nth-child(2) { left: 41%; }
.print-visual-desk-buddy span:nth-child(3) { right: 41%; }
.print-visual-desk-buddy span:nth-child(4) { width: 58%; height: 9px; left: 21%; bottom: 18%; background: var(--green); border-radius: 999px; }
.print-visual-magnet span:nth-child(1), .print-visual-magnet span:nth-child(2), .print-visual-magnet span:nth-child(3) { width: 27%; height: 27%; top: 38%; border-radius: 8px; box-shadow: inset -10px -10px 0 rgba(0,63,95,0.12); }
.print-visual-magnet span:nth-child(1) { left: 16%; background: var(--blue); transform: rotate(-8deg); }
.print-visual-magnet span:nth-child(2) { left: 36.5%; background: var(--saffron); transform: rotate(7deg); }
.print-visual-magnet span:nth-child(3) { right: 16%; background: var(--green); transform: rotate(-3deg); }
.print-visual-magnet span:nth-child(4) { width: 62%; height: 10px; left: 19%; bottom: 20%; background: var(--deep); border-radius: 999px; opacity: 0.78; }
.print-visual-tag span:nth-child(1) { width: 48%; height: 50%; left: 26%; top: 28%; background: var(--blue); clip-path: polygon(50% 0, 100% 24%, 100% 100%, 0 100%, 0 24%); box-shadow: inset -18px -18px 0 rgba(0,63,95,0.16); }
.print-visual-tag span:nth-child(2) { width: 18%; height: 18%; left: 41%; top: 36%; border: 9px solid var(--paper); border-radius: 50%; }
.print-visual-tag span:nth-child(3) { width: 35%; height: 9px; left: 32.5%; top: 61%; background: var(--paper); border-radius: 999px; }
.print-visual-tag span:nth-child(4) { width: 21%; height: 8px; left: 39.5%; top: 69%; background: var(--paper); border-radius: 999px; }

.process-layout, .video-layout, .quote-layout { display: grid; grid-template-columns: minmax(0, 0.82fr) minmax(320px, 1fr); gap: 52px; align-items: start; }
.process-list { display: grid; gap: 12px; }
.process-list article { display: grid; grid-template-columns: 54px minmax(0, 1fr); gap: 8px 16px; padding: 20px; }
.process-list span { grid-row: 1 / span 2; color: var(--blue-dark); font-size: 1.34rem; font-weight: 950; }

.video-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.video-placeholder { min-height: 270px; display: flex; flex-direction: column; justify-content: flex-end; border: 1px solid rgba(255,255,255,0.18); border-radius: 8px; padding: 18px; background: linear-gradient(160deg, #004866, #008bc7); color: var(--paper); }
.video-placeholder:nth-child(even) { background: linear-gradient(160deg, #233027, #5f833e); }
.video-placeholder strong { font-size: 1.15rem; }
.play-dot { width: 46px; height: 46px; border: 2px solid rgba(255,255,255,0.86); border-radius: 50%; margin-bottom: auto; position: relative; }
.play-dot::after { content: ""; position: absolute; left: 17px; top: 12px; border-top: 9px solid transparent; border-bottom: 9px solid transparent; border-left: 13px solid var(--paper); }

.shop-head { display: flex; justify-content: space-between; gap: 24px; align-items: end; margin-bottom: 34px; }
.shop-teaser { display: flex; align-items: end; justify-content: space-between; gap: 24px; }
.teaser-actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: flex-end; }
.shop-hero { min-height: 620px; display: flex; align-items: center; padding: 74px 0 66px; }
.shop-hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 0.38fr); align-items: center; gap: 48px; }
.shop-hero h1 { font-size: clamp(2.8rem, 6vw, 5.4rem); }
.shop-hero-card { border: 1px solid var(--line); border-radius: 8px; background: rgba(255,255,255,0.84); box-shadow: var(--shadow); padding: 24px; }
.shop-hero-card span { color: var(--muted); display: block; font-weight: 900; margin-bottom: 4px; }
.shop-hero-card strong { color: var(--deep); display: block; font-size: 2.4rem; line-height: 1; margin-bottom: 14px; }
.shop-hero-card p { color: var(--muted); margin-bottom: 22px; }
.shop-featured { padding-top: 46px; }
.shop-carousel { display: grid; grid-auto-columns: minmax(250px, 32%); grid-auto-flow: column; gap: 16px; overflow-x: auto; overscroll-behavior-inline: contain; padding: 0 0 14px; scroll-snap-type: inline mandatory; }
.carousel-card { min-height: 430px; display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: var(--paper); box-shadow: 0 12px 30px rgba(16, 33, 42, 0.07); scroll-snap-align: start; }
.carousel-media { aspect-ratio: 1 / 1; overflow: hidden; background: #eef3f5; }
.carousel-card > div:last-child { padding: 18px; }
.carousel-card span { color: var(--deep); font-weight: 950; }
.category-row { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; max-width: 520px; }
.category-chip { display: inline-flex; align-items: center; min-height: 36px; border: 1px solid var(--line); border-radius: 7px; background: var(--paper); color: var(--deep); font-size: 0.86rem; font-weight: 900; padding: 0 12px; }
.category-chip:hover { border-color: var(--blue); color: var(--blue-dark); }
.category-sections { display: grid; gap: 44px; }
.category-block { scroll-margin-top: 96px; }
.category-title { display: flex; align-items: end; justify-content: space-between; gap: 16px; border-bottom: 1px solid var(--line); margin-bottom: 16px; padding-bottom: 12px; }
.category-title h3 { color: var(--deep); font-size: 1.5rem; margin: 0; }
.category-title span { color: var(--muted); font-weight: 850; }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.product-card { overflow: hidden; display: flex; flex-direction: column; }
.product-image { display: block; aspect-ratio: 1 / 1; overflow: hidden; }
.product-body { display: flex; flex: 1; flex-direction: column; padding: 18px; }
.product-body p:not(.tag) { margin-bottom: 16px; }
.customizable-tag {
  display: inline-flex;
  width: fit-content;
  min-height: 26px;
  align-items: center;
  border: 1px solid rgba(127, 176, 105, 0.35);
  border-radius: 6px;
  margin: -2px 0 16px;
  padding: 0 9px;
  background: rgba(127, 176, 105, 0.12);
  color: #446a33;
  font-size: 0.76rem;
  font-weight: 950;
  text-transform: uppercase;
}
.product-foot { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: auto; }
.product-foot strong, .product-price { color: var(--deep); font-size: 1.18rem; font-weight: 950; }
.product-foot .button { min-height: 40px; padding: 0 12px; white-space: nowrap; }

.quote-layout { align-items: center; }
.quote-form { display: grid; gap: 14px; border: 1px solid var(--line); border-radius: 8px; background: var(--paper); box-shadow: var(--shadow); padding: 22px; }
.quote-form label { color: var(--deep); display: grid; gap: 7px; font-size: 0.86rem; font-weight: 900; }
.quote-form input, .quote-form textarea { border: 1px solid var(--line); border-radius: 7px; color: var(--ink); font: inherit; padding: 11px 12px; resize: vertical; width: 100%; }
.contact-band { background: var(--paper); border-top: 1px solid var(--line); }
.site-footer { border-top: 1px solid var(--line); padding: 28px 0; color: var(--muted); background: #eef3f5; font-size: 0.92rem; }
.footer-inner { display: flex; justify-content: space-between; gap: 28px; align-items: flex-start; }
.footer-inner span:first-child { color: var(--deep); display: block; font-weight: 950; margin-bottom: 4px; }
.footer-inner p { max-width: 440px; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px 16px; font-weight: 850; }
.footer-links a:hover { color: var(--blue-dark); }

.product-page { min-height: calc(100vh - 72px); }
.product-detail { display: grid; grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1fr); gap: 48px; align-items: center; }
.product-detail-media { aspect-ratio: 1 / 1; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; box-shadow: var(--shadow); }
.product-detail-copy ul { display: grid; gap: 8px; margin: 22px 0 0 20px; }
.product-options {
  display: grid;
  gap: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255,255,255,0.82);
  margin-top: 24px;
  padding: 18px;
}
.product-options h2 { font-size: 1.35rem; margin-bottom: 0; }
.product-options p { color: var(--muted); margin: -6px 0 0; }
.product-options label { display: grid; gap: 7px; color: var(--deep); font-size: 0.86rem; font-weight: 900; }
.product-options input, .product-options select, .product-options textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: var(--paper);
  color: var(--ink);
  font: inherit;
  padding: 11px 12px;
}
.product-options textarea { resize: vertical; }
.form-status { color: #9b1c1c !important; font-size: 0.9rem; font-weight: 850; min-height: 1.3em; }
.checkout-result { max-width: 820px; }
.policy-layout { display: grid; grid-template-columns: minmax(0, 0.78fr) minmax(320px, 1fr); gap: 48px; align-items: start; }
.policy-hero { position: sticky; top: 112px; }
.policy-panel { display: grid; gap: 14px; }
.policy-panel article { border: 1px solid var(--line); border-radius: 8px; background: var(--paper); box-shadow: 0 10px 28px rgba(16,33,42,.07); padding: 22px; }
.policy-panel h2 { font-size: 1.28rem; margin-bottom: 10px; }
.policy-panel p { color: var(--muted); }
.policy-panel a { color: var(--blue-dark); font-weight: 900; text-decoration: underline; text-underline-offset: 3px; }
.lookup-form { margin: 28px 0 18px; box-shadow: none; }
.order-summary { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin: 28px 0 16px; }
.order-summary div, .order-items article { border: 1px solid var(--line); border-radius: 8px; background: var(--paper); padding: 16px; box-shadow: 0 10px 28px rgba(16,33,42,.07); }
.order-summary span, .order-items span { display: block; color: var(--muted); font-size: 0.86rem; font-weight: 850; }
.order-summary strong { color: var(--deep); font-size: 1rem; }
.order-items { display: grid; gap: 10px; margin-top: 12px; }
.order-items article { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.order-items small, .cart-line small { display: block; color: var(--muted); font-size: 0.82rem; line-height: 1.35; margin-top: 3px; }

.cart-panel { position: fixed; inset: 0; z-index: 100; pointer-events: none; }
.cart-panel[aria-hidden="false"] { pointer-events: auto; }
.cart-scrim { position: absolute; inset: 0; background: rgba(16, 33, 42, 0); transition: background 0.2s ease; }
.cart-panel[aria-hidden="false"] .cart-scrim { background: rgba(16, 33, 42, 0.42); }
.cart-drawer { position: absolute; right: 0; top: 0; width: min(440px, 100%); height: 100%; display: flex; flex-direction: column; gap: 18px; background: var(--paper); border-left: 1px solid var(--line); box-shadow: -24px 0 60px rgba(16,33,42,0.18); padding: 22px; transform: translateX(105%); transition: transform 0.22s ease; }
.cart-panel[aria-hidden="false"] .cart-drawer { transform: translateX(0); }
.cart-head { display: flex; align-items: start; justify-content: space-between; gap: 14px; }
.icon-button { width: 36px; height: 36px; border: 1px solid var(--line); border-radius: 7px; background: var(--paper); cursor: pointer; font-weight: 900; }
.cart-items { display: grid; gap: 12px; overflow: auto; }
.cart-line { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 12px; border: 1px solid var(--line); border-radius: 8px; padding: 12px; }
.cart-line span { display: block; color: var(--muted); font-size: 0.86rem; }
.qty-controls { display: inline-flex; align-items: center; gap: 8px; }
.qty-controls button { width: 30px; height: 30px; border: 1px solid var(--line); border-radius: 6px; background: var(--page); cursor: pointer; font-weight: 900; }
.cart-summary { display: grid; gap: 8px; border-top: 1px solid var(--line); margin-top: auto; padding-top: 16px; }
.cart-summary div { display: flex; justify-content: space-between; gap: 12px; color: var(--muted); }
.cart-summary .total { color: var(--ink); font-size: 1.08rem; font-weight: 950; }
.cart-note, .checkout-status, .empty-cart { color: var(--muted); font-size: 0.9rem; }

@media (max-width: 1040px) {
  .capability-grid, .gallery-grid, .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .shop-carousel { grid-auto-columns: minmax(240px, 46%); }
}
@media (max-width: 860px) {
  .nav { align-items: flex-start; flex-direction: column; justify-content: center; padding: 14px 0; }
  .nav-links { width: 100%; gap: 16px; overflow-x: auto; padding-bottom: 3px; }
  .hero { min-height: auto; padding-top: 46px; }
  .hero-grid, .shop-hero-grid, .process-layout, .video-layout, .quote-layout, .product-detail, .policy-layout { grid-template-columns: 1fr; }
  .hero-media img { width: min(100%, 300px); margin: 0 auto; }
  .signal-row { grid-template-columns: 1fr; }
  .section-heading.compact { margin-bottom: 28px; }
  .shop-head, .shop-teaser { align-items: flex-start; flex-direction: column; }
  .order-summary { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .policy-hero { position: static; }
  .teaser-actions, .category-row { justify-content: flex-start; }
  .shop-hero { min-height: auto; padding: 58px 0; }
  .shop-hero .hero-actions .button { flex: 1 1 100%; }
}
@media (max-width: 620px) {
  .container { width: calc(100% - 32px); overflow-x: hidden; }
  .hero { overflow-x: hidden; }
  .hero-copy, .hero-copy * { max-width: 100%; overflow-wrap: anywhere; word-break: normal; }
  h1 { font-size: 1.34rem; max-width: 100%; }
  .shop-hero-grid { justify-items: start; }
  .shop-hero-grid > * { width: min(100%, 318px); max-width: 318px; }
  .shop-hero h1 { font-size: 1.86rem; line-height: 1.05; overflow-wrap: anywhere; }
  .shop-hero .lede { font-size: 0.96rem; max-width: 318px; }
  .shop-hero .hero-actions { flex-direction: column; width: 100%; }
  .shop-hero .hero-actions .button { width: 100%; }
  .eyebrow { font-size: 0.68rem; overflow-wrap: anywhere; }
  .lede { font-size: 0.98rem; max-width: 100%; }
  .nav-links { gap: 14px; font-size: 0.88rem; }
  .section { padding: 64px 0; }
  .capability-grid, .gallery-grid, .product-grid, .video-grid { grid-template-columns: 1fr; }
  .order-summary { grid-template-columns: 1fr; }
  .shop-carousel { grid-auto-columns: minmax(240px, 86%); }
  .carousel-card { min-height: 390px; }
  .product-foot { align-items: flex-start; flex-direction: column; }
  .category-title { align-items: flex-start; flex-direction: column; }
  .footer-inner { flex-direction: column; }
  .footer-links { justify-content: flex-start; }
}
