﻿:root {
  --text: #202020;
  --muted: #666;
  --line: #e4e4e4;
  --paper: #ffffff;
  --soft: #f6f1ea;
  --ink: #121212;
  --gold: #b68b45;
  --brown: #7a4e34;
  --green: #516a55;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  max-width: 100%;
  overflow-x: hidden;
}

.lead-agent-card {
  grid-column: 1 / -1;
}

.lead-agent-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr);
  gap: 24px;
  align-items: start;
}

.lead-output {
  border: 1px solid #ddd;
  background: #fbfaf6;
  padding: 16px;
  min-height: 72px;
  line-height: 1.5;
  overflow: auto;
}

.lead-copy-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #e8e8e8;
}

.lead-copy-row:last-child {
  border-bottom: 0;
}

.lead-copy-row code {
  white-space: normal;
  word-break: break-word;
}

.lead-script-panel {
  position: sticky;
  top: 92px;
  border: 1px solid #ddd;
  padding: 22px;
  background: #fff;
}

.lead-script-box {
  border: 1px solid #ddd;
  margin-bottom: 14px;
  background: #fff;
}

.lead-script-title {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  padding: 10px 12px;
  background: #f3f0e8;
}

.lead-script-box pre {
  white-space: pre-wrap;
  word-break: break-word;
  margin: 0;
  padding: 12px;
  font-family: inherit;
  line-height: 1.55;
  color: #222;
}

.lead-row .lead-avatar {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #111;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 24px;
  font-weight: 800;
  flex: 0 0 auto;
}

.lead-row select {
  max-width: 220px;
  padding: 8px;
  border: 1px solid #ccc;
  background: #fff;
}

.lead-list-title {
  margin-top: 26px;
}

.lead-list-title input,
.lead-list-title select {
  padding: 10px 12px;
  border: 1px solid #ccc;
  background: #fff;
}

@media (max-width: 900px) {
  .lead-agent-grid {
    grid-template-columns: 1fr;
  }

  .lead-script-panel {
    position: static;
  }

  .lead-copy-row {
    grid-template-columns: 1fr;
  }

  .lead-row .lead-avatar {
    width: 44px;
    height: 44px;
    font-size: 18px;
  }
}

/* Final mobile storefront pass: compact Fominte-style layout for TikTok browser traffic. */
@media (max-width: 640px) {
  html,
  body {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
    font-size: 14px !important;
  }

  body {
    margin: 0 !important;
    background: #fff !important;
  }

  .topbar {
    position: sticky !important;
    top: 0 !important;
    z-index: 60 !important;
    display: grid !important;
    grid-template-columns: 52px 1fr 52px !important;
    align-items: center !important;
    min-height: 58px !important;
    padding: 0 14px !important;
    background: #fff !important;
    border-bottom: 1px solid #e5e5e5 !important;
  }

  .topbar::before {
    content: "" !important;
    display: block !important;
    width: 25px !important;
    height: 18px !important;
    background: linear-gradient(#222, #222) 0 0 / 100% 2px no-repeat,
      linear-gradient(#222, #222) 0 50% / 100% 2px no-repeat,
      linear-gradient(#222, #222) 0 100% / 100% 2px no-repeat !important;
  }

  .back-link,
  .mobile-menu-button,
  .topbar-button,
  .account-icon,
  .language-select,
  .nav,
  .main-nav {
    display: none !important;
  }

  .logo.centered-logo,
  .topbar .logo {
    grid-column: 2 !important;
    justify-self: center !important;
    display: block !important;
    min-width: 0 !important;
    padding: 0 !important;
    text-align: center !important;
  }

  .logo-mark {
    display: none !important;
  }

  .logo-text {
    display: block !important;
    color: #111 !important;
    font-size: 22px !important;
    line-height: 1 !important;
    letter-spacing: 8px !important;
    font-weight: 800 !important;
    white-space: nowrap !important;
  }

  .header-tools {
    grid-column: 3 !important;
    justify-self: end !important;
    display: block !important;
    min-width: 0 !important;
  }

  .search-icon {
    display: block !important;
    width: 28px !important;
    height: 28px !important;
    font-size: 0 !important;
    position: relative !important;
  }

  .search-icon::before {
    content: "" !important;
    position: absolute !important;
    left: 3px !important;
    top: 3px !important;
    width: 15px !important;
    height: 15px !important;
    border: 2px solid #222 !important;
    border-radius: 50% !important;
  }

  .search-icon::after {
    content: "" !important;
    position: absolute !important;
    left: 19px !important;
    top: 20px !important;
    width: 10px !important;
    height: 2px !important;
    background: #222 !important;
    transform: rotate(45deg) !important;
    transform-origin: left center !important;
  }

  .clone-section,
  section,
  main {
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  .hero {
    min-height: 0 !important;
    height: auto !important;
    padding: 0 !important;
    background: #000 !important;
  }

  .hero-inner.single-image-hero {
    display: grid !important;
    min-height: 0 !important;
    height: auto !important;
    padding: 0 !important;
    background-color: #000 !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center top !important;
  }

  .hero-inner.single-image-hero::before {
    content: "" !important;
    display: block !important;
    width: 100% !important;
    aspect-ratio: 2.37 / 1 !important;
  }

  .hero-copy.hero-overlay,
  .hero-copy {
    position: relative !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 18px 16px 24px !important;
    margin: 0 !important;
    background: #000 !important;
    color: #fff !important;
    text-align: center !important;
    box-sizing: border-box !important;
  }

  .hero-copy .breadcrumb,
  .hero-copy .eyebrow {
    margin: 0 0 8px !important;
    font-size: 10px !important;
    line-height: 1.2 !important;
    color: rgba(255, 255, 255, .82) !important;
    white-space: nowrap !important;
  }

  .hero-copy h1 {
    max-width: 340px !important;
    margin: 0 auto 10px !important;
    font-size: clamp(24px, 7.1vw, 32px) !important;
    line-height: 1.06 !important;
    letter-spacing: 0 !important;
    color: #fff !important;
    overflow-wrap: anywhere !important;
  }

  .hero-copy .lead {
    max-width: 330px !important;
    margin: 0 auto 16px !important;
    font-size: 12px !important;
    line-height: 1.55 !important;
    color: rgba(255, 255, 255, .86) !important;
  }

  .hero-actions {
    display: flex !important;
    justify-content: center !important;
    gap: 10px !important;
    margin: 0 auto !important;
  }

  .hero-actions .button {
    min-width: 132px !important;
    min-height: 44px !important;
    padding: 12px 14px !important;
    font-size: 13px !important;
    line-height: 1 !important;
  }

  .cert-strip {
    padding: 18px 12px !important;
    background: #fff !important;
  }

  .cert-row {
    display: grid !important;
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
    gap: 8px !important;
    align-items: center !important;
  }

  .cert-logo,
  .cert-row span {
    min-height: 30px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    font-size: 0 !important;
    line-height: 1 !important;
  }

  .cert-logo b,
  .cert-row span b {
    display: block !important;
    color: #111 !important;
    font-size: 8px !important;
    line-height: 1 !important;
    letter-spacing: -.2px !important;
    white-space: nowrap !important;
  }

  .cert-logo small,
  .cert-row span small {
    display: none !important;
  }

  .intro-block,
  .feature-copy-block,
  .value-service,
  .promise,
  .contact-section {
    padding: 34px 20px !important;
  }

  .two-column,
  .two-column.reverse,
  .contact-grid,
  .about-contact-block {
    display: block !important;
  }

  .intro-copy h2,
  .section-title h2,
  .section-title h1 {
    font-size: clamp(24px, 7.4vw, 34px) !important;
    line-height: 1.16 !important;
    letter-spacing: .02em !important;
    overflow-wrap: anywhere !important;
  }

  .intro-copy p,
  .section-title p,
  .lead-text,
  .text-content p {
    font-size: 15px !important;
    line-height: 1.72 !important;
  }

  .image-panel,
  .video-panel,
  .about-photo {
    width: 100% !important;
    aspect-ratio: 4 / 3 !important;
    min-height: 0 !important;
    margin: 0 0 20px !important;
    overflow: hidden !important;
  }

  .image-panel img,
  .video-panel img,
  .about-photo img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
  }

  #collections {
    padding: 34px 18px !important;
  }

  #collections .category-grid.four {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 18px 12px !important;
  }

  .placeholder-card.overlay-card {
    min-width: 0 !important;
    border-radius: 2px !important;
    overflow: hidden !important;
    background: #101820 !important;
  }

  .collection-card {
    display: flex !important;
    flex-direction: column !important;
    min-height: 0 !important;
    aspect-ratio: auto !important;
  }

  .collection-media {
    height: auto !important;
    aspect-ratio: 1 / 1.06 !important;
    background: #172633 !important;
  }

  .collection-media img,
  .collection-card img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
  }

  .collection-card .card-copy {
    position: static !important;
    min-height: 134px !important;
    padding: 16px 14px !important;
    background: linear-gradient(180deg, #1b252b, #071015) !important;
    color: #fff !important;
  }

  .collection-card .card-copy h3 {
    margin: 0 0 8px !important;
    font-size: 20px !important;
    line-height: 1.1 !important;
  }

  .collection-card .card-copy p {
    margin: 0 !important;
    font-size: 13px !important;
    line-height: 1.35 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }

  #products {
    padding: 36px 0 !important;
  }

  .style-tabs {
    display: grid !important;
    grid-auto-flow: column !important;
    grid-auto-columns: max-content !important;
    gap: 34px !important;
    overflow-x: auto !important;
    padding: 0 22px 18px !important;
    margin: 0 !important;
    -webkit-overflow-scrolling: touch !important;
  }

  .style-tabs button {
    font-size: 15px !important;
    letter-spacing: 2px !important;
    white-space: nowrap !important;
  }

  #products .product-grid,
  .product-grid,
  .category-list,
  .product-showcase.category-list {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px 0 !important;
    padding: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .product-tile,
  .category-list .product-tile,
  .product-grid .product-tile {
    min-width: 0 !important;
    width: 100% !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    background: #fff !important;
    text-decoration: none !important;
    overflow: hidden !important;
  }

  .product-photo,
  .category-list .product-photo,
  .product-grid .product-photo {
    width: 100% !important;
    aspect-ratio: 1 / 1.33 !important;
    min-height: 0 !important;
    background: #fff !important;
    border: 1px solid #e7e7e7 !important;
    display: grid !important;
    place-items: center !important;
    overflow: hidden !important;
  }

  .product-photo img,
  .category-list .product-photo img,
  .product-grid .product-photo img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
  }

  .product-tile span,
  .category-list .product-tile span,
  .product-grid .product-tile span {
    display: -webkit-box !important;
    min-height: 44px !important;
    padding: 8px 6px 0 !important;
    color: #646850 !important;
    font-size: 15px !important;
    line-height: 1.12 !important;
    font-weight: 400 !important;
    text-align: left !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }

  .mobile-card-quote {
    display: block !important;
    width: calc(100% - 22px) !important;
    min-height: 42px !important;
    margin: 10px auto 4px !important;
    padding: 0 8px !important;
    border: 0 !important;
    border-radius: 5px !important;
    background: #9f9f9f !important;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    line-height: 42px !important;
  }

  .metric-grid,
  .advantages-grid,
  .service-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  .metric-card,
  .advantage-card,
  .service-card {
    min-height: 116px !important;
    padding: 18px 14px !important;
  }

  .metric-card strong {
    font-size: 34px !important;
    line-height: 1 !important;
  }

  .metric-card span,
  .metric-card p,
  .advantage-card li,
  .service-card p {
    font-size: 12px !important;
    line-height: 1.35 !important;
  }

  .timeline {
    display: block !important;
  }

  .process-step {
    display: grid !important;
    grid-template-columns: 92px 1fr !important;
    min-height: 104px !important;
    margin: 0 0 14px !important;
    border: 1px solid #eee !important;
    background: #fff !important;
  }

  .process-card-bg {
    grid-column: 1 !important;
    width: 92px !important;
    height: 104px !important;
    min-height: 0 !important;
  }

  .process-content {
    grid-column: 2 !important;
    padding: 18px 16px !important;
    color: #111 !important;
    background: #fff !important;
  }

  .process-content h3 {
    font-size: 19px !important;
    line-height: 1.15 !important;
  }

  .process-content p {
    font-size: 14px !important;
    line-height: 1.35 !important;
  }

  .application-grid,
  .visit-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 20px 10px !important;
  }

  .application-card,
  .visit-card {
    min-height: 84px !important;
    padding: 16px 8px !important;
    font-size: 16px !important;
  }

  .promise h2,
  .testimonial-card blockquote {
    font-size: clamp(24px, 7vw, 34px) !important;
    line-height: 1.18 !important;
    letter-spacing: 0 !important;
  }

  .footer-big-logo,
  .footer-brand-giant {
    font-size: clamp(58px, 22vw, 92px) !important;
    letter-spacing: 8px !important;
    line-height: .82 !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }

  .site-footer {
    padding: 34px 24px 46px !important;
  }

  .footer-columns {
    display: block !important;
  }

  .footer-columns section {
    margin-bottom: 26px !important;
  }

  .footer-columns h3 {
    font-size: 18px !important;
  }

  .footer-columns p,
  .footer-columns a {
    font-size: 14px !important;
    line-height: 1.32 !important;
  }

  .social-links {
    gap: 10px !important;
  }

  .social-links a {
    width: 38px !important;
    height: 38px !important;
    font-size: 0 !important;
  }

  .floating-tools {
    right: 14px !important;
    bottom: 76px !important;
    gap: 12px !important;
  }

  .floating-button {
    width: 54px !important;
    height: 54px !important;
    box-shadow: 0 12px 28px rgba(0,0,0,.18) !important;
  }

  .floating-button svg {
    width: 25px !important;
    height: 25px !important;
  }

  .floating-button.top-button {
    display: none !important;
  }

  .product-detail {
    display: block !important;
    padding: 24px 20px 32px !important;
  }

  .gallery {
    width: 100% !important;
    margin: 0 0 20px !important;
    overflow: visible !important;
  }

  .main-product-photo,
  .main-product-image {
    width: 100% !important;
    aspect-ratio: 1 / 1.28 !important;
    min-height: 0 !important;
    background: #fff !important;
  }

  .main-product-photo img,
  .main-product-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
  }

  .thumb-row {
    display: grid !important;
    grid-auto-flow: column !important;
    grid-auto-columns: 64px !important;
    gap: 8px !important;
    overflow-x: auto !important;
    padding-top: 8px !important;
  }

  .thumb-row button,
  .thumb {
    width: 64px !important;
    height: 64px !important;
  }

  .product-info h1 {
    font-size: 24px !important;
    line-height: 1.24 !important;
    letter-spacing: .02em !important;
    overflow-wrap: anywhere !important;
  }

  .quote-actions,
  .product-actions {
    display: grid !important;
    gap: 10px !important;
  }

  .quote-actions .button,
  .product-actions .button,
  .quote-actions button,
  .product-actions button {
    width: 100% !important;
    min-height: 46px !important;
    font-size: 16px !important;
  }

  .detail-accordion summary,
  .accordion-title {
    padding: 16px 0 !important;
    font-size: 17px !important;
  }

  .spec-table,
  .size-chart,
  .size-chart table {
    width: 100% !important;
    font-size: 11px !important;
    table-layout: fixed !important;
  }

  .recommend-row {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 20px 14px !important;
  }

  .recommend-photo {
    aspect-ratio: 1 / 1.28 !important;
  }

  .recommend-photo img {
    object-fit: contain !important;
  }

  .recommend-card span {
    font-size: 14px !important;
    line-height: 1.2 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }

  .site-modal .modal-panel {
    width: calc(100% - 28px) !important;
    max-height: calc(100vh - 44px) !important;
    overflow-y: auto !important;
    padding: 26px 20px !important;
  }

  .quote-list-content li {
    display: grid !important;
    grid-template-columns: 1fr auto !important;
    gap: 10px !important;
    align-items: center !important;
  }

  .remove-quote-item {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 54px !important;
    min-height: 34px !important;
    border: 1px solid #111 !important;
    background: #fff !important;
    color: #111 !important;
    font-size: 13px !important;
  }

  .about-hero,
  .about-feature {
    padding: 0 !important;
  }

  .about-hero {
    min-height: 0 !important;
    aspect-ratio: 2 / 1 !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
  }

  .about-hero h1 {
    font-size: clamp(28px, 8vw, 38px) !important;
    line-height: 1.15 !important;
  }

  .about-black {
    padding: 30px 22px !important;
  }

  .about-black h2 {
    font-size: 28px !important;
  }

  .about-black p {
    font-size: 16px !important;
    line-height: 1.55 !important;
  }

  .about-form {
    padding: 26px 18px !important;
  }
}

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

  body {
    font-size: 14px !important;
    line-height: 1.45 !important;
  }

  main,
  section,
  .clone-section,
  .section-title,
  .two-column,
  .product-showcase,
  .category-list,
  .product-detail-page,
  .product-detail {
    max-width: 100vw !important;
    box-sizing: border-box !important;
    overflow-x: hidden !important;
  }

  .topbar {
    position: sticky !important;
    top: 0 !important;
    z-index: 50 !important;
    display: grid !important;
    grid-template-columns: 52px 1fr 52px !important;
    grid-template-areas: "menu logo search" !important;
    align-items: center !important;
    min-height: 60px !important;
    padding: 0 16px !important;
    background: #fff !important;
    border-bottom: 1px solid #e7e7e7 !important;
  }

  .topbar .back-link,
  .topbar .topbar-button,
  .topbar .account-icon,
  .topbar .language-select,
  .topbar .main-nav,
  .topbar .nav {
    display: none !important;
  }

  .topbar::before {
    content: "";
    grid-area: menu;
    width: 26px;
    height: 18px;
    border-top: 2px solid #111;
    border-bottom: 2px solid #111;
    box-shadow: 0 8px 0 #111;
    justify-self: start;
  }

  .topbar .logo,
  .topbar .centered-logo {
    grid-area: logo !important;
    justify-self: center !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .topbar .logo-text {
    display: block !important;
    font-size: 24px !important;
    line-height: 1 !important;
    letter-spacing: 8px !important;
    color: #111 !important;
    white-space: nowrap !important;
  }

  .topbar .header-tools {
    grid-area: search !important;
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
    min-width: 0 !important;
  }

  .topbar .search-icon {
    display: block !important;
    width: 28px !important;
    height: 28px !important;
    overflow: hidden !important;
    color: transparent !important;
    font-size: 0 !important;
    border: 2px solid #111 !important;
    border-radius: 50% !important;
    position: relative !important;
  }

  .topbar .search-icon::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 2px;
    background: #111;
    right: -5px;
    bottom: 1px;
    transform: rotate(45deg);
    transform-origin: left center;
  }

  .hero {
    padding: 0 !important;
    min-height: 0 !important;
  }

  .hero-inner.single-image-hero {
    min-height: 360px !important;
    display: flex !important;
    align-items: flex-end !important;
    justify-content: center !important;
    padding: 0 18px 38px !important;
    background-size: contain !important;
    background-position: top center !important;
    background-repeat: no-repeat !important;
    background-color: #030303 !important;
    overflow: hidden !important;
  }

  .hero-overlay {
    width: min(100%, 330px) !important;
    margin: 0 auto !important;
    padding: 0 !important;
    text-align: center !important;
    color: #fff !important;
  }

  .hero .eyebrow,
  .hero .breadcrumb {
    font-size: 10px !important;
    line-height: 1.1 !important;
    margin-bottom: 8px !important;
    white-space: nowrap !important;
  }

  .hero h1 {
    max-width: 330px !important;
    margin: 0 auto 10px !important;
    font-size: clamp(23px, 7vw, 31px) !important;
    line-height: 1.05 !important;
    letter-spacing: 0 !important;
    overflow-wrap: normal !important;
  }

  .hero .lead {
    max-width: 310px !important;
    margin: 0 auto 20px !important;
    font-size: 12px !important;
    line-height: 1.45 !important;
  }

  .hero-actions {
    display: flex !important;
    justify-content: center !important;
    gap: 10px !important;
    flex-wrap: nowrap !important;
  }

  .hero-actions .button {
    min-width: 0 !important;
    padding: 12px 14px !important;
    font-size: 13px !important;
    line-height: 1 !important;
  }

  .cert-strip {
    padding: 14px 14px !important;
    background: #fff !important;
  }

  .cert-row {
    display: grid !important;
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
    gap: 5px !important;
    align-items: center !important;
    width: 100% !important;
    margin: 0 auto !important;
  }

  .cert-logo {
    min-width: 0 !important;
    width: auto !important;
    min-height: 28px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
  }

  .cert-logo b {
    display: block !important;
    max-width: 100% !important;
    font-size: 8px !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    white-space: nowrap !important;
    color: #111 !important;
  }

  .cert-logo small {
    display: none !important;
  }

  .intro-block,
  .text-image,
  .two-column,
  .two-column.reverse {
    display: block !important;
    padding: 28px 18px !important;
  }

  .intro-copy,
  .text-column,
  .copy-block {
    max-width: 100% !important;
    text-align: left !important;
  }

  .intro-copy h2,
  .text-column h2,
  .copy-block h2 {
    max-width: 100% !important;
    font-size: 22px !important;
    line-height: 1.25 !important;
    letter-spacing: 0 !important;
    overflow-wrap: anywhere !important;
  }

  .intro-copy p,
  .text-column p,
  .copy-block p {
    font-size: 15px !important;
    line-height: 1.7 !important;
  }

  .video-panel,
  .image-panel,
  .editorial-video {
    width: 100% !important;
    aspect-ratio: 1 / .86 !important;
    min-height: 0 !important;
    margin: 0 0 24px !important;
  }

  #collections {
    padding: 42px 8px !important;
  }

  #collections .section-title h2,
  #products .section-title h2,
  #advantages .section-title h2,
  #process .section-title h2 {
    max-width: 340px !important;
    margin-inline: auto !important;
    font-size: 28px !important;
    line-height: 1.08 !important;
    letter-spacing: .02em !important;
  }

  #collections .section-title p,
  #products .section-title p,
  #advantages .section-title p,
  #process .section-title p {
    max-width: 330px !important;
    margin-inline: auto !important;
    font-size: 13px !important;
    line-height: 1.45 !important;
  }

  .category-grid.four {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  .collection-card,
  .overlay-card {
    min-width: 0 !important;
    height: auto !important;
    min-height: 0 !important;
    border-radius: 3px !important;
    overflow: hidden !important;
  }

  .collection-media {
    width: 100% !important;
    aspect-ratio: 1 / 1.08 !important;
    background: #111 !important;
  }

  .collection-media img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
  }

  .collection-card-content,
  .overlay-card .card-copy {
    min-height: 128px !important;
    padding: 16px 14px !important;
    background: linear-gradient(180deg, #222b30, #071017) !important;
    color: #fff !important;
  }

  .collection-card-content h3,
  .overlay-card h3 {
    font-size: 20px !important;
    line-height: 1.05 !important;
    margin: 0 0 10px !important;
  }

  .collection-card-content p,
  .overlay-card p {
    display: block !important;
    font-size: 12px !important;
    line-height: 1.35 !important;
    margin: 0 !important;
  }

  #products {
    padding: 42px 0 !important;
  }

  #products .style-tabs,
  #products .product-tabs {
    display: flex !important;
    gap: 28px !important;
    overflow-x: auto !important;
    padding: 0 18px 10px !important;
    justify-content: flex-start !important;
    white-space: nowrap !important;
  }

  #products .product-grid,
  #products .product-showcase,
  .category-list {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px 6px !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 8px !important;
    box-sizing: border-box !important;
  }

  #products .product-tile,
  .category-list .product-tile,
  .product-showcase .product-tile {
    min-width: 0 !important;
    width: 100% !important;
    border: 0 !important;
    background: #fff !important;
    box-shadow: none !important;
    text-decoration: none !important;
    overflow: hidden !important;
  }

  #products .product-photo,
  .category-list .product-photo,
  .product-showcase .product-photo {
    width: 100% !important;
    aspect-ratio: 1 / 1.22 !important;
    min-height: 0 !important;
    padding: 0 !important;
    background: #f6f7f8 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
  }

  #products .product-photo img,
  .category-list .product-photo img,
  .product-showcase .product-photo img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
  }

  #products .product-tile span,
  .category-list .product-tile span,
  .product-showcase .product-tile span {
    display: -webkit-box !important;
    min-height: 38px !important;
    padding: 8px 4px 4px !important;
    overflow: hidden !important;
    color: #5c5b4b !important;
    font-size: 13px !important;
    line-height: 1.15 !important;
    text-align: left !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
  }

  .mobile-card-quote,
  .product-tile .mobile-card-quote {
    display: block !important;
    width: calc(100% - 20px) !important;
    margin: 8px auto 0 !important;
    padding: 10px 4px !important;
    border-radius: 4px !important;
    background: #9b9b9b !important;
    color: #fff !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    text-align: center !important;
  }

  .more-button,
  #products .button.light {
    display: block !important;
    width: fit-content !important;
    margin: 22px auto 0 !important;
    padding: 12px 28px !important;
    border: 1px solid #111 !important;
    border-radius: 999px !important;
    background: #fff !important;
    color: #111 !important;
    font-size: 14px !important;
  }

  #advantages {
    padding: 46px 8px !important;
    background: #f7f7f7 !important;
  }

  .metric-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  .metric-card {
    min-height: 104px !important;
    padding: 16px 14px !important;
    background: #fff !important;
  }

  .metric-card strong {
    font-size: 28px !important;
    white-space: nowrap !important;
  }

  .advantage-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  .advantage-card {
    min-height: 210px !important;
    padding: 18px 14px !important;
    background: #fff !important;
  }

  #process {
    padding: 46px 8px !important;
  }

  .timeline {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  .timeline article {
    display: grid !important;
    grid-template-columns: 98px 1fr !important;
    min-height: 96px !important;
    padding: 0 !important;
    background: #fff !important;
    border: 1px solid #e4e4e4 !important;
  }

  .process-card-bg {
    position: static !important;
    grid-row: 1 / span 3 !important;
    width: 98px !important;
    height: 96px !important;
    min-height: 96px !important;
    background-size: cover !important;
    background-position: center !important;
  }

  .timeline article .step,
  .timeline article h3,
  .timeline article p {
    grid-column: 2 !important;
    margin-left: 14px !important;
    margin-right: 10px !important;
  }

  .timeline article .step {
    margin-top: 16px !important;
    font-size: 13px !important;
    color: #6f99ba !important;
  }

  .timeline article h3 {
    font-size: 17px !important;
    line-height: 1.1 !important;
  }

  .timeline article p {
    font-size: 13px !important;
    line-height: 1.25 !important;
  }

  .service-grid,
  .extra-grid {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  .service-card,
  .extra-card {
    padding: 20px 18px !important;
    min-height: 0 !important;
  }

  .promise {
    padding: 42px 18px !important;
  }

  .promise blockquote,
  .promise h2 {
    font-size: 21px !important;
    line-height: 1.22 !important;
    letter-spacing: 0 !important;
  }

  .brand-marquee {
    min-height: 80px !important;
  }

  .brand-marquee span {
    font-size: 20px !important;
  }

  .section-title.center h1,
  .section-title.center h2 {
    max-width: 340px !important;
    font-size: 28px !important;
    line-height: 1.1 !important;
    overflow-wrap: anywhere !important;
  }

  .section-title.center p {
    max-width: 330px !important;
    font-size: 13px !important;
  }

  .product-detail-page .product-detail {
    padding: 18px 0 34px !important;
  }

  .product-detail-page .gallery,
  .product-detail-page .product-info {
    padding: 0 18px !important;
    box-sizing: border-box !important;
  }

  .product-detail-page .main-product-photo {
    width: 100% !important;
    aspect-ratio: 1 / 1.24 !important;
    background: #fff !important;
  }

  .product-detail-page .product-info h1 {
    max-width: 100% !important;
    margin-top: 18px !important;
    font-size: 23px !important;
    line-height: 1.18 !important;
    letter-spacing: .02em !important;
    overflow-wrap: anywhere !important;
  }

  .product-detail-page .icon-list {
    gap: 12px !important;
    margin: 22px 0 !important;
  }

  .product-detail-page .icon-list li {
    font-size: 15px !important;
    line-height: 1.25 !important;
  }

  .quote-actions {
    gap: 10px !important;
  }

  .quote-actions a {
    min-height: 42px !important;
    padding: 12px !important;
    font-size: 14px !important;
  }

  .recommend-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px 8px !important;
    padding: 0 8px !important;
  }

  .recommend-card img {
    aspect-ratio: 1 / 1.22 !important;
    object-fit: contain !important;
  }

  .recommend-card span {
    display: -webkit-box !important;
    min-height: 36px !important;
    overflow: hidden !important;
    font-size: 13px !important;
    line-height: 1.18 !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
  }

  .floating-actions {
    right: 12px !important;
    bottom: 74px !important;
    gap: 10px !important;
  }

  .floating-button,
  .floating-action {
    width: 48px !important;
    height: 48px !important;
    border-radius: 50% !important;
  }

  .floating-button svg,
  .floating-action svg {
    width: 22px !important;
    height: 22px !important;
  }

  .site-modal .modal-panel {
    width: calc(100vw - 28px) !important;
    max-height: 84vh !important;
    padding: 24px 18px !important;
    overflow-y: auto !important;
  }

  .quote-list-content li {
    display: grid !important;
    grid-template-columns: 1fr auto !important;
    gap: 10px !important;
    align-items: center !important;
    padding: 10px 0 !important;
  }

  .remove-quote-item {
    min-width: 54px !important;
    min-height: 30px !important;
    border: 1px solid #111 !important;
    background: #fff !important;
    color: #111 !important;
    font-size: 12px !important;
  }

  .site-footer {
    padding: 34px 22px 48px !important;
  }

  .footer-columns {
    display: block !important;
  }

  .footer-columns section {
    margin-bottom: 24px !important;
  }

  .footer-big-logo {
    font-size: 52px !important;
    letter-spacing: 10px !important;
    white-space: nowrap !important;
  }
}

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

  *,
  *::before,
  *::after {
    box-sizing: border-box;
  }

  body {
    font-size: 15px;
  }

  img {
    max-width: 100%;
  }

  main,
  section,
  .clone-section,
  .page-section,
  .category-shell,
  .product-detail-page,
  .product-detail {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .topbar {
    position: sticky;
    top: 0;
    z-index: 80;
    padding: 8px 14px 10px !important;
    background: #fff;
  }

  .topbar .logo-text,
  .centered-logo .logo-text {
    font-size: 19px !important;
    letter-spacing: 8px !important;
  }

  .header-tools {
    gap: 12px !important;
  }

  .header-tools .topbar-button {
    min-height: 38px !important;
    padding: 0 14px !important;
    font-size: 14px !important;
  }

  .header-tools span,
  .language-select {
    font-size: 13px !important;
  }

  .nav {
    display: flex !important;
    gap: 18px !important;
    overflow-x: auto;
    white-space: nowrap;
    padding: 9px 0 0 !important;
    scrollbar-width: none;
  }

  .nav::-webkit-scrollbar {
    display: none;
  }

  .nav a {
    flex: 0 0 auto;
    font-size: 11px !important;
  }

  .hero.clone-section {
    min-height: 520px !important;
    padding: 0 !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center top !important;
    background-color: #000 !important;
  }

  .hero-inner.single-image-hero {
    min-height: 520px !important;
    display: flex !important;
    align-items: flex-end !important;
    justify-content: center !important;
  }

  .hero-copy.hero-overlay {
    width: 100%;
    padding: 245px 18px 30px !important;
    text-align: center;
    color: #fff;
  }

  .hero-copy .breadcrumb {
    font-size: 11px !important;
    line-height: 1.2 !important;
  }

  .hero-copy h1 {
    max-width: 350px;
    margin: 8px auto 10px !important;
    font-size: 28px !important;
    line-height: 1.05 !important;
    white-space: normal !important;
  }

  .hero-copy .lead {
    max-width: 330px;
    margin: 0 auto 18px !important;
    font-size: 12px !important;
    line-height: 1.45 !important;
  }

  .hero-actions {
    justify-content: center !important;
    gap: 10px !important;
  }

  .hero-actions .button {
    min-width: 136px !important;
    min-height: 44px !important;
    padding: 0 12px !important;
    font-size: 14px !important;
  }

  .cert-strip.clone-section,
  .cert-strip {
    padding: 16px 14px !important;
    background: #fff !important;
  }

  .cert-row {
    display: grid !important;
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
    gap: 5px !important;
    align-items: center !important;
    max-width: 100% !important;
  }

  .cert-logo {
    min-width: 0 !important;
    min-height: 28px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    text-align: center !important;
  }

  .cert-logo b {
    display: block !important;
    font-size: 10px !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
  }

  .cert-logo small {
    display: none !important;
  }

  .intro-block.clone-section {
    padding: 36px 22px !important;
  }

  .intro-block .two-column,
  .intro-block .two-column.reverse {
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
  }

  .intro-block .video-frame,
  .intro-block .intro-video {
    width: 100% !important;
    aspect-ratio: 1 / 1 !important;
    min-height: 0 !important;
  }

  .intro-block .kicker {
    margin-bottom: 8px !important;
    font-size: 16px !important;
    letter-spacing: 0 !important;
  }

  .intro-block h2 {
    margin: 0 0 14px !important;
    font-size: 24px !important;
    line-height: 1.15 !important;
  }

  .intro-block p,
  .intro-block blockquote {
    max-width: 100% !important;
    color: #555;
    font-size: 16px !important;
    line-height: 1.55 !important;
    overflow-wrap: anywhere;
  }

  .section-title h2 {
    font-size: 28px !important;
    line-height: 1.18 !important;
  }

  .section-title p {
    font-size: 14px !important;
    line-height: 1.45 !important;
  }

  .category-grid.four {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 18px 14px !important;
    padding: 0 8px !important;
  }

  .placeholder-card.overlay-card {
    min-width: 0 !important;
    border-radius: 3px !important;
    overflow: hidden !important;
  }

  .collection-card {
    min-height: 0 !important;
    aspect-ratio: 3 / 4.8 !important;
  }

  .collection-media {
    height: 54% !important;
    display: grid !important;
    place-items: center !important;
    background: #151b20 !important;
  }

  .collection-media img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
  }

  .overlay-card .card-copy,
  .placeholder-card.overlay-card .card-copy {
    height: 46% !important;
    padding: 16px 12px !important;
  }

  .overlay-card h3 {
    font-size: 20px !important;
    line-height: 1.12 !important;
  }

  .overlay-card p {
    display: -webkit-box !important;
    overflow: hidden !important;
    font-size: 12px !important;
    line-height: 1.35 !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }

  .metric-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }

  .metric-card {
    min-height: 108px !important;
    padding: 18px 14px !important;
  }

  .metric-card strong {
    font-size: 34px !important;
    line-height: 1 !important;
  }

  .metric-card span {
    font-size: 13px !important;
  }

  .advantage-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }

  .advantage-card {
    min-height: 210px !important;
    padding: 22px 16px !important;
  }

  .advantage-card h3 {
    font-size: 18px !important;
  }

  .advantage-card li {
    font-size: 13px !important;
    line-height: 1.45 !important;
  }

  .timeline {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  .timeline article {
    display: grid !important;
    grid-template-columns: 92px 1fr !important;
    min-height: 96px !important;
    padding: 0 !important;
    background: #fff !important;
  }

  .process-card-bg {
    position: static !important;
    width: 92px !important;
    min-height: 96px !important;
    background-size: cover !important;
    background-position: center !important;
  }

  .timeline article > :not(.process-card-bg) {
    padding: 16px 16px 14px !important;
  }

  .timeline h3 {
    font-size: 18px !important;
    line-height: 1.1 !important;
  }

  .timeline p {
    font-size: 14px !important;
    line-height: 1.35 !important;
  }

  .service-grid {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  .service-card {
    min-height: 0 !important;
    padding: 28px 24px !important;
  }

  .promise {
    padding: 44px 22px !important;
  }

  .promise h2,
  .promise blockquote {
    font-size: 22px !important;
    line-height: 1.32 !important;
    word-break: normal !important;
  }

  .brand-marquee,
  .testimonial-marquee {
    overflow: hidden !important;
  }

  .floating-actions {
    right: 12px !important;
    gap: 10px !important;
  }

  .floating-action {
    width: 48px !important;
    height: 48px !important;
  }

  .floating-action svg {
    width: 22px !important;
    height: 22px !important;
  }

  body.category-page .category-shell {
    width: 100% !important;
    padding: 44px 8px !important;
  }

  body.category-page .category-head h1 {
    max-width: 100% !important;
    font-size: 30px !important;
    line-height: 1.12 !important;
    white-space: normal !important;
    overflow-wrap: anywhere;
  }

  body.category-page .category-toolbar {
    gap: 0 !important;
    margin-bottom: 20px !important;
    font-size: 14px !important;
  }

  body.category-page .category-list {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 18px 8px !important;
    width: 100% !important;
    margin: 0 !important;
  }

  body.category-page .product-tile,
  body.category-page .category-product-card {
    min-width: 0 !important;
    width: 100% !important;
    padding: 0 !important;
  }

  body.category-page .product-photo {
    width: 100% !important;
    aspect-ratio: 1 / 1.28 !important;
    background: #fff !important;
  }

  body.category-page .product-photo img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
  }

  body.category-page .product-tile span {
    display: -webkit-box !important;
    min-height: 36px !important;
    margin-top: 8px !important;
    overflow: hidden !important;
    color: #555 !important;
    font-size: 13px !important;
    line-height: 1.25 !important;
    text-align: left !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  body.category-page .mobile-card-quote {
    min-height: 36px !important;
    margin-top: 8px !important;
    border-radius: 4px !important;
    font-size: 13px !important;
  }

  body.product-detail-page .product-detail {
    display: block !important;
    padding: 26px 14px !important;
  }

  body.product-detail-page .gallery {
    width: calc(100% + 28px) !important;
    margin: 0 -14px 24px !important;
    overflow-x: auto !important;
  }

  body.product-detail-page .main-product-photo,
  body.product-detail-page .main-product-image {
    display: none !important;
  }

  body.product-detail-page .thumb-row {
    display: grid !important;
    grid-auto-flow: column !important;
    grid-auto-columns: 74% !important;
    gap: 14px !important;
    overflow-x: auto !important;
    padding: 0 14px 12px !important;
    scroll-snap-type: x mandatory;
  }

  body.product-detail-page .thumb-row button,
  body.product-detail-page .thumb {
    width: 100% !important;
    aspect-ratio: 3 / 4 !important;
    border: 0 !important;
    background: #fff !important;
    scroll-snap-align: center;
  }

  body.product-detail-page .thumb-row button img,
  body.product-detail-page .thumb img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
  }

  body.product-detail-page .product-info h1,
  body.product-detail-page .product-copy h1 {
    font-size: 24px !important;
    line-height: 1.18 !important;
    white-space: normal !important;
    overflow-wrap: anywhere;
  }

  body.product-detail-page .icon-list {
    gap: 14px !important;
  }

  body.product-detail-page .icon-list li {
    min-height: 42px !important;
    font-size: 15px !important;
  }

  body.product-detail-page summary {
    font-size: 17px !important;
  }

  .spec-table,
  .size-chart,
  .size-chart table {
    width: 100% !important;
    table-layout: fixed !important;
    font-size: 12px !important;
  }

  .spec-table td,
  .size-chart td,
  .size-chart th {
    padding: 6px 5px !important;
    overflow-wrap: anywhere;
  }

  .recommend-section,
  .recommendations {
    padding: 36px 8px !important;
  }

  .recommend-row,
  .recommendation-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 18px 10px !important;
    width: 100% !important;
    overflow: visible !important;
  }

  .recommend-card,
  .recommendation-card {
    min-width: 0 !important;
    width: 100% !important;
  }

  .recommend-photo,
  .recommendation-card picture {
    display: block !important;
    width: 100% !important;
    aspect-ratio: 1 / 1.28 !important;
  }

  .recommend-photo img,
  .recommendation-card img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
  }

  .recommend-card span,
  .recommendation-card span {
    font-size: 13px !important;
    line-height: 1.25 !important;
  }

  .site-footer {
    padding: 42px 30px !important;
  }

  .footer-columns {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 28px !important;
  }

  .footer-big-logo {
    font-size: 82px !important;
    line-height: .9 !important;
    letter-spacing: 10px !important;
  }
}

body {
  margin: 0;
  color: var(--text);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
  max-width: 100%;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-template-rows: 58px 48px;
  align-items: center;
  gap: 0 28px;
  padding: 0 56px;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--line);
  max-width: 100vw;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  min-width: 190px;
}

.back-link {
  font-size: 34px;
  line-height: 1;
}

.centered-logo {
  grid-column: 2;
  justify-content: center;
  min-width: 0;
  font-size: 26px;
  letter-spacing: 8px;
}

.logo-icon {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  background: var(--ink);
  color: #fff;
  border-radius: 2px;
}

.nav {
  display: flex;
  align-items: center;
  gap: 28px;
  color: #333;
  font-size: 14px;
}

.main-nav {
  grid-column: 1 / -1;
  justify-content: center;
  min-height: 48px;
  min-width: 0;
  border-top: 1px solid var(--line);
  text-transform: uppercase;
}

.header-tools {
  grid-column: 3;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  min-width: 0;
}

.language-select {
  border: 0;
  background: transparent;
  font: inherit;
}

#google_translate_element,
.goog-te-banner-frame,
.goog-te-gadget {
  display: none !important;
}

body {
  top: 0 !important;
}

.account-icon,
.search-icon {
  font-size: 22px;
}

.topbar-button,
.button,
.contact-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 20px;
  border: 1px solid var(--ink);
  border-radius: 2px;
  font-weight: 700;
}

.topbar-button,
.button.dark,
.contact-form button {
  color: #fff;
  background: var(--ink);
}

.button.light {
  color: var(--ink);
  background: #fff;
}

.clone-section {
  padding: 82px 56px;
}

.clone-section.tight {
  padding-top: 34px;
  padding-bottom: 34px;
}

.hero {
  min-height: calc(100vh - 76px);
  background:
    linear-gradient(to top, rgba(0, 0, 0, 0.76), rgba(0, 0, 0, 0.22) 48%, rgba(0, 0, 0, 0.08)),
    url("assets/home-hero-crochet-dress.jpg?v=20260706a");
  background-position: center;
  background-size: cover;
}

.hero-inner,
.two-column,
.contact {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 56px;
  align-items: center;
}

.hero-copy {
  max-width: 720px;
}

.single-image-hero {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: calc(100vh - 200px);
}

.hero-overlay {
  max-width: 820px;
  margin: 0 auto;
  padding: 24px 18px 34px;
  color: #fff;
  text-align: center;
  text-shadow: 0 2px 16px rgba(0,0,0,.72);
}

.hero-overlay .crumb {
  color: rgba(255, 255, 255, 0.78);
}

.hero-overlay .lead {
  color: rgba(255, 255, 255, 0.84);
  font-size: 16px;
}

.hero-overlay h1 {
  font-size: clamp(34px, 5vw, 42px);
  max-width: 100%;
  word-break: break-word;
}

.crumb,
.kicker {
  margin: 0 0 14px;
  color: var(--brown);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
  overflow-wrap: anywhere;
}

h1 {
  margin-bottom: 22px;
  font-size: 58px;
  line-height: 1.04;
  font-weight: 800;
}

h2 {
  margin-bottom: 16px;
  font-size: 40px;
  line-height: 1.15;
}

h3 {
  margin-bottom: 9px;
  font-size: 20px;
}

.lead,
.section-title p,
.two-column p,
.contact p {
  color: var(--muted);
  font-size: 18px;
  max-width: 100%;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 30px;
}

.hero-overlay .hero-actions {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
}

.video-frame,
.hero-image {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 420px;
  padding: 32px;
  text-align: center;
  color: #fff;
  background:
    linear-gradient(rgba(18, 18, 18, 0.42), rgba(18, 18, 18, 0.64)),
    repeating-linear-gradient(135deg, #9b8a78 0, #9b8a78 12px, #b2a18e 12px, #b2a18e 24px);
  border-radius: 2px;
  overflow: hidden;
}

.hero-image {
  min-height: 520px;
}

.intro-video {
  min-height: 520px;
}

.video-frame strong,
.video-frame small {
  display: block;
}

.video-frame strong {
  margin-top: 12px;
  font-size: 24px;
}

.video-frame small {
  color: rgba(255, 255, 255, 0.78);
}

.play {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border: 2px solid #fff;
  border-radius: 50%;
  font-size: 28px;
}

.section-title {
  max-width: 840px;
  margin-bottom: 38px;
}

.section-title.center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.pale {
  background: var(--soft);
}

.cert-strip {
  background: #fff;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.cert-row {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
  align-items: center;
}

.cert-row span {
  display: grid;
  place-items: center;
  min-height: 64px;
  color: #4d4d4d;
  background: #fafafa;
  border: 1px solid var(--line);
  font-weight: 800;
}

.cert-logo {
  gap: 4px;
  color: #111;
  font-size: 22px;
  filter: grayscale(1);
}

.cert-logo small {
  display: block;
  color: #555;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.intro-block {
  background: #fff;
}

.image-panel {
  display: grid;
  place-items: center;
  min-height: 390px;
  padding: 28px;
  color: #fff;
  text-align: center;
  font-weight: 800;
  background:
    linear-gradient(rgba(18, 18, 18, 0.34), rgba(18, 18, 18, 0.54)),
    repeating-linear-gradient(45deg, #cabbaa 0, #cabbaa 18px, #a89784 18px, #a89784 36px);
}

.quote-section {
  background: #f3eee8;
}

.quote-section blockquote {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.quote-section blockquote p {
  margin-bottom: 16px;
  color: var(--text);
  font-size: 28px;
  line-height: 1.35;
  font-weight: 700;
}

.quote-section footer {
  color: var(--muted);
  font-weight: 700;
}

.category-grid,
.advantage-grid,
.timeline,
.application-grid,
.promise-grid,
.stats-grid {
  display: grid;
  gap: 22px;
}

.category-grid.four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.category-grid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.category-grid.six {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

.placeholder-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 2px;
  overflow: hidden;
}

.overlay-card {
  border: 0;
}

.overlay-card .image-placeholder {
  display: flex;
  flex-direction: column;
  min-height: 420px;
  padding: 0;
  aspect-ratio: auto;
  background: #f4f1ec;
}

#collections .placeholder-card:nth-child(1) .image-placeholder {
  background-image:
    linear-gradient(to top, rgba(0,0,0,.82) 0%, rgba(0,0,0,.58) 30%, rgba(0,0,0,.08) 64%, rgba(0,0,0,0) 100%),
    url("assets/collection-machine.jpg?v=20260706f");
}

#collections .placeholder-card:nth-child(2) .image-placeholder {
  background-image:
    linear-gradient(to top, rgba(0,0,0,.82) 0%, rgba(0,0,0,.58) 30%, rgba(0,0,0,.08) 64%, rgba(0,0,0,0) 100%),
    url("assets/collection-wear.jpg?v=20260706f");
}

#collections .placeholder-card:nth-child(3) .image-placeholder {
  background-image:
    linear-gradient(to top, rgba(0,0,0,.82) 0%, rgba(0,0,0,.58) 30%, rgba(0,0,0,.08) 64%, rgba(0,0,0,0) 100%),
    url("assets/collection-texture.jpg?v=20260706f");
}

#collections .placeholder-card:nth-child(4) .image-placeholder {
  background-image:
    linear-gradient(to top, rgba(0,0,0,.82) 0%, rgba(0,0,0,.58) 30%, rgba(0,0,0,.08) 64%, rgba(0,0,0,0) 100%),
    url("assets/collection-ready.jpg?v=20260706f");
}

.overlay-card h3,
.overlay-card p {
  margin: 0;
  padding: 0;
  color: #fff;
}

.overlay-card h3 {
  margin-bottom: 8px;
  font-size: 21px;
  line-height: 1.12;
}

.overlay-card p {
  font-size: 13px;
}

.placeholder-card h3,
.placeholder-card p {
  padding-right: 20px;
  padding-left: 20px;
}

.placeholder-card h3 {
  padding-top: 20px;
}

.placeholder-card p {
  padding-bottom: 22px;
  color: var(--muted);
}

.overlay-card .image-placeholder h3,
.overlay-card .image-placeholder p {
  padding-right: 0;
  padding-left: 0;
  color: #fff;
  text-shadow: 0 2px 12px rgba(0,0,0,.72);
}

.overlay-card .image-placeholder > div {
  width: 100%;
  min-width: 0;
  min-height: 120px;
  padding: 18px 20px 20px;
  box-sizing: border-box;
  background: linear-gradient(to top, rgba(5, 12, 18, .96), rgba(5, 12, 18, .84));
  overflow: hidden;
}

.overlay-card .collection-media {
  display: grid;
  place-items: center;
  flex: 1 1 auto;
  min-height: 300px;
  padding: 18px;
  background: #f4f1ec;
}

.overlay-card .collection-media img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 300px;
  object-fit: contain;
  object-position: center;
}

.overlay-card .collection-copy {
  flex: 0 0 auto;
}

.overlay-card .image-placeholder p {
  color: rgba(255,255,255,.96);
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.image-placeholder {
  display: grid;
  place-items: center;
  aspect-ratio: 4 / 2.35;
  color: #fff;
  font-weight: 800;
  background:
    linear-gradient(rgba(32, 32, 32, 0.28), rgba(32, 32, 32, 0.46)),
    repeating-linear-gradient(45deg, #c5b8a7 0, #c5b8a7 14px, #a99a89 14px, #a99a89 28px);
}

.image-placeholder.tall {
  aspect-ratio: 4 / 3.2;
}

.overlay-card .collection-card {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-items: stretch;
  min-height: 420px;
  aspect-ratio: auto;
  padding: 0;
  background: #f4f1ec !important;
}

.style-tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 0 0 24px;
  text-align: center;
}

.style-tabs button {
  padding: 10px 6px;
  border: 0;
  background: transparent;
  color: #aaa;
  font-size: 15px;
  font-family: inherit;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
}

.style-tabs .active {
  color: #111;
  text-decoration: underline;
  text-underline-offset: 5px;
}

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

.product-tile {
  display: grid;
  border: 1px solid #ccc;
  background: #fff;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease;
}

.product-tile:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 22px rgba(0,0,0,.12);
}

.product-photo {
  display: grid;
  place-items: center;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  color: #fff;
  font-weight: 800;
  background:
    linear-gradient(rgba(30,30,30,.16), rgba(30,30,30,.22)),
    repeating-linear-gradient(135deg, #817466 0, #817466 16px, #6d6258 16px, #6d6258 32px);
}

.product-photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 6px;
}

.product-tile span {
  display: block;
  min-height: 58px;
  padding: 12px;
  color: #111;
  font-size: 13px;
  text-align: center;
}

.more-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  min-width: 160px;
  min-height: 46px;
  margin: 30px auto 0;
  padding: 10px 22px;
  border: 1px solid #111;
  border-radius: 999px;
  text-transform: uppercase;
}

.stats-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 28px;
}

.stats-grid span {
  padding: 18px;
  background: #fff;
  border: 1px solid var(--line);
}

.stats-grid strong {
  display: block;
  color: var(--brown);
  font-size: 26px;
}

.dark-band {
  color: #fff;
  background: var(--ink);
}

.dark-band .kicker {
  color: var(--gold);
}

.infrastructure {
  background: #f7f7f7;
}

.infrastructure .section-title h2 {
  color: #050505;
  font-size: 28px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

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

.metric-grid article {
  min-height: 180px;
  padding: 34px 30px 28px;
  background: #fff;
  border: 1px solid var(--line);
}

.metric-grid strong {
  color: #111;
  font-size: 56px;
  line-height: 1;
}

.metric-grid span {
  margin-left: 8px;
  color: #527fc4;
  font-size: 22px;
  font-weight: 800;
  text-transform: uppercase;
}

.metric-grid p {
  margin-top: 28px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  color: #777;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.advantage-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.advantage-grid article {
  min-height: 260px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.advantage-grid span {
  display: block;
  margin-bottom: 46px;
  color: var(--gold);
  font-weight: 800;
}

.advantage-grid p,
.dark-band .section-title p {
  color: rgba(255, 255, 255, 0.72);
}

.advantage-grid ul {
  display: grid;
  gap: 8px;
  margin: 0 0 18px;
  padding-left: 18px;
  color: rgba(255, 255, 255, 0.78);
}

.timeline {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  align-items: stretch;
}

.process-visual {
  display: grid;
  place-items: center;
  min-height: 260px;
  margin-bottom: 22px;
  color: #fff;
  font-weight: 800;
  background:
    linear-gradient(rgba(18, 18, 18, 0.28), rgba(18, 18, 18, 0.46)),
    repeating-linear-gradient(135deg, #b8a996 0, #b8a996 16px, #a3917d 16px, #a3917d 32px);
}

.timeline article {
  padding: 0;
  background: #fff;
  border: 1px solid var(--line);
}

.process-card-bg {
  display: grid;
  align-content: end;
  min-height: 320px;
  padding: 22px;
  color: #fff;
  background:
    linear-gradient(to top, rgba(0,0,0,.72), rgba(0,0,0,.1)),
    repeating-linear-gradient(135deg, #879398 0, #879398 16px, #717e84 16px, #717e84 32px);
  background-position: center;
  background-size: 100% 100%, contain;
  background-repeat: no-repeat;
  background-color: #151515;
}

#process .timeline article:nth-child(1) .process-card-bg {
  background-image:
    linear-gradient(to top, rgba(0,0,0,.74), rgba(0,0,0,.18)),
    url("assets/process-inquiry.jpg?v=20260706d");
}

#process .timeline article:nth-child(2) .process-card-bg {
  background-image:
    linear-gradient(to top, rgba(0,0,0,.74), rgba(0,0,0,.18)),
    url("assets/process-development.jpg?v=20260706d");
}

#process .timeline article:nth-child(3) .process-card-bg {
  background-image:
    linear-gradient(to top, rgba(0,0,0,.74), rgba(0,0,0,.18)),
    url("assets/process-production-user.jpg?v=20260715a");
}

#process .timeline article:nth-child(4) .process-card-bg {
  background-image:
    linear-gradient(to top, rgba(0,0,0,.74), rgba(0,0,0,.18)),
    url("assets/process-inspection-cn.png?v=20260715a");
}

#process .timeline article:nth-child(5) .process-card-bg {
  background-image:
    linear-gradient(to top, rgba(0,0,0,.74), rgba(0,0,0,.18)),
    url("assets/process-delivery.jpg?v=20260706d");
}

#process .timeline article:nth-child(6) .process-card-bg {
  background-image:
    linear-gradient(to top, rgba(0,0,0,.74), rgba(0,0,0,.18)),
    url("assets/process-after-sales.jpg?v=20260706d");
}

.timeline span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 24px;
  color: #fff;
  background: rgba(255,255,255,.18);
  border-radius: 50%;
  font-weight: 800;
}

.timeline p {
  color: rgba(255,255,255,.78);
}

.reverse {
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.95fr);
}

.service-list {
  display: grid;
  gap: 12px;
  padding-left: 20px;
  color: var(--muted);
  font-size: 18px;
}

.application-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.visit-section {
  background: #fff;
}

.visit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.visit-grid .image-panel {
  min-height: 310px;
}

.application-grid span,
.promise-grid span {
  display: grid;
  place-items: center;
  min-height: 86px;
  padding: 16px;
  background: #fff;
  border: 1px solid var(--line);
  text-align: center;
  font-weight: 700;
}

.faq-wrap {
  background: #f7f7f7;
}

.faq-list {
  display: grid;
  gap: 14px;
  max-width: 980px;
  margin: 0 auto;
}

details {
  padding: 20px 24px;
  background: #fff;
  border: 1px solid var(--line);
}

summary {
  cursor: pointer;
  font-size: 18px;
  font-weight: 800;
}

details p {
  margin-top: 12px;
  color: var(--muted);
}

.promise {
  color: #fff;
  background: linear-gradient(120deg, #1d1d1d, #3a2f29);
}

.promise-head {
  max-width: 720px;
  margin-bottom: 26px;
}

.promise-head h2 {
  font-size: 28px;
}

.promise-head p {
  font-size: 14px;
}

.promise .section-title p {
  color: rgba(255, 255, 255, 0.72);
}

.promise .kicker {
  color: var(--gold);
}

.testimonial-marquee {
  max-width: 1120px;
  margin: 0 auto 30px;
  border: 2px solid #3a8cff;
  overflow: hidden;
}

.brand-marquee {
  max-width: 1120px;
  margin: 0 auto;
  overflow: hidden;
  border-top: 1px solid rgba(255,255,255,.2);
  border-bottom: 1px solid rgba(255,255,255,.2);
}

.marquee-track {
  display: flex;
  width: max-content;
  animation: marquee 24s linear infinite;
}

.marquee-track.slow {
  animation-duration: 32s;
}

.marquee-track span {
  display: grid;
  place-items: center;
  min-width: 280px;
  min-height: 92px;
  padding: 18px;
  color: #fff;
  font-weight: 700;
}

.brand-marquee span {
  min-width: 190px;
  min-height: 74px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.brand-logo-item {
  color: #111 !important;
  background: #fff;
  border: 1px solid rgba(255,255,255,.35);
  font-size: 22px;
  font-weight: 900;
}

.brand-logo-item.zara {
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: 6px;
}

.brand-logo-item.shein,
.brand-logo-item.temu {
  font-family: Arial, sans-serif;
  letter-spacing: 2px;
}

.floating-tools {
  position: fixed;
  right: 22px;
  bottom: 88px;
  z-index: 40;
  display: grid;
  gap: 12px;
}

.floating-button {
  width: 58px;
  height: 58px;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: #555963;
  box-shadow: 0 12px 28px rgba(0,0,0,.22);
  font-size: 24px;
  cursor: pointer;
  display: grid;
  place-items: center;
}

.floating-button:hover {
  background: #111;
}

.floating-button svg {
  width: 28px;
  height: 28px;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.site-modal {
  position: fixed;
  inset: 0;
  z-index: 70;
  display: none;
  place-items: center;
  padding: 22px;
  background: rgba(0,0,0,.48);
}

.site-modal.active {
  display: grid;
}

.modal-panel {
  position: relative;
  width: min(760px, 100%);
  max-height: min(760px, 92vh);
  overflow: auto;
  padding: 36px;
  background: #fff;
  box-shadow: 0 24px 80px rgba(0,0,0,.28);
}

.modal-panel h2 {
  margin-bottom: 18px;
  font-size: 34px;
}

.modal-close {
  position: absolute;
  top: 12px;
  right: 16px;
  border: 0;
  background: transparent;
  font-size: 30px;
  cursor: pointer;
}

.quote-list-content {
  min-height: 110px;
  display: grid;
  align-content: center;
  gap: 10px;
}

.quote-list-content li {
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.quote-list-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.quote-item-product {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  min-width: 0;
  color: inherit;
  text-decoration: none;
}

.quote-item-image {
  display: block;
  width: 86px;
  height: 102px;
  border: 1px solid #ececec;
  background: #f7f5f1;
  object-fit: contain;
}

.quote-item-copy {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.quote-item-copy strong {
  font-size: 16px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.quote-item-copy small {
  color: #777;
  font-size: 13px;
}

.remove-quote-item {
  border: 1px solid #111;
  background: #fff;
  color: #111;
  min-height: 34px;
  padding: 0 12px;
  cursor: pointer;
}

@media (max-width: 760px) {
  #quoteModal {
    align-items: center;
    padding: 12px;
  }

  #quoteModal .modal-panel {
    box-sizing: border-box;
    width: 100%;
    max-height: calc(100dvh - 24px);
    padding: 24px 18px 18px;
  }

  #quoteModal .modal-panel h2 {
    margin: 0 44px 14px 0;
    font-size: 30px;
  }

  .quote-list-content {
    min-height: 80px;
  }

  .quote-list-content li {
    align-items: center;
    gap: 9px;
    padding: 10px 0;
  }

  .quote-item-product {
    grid-template-columns: 68px minmax(0, 1fr);
    gap: 10px;
    flex: 1 1 auto;
  }

  .quote-item-image {
    width: 68px;
    height: 82px;
  }

  .quote-item-copy strong {
    font-size: 14px;
    line-height: 1.3;
  }

  .quote-item-copy small {
    font-size: 12px;
  }

  .remove-quote-item {
    flex: 0 0 auto;
    min-height: 32px;
    padding: 0 9px;
    font-size: 12px;
  }

  #quoteModal .modal-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 16px;
  }
}

.modal-actions {
  display: flex;
  justify-content: flex-end;
  gap: 14px;
  margin-top: 24px;
}

.inquiry-panel input,
.inquiry-panel select,
.inquiry-panel textarea,
.site-search-input {
  width: 100%;
  min-height: 46px;
  margin-bottom: 12px;
  padding: 12px 14px;
  border: 1px solid #cfcfcf;
  font: inherit;
}

.whatsapp-phone-field {
  display: grid;
  grid-template-columns: minmax(150px, .8fr) minmax(180px, 1.2fr);
  gap: 10px;
  margin-bottom: 12px;
}

.whatsapp-phone-field select,
.whatsapp-phone-field input {
  min-width: 0;
  margin-bottom: 0 !important;
}

.whatsapp-format-note {
  display: block;
  margin: -4px 0 14px;
  color: #666;
  font-size: 12px;
}

.role-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
  margin: 10px 0 16px;
}

.upload-box {
  display: grid;
  place-items: center;
  min-height: 120px;
  margin-top: 10px;
  border: 1px dashed #bbb;
  color: #777;
}

.upload-box input {
  width: auto;
  min-height: auto;
  margin: 8px 0 0;
}

.inquiry-upload-note {
  margin: 2px 0 0;
  padding: 12px 14px;
  background: #f6f4e7;
  color: #555;
  font-size: 14px;
  line-height: 1.55;
}

.search-results {
  display: grid;
  gap: 10px;
}

.search-results a {
  display: grid;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
  color: #111;
}

.search-results small {
  color: #777;
}

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.contact {
  position: relative;
  color: #fff;
  overflow: hidden;
  background:
    linear-gradient(rgba(10,10,10,.78), rgba(10,10,10,.82)),
    repeating-linear-gradient(135deg, rgba(255,255,255,.18) 0, rgba(255,255,255,.18) 24px, rgba(255,255,255,.08) 24px, rgba(255,255,255,.08) 48px),
    var(--ink);
}

.contact .kicker {
  color: var(--gold);
}

.contact p {
  color: rgba(255, 255, 255, 0.75);
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 26px;
  background: #fff;
  border-radius: 2px;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 13px 14px;
  border: 1px solid var(--line);
  border-radius: 2px;
  font: inherit;
}

.contact-form textarea,
.contact-form button {
  grid-column: 1 / -1;
}

.footer {
  display: grid;
  place-items: center;
  min-height: 170px;
  padding: 34px 56px;
  color: #fff;
  background: #071d33;
}

.footer strong {
  font-size: clamp(42px, 8vw, 112px);
  letter-spacing: 2px;
}

.site-footer {
  padding: 54px 56px 0;
  color: #111;
  background: #fff;
  border-top: 1px solid var(--line);
}

.footer-columns {
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr 1fr;
  gap: 64px;
  max-width: 1280px;
  margin: 0 auto;
}

.footer-columns section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.footer-columns h3 {
  margin: 0 0 6px;
  font-size: 16px;
  line-height: 1.2;
  text-transform: uppercase;
}

.footer-columns p,
.footer-columns a {
  margin: 0;
  color: #111;
  font-size: 14px;
  line-height: 1.22;
}

.footer-columns a:hover {
  text-decoration: underline;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
}

.social-links a {
  position: relative;
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border: 2px solid #111;
  border-radius: 999px;
  color: #111;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
}

.social-icon.facebook span {
  transform: translateY(1px);
  font-size: 19px;
  font-family: Arial, Helvetica, sans-serif;
}

.social-icon.twitter span {
  font-size: 14px;
  font-weight: 900;
}

.social-icon.instagram span {
  width: 15px;
  height: 15px;
  border: 2px solid #111;
  border-radius: 5px;
}

.social-icon.instagram span::after {
  content: "";
  position: absolute;
  inset: 10px;
  border: 2px solid #111;
  border-radius: 50%;
}

.social-icon.instagram::after {
  content: "";
  position: absolute;
  top: 8px;
  right: 8px;
  width: 3px;
  height: 3px;
  background: #111;
  border-radius: 50%;
}

.social-icon.tiktok span {
  position: relative;
  width: 5px;
  height: 17px;
  border-radius: 2px;
  background: #111;
  transform: translate(2px, -1px);
}

.social-icon.tiktok span::before {
  content: "";
  position: absolute;
  right: -7px;
  top: 1px;
  width: 9px;
  height: 5px;
  border-top: 3px solid #111;
  border-right: 3px solid #111;
  border-radius: 0 5px 0 0;
}

.social-icon.tiktok span::after {
  content: "";
  position: absolute;
  left: -7px;
  bottom: -1px;
  width: 10px;
  height: 10px;
  border: 3px solid #111;
  border-radius: 50%;
  background: #fff;
}

.social-icon.youtube span {
  width: 16px;
  height: 11px;
  border: 2px solid #111;
  border-radius: 4px;
}

.social-icon.youtube span::after {
  content: "";
  position: absolute;
  left: 13px;
  top: 10px;
  width: 0;
  height: 0;
  border-left: 6px solid #111;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}

.social-icon.linkedin span {
  transform: translateY(1px);
  font-size: 13px;
  font-weight: 900;
}

.footer-email {
  font-size: 20px !important;
  font-weight: 900;
  text-decoration: underline;
}

.footer-logo {
  display: block;
  margin-top: 42px;
  color: #000;
  font-size: clamp(86px, 20vw, 270px);
  font-weight: 900;
  letter-spacing: .08em;
  line-height: .82;
  text-align: center;
  overflow: hidden;
}

.utility-page {
  max-width: 980px;
  min-height: 56vh;
  margin: 0 auto;
  text-align: center;
}

.utility-page h1 {
  text-transform: uppercase;
}

.utility-page p {
  max-width: 720px;
  margin: 0 auto 28px;
}

.policy-page {
  max-width: 1040px;
  margin: 0 auto;
  padding: 70px 34px;
  color: #1d2b3a;
}

.policy-page h1 {
  margin-bottom: 36px;
  color: #111;
  text-align: center;
  font-size: 34px;
  letter-spacing: 6px;
  text-transform: uppercase;
}

.policy-page h2 {
  margin: 44px 0 16px;
  padding-top: 24px;
  border-top: 1px solid #ddd;
  color: #000;
  font-size: 24px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.policy-page h3 {
  margin: 28px 0 12px;
  color: #000;
  font-size: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.policy-page p,
.policy-page li {
  font-size: 19px;
  line-height: 1.8;
}

.policy-page .intro {
  margin-bottom: 36px;
  font-style: italic;
  color: #4f5d6a;
}

.claim-steps {
  display: grid;
  gap: 20px;
  margin: 22px 0;
  padding: 0;
  list-style: none;
}

.claim-steps li {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 16px;
  align-items: start;
}

.claim-steps b:first-child {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: #fff;
  background: #000;
}

.product-detail-page {
  background: #fff;
}

.product-detail {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: 44px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 70px 34px;
}

.main-product-photo {
  display: grid;
  place-items: center;
  min-height: 560px;
  overflow: hidden;
  color: #fff;
  font-weight: 800;
  background:
    linear-gradient(rgba(30,30,30,.12), rgba(30,30,30,.18)),
    repeating-linear-gradient(135deg, #8ca1b2 0, #8ca1b2 18px, #7890a2 18px, #7890a2 36px);
}

.main-product-photo img {
  width: 100%;
  height: 100%;
  max-height: 620px;
  object-fit: contain;
  background: #f7f7f7;
}

.thumb-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  margin-top: 12px;
}

.thumb-row button {
  display: grid;
  place-items: center;
  min-height: 82px;
  overflow: hidden;
  border: 1px solid var(--line);
  background:
    linear-gradient(rgba(255,255,255,.72), rgba(255,255,255,.72)),
    repeating-linear-gradient(135deg, #8ca1b2 0, #8ca1b2 12px, #7890a2 12px, #7890a2 24px);
  color: #555;
  font-size: 12px;
  cursor: pointer;
}

.thumb-row button img {
  width: 100%;
  height: 82px;
  object-fit: contain;
  padding: 3px;
}

.thumb-row button.active {
  border-color: #111;
  color: #111;
  font-weight: 800;
}

.product-info h1 {
  font-size: 22px;
  line-height: 1.35;
  text-transform: uppercase;
}

.icon-list {
  display: grid;
  gap: 8px;
  margin: 20px 0;
  padding-left: 18px;
  color: #555;
}

.quote-actions {
  display: grid;
  gap: 8px;
  margin: 18px 0;
}

.quote-actions a {
  display: grid;
  place-items: center;
  min-height: 36px;
  background: #ede8cd;
  font-size: 13px;
}

.quote-actions .dark-link {
  color: #fff;
  background: #050505;
}

.product-info details {
  padding: 12px 0;
  border-width: 1px 0 0;
  border-color: var(--line);
  border-style: solid;
}

.spec-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}

.spec-table td,
.spec-table th {
  border: 1px solid #bbb;
  padding: 7px 9px;
  text-align: left;
}

.size-chart-block {
  margin-top: 18px;
}

.size-chart-block h3 {
  margin-bottom: 10px;
  font-size: 18px;
}

.size-spec-table th {
  background: #f4f4f4;
  font-weight: 900;
}

.category-list {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.recommend-section {
  padding: 70px 34px 50px;
}

.recommend-section h2 {
  margin-bottom: 34px;
  text-align: center;
  font-size: 24px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.recommend-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
}

.recommend-card {
  display: grid;
  gap: 12px;
  color: #111;
}

.recommend-photo {
  display: grid;
  place-items: center;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  color: #fff;
  font-weight: 800;
  background:
    linear-gradient(rgba(0,0,0,.08), rgba(0,0,0,.16)),
    repeating-linear-gradient(135deg, #8ca1b2 0, #8ca1b2 18px, #7890a2 18px, #7890a2 36px);
}

.recommend-photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 6px;
}

.recommend-card span {
  text-align: center;
  font-size: 14px;
}

.about-hero {
  display: grid;
  place-items: end center;
  min-height: 72vh;
  padding: 70px 40px;
  color: #fff;
  text-align: center;
  background:
    linear-gradient(to top, rgba(0,0,0,.58), rgba(0,0,0,.08) 58%, rgba(0,0,0,.12)),
    url("assets/about-hero-factory.png?v=20260706a");
  background-position: center;
  background-size: cover;
}

.about-hero h1 {
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.15;
  text-transform: uppercase;
}

.about-intro {
  max-width: 840px;
  margin: 0 auto;
  padding: 70px 24px 50px;
  text-align: center;
}

.about-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, .55fr);
  max-width: 1100px;
  margin: 0 auto 80px;
}

.about-photo {
  display: grid;
  place-items: center;
  min-height: 560px;
  color: #fff;
  font-weight: 800;
  background:
    linear-gradient(rgba(0,0,0,.06), rgba(0,0,0,.08)),
    url("assets/about-feature-factory.png?v=20260706a");
  background-position: center;
  background-size: cover;
}

.about-black {
  display: grid;
  align-content: center;
  min-height: 560px;
  padding: clamp(46px, 5vw, 76px) clamp(34px, 4vw, 58px);
  color: #fff;
  background: #050505;
}

.about-black h2 {
  margin: 0 0 22px;
  font-size: clamp(42px, 4vw, 62px);
  line-height: 1;
}

.about-black p {
  max-width: 500px;
  margin: 0;
  font-size: clamp(19px, 1.55vw, 25px);
  line-height: 1.55;
}

.about-contact-block {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 50px;
  max-width: 1180px;
  margin: 80px auto;
  padding: 70px 50px;
  background: #e9e8e2;
}

.partner-copy {
  display: grid;
  align-content: center;
  gap: 26px;
}

.partner-copy h2,
.about-form h2 {
  text-transform: uppercase;
  font-size: 26px;
}

.partner-copy article {
  display: grid;
  gap: 8px;
}

.partner-copy p {
  color: #333;
}

.about-form {
  display: grid;
  gap: 12px;
  padding: 42px;
  background: #fff;
}

.about-form input,
.about-form textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #bbb;
  font: inherit;
}

.upload-box {
  display: grid;
  place-items: center;
  min-height: 90px;
  border: 1px dashed #aaa;
  color: #777;
}

.about-form button {
  width: max-content;
  padding: 10px 18px;
  border: 0;
  color: #fff;
  background: #000;
  font-weight: 800;
}

.about-footer-logo {
  color: #000;
  font-size: clamp(82px, 18vw, 230px);
  font-weight: 900;
  letter-spacing: 12px;
  line-height: 1;
  text-align: center;
  overflow: hidden;
}

@media (max-width: 1100px) {
  .category-grid.four,
  .category-grid.six,
  .product-showcase,
  .metric-grid,
  .advantage-grid,
  .application-grid,
  .promise-grid,
  .cert-row,
  .visit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .timeline {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .product-detail,
  .recommend-row,
  .category-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .topbar {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    padding: 12px 18px;
  }

  .centered-logo,
  .header-tools,
  .main-nav {
    grid-column: 1;
    min-width: 0;
  }

  .header-tools,
  .main-nav {
    justify-content: flex-start;
    flex-wrap: nowrap;
  }

  .nav,
  .main-nav {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  .nav::-webkit-scrollbar,
  .main-nav::-webkit-scrollbar {
    display: none;
  }

  .nav a {
    flex: 0 0 auto;
  }

  .clone-section {
    padding: 42px 18px;
  }

  .section-title {
    margin-bottom: 24px;
  }

  .section-title h2 {
    font-size: clamp(23px, 6.3vw, 30px);
    line-height: 1.15;
  }

  .section-title p,
  .lead {
    font-size: 14px;
    line-height: 1.55;
  }

  .hero-inner,
  .two-column,
  .reverse,
  .contact,
  .about-feature,
  .about-contact-block,
  .product-detail {
    grid-template-columns: 1fr;
  }

  h1 {
    font-size: clamp(34px, 10vw, 42px);
  }

  .hero-overlay {
    width: min(100%, 520px);
    max-width: min(100%, 520px);
    margin-right: auto;
    margin-left: auto;
  }

  .single-image-hero {
    justify-content: center;
  }

  .hero-overlay h1 {
    font-size: clamp(22px, 6.4vw, 27px);
    width: min(100%, 340px);
    margin-right: auto;
    margin-left: auto;
    line-height: 1.16;
    text-wrap: balance;
  }

  .hero-overlay .lead {
    font-size: 14px;
  }

  .hero {
    min-height: min(132vw, 560px);
    padding-top: 0;
    background:
      linear-gradient(to top, rgba(0,0,0,.84) 0%, rgba(0,0,0,.58) 30%, rgba(0,0,0,.22) 58%, rgba(0,0,0,.04) 100%),
      url("assets/home-hero-crochet-dress.jpg?v=20260706a");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 100%;
    background-color: #050505;
  }

  .single-image-hero {
    min-height: min(132vw, 560px);
    align-items: flex-end;
    justify-content: center;
  }

  .hero-overlay {
    padding: 0 14px 24px;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .hero-overlay h1,
  .hero-overlay .lead {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  h2 {
    font-size: 31px;
  }

  .hero-video,
  .video-frame {
    min-height: 360px;
  }

  .about-photo,
  .about-black {
    min-height: 360px;
  }

  .about-hero {
    min-height: auto;
    padding-top: min(56vw, 320px);
    padding-bottom: 34px;
    background:
      linear-gradient(to bottom, rgba(0,0,0,0) 0, rgba(0,0,0,0) min(56vw, 320px), rgba(0,0,0,.72) min(56vw, 320px), rgba(0,0,0,.9) 100%),
      url("assets/about-hero-factory.png?v=20260706a");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
    background-color: #071624;
  }

  .about-photo {
    min-height: min(58vw, 360px);
    background:
      linear-gradient(rgba(0,0,0,.04), rgba(0,0,0,.06)),
      url("assets/about-feature-factory.png?v=20260706a");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: #071624;
  }

  .about-black {
    padding: 34px 26px;
  }

  .about-black h2 {
    font-size: 38px;
  }

  .about-black p {
    font-size: 19px;
  }

  .about-contact-block {
    gap: 28px;
    margin: 48px auto;
    padding: 34px 22px;
  }

  .category-grid.three,
  .category-grid.six,
  .stats-grid,
  .contact-form {
    grid-template-columns: 1fr;
  }

  .product-showcase {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }

  .product-tile {
    border-color: #dedede;
    box-shadow: 0 1px 8px rgba(0,0,0,.06);
  }

  .product-photo {
    aspect-ratio: 1 / 1.05;
    background: #f7f2ec;
  }

  .product-photo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 5px;
  }

  .product-tile span {
    display: -webkit-box;
    min-height: 40px;
    padding: 7px 8px 9px;
    overflow: hidden;
    font-size: 12px;
    line-height: 1.3;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .metric-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .metric-grid article {
    min-height: 140px;
    padding: 22px 18px 20px;
  }

  .metric-grid strong {
    font-size: 36px;
  }

  .metric-grid span {
    margin-left: 4px;
    font-size: 15px;
  }

  .metric-grid p {
    margin-top: 18px;
    font-size: 11px;
  }

  .timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer {
    flex-direction: column;
    padding: 24px 22px;
  }

  .site-footer {
    padding: 34px 22px 0;
  }

  .footer-columns {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .footer-logo {
    font-size: clamp(58px, 22vw, 110px);
  }
}

@media (max-width: 560px) {
  .topbar {
    gap: 8px;
    padding: 10px 14px;
  }

  .back-link {
    font-size: 22px;
  }

  .logo-text {
    font-size: 20px;
    letter-spacing: 8px;
  }

  .header-tools {
    justify-content: center;
    gap: 6px 8px;
    width: 100%;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .header-tools::-webkit-scrollbar {
    display: none;
  }

  .topbar-button {
    min-height: 38px;
    padding: 0 12px;
    font-size: 12px;
  }

  .account-icon,
  .search-icon,
  .language-select {
    font-size: 12px;
  }

  .language-select {
    max-width: 90px;
  }

  .search-icon,
  .account-icon {
    font-size: 12px;
    white-space: nowrap;
  }

  .main-nav {
    justify-content: center;
    flex-wrap: wrap;
    gap: 6px 8px;
    margin-right: -14px;
    margin-left: -14px;
    padding-right: 8px;
    padding-bottom: 2px;
    padding-left: 8px;
    overflow-x: visible;
  }

  .main-nav a {
    flex: 0 0 auto;
    font-size: 7px;
    white-space: nowrap;
  }

  .section-title,
  .section-title.center {
    max-width: 100%;
    padding-right: 2px;
    padding-left: 2px;
  }

  .section-title h2 {
    max-width: 100%;
    overflow-wrap: break-word;
    word-break: normal;
  }

  #products .section-title h2 {
    max-width: 330px;
    margin-right: auto;
    margin-left: auto;
    font-size: 20px;
    line-height: 1.16;
  }

  #products .section-title p {
    font-size: 11px;
    line-height: 1.45;
  }

  .hero-overlay {
    padding: 0 12px 20px;
  }

  .hero-overlay .crumb {
    margin-bottom: 7px;
    font-size: 10px;
  }

  .hero-overlay h1 {
    width: min(100%, 330px);
    font-size: clamp(19px, 5.7vw, 22px);
    line-height: 1.12;
  }

  .hero-overlay .lead {
    width: min(100%, 300px);
    margin: 8px auto 0;
    font-size: 10px;
    line-height: 1.42;
  }

  .hero-actions {
    gap: 8px;
    margin-top: 15px;
  }

  .hero-actions .button {
    min-height: 40px;
    padding: 0 12px;
    font-size: 12px;
  }

  .advantage-grid,
  .promise-grid,
  .visit-grid {
    grid-template-columns: 1fr;
  }

  .cert-row,
  .application-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .cert-strip.clone-section {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .cert-row span {
    min-height: 42px;
    padding: 6px 5px;
  }

  .cert-logo {
    gap: 2px;
    font-size: 14px;
  }

  .cert-logo small {
    font-size: 6px;
    line-height: 1.15;
  }

  .intro-block .section-title {
    margin-bottom: 16px;
    text-align: left;
  }

  .intro-block .section-title h2 {
    max-width: 360px;
    font-size: clamp(24px, 6.8vw, 29px);
    line-height: 1.16;
  }

  .intro-block .section-title p {
    max-width: 360px;
    font-size: 14px;
    line-height: 1.48;
  }

  .quote-section.clone-section {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .quote-section blockquote p {
    max-width: 350px;
    margin-right: auto;
    margin-left: auto;
    font-size: clamp(17px, 4.7vw, 20px);
    line-height: 1.32;
    overflow-wrap: anywhere;
  }

  .quote-section footer {
    font-size: 12px;
  }

  .application-grid span,
  .promise-grid span {
    min-height: 58px;
    padding: 10px 8px;
    font-size: 13px;
    line-height: 1.25;
  }

  .category-grid.four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .overlay-card.placeholder-card {
    min-height: 0;
  }

  .overlay-card .image-placeholder {
    min-height: 0;
  }

  .overlay-card .collection-card {
    position: relative;
    min-height: 224px;
    overflow: hidden;
  }

  .overlay-card .collection-media {
    min-height: 224px;
    padding: 6px;
    background: #111820;
  }

  .overlay-card .collection-media img {
    max-height: 212px;
    object-fit: contain;
  }

  .overlay-card .image-placeholder > div {
    min-height: 0;
    padding: 38px 10px 12px;
  }

  .overlay-card .collection-copy {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to top, rgba(0,0,0,.88), rgba(0,0,0,.55) 65%, rgba(0,0,0,0));
  }

  .overlay-card h3 {
    font-size: 14px;
    line-height: 1.15;
  }

  .overlay-card p {
    font-size: 9.5px;
    line-height: 1.25;
  }

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

  .process-card-bg {
    min-height: 210px;
    padding: 12px;
  }

  .process-card-bg h3 {
    font-size: 15px;
  }

  .process-card-bg p {
    font-size: 12px;
    line-height: 1.35;
  }

  .product-detail {
    padding-top: 34px;
  }

  .product-showcase {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .style-tabs {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 10px;
    margin-right: -22px;
    margin-left: -22px;
    padding: 0 22px 10px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .style-tabs::-webkit-scrollbar {
    display: none;
  }

  .style-tabs button {
    flex: 0 0 auto;
    white-space: nowrap;
    min-height: 34px;
    padding: 8px 12px;
    border: 1px solid #ddd;
    background: #fff;
    font-size: 12px;
    letter-spacing: 1px;
  }

  .style-tabs .active {
    background: #111;
    color: #fff;
    text-decoration: none;
  }

  .product-tile {
    align-content: start;
    min-height: 0;
    border-color: #dedede;
  }

  .product-photo {
    aspect-ratio: 1 / 1.18;
    background: #f6f1ea;
  }

  .product-photo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 6px;
    box-sizing: border-box;
  }

  .product-tile span {
    display: -webkit-box;
    min-height: 46px;
    padding: 8px 9px 10px;
    overflow: hidden;
    font-size: 11px;
    line-height: 1.35;
    text-align: left;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .floating-tools {
    right: 10px;
    bottom: 72px;
    gap: 8px;
  }

  .floating-button {
    width: 46px;
    height: 46px;
    box-shadow: 0 10px 24px rgba(0,0,0,.2);
  }

  .floating-button svg {
    width: 22px;
    height: 22px;
  }

  .main-product-photo {
    min-height: auto;
  }

  .main-product-photo img {
    height: auto;
    max-height: none;
  }

  .thumb-row button {
    min-height: 60px;
  }

  .thumb-row button img {
    height: 60px;
  }
}

.home-back { display: none; }

.admin-body {
  background: #f5f5f2;
}

.admin-shell {
  max-width: 1180px;
  margin: 0 auto;
  padding: 48px 24px 80px;
}

.hidden {
  display: none !important;
}

.admin-login,
.admin-card {
  background: #fff;
  border: 1px solid #ddd;
  padding: 28px;
}

.admin-login {
  max-width: 420px;
  margin: 90px auto;
  display: grid;
  gap: 16px;
  text-align: center;
}

.admin-login h1,
.admin-head h1,
.admin-card h2 {
  margin: 0;
  letter-spacing: 0;
}

.admin-login input,
.admin-form input,
.admin-form select,
.admin-form textarea {
  width: 100%;
  min-height: 44px;
  border: 1px solid #cfcfcf;
  padding: 10px 12px;
  font: inherit;
}

.admin-login button,
.admin-form button,
.admin-actions button,
.admin-product-row button {
  min-height: 42px;
  border: 0;
  background: #111;
  color: #fff;
  padding: 0 18px;
  font-weight: 800;
  cursor: pointer;
}

.admin-head,
.admin-row-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
}

.admin-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 22px;
}

.admin-stats article {
  background: #fff;
  border: 1px solid #ddd;
  padding: 24px;
}

.admin-stats strong {
  display: block;
  font-size: 42px;
}

.admin-stats span {
  color: #666;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.admin-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 22px;
  margin-bottom: 22px;
}

.admin-role-badge {
  display: inline-flex;
  width: fit-content;
  margin-top: 8px;
  padding: 7px 12px;
  border: 1px solid #111;
  background: #111;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}

.admin-form {
  display: grid;
  gap: 14px;
}

.publish-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.light-admin-button {
  background: #f4f1df !important;
  color: #111 !important;
  border: 1px solid #d8d2ad !important;
}

.product-publish-card {
  background: #fafafa;
  grid-column: 1 / -1;
}

.publish-form {
  gap: 18px;
  grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr);
  align-items: start;
}

.publish-form > .publish-section:nth-of-type(1) {
  grid-column: 1;
  grid-row: 1;
}

.publish-form > .publish-section:nth-of-type(2) {
  grid-column: 2;
  grid-row: 1 / span 2;
}

.publish-form > .publish-section:nth-of-type(3) {
  grid-column: 1;
  grid-row: 2;
}

.publish-form > .publish-actions {
  grid-column: 1 / -1;
}

.publish-section {
  display: grid;
  gap: 14px;
  padding: 18px;
  background: #fff;
  border: 1px solid #dedede;
}

.publish-section h3 {
  margin: 0;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.publish-two {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.admin-form label {
  display: grid;
  gap: 7px;
  font-weight: 800;
}

.image-upload-tile {
  min-height: 150px;
  border: 1px dashed #9a9a9a;
  background: #f7f6ef;
  place-items: center;
  text-align: center;
  cursor: pointer;
}

.image-upload-tile.compact {
  min-height: 112px;
}

.image-upload-tile input {
  display: none;
}

.image-upload-tile span {
  font-size: 24px;
  font-weight: 900;
}

.image-upload-tile small {
  color: #777;
}

.admin-image-preview {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  min-height: 0;
}

.admin-image-preview img {
  width: 86px;
  height: 86px;
  object-fit: cover;
  border: 1px solid #ddd;
}

.admin-image-preview.multi {
  grid-template-columns: repeat(auto-fill, minmax(86px, 1fr));
}

.admin-image-preview figure {
  margin: 0;
  display: grid;
  gap: 5px;
  font-size: 12px;
  color: #666;
}

.secondary-button.small {
  width: fit-content;
  min-height: 0;
  padding: 8px 14px;
  font-size: 13px;
  margin: 8px 0;
}

.carousel-preview-card figcaption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
}

.carousel-card-actions {
  display: inline-flex;
  gap: 4px;
}

.carousel-preview-card button:disabled {
  cursor: not-allowed;
  opacity: .35;
}

.carousel-sort-hint {
  display: block;
  margin-top: 8px;
  color: #666;
  line-height: 1.5;
}

.carousel-preview-card {
  padding: 6px;
  border: 1px solid transparent;
  border-radius: 6px;
  cursor: grab;
  user-select: none;
  touch-action: none;
  transition: border-color .15s ease, opacity .15s ease, transform .15s ease;
}

.carousel-preview-card:active {
  cursor: grabbing;
}

.carousel-preview-card.is-dragging,
.carousel-preview-card.is-long-pressing {
  opacity: .55;
  transform: scale(.97);
}

.carousel-preview-card.drag-over {
  border-color: #111;
  background: #f6f4e7;
}

.carousel-preview-card button {
  border: 1px solid #111;
  background: #fff;
  color: #111;
  padding: 3px 8px;
  font-size: 12px;
  cursor: pointer;
}

.size-chart-admin {
  display: grid;
  gap: 10px;
}

.size-chart-grid {
  display: grid;
  grid-template-columns: .7fr repeat(3, 1fr);
  gap: 8px;
  align-items: center;
}

.size-chart-grid span {
  font-weight: 900;
  color: #333;
}

.size-chart-grid input[readonly],
.admin-form input[readonly] {
  background: #f5f5f2;
  color: #333;
}

.size-chart-admin > button {
  width: fit-content;
}

.staff-review-note {
  border-color: #d8d2ad;
  background: #fffdf2;
}

.pending-row {
  border-color: #d8d2ad;
}

.admin-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 10px 0 16px;
}

.admin-list,
.admin-product-table {
  display: grid;
  gap: 12px;
}

.admin-inquiry-row,
.admin-product-row {
  border: 1px solid #ddd;
  background: #fafafa;
  padding: 14px;
}

.admin-inquiry-row {
  display: grid;
  gap: 6px;
}

.admin-inquiry-row p {
  margin: 6px 0 0;
}

.admin-inquiry-products {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 10px;
  margin-top: 8px;
}

.admin-inquiry-product {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  padding: 8px;
  border: 1px solid #ddd;
  background: #fff;
  color: #111;
  text-decoration: none;
}

.admin-inquiry-product img {
  width: 64px;
  height: 76px;
  object-fit: cover;
}

.admin-inquiry-product span {
  display: grid;
  gap: 4px;
}

.inquiry-history-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 26px;
  padding-top: 20px;
  border-top: 1px solid #ddd;
}

.inquiry-history-head h3 {
  margin: 0;
}

.inquiry-history-list .admin-inquiry-row {
  opacity: .82;
  background: #f0f0ed;
}

@media (max-width: 640px) {
  .whatsapp-phone-field {
    grid-template-columns: 1fr;
  }
}

.admin-product-row {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
}

.admin-product-row img {
  width: 78px;
  height: 78px;
  object-fit: cover;
  background: #ddd;
}

.admin-product-row div {
  display: grid;
  gap: 5px;
}

.admin-row-actions {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.admin-row-actions a,
.admin-row-actions em {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  border: 1px solid #111;
  padding: 0 12px;
  color: #111;
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
}

.admin-row-actions em {
  border-color: #ddd;
  color: #666;
}

.admin-row-actions button {
  min-height: 34px;
  padding: 0 12px;
  font-size: 13px;
}

.admin-row-actions .danger-admin-button {
  border: 1px solid #b42318;
  background: #fff;
  color: #b42318;
}

.admin-row-actions .danger-admin-button:hover {
  background: #b42318;
  color: #fff;
}

.admin-row-actions .restore-admin-button {
  border: 1px solid #1d6f42;
  background: #fff;
  color: #1d6f42;
}

.admin-row-actions .restore-admin-button:hover {
  background: #1d6f42;
  color: #fff;
}

.empty-product-state,
.product-empty-state {
  grid-column: 1 / -1;
  width: 100%;
  padding: 64px 24px;
  text-align: center;
  color: #222;
  background: #f7f7f7;
  border: 1px solid #e2e2e2;
}

.product-empty-state {
  max-width: 760px;
  margin: 80px auto;
}

.product-empty-state h1 {
  margin: 0 0 16px;
  font-size: clamp(30px, 5vw, 56px);
  line-height: 1.05;
}

.product-empty-state p {
  margin: 0 0 28px;
  color: #555;
}

.admin-product-row span,
.admin-product-row small,
.admin-inquiry-row span,
.admin-inquiry-row small {
  color: #666;
}

@media (max-width: 760px) {
  .admin-grid,
  .admin-stats {
    grid-template-columns: 1fr;
  }

  .publish-two {
    grid-template-columns: 1fr;
  }

  .publish-form {
    grid-template-columns: 1fr;
  }

  .publish-form > .publish-section:nth-of-type(1),
  .publish-form > .publish-section:nth-of-type(2),
  .publish-form > .publish-section:nth-of-type(3),
  .publish-form > .publish-actions {
    grid-column: 1;
    grid-row: auto;
  }

  .admin-head,
  .admin-row-title {
    align-items: flex-start;
    flex-direction: column;
  }

  .admin-product-row {
    grid-template-columns: 64px minmax(0, 1fr);
  }

  .admin-product-row button,
  .admin-product-row em,
  .admin-row-actions {
    grid-column: 1 / -1;
  }

  .admin-row-actions {
    justify-content: flex-start;
  }
}

/* Mobile benchmark layout pass */
@media (max-width: 640px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
    background: #fff;
  }

  body {
    font-size: 14px;
  }

  .topbar {
    position: sticky;
    top: 0;
    z-index: 1000;
    display: grid;
    grid-template-columns: 74px 1fr 74px;
    align-items: center;
    min-height: 58px;
    padding: 0 16px;
    border-bottom: 1px solid #ddd;
    background: #fff;
  }

  .topbar .back-link,
  .topbar-button,
  .account-icon,
  .language-select {
    display: none !important;
  }

  .logo.centered-logo,
  .topbar .logo {
    grid-column: 2;
    justify-self: center;
    display: inline-flex !important;
    width: auto;
    min-width: 0;
    justify-content: center;
    padding: 0;
    color: #111;
    text-decoration: none;
  }

  .logo-mark {
    display: none !important;
  }

  .logo-text {
    display: block;
    max-width: 168px;
    overflow: hidden;
    color: #111;
    font-size: 24px !important;
    font-weight: 900;
    letter-spacing: 7px !important;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .mobile-menu-button {
    grid-column: 1;
    grid-row: 1;
    display: inline-flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 6px;
    border: 0;
    background: transparent;
    padding: 0;
  }

  .mobile-menu-button span {
    width: 26px;
    height: 2px;
    background: #111;
  }

  .header-tools {
    grid-column: 1;
    grid-row: 1;
    justify-self: end;
    display: flex;
    align-items: center;
    gap: 0;
    margin-left: 40px;
  }

  .search-icon {
    position: relative;
    display: inline-flex;
    width: 32px;
    height: 32px;
    overflow: hidden;
    color: transparent;
    font-size: 0;
  }

  .search-icon::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 6px;
    width: 14px;
    height: 14px;
    border: 2px solid #111;
    border-radius: 50%;
  }

  .search-icon::after {
    content: "";
    position: absolute;
    top: 21px;
    left: 21px;
    width: 10px;
    height: 2px;
    background: #111;
    transform: rotate(45deg);
    transform-origin: left center;
  }

  .nav,
  .main-nav {
    display: none !important;
  }

  body.mobile-menu-open .nav,
  body.mobile-menu-open .main-nav {
    position: fixed;
    z-index: 1001;
    top: 58px;
    left: 0;
    right: 0;
    display: flex !important;
    flex-direction: column;
    gap: 0;
    padding: 14px 22px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #ddd;
    background: #fff;
  }

  body.mobile-menu-open .nav a,
  body.mobile-menu-open .main-nav a {
    padding: 12px 0;
    border-bottom: 1px solid #eee;
    color: #111;
    font-size: 14px;
    text-decoration: none;
  }

  .clone-section,
  section {
    padding: 42px 24px !important;
  }

  h1,
  h2,
  h3,
  .section-title {
    letter-spacing: 0 !important;
  }

  .section-kicker {
    font-size: 12px !important;
    letter-spacing: 2px !important;
  }

  .section-heading h2,
  .section-title {
    font-size: 28px !important;
    line-height: 1.16 !important;
  }

  .hero.clone-section {
    min-height: 374px;
    padding: 0 !important;
    background-color: #050505 !important;
    background-image:
      linear-gradient(180deg, rgba(0, 0, 0, .02) 0%, rgba(0, 0, 0, .05) 48%, rgba(0, 0, 0, .92) 78%, rgba(0, 0, 0, 1) 100%),
      url("/assets/home-hero-crochet-dress.jpg?v=20260707m") !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
  }

  .hero-inner.single-image-hero {
    display: flex !important;
    min-height: 374px !important;
    align-items: flex-end !important;
    justify-content: center !important;
    padding: 0 !important;
  }

  .hero-copy.hero-overlay {
    width: 100%;
    max-width: none;
    padding: 174px 18px 24px !important;
    background: transparent;
    color: #fff;
    text-align: center;
  }

  .hero-copy .eyebrow {
    margin-bottom: 8px;
    color: rgba(255, 255, 255, .9);
    font-size: 11px !important;
    font-weight: 900;
    line-height: 1.2;
  }

  .hero-copy h1 {
    max-width: 320px;
    margin: 0 auto 10px;
    color: #fff;
    font-size: 24px !important;
    line-height: 1.06 !important;
  }

  .hero-copy .lead {
    max-width: 310px;
    margin: 0 auto 16px;
    color: rgba(255, 255, 255, .88);
    font-size: 12px !important;
    line-height: 1.55 !important;
  }

  .hero-actions {
    justify-content: center !important;
    gap: 10px !important;
  }

  .hero-actions .button.dark {
    display: none !important;
  }

  .hero-actions .button.light {
    min-width: 142px;
    border: 0;
    background: #fff;
    color: #111;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
  }

  .cert-strip {
    display: grid !important;
    grid-template-columns: repeat(6, 1fr);
    gap: 6px;
    padding: 18px 14px !important;
  }

  .cert-logo {
    min-height: 34px;
    border: 0 !important;
    background: transparent !important;
    padding: 0 !important;
  }

  .cert-logo strong {
    font-size: 11px !important;
    line-height: 1;
  }

  .cert-logo span {
    display: none;
  }

  .intro-block .two-column,
  .intro-block .two-column.reverse {
    display: flex;
    flex-direction: column-reverse;
    gap: 22px;
  }

  .intro-block .image-panel {
    width: 100%;
    min-height: 0;
    aspect-ratio: 1 / 1;
  }

  .intro-block .image-panel .play-button {
    width: 58px;
    height: 58px;
    font-size: 0;
  }

  .intro-block .image-panel .play-button::before {
    content: "";
    width: 0;
    height: 0;
    margin-left: 5px;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 20px solid #111;
  }

  .intro-block .content-panel {
    max-width: none;
    text-align: left;
  }

  .intro-block .content-panel .kicker,
  .intro-block .content-panel h2,
  .intro-block .content-panel blockquote {
    display: none;
  }

  .intro-block .content-panel p {
    color: #222;
    font-size: 21px !important;
    line-height: 1.52 !important;
  }

  .intro-block .content-panel p::before {
    content: "Tech Meets Tradition ";
    font-weight: 900;
  }

  #collections {
    padding-top: 62px !important;
  }

  #collections .section-heading {
    margin-bottom: 28px;
  }

  .category-grid.four {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .placeholder-card.overlay-card {
    min-height: 0;
    border-radius: 2px;
    overflow: hidden;
    background: #101820;
  }

  .collection-card {
    display: flex;
    flex-direction: column;
    min-height: 0;
  }

  .collection-media {
    min-height: 0 !important;
    height: auto !important;
    aspect-ratio: 1 / 1.18;
    background: #1a242b;
  }

  .collection-media img,
  .product-photo img,
  .detail-main-image img,
  .recommendation-card img {
    width: 100%;
    height: 100%;
    object-fit: contain !important;
  }

  .collection-card .card-text {
    min-height: 156px;
    padding: 18px 16px;
    background: linear-gradient(180deg, #20282d 0%, #061017 100%);
    color: #fff;
  }

  .collection-card .card-text h3 {
    margin-bottom: 10px;
    color: #fff;
    font-size: 21px !important;
    line-height: 1.05 !important;
  }

  .collection-card .card-text p {
    display: -webkit-box;
    overflow: hidden;
    color: #fff;
    font-size: 13px !important;
    font-weight: 800;
    line-height: 1.45 !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }

  #products {
    padding: 62px 0 48px !important;
    background: #fff !important;
  }

  #products .section-heading {
    padding: 0 20px;
  }

  #products .section-kicker {
    display: none;
  }

  #products h2 {
    color: #111;
    font-size: 26px !important;
    font-weight: 500 !important;
    text-transform: uppercase;
  }

  .style-tabs {
    display: flex !important;
    gap: 46px;
    overflow-x: auto;
    padding: 0 26px 18px !important;
    scrollbar-width: none;
  }

  .style-tab {
    flex: 0 0 auto;
    border: 0 !important;
    border-bottom: 2px solid transparent !important;
    background: transparent !important;
    color: #aaa !important;
    padding: 0 0 7px !important;
    font-size: 21px !important;
    font-weight: 400 !important;
    letter-spacing: 4px !important;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .style-tab.active {
    border-bottom-color: #111 !important;
    color: #111 !important;
  }

  .product-grid {
    display: grid !important;
    grid-auto-flow: column;
    grid-auto-columns: 42%;
    grid-template-columns: none !important;
    gap: 16px;
    overflow-x: auto;
    padding: 0 26px 18px;
    scrollbar-width: none;
  }

  .product-tile {
    display: block;
    min-width: 0;
    border: 1px solid #ddd;
    background: #fff;
    color: #222;
    text-decoration: none;
  }

  .product-photo {
    aspect-ratio: 3 / 4;
    background: #f7f7f7;
  }

  .product-tile span {
    display: -webkit-box;
    min-height: 54px;
    overflow: hidden;
    padding: 12px 10px;
    color: #222;
    font-size: 15px;
    line-height: 1.35;
    text-align: center;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .more-button {
    display: table;
    min-width: 190px;
    margin: 8px auto 0;
    border: 2px solid #111;
    border-radius: 999px;
    background: #fff;
    color: #111;
    padding: 12px 26px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
  }

  #advantages {
    padding: 56px 22px !important;
    background: #f7f7f7 !important;
  }

  #advantages .metric-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .metric-card {
    min-height: 114px;
    border: 1px solid #e3e3e3;
    background: #fff;
    padding: 20px 14px !important;
  }

  .metric-card strong {
    color: #111;
    font-size: 34px !important;
    line-height: 1;
  }

  .metric-card .unit {
    color: #5d86bd;
    font-size: 14px !important;
    font-weight: 800;
  }

  .metric-card span:last-child {
    display: block;
    margin-top: 16px;
    color: #777;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2px;
  }

  .advantage-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .advantage-card {
    min-height: 230px;
    padding: 20px 14px !important;
  }

  .advantage-card h3 {
    font-size: 15px !important;
  }

  .advantage-card li {
    font-size: 12px;
    line-height: 1.5;
  }

  #process {
    padding: 58px 16px !important;
    background: #fff !important;
  }

  #process .timeline {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 16px;
  }

  #process .process-step {
    position: relative;
    display: grid;
    grid-template-columns: 110px 1fr;
    min-height: 96px;
    border: 1px solid #e5e5e5;
    background: #fff;
    color: #111;
    overflow: hidden;
  }

  .process-card-bg {
    position: relative;
    grid-column: 1;
    grid-row: 1;
    height: 100%;
    min-height: 96px;
    background-size: cover !important;
    background-position: center !important;
  }

  #process .process-step > .step-number,
  #process .process-step > h3,
  #process .process-step > p {
    grid-column: 2;
    position: relative;
    z-index: 1;
    margin-left: 22px;
    color: #111;
  }

  #process .process-step > .step-number {
    align-self: end;
    width: auto;
    height: auto;
    margin-top: 18px;
    background: transparent;
    color: #7ba5c8;
    font-size: 16px;
    font-weight: 900;
  }

  #process .process-step > .step-number::after {
    content: " / STEP";
    color: #c3d9e9;
    font-size: 12px;
  }

  #process .process-step > h3 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 20px !important;
    letter-spacing: 1px;
    text-transform: uppercase;
  }

  #process .process-step > p {
    margin-bottom: 16px;
    color: #666;
    font-size: 14px;
    line-height: 1.35;
  }

  .service-grid {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .service-card {
    padding: 28px 24px !important;
    background: #f7f7f7 !important;
  }

  .service-card h3 {
    font-size: 19px !important;
    letter-spacing: 2px;
  }

  .service-card p {
    font-size: 16px;
    line-height: 1.7;
  }

  .extra-info,
  .promise,
  .contact-strip {
    padding: 54px 24px !important;
  }

  .extra-grid,
  .application-list {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .application-list a,
  .extra-card {
    min-height: 84px;
    border: 0 !important;
    border-bottom: 1px solid #eee !important;
    padding: 25px 0 !important;
    background: #fff !important;
    color: #333;
    font-size: 23px;
    font-weight: 400;
  }

  .application-list a::after,
  .extra-card::after {
    content: ">";
    float: right;
    color: #999;
  }

  .promise {
    background: #f1ede8 !important;
  }

  .promise h2,
  .promise blockquote {
    font-size: 23px !important;
    line-height: 1.45 !important;
  }

  .testimonial-marquee,
  .brand-marquee {
    overflow: hidden;
    margin-top: 24px;
  }

  .testimonial-track,
  .brand-track {
    display: flex;
    width: max-content;
    animation: marquee-left 22s linear infinite;
  }

  .testimonial-card {
    width: 300px;
    flex: 0 0 auto;
    padding: 24px;
    background: #5573a1;
    color: #fff;
  }

  .brand-item {
    flex: 0 0 auto;
    margin-right: 50px;
    color: #111;
    font-size: 20px;
    font-weight: 900;
  }

  @keyframes marquee-left {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
  }

  .contact-form,
  .about-form {
    padding: 28px 22px !important;
  }

  .contact-form input,
  .contact-form select,
  .contact-form textarea,
  .about-form input,
  .about-form textarea {
    min-height: 44px;
    font-size: 14px;
  }

  .site-footer {
    padding: 38px 26px 0 !important;
    background: #fff !important;
    color: #222 !important;
  }

  .footer-columns {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .footer-columns section {
    padding: 0 !important;
  }

  .footer-columns h3 {
    color: #222 !important;
    font-size: 20px !important;
    letter-spacing: 1px;
  }

  .footer-columns a,
  .footer-columns p {
    color: #222 !important;
    font-size: 15px;
  }

  .footer-logo {
    margin-top: 22px;
    color: #000;
    font-size: 72px !important;
    letter-spacing: 12px !important;
    line-height: 1;
    text-align: left;
  }

  .floating-tools {
    right: 14px !important;
    bottom: 72px !important;
    gap: 12px !important;
  }

  .floating-tool {
    width: 54px !important;
    height: 54px !important;
    background: #565b65 !important;
    color: #fff !important;
    box-shadow: 0 12px 26px rgba(0, 0, 0, .18);
  }

  .floating-tool svg {
    width: 24px;
    height: 24px;
  }

  .floating-tool[data-action="top"] {
    display: none !important;
  }

  body.category-page .category-shell {
    padding: 48px 16px !important;
  }

  body.category-page .category-head {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 34px;
    margin-bottom: 24px;
    color: #333;
    font-size: 20px;
  }

  body.category-page .category-list {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 10px;
  }

  body.category-page .product-tile {
    border: 0;
    background: #fff;
  }

  body.category-page .product-photo {
    aspect-ratio: 1 / 1.34;
    border: 1px solid #e5e5e5;
    background: #fff;
  }

  body.category-page .product-tile span {
    min-height: 54px;
    padding: 8px 0 6px;
    color: #5b5d48;
    font-size: 17px;
    line-height: 1.05;
    text-align: left;
  }

  .mobile-card-quote {
    width: 82%;
    min-height: 42px;
    margin: 4px auto 0;
    border: 0;
    border-radius: 6px;
    background: #999;
    color: #fff;
    font-size: 15px;
    font-weight: 900;
  }

  body.product-detail-page .product-detail {
    padding: 30px 18px !important;
  }

  body.product-detail-page .product-media,
  body.product-detail-page .gallery {
    display: block !important;
    margin: 0 -18px 24px;
  }

  body.product-detail-page .main-product-image,
  body.product-detail-page .main-product-photo {
    display: none !important;
  }

  body.product-detail-page .thumb-row {
    display: grid !important;
    grid-auto-flow: column;
    grid-auto-columns: 52%;
    gap: 12px;
    overflow-x: auto;
    padding: 0 18px;
    scrollbar-width: none;
  }

  body.product-detail-page .thumb,
  body.product-detail-page .thumb-row button {
    height: auto !important;
    aspect-ratio: 3 / 4;
    border: 0;
    background: #fff;
    padding: 0;
  }

  body.product-detail-page .thumb img,
  body.product-detail-page .thumb-row button img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  body.product-detail-page .product-copy,
  body.product-detail-page .product-info {
    padding: 0 !important;
  }

  body.product-detail-page .product-copy h1,
  body.product-detail-page .product-info h1 {
    margin: 0 0 22px;
    color: #333;
    font-size: 24px !important;
    font-weight: 500;
    line-height: 1.22;
    text-transform: uppercase;
  }

  .detail-benefits,
  .icon-list {
    display: grid !important;
    gap: 18px;
    margin: 22px 0 28px;
    padding: 0;
    list-style: none;
  }

  .detail-benefits li,
  .icon-list li {
    display: flex;
    align-items: center;
    gap: 18px;
    color: #444;
    font-size: 17px;
  }

  .detail-benefits li::before,
  .icon-list li::before {
    content: "";
    width: 32px;
    height: 32px;
    flex: 0 0 auto;
    border: 2px solid #333;
    border-radius: 50%;
  }

  body.product-detail-page .detail-actions,
  body.product-detail-page .quote-actions {
    display: grid !important;
    gap: 12px;
    margin: 22px 0 30px;
  }

  body.product-detail-page .detail-actions .button,
  body.product-detail-page .quote-actions a,
  body.product-detail-page .quote-list-button {
    width: 100%;
    min-height: 50px;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 500;
  }

  body.product-detail-page .detail-actions .button.light {
    background: #f3f1df;
    color: #333;
  }

  body.product-detail-page .quote-actions a:first-child {
    background: #f3f1df;
    color: #333;
  }

  body.product-detail-page .quote-actions .dark-link {
    background: #000;
    color: #fff;
  }

  body.product-detail-page details,
  body.product-detail-page .product-accordion details {
    border-top: 1px solid #eee;
    padding: 16px 0;
  }

  body.product-detail-page summary {
    color: #333;
    font-size: 19px;
    font-weight: 400;
  }

  .spec-table,
  .size-chart {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
  }

  .spec-table td,
  .size-chart td,
  .size-chart th {
    border: 1px solid #ccc;
    padding: 7px 8px;
  }

  .recommendations,
  .recommend-section {
    padding: 40px 18px !important;
  }

  .recommendation-grid,
  .recommend-row {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 18px;
    overflow: visible !important;
  }

  .recommendation-card,
  .recommend-card {
    border: 0;
    text-decoration: none;
  }

  .recommendation-card img,
  .recommend-photo img {
    aspect-ratio: 1 / 1.28;
    background: #fff;
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  .recommendation-card span,
  .recommend-card span {
    display: -webkit-box;
    overflow: hidden;
    margin-top: 10px;
    color: #333;
    font-size: 18px;
    line-height: 1.28;
    text-align: center;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .site-modal-content {
    width: calc(100vw - 28px) !important;
    max-height: 84vh;
    overflow-y: auto;
    padding: 30px 20px !important;
  }

  .quote-modal-list li {
    display: grid;
    grid-template-columns: 1fr 34px;
    gap: 10px;
    align-items: center;
  }

  .remove-quote-item {
    width: 30px;
    height: 30px;
    border: 1px solid #ddd;
    border-radius: 50%;
    background: #fff;
    color: #111;
    font-size: 18px;
    line-height: 1;
  }

  .modal-actions {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 12px;
  }

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

  .about-page .about-hero {
    min-height: 260px;
    padding: 0 24px !important;
    background-size: contain !important;
    background-position: center top !important;
    background-color: #0b1722 !important;
  }

  .about-page .about-hero h1 {
    max-width: 330px;
    margin: 0 auto;
    padding-top: 145px;
    color: #fff;
    font-size: 24px !important;
    line-height: 1.15 !important;
    text-align: center;
  }

  .about-intro p,
  .about-page p {
    font-size: 16px;
    line-height: 1.55;
  }

  .about-feature {
    display: grid !important;
    grid-template-columns: 1fr;
    padding: 34px 24px !important;
  }

  .about-photo {
    min-height: 0 !important;
    aspect-ratio: 16 / 10;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-color: #f4f4f4 !important;
  }

  .about-black {
    min-height: 0 !important;
    padding: 34px 28px !important;
  }

  .about-black h2 {
    font-size: 28px !important;
  }

  .about-black p {
    font-size: 17px !important;
    line-height: 1.55 !important;
  }

  .about-contact-block {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 26px;
    padding: 44px 22px !important;
  }

  .about-contact-copy {
    padding: 0 !important;
  }

  .about-contact-copy h2 {
    font-size: 28px !important;
  }

  .about-form h2 {
    font-size: 28px !important;
    line-height: 1.12;
  }
}

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

  main, section, .clone-section, .category-shell, .product-detail, .product-detail-page {
    max-width: 100vw !important;
    overflow-x: hidden !important;
  }

  .topbar {
    position: sticky !important;
    top: 0 !important;
    z-index: 80 !important;
    padding: 8px 14px 10px !important;
    background: #fff !important;
  }

  .topbar .logo-text,
  .centered-logo .logo-text {
    font-size: 19px !important;
    letter-spacing: 8px !important;
  }

  .header-tools {
    gap: 12px !important;
  }

  .header-tools .topbar-button {
    min-height: 38px !important;
    padding: 0 14px !important;
    font-size: 14px !important;
  }

  .header-tools span,
  .language-select {
    font-size: 13px !important;
  }

  .nav {
    display: flex !important;
    gap: 18px !important;
    overflow-x: auto !important;
    white-space: nowrap !important;
    padding: 9px 0 0 !important;
    scrollbar-width: none;
  }

  .nav::-webkit-scrollbar {
    display: none;
  }

  .nav a {
    flex: 0 0 auto !important;
    font-size: 11px !important;
  }

  .hero.clone-section {
    min-height: 520px !important;
    padding: 0 !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center top !important;
    background-color: #000 !important;
  }

  .hero-inner.single-image-hero {
    min-height: 520px !important;
    display: flex !important;
    align-items: flex-end !important;
    justify-content: center !important;
  }

  .hero-copy.hero-overlay {
    width: 100% !important;
    padding: 245px 18px 30px !important;
    color: #fff !important;
    text-align: center !important;
  }

  .hero-copy .breadcrumb {
    font-size: 11px !important;
    line-height: 1.2 !important;
  }

  .hero-copy h1 {
    max-width: 350px !important;
    margin: 8px auto 10px !important;
    font-size: 28px !important;
    line-height: 1.05 !important;
    white-space: normal !important;
  }

  .hero-copy .lead {
    max-width: 330px !important;
    margin: 0 auto 18px !important;
    font-size: 12px !important;
    line-height: 1.45 !important;
  }

  .hero-actions {
    justify-content: center !important;
    gap: 10px !important;
  }

  .hero-actions .button {
    min-width: 136px !important;
    min-height: 44px !important;
    padding: 0 12px !important;
    font-size: 14px !important;
  }

  .cert-strip.clone-section,
  .cert-strip {
    padding: 16px 14px !important;
    background: #fff !important;
  }

  .cert-row {
    display: grid !important;
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
    gap: 5px !important;
    align-items: center !important;
    max-width: 100% !important;
  }

  .cert-logo {
    min-width: 0 !important;
    min-height: 28px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    text-align: center !important;
  }

  .cert-logo b {
    display: block !important;
    font-size: 10px !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
  }

  .cert-logo small {
    display: none !important;
  }

  .intro-block.clone-section {
    padding: 36px 22px !important;
  }

  .intro-block .two-column,
  .intro-block .two-column.reverse {
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
  }

  .intro-block .video-frame,
  .intro-block .intro-video {
    width: 100% !important;
    aspect-ratio: 1 / 1 !important;
    min-height: 0 !important;
  }

  .intro-block .kicker {
    margin-bottom: 8px !important;
    font-size: 16px !important;
    letter-spacing: 0 !important;
  }

  .intro-block h2 {
    margin: 0 0 14px !important;
    font-size: 24px !important;
    line-height: 1.15 !important;
  }

  .intro-block p,
  .intro-block blockquote {
    max-width: 100% !important;
    color: #555 !important;
    font-size: 16px !important;
    line-height: 1.55 !important;
    overflow-wrap: anywhere !important;
  }

  .section-title h2 {
    font-size: 28px !important;
    line-height: 1.18 !important;
  }

  .section-title p {
    font-size: 14px !important;
    line-height: 1.45 !important;
  }

  .category-grid.four {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 18px 14px !important;
    padding: 0 8px !important;
  }

  .placeholder-card.overlay-card {
    min-width: 0 !important;
    border-radius: 3px !important;
    overflow: hidden !important;
  }

  .collection-card {
    min-height: 0 !important;
    aspect-ratio: 3 / 4.8 !important;
  }

  .collection-media {
    height: 54% !important;
    display: grid !important;
    place-items: center !important;
    background: #151b20 !important;
  }

  .collection-media img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
  }

  .placeholder-card.overlay-card .card-copy {
    height: 46% !important;
    padding: 16px 12px !important;
  }

  .overlay-card h3 {
    font-size: 20px !important;
    line-height: 1.12 !important;
  }

  .overlay-card p {
    display: -webkit-box !important;
    overflow: hidden !important;
    font-size: 12px !important;
    line-height: 1.35 !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }

  .metric-grid,
  .advantage-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }

  .metric-card {
    min-height: 108px !important;
    padding: 18px 14px !important;
  }

  .metric-card strong {
    font-size: 34px !important;
    line-height: 1 !important;
  }

  .metric-card span {
    font-size: 13px !important;
  }

  .advantage-card {
    min-height: 210px !important;
    padding: 22px 16px !important;
  }

  .advantage-card h3 {
    font-size: 18px !important;
  }

  .advantage-card li {
    font-size: 13px !important;
    line-height: 1.45 !important;
  }

  .timeline {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  .timeline article {
    display: grid !important;
    grid-template-columns: 92px 1fr !important;
    min-height: 96px !important;
    padding: 0 !important;
    background: #fff !important;
  }

  .process-card-bg {
    position: static !important;
    width: 92px !important;
    min-height: 96px !important;
    background-size: cover !important;
    background-position: center !important;
  }

  .timeline article > :not(.process-card-bg) {
    padding: 16px 16px 14px !important;
  }

  .timeline h3 {
    font-size: 18px !important;
    line-height: 1.1 !important;
  }

  .timeline p {
    font-size: 14px !important;
    line-height: 1.35 !important;
  }

  .service-grid {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  .service-card {
    min-height: 0 !important;
    padding: 28px 24px !important;
  }

  .promise {
    padding: 44px 22px !important;
  }

  .promise h2,
  .promise blockquote {
    font-size: 22px !important;
    line-height: 1.32 !important;
  }

  .floating-actions {
    right: 12px !important;
    gap: 10px !important;
  }

  .floating-action {
    width: 48px !important;
    height: 48px !important;
  }

  .floating-action svg {
    width: 22px !important;
    height: 22px !important;
  }

  body.category-page .category-shell {
    width: 100% !important;
    padding: 44px 8px !important;
  }

  body.category-page .category-head h1 {
    max-width: 100% !important;
    font-size: 30px !important;
    line-height: 1.12 !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
  }

  body.category-page .category-toolbar {
    gap: 0 !important;
    margin-bottom: 20px !important;
    font-size: 14px !important;
  }

  body.category-page .category-list {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 18px 8px !important;
    width: 100% !important;
    margin: 0 !important;
  }

  body.category-page .product-tile,
  body.category-page .category-product-card {
    min-width: 0 !important;
    width: 100% !important;
    padding: 0 !important;
  }

  body.category-page .product-photo {
    width: 100% !important;
    aspect-ratio: 1 / 1.28 !important;
    background: #fff !important;
  }

  body.category-page .product-photo img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
  }

  body.category-page .product-tile span {
    display: -webkit-box !important;
    min-height: 36px !important;
    margin-top: 8px !important;
    overflow: hidden !important;
    color: #555 !important;
    font-size: 13px !important;
    line-height: 1.25 !important;
    text-align: left !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  body.category-page .mobile-card-quote {
    min-height: 36px !important;
    margin-top: 8px !important;
    border-radius: 4px !important;
    font-size: 13px !important;
  }

  body.product-detail-page .product-detail {
    display: block !important;
    padding: 26px 14px !important;
  }

  body.product-detail-page .gallery {
    width: calc(100% + 28px) !important;
    margin: 0 -14px 24px !important;
    overflow-x: auto !important;
  }

  body.product-detail-page .main-product-photo,
  body.product-detail-page .main-product-image {
    display: none !important;
  }

  body.product-detail-page .thumb-row {
    display: grid !important;
    grid-auto-flow: column !important;
    grid-auto-columns: 74% !important;
    gap: 14px !important;
    overflow-x: auto !important;
    padding: 0 14px 12px !important;
    scroll-snap-type: x mandatory;
  }

  body.product-detail-page .thumb-row button,
  body.product-detail-page .thumb {
    width: 100% !important;
    aspect-ratio: 3 / 4 !important;
    border: 0 !important;
    background: #fff !important;
    scroll-snap-align: center;
  }

  body.product-detail-page .thumb-row button img,
  body.product-detail-page .thumb img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
  }

  body.product-detail-page .product-info h1,
  body.product-detail-page .product-copy h1 {
    font-size: 24px !important;
    line-height: 1.18 !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
  }

  body.product-detail-page .icon-list li {
    min-height: 42px !important;
    font-size: 15px !important;
  }

  body.product-detail-page summary {
    font-size: 17px !important;
  }

  .spec-table,
  .size-chart,
  .size-chart table {
    width: 100% !important;
    table-layout: fixed !important;
    font-size: 12px !important;
  }

  .spec-table td,
  .size-chart td,
  .size-chart th {
    padding: 6px 5px !important;
    overflow-wrap: anywhere !important;
  }

  .recommend-section,
  .recommendations {
    padding: 36px 8px !important;
  }

  .recommend-row,
  .recommendation-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 18px 10px !important;
    width: 100% !important;
    overflow: visible !important;
  }

  .recommend-card,
  .recommendation-card {
    min-width: 0 !important;
    width: 100% !important;
  }

  .recommend-photo,
  .recommendation-card picture {
    display: block !important;
    width: 100% !important;
    aspect-ratio: 1 / 1.28 !important;
  }

  .recommend-photo img,
  .recommendation-card img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
  }

  .recommend-card span,
  .recommendation-card span {
    font-size: 13px !important;
    line-height: 1.25 !important;
  }

  .site-footer {
    padding: 42px 30px !important;
  }

  .footer-columns {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 28px !important;
  }

  .footer-big-logo {
    font-size: 82px !important;
    line-height: .9 !important;
    letter-spacing: 10px !important;
  }
}



/* Final mobile polish: TikTok in-app browser friendly layout */
@media (max-width: 640px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  body {
    font-size: 14px;
  }

  .topbar {
    position: sticky !important;
    top: 0 !important;
    z-index: 80 !important;
    display: grid !important;
    grid-template-columns: 42px 1fr 42px !important;
    align-items: center !important;
    gap: 0 !important;
    min-height: 58px !important;
    padding: 8px 14px !important;
    background: #fff !important;
    border-bottom: 1px solid #dedede !important;
  }

  .back-link,
  .topbar .nav,
  .topbar-button,
  .account-icon,
  .language-select {
    display: none !important;
  }

  .mobile-menu-button {
    grid-column: 1 !important;
    grid-row: 1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: 42px !important;
    height: 42px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: #111 !important;
    font-size: 0 !important;
  }

  .mobile-menu-button::before {
    content: "\2630";
    font-size: 28px;
    line-height: 1;
    font-weight: 300;
  }

  .topbar .logo,
  .topbar .centered-logo {
    grid-column: 2 !important;
    grid-row: 1 !important;
    justify-self: center !important;
    display: flex !important;
    align-items: center !important;
    min-width: 0 !important;
    margin: 0 !important;
    color: #111 !important;
    text-decoration: none !important;
  }

  .logo-mark {
    display: none !important;
  }

  .logo-text {
    display: block !important;
    font-size: 22px !important;
    line-height: 1 !important;
    letter-spacing: 7px !important;
    font-weight: 800 !important;
    white-space: nowrap !important;
  }

  .header-tools {
    grid-column: 3 !important;
    grid-row: 1 !important;
    justify-self: end !important;
    display: flex !important;
    align-items: center !important;
    gap: 0 !important;
    min-width: 0 !important;
  }

  .search-icon {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    width: 42px !important;
    height: 42px !important;
    color: #111 !important;
    font-size: 0 !important;
    cursor: pointer;
  }

  .search-icon::before {
    content: "\2315";
    font-size: 30px;
    line-height: 1;
  }

  body.mobile-menu-open .topbar .nav {
    grid-column: 1 / -1 !important;
    grid-row: 2 !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0 !important;
    width: 100% !important;
    padding: 8px 0 2px !important;
    border-top: 1px solid #eee !important;
  }

  body.mobile-menu-open .topbar .nav a {
    padding: 10px 2px !important;
    font-size: 13px !important;
    line-height: 1.2 !important;
    text-align: left !important;
  }

  .clone-section,
  section {
    overflow: hidden;
  }

  .hero.clone-section,
  .hero {
    position: relative !important;
    display: flex !important;
    align-items: flex-end !important;
    justify-content: center !important;
    min-height: 420px !important;
    padding: 0 !important;
    background-size: cover !important;
    background-position: center center !important;
    color: #fff !important;
  }

  .hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, .02) 28%, rgba(0, 0, 0, .72) 100%);
  }

  .hero-inner.single-image-hero,
  .hero-inner {
    position: relative !important;
    z-index: 1 !important;
    display: flex !important;
    align-items: flex-end !important;
    justify-content: center !important;
    width: 100% !important;
    min-height: 420px !important;
    padding: 0 !important;
  }

  .hero-copy.hero-overlay,
  .hero-copy {
    position: relative !important;
    z-index: 2 !important;
    width: 100% !important;
    max-width: none !important;
    padding: 0 24px 34px !important;
    background: transparent !important;
    text-align: center !important;
    color: #fff !important;
  }

  .hero .eyebrow,
  .hero .breadcrumb {
    margin: 0 0 6px !important;
    font-size: 11px !important;
    line-height: 1.2 !important;
    letter-spacing: .02em !important;
  }

  .hero h1 {
    max-width: 340px !important;
    margin: 0 auto 10px !important;
    font-size: 25px !important;
    line-height: 1.08 !important;
    letter-spacing: 0 !important;
  }

  .hero .lead {
    max-width: 320px !important;
    margin: 0 auto 18px !important;
    font-size: 12px !important;
    line-height: 1.35 !important;
  }

  .hero-actions {
    display: flex !important;
    justify-content: center !important;
    gap: 10px !important;
    margin-top: 0 !important;
  }

  .hero-actions .button.primary {
    display: none !important;
  }

  .hero-actions .button,
  .hero-actions .button.light {
    min-width: 148px !important;
    min-height: 44px !important;
    padding: 12px 18px !important;
    font-size: 15px !important;
    line-height: 1 !important;
  }

  .cert-strip {
    padding: 14px 12px !important;
    background: #fff !important;
  }

  .cert-row {
    display: grid !important;
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
    gap: 7px !important;
    align-items: center !important;
  }

  .cert-logo {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 24px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .cert-logo b {
    font-size: 8px !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    white-space: nowrap !important;
  }

  .cert-logo small {
    display: none !important;
  }

  .intro-block,
  .clone-section.intro-block {
    padding: 36px 22px !important;
  }

  .two-column,
  .two-column.reverse,
  .intro-block .two-column,
  .intro-block .two-column.reverse {
    display: flex !important;
    flex-direction: column !important;
    gap: 18px !important;
  }

  .video-placeholder,
  .image-panel {
    width: 100% !important;
    min-height: 0 !important;
    aspect-ratio: 1.18 / 1 !important;
  }

  .intro-copy h2,
  .section-heading h2 {
    font-size: 25px !important;
    line-height: 1.18 !important;
    letter-spacing: 0 !important;
  }

  .intro-copy p,
  .section-heading p {
    font-size: 15px !important;
    line-height: 1.55 !important;
  }

  .product-families,
  #collections {
    padding: 42px 22px !important;
  }

  .category-grid.four {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 18px 10px !important;
    padding: 0 !important;
  }

  .placeholder-card.overlay-card {
    min-height: 0 !important;
    border-radius: 4px !important;
  }

  .collection-card {
    aspect-ratio: auto !important;
    min-height: 0 !important;
  }

  .collection-media {
    height: 146px !important;
    min-height: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 10px !important;
    background: #151b20 !important;
  }

  .collection-media img,
  .collection-card img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
  }

  .placeholder-card.overlay-card .card-copy {
    height: auto !important;
    min-height: 128px !important;
    padding: 14px 12px 16px !important;
  }

  .overlay-card h3 {
    font-size: 17px !important;
    line-height: 1.05 !important;
    margin-bottom: 8px !important;
  }

  .overlay-card p {
    display: -webkit-box !important;
    overflow: hidden !important;
    font-size: 12px !important;
    line-height: 1.35 !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
  }

  #products {
    padding: 42px 8px !important;
  }

  .style-tabs {
    gap: 22px !important;
    overflow-x: auto !important;
    justify-content: flex-start !important;
    padding: 0 8px 8px !important;
    white-space: nowrap !important;
  }

  .style-tab {
    font-size: 12px !important;
    letter-spacing: .12em !important;
  }

  #products .product-grid,
  .product-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 18px 8px !important;
  }

  #products .product-tile,
  .product-tile {
    min-width: 0 !important;
  }

  #products .product-photo,
  .product-photo {
    width: 100% !important;
    aspect-ratio: 1 / 1.22 !important;
    object-fit: contain !important;
    background: #fff !important;
  }

  #products .product-tile span,
  .product-tile span {
    display: -webkit-box !important;
    min-height: 34px !important;
    margin: 8px 0 8px !important;
    overflow: hidden !important;
    font-size: 12px !important;
    line-height: 1.28 !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
  }

  .metric-grid,
  .advantage-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  .metric-card {
    min-height: 92px !important;
    padding: 14px 12px !important;
  }

  .metric-card strong {
    font-size: 28px !important;
    line-height: 1 !important;
  }

  .metric-card span {
    font-size: 12px !important;
  }

  .metric-card small,
  .advantage-card li,
  .service-card p {
    font-size: 12px !important;
    line-height: 1.45 !important;
  }

  .advantage-card {
    min-height: 170px !important;
    padding: 18px 14px !important;
  }

  .advantage-card h3 {
    font-size: 15px !important;
    line-height: 1.2 !important;
  }

  #process,
  .process {
    padding: 44px 14px !important;
  }

  .timeline {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  .timeline article {
    display: grid !important;
    grid-template-columns: 92px 1fr !important;
    align-items: stretch !important;
    min-height: 92px !important;
    padding: 0 !important;
    border: 1px solid #e8e8e8 !important;
    background: #fff !important;
  }

  .process-card-bg {
    position: static !important;
    width: 92px !important;
    min-height: 92px !important;
    background-size: cover !important;
    background-position: center !important;
  }

  .timeline article .step,
  .timeline article h3,
  .timeline article p {
    grid-column: 2 !important;
    margin-left: 14px !important;
    margin-right: 12px !important;
  }

  .timeline article h3 {
    font-size: 17px !important;
  }

  .timeline article p {
    font-size: 13px !important;
    line-height: 1.35 !important;
  }

  .promise {
    padding: 42px 18px !important;
  }

  .promise h2,
  .promise blockquote {
    max-width: 320px !important;
    margin-inline: auto !important;
    font-size: 20px !important;
    line-height: 1.22 !important;
  }

  .promise p {
    font-size: 13px !important;
  }

  .brand-marquee,
  .testimonial-marquee {
    min-height: 74px !important;
  }

  .floating-actions {
    right: 12px !important;
    gap: 10px !important;
  }

  .floating-action {
    width: 46px !important;
    height: 46px !important;
    font-size: 0 !important;
  }

  .floating-action svg,
  .floating-action i {
    width: 22px !important;
    height: 22px !important;
  }

  body.category-page .category-shell {
    padding: 28px 8px 52px !important;
  }

  body.category-page .category-head h1 {
    max-width: 100% !important;
    margin: 0 auto 18px !important;
    overflow: visible !important;
    font-size: 24px !important;
    line-height: 1.15 !important;
    text-align: center !important;
  }

  body.category-page .category-list {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 16px 6px !important;
  }

  body.category-page .product-photo {
    aspect-ratio: 1 / 1.22 !important;
  }

  body.category-page .product-tile span {
    min-height: 34px !important;
    font-size: 12px !important;
    line-height: 1.25 !important;
  }

  body.category-page .mobile-card-quote {
    min-height: 34px !important;
    padding: 9px 8px !important;
    font-size: 12px !important;
  }

  body.product-detail-page .product-detail {
    display: block !important;
    padding: 22px 14px 32px !important;
  }

  body.product-detail-page .gallery {
    width: 100% !important;
    margin: 0 0 18px !important;
    overflow: visible !important;
  }

  body.product-detail-page .main-product-photo,
  body.product-detail-page .main-product-image {
    display: block !important;
    width: 100% !important;
    aspect-ratio: 1 / 1.22 !important;
    min-height: 0 !important;
    background: #fff !important;
  }

  body.product-detail-page .main-product-photo img,
  body.product-detail-page .main-product-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
  }

  body.product-detail-page .thumb-row {
    display: grid !important;
    grid-auto-flow: column !important;
    grid-auto-columns: 62px !important;
    gap: 8px !important;
    padding: 8px 0 0 !important;
    overflow-x: auto !important;
  }

  body.product-detail-page .thumb-row button,
  body.product-detail-page .thumb {
    width: 62px !important;
    height: 62px !important;
    aspect-ratio: 1 !important;
  }

  body.product-detail-page .product-info h1 {
    font-size: 24px !important;
    line-height: 1.25 !important;
    letter-spacing: .02em !important;
  }

  body.product-detail-page .product-actions .button,
  body.product-detail-page .product-actions button {
    min-height: 42px !important;
    font-size: 14px !important;
  }

  .accordion-title,
  .detail-accordion summary {
    padding: 15px 0 !important;
    font-size: 16px !important;
  }

  .spec-table,
  .size-chart,
  .size-chart table {
    font-size: 11px !important;
  }

  .site-footer {
    padding: 34px 24px 46px !important;
  }

  .footer-columns {
    gap: 24px !important;
  }

  .footer-columns h3 {
    font-size: 16px !important;
  }

  .footer-columns p,
  .footer-columns a {
    font-size: 13px !important;
    line-height: 1.35 !important;
  }

  .social-links {
    gap: 10px !important;
  }

  .social-links a {
    width: 34px !important;
    height: 34px !important;
    font-size: 0 !important;
  }

.footer-big-logo {
    max-width: 100% !important;
    overflow: hidden !important;
    font-size: 58px !important;
    letter-spacing: 8px !important;
    line-height: .9 !important;
  }
}

/* Final override: mobile storefront must stay compact and app-like. */
@media (max-width: 640px) {
  html,
  body {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
    font-size: 14px !important;
  }

  .topbar {
    position: sticky !important;
    top: 0 !important;
    z-index: 80 !important;
    display: grid !important;
    grid-template-columns: 52px 1fr 52px !important;
    align-items: center !important;
    min-height: 58px !important;
    padding: 0 14px !important;
    background: #fff !important;
    border-bottom: 1px solid #e5e5e5 !important;
  }

  .topbar::before {
    content: "" !important;
    display: block !important;
    width: 25px !important;
    height: 18px !important;
    background:
      linear-gradient(#222, #222) 0 0 / 100% 2px no-repeat,
      linear-gradient(#222, #222) 0 50% / 100% 2px no-repeat,
      linear-gradient(#222, #222) 0 100% / 100% 2px no-repeat !important;
  }

  .back-link,
  .mobile-menu-button,
  .topbar-button,
  .account-icon,
  .language-select,
  .nav,
  .main-nav {
    display: none !important;
  }

  .topbar .logo,
  .logo.centered-logo {
    grid-column: 2 !important;
    justify-self: center !important;
    display: block !important;
    text-align: center !important;
  }

  .logo-mark {
    display: none !important;
  }

  .logo-text {
    color: #111 !important;
    font-size: 22px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    letter-spacing: 8px !important;
    white-space: nowrap !important;
  }

  .header-tools {
    grid-column: 3 !important;
    justify-self: end !important;
    display: block !important;
  }

  .search-icon {
    position: relative !important;
    display: block !important;
    width: 28px !important;
    height: 28px !important;
    font-size: 0 !important;
  }

  .search-icon::before {
    content: "" !important;
    position: absolute !important;
    left: 3px !important;
    top: 3px !important;
    width: 15px !important;
    height: 15px !important;
    border: 2px solid #222 !important;
    border-radius: 50% !important;
  }

  .search-icon::after {
    content: "" !important;
    position: absolute !important;
    left: 19px !important;
    top: 20px !important;
    width: 10px !important;
    height: 2px !important;
    background: #222 !important;
    transform: rotate(45deg) !important;
  }

  .hero {
    padding: 0 !important;
    background: #000 !important;
  }

  .hero-inner.single-image-hero {
    position: relative !important;
    min-height: 440px !important;
    height: auto !important;
    padding: 0 !important;
    background-color: #000 !important;
    background-repeat: no-repeat !important;
    background-position: center top !important;
    background-size: contain !important;
  }

  .hero-inner.single-image-hero::before {
    display: none !important;
  }

  .hero-copy.hero-overlay,
  .hero-copy {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 76px 14px 22px !important;
    box-sizing: border-box !important;
    color: #fff !important;
    text-align: center !important;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), #000 45%, #000 100%) !important;
  }

  .hero-copy .breadcrumb,
  .hero-copy .eyebrow {
    margin: 0 0 7px !important;
    color: rgba(255, 255, 255, .86) !important;
    font-size: 10px !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
  }

  .hero-copy h1 {
    max-width: 340px !important;
    margin: 0 auto 10px !important;
    color: #fff !important;
    font-size: clamp(21px, 6.4vw, 29px) !important;
    line-height: 1.08 !important;
    letter-spacing: 0 !important;
  }

  .hero-copy .lead {
    max-width: 330px !important;
    margin: 0 auto 14px !important;
    color: rgba(255, 255, 255, .88) !important;
    font-size: 12px !important;
    line-height: 1.45 !important;
  }

  .hero-actions {
    display: flex !important;
    justify-content: center !important;
    gap: 10px !important;
    margin: 0 !important;
  }

  .hero-actions .button {
    min-width: 126px !important;
    min-height: 42px !important;
    padding: 12px !important;
    font-size: 13px !important;
  }

  .cert-strip {
    padding: 16px 10px !important;
    background: #fff !important;
  }

  .cert-row {
    display: grid !important;
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
    gap: 7px !important;
    align-items: center !important;
  }

  .cert-logo,
  .cert-row span {
    min-height: 24px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    font-size: 0 !important;
  }

  .cert-logo b,
  .cert-row span b {
    display: block !important;
    color: #111 !important;
    font-size: 8px !important;
    line-height: 1 !important;
    letter-spacing: -.2px !important;
    white-space: nowrap !important;
  }

  .cert-logo small,
  .cert-row span small {
    display: none !important;
  }

  section,
  .clone-section {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .section-heading h2,
  .clone-section h2 {
    font-size: 30px !important;
    line-height: 1.1 !important;
    letter-spacing: 2px !important;
  }

  .section-heading p,
  .clone-section > p {
    font-size: 14px !important;
    line-height: 1.55 !important;
  }

  .two-column,
  .two-column.reverse {
    display: block !important;
  }

  .intro-block .image-panel,
  .image-panel.video-panel {
    width: 100% !important;
    min-height: 0 !important;
    aspect-ratio: 1.38 / 1 !important;
    margin: 0 0 20px !important;
  }

  .intro-block .image-panel img,
  .image-panel.video-panel img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
  }

  #collections {
    padding-top: 34px !important;
    padding-bottom: 34px !important;
  }

  #collections .category-grid.four {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 18px 12px !important;
  }

  .placeholder-card.overlay-card {
    overflow: hidden !important;
    border-radius: 2px !important;
    background: #101820 !important;
  }

  .collection-card {
    display: flex !important;
    flex-direction: column !important;
    aspect-ratio: auto !important;
  }

  .collection-media {
    height: auto !important;
    aspect-ratio: 1 / 1.05 !important;
    background: #172633 !important;
  }

  .collection-media img,
  .collection-card img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
  }

  .collection-card .card-copy {
    position: static !important;
    min-height: 122px !important;
    padding: 14px 12px !important;
    color: #fff !important;
    background: linear-gradient(180deg, #1b252b, #071015) !important;
  }

  .collection-card .card-copy h3 {
    margin: 0 0 8px !important;
    font-size: 19px !important;
    line-height: 1.1 !important;
  }

  .collection-card .card-copy p {
    display: -webkit-box !important;
    overflow: hidden !important;
    margin: 0 !important;
    font-size: 12px !important;
    line-height: 1.35 !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
  }

  #products {
    padding: 34px 0 !important;
  }

  .style-tabs {
    display: grid !important;
    grid-auto-flow: column !important;
    grid-auto-columns: max-content !important;
    gap: 32px !important;
    overflow-x: auto !important;
    margin: 0 !important;
    padding: 0 22px 16px !important;
  }

  .style-tabs button {
    white-space: nowrap !important;
    font-size: 15px !important;
    letter-spacing: 2px !important;
  }

  #products .product-grid,
  .product-grid,
  .category-list,
  .product-showcase.category-list {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
  }

  .product-tile,
  .category-list .product-tile,
  .product-grid .product-tile {
    width: 100% !important;
    min-width: 0 !important;
    overflow: hidden !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #fff !important;
    box-shadow: none !important;
  }

  .product-photo,
  .category-list .product-photo,
  .product-grid .product-photo {
    display: grid !important;
    place-items: center !important;
    width: 100% !important;
    min-height: 0 !important;
    aspect-ratio: 1 / 1.33 !important;
    overflow: hidden !important;
    border: 1px solid #e7e7e7 !important;
    background: #fff !important;
  }

  .product-photo img,
  .category-list .product-photo img,
  .product-grid .product-photo img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
  }

  .product-tile span,
  .category-list .product-tile span,
  .product-grid .product-tile span {
    display: -webkit-box !important;
    min-height: 44px !important;
    padding: 8px 6px 0 !important;
    overflow: hidden !important;
    color: #646850 !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 1.12 !important;
    text-align: left !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
  }

  .mobile-card-quote,
  .product-tile .quote-button-inline,
  .product-tile button {
    display: block !important;
    width: calc(100% - 22px) !important;
    min-height: 42px !important;
    margin: 10px auto 4px !important;
    padding: 0 8px !important;
    border: 0 !important;
    border-radius: 5px !important;
    background: #9f9f9f !important;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    line-height: 42px !important;
  }

  .metric-grid,
  .advantages-grid,
  .advantage-grid,
  .service-grid,
  .application-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  .metric-grid article,
  .metric-card,
  .advantage-card,
  .service-card {
    min-height: 108px !important;
    padding: 16px 12px !important;
  }

  .metric-grid strong,
  .metric-card strong {
    font-size: 32px !important;
    line-height: 1 !important;
  }

  .metric-grid span,
  .metric-grid p,
  .advantage-card li,
  .service-card p {
    font-size: 12px !important;
    line-height: 1.35 !important;
  }

  .timeline {
    display: block !important;
  }

  .process-step {
    display: grid !important;
    grid-template-columns: 92px 1fr !important;
    min-height: 104px !important;
    margin: 0 0 14px !important;
    border: 1px solid #eee !important;
    background: #fff !important;
  }

  .process-card-bg {
    grid-column: 1 !important;
    width: 92px !important;
    height: 104px !important;
    min-height: 0 !important;
  }

  .process-card-bg img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }

  .process-content {
    grid-column: 2 !important;
    padding: 18px 16px !important;
    color: #111 !important;
    background: #fff !important;
  }

  .process-content h3 {
    font-size: 19px !important;
    line-height: 1.15 !important;
  }

  .process-content p {
    font-size: 14px !important;
    line-height: 1.35 !important;
  }

  .floating-tools {
    right: 14px !important;
    bottom: 76px !important;
    gap: 12px !important;
  }

  .floating-button {
    width: 54px !important;
    height: 54px !important;
    box-shadow: 0 12px 28px rgba(0, 0, 0, .18) !important;
  }

  .floating-button svg {
    width: 25px !important;
    height: 25px !important;
  }

  .floating-button.top-button {
    display: none !important;
  }

  .product-detail {
    display: block !important;
    padding: 24px 20px 32px !important;
  }

  .gallery {
    width: 100% !important;
    margin: 0 0 20px !important;
    overflow: visible !important;
  }

  .main-product-photo,
  .main-product-image {
    width: 100% !important;
    min-height: 0 !important;
    aspect-ratio: 1 / 1.28 !important;
    background: #fff !important;
  }

  .main-product-photo img,
  .main-product-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
  }

  .thumb-row {
    display: grid !important;
    grid-auto-flow: column !important;
    grid-auto-columns: 64px !important;
    gap: 8px !important;
    overflow-x: auto !important;
    padding-top: 8px !important;
  }

  .thumb-row button,
  .thumb {
    width: 64px !important;
    height: 64px !important;
  }

  .product-info h1 {
    overflow-wrap: anywhere !important;
    font-size: 24px !important;
    line-height: 1.24 !important;
    letter-spacing: .02em !important;
  }

  .quote-actions,
  .product-actions {
    display: grid !important;
    gap: 10px !important;
  }

  .quote-actions .button,
  .product-actions .button,
  .quote-actions button,
  .product-actions button {
    width: 100% !important;
    min-height: 46px !important;
    font-size: 16px !important;
  }

  .recommend-row {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 20px 14px !important;
  }

  .recommend-photo {
    aspect-ratio: 1 / 1.28 !important;
  }

  .recommend-photo img {
    object-fit: contain !important;
  }

  .site-modal .modal-panel {
    width: calc(100% - 28px) !important;
    max-height: calc(100vh - 44px) !important;
    overflow-y: auto !important;
    padding: 26px 20px !important;
  }

  .quote-list-content li {
    display: grid !important;
    grid-template-columns: 1fr auto !important;
    gap: 10px !important;
    align-items: center !important;
  }

  .remove-quote-item {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 54px !important;
    min-height: 34px !important;
    border: 1px solid #111 !important;
    background: #fff !important;
    color: #111 !important;
    font-size: 13px !important;
  }
}



/* Internal admin module entry cards */
.admin-module-nav,
.admin-subnav {
  display: grid;
  gap: 12px;
  margin-bottom: 18px;
}

.admin-module-nav {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

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

.admin-module-nav button,
.admin-module-nav a,
.admin-subnav button {
  min-height: 74px;
  border: 1px solid #d8d8d8;
  background: #fff;
  color: #111;
  padding: 14px 16px;
  text-align: left;
  text-decoration: none;
  display: grid;
  gap: 6px;
  cursor: pointer;
  font: inherit;
}

.admin-subnav button {
  min-height: 52px;
  font-weight: 900;
}

.admin-module-nav button.active,
.admin-module-nav a.active,
.admin-subnav button.active {
  background: #111;
  color: #fff;
}

.admin-module-nav span {
  color: inherit;
  opacity: .72;
  font-size: 13px;
  line-height: 1.35;
}

@media (max-width: 760px) {
  .admin-module-nav {
    grid-template-columns: 1fr;
  }

  .admin-subnav {
    grid-template-columns: 1fr 1fr;
  }
}

/* Scene image restore */
.intro-block .video-frame,
.intro-block .intro-video {
  background-image: linear-gradient(rgba(0, 0, 0, .08), rgba(0, 0, 0, .18)), url("/assets/collection-machine.jpg") !important;
  background-size: cover !important;
  background-position: center !important;
}

#service .video-frame {
  background-image: linear-gradient(rgba(0, 0, 0, .08), rgba(0, 0, 0, .18)), url("/assets/about-feature-factory.png") !important;
  background-size: cover !important;
  background-position: center !important;
}

#process .timeline article:nth-child(1) .process-card-bg,
#process .timeline article:nth-child(1) .process-card-bg::before {
  background-image: url("/assets/process-inquiry.jpg") !important;
}

#process .timeline article:nth-child(2) .process-card-bg,
#process .timeline article:nth-child(2) .process-card-bg::before {
  background-image: url("/assets/process-development.jpg") !important;
}

#process .timeline article:nth-child(3) .process-card-bg,
#process .timeline article:nth-child(3) .process-card-bg::before {
  background-image: url("/assets/process-production-user.jpg?v=20260715a") !important;
}

#process .timeline article:nth-child(4) .process-card-bg,
#process .timeline article:nth-child(4) .process-card-bg::before {
  background-image: url("/assets/process-inspection-cn.png?v=20260715a") !important;
}

#process .timeline article:nth-child(5) .process-card-bg,
#process .timeline article:nth-child(5) .process-card-bg::before {
  background-image: url("/assets/process-delivery.jpg") !important;
}

#process .timeline article:nth-child(6) .process-card-bg,
#process .timeline article:nth-child(6) .process-card-bg::before {
  background-image: url("/assets/process-after-sales.jpg") !important;
}

#process .process-card-bg,
#process .process-card-bg::before {
  background-size: cover !important;
  background-position: center !important;
}

.about-page .about-hero {
  background-image: linear-gradient(rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url("/assets/about-hero-factory.png") !important;
  background-size: cover !important;
  background-position: center !important;
}

.about-page .about-photo {
  background-image: url("/assets/about-feature-factory.png") !important;
  background-size: cover !important;
  background-position: center !important;
}



/* Product detail: custom sizing beside specifications. */
.product-spec-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 20px;
  align-items: start;
  box-sizing: border-box;
  width: calc(100% - 48px);
  max-width: 1540px;
  margin: 24px auto 0;
  padding: 24px;
  border: 1px solid #e1e1e1;
  background: #fff;
}

.product-spec-layout h2,
.product-spec-layout h3 {
  margin: 0 0 14px;
}

.product-spec-layout .size-spec-table,
.product-spec-layout .spec-table {
  width: 100%;
  min-width: 0;
  table-layout: fixed;
}

.product-spec-layout .size-chart-block,
.product-spec-layout .specification-block {
  min-width: 0;
  overflow: hidden;
}

.product-spec-layout th,
.product-spec-layout td {
  box-sizing: border-box;
  overflow-wrap: anywhere;
  word-break: normal;
}

.custom-size-note {
  margin: 12px 0 0;
  color: #666;
  font-size: 14px;
  line-height: 1.5;
}

@media (max-width: 760px) {
  .product-spec-layout {
    grid-template-columns: 1fr;
    width: calc(100% - 28px);
    gap: 20px;
    margin-top: 16px;
    padding: 16px;
  }

  .product-spec-layout h2,
  .product-spec-layout h3 {
    font-size: 22px !important;
  }

  .product-spec-layout th,
  .product-spec-layout td {
    padding: 10px 7px !important;
    font-size: 12px !important;
    line-height: 1.35 !important;
  }

  .custom-size-note {
    margin-top: 9px;
    font-size: 12px;
  }
}
