:root {
  --ink: #111820;
  --panel: #18232d;
  --muted: #65717d;
  --line: #dce4e8;
  --cloud: #f3f7f8;
  --white: #ffffff;
  --maroon: #7a1830;
  --maroon-2: #b8324f;
  --blush: #fae9ee;
  --gold: #c9974a;
  --champagne: #f2d7ad;
  --shadow: 0 22px 70px rgba(17, 24, 32, 0.16);
}

/* Final compact desktop lock for upload build */
.site-header.premium-site-header {
  grid-template-columns: auto minmax(260px, 520px) minmax(260px, 1fr) auto;
}

.site-header.premium-site-header .header-cta {
  justify-self: end;
  width: auto;
  min-width: 138px;
  max-width: 174px;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 8px;
}

.site-header.premium-site-header .header-cta .cart-count {
  width: 30px;
  height: 30px;
  min-width: 30px;
  font-size: 15px;
}

.contact-form.footer-contact-form {
  grid-template-columns: minmax(220px, 0.72fr) minmax(220px, 310px) minmax(260px, 0.95fr) minmax(150px, 210px);
  gap: 14px;
  padding: 22px 24px;
}

.contact-form.footer-contact-form h2 {
  max-width: 360px;
  font-size: clamp(24px, 2.1vw, 34px);
  line-height: 1.05;
}

.contact-form.footer-contact-form p {
  max-width: 390px;
  font-size: 16px;
  line-height: 1.45;
}

.contact-form.footer-contact-form input,
.contact-form.footer-contact-form textarea {
  min-height: 54px;
  padding: 14px 18px;
}

.contact-form.footer-contact-form textarea {
  height: 54px;
  min-height: 54px;
}

.contact-form.footer-contact-form button {
  min-height: 54px;
  padding: 0 22px;
  border-radius: 8px;
}

.newsletter-form {
  padding: 22px 24px;
}

.newsletter-form h2 {
  font-size: clamp(24px, 2.1vw, 34px);
}

.newsletter-form input,
.newsletter-form button {
  min-height: 54px;
  border-radius: 8px;
}

.premium-product-art img[src*="galaxy-z-fold"],
.premium-product-art img[src*="pixel-10-pro-fold"] {
  max-width: 92%;
  max-height: 86%;
}

@media (max-width: 1180px) {
  .contact-form.footer-contact-form {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .site-header.premium-site-header .header-cta {
    display: none;
  }

  .contact-form.footer-contact-form,
  .newsletter-form {
    padding: 18px;
  }
}

.page-actions .page-pill-link,
.page-actions a.back-link,
.page-actions a.text-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  max-width: 100% !important;
  min-height: 42px !important;
  padding: 0 16px !important;
  color: #33404a !important;
  background: #ffffff !important;
  border: 1px solid rgba(17, 24, 32, 0.1) !important;
  border-radius: 999px !important;
  box-shadow: 0 10px 26px rgba(17, 24, 32, 0.06) !important;
  font-size: 14px !important;
  font-weight: 950 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

.page-actions .page-pill-link:hover,
.page-actions .page-pill-link:focus-visible {
  color: #7a1830 !important;
  border-color: rgba(122, 24, 48, 0.24) !important;
}

[hidden] {
  display: none !important;
}

/* Final storefront overrides */
.top-utility-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 38px;
  padding: 7px clamp(18px, 4vw, 56px);
  color: #d9e2e5;
  background: #111820;
  font-size: 13px;
  font-weight: 850;
}

.top-utility-bar nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.top-utility-bar a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 950;
}

.site-header {
  min-height: 72px;
  padding-block: 10px;
}

.premium-site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  grid-template-columns: auto minmax(280px, 520px) auto auto;
  gap: 18px;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(17, 24, 32, 0.08);
  box-shadow: 0 12px 36px rgba(17, 24, 32, 0.07);
  backdrop-filter: blur(18px);
}

.header-search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  min-height: 46px;
  overflow: hidden;
  background: #f7f9f9;
  border: 1px solid rgba(17, 24, 32, 0.11);
  border-radius: 999px;
}

.header-search input {
  min-width: 0;
  padding: 0 16px;
  border: 0;
  background: transparent;
  font: inherit;
  font-weight: 850;
}

.header-search button {
  min-width: 88px;
  padding: 0 18px;
  color: #ffffff;
  background: #7a1830;
  border: 0;
  font-weight: 950;
  cursor: pointer;
}

.nav a {
  padding: 8px 0;
}

.category-nav {
  position: sticky;
  top: 72px;
  z-index: 20;
  display: flex;
  gap: 6px;
  padding: 10px clamp(18px, 4vw, 56px);
  overflow-x: auto;
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid rgba(17, 24, 32, 0.08);
  box-shadow: 0 10px 24px rgba(17, 24, 32, 0.04);
}

.category-nav a {
  flex: 0 0 auto;
  padding: 8px 13px;
  color: #33404a;
  border-radius: 999px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 950;
}

.category-nav a:hover,
.category-nav a:focus-visible {
  color: #7a1830;
  background: #fae9ee;
}

.header-cta,
.button.primary,
.add-cart {
  background: linear-gradient(135deg, #7a1830, #4d1021);
  box-shadow: 0 12px 30px rgba(122, 24, 48, 0.22);
}

.hero {
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.95fr);
  min-height: 620px;
  padding-top: clamp(30px, 5vw, 58px);
  padding-bottom: clamp(26px, 4vw, 42px);
  background:
    linear-gradient(110deg, rgba(247, 248, 248, 0.98), rgba(255, 255, 255, 0.94)),
    linear-gradient(135deg, rgba(122, 24, 48, 0.09), rgba(201, 151, 74, 0.08));
}

.hero h1 {
  max-width: 690px;
  font-size: clamp(44px, 5.2vw, 72px);
  line-height: 0.98;
}

.hero-text {
  max-width: 610px;
  font-size: 18px;
  line-height: 1.55;
}

.hero-showcase,
.hero-showcase img {
  min-height: 500px;
}

.hero-showcase {
  border: 1px solid rgba(17, 24, 32, 0.12);
}

.slim-strip div {
  min-height: 74px;
  padding-block: 16px;
}

.secondary-home-section {
  display: none;
}

.popular-section {
  background: #eef4f5;
}

.shop-hero {
  padding: clamp(38px, 5vw, 66px) clamp(18px, 4vw, 56px) clamp(28px, 4vw, 44px);
  background:
    linear-gradient(115deg, #ffffff 0%, #f8eff2 54%, #eef5f6 100%);
  border-bottom: 1px solid rgba(17, 24, 32, 0.08);
}

.shop-hero h1 {
  max-width: 820px;
  font-size: clamp(40px, 5vw, 68px);
}

.shop-hero p:not(.eyebrow) {
  max-width: 720px;
  color: #4f5c66;
  font-size: 18px;
  line-height: 1.55;
}

.shop-layout {
  grid-template-columns: 260px minmax(0, 1fr);
  align-items: start;
}

.shop-filters,
.shop-toolbar,
.cart-page-items,
.cart-page-summary,
.empty-state,
.quote-form {
  border-color: rgba(17, 24, 32, 0.09);
  box-shadow: 0 18px 54px rgba(17, 24, 32, 0.07);
}

.shop-filters {
  gap: 16px;
  background: rgba(255, 255, 255, 0.94);
}

.store-grid {
  grid-template-columns: repeat(3, minmax(240px, 1fr));
  gap: 18px;
}

.product-card {
  grid-template-rows: 228px auto auto auto auto auto auto;
  min-height: 590px;
  padding: 16px;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff, #fbfcfc);
  border-color: rgba(17, 24, 32, 0.09);
  box-shadow: 0 18px 45px rgba(17, 24, 32, 0.07);
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.product-card:hover {
  transform: translateY(-3px);
  border-color: rgba(122, 24, 48, 0.22);
  box-shadow: 0 28px 70px rgba(17, 24, 32, 0.12);
}

.product-art.image-art {
  padding: 18px;
  background:
    radial-gradient(circle at 50% 10%, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.6) 42%, transparent 58%),
    linear-gradient(145deg, #f6edf0, #eef4f5);
}

.product-art.image-art img {
  object-fit: contain;
  transform: scale(1.08);
  mix-blend-mode: normal;
  filter: drop-shadow(0 18px 24px rgba(17, 24, 32, 0.13));
}

.product-card h3 {
  min-height: 50px;
  margin-bottom: 8px;
  font-size: 21px;
}

.product-card p {
  min-height: 76px;
  margin-bottom: 12px;
  line-height: 1.42;
}

.product-card strong {
  font-size: 26px;
}

.compact-select select,
.detail-select select,
.shop-filters input[type="search"],
.sort-select,
.quote-form input,
.quote-form select,
.quote-form textarea {
  border-color: rgba(17, 24, 32, 0.12);
  background: #fbfcfc;
}

.quick-view {
  background: #f3e4e8;
}

.section-heading,
.home-featured-head,
.shop-store-head {
  position: relative;
  padding: 0 0 18px;
  border-bottom: 1px solid rgba(17, 24, 32, 0.08);
}

.section-heading::after,
.home-featured-head::after,
.shop-store-head::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 112px;
  height: 3px;
  background: linear-gradient(90deg, #7a1830, #c9974a);
  border-radius: 999px;
  content: "";
}

.section-heading .eyebrow,
.home-featured-head .eyebrow,
.shop-store-head .eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 4px 9px;
  background: #fae9ee;
  border: 1px solid rgba(122, 24, 48, 0.12);
  border-radius: 999px;
}

.premium-site-footer {
  display: grid;
  grid-template-columns: minmax(260px, 0.82fr) minmax(0, 1.5fr);
  gap: clamp(24px, 4vw, 54px);
  padding: clamp(34px, 5vw, 64px) clamp(18px, 4vw, 56px) 22px;
  color: #d5e0e4;
  background:
    radial-gradient(circle at 16% 18%, rgba(122, 24, 48, 0.26), transparent 34%),
    linear-gradient(135deg, #111820 0%, #18232d 62%, #22121a 100%);
}

.footer-brand-panel {
  display: grid;
  align-content: start;
  gap: 16px;
}

.footer-logo {
  width: 156px;
  height: auto;
  padding: 10px;
  background: #ffffff;
  border-radius: 8px;
}

.footer-brand-panel p {
  max-width: 420px;
  margin: 0;
  color: #d5e0e4;
  line-height: 1.65;
}

.footer-proof-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.footer-proof-row span {
  padding: 7px 10px;
  color: #f2d7ad;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 950;
}

.footer-link-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.premium-site-footer nav {
  display: grid;
  align-content: start;
  gap: 10px;
}

.premium-site-footer h2 {
  margin: 0 0 6px;
  color: #ffffff;
  font-size: 15px;
}

.premium-site-footer a {
  color: #d5e0e4;
  text-decoration: none;
  font-size: 14px;
  font-weight: 850;
}

.premium-site-footer a:hover,
.premium-site-footer a:focus-visible {
  color: #f2d7ad;
}

.footer-bottom {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 14px;
  padding-top: 18px;
  color: #9fb0b8;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 13px;
  font-weight: 850;
}

.footer-bottom a {
  color: #ffffff;
}

.footer-email-link {
  width: fit-content;
  color: #f2d7ad !important;
  font-size: 15px !important;
}

.newsletter-form,
.contact-form {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(240px, 360px) auto;
  gap: 14px;
  align-items: end;
  margin-top: 4px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 10px;
}

.contact-form {
  grid-template-columns: minmax(260px, 0.9fr) minmax(220px, 300px) minmax(260px, 1fr) auto;
  background: rgba(242, 215, 173, 0.1);
  scroll-margin-top: 22px;
}

.newsletter-form h2,
.contact-form h2 {
  margin: 5px 0 5px;
  color: #ffffff;
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.08;
}

.newsletter-form p,
.contact-form p {
  max-width: 620px;
  margin: 0;
  color: #d5e0e4;
  line-height: 1.55;
}

.newsletter-form label,
.contact-form label {
  display: grid;
  gap: 6px;
  color: #f2d7ad;
  font-size: 13px;
  font-weight: 950;
}

.newsletter-form input,
.contact-form input,
.contact-form textarea {
  width: 100%;
  min-height: 52px;
  padding: 0 16px;
  color: #111820;
  background: #ffffff;
  border: 2px solid transparent;
  border-radius: 8px;
  font: inherit;
  font-weight: 800;
}

.contact-form textarea {
  min-height: 86px;
  padding-block: 13px;
  resize: vertical;
}

.newsletter-form input:focus-visible,
.contact-form input:focus-visible,
.contact-form textarea:focus-visible {
  outline: 3px solid rgba(242, 215, 173, 0.55);
  outline-offset: 2px;
}

.newsletter-form input[aria-invalid="true"],
.contact-form input[aria-invalid="true"],
.contact-form textarea[aria-invalid="true"] {
  border-color: #f2d7ad;
}

.newsletter-form button,
.contact-form button {
  min-height: 52px;
  padding: 0 22px;
  color: #ffffff;
  background: #8a1538;
  border: 0;
  border-radius: 8px;
  font: inherit;
  font-weight: 950;
  cursor: pointer;
}

.newsletter-form button:hover,
.newsletter-form button:focus-visible,
.contact-form button:hover,
.contact-form button:focus-visible {
  background: #a81d45;
}

.newsletter-toast {
  position: fixed;
  right: 18px;
  bottom: 92px;
  z-index: 80;
  max-width: min(360px, calc(100vw - 28px));
  padding: 14px 16px;
  color: #ffffff;
  background: #111820;
  border: 1px solid rgba(242, 215, 173, 0.36);
  border-radius: 10px;
  box-shadow: 0 22px 70px rgba(17, 24, 32, 0.22);
  font-weight: 900;
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease;
}

.newsletter-toast.show {
  opacity: 1;
  transform: translateY(0);
}

.newsletter-toast.warning-toast {
  background: #7a1027;
  border-color: #f2d7ad;
  box-shadow: 0 24px 80px rgba(122, 16, 39, 0.35);
}

.product-detail {
  grid-template-columns: minmax(420px, 1.05fr) minmax(360px, 0.95fr);
  padding-top: clamp(36px, 5vw, 72px);
  background:
    linear-gradient(115deg, #ffffff, #f4f8f8);
}

.product-media-panel {
  display: grid;
  gap: 16px;
}

.product-detail .dialog-art {
  min-height: 560px;
  padding: clamp(22px, 4vw, 46px);
  background:
    radial-gradient(circle at 50% 20%, #ffffff 0%, #ffffff 36%, transparent 60%),
    linear-gradient(145deg, #f7edf1, #edf5f5);
  border: 1px solid rgba(17, 24, 32, 0.08);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(17, 24, 32, 0.1);
}

.product-detail .dialog-art img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 22px 28px rgba(17, 24, 32, 0.14));
}

.product-gallery-main video {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  background: #111820;
  border-radius: 8px;
}

.product-gallery-thumbs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.product-gallery-thumbs button {
  display: grid;
  gap: 7px;
  min-height: 92px;
  padding: 8px;
  background: #ffffff;
  border: 1px solid rgba(17, 24, 32, 0.12);
  border-radius: 8px;
  cursor: pointer;
}

.product-gallery-thumbs button.active,
.product-gallery-thumbs button[aria-pressed="true"] {
  border-color: #7a1830;
  box-shadow: 0 0 0 3px rgba(122, 24, 48, 0.12);
}

.product-gallery-thumbs img {
  width: 100%;
  height: 58px;
  object-fit: contain;
  background: #f6f8f8;
  border-radius: 6px;
}

.product-gallery-thumbs span {
  color: #4f5c66;
  font-size: 12px;
  font-weight: 950;
}

.media-source-note {
  margin: 0;
  color: #65717d;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.45;
}

.media-notes {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 16px 18px;
  background: #111820;
  color: #ffffff;
  border-radius: 8px;
}

.media-notes span {
  color: var(--champagne);
  font-weight: 900;
}

.product-detail-copy h1 {
  font-size: clamp(42px, 5vw, 68px);
}

.product-detail-copy > p {
  color: #4f5c66;
  font-size: 18px;
  line-height: 1.55;
}

.breakdown {
  background: #ffffff;
  border: 1px solid rgba(17, 24, 32, 0.08);
  box-shadow: 0 18px 48px rgba(17, 24, 32, 0.07);
}

.product-info-band,
.device-detail-grid {
  display: grid;
  gap: 18px;
  padding: clamp(28px, 5vw, 64px) clamp(18px, 4vw, 56px);
}

.product-info-band {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  background: #111820;
  color: #ffffff;
}

.product-info-band article {
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.product-info-band span {
  color: var(--champagne);
  font-weight: 900;
}

.product-info-band h2 {
  margin: 8px 0 10px;
  font-size: 28px;
}

.product-info-band p {
  margin: 0;
  color: #d5e0e4;
  line-height: 1.55;
}

.device-detail-grid {
  grid-template-columns: minmax(0, 0.8fr) minmax(360px, 1.2fr);
  background: #ffffff;
}

.device-detail-grid > div p:not(.eyebrow) {
  color: #4f5c66;
  line-height: 1.6;
}

.device-detail-grid ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.device-detail-grid li {
  display: grid;
  gap: 6px;
  padding: 18px;
  background: #f4f7f8;
  border: 1px solid rgba(17, 24, 32, 0.08);
  border-radius: 8px;
}

.device-detail-grid li span {
  color: #65717d;
}

.quote-section {
  background:
    linear-gradient(115deg, #ffffff, #f7edf1 58%, #eef5f5);
}

.trust-panel {
  box-shadow: 0 18px 45px rgba(17, 24, 32, 0.14);
}

@media (max-width: 980px) {
  .hero,
  .product-detail,
  .device-detail-grid {
    grid-template-columns: 1fr;
  }

  .hero-showcase,
  .hero-showcase img,
  .product-detail .dialog-art {
    min-height: 380px;
  }

  .product-info-band {
    grid-template-columns: 1fr;
  }

  .store-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .nav {
    grid-column: 1 / -1;
    justify-content: flex-start;
    overflow-x: auto;
  }

  .store-grid,
  .device-detail-grid ul {
    grid-template-columns: 1fr;
  }

  .product-card {
    min-height: auto;
  }
}

/* Last word: compact homepage banner */
.hero {
  min-height: 430px;
  padding-top: clamp(22px, 3vw, 38px);
  padding-bottom: clamp(22px, 3vw, 38px);
}

.hero-device-banner {
  min-height: 300px;
}

.hero h1 {
  font-size: clamp(38px, 4.6vw, 60px);
}

/* Minimal homepage banner requested */
.site-header {
  min-height: 68px;
}

.brand-mark {
  width: 40px;
  height: 40px;
}

.brand {
  font-size: 16px;
}

.brand-logo-link {
  min-width: 148px;
}

.brand-logo {
  display: block;
  width: 148px;
  height: 44px;
  object-fit: contain;
  object-position: left center;
}

.hero {
  grid-template-columns: minmax(300px, 0.78fr) minmax(360px, 1.22fr);
  min-height: 430px;
  padding: clamp(26px, 4vw, 48px) clamp(18px, 4vw, 56px);
  background:
    linear-gradient(115deg, #ffffff 0%, #fbf4f6 48%, #eef6f6 100%);
}

.hero h1 {
  max-width: 610px;
  margin-bottom: 14px;
  font-size: clamp(40px, 5vw, 64px);
}

.hero-text {
  max-width: 520px;
  margin-bottom: 22px;
  font-size: 18px;
}

.hero-actions {
  margin: 0;
}

.hero-device-banner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 0.72fr;
  grid-template-rows: 1fr 1fr;
  gap: 12px;
  min-height: 300px;
}

.hero-device-banner img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  background: #ffffff;
  border: 1px solid rgba(17, 24, 32, 0.08);
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(17, 24, 32, 0.08);
}

.hero-device-banner .device-main {
  grid-row: 1 / -1;
  object-fit: contain;
  padding: 20px;
}

.hero-device-banner .device-secondary,
.hero-device-banner .device-tertiary {
  object-fit: contain;
  padding: 16px;
}

.hero-device-banner .device-secondary {
  background: linear-gradient(145deg, #f3eff6, #ffffff);
}

.hero-device-banner .device-tertiary {
  background: linear-gradient(145deg, #eef5f6, #ffffff);
}

@media (max-width: 820px) {
  .hero {
    grid-template-columns: 1fr;
  }

  .hero-device-banner {
    min-height: 240px;
  }
}

/* Premium storefront polish pass */
body {
  background: #f7f8f8;
}

.site-header {
  min-height: 72px;
  padding-block: 10px;
}

.nav a {
  padding: 8px 0;
}

.header-cta,
.button.primary,
.add-cart {
  background: linear-gradient(135deg, #7a1830, #4d1021);
  box-shadow: 0 12px 30px rgba(122, 24, 48, 0.22);
}

.hero {
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.95fr);
  min-height: 620px;
  padding-top: clamp(30px, 5vw, 58px);
  padding-bottom: clamp(26px, 4vw, 42px);
  background:
    linear-gradient(110deg, rgba(247, 248, 248, 0.98), rgba(255, 255, 255, 0.94)),
    linear-gradient(135deg, rgba(122, 24, 48, 0.09), rgba(201, 151, 74, 0.08));
}

.hero h1 {
  max-width: 690px;
  font-size: clamp(44px, 5.2vw, 72px);
  line-height: 0.98;
}

.hero-text {
  max-width: 610px;
  font-size: 18px;
  line-height: 1.55;
}

.hero-showcase {
  min-height: 500px;
  border: 1px solid rgba(17, 24, 32, 0.12);
}

.hero-showcase img {
  min-height: 500px;
}

.slim-strip div {
  min-height: 74px;
  padding-block: 16px;
}

.secondary-home-section {
  display: none;
}

.popular-section {
  background: #eef4f5;
}

.shop-hero {
  padding: clamp(38px, 5vw, 66px) clamp(18px, 4vw, 56px) clamp(28px, 4vw, 44px);
  background:
    linear-gradient(115deg, #ffffff 0%, #f8eff2 54%, #eef5f6 100%);
  border-bottom: 1px solid rgba(17, 24, 32, 0.08);
}

.shop-hero h1 {
  max-width: 820px;
  font-size: clamp(40px, 5vw, 68px);
}

.shop-hero p:not(.eyebrow) {
  max-width: 720px;
  color: #4f5c66;
  font-size: 18px;
  line-height: 1.55;
}

.shop-layout {
  grid-template-columns: 260px minmax(0, 1fr);
  align-items: start;
}

.shop-filters,
.shop-toolbar,
.cart-page-items,
.cart-page-summary,
.empty-state,
.quote-form {
  border-color: rgba(17, 24, 32, 0.09);
  box-shadow: 0 18px 54px rgba(17, 24, 32, 0.07);
}

.shop-filters {
  gap: 16px;
  background: rgba(255, 255, 255, 0.94);
}

.store-grid {
  grid-template-columns: repeat(3, minmax(240px, 1fr));
  gap: 18px;
}

.product-card {
  grid-template-rows: 228px auto auto auto auto auto auto;
  min-height: 590px;
  padding: 16px;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff, #fbfcfc);
  border-color: rgba(17, 24, 32, 0.09);
  box-shadow: 0 18px 45px rgba(17, 24, 32, 0.07);
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.product-card:hover {
  transform: translateY(-3px);
  border-color: rgba(122, 24, 48, 0.22);
  box-shadow: 0 28px 70px rgba(17, 24, 32, 0.12);
}

.product-art.image-art {
  padding: 18px;
  background:
    radial-gradient(circle at 50% 10%, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.6) 42%, transparent 58%),
    linear-gradient(145deg, #f6edf0, #eef4f5);
}

.product-art.image-art img {
  object-fit: contain;
  transform: scale(1.08);
  mix-blend-mode: normal;
  filter: drop-shadow(0 18px 24px rgba(17, 24, 32, 0.13));
}

.product-card h3 {
  min-height: 50px;
  margin-bottom: 8px;
  font-size: 21px;
}

.product-card p {
  min-height: 76px;
  margin-bottom: 12px;
  line-height: 1.42;
}

.product-card strong {
  font-size: 26px;
}

.compact-select select,
.detail-select select,
.shop-filters input[type="search"],
.sort-select,
.quote-form input,
.quote-form select,
.quote-form textarea {
  border-color: rgba(17, 24, 32, 0.12);
  background: #fbfcfc;
}

.quick-view {
  background: #f3e4e8;
}

.product-detail {
  grid-template-columns: minmax(420px, 1.05fr) minmax(360px, 0.95fr);
  padding-top: clamp(36px, 5vw, 72px);
  background:
    linear-gradient(115deg, #ffffff, #f4f8f8);
}

.product-media-panel {
  display: grid;
  gap: 16px;
}

.product-detail .dialog-art {
  min-height: 560px;
  padding: clamp(22px, 4vw, 46px);
  background:
    radial-gradient(circle at 50% 20%, #ffffff 0%, #ffffff 36%, transparent 60%),
    linear-gradient(145deg, #f7edf1, #edf5f5);
  border: 1px solid rgba(17, 24, 32, 0.08);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(17, 24, 32, 0.1);
}

.product-detail .dialog-art img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 22px 28px rgba(17, 24, 32, 0.14));
}

.media-notes {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 16px 18px;
  background: #111820;
  color: #ffffff;
  border-radius: 8px;
}

.media-notes span {
  color: var(--champagne);
  font-weight: 900;
}

.product-detail-copy h1 {
  font-size: clamp(42px, 5vw, 68px);
}

.product-detail-copy > p {
  color: #4f5c66;
  font-size: 18px;
  line-height: 1.55;
}

.breakdown {
  background: #ffffff;
  border: 1px solid rgba(17, 24, 32, 0.08);
  box-shadow: 0 18px 48px rgba(17, 24, 32, 0.07);
}

.product-info-band,
.device-detail-grid {
  display: grid;
  gap: 18px;
  padding: clamp(28px, 5vw, 64px) clamp(18px, 4vw, 56px);
}

.product-info-band {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  background: #111820;
  color: #ffffff;
}

.product-info-band article {
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.product-info-band span {
  color: var(--champagne);
  font-weight: 900;
}

.product-info-band h2 {
  margin: 8px 0 10px;
  font-size: 28px;
}

.product-info-band p {
  margin: 0;
  color: #d5e0e4;
  line-height: 1.55;
}

.device-detail-grid {
  grid-template-columns: minmax(0, 0.8fr) minmax(360px, 1.2fr);
  background: #ffffff;
}

.device-detail-grid > div p:not(.eyebrow) {
  color: #4f5c66;
  line-height: 1.6;
}

.device-detail-grid ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.device-detail-grid li {
  display: grid;
  gap: 6px;
  padding: 18px;
  background: #f4f7f8;
  border: 1px solid rgba(17, 24, 32, 0.08);
  border-radius: 8px;
}

.device-detail-grid li span {
  color: #65717d;
}

.quote-section {
  background:
    linear-gradient(115deg, #ffffff, #f7edf1 58%, #eef5f5);
}

.trust-panel {
  box-shadow: 0 18px 45px rgba(17, 24, 32, 0.14);
}

@media (max-width: 980px) {
  .hero,
  .product-detail,
  .device-detail-grid {
    grid-template-columns: 1fr;
  }

  .hero-showcase,
  .hero-showcase img,
  .product-detail .dialog-art {
    min-height: 380px;
  }

  .product-info-band {
    grid-template-columns: 1fr;
  }

  .store-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .nav {
    grid-column: 1 / -1;
    justify-content: flex-start;
    overflow-x: auto;
  }

  .store-grid,
  .device-detail-grid ul {
    grid-template-columns: 1fr;
  }

  .product-card {
    min-height: auto;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 86px;
  overflow-x: clip;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: clip;
}

.page-shell {
  min-height: calc(100vh - 68px);
  background: var(--cloud);
}

.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 18px clamp(18px, 4vw, 56px) 0;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 800;
}

.breadcrumbs a {
  color: var(--maroon);
  text-decoration: none;
}

.breadcrumbs a:hover,
.breadcrumbs a:focus-visible {
  text-decoration: underline;
}

.shop-hero {
  padding: clamp(52px, 7vw, 96px) clamp(18px, 4vw, 56px) 22px;
  background: linear-gradient(135deg, var(--white), var(--blush));
}

.shop-hero h1 {
  margin-bottom: 12px;
}

.product-detail {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 0.86fr);
  gap: clamp(28px, 5vw, 70px);
  padding: clamp(42px, 7vw, 90px) clamp(18px, 4vw, 56px);
  background: var(--white);
}

.product-detail-copy {
  align-self: center;
}

.product-detail .button {
  margin-right: 10px;
  margin-top: 18px;
}

.cart-page-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 22px;
  padding: 22px clamp(18px, 4vw, 56px) clamp(52px, 7vw, 90px);
}

.cart-page-items,
.cart-page-summary,
.empty-state {
  padding: 22px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.cart-page-items {
  display: grid;
  gap: 12px;
}

.cart-page-summary {
  position: sticky;
  top: 92px;
  align-self: start;
  display: grid;
  gap: 16px;
}

.checkout-page {
  min-height: calc(100vh - 68px);
}

.nav a[aria-current="page"] {
  color: var(--maroon);
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 26px;
  padding: 14px clamp(18px, 4vw, 56px);
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.brand,
.nav,
.hero-actions,
.hero-benefits,
.row-heading,
.confidence-strip,
.site-footer {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-weight: 900;
  text-decoration: none;
}

.brand-logo-link {
  min-width: 156px;
}

.brand-logo {
  display: block;
  width: 156px;
  height: 46px;
  object-fit: contain;
  object-position: left center;
}

.brand-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: var(--white);
  background: var(--maroon);
  border-radius: 8px;
  box-shadow: inset 0 -7px 0 rgba(0, 0, 0, 0.13);
}

.nav {
  justify-content: center;
  gap: 24px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 700;
}

.nav a,
.header-cta,
.button,
.text-link,
.product-card a {
  text-decoration: none;
}

.header-cta,
.button {
  border-radius: 8px;
  font-weight: 900;
}

.header-cta {
  padding: 10px 16px;
  color: var(--white);
  background: var(--ink);
  border: 0;
  cursor: pointer;
}

.cart-count {
  display: inline-grid;
  min-width: 22px;
  height: 22px;
  place-items: center;
  margin-left: 8px;
  color: var(--ink);
  background: var(--white);
  border-radius: 999px;
  font-size: 12px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  gap: clamp(30px, 5vw, 76px);
  align-items: center;
  min-height: calc(100vh - 67px);
  padding: clamp(42px, 7vw, 86px) clamp(18px, 4vw, 56px) clamp(34px, 5vw, 60px);
  background:
    linear-gradient(90deg, rgba(243, 247, 248, 0.98), rgba(255, 255, 255, 0.88)),
    radial-gradient(circle at 75% 20%, rgba(184, 50, 79, 0.18), transparent 35%);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--maroon);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 20px;
  font-size: clamp(46px, 6.2vw, 82px);
  line-height: 0.95;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(31px, 4.3vw, 54px);
  line-height: 1.02;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.12;
}

.hero-text,
.section-heading p:not(.eyebrow),
.product-card p,
.promo-card p,
.steps p,
.proof-grid p,
.faq-list p {
  color: var(--muted);
}

.hero-text {
  max-width: 650px;
  font-size: 20px;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 12px;
  margin: 28px 0 22px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 20px;
  border: 0;
  cursor: pointer;
}

.button.primary {
  color: var(--white);
  background: var(--maroon);
}

.button.secondary {
  color: var(--ink);
  background: var(--blush);
}

.hero-benefits {
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.hero-benefits li {
  padding: 9px 12px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
}

.hero-showcase {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  border-radius: 8px;
  background: var(--panel);
  box-shadow: var(--shadow);
}

.hero-showcase img {
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
  opacity: 0.92;
}

.hero-showcase::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(12, 18, 24, 0.72));
  pointer-events: none;
}

.price-float,
.hero-panel {
  position: absolute;
  border-radius: 8px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.24);
  z-index: 2;
}

.price-float {
  left: 24px;
  bottom: 24px;
  width: min(320px, calc(100% - 48px));
  padding: 18px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.hero-panel {
  top: 24px;
  right: 24px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  width: min(330px, calc(100% - 48px));
  padding: 16px;
  color: var(--white);
  background: rgba(17, 24, 32, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(10px);
}

.hero-panel p {
  margin: 0;
  color: #eef7f8;
  font-weight: 800;
}

.mini-icon,
.promo-icon {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  color: var(--white);
  background: var(--maroon);
  border-radius: 8px;
}

.mini-icon svg,
.promo-icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.price-float small,
.price-float span {
  display: block;
  color: var(--muted);
  font-weight: 800;
}

.price-float strong {
  display: block;
  margin: 3px 0;
  font-size: 34px;
}

.confidence-strip {
  justify-content: stretch;
  background: var(--panel);
  color: var(--white);
}

.confidence-strip div {
  flex: 1;
  min-height: 96px;
  padding: 22px clamp(18px, 4vw, 56px);
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.confidence-strip strong {
  display: block;
  font-size: 32px;
  line-height: 1;
}

.confidence-strip span {
  color: #cbd7dc;
}

.section {
  padding: clamp(56px, 8vw, 98px) clamp(18px, 4vw, 56px);
}

.section-heading {
  max-width: 820px;
  margin-bottom: 30px;
}

.row-heading {
  justify-content: space-between;
  gap: 20px;
  max-width: none;
}

.text-link {
  color: var(--maroon);
  font-weight: 900;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 12px;
}

.category-grid a {
  display: grid;
  min-height: 118px;
  place-items: center;
  gap: 10px;
  padding: 16px;
  text-align: center;
  text-decoration: none;
  background: var(--cloud);
  border: 1px solid var(--line);
  border-radius: 8px;
  font-weight: 900;
}

.cat-icon {
  position: relative;
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  color: var(--maroon);
  background: var(--white);
  border: 1px solid rgba(122, 24, 48, 0.18);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(122, 24, 48, 0.12);
}

.cat-icon svg,
.product-art svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.promo-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 16px;
  padding: 0 clamp(18px, 4vw, 56px) clamp(56px, 8vw, 98px);
}

.promo-card {
  position: relative;
  min-height: 265px;
  padding: 26px;
  overflow: hidden;
  background: var(--blush);
  border-radius: 8px;
}

.promo-card > *:not(img) {
  position: relative;
  z-index: 1;
}

.promo-card > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.28;
}

.promo-card.large {
  position: relative;
  grid-row: span 2;
  color: var(--white);
  background: var(--panel);
}

.promo-card.large::after,
.promo-card:not(.dark)::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(122, 24, 48, 0.9), rgba(17, 24, 32, 0.82));
}

.promo-card.dark {
  color: var(--white);
  background: var(--panel);
}

.promo-card strong {
  display: block;
  margin-top: 18px;
  font-size: 28px;
}

.promo-card.dark p,
.promo-card.large p {
  color: #d7e4e7;
}

.tag,
.product-type {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 14px;
  padding: 6px 10px;
  color: var(--maroon);
  background: var(--white);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
}

.popular-section {
  background: var(--cloud);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.shop-layout {
  display: grid;
  grid-template-columns: 290px minmax(0, 1fr);
  gap: 22px;
}

.shop-filters {
  position: sticky;
  top: 92px;
  align-self: start;
  display: grid;
  gap: 18px;
  padding: 20px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 38px rgba(17, 24, 32, 0.08);
}

.filter-head,
.shop-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.filter-reset,
.drawer-close,
.dialog-close {
  border: 0;
  color: var(--maroon);
  background: transparent;
  font-weight: 900;
  cursor: pointer;
}

.shop-filters label,
.shop-filters fieldset {
  display: grid;
  gap: 9px;
  color: var(--ink);
  font-weight: 850;
}

.shop-filters input[type="search"],
.sort-select {
  min-height: 42px;
  padding: 9px 11px;
  border: 1px solid var(--line);
  border-radius: 8px;
  font: inherit;
  background: var(--white);
}

.shop-filters fieldset {
  padding: 0;
  border: 0;
}

.shop-filters fieldset label {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--muted);
  font-weight: 800;
}

.filter-card {
  padding: 16px;
  color: var(--white);
  background: var(--panel);
  border-radius: 8px;
}

.filter-card span {
  color: var(--champagne);
  font-weight: 900;
}

.filter-card strong {
  display: block;
  margin: 7px 0;
}

.filter-card p {
  margin: 0;
  color: #d5e0e4;
}

.shop-toolbar {
  margin-bottom: 16px;
  padding: 14px 16px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.store-grid {
  grid-template-columns: repeat(3, minmax(260px, 1fr));
}

.product-card {
  display: grid;
  grid-template-rows: 190px auto auto auto auto auto auto;
  min-height: 510px;
  padding: 18px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.product-card.featured {
  background: #11242b;
  color: var(--white);
}

.product-card.featured p {
  color: #d3e3e6;
}

.product-art {
  position: relative;
  display: grid;
  place-items: center;
  margin-bottom: 16px;
  color: var(--maroon);
  background:
    linear-gradient(135deg, rgba(122, 24, 48, 0.08), rgba(201, 151, 74, 0.1)),
    var(--white);
  border-radius: 8px;
  border: 1px solid var(--line);
}

.product-art svg {
  width: 84px;
  height: 84px;
  stroke-width: 1.25;
}

.product-art.image-art {
  overflow: hidden;
  padding: 12px;
  background:
    linear-gradient(135deg, rgba(122, 24, 48, 0.08), rgba(201, 151, 74, 0.1)),
    #fbfbfb;
}

.product-art.image-art img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.product-card.featured .product-art.image-art {
  background: #ffffff;
}

.product-card strong {
  align-self: end;
  margin-top: 8px;
  font-size: 28px;
}

.spec-list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  padding: 0;
  margin: 0 0 14px;
  list-style: none;
}

.spec-list li {
  padding: 6px 9px;
  color: var(--muted);
  background: var(--cloud);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.term-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
  margin-top: 14px;
}

.term-row button {
  min-height: 34px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  font-weight: 900;
  cursor: pointer;
}

.term-row button.active {
  color: var(--white);
  background: var(--maroon);
  border-color: var(--maroon);
}

.product-actions {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 8px;
  margin-top: 14px;
}

.product-actions button,
.product-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: 0;
  border-radius: 8px;
  font-weight: 900;
  cursor: pointer;
}

.quick-view {
  color: var(--maroon);
  background: var(--blush);
}

.add-cart {
  color: var(--white);
  background: var(--ink);
}

.product-card.featured a {
  background: var(--gold);
}

.product-card.featured .quick-view {
  color: var(--ink);
  background: var(--white);
}

.product-card.featured .add-cart {
  color: var(--ink);
  background: var(--gold);
}

.steps,
.proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.steps article,
.proof-grid article {
  padding: 24px;
  background: var(--cloud);
  border-radius: 8px;
}

.steps article {
  border-left: 4px solid var(--gold);
}

.steps span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  margin-bottom: 16px;
  color: var(--white);
  background: var(--maroon);
  border-radius: 999px;
  font-weight: 900;
}

.service-proof {
  padding: clamp(56px, 8vw, 98px) clamp(18px, 4vw, 56px);
  color: var(--white);
  background: var(--panel);
}

.service-proof .section-heading p:not(.eyebrow),
.service-proof .proof-grid p {
  color: #cedbe0;
}

.proof-grid article {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.proof-grid strong {
  display: block;
  margin-bottom: 8px;
  color: var(--champagne);
  font-size: 20px;
}

.quote-section {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1.18fr);
  gap: clamp(28px, 5vw, 64px);
  padding: clamp(56px, 8vw, 98px) clamp(18px, 4vw, 56px);
  background: linear-gradient(135deg, #f6fafb, var(--blush));
}

.quote-copy {
  position: sticky;
  top: 96px;
  align-self: start;
}

.checkout-summary {
  max-width: 380px;
  margin-top: 28px;
  padding: 22px;
  color: var(--white);
  background: var(--panel);
  border-radius: 8px;
}

.checkout-summary span {
  display: block;
  color: var(--champagne);
  font-weight: 900;
}

.checkout-summary strong {
  display: block;
  margin: 8px 0;
  font-size: 28px;
}

.checkout-summary p {
  color: #d4e0e5;
}

.quote-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: 24px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.quote-form label,
.quote-form fieldset {
  display: grid;
  gap: 7px;
  font-weight: 900;
}

.quote-form input,
.quote-form select,
.quote-form textarea {
  width: 100%;
  min-height: 46px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  font: inherit;
  background: var(--white);
}

.quote-form textarea,
.quote-form fieldset,
.quote-form button,
.form-note {
  grid-column: 1 / -1;
}

.quote-form fieldset {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.quote-form legend {
  padding: 0 8px;
}

.quote-form fieldset label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 800;
}

.quote-form fieldset input {
  width: auto;
  min-height: auto;
}

.trust-panel {
  display: grid;
  gap: 6px;
  max-width: 420px;
  margin-top: 24px;
  padding: 18px;
  color: var(--white);
  background: var(--panel);
  border-radius: 8px;
}

.trust-panel strong {
  color: var(--champagne);
}

.trust-panel span {
  color: #d4e0e5;
}

.bot-field {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-alert {
  grid-column: 1 / -1;
  margin: 0;
  padding: 12px 14px;
  color: #7a1833;
  background: #fff0f4;
  border: 1px solid #f0b8c7;
  border-radius: 8px;
  font-weight: 900;
}

.compact-select,
.detail-select {
  display: grid;
  gap: 7px;
  margin: 14px 0 4px;
  font-size: 13px;
  font-weight: 900;
  color: var(--ink);
}

.compact-select select,
.detail-select select {
  width: 100%;
  min-height: 42px;
  padding: 9px 11px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
  font: inherit;
}

.storage-options {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.storage-options button {
  min-height: 44px;
  border: 1px solid rgba(17, 24, 32, 0.14);
  border-radius: 8px;
  background: #ffffff;
  color: #111820;
  font: inherit;
  font-weight: 950;
  cursor: pointer;
}

.storage-options button.active,
.storage-options button[aria-pressed="true"] {
  color: #ffffff;
  background: #7a1830;
  border-color: #7a1830;
}

.form-note {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.faq-section {
  background: var(--white);
}

.faq-list {
  display: grid;
  gap: 10px;
  max-width: 920px;
}

.faq-list details {
  padding: 20px 22px;
  background: var(--cloud);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.faq-list summary {
  cursor: pointer;
  font-size: 19px;
  font-weight: 900;
}

.faq-list p {
  margin: 12px 0 0;
}

.site-footer {
  justify-content: space-between;
  gap: 16px;
  padding: 28px clamp(18px, 4vw, 56px);
  color: var(--muted);
  background: var(--cloud);
}

.drawer-backdrop {
  position: fixed;
  inset: 0;
  z-index: 40;
  background: rgba(17, 24, 32, 0.42);
}

.cart-drawer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 50;
  display: grid;
  grid-template-rows: auto 1fr auto auto auto;
  gap: 18px;
  width: min(480px, 100vw);
  height: 100vh;
  padding: 24px;
  background: var(--white);
  box-shadow: -24px 0 70px rgba(17, 24, 32, 0.22);
  transform: translateX(104%);
  transition: transform 0.2s ease;
}

.cart-drawer.is-open {
  transform: translateX(0);
}

.drawer-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.drawer-head h2 {
  margin: 0;
  font-size: 32px;
}

.cart-items {
  display: grid;
  align-content: start;
  gap: 12px;
  overflow: auto;
}

.cart-items.empty {
  align-content: center;
  min-height: 160px;
  color: var(--muted);
  text-align: center;
  border: 1px dashed var(--line);
  border-radius: 8px;
}

.cart-line {
  display: grid;
  grid-template-columns: 72px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.cart-line img {
  width: 72px;
  height: 56px;
  object-fit: contain;
  background: var(--cloud);
  border-radius: 6px;
}

.cart-line strong,
.cart-line span {
  display: block;
}

.cart-line span {
  color: var(--muted);
  font-size: 14px;
}

.line-remove {
  border: 0;
  color: var(--maroon);
  background: transparent;
  font-weight: 900;
  cursor: pointer;
}

.cover-choice {
  display: grid;
  gap: 10px;
  padding: 16px;
  background: var(--cloud);
  border-radius: 8px;
}

.cover-choice h3 {
  margin: 0;
}

.cover-choice label {
  display: flex;
  gap: 9px;
  color: var(--muted);
  font-weight: 800;
}

.cart-accessory-card {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  padding: 14px;
  background: linear-gradient(135deg, #fff8fa, #ffffff);
  border: 1px solid rgba(122, 24, 48, 0.16);
  border-radius: 8px;
  box-shadow: 0 14px 32px rgba(17, 24, 32, 0.08);
}

.cart-accessory-card[hidden] {
  display: none;
}

.cart-accessory-media {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(17, 24, 32, 0.08);
  border-radius: 8px;
}

.cart-accessory-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cart-accessory-copy {
  display: grid;
  gap: 3px;
}

.cart-accessory-copy span {
  color: var(--maroon);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.cart-accessory-copy strong {
  color: var(--ink);
  font-size: 15px;
  line-height: 1.2;
}

.cart-accessory-copy small {
  color: var(--muted);
  font-weight: 850;
}

.cart-accessory-action {
  display: grid;
  justify-items: end;
  gap: 8px;
}

.cart-accessory-action b {
  color: var(--ink);
  white-space: nowrap;
}

.cart-accessory-add {
  min-height: 38px;
  padding: 0 16px;
  color: #ffffff;
  background: var(--maroon);
  border: 0;
  border-radius: 8px;
  font-weight: 950;
  cursor: pointer;
}

.cart-accessory-add:disabled {
  color: #5b6872;
  background: #e8edef;
  cursor: default;
}

@media (max-width: 520px) {
  .cart-accessory-card {
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 10px;
    padding: 12px;
  }

  .cart-accessory-media {
    width: 56px;
    height: 56px;
  }

  .cart-accessory-action {
    grid-column: 1 / -1;
    grid-template-columns: 1fr auto;
    align-items: center;
    justify-items: stretch;
    width: 100%;
  }

  .cart-accessory-add {
    min-width: 92px;
  }
}

.cart-summary {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.cart-summary div {
  padding: 14px;
  background: var(--panel);
  border-radius: 8px;
}

.cart-summary span {
  display: block;
  color: #d5e0e4;
}

.cart-summary strong {
  color: var(--white);
  font-size: 22px;
}

.product-dialog {
  width: min(920px, calc(100vw - 32px));
  padding: 0;
  border: 0;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.product-dialog::backdrop {
  background: rgba(17, 24, 32, 0.52);
}

.dialog-close {
  position: absolute;
  top: 16px;
  right: 18px;
  z-index: 2;
}

.dialog-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  padding: 34px;
}

.dialog-art {
  display: grid;
  min-height: 360px;
  place-items: center;
  background: var(--cloud);
  border-radius: 8px;
}

.dialog-art img {
  width: 100%;
  max-height: 330px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.breakdown {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 22px 0;
}

.breakdown div {
  padding: 14px;
  background: var(--cloud);
  border-radius: 8px;
}

.breakdown span,
.breakdown strong {
  display: block;
}

.breakdown span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
}

@media (max-width: 1080px) {
  .nav {
    display: none;
  }

  .site-header {
    grid-template-columns: 1fr auto;
  }

  .hero,
  .quote-section {
    grid-template-columns: 1fr;
  }

  .quote-copy {
    position: static;
  }

  .category-grid,
  .product-grid,
  .shop-layout,
  .steps,
  .proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .shop-filters {
    position: static;
    grid-column: 1 / -1;
  }

  .promo-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .site-header {
    padding: 12px 18px;
  }

  .header-cta {
    display: none;
  }

  .hero {
    min-height: auto;
  }

  h1 {
    font-size: 42px;
  }

  .hero-showcase,
  .hero-showcase img {
    min-height: 440px;
  }

  .hero-panel {
    top: 16px;
    right: 16px;
    width: calc(100% - 32px);
  }

  .confidence-strip,
  .row-heading,
  .site-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .confidence-strip div {
    min-height: 78px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .category-grid,
  .product-grid,
  .shop-layout,
  .steps,
  .proof-grid,
  .quote-form,
  .quote-form fieldset {
    grid-template-columns: 1fr;
  }

  .shop-toolbar,
  .dialog-grid,
  .cart-summary,
  .breakdown {
    grid-template-columns: 1fr;
  }

  .dialog-grid {
    padding: 22px;
  }

  .promo-card.large {
    min-height: 430px;
  }

}

/* Bottom-loaded final storefront overrides */
.site-header {
  min-height: 72px;
  padding-block: 10px;
}

.nav a {
  padding: 8px 0;
}

.header-cta,
.button.primary,
.add-cart {
  background: linear-gradient(135deg, #7a1830, #4d1021);
  box-shadow: 0 12px 30px rgba(122, 24, 48, 0.22);
}

.hero {
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.95fr);
  min-height: 620px;
  padding-top: clamp(30px, 5vw, 58px);
  padding-bottom: clamp(26px, 4vw, 42px);
  background:
    linear-gradient(110deg, rgba(247, 248, 248, 0.98), rgba(255, 255, 255, 0.94)),
    linear-gradient(135deg, rgba(122, 24, 48, 0.09), rgba(201, 151, 74, 0.08));
}

.hero h1 {
  max-width: 690px;
  font-size: clamp(44px, 5.2vw, 72px);
  line-height: 0.98;
}

.hero-text {
  max-width: 610px;
  font-size: 18px;
  line-height: 1.55;
}

.hero-showcase,
.hero-showcase img {
  min-height: 500px;
}

.hero-showcase {
  border: 1px solid rgba(17, 24, 32, 0.12);
}

.slim-strip div {
  min-height: 74px;
  padding-block: 16px;
}

.secondary-home-section {
  display: none;
}

.popular-section {
  background: #eef4f5;
}

.shop-hero {
  padding: clamp(38px, 5vw, 66px) clamp(18px, 4vw, 56px) clamp(28px, 4vw, 44px);
  background:
    linear-gradient(115deg, #ffffff 0%, #f8eff2 54%, #eef5f6 100%);
  border-bottom: 1px solid rgba(17, 24, 32, 0.08);
}

.shop-hero h1 {
  max-width: 820px;
  font-size: clamp(40px, 5vw, 68px);
}

.shop-hero p:not(.eyebrow) {
  max-width: 720px;
  color: #4f5c66;
  font-size: 18px;
  line-height: 1.55;
}

.shop-layout {
  grid-template-columns: 260px minmax(0, 1fr);
  align-items: start;
}

.shop-filters,
.shop-toolbar,
.cart-page-items,
.cart-page-summary,
.empty-state,
.quote-form {
  border-color: rgba(17, 24, 32, 0.09);
  box-shadow: 0 18px 54px rgba(17, 24, 32, 0.07);
}

.shop-filters {
  gap: 16px;
  background: rgba(255, 255, 255, 0.94);
}

.store-grid {
  grid-template-columns: repeat(3, minmax(240px, 1fr));
  gap: 18px;
}

.product-card {
  grid-template-rows: 228px auto auto auto auto auto auto;
  min-height: 590px;
  padding: 16px;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff, #fbfcfc);
  border-color: rgba(17, 24, 32, 0.09);
  box-shadow: 0 18px 45px rgba(17, 24, 32, 0.07);
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.product-card:hover {
  transform: translateY(-3px);
  border-color: rgba(122, 24, 48, 0.22);
  box-shadow: 0 28px 70px rgba(17, 24, 32, 0.12);
}

.product-art.image-art {
  padding: 18px;
  background:
    radial-gradient(circle at 50% 10%, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.6) 42%, transparent 58%),
    linear-gradient(145deg, #f6edf0, #eef4f5);
}

.product-art.image-art img {
  object-fit: contain;
  transform: scale(1.08);
  mix-blend-mode: normal;
  filter: drop-shadow(0 18px 24px rgba(17, 24, 32, 0.13));
}

.product-card h3 {
  min-height: 50px;
  margin-bottom: 8px;
  font-size: 21px;
}

.product-card p {
  min-height: 76px;
  margin-bottom: 12px;
  line-height: 1.42;
}

.product-card strong {
  font-size: 26px;
}

.compact-select select,
.detail-select select,
.shop-filters input[type="search"],
.sort-select,
.quote-form input,
.quote-form select,
.quote-form textarea {
  border-color: rgba(17, 24, 32, 0.12);
  background: #fbfcfc;
}

.quick-view {
  background: #f3e4e8;
}

.product-detail {
  grid-template-columns: minmax(420px, 1.05fr) minmax(360px, 0.95fr);
  padding-top: clamp(36px, 5vw, 72px);
  background:
    linear-gradient(115deg, #ffffff, #f4f8f8);
}

.product-media-panel {
  display: grid;
  gap: 16px;
}

.product-detail .dialog-art {
  min-height: 560px;
  padding: clamp(22px, 4vw, 46px);
  background:
    radial-gradient(circle at 50% 20%, #ffffff 0%, #ffffff 36%, transparent 60%),
    linear-gradient(145deg, #f7edf1, #edf5f5);
  border: 1px solid rgba(17, 24, 32, 0.08);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(17, 24, 32, 0.1);
}

.product-detail .dialog-art img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 22px 28px rgba(17, 24, 32, 0.14));
}

.media-notes {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 16px 18px;
  background: #111820;
  color: #ffffff;
  border-radius: 8px;
}

.media-notes span {
  color: var(--champagne);
  font-weight: 900;
}

.product-detail-copy h1 {
  font-size: clamp(42px, 5vw, 68px);
}

.product-detail-copy > p {
  color: #4f5c66;
  font-size: 18px;
  line-height: 1.55;
}

.breakdown {
  background: #ffffff;
  border: 1px solid rgba(17, 24, 32, 0.08);
  box-shadow: 0 18px 48px rgba(17, 24, 32, 0.07);
}

.product-info-band,
.device-detail-grid {
  display: grid;
  gap: 18px;
  padding: clamp(28px, 5vw, 64px) clamp(18px, 4vw, 56px);
}

.product-info-band {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  background: #111820;
  color: #ffffff;
}

.product-info-band article {
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.product-info-band span {
  color: var(--champagne);
  font-weight: 900;
}

.product-info-band h2 {
  margin: 8px 0 10px;
  font-size: 28px;
}

.product-info-band p {
  margin: 0;
  color: #d5e0e4;
  line-height: 1.55;
}

.device-detail-grid {
  grid-template-columns: minmax(0, 0.8fr) minmax(360px, 1.2fr);
  background: #ffffff;
}

.device-detail-grid > div p:not(.eyebrow) {
  color: #4f5c66;
  line-height: 1.6;
}

.device-detail-grid ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.device-detail-grid li {
  display: grid;
  gap: 6px;
  padding: 18px;
  background: #f4f7f8;
  border: 1px solid rgba(17, 24, 32, 0.08);
  border-radius: 8px;
}

.device-detail-grid li span {
  color: #65717d;
}

.quote-section {
  background:
    linear-gradient(115deg, #ffffff, #f7edf1 58%, #eef5f5);
}

.trust-panel {
  box-shadow: 0 18px 45px rgba(17, 24, 32, 0.14);
}

@media (max-width: 980px) {
  .hero,
  .product-detail,
  .device-detail-grid {
    grid-template-columns: 1fr;
  }

  .hero-showcase,
  .hero-showcase img,
  .product-detail .dialog-art {
    min-height: 380px;
  }

  .product-info-band {
    grid-template-columns: 1fr;
  }

  .store-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .nav {
    grid-column: 1 / -1;
    justify-content: flex-start;
    overflow-x: auto;
  }

  .store-grid,
  .device-detail-grid ul {
    grid-template-columns: 1fr;
  }

  .product-card {
    min-height: auto;
  }
}

main > .hero {
  min-height: 430px;
  padding-top: clamp(22px, 3vw, 38px);
  padding-bottom: clamp(22px, 3vw, 38px);
}

main > .hero .hero-device-banner {
  min-height: 300px;
}

main > .hero h1 {
  font-size: clamp(38px, 4.6vw, 60px);
}

.home-page .secondary-home-section,
.home-page .quote-section,
.home-page .faq-section,
.home-page .process-section,
.home-page .service-proof {
  display: none;
}

.home-featured {
  padding: clamp(32px, 5vw, 64px) clamp(18px, 4vw, 56px);
  background: #eef4f5;
}

.home-featured-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.home-featured-head h2 {
  margin-bottom: 0;
  font-size: clamp(30px, 4vw, 46px);
}

.home-featured-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.home-device-card {
  display: grid;
  gap: 8px;
  padding: 16px;
  text-decoration: none;
  background: #ffffff;
  border: 1px solid rgba(17, 24, 32, 0.09);
  border-radius: 8px;
  box-shadow: 0 18px 54px rgba(17, 24, 32, 0.07);
}

.home-device-card img {
  width: 100%;
  height: 210px;
  object-fit: contain;
  padding: 18px;
  background:
    radial-gradient(circle at 50% 42%, rgba(122, 24, 48, 0.1), transparent 42%),
    linear-gradient(145deg, #fbf4f6, #ffffff);
  border-radius: 8px;
}

.home-device-card span {
  color: #7a1830;
  font-weight: 900;
}

.home-device-card strong {
  font-size: 22px;
}

.home-device-card small {
  color: #65717d;
  font-weight: 900;
}

.site-footer nav {
  display: flex;
  gap: 16px;
}

.site-footer nav a {
  color: inherit;
  font-weight: 900;
  text-decoration: none;
}

@media (max-width: 760px) {
  .home-featured-head,
  .site-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .home-featured-grid {
    grid-template-columns: 1fr;
  }
}

/* Rebuilt premium homepage */
.home-page {
  background: #f6f8f8;
}

.home-page .home-hero {
  display: grid;
  grid-template-columns: minmax(360px, 0.9fr) minmax(520px, 1.1fr);
  gap: clamp(30px, 4.5vw, 68px);
  align-items: center;
  min-height: 620px;
  padding: clamp(34px, 5vw, 72px) clamp(18px, 4vw, 56px);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.84) 44%, rgba(17, 24, 32, 0.02) 44%),
    linear-gradient(115deg, #ffffff 0%, #f8f2f4 52%, #eaf3f3 100%);
}

.home-page .home-hero h1 {
  max-width: 780px;
  margin-bottom: 18px;
  font-size: clamp(46px, 5.5vw, 82px);
  line-height: 0.94;
}

.home-page .home-hero .hero-text {
  max-width: 650px;
  color: #3f4d57;
  font-size: 19px;
  line-height: 1.55;
}

.home-hero-prices {
  display: grid;
  gap: 8px;
  max-width: 560px;
  margin-top: 20px;
}

.home-hero-prices a {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
  min-height: 54px;
  padding: 10px 12px 10px 16px;
  color: #111820;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(17, 24, 32, 0.1);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(17, 24, 32, 0.06);
}

.home-hero-prices a:hover {
  border-color: rgba(122, 24, 48, 0.32);
  box-shadow: 0 18px 44px rgba(122, 24, 48, 0.09);
}

.home-hero-prices span {
  color: #3f4d57;
  font-weight: 950;
}

.home-hero-prices strong {
  flex: 0 0 auto;
  padding: 8px 10px;
  color: #ffffff;
  background: #7a1830;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 950;
}

.home-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 650px;
  margin-top: 18px;
}

.home-metrics span {
  display: grid;
  gap: 4px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(17, 24, 32, 0.09);
  border-radius: 8px;
  color: #65717d;
  font-weight: 850;
}

.home-metrics strong {
  color: #111820;
  font-size: 22px;
}

.home-quote-rail {
  display: grid;
  grid-template-columns: 0.8fr 1.6fr auto;
  gap: 14px;
  align-items: center;
  max-width: 650px;
  margin-top: 16px;
  padding: 15px 16px;
  background: #111820;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  box-shadow: 0 20px 54px rgba(17, 24, 32, 0.16);
}

.home-quote-rail span {
  color: var(--champagne);
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}

.home-quote-rail strong {
  color: #ffffff;
  font-size: 15px;
}

.home-quote-rail a {
  justify-self: end;
  color: #ffffff;
  font-weight: 950;
  text-decoration-color: rgba(255, 255, 255, 0.35);
}

.home-device-stage {
  display: grid;
  grid-template-columns: 1.16fr 0.84fr;
  grid-template-rows: repeat(2, minmax(218px, 1fr));
  gap: 14px;
  padding: 14px;
  background:
    linear-gradient(145deg, #111820 0%, #211620 46%, #7a1830 100%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  box-shadow: 0 34px 90px rgba(17, 24, 32, 0.2);
}

.stage-card {
  position: relative;
  display: grid;
  align-content: end;
  min-height: 190px;
  padding: 18px;
  overflow: hidden;
  color: #111820;
  text-decoration: none;
  background:
    radial-gradient(circle at 50% 22%, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.62) 40%, rgba(255, 255, 255, 0.08) 70%),
    rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  box-shadow: none;
}

.stage-main {
  grid-row: 1 / -1;
  color: #ffffff;
  background:
    linear-gradient(180deg, rgba(17, 24, 32, 0) 54%, rgba(17, 24, 32, 0.92) 100%),
    radial-gradient(circle at 50% 22%, rgba(255, 255, 255, 0.24), transparent 52%),
    rgba(255, 255, 255, 0.08);
}

.stage-card img {
  position: absolute;
  inset: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 92px);
  object-fit: contain;
  mix-blend-mode: multiply;
  filter: drop-shadow(0 20px 28px rgba(17, 24, 32, 0.22));
}

.stage-main img {
  inset: 24px 8px 82px;
  width: calc(100% - 16px);
  height: calc(100% - 106px);
  object-fit: contain;
  mix-blend-mode: normal;
}

.stage-google {
  background:
    radial-gradient(circle at 50% 22%, rgba(255, 255, 255, 0.9), rgba(222, 237, 234, 0.58) 42%, rgba(255, 255, 255, 0.08) 72%),
    rgba(255, 255, 255, 0.08);
}

.stage-google img {
  inset: 4px 10px 86px;
  width: calc(100% - 20px);
  height: calc(100% - 90px);
  mix-blend-mode: multiply;
}

.stage-card span,
.stage-card strong {
  position: relative;
  z-index: 1;
}

.stage-card span {
  color: #f2d7ad;
  font-weight: 950;
  text-transform: uppercase;
  font-size: 12px;
}

.stage-main span,
.stage-main strong {
  color: #ffffff;
}

.stage-card strong {
  margin-top: 4px;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.1;
}

.home-shop-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  padding: clamp(18px, 3vw, 34px) clamp(18px, 4vw, 56px);
  background:
    linear-gradient(180deg, #f6f8f8 0%, #ffffff 100%);
}

.home-shop-strip a {
  position: relative;
  display: grid;
  align-content: end;
  gap: 7px;
  min-height: 250px;
  padding: 18px;
  overflow: hidden;
  color: #111820;
  text-decoration: none;
  background:
    radial-gradient(circle at 50% 20%, rgba(122, 24, 48, 0.1), transparent 42%),
    #ffffff;
  border: 1px solid rgba(17, 24, 32, 0.1);
  border-radius: 10px;
  box-shadow: 0 20px 58px rgba(17, 24, 32, 0.08);
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.home-shop-strip a:hover {
  transform: translateY(-3px);
  border-color: rgba(122, 24, 48, 0.28);
  box-shadow: 0 28px 78px rgba(122, 24, 48, 0.12);
}

.home-shop-strip img {
  position: absolute;
  inset: 16px 16px auto;
  width: calc(100% - 32px);
  height: 138px;
  object-fit: contain;
  mix-blend-mode: multiply;
  filter: drop-shadow(0 18px 24px rgba(17, 24, 32, 0.12));
}

.home-shop-strip span {
  position: relative;
  z-index: 1;
  color: #7a1830;
  font-weight: 950;
  text-transform: uppercase;
  font-size: 13px;
}

.home-shop-strip strong {
  position: relative;
  z-index: 1;
  max-width: 260px;
  color: #111820;
  font-size: 22px;
  line-height: 1.12;
}

.home-shop-strip small {
  position: relative;
  z-index: 1;
  width: fit-content;
  padding: 6px 9px;
  color: #ffffff;
  background: #111820;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 950;
}

.home-shop-strip .checkout-card {
  color: #ffffff;
  background:
    linear-gradient(145deg, #111820 0%, #301724 52%, #7a1830 100%);
  border-color: rgba(255, 255, 255, 0.12);
}

.home-shop-strip .checkout-card::before {
  content: "4U";
  position: absolute;
  top: 18px;
  right: 18px;
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 12px;
  font-weight: 950;
}

.home-shop-strip .checkout-card span,
.home-shop-strip .checkout-card strong {
  color: #ffffff;
}

.home-shop-strip .checkout-card small {
  color: #7a1830;
  background: #f2d7ad;
}

.home-page .home-featured {
  background: #eef4f5;
}

.home-page .home-featured-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-page .home-device-card {
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.home-page .home-device-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 28px 70px rgba(17, 24, 32, 0.12);
}

.home-service-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  padding: clamp(34px, 5vw, 70px) clamp(18px, 4vw, 56px);
  background: #ffffff;
}

.home-service-band article {
  display: grid;
  gap: 8px;
  padding: 22px;
  background: #f6f8f8;
  border: 1px solid rgba(17, 24, 32, 0.09);
  border-radius: 8px;
}

.home-service-band span {
  color: #7a1830;
  font-weight: 950;
}

.home-service-band strong {
  font-size: 24px;
}

.home-service-band p {
  margin: 0;
  color: #65717d;
  line-height: 1.5;
}

@media (max-width: 1080px) {
  .home-page .home-hero,
  .home-device-stage,
  .home-page .home-featured-grid,
  .home-shop-strip,
  .home-service-band {
    grid-template-columns: 1fr 1fr;
  }

  .stage-main {
    grid-row: auto;
  }
}

@media (max-width: 720px) {
  .home-page .home-hero,
  .home-device-stage,
  .home-metrics,
  .home-page .home-featured-grid,
  .home-shop-strip,
  .home-service-band {
    grid-template-columns: 1fr;
  }

  .home-page .home-hero {
    min-height: auto;
  }

  .home-page .home-hero h1 {
    font-size: clamp(40px, 12vw, 56px);
  }

  .home-quote-rail {
    grid-template-columns: 1fr;
  }

  .home-quote-rail a {
    justify-self: start;
  }

  .stage-card {
    min-height: 260px;
  }

  .stage-main img {
    height: calc(100% - 88px);
  }
}

/* WCAG and device-optimization pass */
.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  padding: 12px 16px;
  color: #ffffff;
  background: #111820;
  border-radius: 8px;
  font-weight: 950;
  transform: translateY(-150%);
}

.skip-link:focus,
.skip-link:focus-visible {
  transform: translateY(0);
  outline: 3px solid #f2d7ad;
  outline-offset: 3px;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid #c9974a;
  outline-offset: 3px;
}

.button[aria-disabled="true"] {
  background: #d7dde1;
  color: #5f6b75;
  box-shadow: none;
  cursor: not-allowed;
}

.fones-chat {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 90;
  display: grid;
  justify-items: end;
  gap: 12px;
  font-family: inherit;
}

.chat-launcher {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 54px;
  padding: 10px 16px 10px 10px;
  color: #ffffff;
  background: linear-gradient(135deg, #861536, #4d071d);
  border: 0;
  border-radius: 999px;
  box-shadow: 0 18px 42px rgba(77, 7, 29, 0.28);
  cursor: pointer;
}

.chat-launcher span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: #861536;
  background: #ffffff;
  border-radius: 50%;
  font-weight: 950;
}

.chat-launcher strong {
  font-size: 15px;
  letter-spacing: 0;
}

.chat-panel {
  width: min(378px, calc(100vw - 28px));
  overflow: hidden;
  color: #111820;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(17, 24, 32, 0.1);
  border-radius: 18px;
  box-shadow: 0 30px 80px rgba(17, 24, 32, 0.22);
}

.chat-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  padding: 18px;
  color: #ffffff;
  background: radial-gradient(circle at 20% 0%, rgba(255, 219, 165, 0.24), transparent 32%), linear-gradient(135deg, #121a22, #6f0d2a);
}

.chat-head h2 {
  margin: 4px 0 0;
  font-size: 24px;
  line-height: 1.05;
  color: #ffffff;
}

.chat-close {
  min-height: 34px;
  padding: 8px 11px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  cursor: pointer;
}

.chat-body {
  display: grid;
  max-height: 290px;
  gap: 10px;
  overflow-y: auto;
  padding: 16px;
  background: #f7f8f8;
}

.chat-message {
  max-width: 92%;
  margin: 0;
  padding: 11px 13px;
  color: #24303a;
  background: #ffffff;
  border: 1px solid rgba(17, 24, 32, 0.08);
  border-radius: 14px;
  line-height: 1.45;
}

.chat-message.user {
  justify-self: end;
  color: #ffffff;
  background: #861536;
  border-color: #861536;
}

.chat-response {
  display: grid;
  gap: 8px;
}

.chat-action-link {
  width: fit-content;
  padding: 9px 12px;
  color: #861536;
  background: #f7e8ed;
  border: 1px solid rgba(134, 21, 54, 0.18);
  border-radius: 999px;
  font-weight: 900;
  text-decoration: none;
}

.chat-suggestions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 14px 16px 16px;
  background: #ffffff;
  border-top: 1px solid rgba(17, 24, 32, 0.08);
}

.chat-suggestions button {
  min-height: 40px;
  padding: 9px 12px;
  color: #111820;
  background: #ffffff;
  border: 1px solid rgba(17, 24, 32, 0.12);
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(17, 24, 32, 0.06);
  cursor: pointer;
}

.chat-suggestions button:hover,
.chat-suggestions button:focus-visible,
.chat-action-link:hover,
.chat-action-link:focus-visible {
  border-color: rgba(134, 21, 54, 0.34);
  box-shadow: 0 12px 24px rgba(134, 21, 54, 0.12);
}

.shop-product-dialog {
  width: min(1080px, calc(100vw - 28px));
  max-height: min(860px, calc(100vh - 28px));
  overflow: hidden;
  border-radius: 18px;
}

.shop-product-dialog::backdrop {
  background: rgba(17, 24, 32, 0.62);
  backdrop-filter: blur(8px);
}

.shop-dialog-grid {
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
  align-items: start;
  gap: 22px;
  box-sizing: border-box;
  max-height: min(860px, calc(100vh - 28px));
  overflow: auto;
  padding: 58px 28px 24px;
  background:
    radial-gradient(circle at 8% 0%, rgba(134, 21, 54, 0.12), transparent 30%),
    #ffffff;
}

.shop-product-dialog .shop-dialog-close {
  top: 16px;
  right: 18px;
  min-height: 40px;
  padding: 0 14px;
  color: #111820;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(17, 24, 32, 0.12);
  border-radius: 999px;
  box-shadow: 0 12px 34px rgba(17, 24, 32, 0.12);
  font-weight: 900;
  cursor: pointer;
}

.shop-dialog-media {
  display: grid;
  align-content: start;
  align-items: start;
  gap: 12px;
}

.shop-dialog-copy {
  display: grid;
  align-content: start;
  gap: 10px;
  min-width: 0;
}

.shop-product-dialog .product-type,
.shop-product-dialog .detail-select,
.shop-product-dialog .color-swatch-field,
.shop-product-dialog .product-config-grid,
.shop-product-dialog .term-row,
.shop-product-dialog .breakdown,
.shop-product-dialog .product-actions {
  margin: 0 !important;
}

.shop-dialog-copy h2 {
  margin: 0;
  color: #111820;
  font-size: clamp(32px, 3.1vw, 46px);
  line-height: 1;
}

.shop-dialog-copy p {
  margin: 0;
  color: #596672;
  font-size: 15px;
  line-height: 1.45;
}

.shop-product-dialog .dialog-art {
  align-self: start;
  height: 330px;
  min-height: 330px;
  background:
    radial-gradient(circle at 50% 38%, rgba(134, 21, 54, 0.12), transparent 44%),
    #f6f8f8;
  border: 1px solid rgba(17, 24, 32, 0.08);
}

.shop-product-dialog .dialog-art img,
.shop-product-dialog .dialog-art video {
  width: 100%;
  max-height: 300px;
  object-fit: contain;
}

.shop-product-dialog .product-gallery-thumbs {
  gap: 8px;
}

.shop-product-dialog .product-gallery-thumbs button {
  min-height: 66px;
  padding: 6px;
}

.shop-product-dialog .product-gallery-thumbs img {
  height: 42px;
}

.shop-product-dialog .spec-list {
  gap: 6px;
  margin: 0;
}

.shop-product-dialog .spec-list li {
  min-height: 32px;
  padding: 7px 9px;
  font-size: 13px;
}

.shop-product-dialog .detail-select {
  gap: 7px;
}

.shop-product-dialog .storage-options button,
.shop-product-dialog .term-row button {
  min-height: 40px;
}

.shop-product-dialog .color-swatch-field {
  padding: 11px;
}

.shop-product-dialog .product-config-grid {
  gap: 10px;
}

.shop-dialog-breakdown {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.5fr) minmax(0, 0.85fr);
  margin: 0;
  gap: 8px;
}

.shop-dialog-breakdown div {
  min-width: 0;
  padding: 9px;
}

.shop-dialog-breakdown span {
  font-size: 12px;
}

.shop-dialog-breakdown strong {
  font-size: 17px;
}

.shop-dialog-breakdown .dialog-selected {
  font-size: 14px;
  line-height: 1.35;
}

.dialog-actions {
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  position: sticky;
  bottom: -24px;
  z-index: 3;
  padding: 10px 0 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), #ffffff 34%);
}

.dialog-actions .button {
  width: 100%;
}

input[aria-invalid="true"],
select[aria-invalid="true"],
textarea[aria-invalid="true"] {
  border-color: #b00020;
  box-shadow: 0 0 0 3px rgba(176, 0, 32, 0.14);
}

.shop-field-error {
  display: block;
  margin-top: 7px;
  color: #9f1239;
  font-size: 12px;
  font-weight: 950;
  line-height: 1.35;
}

button,
select,
input,
textarea,
.button,
.header-cta,
.quick-view,
.add-cart,
.text-link,
.nav a {
  min-height: 44px;
}

input,
select,
textarea,
button {
  font-size: 16px;
}

.nav {
  display: flex;
}

.nav a {
  display: inline-flex;
  align-items: center;
}

.product-card h3,
.product-card p,
.home-device-card strong,
.stage-card span,
.stage-card strong {
  overflow-wrap: anywhere;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .product-card:hover,
  .home-page .home-device-card:hover {
    transform: none;
  }
}

@media (max-width: 1180px) {
  .site-header {
    grid-template-columns: auto 1fr auto;
    gap: 18px;
  }

  .nav {
    justify-content: flex-end;
    gap: 16px;
  }

  .shop-layout,
  .checkout-grid-v2,
  .cart-page-grid,
  .product-detail,
  .device-detail-grid {
    grid-template-columns: 1fr;
  }

  .shop-filters,
  .cart-page-summary,
  .checkout-aside {
    position: static;
  }

  .store-grid,
  .home-page .home-featured-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .site-header {
    grid-template-columns: 1fr auto;
    gap: 8px 16px;
  }

  .brand-logo-link {
    min-width: 132px;
  }

  .brand-logo {
    width: 132px;
    height: 40px;
  }

  .header-cta {
    display: inline-flex;
    justify-self: end;
    padding-inline: 12px;
  }

  .nav {
    grid-column: 1 / -1;
    justify-content: flex-start;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: thin;
  }

  .nav a {
    flex: 0 0 auto;
    padding: 10px 12px;
    background: #f6f8f8;
    border: 1px solid rgba(17, 24, 32, 0.08);
    border-radius: 8px;
  }

  .shop-hero h1,
  .checkout-head h1,
  .product-detail-copy h1,
  .home-page .home-hero h1 {
    font-size: clamp(38px, 11vw, 54px);
    line-height: 1;
  }

  .home-page .home-hero,
  .home-device-stage,
  .home-shop-strip,
  .home-service-band,
  .product-info-band,
  .device-detail-grid ul,
  .store-grid,
  .home-page .home-featured-grid,
  .checkout-form-v2 .form-card,
  .quote-form,
  .quote-form fieldset {
    grid-template-columns: 1fr;
  }

  .product-card {
    grid-template-rows: auto;
    min-height: auto;
  }

  .product-art.image-art {
    min-height: 230px;
  }

  .product-gallery-thumbs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .checkout-steps {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .checkout-form-v2 .wide-field,
  .secure-message,
  .checkout-form-v2 button,
  .form-alert,
  .form-note {
    grid-column: 1;
  }
}

@media (max-width: 520px) {
  body {
    min-width: 320px;
  }

  .site-header {
    padding: 10px 14px;
  }

  .brand-logo-link {
    min-width: 116px;
  }

  .brand-logo {
    width: 116px;
    height: 36px;
  }

  .header-cta {
    font-size: 14px;
  }

  .cart-count {
    min-width: 20px;
    height: 20px;
  }

  .shop-hero,
  .checkout-v2,
  .product-detail,
  .section,
  .home-page .home-hero,
  .home-featured,
  .home-service-band,
  .cart-page-grid {
    padding-left: 14px;
    padding-right: 14px;
  }

  .shop-toolbar,
  .filter-head,
  .media-notes,
  .site-footer,
  .home-featured-head {
    align-items: stretch;
    flex-direction: column;
  }

  .product-actions,
  .storage-options,
  .term-row,
  .breakdown,
  .cart-summary,
  .checkout-steps {
    grid-template-columns: 1fr;
  }

  .stage-card,
  .product-art.image-art {
    min-height: 220px;
  }

  .stage-main img {
    height: calc(100% - 96px);
  }

  .home-quote-rail {
    padding: 14px;
  }

  .checkout-form-v2 .form-card,
  .quote-form {
    padding: 16px;
  }
}

/* Checkout rebuilt as a serious lead-qualification flow */
.checkout-v2 {
  padding: clamp(30px, 5vw, 64px) clamp(18px, 4vw, 56px);
  background:
    linear-gradient(115deg, #ffffff 0%, #f8eff2 52%, #eef5f6 100%);
}

.checkout-head {
  max-width: 860px;
  margin-bottom: 22px;
}

.checkout-head h1 {
  margin-bottom: 12px;
  font-size: clamp(42px, 5vw, 68px);
}

.checkout-head p:not(.eyebrow) {
  max-width: 760px;
  color: #4f5c66;
  font-size: 18px;
  line-height: 1.55;
}

.checkout-steps {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 20px;
}

.checkout-steps button {
  display: grid;
  align-content: center;
  gap: 5px;
  min-height: 72px;
  padding: 11px 12px;
  color: #65717d;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(17, 24, 32, 0.08);
  border-radius: 8px;
  font-weight: 900;
  text-align: left;
  cursor: pointer;
}

.checkout-steps button span {
  display: inline-grid;
  width: 24px;
  height: 24px;
  place-items: center;
  color: #7a1830;
  background: #f8e6ec;
  border-radius: 999px;
  font-size: 12px;
}

.checkout-steps button strong {
  color: inherit;
  font-size: 14px;
  line-height: 1.1;
}

.checkout-steps .active {
  color: #ffffff;
  background: #7a1830;
  border-color: #7a1830;
}

.checkout-steps .active span {
  color: #7a1830;
  background: #ffffff;
}

.checkout-grid-v2 {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 22px;
  align-items: start;
}

.checkout-empty-panel {
  display: grid;
  gap: 14px;
  max-width: 860px;
  padding: clamp(24px, 4vw, 42px);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 247, 249, 0.96)),
    #ffffff;
  border: 1px solid rgba(122, 24, 48, 0.16);
  border-radius: 10px;
  box-shadow: 0 24px 72px rgba(17, 24, 32, 0.1);
}

.checkout-empty-panel[hidden] {
  display: none;
}

.checkout-empty-panel h2 {
  margin: 0;
  color: #111820;
  font-size: clamp(34px, 5vw, 54px);
  line-height: 0.98;
}

.checkout-empty-panel p {
  max-width: 720px;
  margin: 0;
  color: #4f5c66;
  font-size: 17px;
  font-weight: 750;
  line-height: 1.55;
}

.checkout-empty-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
}

.checkout-empty .checkout-steps {
  display: none;
}

.checkout-form-v2 {
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.checkout-form-v2 .form-card {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 0;
  padding: 22px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(17, 24, 32, 0.09);
  border-radius: 8px;
  box-shadow: 0 18px 54px rgba(17, 24, 32, 0.07);
}

.checkout-form-v2 .form-card[hidden] {
  display: none !important;
}

.checkout-form-v2 .form-card + .form-card {
  margin-top: 18px;
}

.checkout-step-actions {
  position: sticky;
  bottom: 12px;
  z-index: 10;
  display: grid;
  grid-template-columns: minmax(120px, auto) minmax(0, 1fr) minmax(120px, auto);
  gap: 12px;
  align-items: center;
  grid-column: 1 / -1;
  margin-top: 18px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(17, 24, 32, 0.1);
  border-radius: 10px;
  box-shadow: 0 22px 60px rgba(17, 24, 32, 0.12);
  backdrop-filter: blur(12px);
}

.checkout-draft-status {
  color: #65717d;
  font-size: 13px;
  font-weight: 900;
  text-align: center;
}

.checkout-step-actions button[disabled] {
  opacity: 0.45;
  cursor: not-allowed;
}

.checkout-form-v2 legend {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 8px;
  color: #111820;
  font-size: 18px;
  font-weight: 950;
}

.checkout-form-v2 legend span {
  display: inline-grid;
  width: 28px;
  height: 28px;
  place-items: center;
  color: #ffffff;
  background: #7a1830;
  border-radius: 999px;
  font-size: 13px;
}

.checkout-form-v2 label {
  display: grid;
  gap: 7px;
  color: #111820;
  font-size: 14px;
  font-weight: 900;
}

.checkout-form-v2 .form-card > label {
  display: grid !important;
  align-items: start;
}

.checkout-form-v2 .wide-field,
.secure-message,
.checks-card {
  grid-column: 1 / -1;
}

.checkout-form-v2 input,
.checkout-form-v2 select,
.checkout-form-v2 textarea {
  min-height: 46px;
  border-color: rgba(17, 24, 32, 0.14);
  background: #fbfcfc;
}

.checkout-form-v2 input:hover,
.checkout-form-v2 select:hover,
.checkout-form-v2 textarea:hover {
  border-color: rgba(122, 24, 48, 0.35);
}

.checkout-form-v2 input:focus,
.checkout-form-v2 select:focus,
.checkout-form-v2 textarea:focus {
  background: #ffffff;
}

.secure-card {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 246, 248, 0.96)),
    #ffffff !important;
  border-color: rgba(122, 24, 48, 0.22) !important;
  box-shadow: 0 24px 78px rgba(122, 24, 48, 0.14), 0 18px 54px rgba(17, 24, 32, 0.06) !important;
}

.secure-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #7a1830, #c9974a, #111820);
}

.secure-payment-shell {
  display: grid;
  grid-template-columns: minmax(260px, 0.82fr) minmax(0, 1fr);
  gap: 16px;
  grid-column: 1 / -1;
  align-items: stretch;
}

.secure-card-preview {
  position: relative;
  display: grid;
  min-height: 190px;
  padding: 22px;
  overflow: hidden;
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0) 34%),
    radial-gradient(circle at 78% 20%, rgba(201, 151, 74, 0.32), transparent 34%),
    linear-gradient(145deg, #111820 0%, #471323 58%, #7a1830 100%);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 12px;
  box-shadow: 0 18px 44px rgba(17, 24, 32, 0.22);
}

.secure-card-preview::after {
  content: "";
  position: absolute;
  right: -58px;
  bottom: -78px;
  width: 210px;
  height: 210px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
}

.card-chip {
  width: 44px;
  height: 34px;
  background:
    linear-gradient(90deg, transparent 47%, rgba(122, 24, 48, 0.32) 48% 52%, transparent 53%),
    linear-gradient(180deg, #f5d98d, #c9974a);
  border-radius: 8px;
  box-shadow: inset 0 0 0 1px rgba(17, 24, 32, 0.18);
}

.card-brand {
  justify-self: end;
  color: rgba(255, 255, 255, 0.86);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.card-digits {
  align-self: end;
  color: #ffffff;
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 950;
  letter-spacing: 0;
}

.card-holder-preview {
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.secure-card.has-card-input .secure-card-preview {
  box-shadow: 0 22px 54px rgba(122, 24, 48, 0.28);
}

.secure-card.is-card-valid .secure-card-preview {
  outline: 3px solid rgba(201, 151, 74, 0.42);
  outline-offset: 3px;
}

.secure-card-number {
  position: relative;
}

.secure-card-number input {
  font-variant-numeric: tabular-nums;
}

.secure-card-number::after {
  content: "Encrypted capture";
  position: absolute;
  right: 14px;
  bottom: 13px;
  color: #7a1830;
  font-size: 12px;
  font-weight: 950;
  pointer-events: none;
}

.secure-message {
  display: grid;
  gap: 5px;
  padding: 15px;
  color: #7a1830;
  background: #fff5f7;
  border: 1px solid #efc4cf;
  border-radius: 8px;
}

.payment-warning {
  align-content: center;
  min-height: 190px;
  padding: 22px;
  background: #ffffff;
  border-color: rgba(122, 24, 48, 0.18);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7);
}

.secure-message span {
  color: #4f5c66;
  font-weight: 800;
}

.checkout-form-v2 .checks-card {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 12px;
  padding-top: 24px;
}

.checkout-form-v2 .confirmations-card {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.checkout-form-v2 .checks-card > label {
  display: flex !important;
  align-items: flex-start;
  gap: 13px;
  min-height: 92px;
  padding: 16px;
  color: #111820;
  background:
    linear-gradient(180deg, #ffffff, #fbfcfc);
  border: 1px solid rgba(17, 24, 32, 0.11);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(17, 24, 32, 0.055);
  cursor: pointer;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease, background 160ms ease;
}

.checkout-form-v2 .checks-card > label:hover {
  border-color: rgba(122, 24, 48, 0.32);
  box-shadow: 0 16px 36px rgba(122, 24, 48, 0.08);
  transform: translateY(-1px);
}

.checkout-form-v2 .checks-card > label:has(input:checked) {
  background:
    linear-gradient(180deg, #fff7f9, #ffffff);
  border-color: rgba(122, 24, 48, 0.42);
  box-shadow: 0 18px 42px rgba(122, 24, 48, 0.11);
}

.checkout-form-v2 .checks-card input[type="checkbox"] {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  min-height: 22px;
  margin: 2px 0 0;
  accent-color: #7a1830;
}

.checkout-form-v2 .checks-card span {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.checkout-form-v2 .checks-card strong {
  color: #111820;
  font-size: 16px;
  font-weight: 950;
  line-height: 1.2;
}

.checkout-form-v2 .checks-card small {
  color: #65717d;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
}

.checkout-aside {
  position: sticky;
  top: 92px;
  display: grid;
  gap: 16px;
}

.checkout-summary-card {
  padding: 22px;
  background: #ffffff;
  border: 1px solid rgba(17, 24, 32, 0.09);
  border-radius: 8px;
  box-shadow: 0 18px 54px rgba(17, 24, 32, 0.08);
}

.checkout-summary-card h2 {
  font-size: 28px;
}

.checkout-summary-card ul {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 18px 0 0;
  list-style: none;
}

.checkout-summary-card li {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 0;
  border-top: 1px solid rgba(17, 24, 32, 0.08);
}

.checkout-summary-card li span {
  color: #65717d;
  font-weight: 850;
}

.checkout-cart-preview {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.checkout-cart-preview p {
  margin: 0;
  color: #65717d;
  font-weight: 850;
}

.checkout-cart-preview article {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  padding: 10px;
  background: #f8faf9;
  border: 1px solid rgba(17, 24, 32, 0.08);
  border-radius: 8px;
}

.checkout-cart-preview img {
  width: 54px;
  height: 54px;
  object-fit: contain;
  background: #ffffff;
  border-radius: 8px;
}

.checkout-cart-preview strong,
.checkout-cart-preview b {
  color: #111820;
  font-weight: 950;
}

.checkout-cart-preview span {
  display: block;
  margin-top: 3px;
  color: #65717d;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.35;
}

.dark-card {
  color: #ffffff;
  background: #111820;
}

.dark-card h3 {
  font-size: 24px;
}

.dark-card p {
  margin: 0;
  color: #d5e0e4;
  line-height: 1.55;
}

.checkout-form-v2 > button,
.checkout-form-v2 .form-alert,
.checkout-form-v2 .form-note {
  grid-column: 1 / -1;
}

.field-error {
  color: #9f1239;
  font-size: 12px;
  font-weight: 950;
  line-height: 1.35;
}

.contact-form .field-error,
.newsletter-form .field-error {
  color: #ffe1aa;
}

.checkout-form-v2 label:has([aria-invalid="true"]) {
  color: #9f1239;
}

.checkout-form-v2 [aria-invalid="true"] {
  background: #fff7f9;
}

.checkout-form-v2 .form-alert {
  padding: 14px 16px;
  color: #7a1027;
  background: #fff1f4;
  border: 1px solid #efb7c4;
  border-radius: 8px;
  font-weight: 900;
}

.checkout-form-v2 .form-alert.success-alert {
  color: #14532d;
  background: #ecfdf3;
  border-color: #bbf7d0;
}

.checkout-form-v2 .form-alert.abuse-alert {
  color: #ffffff;
  background: linear-gradient(135deg, #7a1027, #111820);
  border-color: #f2d7ad;
  box-shadow: 0 16px 48px rgba(122, 16, 39, 0.2);
}

.track-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.72fr);
  gap: clamp(22px, 4vw, 56px);
  align-items: end;
  padding: clamp(34px, 6vw, 78px) clamp(18px, 4vw, 56px);
  background:
    linear-gradient(120deg, #ffffff 0%, #fbf4f6 54%, #eaf3f3 100%);
}

.track-hero h1 {
  max-width: 760px;
  margin-bottom: 14px;
  font-size: clamp(44px, 5.4vw, 76px);
  line-height: 0.95;
}

.track-hero p:not(.eyebrow) {
  max-width: 680px;
  color: #4f5c66;
  font-size: 18px;
  line-height: 1.55;
}

.track-form {
  display: grid;
  gap: 12px;
  padding: 22px;
  background: #ffffff;
  border: 1px solid rgba(17, 24, 32, 0.1);
  border-radius: 10px;
  box-shadow: 0 24px 72px rgba(17, 24, 32, 0.1);
}

.track-form label {
  color: #111820;
  font-weight: 950;
}

.track-input-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

.track-input-row input {
  min-height: 52px;
  padding: 0 14px;
  color: #111820;
  background: #fbfcfc;
  border: 1px solid rgba(17, 24, 32, 0.14);
  border-radius: 8px;
  font-size: 16px;
  font-weight: 950;
  text-transform: uppercase;
}

.track-hint,
.track-alert {
  margin: 0;
  color: #65717d;
  font-size: 13px;
  font-weight: 850;
}

.track-alert {
  padding: 12px;
  color: #7a1027;
  background: #fff1f4;
  border: 1px solid #efb7c4;
  border-radius: 8px;
}

.track-result {
  display: grid;
  grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1fr);
  gap: 18px;
  padding: clamp(26px, 5vw, 56px);
  background: #f6f8f8;
}

.track-result[hidden] {
  display: none;
}

.track-status-card,
.track-timeline {
  padding: 22px;
  background: #ffffff;
  border: 1px solid rgba(17, 24, 32, 0.09);
  border-radius: 10px;
  box-shadow: 0 20px 58px rgba(17, 24, 32, 0.08);
}

.track-status-card h2 {
  margin-bottom: 10px;
  font-size: clamp(28px, 4vw, 44px);
}

.track-status-card p {
  color: #4f5c66;
  line-height: 1.55;
}

.track-status-card dl {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
}

.track-status-card dl div {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding-top: 10px;
  border-top: 1px solid rgba(17, 24, 32, 0.08);
}

.track-status-card dt {
  color: #65717d;
  font-weight: 850;
}

.track-status-card dd {
  margin: 0;
  color: #111820;
  font-weight: 950;
  text-align: right;
}

.track-timeline {
  display: grid;
  gap: 16px;
  margin: 0;
  list-style: none;
  counter-reset: none;
}

.track-timeline li {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.track-timeline li > span {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  background: #e7ecee;
  border: 2px solid #d3dde1;
  border-radius: 999px;
}

.track-timeline li.complete > span,
.track-timeline li.active > span {
  background: #7a1830;
  border-color: #7a1830;
}

.track-timeline li.active > span {
  box-shadow: 0 0 0 6px rgba(122, 24, 48, 0.12);
}

.track-timeline strong {
  color: #111820;
  font-size: 18px;
}

.track-timeline p {
  margin: 4px 0 0;
  color: #65717d;
  line-height: 1.45;
}

@media (max-width: 1050px) {
  .checkout-grid-v2 {
    grid-template-columns: 1fr;
  }

  .checkout-aside {
    position: static;
  }
}

@media (max-width: 760px) {
  .checkout-steps,
  .checkout-form-v2 .form-card,
  .secure-payment-shell,
  .checks-card {
    grid-template-columns: 1fr !important;
  }

  .secure-card-preview,
  .payment-warning {
    min-height: 160px;
  }
}

/* Final WCAG cascade guard */
@media (max-width: 1180px) {
  .nav {
    display: flex !important;
  }

  .shop-layout,
  .checkout-grid-v2,
  .cart-page-grid,
  .product-detail,
  .device-detail-grid {
    grid-template-columns: 1fr !important;
  }

  .shop-filters,
  .cart-page-summary,
  .checkout-aside {
    position: static !important;
  }
}

@media (max-width: 820px) {
  .site-header {
    grid-template-columns: 1fr auto !important;
    gap: 8px 16px;
  }

  .header-cta {
    display: inline-flex !important;
  }

  .nav {
    grid-column: 1 / -1;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .nav a {
    flex: 0 0 auto;
    padding: 10px 12px;
    background: #f6f8f8;
    border: 1px solid rgba(17, 24, 32, 0.08);
    border-radius: 8px;
  }

  .store-grid,
  .home-page .home-featured-grid,
  .home-device-stage,
  .home-shop-strip,
  .home-service-band,
  .product-info-band,
  .device-detail-grid ul,
  .checkout-form-v2 .form-card,
  .quote-form,
  .quote-form fieldset {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 520px) {
  .shop-hero h1,
  .checkout-head h1,
  .product-detail-copy h1,
  .home-page .home-hero h1,
  h1 {
    font-size: clamp(36px, 11vw, 48px) !important;
    line-height: 1.03;
  }

  .shop-hero,
  .checkout-v2,
  .product-detail,
  .section,
  .home-page .home-hero,
  .home-featured,
  .home-service-band,
  .cart-page-grid {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  .product-actions,
  .storage-options,
  .term-row,
  .breakdown,
  .cart-summary,
  .checkout-steps {
    grid-template-columns: 1fr !important;
  }
}

/* Premium shop experience */
.premium-shop-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.7fr);
  gap: clamp(22px, 4vw, 54px);
  align-items: end;
  padding-top: clamp(44px, 6vw, 76px);
  padding-bottom: clamp(36px, 5vw, 62px);
  background:
    radial-gradient(circle at 78% 14%, rgba(122, 24, 48, 0.15), transparent 34%),
    linear-gradient(120deg, #ffffff 0%, #fbf4f6 52%, #eaf3f3 100%);
}

.shop-hero-copy h1 {
  max-width: 920px;
}

.shop-hero-copy p:not(.eyebrow) {
  max-width: 760px;
}

.shop-hero-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 14px;
  background: #111820;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  box-shadow: 0 26px 80px rgba(17, 24, 32, 0.16);
}

.shop-hero-panel div {
  min-height: 112px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
}

.shop-hero-panel span {
  display: block;
  color: #f2d7ad;
  font-weight: 950;
}

.shop-hero-panel strong {
  display: block;
  margin-top: 8px;
  color: #ffffff;
  line-height: 1.25;
}

.premium-shop-section {
  background:
    linear-gradient(180deg, #eef6f6 0%, #f7f9f9 100%);
}

.shop-store-head {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: end;
  margin-bottom: 22px;
}

.shop-store-head h2 {
  margin-bottom: 0;
}

.shop-store-head > p {
  max-width: 470px;
  margin: 0;
  color: #4f5c66;
  font-weight: 750;
  line-height: 1.55;
}

.premium-filters {
  gap: 18px;
  max-height: calc(100vh - 160px);
  padding: 18px;
  overflow-y: auto;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.91));
  border: 1px solid rgba(17, 24, 32, 0.1);
}

.shop-commerce-rail {
  position: sticky;
  top: 72px;
  z-index: 6;
  display: flex;
  gap: 10px;
  max-width: 1480px;
  margin: -24px auto 18px;
  padding: 12px clamp(18px, 4vw, 42px);
  overflow-x: auto;
  background: rgba(255, 255, 255, 0.94);
  border-top: 1px solid rgba(17, 24, 32, 0.07);
  border-bottom: 1px solid rgba(17, 24, 32, 0.07);
  backdrop-filter: blur(16px);
}

.rail-chip {
  flex: 0 0 auto;
  min-height: 42px;
  padding: 0 16px;
  color: #111820;
  background: #ffffff;
  border: 1px solid rgba(17, 24, 32, 0.1);
  border-radius: 999px;
  box-shadow: 0 10px 28px rgba(17, 24, 32, 0.06);
  font-weight: 950;
  cursor: pointer;
}

.rail-chip.active,
.rail-chip:hover {
  color: #ffffff;
  background: #7a1830;
  border-color: #7a1830;
}

.premium-filter-head {
  align-items: start;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(17, 24, 32, 0.08);
}

.premium-filter-head .eyebrow {
  margin-bottom: 4px;
}

.premium-filter-head strong {
  display: block;
  font-size: 22px;
  line-height: 1.1;
}

.search-control {
  position: relative;
}

.search-control input {
  min-height: 50px;
  padding-left: 14px;
  background: #ffffff;
  border-color: rgba(17, 24, 32, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.filter-pill-group {
  display: grid;
  gap: 9px;
  padding: 0 !important;
  border: 0 !important;
}

.filter-pill-group legend {
  margin-bottom: 2px;
  color: #111820;
  font-weight: 950;
}

.filter-pill-group label {
  display: grid !important;
  grid-template-columns: 20px minmax(0, 1fr);
  align-items: center;
  justify-content: start;
  gap: 10px;
  min-height: 44px;
  padding: 11px 12px;
  color: #3d4852 !important;
  background: #f7f9f9;
  border: 1px solid rgba(17, 24, 32, 0.09);
  border-radius: 8px;
  font-weight: 900 !important;
}

.filter-pill-group label:has(input:checked) {
  color: #ffffff !important;
  background: #111820;
  border-color: #111820;
}

.filter-pill-group input {
  width: 18px;
  height: 18px;
  accent-color: #7a1830;
  justify-self: start;
  flex-shrink: 0;
}

.filter-quality-card {
  display: grid;
  gap: 8px;
  padding: 16px;
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(122, 24, 48, 0.94), rgba(17, 24, 32, 0.98));
  border-radius: 8px;
}

.filter-quality-card span {
  color: #f2d7ad;
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}

.premium-shop-toolbar {
  align-items: center;
  margin-bottom: 18px;
  padding: 16px 18px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(17, 24, 32, 0.09);
  box-shadow: 0 18px 54px rgba(17, 24, 32, 0.07);
}

.shop-trust-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 18px;
}

.shop-trust-row span {
  min-height: 42px;
  padding: 11px 12px;
  color: #33404a;
  background: #ffffff;
  border: 1px solid rgba(17, 24, 32, 0.08);
  border-radius: 8px;
  font-size: 13px;
  font-weight: 950;
}

.premium-shop-toolbar > div {
  display: grid;
  gap: 8px;
}

.active-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  min-height: 24px;
}

.active-filters span {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 4px 9px;
  color: #7a1830;
  background: #fae9ee;
  border: 1px solid rgba(122, 24, 48, 0.13);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 950;
}

.mobile-shop-controls,
.filter-backdrop,
.filter-drawer-close {
  display: none;
}

.sort-control {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #65717d;
  font-weight: 950;
}

.sort-control,
.compact-select,
.detail-select {
  position: relative;
}

.sort-control select,
.premium-product-card .compact-select select,
.detail-select select {
  width: 100%;
  appearance: none;
  padding-right: 42px !important;
  background-image:
    linear-gradient(45deg, transparent 50%, #7a1830 50%),
    linear-gradient(135deg, #7a1830 50%, transparent 50%),
    linear-gradient(135deg, rgba(122, 24, 48, 0.1), rgba(201, 151, 74, 0.08));
  background-position:
    calc(100% - 20px) 50%,
    calc(100% - 14px) 50%,
    right 8px top 50%;
  background-size:
    6px 6px,
    6px 6px,
    32px 32px;
  background-repeat: no-repeat;
}

.sort-control select {
  min-width: 178px;
  min-height: 48px;
  color: #111820;
  background-color: #ffffff;
  border: 1px solid rgba(122, 24, 48, 0.18);
  border-radius: 8px;
  box-shadow: 0 10px 26px rgba(17, 24, 32, 0.07);
  font-weight: 950;
}

.sort-control select:hover,
.premium-product-card .compact-select select:hover,
.detail-select select:hover {
  border-color: rgba(122, 24, 48, 0.42);
  box-shadow: 0 12px 30px rgba(122, 24, 48, 0.09);
}

.sort-control select:focus-visible,
.premium-product-card .compact-select select:focus-visible,
.detail-select select:focus-visible {
  border-color: #7a1830;
  box-shadow: 0 0 0 4px rgba(122, 24, 48, 0.14), 0 14px 32px rgba(17, 24, 32, 0.08);
}

.premium-product-card {
  grid-template-rows: 220px auto auto auto auto auto auto auto;
  gap: 0;
  padding: 14px;
  background:
    linear-gradient(180deg, #ffffff 0%, #fbfcfc 100%);
  border: 1px solid rgba(17, 24, 32, 0.08);
  box-shadow: 0 22px 60px rgba(17, 24, 32, 0.08);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.premium-product-card:hover {
  transform: translateY(-3px);
  border-color: rgba(122, 24, 48, 0.28);
  box-shadow: 0 30px 78px rgba(17, 24, 32, 0.12);
}

.premium-product-art {
  min-height: 220px;
  margin-bottom: 14px;
  background:
    radial-gradient(circle at 50% 30%, #ffffff 0%, rgba(255, 255, 255, 0.7) 38%, transparent 62%),
    linear-gradient(145deg, #f6edf1, #edf6f6) !important;
}

.premium-product-art img {
  transform: scale(1.03) !important;
}

.product-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 1;
  padding: 6px 10px;
  color: #ffffff;
  background: #111820;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 950;
}

.deal-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 1;
  padding: 6px 10px;
  color: #7a1830;
  background: #ffffff;
  border: 1px solid rgba(122, 24, 48, 0.16);
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(17, 24, 32, 0.08);
  font-size: 12px;
  font-weight: 950;
}

.card-commerce-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 10px;
}

.card-commerce-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 9px;
  color: #33404a;
  background: #f7f9f9;
  border: 1px solid rgba(17, 24, 32, 0.08);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 950;
}

.product-card-top {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
}

.product-category {
  color: #65717d;
  font-size: 13px;
  font-weight: 950;
}

.rating-row {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 26px;
  margin: 4px 0 8px;
  color: #65717d;
  font-size: 13px;
  font-weight: 850;
}

.rating-row strong {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 3px 7px;
  color: #ffffff;
  background: #15803d;
  border-radius: 6px;
  font-size: 12px;
}

.rating-row span {
  color: #111820;
  font-weight: 950;
}

.price-block {
  display: grid;
  gap: 2px;
  margin-top: 12px;
  padding: 14px;
  background: #111820;
  border-radius: 8px;
}

.price-block span,
.price-block small {
  color: #d5e0e4;
  font-weight: 850;
}

.price-block strong {
  margin: 0;
  color: #ffffff;
}

.list-estimate {
  color: #9fb0b8;
  font-size: 12px;
  font-style: normal;
  font-weight: 850;
  text-decoration: line-through;
}

.saving-copy {
  width: fit-content;
  margin: 4px 0;
  padding: 4px 8px;
  color: #f2d7ad;
  background: rgba(242, 215, 173, 0.1);
  border: 1px solid rgba(242, 215, 173, 0.18);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 950;
}

.premium-product-card .compact-select {
  margin-top: 12px;
}

.product-config-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1.05fr) minmax(88px, 0.5fr);
  gap: 10px;
}

.product-config-grid.no-network-grid {
  grid-template-columns: minmax(0, 1fr) minmax(88px, 0.45fr);
}

.product-config-grid .compact-select {
  margin-bottom: 0;
}

.card-config {
  min-height: 18px;
}

.network-field select {
  text-overflow: ellipsis;
}

.premium-product-card .term-row button {
  min-height: 42px;
}

.premium-product-card .product-actions {
  grid-template-columns: 0.82fr 1.18fr;
}

.premium-product-card {
  grid-template-rows: 214px auto auto auto auto auto auto auto auto;
  min-height: 0;
  gap: 0;
  padding: 16px;
  background: #ffffff;
  border: 1px solid rgba(17, 24, 32, 0.16);
  box-shadow: 0 24px 72px rgba(17, 24, 32, 0.1);
}

.premium-product-card h3 {
  min-height: 56px;
  margin-bottom: 8px;
  color: #0d141b;
  font-size: 23px;
  line-height: 1.16;
  letter-spacing: 0;
}

.premium-product-card p {
  min-height: 46px;
  margin-bottom: 12px;
  color: #34434e;
  font-size: 15px;
  line-height: 1.5;
}

.premium-product-card .card-blurb {
  display: flex;
  align-items: center;
  padding: 10px 12px;
  color: #26333d;
  background: linear-gradient(135deg, #f7faf9, #ffffff);
  border: 1px solid rgba(17, 24, 32, 0.08);
  border-radius: 8px;
  font-weight: 850;
}

.premium-product-card .spec-list {
  margin-bottom: 12px;
}

.premium-product-card .spec-list li {
  padding: 6px 9px;
  color: #26333d;
  background: #f1f6f7;
  border-color: rgba(17, 24, 32, 0.1);
}

.premium-product-card .price-block {
  margin-top: 10px;
  padding: 14px;
  background: #0d141b;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.premium-product-card .price-block strong {
  font-size: 27px;
  line-height: 1.1;
}

.premium-product-card .compact-select {
  gap: 6px;
  margin-top: 10px;
  color: #17232d;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 950;
}

.premium-product-card .compact-select select {
  min-height: 48px;
  padding: 10px 12px;
  color: #0d141b;
  background-color: #fbfcfc;
  border: 1px solid rgba(17, 24, 32, 0.14);
  border-radius: 8px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.95), 0 10px 24px rgba(17, 24, 32, 0.045);
  font-size: 14px;
  font-weight: 950;
}

.premium-product-card .term-row {
  margin-top: 10px;
}

.premium-product-card .term-row button {
  color: #17232d;
  background: #ffffff;
  border-color: rgba(17, 24, 32, 0.18);
  font-size: 14px;
  font-weight: 950;
}

.premium-product-card .term-row button.active {
  color: #ffffff;
  background: #7a1830;
  border-color: #7a1830;
}

.premium-product-art {
  min-height: 214px;
  margin-bottom: 10px;
  background: #f7f9fa !important;
  border: 1px solid rgba(17, 24, 32, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.premium-product-art img {
  width: 100%;
  max-width: 96%;
  height: 100%;
  max-height: 92%;
  object-fit: contain;
  mix-blend-mode: normal !important;
  transform: none !important;
  filter: drop-shadow(0 18px 22px rgba(17, 24, 32, 0.16));
}

.premium-product-art .card-device-image {
  display: block;
}

.premium-product-art .brand-samsung,
.premium-product-art .brand-google,
.premium-product-art .category-laptop {
  max-width: 100%;
  max-height: 100%;
}

.premium-product-art .brand-samsung,
.premium-product-art .brand-google {
  object-fit: contain;
}

.premium-product-art .category-laptop {
  object-fit: contain;
}

.premium-product-art .brand-google.category-phone {
  object-fit: contain;
}

.card-media-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 0 0 12px;
}

.card-media-strip span {
  display: grid;
  place-items: center;
  height: 58px;
  overflow: hidden;
  background: #f7f9fa;
  border: 1px solid rgba(17, 24, 32, 0.1);
  border-radius: 8px;
}

.card-media-strip img {
  width: auto;
  max-width: 94%;
  height: auto;
  max-height: 88%;
  object-fit: contain;
}

.color-swatch-field {
  min-width: 0;
  margin: 0 0 12px;
  padding: 0;
  border: 0;
}

.color-swatch-field legend {
  margin-bottom: 8px;
  color: #17232d;
  font-size: 13px;
  font-weight: 950;
}

.color-swatch-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.color-swatch-row label {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 34px;
  padding: 5px 9px 5px 5px;
  color: #26333d;
  background: #ffffff;
  border: 1px solid rgba(17, 24, 32, 0.14);
  border-radius: 999px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 900;
}

.color-swatch-row input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.color-swatch {
  display: inline-block;
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  background: var(--swatch);
  border: 1px solid rgba(17, 24, 32, 0.22);
  border-radius: 50%;
  box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.38);
}

.color-swatch-row input:checked + .color-swatch {
  outline: 3px solid rgba(122, 24, 48, 0.22);
  border-color: #7a1830;
}

.color-swatch-row label:has(input:checked) {
  color: #7a1830;
  background: #fae9ee;
  border-color: rgba(122, 24, 48, 0.3);
}

.color-swatch-row input:focus-visible + .color-swatch {
  outline: 3px solid #7a1830;
  outline-offset: 2px;
}

.detail-color-field {
  margin: 12px 0;
}

.detail-color-row label {
  min-height: 42px;
  padding: 7px 12px 7px 7px;
  font-size: 14px;
}

.detail-color-row .color-swatch {
  width: 26px;
  height: 26px;
}

.product-category,
.rating-row small,
.card-commerce-meta span {
  color: #33424d;
}

.rating-row {
  color: #33424d;
}

.price-block span,
.price-block small {
  color: #e2ebef;
}

.list-estimate {
  color: #bdcbd1;
}

.card-config {
  color: #e2ebef !important;
  line-height: 1.45;
}

.premium-product-card .product-actions {
  gap: 10px;
}

.premium-product-card .product-actions a,
.premium-product-card .product-actions button {
  min-height: 48px;
  font-size: 15px;
  font-weight: 950;
}

.premium-empty-state {
  grid-column: 1 / -1;
  display: grid;
  place-items: start;
  gap: 10px;
  min-height: 280px;
  padding: 28px;
  background: #ffffff;
  border: 1px solid rgba(17, 24, 32, 0.09);
  border-radius: 8px;
  box-shadow: 0 18px 54px rgba(17, 24, 32, 0.07);
}

.premium-empty-state h2 {
  margin-bottom: 0;
  font-size: clamp(28px, 4vw, 42px);
}

.premium-empty-state p {
  color: #65717d;
}

@media (max-width: 980px) {
  .premium-shop-hero,
  .shop-store-head {
    grid-template-columns: 1fr;
    display: grid;
  }

  .shop-hero-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .shop-commerce-rail {
    top: 0;
    margin-top: 0;
  }

  .shop-trust-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .shop-hero-panel,
  .product-config-grid,
  .premium-product-card .product-actions,
  .premium-shop-toolbar,
  .sort-control {
    grid-template-columns: 1fr;
  }

  .premium-shop-toolbar,
  .sort-control {
    display: grid;
    align-items: stretch;
  }

  .shop-hero-panel div {
    min-height: auto;
  }
}

/* Premium header/footer final lock */
.site-header.premium-site-header {
  display: grid;
  grid-template-columns: auto minmax(260px, 520px) auto auto;
  align-items: center;
  gap: 18px;
  min-height: 74px;
  padding: 10px clamp(18px, 4vw, 56px);
}

.site-footer.premium-site-footer {
  display: grid;
  grid-template-columns: minmax(260px, 0.82fr) minmax(0, 1.5fr);
  align-items: start;
  justify-content: stretch;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  gap: clamp(24px, 4vw, 54px);
  padding: clamp(34px, 5vw, 64px) clamp(18px, 4vw, 56px) 22px;
  color: #d5e0e4;
  background:
    radial-gradient(circle at 16% 18%, rgba(122, 24, 48, 0.26), transparent 34%),
    linear-gradient(135deg, #111820 0%, #18232d 62%, #22121a 100%);
}

.site-footer.premium-site-footer .footer-link-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(180px, 1fr));
  min-width: 0;
}

.site-footer.premium-site-footer nav {
  min-width: 0;
}

.site-footer.premium-site-footer a {
  overflow-wrap: normal;
  word-break: normal;
  line-height: 1.35;
}

.site-footer.premium-site-footer .footer-bottom {
  min-width: 0;
  flex-wrap: wrap;
}

@media (max-width: 1080px) {
  .site-header.premium-site-header {
    grid-template-columns: auto 1fr auto;
  }

  .header-search {
    grid-column: 1 / -1;
    order: 4;
  }

  .category-nav {
    top: 118px;
  }

  .site-footer.premium-site-footer {
    grid-template-columns: 1fr;
  }

  .site-footer.premium-site-footer .footer-link-grid {
    grid-template-columns: repeat(2, minmax(180px, 1fr));
  }
}

@media (max-width: 700px) {
  .top-utility-bar,
  .top-utility-bar nav,
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .top-utility-bar {
    display: none;
  }

  .site-header.premium-site-header {
    grid-template-columns: 1fr auto;
    gap: 12px;
  }

  .site-header.premium-site-header .nav {
    grid-column: 1 / -1;
    order: 5;
    overflow-x: auto;
  }

  .header-search {
    min-height: 42px;
  }

  .category-nav {
    top: 154px;
  }

  .site-footer.premium-site-footer .footer-link-grid {
    grid-template-columns: 1fr;
  }

  .section-heading,
  .home-featured-head,
  .shop-store-head {
    gap: 14px;
  }
}

/* Final product/footer polish */
.logo-lockup {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  color: #111820;
  text-decoration: none;
}

.logo-mark {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  color: #ffffff;
  background: linear-gradient(145deg, #8b1433, #5f0c21);
  border-radius: 12px;
  box-shadow: inset 0 -10px 18px rgba(0, 0, 0, 0.18), 0 10px 22px rgba(122, 24, 48, 0.22);
  font-size: 22px;
  font-weight: 1000;
  letter-spacing: 0;
}

.logo-word {
  color: currentColor;
  font-size: 25px;
  font-weight: 1000;
  letter-spacing: 0;
  white-space: nowrap;
}

.logo-lockup-dark {
  color: #ffffff;
}

.brand-logo-link {
  min-width: auto;
}

.footer-logo-lockup {
  width: fit-content;
  color: #ffffff;
  text-decoration: none;
}

.site-footer.premium-site-footer {
  grid-template-columns: minmax(280px, 420px) minmax(680px, 1fr);
  overflow-x: clip;
}

.site-footer.premium-site-footer .footer-brand-panel {
  max-width: 440px;
}

.site-footer.premium-site-footer .footer-link-grid {
  width: 100%;
  align-items: start;
  gap: clamp(22px, 3vw, 42px);
}

.site-footer.premium-site-footer nav {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.site-footer.premium-site-footer h2 {
  width: 100%;
  margin-bottom: 4px;
}

.site-footer.premium-site-footer a {
  max-width: 100%;
  color: #d9e3e7;
  white-space: normal;
}

.site-footer.premium-site-footer .footer-bottom a {
  color: #ffffff;
  white-space: nowrap;
}

.product-gallery-main {
  display: grid;
  place-items: center;
  aspect-ratio: 1.08 / 1;
}

.product-detail .dialog-art {
  min-height: 0;
  height: auto;
  max-height: 640px;
  padding: clamp(18px, 3vw, 34px);
}

.product-detail .dialog-art img,
.product-gallery-main img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 580px;
  object-fit: contain;
}

.product-gallery-main video {
  max-height: 580px;
  object-fit: contain;
}

.product-gallery-thumbs button {
  min-width: 0;
}

.product-gallery-thumbs img {
  width: auto;
  max-width: 100%;
  height: 58px;
  margin: 0 auto;
}

@media (max-width: 1180px) {
  .site-footer.premium-site-footer {
    grid-template-columns: 1fr;
  }

  .site-footer.premium-site-footer .footer-link-grid {
    grid-template-columns: repeat(2, minmax(180px, 1fr));
  }
}

@media (max-width: 700px) {
  .site-footer.premium-site-footer .footer-link-grid {
    grid-template-columns: 1fr;
  }

  .logo-word {
    font-size: 22px;
  }

  .product-gallery-main {
    aspect-ratio: 1 / 1;
  }
}

/* Final mobile polish */
@media (max-width: 760px) {
  body {
    background: #f6f8f8;
  }

  .top-utility-bar {
    display: none;
  }

  .site-header.premium-site-header,
  .site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    grid-template-columns: 1fr auto !important;
    gap: 10px;
    padding: 10px 12px;
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid rgba(17, 24, 32, 0.08);
    backdrop-filter: blur(14px);
  }

  .brand,
  .brand-logo-link {
    min-width: 0 !important;
  }

  .site-header .brand-logo-link {
    overflow: hidden;
  }

  .logo-lockup {
    gap: 8px;
    min-width: 0;
  }

  .logo-mark {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    font-size: 20px;
  }

  .logo-word {
    font-size: 24px;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .header-search {
    grid-column: 1 / -1;
    order: 3;
    width: 100%;
    min-width: 0;
  }

  .header-search input {
    min-height: 44px;
    min-width: 0;
  }

  .header-search button {
    min-height: 44px;
    padding-inline: 14px;
  }

  .header-cta {
    white-space: nowrap;
  }

  .nav {
    grid-column: 1 / -1;
    order: 4;
    gap: 8px;
    margin-inline: -2px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .nav::-webkit-scrollbar,
  .category-nav::-webkit-scrollbar,
  .shop-commerce-rail::-webkit-scrollbar {
    display: none;
  }

  .nav a,
  .category-nav a {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .category-nav {
    justify-content: flex-start;
    gap: 8px;
    padding: 9px 12px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .category-nav a {
    padding: 9px 12px;
    background: #ffffff;
    border: 1px solid rgba(17, 24, 32, 0.08);
    border-radius: 999px;
  }

  .home-page .home-hero,
  .premium-shop-hero,
  .track-hero,
  .checkout-v2,
  .product-detail,
  .cart-page-grid {
    padding: 22px 12px !important;
    max-width: 100%;
    overflow: clip;
  }

  .home-page .home-hero,
  .premium-shop-hero,
  .track-hero,
  .home-device-stage,
  .home-shop-strip,
  .home-page .home-featured-grid,
  .home-service-band,
  .shop-layout,
  .checkout-grid-v2,
  .track-result,
  .cart-page-grid,
  .product-detail,
  .device-detail-grid {
    grid-template-columns: 1fr !important;
  }

  .home-page .home-hero h1,
  .premium-shop-hero h1,
  .shop-hero h1,
  .track-hero h1,
  .checkout-head h1,
  .product-detail-copy h1 {
    max-width: 100%;
    font-size: clamp(34px, 10vw, 46px) !important;
    line-height: 1.02 !important;
    overflow-wrap: anywhere;
  }

  .home-page .home-hero .hero-text,
  .premium-shop-hero p:not(.eyebrow),
  .shop-hero p:not(.eyebrow),
  .track-hero p:not(.eyebrow),
  .checkout-head p:not(.eyebrow) {
    max-width: 100%;
    font-size: 16px;
    line-height: 1.55;
    overflow-wrap: anywhere;
  }

  .home-page .home-hero h1,
  .home-page .home-hero .hero-text {
    text-wrap: balance;
  }

  .hero-actions,
  .checkout-empty-actions,
  .track-input-row,
  .product-actions,
  .premium-product-card .product-actions {
    grid-template-columns: 1fr !important;
  }

  .track-input-row input {
    min-width: 0;
  }

  .hero-actions .button,
  .checkout-empty-actions .button,
  .track-input-row .button,
  .product-actions a,
  .product-actions button,
  .checkout-form-v2 > button {
    width: 100%;
    justify-content: center;
  }

  .home-hero-prices a {
    align-items: flex-start;
    flex-direction: column;
  }

  .home-device-stage {
    padding: 10px;
    gap: 10px;
  }

  .stage-card,
  .stage-main {
    min-height: 245px;
  }

  .stage-card img,
  .stage-main img,
  .stage-google img {
    inset: 12px 12px 78px;
    width: calc(100% - 24px);
    height: calc(100% - 90px);
  }

  .home-shop-strip {
    gap: 12px;
    padding: 18px 12px;
  }

  .home-shop-strip a {
    min-height: 220px;
  }

  .home-shop-strip img {
    height: 118px;
  }

  .home-featured,
  .home-service-band,
  .premium-shop-section,
  .track-result {
    padding: 24px 12px !important;
  }

  .home-featured-head,
  .shop-store-head,
  .premium-shop-toolbar {
    align-items: stretch;
    flex-direction: column;
  }

  .sort-control {
    justify-content: space-between;
    width: 100%;
  }

  .sort-control select {
    min-width: 0;
  }

  .shop-commerce-rail {
    position: sticky;
    top: 146px;
    z-index: 30;
    margin: 0;
    padding: 10px 12px;
  }

  .premium-filters {
    max-height: none;
    padding: 14px;
  }

  .premium-product-card {
    padding: 14px;
  }

  .stage-card strong,
  .home-shop-strip strong,
  .premium-product-card h3,
  .product-detail-copy h1,
  .checkout-head h1,
  .track-hero h1 {
    overflow-wrap: anywhere;
  }

  .premium-product-art {
    min-height: 210px;
  }

  .product-config-grid {
    grid-template-columns: 1fr !important;
  }

  .price-block {
    border-radius: 8px;
  }

  .checkout-steps {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .checkout-steps button {
    flex: 0 0 auto;
    min-width: 128px;
    min-height: 62px;
  }

  .checkout-step-actions {
    position: static;
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 12px;
  }

  .checkout-draft-status {
    order: -1;
    text-align: left;
  }

  .checkout-form-v2 .form-card,
  .checkout-form-v2 .checks-card,
  .checkout-form-v2 .confirmations-card,
  .secure-payment-shell {
    grid-template-columns: 1fr !important;
    padding: 16px;
  }

  .secure-card-preview,
  .payment-warning {
    min-height: 168px;
  }

  .secure-card-number::after {
    position: static;
    display: inline-block;
    margin-top: 4px;
  }

  .shop-product-dialog {
    width: calc(100vw - 16px);
    max-height: calc(100vh - 16px);
    border-radius: 14px;
  }

  .shop-dialog-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    max-height: calc(100vh - 16px);
    padding: 58px 14px 16px;
  }

  .shop-product-dialog .shop-dialog-close {
    top: 12px;
    right: 12px;
  }

  .shop-product-dialog .dialog-art {
    height: 220px;
    min-height: 220px;
  }

  .shop-product-dialog .dialog-art img,
  .shop-product-dialog .dialog-art video {
    max-height: 205px;
  }

  .shop-dialog-copy h2 {
    font-size: clamp(29px, 8.6vw, 40px);
  }

  .shop-dialog-breakdown,
  .dialog-actions {
    grid-template-columns: 1fr;
  }

  .checkout-cart-preview article {
    grid-template-columns: 48px minmax(0, 1fr);
  }

  .checkout-cart-preview b {
    grid-column: 2;
  }

  .track-form,
  .track-status-card,
  .track-timeline,
  .checkout-summary-card {
    padding: 16px;
  }

  .track-status-card dl div {
    display: grid;
    gap: 4px;
  }

  .track-status-card dd {
    text-align: left;
  }

  .site-footer.premium-site-footer {
    padding: 28px 14px;
  }

  .newsletter-form,
  .contact-form {
    grid-template-columns: 1fr;
    align-items: stretch;
    padding: 16px;
  }

  .newsletter-form button,
  .contact-form button {
    width: 100%;
  }

  .newsletter-toast {
    right: 12px;
    bottom: 92px;
  }

  .fones-chat {
    right: 12px;
    bottom: 12px;
    left: 12px;
    justify-items: stretch;
  }

  .chat-launcher {
    justify-self: end;
    min-height: 50px;
  }

  .chat-panel {
    width: 100%;
    border-radius: 16px;
  }

  .chat-head {
    padding: 16px;
  }

  .chat-head h2 {
    font-size: 22px;
  }

  .chat-body {
    max-height: min(46vh, 330px);
  }

  .chat-suggestions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .chat-suggestions button {
    width: 100%;
  }

  .footer-proof-row,
  .site-footer.premium-site-footer .footer-link-grid,
  .site-footer.premium-site-footer .footer-bottom {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 390px) {
  .logo-word {
    font-size: 21px;
  }

  .header-cta {
    padding-inline: 10px;
  }

  .home-page .home-hero h1,
  .shop-hero h1,
  .track-hero h1,
  .checkout-head h1,
  .product-detail-copy h1 {
    font-size: clamp(34px, 12vw, 44px) !important;
  }

  .chat-suggestions {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .premium-shop-hero,
  .shop-hero-copy,
  .shop-hero-panel {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  .premium-shop-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 16px;
  }

  .premium-shop-hero h1 {
    max-width: 100%;
    font-size: clamp(31px, 9.5vw, 38px) !important;
    line-height: 1.06 !important;
    overflow-wrap: normal;
    word-break: normal;
    text-wrap: pretty;
  }

  .premium-shop-hero p:not(.eyebrow) {
    max-width: 100%;
    font-size: 15px;
    overflow-wrap: normal;
  }
}

@media (prefers-reduced-motion: reduce) {
  .chat-response,
  .chat-message,
  .chat-panel,
  .chat-launcher {
    scroll-behavior: auto;
    transition: none;
  }
}

/* Final scroll polish: headers and shop rails stay in normal document flow. */
.site-header,
.premium-site-header,
.category-nav,
.shop-commerce-rail {
  position: static !important;
  top: auto !important;
}

@media (max-width: 760px) {
  .premium-shop-hero {
    gap: 12px;
    padding: 18px 14px !important;
  }

  .premium-shop-hero h1 {
    font-size: clamp(30px, 8.8vw, 38px) !important;
  }

  .shop-hero-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px;
  }

  .shop-hero-panel div {
    min-height: 72px;
    padding: 12px;
  }

  .shop-hero-panel span {
    font-size: 16px;
  }

  .shop-hero-panel strong {
    font-size: 13px;
    line-height: 1.2;
  }

  .shop-commerce-rail {
    margin-top: 0;
    padding: 8px 12px;
  }

  .rail-chip {
    min-height: 38px;
    padding-inline: 13px;
    font-size: 14px;
  }

  .premium-shop-section {
    padding-top: 16px !important;
  }

  .shop-store-head {
    margin-bottom: 12px;
  }

  .shop-store-head > p {
    display: none;
  }

  .mobile-shop-controls {
    position: sticky;
    top: 0;
    z-index: 45;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(122px, auto) auto;
    gap: 8px;
    margin: 0 -2px 14px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(17, 24, 32, 0.09);
    border-radius: 12px;
    box-shadow: 0 18px 44px rgba(17, 24, 32, 0.12);
    backdrop-filter: blur(14px);
  }

  .mobile-filter-toggle,
  .mobile-filter-reset,
  .mobile-sort-control {
    min-height: 46px;
    border-radius: 10px;
    font-weight: 950;
  }

  .mobile-filter-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 0 13px;
    color: #ffffff;
    background: #7a1830;
    border: 1px solid #7a1830;
  }

  .mobile-filter-count {
    display: inline-grid;
    min-width: 24px;
    height: 24px;
    place-items: center;
    color: #7a1830;
    background: #ffffff;
    border-radius: 999px;
    font-size: 12px;
  }

  .mobile-sort-control {
    display: grid;
    align-items: center;
    gap: 2px;
    padding: 5px 10px;
    color: #33404a;
    background: #f7f9f9;
    border: 1px solid rgba(17, 24, 32, 0.1);
    font-size: 11px;
    text-transform: uppercase;
  }

  .mobile-sort-select {
    min-width: 96px;
    border: 0;
    color: #111820;
    background: transparent;
    font: inherit;
    font-size: 14px;
    text-transform: none;
  }

  .mobile-filter-reset {
    padding: 0 10px;
    color: #7a1830;
    background: #fff2f5;
    border: 1px solid rgba(122, 24, 48, 0.14);
  }

  .mobile-filter-summary {
    grid-column: 1 / -1;
    min-width: 0;
    padding: 2px 4px 0;
    color: #4f5c66;
    font-size: 13px;
    font-weight: 850;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .shop-layout {
    display: block !important;
  }

  .premium-shop-toolbar {
    display: none;
  }

  .shop-trust-row {
    display: flex;
    gap: 8px;
    margin: 0 -12px 14px;
    padding: 0 12px 2px;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
  }

  .shop-trust-row span {
    flex: 0 0 auto;
    min-height: 34px;
    padding: 8px 12px;
    scroll-snap-align: start;
    white-space: nowrap;
    background: #ffffff;
    border-color: rgba(17, 24, 32, 0.1);
    border-radius: 999px;
    font-size: 12px;
    box-shadow: 0 10px 24px rgba(17, 24, 32, 0.07);
  }

  .shop-trust-row::-webkit-scrollbar {
    display: none;
  }

  .premium-filters {
    position: fixed !important;
    inset: auto 0 0 0;
    z-index: 80;
    display: grid;
    gap: 13px;
    max-height: min(82vh, 680px) !important;
    padding: 16px 14px calc(18px + env(safe-area-inset-bottom)) !important;
    overflow-y: auto;
    background: #ffffff;
    border: 0;
    border-radius: 18px 18px 0 0;
    box-shadow: 0 -22px 60px rgba(17, 24, 32, 0.28);
    transform: translateY(106%);
    transition: transform 180ms ease;
  }

  .filter-backdrop {
    position: fixed;
    inset: 0;
    z-index: 70;
    background: rgba(17, 24, 32, 0.48);
  }

  body.shop-filter-open {
    overflow: hidden;
  }

  body.shop-filter-open .premium-filters {
    transform: translateY(0);
  }

  body.shop-filter-open .filter-backdrop {
    display: block;
  }

  .filter-actions {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .filter-drawer-close {
    display: inline-flex;
    min-height: 40px;
    align-items: center;
    padding: 0 14px;
    color: #ffffff;
    background: #111820;
    border-radius: 999px;
  }

  .premium-filter-head {
    position: sticky;
    top: -16px;
    z-index: 2;
    margin: -16px -14px 0;
    padding: 16px 14px 12px;
    background: #ffffff;
  }

  .premium-filter-head strong {
    font-size: 20px;
  }

  .filter-pill-group {
    gap: 7px;
  }

  .filter-pill-group label {
    min-height: 42px;
    padding: 10px 11px;
  }

  .filter-quality-card {
    padding: 13px;
  }
}

@media (max-width: 430px) {
  .mobile-shop-controls {
    grid-template-columns: 1fr 1fr;
  }

  .mobile-filter-reset {
    display: none;
  }

  .mobile-filter-summary {
    font-size: 12px;
  }
}

/* Final shop dropdown polish */
.shop-page select,
.product-dialog select,
.checkout-page select {
  min-height: 52px;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  padding: 13px 48px 13px 14px !important;
  color: #0d141b;
  background-color: #ffffff;
  background-image:
    linear-gradient(45deg, transparent 50%, #ffffff 50%),
    linear-gradient(135deg, #ffffff 50%, transparent 50%),
    linear-gradient(135deg, #7a1830, #5d0f25);
  background-position:
    calc(100% - 24px) 50%,
    calc(100% - 17px) 50%,
    right 8px top 50%;
  background-size:
    7px 7px,
    7px 7px,
    36px 36px;
  background-repeat: no-repeat;
  border: 1px solid rgba(17, 24, 32, 0.16);
  border-radius: 8px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    0 12px 28px rgba(17, 24, 32, 0.07);
  font-size: 15px;
  font-weight: 950;
  letter-spacing: 0;
}

.shop-page select option,
.product-dialog select option,
.checkout-page select option {
  color: #111820;
  background: #ffffff;
  font-size: 15px;
  font-weight: 850;
}

.shop-page select:required:invalid,
.product-dialog select:required:invalid {
  color: #6a747e;
  border-color: rgba(122, 24, 48, 0.26);
  background-color: #fff8fa;
}

.shop-page select:hover,
.product-dialog select:hover,
.checkout-page select:hover {
  border-color: rgba(122, 24, 48, 0.42);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    0 16px 34px rgba(122, 24, 48, 0.11);
}

.shop-page select:focus-visible,
.product-dialog select:focus-visible,
.checkout-page select:focus-visible {
  outline: 0;
  border-color: #7a1830;
  box-shadow:
    0 0 0 4px rgba(122, 24, 48, 0.16),
    0 16px 34px rgba(17, 24, 32, 0.09);
}

.shop-page .compact-select,
.product-dialog .detail-select {
  gap: 8px;
  color: #27333d;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.shop-page .product-config-grid {
  align-items: end;
}

.shop-page .network-select {
  color: #7a1830;
}

.shop-page .network-select option {
  color: #111820;
}

.shop-page .quantity-select {
  text-align: left;
}

.mobile-sort-control {
  min-height: 54px;
  padding: 7px 10px 7px 12px;
  background: #ffffff;
  border: 1px solid rgba(17, 24, 32, 0.12);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(17, 24, 32, 0.07);
}

.mobile-sort-control .mobile-sort-select {
  min-height: 30px;
  padding: 0 30px 0 0 !important;
  color: #111820;
  background-color: transparent;
  background-image:
    linear-gradient(45deg, transparent 50%, #7a1830 50%),
    linear-gradient(135deg, #7a1830 50%, transparent 50%);
  background-position:
    calc(100% - 12px) 50%,
    calc(100% - 6px) 50%;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
}

@media (max-width: 720px) {
  .shop-page .product-config-grid,
  .shop-page .product-config-grid.no-network-grid {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .shop-page select,
  .product-dialog select {
    min-height: 54px;
    font-size: 16px;
  }
}

.shop-page .premium-product-card .compact-select select,
.shop-page .premium-filters select,
.product-dialog .detail-select select,
.checkout-page .checkout-form-v2 select {
  min-height: 52px;
  padding: 13px 48px 13px 14px !important;
  color: #0d141b;
  background-color: #ffffff;
  background-image:
    linear-gradient(45deg, transparent 50%, #ffffff 50%),
    linear-gradient(135deg, #ffffff 50%, transparent 50%),
    linear-gradient(135deg, #7a1830, #5d0f25);
  background-position:
    calc(100% - 24px) 50%,
    calc(100% - 17px) 50%,
    right 8px top 50%;
  background-size: 7px 7px, 7px 7px, 36px 36px;
  background-repeat: no-repeat;
  border: 1px solid rgba(17, 24, 32, 0.16);
  border-radius: 8px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.94),
    0 14px 32px rgba(17, 24, 32, 0.08);
  font-size: 15px;
  font-weight: 950;
}

.shop-page .premium-product-card .network-select:required:invalid,
.product-dialog .dialog-network:required:invalid {
  color: #7a1830;
  background-color: #fff8fa;
  border-color: rgba(122, 24, 48, 0.34);
}

@media (max-width: 720px) {
  .shop-page .premium-product-card .compact-select select,
  .product-dialog .detail-select select {
    min-height: 56px;
    font-size: 16px;
  }
}

/* Desktop product polish: keep wide screens premium instead of stretched */
@media (min-width: 981px) {
  .shop-page .page-shell {
    background:
      linear-gradient(180deg, #f7f8f8 0%, #eef4f5 42%, #f7f8f8 100%);
  }

  .shop-page .premium-shop-section {
    max-width: 1520px;
    margin-inline: auto;
    padding-inline: clamp(24px, 3vw, 44px);
  }

  .shop-page .shop-layout {
    grid-template-columns: 292px minmax(0, 1fr);
    gap: clamp(18px, 2vw, 28px);
  }

  .shop-page .store-grid {
    grid-template-columns: repeat(3, minmax(276px, 1fr));
    align-items: stretch;
    max-width: 1120px;
  }

  .shop-page .premium-product-card {
    grid-template-rows: 220px auto auto auto auto auto auto auto auto;
    min-height: 0;
    padding: 15px;
  }

  .shop-page .premium-product-art {
    aspect-ratio: 4 / 3;
    min-height: 0;
    max-height: 220px;
    margin-bottom: 10px;
  }

  .shop-page .premium-product-art img {
    width: 100%;
    height: 100%;
    max-height: 188px;
    object-fit: contain;
    transform: none;
  }

  .shop-page .card-media-strip {
    grid-template-columns: repeat(3, 1fr);
    gap: 7px;
    margin: 0 0 10px;
  }

  .shop-page .card-media-strip span {
    aspect-ratio: 1.35 / 1;
    min-height: 0;
    padding: 5px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid rgba(17, 24, 32, 0.08);
    border-radius: 7px;
  }

  .shop-page .card-media-strip img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .shop-page .premium-product-card h3 {
    min-height: auto;
    margin-bottom: 7px;
    font-size: 20px;
    line-height: 1.12;
  }

  .shop-page .premium-product-card .card-blurb {
    display: -webkit-box;
    min-height: auto;
    margin-bottom: 10px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.4;
  }

  .shop-page .premium-product-card .spec-list {
    margin-bottom: 10px;
  }

  .shop-page .premium-product-card .price-block {
    margin-top: auto;
  }
}

@media (min-width: 1280px) {
  .shop-page .premium-shop-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
    align-items: end;
    max-width: 1520px;
    margin-inline: auto;
    padding-inline: clamp(28px, 4vw, 56px);
  }

  .shop-page .shop-hero h1 {
    max-width: 900px;
    font-size: clamp(44px, 4.2vw, 62px);
  }
}

.product-dialog {
  width: min(1180px, calc(100vw - 32px));
  max-height: calc(100vh - 32px);
}

.shop-dialog-grid {
  grid-template-columns: minmax(360px, 0.95fr) minmax(380px, 1.05fr);
  gap: clamp(20px, 3vw, 38px);
}

.shop-dialog-media .dialog-art {
  aspect-ratio: 4 / 3;
  min-height: 0;
  max-height: min(58vh, 520px);
}

.shop-dialog-media .dialog-art img,
.shop-dialog-media .dialog-art video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-gallery-thumbs {
  grid-template-columns: repeat(4, minmax(72px, 1fr));
}

.product-gallery-thumbs button {
  min-height: 78px;
  padding: 6px;
}

.product-gallery-thumbs img {
  height: 100%;
  min-height: 66px;
  object-fit: contain;
}

.product-gallery-thumbs span {
  display: none;
}

@media (max-width: 980px) {
  .product-dialog {
    width: min(720px, calc(100vw - 20px));
  }

  .shop-dialog-grid {
    grid-template-columns: 1fr;
  }

  .shop-dialog-media .dialog-art {
    max-height: 420px;
  }
}

/* Search landing content */
.seo-content-section,
.seo-faq-section {
  padding: clamp(34px, 5vw, 68px) clamp(18px, 4vw, 56px);
  background: #ffffff;
}

.seo-content-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(16px, 2.4vw, 28px);
  max-width: 1280px;
  margin-inline: auto;
}

.seo-content-grid article,
.seo-faq-section details {
  padding: clamp(20px, 3vw, 30px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 251, 251, 0.98)),
    #ffffff;
  border: 1px solid rgba(17, 24, 32, 0.09);
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(17, 24, 32, 0.06);
}

.seo-content-grid h2,
.seo-faq-section h2 {
  max-width: 840px;
  margin-bottom: 12px;
  font-size: clamp(26px, 3vw, 42px);
}

.seo-content-grid p,
.seo-faq-section p {
  color: #52616b;
  line-height: 1.65;
}

.seo-link-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.seo-link-row a {
  padding: 9px 12px;
  color: #7a1830;
  background: #fae9ee;
  border: 1px solid rgba(122, 24, 48, 0.14);
  border-radius: 999px;
  text-decoration: none;
  font-weight: 950;
}

.seo-faq-section {
  background: #eef4f5;
}

.seo-faq-section > h2,
.seo-faq-grid {
  max-width: 1280px;
  margin-inline: auto;
}

.seo-faq-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.seo-faq-section summary {
  cursor: pointer;
  color: #111820;
  font-size: 17px;
  font-weight: 950;
}

.seo-faq-section p {
  margin: 12px 0 0;
}

@media (max-width: 820px) {
  .seo-content-grid,
  .seo-faq-grid {
    grid-template-columns: 1fr;
  }

  .seo-content-section,
  .seo-faq-section {
    padding-block: 32px;
  }
}

/* High-intent SEO landing pages */
.seo-landing {
  background:
    linear-gradient(180deg, #ffffff 0%, #eef4f5 48%, #ffffff 100%);
}

.seo-landing-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.75fr);
  gap: clamp(22px, 4vw, 58px);
  align-items: center;
  padding: clamp(44px, 7vw, 94px) clamp(18px, 4vw, 56px);
  background:
    radial-gradient(circle at 78% 18%, rgba(122, 24, 48, 0.12), transparent 34%),
    linear-gradient(115deg, #ffffff, #fbf4f6 56%, #eef6f6);
}

.seo-landing-hero > div,
.seo-product-band,
.seo-copy-section {
  max-width: 1280px;
}

.seo-landing-hero h1 {
  max-width: 820px;
  font-size: clamp(42px, 5.4vw, 74px);
}

.seo-landing-hero p:not(.eyebrow) {
  max-width: 700px;
  color: #52616b;
  font-size: 18px;
  line-height: 1.62;
}

.seo-landing-hero img {
  width: 100%;
  max-height: 430px;
  object-fit: contain;
  padding: clamp(18px, 3vw, 34px);
  background: #ffffff;
  border: 1px solid rgba(17, 24, 32, 0.09);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(17, 24, 32, 0.1);
}

.seo-product-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-inline: auto;
  padding: clamp(28px, 5vw, 64px) clamp(18px, 4vw, 56px);
}

.seo-product-band article,
.seo-copy-section {
  padding: clamp(20px, 3vw, 30px);
  background: #ffffff;
  border: 1px solid rgba(17, 24, 32, 0.09);
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(17, 24, 32, 0.06);
}

.seo-product-band h2,
.seo-copy-section h2 {
  font-size: clamp(24px, 2.6vw, 36px);
}

.seo-product-band p,
.seo-copy-section p {
  color: #52616b;
  line-height: 1.62;
}

.seo-product-band a {
  color: #7a1830;
  font-weight: 950;
  text-decoration: none;
}

.seo-copy-section {
  max-width: 1180px;
  margin: 0 auto clamp(34px, 6vw, 72px);
}

.success-hero {
  display: grid;
  min-height: min(720px, calc(100vh - 160px));
  place-items: center;
  padding: clamp(34px, 7vw, 90px) clamp(16px, 4vw, 56px);
  background:
    radial-gradient(circle at 78% 22%, rgba(122, 24, 48, 0.12), transparent 34%),
    linear-gradient(135deg, #f7f9fa, #ffffff 58%, #fae9ee);
}

.success-card {
  width: min(860px, 100%);
  padding: clamp(24px, 5vw, 54px);
  background: #ffffff;
  border: 1px solid rgba(17, 24, 32, 0.1);
  border-radius: 12px;
  box-shadow: 0 28px 80px rgba(17, 24, 32, 0.14);
}

.success-mark {
  display: inline-grid;
  width: 58px;
  height: 58px;
  place-items: center;
  margin-bottom: 18px;
  color: #ffffff;
  background: linear-gradient(145deg, #7a1830, #a81d45);
  border-radius: 999px;
  font-size: 30px;
  font-weight: 1000;
}

.success-mark.muted {
  background: #33404a;
}

.success-card h1 {
  max-width: 760px;
  margin: 8px 0 12px;
  font-size: clamp(38px, 5vw, 68px);
  line-height: 0.98;
}

.success-card p:not(.eyebrow) {
  max-width: 700px;
  color: #52616b;
  font-size: 18px;
  line-height: 1.65;
}

.success-card dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 26px 0;
}

.success-card dl div {
  padding: 16px;
  background: #f6f8f9;
  border: 1px solid rgba(17, 24, 32, 0.08);
  border-radius: 10px;
}

.success-card dt {
  color: #65717d;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.success-card dd {
  margin: 8px 0 0;
  color: #111820;
  font-size: 18px;
  font-weight: 1000;
}

.success-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

@media (max-width: 760px) {
  .success-card dl {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 860px) {
  .seo-landing-hero,
  .seo-product-band {
    grid-template-columns: 1fr;
  }

  .seo-landing-hero img {
    max-height: 300px;
  }
}

/* Production polish: clean desktop containment and page escape routes */
.site-header.premium-site-header {
  grid-template-columns: auto minmax(260px, 460px) minmax(0, auto) auto;
  max-width: 100vw;
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 10px 15px;
  white-space: nowrap;
  line-height: 1;
}

.header-cta .cart-count {
  flex: 0 0 auto;
  margin-left: 0;
}

.page-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 18px clamp(18px, 4vw, 56px) 0;
}

.back-link,
.page-actions .text-link {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 14px;
  color: #33404a;
  background: #ffffff;
  border: 1px solid rgba(17, 24, 32, 0.1);
  border-radius: 999px;
  box-shadow: 0 10px 26px rgba(17, 24, 32, 0.06);
  font-size: 14px;
  font-weight: 950;
  text-decoration: none;
}

.back-link::before {
  content: "<";
  margin-right: 8px;
  color: var(--maroon);
}

.back-link:hover,
.back-link:focus-visible,
.page-actions .text-link:hover,
.page-actions .text-link:focus-visible {
  color: var(--maroon);
  border-color: rgba(122, 24, 48, 0.24);
}

.site-footer.premium-site-footer {
  grid-template-columns: minmax(260px, 360px) minmax(0, 1fr) !important;
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden;
  gap: clamp(22px, 3vw, 42px);
  padding-inline: clamp(22px, 4vw, 64px);
}

.site-footer.premium-site-footer .footer-link-grid {
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)) !important;
  gap: clamp(18px, 2.5vw, 34px);
  min-width: 0;
}

.site-footer.premium-site-footer nav,
.site-footer.premium-site-footer a,
.site-footer.premium-site-footer h2 {
  min-width: 0;
  overflow-wrap: normal;
  word-break: normal;
}

.contact-form.footer-contact-form {
  grid-template-columns: minmax(240px, 0.8fr) minmax(220px, 320px) minmax(260px, 1fr) auto;
  align-items: end;
  max-width: 100%;
}

.newsletter-form {
  grid-template-columns: minmax(260px, 1fr) minmax(260px, 520px) auto;
  max-width: 100%;
}

.contact-form button,
.newsletter-form button {
  white-space: nowrap;
}

.footer-bottom {
  width: 100%;
  max-width: 100%;
}

@media (max-width: 1180px) {
  .site-footer.premium-site-footer {
    grid-template-columns: 1fr !important;
  }

  .contact-form.footer-contact-form,
  .newsletter-form {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .contact-form button,
  .newsletter-form button {
    width: 100%;
  }
}

@media (max-width: 760px) {
  .site-header.premium-site-header {
    grid-template-columns: 1fr auto;
  }

  .site-header.premium-site-header .header-cta {
    display: none;
  }

  .page-actions {
    padding-inline: 14px;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* Final compact desktop lock for upload build - terminal override */
.site-header.premium-site-header {
  grid-template-columns: auto minmax(260px, 520px) minmax(260px, 1fr) auto;
}

.site-header.premium-site-header .header-cta {
  justify-self: end;
  width: auto;
  min-width: 138px;
  max-width: 174px;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 8px;
}

.site-header.premium-site-header .header-cta .cart-count {
  width: 30px;
  height: 30px;
  min-width: 30px;
  font-size: 15px;
}

.contact-form.footer-contact-form {
  grid-template-columns: minmax(220px, 0.72fr) minmax(220px, 310px) minmax(260px, 0.95fr) minmax(150px, 210px);
  gap: 14px;
  padding: 22px 24px;
}

.contact-form.footer-contact-form h2 {
  max-width: 360px;
  font-size: clamp(24px, 2.1vw, 34px);
  line-height: 1.05;
}

.contact-form.footer-contact-form p {
  max-width: 390px;
  font-size: 16px;
  line-height: 1.45;
}

.contact-form.footer-contact-form input,
.contact-form.footer-contact-form textarea {
  min-height: 54px;
  padding: 14px 18px;
}

.contact-form.footer-contact-form textarea {
  height: 54px;
  min-height: 54px;
}

.contact-form.footer-contact-form button {
  min-height: 54px;
  padding: 0 22px;
  border-radius: 8px;
}

.newsletter-form {
  padding: 22px 24px;
}

.newsletter-form h2 {
  font-size: clamp(24px, 2.1vw, 34px);
}

.newsletter-form input,
.newsletter-form button {
  min-height: 54px;
  border-radius: 8px;
}

.premium-product-art img[src*="galaxy-z-fold"],
.premium-product-art img[src*="pixel-10-pro-fold"] {
  max-width: 92%;
  max-height: 86%;
}

@media (max-width: 1180px) {
  .contact-form.footer-contact-form {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .site-header.premium-site-header .header-cta {
    display: none;
  }

  .contact-form.footer-contact-form,
  .newsletter-form {
    padding: 18px;
  }
}

/* Checkout follow-up payment state */
.secure-card.card-follow-up {
  grid-template-columns: 1fr;
}

.secure-card.card-follow-up .secure-payment-shell {
  grid-template-columns: 1fr;
}

.secure-card.card-follow-up .payment-warning {
  min-height: 0;
}

.follow-up-note {
  border-color: rgba(21, 128, 61, 0.28);
  background: #effaf3;
}

/* Final shop card alignment pass */
@media (min-width: 981px) {
  .shop-page .premium-product-card {
    align-content: start;
    grid-template-rows: 220px auto auto auto auto auto auto auto auto;
  }

  .shop-page .premium-product-card {
    display: flex;
    flex-direction: column;
  }

  .shop-page .premium-product-card h3 {
    min-height: 48px;
  }

  .shop-page .premium-product-card .rating-row {
    min-height: 28px;
    margin-block: 2px 8px;
  }

  .shop-page .premium-product-card .card-blurb {
    min-height: 78px;
    padding-block: 12px;
    align-items: flex-start;
  }

  .shop-page .premium-product-card .spec-list {
    align-content: flex-start;
    min-height: 48px;
  }

  .shop-page .premium-product-card .spec-list li {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
  }

  .shop-page .premium-product-card .price-block {
    min-height: 166px;
    margin-top: 0;
    align-content: start;
  }

  .shop-page .premium-product-card .price-block .card-config {
    margin-top: 6px;
  }

  .shop-page .premium-product-card .card-color-field {
    min-height: 128px;
    margin-top: 8px;
    margin-bottom: 10px;
  }

  .shop-page .premium-product-card .color-swatch-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
    gap: 8px;
  }

  .shop-page .premium-product-card .color-swatch-row label {
    width: 100%;
    min-width: 0;
    min-height: 42px;
    padding: 7px 10px 7px 7px;
    border-radius: 999px;
  }

  .shop-page .premium-product-card .color-swatch {
    width: 26px;
    height: 26px;
  }

  .shop-page .premium-product-card .swatch-label {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .shop-page .premium-product-card .product-config-grid,
  .shop-page .premium-product-card .term-row,
  .shop-page .premium-product-card .product-actions {
    margin-top: 10px;
  }

  .shop-page .premium-product-card .product-actions {
    margin-top: auto;
  }
}

@media (min-width: 1280px) {
  .shop-page .premium-product-card .card-color-field {
    min-height: 136px;
  }
}

/* Final product card control polish */
@media (min-width: 981px) {
  .shop-page .premium-product-card .product-config-grid {
    grid-template-columns: minmax(0, 1fr) 92px;
    grid-template-areas:
      "storage quantity"
      "network network";
    gap: 9px;
    align-items: end;
  }

  .shop-page .premium-product-card .product-config-grid.no-network-grid {
    grid-template-columns: minmax(0, 1fr) 92px;
    grid-template-areas: "storage quantity";
  }

  .shop-page .premium-product-card .storage-field {
    grid-area: storage;
  }

  .shop-page .premium-product-card .network-field {
    grid-area: network;
  }

  .shop-page .premium-product-card .quantity-field {
    grid-area: quantity;
  }

  .shop-page .premium-product-card .compact-select {
    display: grid;
    gap: 6px;
    min-width: 0;
    margin-top: 0;
    color: #26333d;
    font-size: 12px;
    line-height: 1.1;
    letter-spacing: 0.01em;
    text-transform: uppercase;
  }

  .shop-page .premium-product-card .compact-select select {
    min-width: 0;
    min-height: 48px;
    padding: 11px 40px 11px 12px !important;
    background-position:
      calc(100% - 20px) 50%,
      calc(100% - 14px) 50%,
      right 7px top 50%;
    background-size: 6px 6px, 6px 6px, 32px 32px;
    font-size: 15px;
    line-height: 1.1;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .shop-page .premium-product-card .network-field select {
    padding-right: 44px !important;
  }

  .shop-page .premium-product-card .network-select:required:invalid {
    color: #7a1830;
    font-size: 14px;
  }

  .shop-page .premium-product-card .term-row {
    gap: 8px;
  }

  .shop-page .premium-product-card .term-row button,
  .shop-page .premium-product-card .product-actions a,
  .shop-page .premium-product-card .product-actions button {
    min-height: 46px;
  }
}

@media (min-width: 981px) and (max-width: 1180px) {
  .shop-page .premium-product-card .product-config-grid,
  .shop-page .premium-product-card .product-config-grid.no-network-grid {
    grid-template-columns: 1fr;
    grid-template-areas:
      "storage"
      "quantity"
      "network";
  }
}
