:root {
  --ink: #14121a;
  --panel: #351347;
  --muted: #6c6670;
  --line: #ded9df;
  --cloud: #f6f4f1;
  --white: #ffffff;
  --maroon: #54236f;
  --maroon-2: #cbef58;
  --blush: #faf5fd;
  --gold: #cbef58;
  --champagne: #e8f7b6;
  --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: #3d3742 !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: #54236f !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: #ded9df;
  background: #14121a;
  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: #f6f4f1;
  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: #54236f;
  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: #3d3742;
  border-radius: 999px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 950;
}

.category-nav a:hover,
.category-nav a:focus-visible {
  color: #54236f;
  background: #faf5fd;
}

.header-cta,
.button.primary,
.add-cart {
  background: linear-gradient(135deg, #54236f, #351347);
  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: #f6f4f1;
}

.shop-hero {
  padding: clamp(38px, 5vw, 66px) clamp(18px, 4vw, 56px) clamp(28px, 4vw, 44px);
  background:
    linear-gradient(115deg, #ffffff 0%, #faf5fd 54%, #f6f4f1 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: #5c5561;
  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, #ffffff);
  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, #faf5fd, #f6f4f1);
}

.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: #ffffff;
}

.quick-view {
  background: #faf5fd;
}

.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, #54236f, #cbef58);
  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: #faf5fd;
  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: #ded9df;
  background:
    radial-gradient(circle at 16% 18%, rgba(122, 24, 48, 0.26), transparent 34%),
    linear-gradient(135deg, #14121a 0%, #351347 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: #ded9df;
  line-height: 1.65;
}

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

.footer-proof-row span {
  padding: 7px 10px;
  color: #e8f7b6;
  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: #ded9df;
  text-decoration: none;
  font-size: 14px;
  font-weight: 850;
}

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

.footer-bottom {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 14px;
  padding-top: 18px;
  color: #a9a1ad;
  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: #e8f7b6 !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: #ded9df;
  line-height: 1.55;
}

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

.newsletter-form input,
.contact-form input,
.contact-form textarea {
  width: 100%;
  min-height: 52px;
  padding: 0 16px;
  color: #14121a;
  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: #e8f7b6;
}

.newsletter-form button,
.contact-form button {
  min-height: 52px;
  padding: 0 22px;
  color: #ffffff;
  background: #54236f;
  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: #cbef58;
}

.newsletter-toast {
  position: fixed;
  right: 18px;
  bottom: 92px;
  z-index: 80;
  max-width: min(360px, calc(100vw - 28px));
  padding: 14px 16px;
  color: #ffffff;
  background: #14121a;
  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: #54236f;
  border-color: #e8f7b6;
  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, #f6f4f1);
}

.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, #faf5fd, #f6f4f1);
  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: #14121a;
  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: #54236f;
  box-shadow: 0 0 0 3px rgba(122, 24, 48, 0.12);
}

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

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

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

.media-notes {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 16px 18px;
  background: #14121a;
  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: #5c5561;
  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: #14121a;
  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: #ded9df;
  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: #5c5561;
  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: #f6f4f1;
  border: 1px solid rgba(17, 24, 32, 0.08);
  border-radius: 8px;
}

.device-detail-grid li span {
  color: #6c6670;
}

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

.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%, #faf5fd 48%, #f6f4f1 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, #f6f4f1, #ffffff);
}

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

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

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

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

.nav a {
  padding: 8px 0;
}

.header-cta,
.button.primary,
.add-cart {
  background: linear-gradient(135deg, #54236f, #351347);
  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: #f6f4f1;
}

.shop-hero {
  padding: clamp(38px, 5vw, 66px) clamp(18px, 4vw, 56px) clamp(28px, 4vw, 44px);
  background:
    linear-gradient(115deg, #ffffff 0%, #faf5fd 54%, #f6f4f1 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: #5c5561;
  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, #ffffff);
  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, #faf5fd, #f6f4f1);
}

.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: #ffffff;
}

.quick-view {
  background: #faf5fd;
}

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

.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, #faf5fd, #f6f4f1);
  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: #14121a;
  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: #5c5561;
  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: #14121a;
  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: #ded9df;
  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: #5c5561;
  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: #f6f4f1;
  border: 1px solid rgba(17, 24, 32, 0.08);
  border-radius: 8px;
}

.device-detail-grid li span {
  color: #6c6670;
}

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

.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: #d7d1da;
}

.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: #ded9df;
}

.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: #d7d1da;
}

.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: #ded9df;
}

.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: #ded9df;
}

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

.form-alert {
  grid-column: 1 / -1;
  margin: 0;
  padding: 12px 14px;
  color: #54236f;
  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: #14121a;
  font: inherit;
  font-weight: 950;
  cursor: pointer;
}

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

.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, #faf5fd, #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: #6c6670;
  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: #ded9df;
}

.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, #54236f, #351347);
  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: #f6f4f1;
}

.shop-hero {
  padding: clamp(38px, 5vw, 66px) clamp(18px, 4vw, 56px) clamp(28px, 4vw, 44px);
  background:
    linear-gradient(115deg, #ffffff 0%, #faf5fd 54%, #f6f4f1 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: #5c5561;
  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, #ffffff);
  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, #faf5fd, #f6f4f1);
}

.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: #ffffff;
}

.quick-view {
  background: #faf5fd;
}

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

.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, #faf5fd, #f6f4f1);
  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: #14121a;
  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: #5c5561;
  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: #14121a;
  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: #ded9df;
  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: #5c5561;
  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: #f6f4f1;
  border: 1px solid rgba(17, 24, 32, 0.08);
  border-radius: 8px;
}

.device-detail-grid li span {
  color: #6c6670;
}

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

.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: #f6f4f1;
}

.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, #faf5fd, #ffffff);
  border-radius: 8px;
}

.home-device-card span {
  color: #54236f;
  font-weight: 900;
}

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

.home-device-card small {
  color: #6c6670;
  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: #f6f4f1;
}

.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%, #f6f4f1 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: #14121a;
  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: #54236f;
  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: #6c6670;
  font-weight: 850;
}

.home-metrics strong {
  color: #14121a;
  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: #14121a;
  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, #14121a 0%, #351347 46%, #54236f 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: #14121a;
  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: #e8f7b6;
  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, #f6f4f1 0%, #ffffff 100%);
}

.home-shop-strip a {
  position: relative;
  display: grid;
  align-content: end;
  gap: 7px;
  min-height: 250px;
  padding: 18px;
  overflow: hidden;
  color: #14121a;
  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: #54236f;
  font-weight: 950;
  text-transform: uppercase;
  font-size: 13px;
}

.home-shop-strip strong {
  position: relative;
  z-index: 1;
  max-width: 260px;
  color: #14121a;
  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: #14121a;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 950;
}

.home-shop-strip .checkout-card {
  color: #ffffff;
  background:
    linear-gradient(145deg, #14121a 0%, #351347 52%, #54236f 100%);
  border-color: rgba(255, 255, 255, 0.12);
}

.home-shop-strip .checkout-card::before {
  content: "DU";
  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: #54236f;
  background: #e8f7b6;
}

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

.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: #f6f4f1;
  border: 1px solid rgba(17, 24, 32, 0.09);
  border-radius: 8px;
}

.home-service-band span {
  color: #54236f;
  font-weight: 950;
}

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

.home-service-band p {
  margin: 0;
  color: #6c6670;
  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: #14121a;
  border-radius: 8px;
  font-weight: 950;
  transform: translateY(-150%);
}

.skip-link:focus,
.skip-link:focus-visible {
  transform: translateY(0);
  outline: 3px solid #e8f7b6;
  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 #cbef58;
  outline-offset: 3px;
}

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

.mobileverity-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, #54236f, #351347);
  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: #54236f;
  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: #14121a;
  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, #351347);
}

.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: #f6f4f1;
}

.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: #54236f;
  border-color: #54236f;
}

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

.chat-action-link {
  width: fit-content;
  padding: 9px 12px;
  color: #54236f;
  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: #14121a;
  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: #14121a;
  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: #14121a;
  font-size: clamp(32px, 3.1vw, 46px);
  line-height: 1;
}

.shop-dialog-copy p {
  margin: 0;
  color: #6c6670;
  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%),
    #f6f4f1;
  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: #f6f4f1;
    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%, #faf5fd 52%, #f6f4f1 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: #5c5561;
  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: #6c6670;
  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: #54236f;
  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: #54236f;
  border-color: #54236f;
}

.checkout-steps .active span {
  color: #54236f;
  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: #14121a;
  font-size: clamp(34px, 5vw, 54px);
  line-height: 0.98;
}

.checkout-empty-panel p {
  max-width: 720px;
  margin: 0;
  color: #5c5561;
  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: #6c6670;
  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: #14121a;
  font-size: 18px;
  font-weight: 950;
}

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

.checkout-form-v2 label {
  display: grid;
  gap: 7px;
  color: #14121a;
  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: #ffffff;
}

.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, #54236f, #cbef58, #14121a);
}

.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, #14121a 0%, #351347 58%, #54236f 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, #cbef58);
  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: #54236f;
  font-size: 12px;
  font-weight: 950;
  pointer-events: none;
}

.secure-message {
  display: grid;
  gap: 5px;
  padding: 15px;
  color: #54236f;
  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: #5c5561;
  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: #14121a;
  background:
    linear-gradient(180deg, #ffffff, #ffffff);
  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: #54236f;
}

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

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

.checkout-form-v2 .checks-card small {
  color: #6c6670;
  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: #6c6670;
  font-weight: 850;
}

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

.checkout-cart-preview p {
  margin: 0;
  color: #6c6670;
  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: #14121a;
  font-weight: 950;
}

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

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

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

.dark-card p {
  margin: 0;
  color: #ded9df;
  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: #54236f;
  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, #54236f, #14121a);
  border-color: #e8f7b6;
  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%, #faf5fd 54%, #f6f4f1 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: #5c5561;
  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: #14121a;
  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: #14121a;
  background: #ffffff;
  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: #6c6670;
  font-size: 13px;
  font-weight: 850;
}

.track-alert {
  padding: 12px;
  color: #54236f;
  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: #f6f4f1;
}

.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: #5c5561;
  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: #6c6670;
  font-weight: 850;
}

.track-status-card dd {
  margin: 0;
  color: #14121a;
  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: #54236f;
  border-color: #54236f;
}

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

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

.track-timeline p {
  margin: 4px 0 0;
  color: #6c6670;
  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: #f6f4f1;
    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%, #faf5fd 52%, #f6f4f1 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: #14121a;
  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: #e8f7b6;
  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, #f6f4f1 0%, #f6f4f1 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: #5c5561;
  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: #14121a;
  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: #54236f;
  border-color: #54236f;
}

.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: #14121a;
  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: #f6f4f1;
  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: #14121a;
  border-color: #14121a;
}

.filter-pill-group input {
  width: 18px;
  height: 18px;
  accent-color: #54236f;
  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: #e8f7b6;
  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: #3d3742;
  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: #54236f;
  background: #faf5fd;
  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: #6c6670;
  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%, #54236f 50%),
    linear-gradient(135deg, #54236f 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: #14121a;
  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: #54236f;
  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%, #ffffff 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: #14121a;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 950;
}

.deal-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 1;
  padding: 6px 10px;
  color: #54236f;
  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: #3d3742;
  background: #f6f4f1;
  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: #6c6670;
  font-size: 13px;
  font-weight: 950;
}

.rating-row {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 26px;
  margin: 4px 0 8px;
  color: #6c6670;
  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: #14121a;
  font-weight: 950;
}

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

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

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

.list-estimate {
  color: #a9a1ad;
  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: #e8f7b6;
  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: #14121a;
  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: #3d3742;
  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: #3d3742;
  background: #f1f6f7;
  border-color: rgba(17, 24, 32, 0.1);
}

.premium-product-card .price-block {
  margin-top: 10px;
  padding: 14px;
  background: #14121a;
  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: #351347;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 950;
}

.premium-product-card .compact-select select {
  min-height: 48px;
  padding: 10px 12px;
  color: #14121a;
  background-color: #ffffff;
  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: #351347;
  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: #54236f;
  border-color: #54236f;
}

.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 img[src*="macbook-air"],
.premium-product-art img[src*="macbook-pro"],
.premium-product-art img[src*="galaxy-book"] {
  width: 112%;
  max-width: 112%;
  height: 88%;
  max-height: 88%;
  object-fit: contain;
  transform: translateY(4px) scale(1.06) !important;
  filter: drop-shadow(0 22px 24px rgba(17, 24, 32, 0.14));
}

.premium-product-art:has(img[src*="macbook"]),
.premium-product-art:has(img[src*="galaxy-book"]) {
  background:
    radial-gradient(circle at 50% 44%, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.7) 36%, rgba(239, 245, 246, 0.8) 68%),
    linear-gradient(145deg, #f7faf9, #f6f4f1) !important;
}

.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: #351347;
  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: #3d3742;
  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: #54236f;
}

.color-swatch-row label:has(input:checked) {
  color: #54236f;
  background: #faf5fd;
  border-color: rgba(122, 24, 48, 0.3);
}

.color-swatch-row input:focus-visible + .color-swatch {
  outline: 3px solid #54236f;
  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: #6c6670;
}

@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: #ded9df;
  background:
    radial-gradient(circle at 16% 18%, rgba(122, 24, 48, 0.26), transparent 34%),
    linear-gradient(135deg, #14121a 0%, #351347 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: #14121a;
  text-decoration: none;
}

.site-brand-image {
  display: block;
  width: clamp(170px, 17vw, 225px);
  height: auto;
}

.logo-lockup-dark .site-brand-image {
  filter: brightness(0) invert(1);
}

.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: #f6f4f1;
  }

  .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;
  }

  .mobileverity-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: #54236f;
    border: 1px solid #54236f;
  }

  .mobile-filter-count {
    display: inline-grid;
    min-width: 24px;
    height: 24px;
    place-items: center;
    color: #54236f;
    background: #ffffff;
    border-radius: 999px;
    font-size: 12px;
  }

  .mobile-sort-control {
    display: grid;
    align-items: center;
    gap: 2px;
    padding: 5px 10px;
    color: #3d3742;
    background: #f6f4f1;
    border: 1px solid rgba(17, 24, 32, 0.1);
    font-size: 11px;
    text-transform: uppercase;
  }

  .mobile-sort-select {
    min-width: 96px;
    border: 0;
    color: #14121a;
    background: transparent;
    font: inherit;
    font-size: 14px;
    text-transform: none;
  }

  .mobile-filter-reset {
    padding: 0 10px;
    color: #54236f;
    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: #5c5561;
    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: #14121a;
    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: #14121a;
  background-color: #ffffff;
  background-image:
    linear-gradient(45deg, transparent 50%, #ffffff 50%),
    linear-gradient(135deg, #ffffff 50%, transparent 50%),
    linear-gradient(135deg, #54236f, #351347);
  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: #14121a;
  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: #faf5fd;
}

.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: #54236f;
  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: #54236f;
}

.shop-page .network-select option {
  color: #14121a;
}

.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: #14121a;
  background-color: transparent;
  background-image:
    linear-gradient(45deg, transparent 50%, #54236f 50%),
    linear-gradient(135deg, #54236f 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: #14121a;
  background-color: #ffffff;
  background-image:
    linear-gradient(45deg, transparent 50%, #ffffff 50%),
    linear-gradient(135deg, #ffffff 50%, transparent 50%),
    linear-gradient(135deg, #54236f, #351347);
  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: #54236f;
  background-color: #faf5fd;
  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, #f6f4f1 0%, #f6f4f1 42%, #f6f4f1 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: #6c6670;
  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: #54236f;
  background: #faf5fd;
  border: 1px solid rgba(122, 24, 48, 0.14);
  border-radius: 999px;
  text-decoration: none;
  font-weight: 950;
}

.seo-faq-section {
  background: #f6f4f1;
}

.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: #14121a;
  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%, #f6f4f1 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, #faf5fd 56%, #f6f4f1);
}

.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: #6c6670;
  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: #6c6670;
  line-height: 1.62;
}

.seo-product-band a {
  color: #54236f;
  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%, #faf5fd);
}

.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, #54236f, #cbef58);
  border-radius: 999px;
  font-size: 30px;
  font-weight: 1000;
}

.success-mark.muted {
  background: #3d3742;
}

.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: #6c6670;
  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: #6c6670;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.success-card dd {
  margin: 8px 0 0;
  color: #14121a;
  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: #3d3742;
  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-config-grid {
    margin-top: auto;
    padding-top: 14px;
  }

  .shop-page .premium-product-card .term-row,
  .shop-page .premium-product-card .product-actions {
    flex: 0 0 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: #3d3742;
    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: #54236f;
    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;
  }

  .shop-page .premium-product-card .product-actions {
    margin-top: 10px;
  }
}

@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";
  }
}

/* === Friendly checkout UX additions (v20260610-friendly) === */
.checkout-form-v2 .req {
  color: #c1121f;
  font-weight: 700;
  margin: 0 2px;
  font-size: 0.95em;
  letter-spacing: 0;
}
.checkout-form-v2 label[hidden],
.checkout-form-v2 .company-only[hidden] {
  display: none !important;
}
.checkout-v2 .checkout-steps {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  padding: 8px 4px;
  margin-bottom: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.checkout-form-v2 input::placeholder,
.checkout-form-v2 textarea::placeholder {
  color: #8a8a8a;
  opacity: 0.85;
}
.checkout-form-v2 .field-error {
  display: block;
  color: #c1121f;
  font-size: 0.85em;
  margin-top: 4px;
  font-weight: 500;
}
.checkout-form-v2 [aria-invalid="true"] {
  border-color: #c1121f !important;
  box-shadow: 0 0 0 2px rgba(193, 18, 31, 0.12) !important;
}
.checkout-form-v2 .form-card[hidden] {
  display: none !important;
}

/* === Field alignment fixes (v20260611-pcfix) === */
/* 1) Stop the form from using a broken grid template with fixed row heights.
      Use block flow so each step's fieldset + the nav + the alert + the note
      stack vertically with the correct height. */
.checkout-form-v2 {
  display: block !important;
  grid-template-rows: none !important;
  grid-template-columns: none !important;
}
.checkout-form-v2 > * {
  width: 100%;
}
.checkout-form-v2 > .form-card,
.checkout-form-v2 > .checkout-step-actions,
.checkout-form-v2 > .form-alert,
.checkout-form-v2 > .form-note,
.checkout-form-v2 > .button {
  margin-block: 14px;
}
.checkout-form-v2 > .form-card:first-of-type {
  margin-top: 0;
}

/* 2) Labels were grid containers — that put the required asterisk on its
      own line between the label text and the input. Switch to block layout
      so label text + asterisk sit inline together above the input. */
.checkout-form-v2 label {
  display: block !important;
  grid-template-columns: none !important;
}
.checkout-form-v2 label > .req {
  display: inline !important;
  margin-left: 2px;
  vertical-align: baseline;
}
.checkout-form-v2 label > input,
.checkout-form-v2 label > select,
.checkout-form-v2 label > textarea {
  display: block;
  width: 100%;
  margin-top: 6px;
  box-sizing: border-box;
}
/* The checkbox cards inside Support / Confirmations still need horizontal flow */
.checkout-form-v2 .checks-card label {
  display: flex !important;
  align-items: center;
  gap: 10px;
}
.checkout-form-v2 .checks-card label > input[type="checkbox"] {
  display: inline-block;
  width: auto;
  margin: 0;
}

/* 3) Card preview should sit alongside the secure card message at top, not stretch full width */
.secure-payment-shell {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: stretch;
}

/* 4) Field-error text should sit on its own line below the input */
.checkout-form-v2 .field-error {
  display: block;
  margin-top: 4px;
}

/* 5) Step nav stays in normal flow at the bottom of the active step */
.checkout-form-v2 .checkout-step-actions {
  position: static !important;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  margin-top: 18px;
}
.checkout-form-v2 .checkout-step-actions .button {
  flex: 1 1 160px;
  min-width: 160px;
}
.checkout-form-v2 .checkout-step-actions .checkout-step-status {
  flex: 1 1 100%;
  text-align: center;
  font-size: 0.85em;
  color: #6a6a6a;
}

/* === Field alignment fix — specificity override (v20260611-align2) ===
   The previous block was outranked by an earlier
   ".checkout-form-v2 .form-card > label { display: grid !important; }" rule.
   Matching its specificity here so this block actually wins. */
.checkout-form-v2 .form-card > label,
.checkout-form-v2 .form-card > label.wide-field {
  display: block !important;
  grid-template-columns: none !important;
  grid-template-rows: none !important;
}
.checkout-form-v2 .form-card > label > .req {
  display: inline !important;
  vertical-align: baseline;
}
.checkout-form-v2 .form-card > label > input,
.checkout-form-v2 .form-card > label > select,
.checkout-form-v2 .form-card > label > textarea {
  display: block !important;
  width: 100% !important;
  margin-top: 6px;
  box-sizing: border-box;
}
.checkout-form-v2 .form-card.checks-card > label {
  display: flex !important;
  align-items: center;
  gap: 10px;
}
.checkout-form-v2 .form-card.checks-card > label > input[type="checkbox"] {
  display: inline-block !important;
  width: auto !important;
  margin: 0;
}

/* === MobileVerity visual refresh (v20260703-hero-polish) === */
:root {
  --ink: #14121a;
  --panel: #111a25;
  --muted: #5a6674;
  --line: #d9e2ea;
  --cloud: #f4f8fb;
  --white: #ffffff;
  --maroon: #54236f;
  --maroon-2: #cbef58;
  --blush: #faf5fd;
  --gold: #f2b94b;
  --champagne: #e8f7b6;
  --shadow: 0 24px 70px rgba(9, 28, 57, 0.16);
}

body {
  background:
    linear-gradient(180deg, #ffffff 0%, #f3f8fb 42%, #eef5f7 100%);
  color: #14121a;
}

meta[name="theme-color"] {
  content: #54236f;
}

.top-utility-bar {
  color: #dcecff;
  background: #14121a;
}

.premium-site-header {
  background: rgba(255, 255, 255, 0.93);
  border-bottom-color: rgba(84, 35, 111, 0.12);
  box-shadow: 0 14px 40px rgba(8, 21, 38, 0.08);
}

.logo-mark {
  color: #ffffff !important;
  background:
    linear-gradient(145deg, #54236f 0%, #cbef58 100%) !important;
  box-shadow: 0 14px 30px rgba(84, 35, 111, 0.24);
}

.logo-word {
  color: #14121a;
  letter-spacing: 0;
}

.header-search {
  background: #f5f9fc;
  border-color: rgba(84, 35, 111, 0.16);
}

.header-search button,
.button.primary,
.header-cta,
.checkout-form-v2 .button.primary,
.newsletter-form button,
.contact-form.footer-contact-form button {
  color: #ffffff !important;
  background: linear-gradient(135deg, #54236f 0%, #cbef58 100%) !important;
  border-color: #54236f !important;
  box-shadow: 0 16px 34px rgba(84, 35, 111, 0.24);
}

.button.secondary,
.product-actions a,
.home-featured-head .text-link {
  color: #54236f !important;
  background: #faf5fd !important;
  border-color: rgba(84, 35, 111, 0.18) !important;
}

.header-cta .cart-count {
  color: #54236f !important;
  background: #ffffff !important;
}

.nav a:hover,
.nav a:focus-visible,
.category-nav a:hover,
.category-nav a:focus-visible,
.category-nav a.is-active {
  color: #54236f !important;
}

.category-nav {
  background: rgba(255, 255, 255, 0.94);
  border-bottom-color: rgba(84, 35, 111, 0.1);
}

.home-page .deals-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: clamp(26px, 4vw, 72px);
  align-items: center;
  width: min(100% - 32px, 1420px);
  min-height: clamp(620px, 72vh, 820px);
  margin: 22px auto 30px;
  padding: clamp(38px, 5vw, 76px);
  overflow: hidden;
  color: #ffffff;
  background:
    linear-gradient(120deg, rgba(20, 18, 26, 0.96) 0%, rgba(53, 19, 71, 0.96) 48%, rgba(84, 35, 111, 0.92) 100%),
    url("assets/hero-tech-optimized.webp") center / cover no-repeat;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 26px;
  box-shadow: 0 34px 90px rgba(8, 21, 38, 0.26);
}

.home-page .deals-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,0.065) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.045) 1px, transparent 1px);
  background-size: 74px 74px;
  mask-image: linear-gradient(90deg, rgba(0,0,0,.75), rgba(0,0,0,.18));
}

.home-page .deals-hero > * {
  position: relative;
  z-index: 1;
}

.home-page .deals-hero .eyebrow {
  display: inline-flex;
  width: fit-content;
  padding: 8px 12px;
  color: #14121a;
  background: #e8f7b6;
  border-radius: 999px;
  letter-spacing: 0.08em;
}

.home-page .deals-hero h1 {
  max-width: 760px;
  margin: 18px 0 18px;
  color: #ffffff;
  font-size: clamp(48px, 6vw, 92px);
  line-height: 0.93;
  letter-spacing: 0;
}

.home-page .deals-hero .hero-text {
  max-width: 660px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(18px, 1.6vw, 24px);
  line-height: 1.45;
}

.home-page .deals-hero .hero-actions {
  gap: 12px;
  margin-top: 28px;
}

.home-page .deals-hero .hero-actions .button {
  min-height: 56px;
  border-radius: 14px;
}

.home-page .deals-hero .button.secondary {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.12) !important;
  border-color: rgba(255, 255, 255, 0.22) !important;
  box-shadow: none;
}

.home-hero-prices {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 760px;
  margin-top: 30px;
}

.home-hero-prices a {
  display: grid;
  grid-template-columns: 1fr;
  align-content: center;
  gap: 8px;
  min-width: 0;
  min-height: 96px;
  padding: 16px 18px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  box-shadow: none;
}

.home-hero-prices span {
  display: block;
  min-width: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(16px, 1.2vw, 20px);
  line-height: 1.12;
  overflow-wrap: anywhere;
}

.home-hero-prices strong {
  display: block;
  min-width: 0;
  color: #e8f7b6;
  background: transparent;
  font-size: clamp(17px, 1.25vw, 21px);
  line-height: 1.08;
  white-space: nowrap;
}

@media (min-width: 981px) and (max-width: 1380px) {
  .home-hero-prices {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 100%;
  }

  .home-hero-prices a {
    min-height: 108px;
    padding: 16px 14px;
  }

  .home-hero-prices span {
    font-size: 18px;
  }

  .home-hero-prices strong {
    font-size: 17px;
  }
}

.premium-home-stage {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  grid-template-rows: 1fr 1fr;
  gap: 16px;
  min-height: 520px;
}

.premium-home-stage .stage-card {
  position: relative;
  min-height: 250px;
  overflow: hidden;
  padding: 22px;
  color: #ffffff;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.16), rgba(255,255,255,0.06));
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 22px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.12), 0 22px 60px rgba(0,0,0,0.16);
}

.premium-home-stage .stage-main {
  grid-row: span 2;
  min-height: 520px;
}

.premium-home-stage img {
  display: block;
  width: 100%;
  height: 68%;
  object-fit: contain;
  margin: 0 auto 22px;
  filter: drop-shadow(0 24px 30px rgba(0,0,0,0.22));
}

.premium-home-stage .stage-main img {
  height: 74%;
  max-height: 390px;
}

.premium-home-stage span {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 8px;
  color: #e8f7b6;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.premium-home-stage strong {
  display: block;
  color: #ffffff;
  font-size: clamp(22px, 2.3vw, 34px);
  line-height: 1.05;
}

.home-shop-strip,
.home-featured,
.home-seo-links,
.home-service-band,
.contact-form.footer-contact-form,
.newsletter-form {
  border-color: rgba(84, 35, 111, 0.1);
  box-shadow: 0 20px 60px rgba(8, 21, 38, 0.08);
}

.home-seo-links {
  box-sizing: border-box;
  width: min(100%, 1440px);
  margin: 22px auto;
  padding: clamp(22px, 3vw, 34px);
  background: linear-gradient(135deg, #ffffff 0%, #faf5fd 100%);
  border: 1px solid rgba(84, 35, 111, 0.12);
  border-radius: 22px;
}

.home-seo-links h2 {
  max-width: 780px;
  margin: 8px 0 18px;
  color: #14121a;
  font-size: clamp(28px, 3vw, 48px);
  line-height: 1;
}

.home-seo-link-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.home-seo-link-grid a {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 58px;
  padding: 13px 16px;
  color: #14121a;
  font-weight: 950;
  text-decoration: none;
  background: #ffffff;
  border: 1px solid rgba(84, 35, 111, 0.14);
  border-radius: 14px;
}

.home-seo-link-grid a:hover,
.home-seo-link-grid a:focus-visible {
  color: #ffffff;
  background: #54236f;
  border-color: #54236f;
}

.home-shop-strip .checkout-card {
  background: linear-gradient(145deg, #14121a 0%, #351347 58%, #54236f 100%);
}

.home-shop-strip .checkout-card::before {
  content: "DU";
}

.home-shop-strip small,
.premium-product-card .deal-badge,
.premium-product-card .value-badge {
  background: #14121a;
}

.eyebrow,
.home-device-card span,
.home-shop-card span,
.home-featured-head .eyebrow {
  color: #54236f;
}

.shop-page .premium-product-card .network-select:required:invalid,
.page-actions .page-pill-link:hover,
.page-actions .page-pill-link:focus-visible,
.checkout-form-v2 legend,
.track-status-title {
  color: #54236f !important;
}

select,
.compact-select select {
  background-image:
    linear-gradient(45deg, transparent 50%, #54236f 50%),
    linear-gradient(135deg, #54236f 50%, transparent 50%) !important;
}

input:focus,
select:focus,
textarea:focus,
button:focus-visible,
a:focus-visible {
  outline-color: #54236f !important;
}

@media (max-width: 980px) {
  .home-page .deals-hero {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 28px 20px;
    border-radius: 0;
    width: 100%;
    margin: 0 0 22px;
  }

  .home-page .deals-hero h1 {
    font-size: clamp(40px, 11vw, 58px);
  }

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

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

  .premium-home-stage {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .premium-home-stage .stage-main {
    grid-row: auto;
    min-height: 360px;
  }

  .premium-home-stage .stage-card {
    min-height: 280px;
  }
}

@media (max-width: 640px) {
  .home-page .deals-hero {
    padding: 24px 16px 28px;
  }

  .home-page .deals-hero .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .premium-home-stage .stage-card,
  .premium-home-stage .stage-main {
    min-height: 250px;
    padding: 18px;
  }

  .premium-home-stage img,
  .premium-home-stage .stage-main img {
    height: 62%;
    max-height: 210px;
  }

  .home-seo-links {
    width: calc(100% - 24px);
    margin: 16px auto;
    border-radius: 16px;
  }

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

/* Final mobile shop filter optimization */
@media (max-width: 760px) {
  .shop-page .breadcrumbs {
    display: none;
  }

  .shop-page .premium-shop-hero {
    padding: 13px 14px 12px !important;
  }

  .shop-page .shop-hero h1 {
    max-width: 100%;
    font-size: clamp(25px, 7.2vw, 34px) !important;
    line-height: 1.04;
  }

  .shop-page .shop-hero p:not(.eyebrow) {
    display: -webkit-box;
    margin-top: 7px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 13px;
    line-height: 1.35;
  }

  .shop-page .shop-hero-panel {
    display: none;
  }

  .shop-page .shop-commerce-rail {
    display: flex;
    gap: 8px;
    margin: 0;
    padding: 7px 14px 8px;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
    background: #ffffff;
    border-block: 1px solid rgba(17, 24, 32, 0.08);
  }

  .shop-page .shop-commerce-rail::-webkit-scrollbar,
  .shop-page .shop-trust-row::-webkit-scrollbar {
    display: none;
  }

  .shop-page .rail-chip {
    flex: 0 0 auto;
    min-height: 36px;
    padding: 8px 12px;
    scroll-snap-align: start;
    border-radius: 999px;
    font-size: 13px;
    line-height: 1;
    box-shadow: none;
  }

  .shop-page .premium-shop-section {
    padding: 10px 10px 28px !important;
  }

  .shop-page .shop-store-head {
    display: none;
  }

  .shop-page .mobile-shop-controls {
    position: sticky;
    top: 0;
    z-index: 50;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(104px, auto) auto;
    gap: 7px;
    margin: 0 0 8px;
    padding: 7px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(17, 24, 32, 0.08);
    border-radius: 14px;
    box-shadow: 0 14px 34px rgba(8, 21, 38, 0.12);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }

  .shop-page .mobile-filter-toggle,
  .shop-page .mobile-filter-reset,
  .shop-page .mobile-sort-control {
    min-height: 34px;
    border-radius: 10px;
    font-size: 13px;
  }

  .shop-page .mobile-filter-toggle {
    padding: 0 11px;
    box-shadow: 0 10px 24px rgba(84, 35, 111, 0.18);
  }

  .shop-page .mobile-filter-count {
    min-width: 21px;
    height: 21px;
    font-size: 11px;
  }

  .shop-page .mobile-sort-control {
    min-height: 34px;
    padding: 3px 8px;
    gap: 0;
    font-size: 9px;
    letter-spacing: 0.04em;
  }

  .shop-page .mobile-sort-control .mobile-sort-select,
  .shop-page .mobile-sort-select {
    min-width: 82px;
    min-height: 32px;
    padding: 0 20px 0 0 !important;
    font-size: 13px;
    box-shadow: none !important;
  }

  .shop-page .mobile-filter-reset {
    padding: 0 9px;
    color: #54236f;
    background: #faf5fd;
    border: 1px solid rgba(84, 35, 111, 0.12);
  }

  .shop-page .mobile-filter-summary {
    display: none;
  }

  .shop-page .shop-layout {
    display: block !important;
  }

  .shop-page .premium-shop-toolbar {
    display: none !important;
  }

  .shop-page .shop-trust-row {
    display: none;
  }

  .shop-page .shop-trust-row span {
    flex: 0 0 auto;
    min-height: 30px;
    padding: 7px 10px;
    scroll-snap-align: start;
    white-space: nowrap;
    border-radius: 999px;
    font-size: 11px;
    line-height: 1;
  }

  .shop-page .premium-filters {
    position: fixed !important;
    inset: auto 0 0 0;
    z-index: 90;
    display: grid;
    gap: 10px;
    max-height: min(76vh, 620px) !important;
    padding: 12px 12px calc(14px + env(safe-area-inset-bottom)) !important;
    overflow-y: auto;
    overscroll-behavior: contain;
    background: #ffffff;
    border: 0;
    border-radius: 18px 18px 0 0;
    box-shadow: 0 -20px 54px rgba(8, 21, 38, 0.28);
    transform: translate3d(0, 106%, 0);
    transition: transform 220ms cubic-bezier(.2, .8, .2, 1);
    will-change: transform;
  }

  .shop-page .filter-backdrop {
    position: fixed;
    inset: 0;
    z-index: 80;
    background: rgba(7, 17, 31, 0.48);
    opacity: 0;
    transition: opacity 180ms ease;
  }

  body.shop-filter-open {
    overflow: hidden;
    touch-action: none;
  }

  body.shop-filter-open.shop-page .premium-filters,
  body.shop-filter-open .shop-page .premium-filters {
    transform: translate3d(0, 0, 0);
  }

  body.shop-filter-open.shop-page .filter-backdrop,
  body.shop-filter-open .shop-page .filter-backdrop {
    display: block;
    opacity: 1;
  }

  .shop-page .premium-filter-head {
    position: sticky;
    top: -12px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin: -12px -12px 0;
    padding: 12px;
    background: #ffffff;
    border-bottom: 1px solid rgba(17, 24, 32, 0.07);
  }

  .shop-page .premium-filter-head .eyebrow {
    font-size: 10px;
  }

  .shop-page .premium-filter-head strong {
    font-size: 17px;
  }

  .shop-page .filter-actions {
    display: flex;
    gap: 7px;
  }

  .shop-page .filter-reset,
  .shop-page .filter-drawer-close {
    min-height: 34px;
    padding: 0 11px;
    border-radius: 999px;
    font-size: 12px;
  }

  .shop-page .search-control {
    gap: 5px;
    font-size: 11px;
  }

  .shop-page .shop-filters input[type="search"] {
    min-height: 40px;
    padding: 9px 11px;
    font-size: 15px;
    border-radius: 10px;
  }

  .shop-page .filter-pill-group {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
    padding: 0;
    border: 0;
  }

  .shop-page .filter-pill-group legend {
    grid-column: 1 / -1;
    margin-bottom: 6px;
    font-size: 12px;
  }

  .shop-page .filter-pill-group label {
    display: flex !important;
    min-height: 36px !important;
    height: 36px !important;
    align-items: center;
    gap: 7px;
    padding: 0 10px !important;
    border-radius: 999px;
    font-size: 12px;
    line-height: 1;
  }

  .shop-page .filter-pill-group input {
    width: 14px !important;
    height: 14px !important;
    margin: 0;
  }

  .shop-page .term-filter {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .shop-page .term-filter label {
    justify-content: center;
  }

  .shop-page .filter-quality-card {
    padding: 11px;
    border-radius: 12px;
  }

  .shop-page .filter-quality-card span {
    font-size: 10px;
  }

  .shop-page .filter-quality-card strong {
    font-size: 13px;
    line-height: 1.25;
  }

  .shop-page .store-grid {
    gap: 12px;
  }
}

@media (max-width: 430px) {
  .shop-page .mobile-shop-controls {
    grid-template-columns: minmax(0, 1fr) minmax(96px, auto);
  }

  .shop-page .mobile-filter-reset {
    display: none;
  }

  .shop-page .shop-hero-panel {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .shop-page .premium-filters,
  .shop-page .filter-backdrop {
    transition: none !important;
  }
}

/* Final accessibility and performance polish */
.top-utility-bar a,
.premium-site-footer a,
.footer-link-grid a,
.seo-link-row a,
.breadcrumbs a {
  display: inline-flex;
  min-width: 36px;
  min-height: 36px;
  align-items: center;
}

.seo-faq-section summary {
  display: flex;
  min-height: 36px;
  align-items: center;
}

.top-utility-bar a {
  padding-inline: 4px;
}

.site-footer.premium-site-footer a,
.site-footer.premium-site-footer .footer-bottom a {
  min-width: 36px;
}

.filter-pill-group label {
  position: relative;
  grid-template-columns: minmax(0, 1fr) !important;
}

.filter-pill-group input[type="radio"],
.filter-pill-group input[type="checkbox"] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}

.filter-pill-group label:has(input:focus-visible) {
  outline: 3px solid #54236f;
  outline-offset: 3px;
}

.category-nav a {
  min-height: 38px;
}

.home-hero-prices a,
.stage-card,
.home-shop-card,
.home-device-card,
.home-seo-link-grid a,
.premium-product-card,
.seo-content-grid article,
.seo-product-band article,
.seo-faq-section details {
  content-visibility: auto;
  contain-intrinsic-size: auto 360px;
}

@media (max-width: 640px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .home-page .home-featured-grid,
  .home-page .home-seo-link-grid {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .home-page .home-device-card,
  .home-page .home-seo-link-grid a {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .home-page .home-featured,
  .home-page .home-seo-links,
  .home-page .home-shop-strip,
  .home-page .home-service-band {
    max-width: calc(100vw - 24px);
    overflow-x: clip;
  }
}

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

@media (max-width: 760px) {
  .top-utility-bar {
    display: none;
  }

  .category-nav a,
  .nav a,
  .premium-site-footer a,
  .footer-link-grid a {
    min-height: 36px;
  }

  .shop-page .mobile-filter-toggle,
  .shop-page .mobile-filter-reset,
  .shop-page .filter-reset,
  .shop-page .drawer-close {
    min-height: 40px;
  }

  .shop-page .mobile-sort-control,
  .shop-page .mobile-sort-control .mobile-sort-select,
  .shop-page .mobile-sort-select {
    min-height: 38px;
  }
}

/* Final hero-stage layout guard: prevents image/text collisions on every viewport. */
.home-page .premium-home-stage {
  align-items: stretch;
}

.home-page .premium-home-stage .stage-card {
  display: grid !important;
  grid-template-rows: minmax(128px, 1fr) auto auto !important;
  align-content: stretch !important;
  gap: 10px !important;
  min-width: 0 !important;
  isolation: isolate;
}

.home-page .premium-home-stage .stage-card img {
  position: static !important;
  inset: auto !important;
  align-self: center !important;
  justify-self: center !important;
  width: min(100%, 430px) !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 100% !important;
  margin: 0 auto !important;
  object-fit: contain !important;
  mix-blend-mode: normal !important;
}

.home-page .premium-home-stage .stage-google img {
  width: min(100%, 380px) !important;
  max-height: 170px !important;
  border-radius: 14px;
}

.home-page .premium-home-stage .stage-card span,
.home-page .premium-home-stage .stage-card strong {
  position: relative;
  z-index: 2;
  max-width: 100%;
}

.home-page .premium-home-stage .stage-card span {
  margin: 0 !important;
}

.home-page .premium-home-stage .stage-card strong {
  font-size: clamp(24px, 2.15vw, 36px) !important;
  line-height: 1.04 !important;
  text-wrap: balance;
}

.home-page .premium-home-stage .stage-main {
  grid-template-rows: minmax(260px, 1fr) auto auto !important;
}

.home-page .premium-home-stage .stage-main img {
  width: min(92%, 520px) !important;
  max-height: 420px !important;
}

@media (min-width: 981px) and (max-width: 1280px) {
  .home-page .deals-hero {
    grid-template-columns: minmax(0, 0.95fr) minmax(390px, 0.9fr);
    gap: 28px;
    padding: 44px 34px;
  }

  .home-page .premium-home-stage .stage-card {
    padding: 18px !important;
  }

  .home-page .premium-home-stage .stage-card strong {
    font-size: clamp(22px, 2.2vw, 30px) !important;
  }
}

@media (max-width: 980px) {
  .home-page .premium-home-stage .stage-card,
  .home-page .premium-home-stage .stage-main {
    grid-template-rows: minmax(170px, 1fr) auto auto !important;
  }

  .home-page .premium-home-stage .stage-card img,
  .home-page .premium-home-stage .stage-main img {
    max-height: 210px !important;
  }

  .home-page .premium-home-stage .stage-google img {
    max-height: 160px !important;
  }
}

@media (max-width: 640px) {
  .home-page .premium-home-stage .stage-card,
  .home-page .premium-home-stage .stage-main {
    min-height: 0 !important;
    grid-template-rows: minmax(132px, 150px) auto auto !important;
    padding: 16px !important;
  }

  .home-page .premium-home-stage .stage-card img,
  .home-page .premium-home-stage .stage-main img {
    max-height: 146px !important;
  }

  .home-page .premium-home-stage .stage-google img {
    max-height: 118px !important;
  }

  .home-page .premium-home-stage .stage-card strong {
    font-size: clamp(22px, 8vw, 30px) !important;
  }
}

.home-page .home-shop-card {
  display: grid;
  grid-template-rows: minmax(132px, auto) auto auto auto;
  align-content: start;
  gap: 8px;
}

.home-page .home-shop-card img {
  position: static !important;
  inset: auto !important;
  align-self: center;
  justify-self: center;
  width: min(100%, 320px);
  height: auto !important;
  max-height: 150px;
  margin: 0 auto 8px;
  object-fit: contain;
  mix-blend-mode: normal !important;
}

@media (max-width: 640px) {
  .home-page .home-shop-card {
    grid-template-rows: minmax(110px, auto) auto auto auto;
  }

  .home-page .home-shop-card img {
    max-height: 126px;
  }
}

/* Final cross-browser price rail guard: prevents clipped /mo text on tablet and narrow desktop widths. */
.home-page .home-hero-copy {
  min-width: 0;
}

.home-page .home-hero-prices {
  display: grid !important;
  width: 100%;
  max-width: min(100%, 760px);
  min-width: 0;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr)) !important;
}

.home-page .home-hero-prices a {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.home-page .home-hero-prices span {
  display: -webkit-box;
  max-width: 100%;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.home-page .home-hero-prices strong {
  display: block;
  max-width: 100%;
  overflow: visible;
  color: #e8f7b6;
  font-size: clamp(14px, 1.12vw, 18px) !important;
  line-height: 1.1 !important;
  letter-spacing: 0;
  white-space: nowrap;
}

@media (min-width: 981px) and (max-width: 1220px) {
  .home-page .deals-hero {
    grid-template-columns: minmax(0, 1fr) !important;
    align-items: start;
  }

  .home-page .home-hero-prices {
    max-width: 820px;
  }

  .home-page .home-hero-prices a {
    min-height: 112px;
    padding: 15px 14px;
  }

  .home-page .home-hero-prices strong {
    font-size: clamp(15px, 1.45vw, 18px) !important;
  }

  .home-page .premium-home-stage {
    width: min(100%, 860px);
    margin-top: 10px;
  }
}

@media (max-width: 760px) {
  .home-page .home-hero-prices {
    grid-template-columns: 1fr !important;
  }

  .home-page .home-hero-prices a {
    min-height: 78px;
  }

  .home-page .home-hero-prices strong {
    font-size: clamp(16px, 5vw, 20px) !important;
  }
}

/* Final first-fold polish: keeps the hero premium without oversized desktop blowouts. */
.home-page .deals-hero {
  min-height: clamp(560px, 66vh, 720px);
}

.home-page .deals-hero h1 {
  max-width: 700px;
  font-size: clamp(42px, 5vw, 76px) !important;
  line-height: 0.96 !important;
}

.home-page .deals-hero .hero-text {
  max-width: 620px;
  font-size: clamp(17px, 1.35vw, 22px) !important;
}

@media (min-width: 1221px) {
  .home-page .premium-home-stage {
    min-height: clamp(520px, 56vh, 680px);
  }

  .home-page .premium-home-stage .stage-main {
    min-height: 0;
  }
}

/* MobileVerity unified brand layer — shared by shop, product, cart, checkout,
   tracking and all buying-guide pages. */
:root {
  --ink: #14121a;
  --panel: #351347;
  --muted: #6c6670;
  --line: #ded9df;
  --cloud: #f6f4f1;
  --white: #ffffff;
  --maroon: #54236f;
  --maroon-2: #6f3589;
  --blush: #faf5fd;
  --gold: #cbef58;
  --champagne: #e8f7b6;
  --shadow: 0 24px 58px rgba(20, 18, 26, 0.11);
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--ink);
  background: var(--cloud);
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  text-rendering: optimizeLegibility;
}

::selection {
  color: var(--ink);
  background: var(--gold);
}

a,
button,
input,
select,
textarea {
  font: inherit;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--gold) !important;
  outline-offset: 3px;
}

.top-utility-bar {
  min-height: 34px;
  padding-block: 7px;
  color: #ffffff;
  background: var(--ink);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.035em;
}

.top-utility-bar > span::first-letter {
  color: var(--gold);
}

.top-utility-bar a {
  color: #ffffff;
  font-weight: 700;
}

.top-utility-bar a:hover {
  color: var(--gold);
}

.site-header.premium-site-header {
  min-height: 88px;
  padding-block: 14px;
  background: rgba(246, 244, 241, 0.97);
  border-bottom: 1px solid var(--line);
  box-shadow: none;
  backdrop-filter: blur(18px);
}

.site-brand-image {
  width: clamp(176px, 15vw, 220px);
}

.header-search {
  min-height: 48px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 3px;
}

.header-search input {
  color: var(--ink);
  font-weight: 650;
}

.header-search input::placeholder {
  color: var(--muted);
}

.header-search button,
.header-cta,
.button.primary,
.add-cart,
.dialog-add-cart,
.filter-reset-inline,
.cart-accessory-add,
.track-form button,
.checkout-form-v2 > button[type="submit"],
.contact-form.footer-contact-form button,
.newsletter-form button {
  color: #ffffff !important;
  background: var(--maroon) !important;
  border-color: var(--maroon) !important;
  border-radius: 3px !important;
  box-shadow: none !important;
}

.header-search button:hover,
.header-cta:hover,
.button.primary:hover,
.add-cart:hover,
.dialog-add-cart:hover,
.filter-reset-inline:hover,
.cart-accessory-add:hover,
.track-form button:hover,
.checkout-form-v2 > button[type="submit"]:hover,
.contact-form.footer-contact-form button:hover,
.newsletter-form button:hover {
  color: #ffffff !important;
  background: var(--panel) !important;
  border-color: var(--panel) !important;
  transform: translateY(-2px);
}

.button.secondary,
.quick-view,
.page-pill-link,
.page-actions a {
  color: var(--maroon) !important;
  background: #ffffff !important;
  border-color: var(--maroon) !important;
  border-radius: 3px !important;
  box-shadow: none !important;
}

.button.secondary:hover,
.quick-view:hover,
.page-pill-link:hover,
.page-actions a:hover {
  color: #ffffff !important;
  background: var(--maroon) !important;
}

.nav a {
  color: var(--ink);
  font-weight: 700;
}

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

.nav a[aria-current="page"]::after {
  background: var(--gold);
}

.category-nav {
  top: 88px;
  color: var(--ink);
  background: #ffffff;
  border-color: var(--line);
  box-shadow: 0 10px 26px rgba(20, 18, 26, 0.05);
}

.category-nav a {
  color: var(--ink);
  border-radius: 3px;
}

.category-nav a:hover,
.category-nav a:focus-visible {
  color: var(--maroon);
  background: var(--blush);
}

.page-shell {
  color: var(--ink);
}

.breadcrumbs {
  color: var(--muted);
  font-size: 12px;
  font-weight: 650;
}

.breadcrumbs a:hover {
  color: var(--maroon);
}

.eyebrow,
.product-category,
.product-type,
.deal-badge,
.product-badge {
  color: var(--maroon) !important;
  font-weight: 780;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 3px;
  margin-right: 10px;
  vertical-align: middle;
  background: var(--gold);
}

.seo-landing-hero,
.shop-hero,
.premium-shop-hero,
.track-hero,
.success-hero,
.checkout-head {
  color: var(--ink);
  background:
    linear-gradient(115deg, rgba(246, 244, 241, 0.98), rgba(255, 255, 255, 0.96)),
    var(--cloud);
  border: 1px solid var(--line);
  border-radius: 0;
  box-shadow: none;
}

.seo-landing-hero h1,
.shop-hero h1,
.track-hero h1,
.success-hero h1,
.checkout-head h1,
.product-page h1 {
  color: var(--ink);
  font-weight: 790;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.seo-landing-hero p,
.shop-hero p,
.track-hero p,
.success-hero p,
.checkout-head p {
  color: var(--muted);
}

.shop-stat-strip,
.shop-commerce-rail,
.checkout-steps {
  border-color: var(--line);
  background: #ffffff;
}

.shop-stat-strip span,
.checkout-steps .active,
.checkout-steps button.active {
  color: var(--maroon);
}

.checkout-steps .active,
.checkout-steps button.active {
  border-color: var(--maroon);
  box-shadow: inset 0 -3px var(--gold);
}

.shop-commerce-rail button,
.filter-chip,
.term-row button {
  color: var(--ink);
  background: #ffffff;
  border-color: var(--line);
  border-radius: 999px;
}

.shop-commerce-rail button:hover,
.shop-commerce-rail button.active,
.filter-chip.active,
.term-row button.active,
.term-row button[aria-pressed="true"] {
  color: #ffffff;
  background: var(--ink);
  border-color: var(--ink);
}

.product-card,
.premium-product-card,
.shop-filters,
.premium-filters,
.product-detail,
.cart-page-items,
.cart-page-summary,
.cart-accessory-card,
.checkout-form-v2 .form-card,
.checkout-summary-card,
.track-status-card,
.success-card,
.seo-answer,
.seo-product-band article,
.seo-copy-section article,
.premium-empty-state,
.empty-state {
  color: var(--ink);
  background: #ffffff;
  border-color: var(--line);
  border-radius: 3px;
  box-shadow: none;
}

.product-card:hover,
.premium-product-card:hover,
.seo-product-band article:hover {
  border-color: rgba(84, 35, 111, 0.48);
  box-shadow: 0 20px 44px rgba(20, 18, 26, 0.09);
  transform: translateY(-4px);
}

.product-art,
.premium-product-art,
.dialog-art,
.product-gallery-main,
.cart-accessory-media {
  background:
    radial-gradient(circle at 50% 36%, #ffffff 0 32%, transparent 62%),
    linear-gradient(145deg, #faf5fd, #f6f4f1) !important;
}

.deal-badge,
.product-badge,
.stock-badge,
.card-commerce-meta span,
.footer-proof-row span {
  color: var(--ink) !important;
  background: var(--gold) !important;
  border-color: var(--gold) !important;
  border-radius: 2px !important;
}

.price-block strong,
.card-price,
.dialog-price,
.cart-summary strong,
.checkout-summary-card strong,
.success-order-id,
.track-order-id {
  color: var(--maroon) !important;
}

.shop-filters fieldset,
.product-config-grid,
.cart-line,
.checkout-summary-card li,
.track-status-card dl div {
  border-color: var(--line);
}

input,
select,
textarea {
  color: var(--ink);
  background: #ffffff;
  border-color: var(--line);
  border-radius: 3px !important;
}

input:hover,
select:hover,
textarea:hover,
input:focus,
select:focus,
textarea:focus {
  border-color: var(--maroon) !important;
}

input[type="checkbox"],
input[type="radio"] {
  accent-color: var(--maroon);
}

.color-swatch-field input:checked + .color-swatch,
.color-swatch-row input:checked + .color-swatch {
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px var(--maroon) !important;
}

.filter-quality-card,
.secure-message,
.checkout-draft-status,
.track-hint,
.form-note {
  color: var(--ink);
  background: var(--blush);
  border-color: rgba(84, 35, 111, 0.22);
  border-radius: 3px;
}

.filter-quality-card span,
.secure-message strong {
  color: var(--maroon);
}

.dark-card,
.secure-card,
.track-timeline li.active span,
.success-mark {
  color: #ffffff;
  background: var(--panel) !important;
  border-color: var(--panel) !important;
}

.secure-card {
  box-shadow: inset 5px 0 var(--gold) !important;
}

.track-timeline li.complete span {
  color: var(--ink);
  background: var(--gold);
}

.site-footer.premium-site-footer {
  color: #ffffff;
  background: var(--ink);
  border-top: 5px solid var(--gold);
}

.site-footer.premium-site-footer h2,
.site-footer.premium-site-footer a {
  color: #ffffff;
}

.site-footer.premium-site-footer a:hover {
  color: var(--gold);
}

.site-footer.premium-site-footer p,
.footer-bottom {
  color: #c8c2ca;
}

.contact-form.footer-contact-form,
.newsletter-form {
  background: var(--panel);
  border-color: rgba(255, 255, 255, 0.15);
  border-radius: 3px;
}

.contact-form.footer-contact-form .eyebrow,
.newsletter-form .eyebrow {
  color: var(--gold) !important;
}

.mobileverity-chat .chat-launcher {
  color: var(--ink);
  background: var(--gold);
  border-color: var(--ink);
}

.mobileverity-chat .chat-head {
  color: #ffffff;
  background: var(--panel);
}

@media (max-width: 760px) {
  .site-header.premium-site-header {
    min-height: 72px;
  }

  .category-nav {
    top: 72px;
  }

  .site-brand-image {
    width: 170px;
  }

  .seo-landing-hero h1,
  .shop-hero h1,
  .track-hero h1,
  .success-hero h1,
  .checkout-head h1,
  .product-page h1 {
    font-size: clamp(38px, 12vw, 58px);
  }
}

@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;
  }
}

/* MobileVerity shop refinement panel */
@media (min-width: 761px) {
  .shop-page .premium-filters {
    gap: 0;
    padding: 18px;
    overflow: auto;
    background: #ffffff;
    border: 1px solid rgba(20, 18, 26, 0.12);
    border-radius: 14px;
    box-shadow: 0 18px 48px rgba(20, 18, 26, 0.07);
  }

  .shop-page .premium-filter-head {
    align-items: center;
    min-height: 52px;
    padding: 0 0 14px;
    border-bottom: 1px solid var(--line);
  }

  .shop-page .premium-filter-head .eyebrow {
    margin-bottom: 5px;
    font-size: 11px;
  }

  .shop-page .premium-filter-head strong {
    font-size: 21px;
    letter-spacing: -0.025em;
  }

  .shop-page .filter-reset {
    min-height: 34px;
    padding: 0 12px;
    color: var(--maroon);
    background: #ffffff;
    border: 1px solid rgba(84, 35, 111, 0.28);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
  }

  .shop-page .filter-reset:hover {
    background: var(--blush);
    border-color: var(--maroon);
  }

  .shop-page .search-control {
    display: grid;
    gap: 7px;
    padding: 15px 0;
    color: var(--ink);
    font-size: 13px;
    font-weight: 800;
  }

  .shop-page .shop-filters input[type="search"] {
    min-height: 44px;
    padding: 10px 12px;
    border: 1px solid rgba(20, 18, 26, 0.16);
    border-radius: 8px !important;
    box-shadow: none;
    font-size: 14px;
    font-weight: 650;
  }

  .shop-page .filter-pill-group {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
    padding: 14px 0 !important;
    border-top: 1px solid var(--line) !important;
  }

  .shop-page .search-control + .filter-pill-group {
    border-top: 0 !important;
  }

  .shop-page .filter-pill-group legend {
    grid-column: 1 / -1;
    margin: 0 0 3px;
    color: var(--ink);
    font-size: 13px;
    font-weight: 850;
  }

  .shop-page .filter-pill-group label {
    display: flex !important;
    min-width: 0;
    min-height: 38px;
    gap: 8px;
    padding: 8px 9px;
    color: #4d4751 !important;
    background: #f8f7f6;
    border: 1px solid rgba(20, 18, 26, 0.10);
    border-radius: 8px;
    font-size: 12px;
    font-weight: 750 !important;
    line-height: 1.2;
    cursor: pointer;
    transition: background-color 150ms ease, border-color 150ms ease, color 150ms ease;
  }

  .shop-page .filter-pill-group label:hover {
    color: var(--maroon) !important;
    background: #ffffff;
    border-color: rgba(84, 35, 111, 0.34);
  }

  .shop-page .filter-pill-group label:has(input:checked) {
    color: var(--maroon) !important;
    background: var(--blush);
    border-color: rgba(84, 35, 111, 0.46);
    box-shadow: inset 3px 0 var(--gold);
  }

  .shop-page .filter-pill-group input[type="radio"],
  .shop-page .filter-pill-group input[type="checkbox"] {
    appearance: none;
    width: 15px;
    height: 15px;
    margin: 0;
    flex: 0 0 15px;
    background: #ffffff;
    border: 1.5px solid #9d959f;
    box-shadow: inset 0 0 0 3px #ffffff;
  }

  .shop-page .filter-pill-group input[type="radio"] {
    border-radius: 50% !important;
  }

  .shop-page .filter-pill-group input[type="checkbox"] {
    border-radius: 4px !important;
  }

  .shop-page .filter-pill-group input:checked {
    background: var(--maroon);
    border-color: var(--maroon);
  }

  .shop-page .filter-pill-group label:has(input:focus-visible) {
    outline: 3px solid rgba(203, 239, 88, 0.82);
    outline-offset: 2px;
  }

  .shop-page .filter-quality-card {
    gap: 5px;
    margin-top: 2px;
    padding: 13px 14px;
    background: linear-gradient(135deg, var(--blush), #ffffff);
    border: 1px solid rgba(84, 35, 111, 0.18);
    border-radius: 8px;
  }

  .shop-page .filter-quality-card span {
    font-size: 10px;
    letter-spacing: 0.1em;
  }

  .shop-page .filter-quality-card strong {
    font-size: 12px;
    line-height: 1.35;
  }
}

@media (min-width: 761px) and (max-width: 1180px) {
  .shop-page .premium-filters {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 24px;
    max-height: none;
    padding: 20px 22px;
  }

  .shop-page .premium-filter-head,
  .shop-page .search-control,
  .shop-page .filter-quality-card {
    grid-column: 1 / -1;
  }

  .shop-page .search-control {
    padding-bottom: 18px;
  }

  .shop-page .filter-pill-group {
    align-content: start;
  }
}

/* Keep conditionally unavailable checkout controls hidden after legacy layout overrides. */
.checkout-form-v2 .form-card > .previous-address-field[hidden],
.checkout-form-v2 .form-card > .company-only[hidden],
.checkout-form-v2 > .form-alert[hidden] {
  display: none !important;
}

/* Keep every application step visible on narrow screens without horizontal panning. */
@media (max-width: 520px) {
  .checkout-v2 .checkout-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    overflow-x: visible;
  }

  .checkout-v2 .checkout-steps button {
    width: 100%;
    min-width: 0;
    min-height: 58px;
    padding: 8px;
  }

  .checkout-v2 .checkout-steps button strong {
    font-size: 12px;
    overflow-wrap: anywhere;
  }

  .shop-product-dialog .shop-dialog-grid {
    grid-template-columns: minmax(0, 1fr) !important;
    overflow-x: hidden;
  }

  .shop-product-dialog .shop-dialog-media,
  .shop-product-dialog .shop-dialog-copy {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }
}

/* Brand artwork must remain fully visible when used in an SEO hero. */
.seo-landing-hero > img.brand-artwork {
  padding: clamp(20px, 3vw, 34px) !important;
  object-fit: contain !important;
}
