:root {
  --bg: #f7f7f4;
  --ink: #0b0b0b;
  --muted: #63635d;
  --line: #dad8cf;
  --soft: #ebe9df;
  --panel: #ffffff;
  --dark: #111111;
  --accent: #9b7a3d;
  --accent-strong: #c59c50;
  --radius: 8px;
  --shadow: 0 24px 70px rgba(24, 24, 20, 0.12);
}

* {
  box-sizing: border-box;
}

html,
body {
  max-width: 100vw;
}

html {
  scroll-behavior: smooth;
}

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

a {
  color: inherit;
  text-decoration: none;
}

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

.trust-bar {
  display: flex;
  justify-content: center;
  gap: clamp(16px, 4vw, 48px);
  padding: 9px clamp(20px, 4vw, 64px);
  background: #111;
  color: #f6f1e7;
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0.02em;
}

.trust-bar span,
.trust-bar a {
  position: relative;
  white-space: nowrap;
}

.trust-bar span:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(clamp(16px, 4vw, 48px) * -0.5);
  width: 1px;
  height: 12px;
  background: rgba(255, 255, 255, 0.22);
  transform: translateY(-50%);
}

.trust-bar a {
  color: #e5c47f;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 32px;
  padding: 18px clamp(20px, 4vw, 64px);
  background: rgba(247, 247, 244, 0.92);
  border-bottom: 1px solid rgba(16, 16, 16, 0.08);
  backdrop-filter: blur(18px);
  max-width: 100vw;
}

.brand img {
  width: 142px;
  height: auto;
}

.partner-banner {
  background: #f4f4f1;
  border-bottom: 1px solid rgba(16, 16, 16, 0.08);
  overflow: hidden;
}

.partner-banner img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
}

.certification-banner {
  background: #f1f1ef;
}

.bottom-footer-banner {
  position: relative;
  background: #f5f5f3;
  border-top: 1px solid rgba(16, 16, 16, 0.08);
  overflow: hidden;
}

.bottom-footer-banner img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
}

.bottom-brand-tagline {
  position: absolute;
  left: clamp(36px, 3.2vw, 58px);
  top: clamp(126px, 10.8vw, 206px);
  z-index: 5;
  max-width: clamp(270px, 24vw, 420px);
  margin: 0;
  color: #484844;
  font-size: clamp(14px, 1.28vw, 24px);
  line-height: 1.42;
  font-weight: 520;
  letter-spacing: 0;
}

.bottom-footer-hotspots {
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
}

.bottom-footer-cleanup {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
}

.bottom-footer-cleanup span {
  position: absolute;
  display: block;
  background: #fbfbfa;
  border-radius: 8px;
}

.bottom-footer-cleanup .mask-panel {
  left: 64.2%;
  top: 8.6%;
  width: 33.2%;
  height: 68.6%;
  background: #fbfbfa;
  border-radius: 18px;
}

.bottom-footer-cleanup .mask-heading {
  left: 66.7%;
  top: 14.2%;
  width: 29.2%;
  height: 5.2%;
}

.bottom-footer-cleanup .mask-copy {
  left: 66.7%;
  top: 22.3%;
  width: 29.5%;
  height: 10.2%;
}

.bottom-footer-cleanup .mask-input {
  left: 68.3%;
  top: 39.6%;
  width: 17.5%;
  height: 3.7%;
  background: #fff;
}

.bottom-footer-cleanup .mask-button {
  left: 66.6%;
  top: 47.9%;
  width: 28.4%;
  height: 6.6%;
  background: #fbfbfa;
  border-radius: 999px;
}

.bottom-footer-cleanup .mask-offers,
.bottom-footer-cleanup .mask-arrivals,
.bottom-footer-cleanup .mask-tips,
.bottom-footer-cleanup .mask-insider {
  top: 67.3%;
  height: 7.2%;
  background: #fbfbfa;
}

.bottom-footer-cleanup .mask-offers {
  left: 66.6%;
  width: 8.4%;
}

.bottom-footer-cleanup .mask-arrivals {
  left: 75.3%;
  width: 7.2%;
}

.bottom-footer-cleanup .mask-tips {
  left: 83.6%;
  width: 7.2%;
}

.bottom-footer-cleanup .mask-insider {
  left: 91.6%;
  width: 6.8%;
}

.bottom-footer-hotspot {
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: var(--w);
  height: var(--h);
  border-radius: 10px;
  pointer-events: auto;
  outline: 0;
  transition: background-color 160ms ease, box-shadow 160ms ease;
}

.bottom-footer-hotspot:hover,
.bottom-footer-hotspot:focus-visible {
  background: rgba(239, 75, 10, 0.1);
  box-shadow: 0 0 0 2px rgba(239, 75, 10, 0.18);
}

.bottom-footer-hotspot-button {
  border-radius: 999px;
}

.bottom-contact-panel {
  position: absolute;
  right: clamp(32px, 4.1vw, 72px);
  top: clamp(58px, 5.6vw, 100px);
  z-index: 5;
  display: grid;
  gap: clamp(13px, 1vw, 18px);
  width: min(31vw, 500px);
  color: #171717;
}

.bottom-contact-links {
  display: grid;
  gap: 6px;
}

.bottom-contact-links a {
  width: fit-content;
  color: #40403b;
  font-size: clamp(13px, 0.95vw, 18px);
  font-weight: 560;
}

.bottom-contact-links a:hover {
  color: #ef4b0a;
}

.bottom-social {
  display: grid;
  gap: 10px;
}

.bottom-social strong,
.bottom-contact-panel .footer-address > strong {
  color: #111;
  font-size: clamp(16px, 1.2vw, 24px);
  line-height: 1.08;
  font-weight: 850;
}

.bottom-contact-panel .social-links {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(8px, 1vw, 14px);
}

.bottom-contact-panel .footer-address {
  display: grid;
  gap: 10px;
}

.bottom-contact-panel .footer-map {
  width: min(100%, 420px);
  aspect-ratio: 16 / 6.8;
  border-radius: 14px;
}

.bottom-contact-panel .footer-address > span {
  max-width: 430px;
  color: #42423d;
  font-size: clamp(12px, 0.92vw, 17px);
  line-height: 1.35;
}

.bottom-contact-panel .footer-map-link {
  font-size: clamp(12px, 0.85vw, 15px);
  padding: 10px 18px;
}

.nav {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-self: center;
  gap: 4px;
  min-height: 48px;
  padding: 5px;
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(16, 16, 16, 0.08);
  border-radius: 999px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.82),
    0 18px 50px rgba(18, 18, 14, 0.08);
  backdrop-filter: blur(22px) saturate(1.2);
  color: #30302d;
  font-size: 14px;
  font-weight: 700;
}

.nav-item {
  display: flex;
}

.nav-trigger,
.text-link {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 16px;
  border-radius: 999px;
  border-bottom: 1px solid transparent;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.nav-trigger:hover,
.has-mega:hover > .nav-trigger,
.has-mega:focus-within > .nav-trigger,
.text-link:hover {
  background: rgba(17, 17, 17, 0.92);
  color: #fff;
  border-color: transparent;
}

.mega-menu {
  position: fixed;
  top: 78px;
  left: 50%;
  z-index: 30;
  width: min(1240px, calc(100vw - 48px));
  padding: 16px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, 12px) scale(0.985);
  transform-origin: top center;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.84), rgba(244, 241, 232, 0.72)),
    radial-gradient(circle at 15% 0%, rgba(197, 156, 80, 0.18), transparent 35%);
  border: 1px solid rgba(18, 18, 14, 0.12);
  border-radius: 18px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.86),
    0 36px 90px rgba(18, 18, 14, 0.22);
  backdrop-filter: blur(28px) saturate(1.25);
  transition:
    opacity 180ms ease,
    visibility 180ms ease,
    transform 180ms ease;
}

.has-mega:hover .mega-menu,
.has-mega:focus-within .mega-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0) scale(1);
}

.mega-feature {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 18px;
  align-items: center;
  padding: 12px;
  margin-bottom: 10px;
  background: rgba(255, 255, 255, 0.54);
  border: 1px solid rgba(18, 18, 14, 0.08);
  border-radius: 14px;
}

.mega-feature img {
  width: 100%;
  aspect-ratio: 2.15;
  object-fit: cover;
  border-radius: 10px;
  background: #f2f0e8;
}

.mega-feature strong {
  display: block;
  font-size: 24px;
  line-height: 1;
  color: #111;
}

.mega-kicker {
  display: block;
  margin-bottom: 8px;
  color: var(--accent);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.mega-feature span {
  display: block;
  max-width: 560px;
  margin-top: 8px;
  color: #64625b;
  font-size: 14px;
  line-height: 1.35;
}

.mega-feature .mega-kicker {
  margin-top: 0;
  color: var(--accent);
}

.mega-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.mega-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 12px;
  color: #111;
  background: #fff;
  border: 1px solid rgba(18, 18, 14, 0.12);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 850;
  transition: transform 160ms ease, border-color 160ms ease, color 160ms ease;
}

.mega-actions a:hover {
  color: var(--accent);
  border-color: rgba(155, 122, 61, 0.45);
  transform: translateY(-1px);
}

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

.mega-grid section {
  min-height: 220px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(18, 18, 14, 0.08);
  border-radius: 14px;
}

.mega-grid h3 {
  margin: 0 0 14px;
  color: #111;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mega-grid a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 34px;
  padding: 7px 0;
  color: #34342f;
  font-size: 13px;
  font-weight: 720;
  border-bottom: 1px solid rgba(18, 18, 14, 0.08);
  transition: color 160ms ease, padding-left 160ms ease;
}

.mega-grid a::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  transform: rotate(45deg);
  opacity: 0.45;
}

.mega-grid a:hover {
  padding-left: 6px;
  color: var(--accent);
}

.header-cta,
.button,
.inquiry-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid var(--ink);
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}

.header-actions {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  min-width: 0;
}

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

.site-search {
  position: relative;
  display: flex;
  align-items: center;
  width: clamp(160px, 13vw, 220px);
  min-width: 0;
  height: 44px;
  color: #111;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(16, 16, 16, 0.1);
  border-radius: 999px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.82),
    0 12px 34px rgba(18, 18, 14, 0.08);
  overflow: hidden;
  transition: width 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.site-search:focus-within {
  width: clamp(210px, 18vw, 280px);
  background: #fff;
  border-color: rgba(17, 17, 17, 0.28);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    0 18px 42px rgba(18, 18, 14, 0.14);
}

.site-search input {
  flex: 1;
  min-width: 0;
  height: 100%;
  padding: 0 8px 0 16px;
  color: #151512;
  background: transparent;
  border: 0;
  outline: 0;
  font: inherit;
  font-size: 13px;
  font-weight: 720;
}

.site-search input::placeholder {
  color: rgba(38, 38, 34, 0.58);
}

.site-search button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  margin-right: 3px;
  color: #fff;
  background: #111;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.site-search button::before {
  content: "";
  width: 13px;
  height: 13px;
  border: 2px solid currentColor;
  border-radius: 999px;
  transform: translate(-1px, -1px);
}

.site-search button::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 2px;
  background: currentColor;
  border-radius: 999px;
  transform: translate(7px, 7px) rotate(45deg);
}

.site-search button span {
  display: none;
}

.site-search button:hover {
  background: var(--accent);
  transform: scale(1.03);
  box-shadow: 0 8px 18px rgba(155, 122, 61, 0.28);
}

.search-page {
  background:
    radial-gradient(circle at 18% 0%, rgba(160, 126, 68, 0.12), transparent 30%),
    linear-gradient(180deg, #f6f4ee 0%, #fff 46%, #f5f2ea 100%);
  min-height: 72vh;
}

.search-hero {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(58px, 8vw, 110px) 0 36px;
  text-align: center;
}

.search-hero h1 {
  max-width: 940px;
  margin: 10px auto 18px;
  font-size: clamp(42px, 6vw, 86px);
  line-height: 0.96;
  letter-spacing: 0;
}

.search-hero p:not(.eyebrow) {
  max-width: 720px;
  margin: 0 auto;
  color: var(--muted);
  font-size: clamp(17px, 2vw, 24px);
  line-height: 1.48;
}

.search-page-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  max-width: 720px;
  margin: 34px auto 0;
  padding: 8px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid var(--line);
  border-radius: 999px;
  box-shadow: 0 22px 60px rgba(20, 20, 18, 0.1);
}

.search-page-form input {
  min-width: 0;
  height: 54px;
  padding: 0 20px;
  color: var(--ink);
  background: transparent;
  border: 0;
  outline: 0;
  font: inherit;
  font-size: 16px;
  font-weight: 650;
}

.search-page-form button,
.search-empty a,
.search-result-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  color: #fff;
  background: var(--ink);
  border: 0;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.search-page-form button:hover,
.search-empty a:hover,
.search-result-card a:hover {
  background: var(--accent);
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(155, 122, 61, 0.24);
}

.search-results-section {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 12px 0 clamp(72px, 8vw, 118px);
}

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

.search-result-card,
.search-empty {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 18px 50px rgba(20, 20, 18, 0.08);
}

.search-result-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  padding: clamp(22px, 3vw, 34px);
}

.search-result-card span {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.search-result-card h2,
.search-empty h2 {
  margin: 0;
  font-size: clamp(24px, 2.8vw, 36px);
  line-height: 1.02;
  letter-spacing: 0;
}

.search-result-card p,
.search-empty p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.48;
}

.search-empty {
  margin-bottom: 18px;
  padding: clamp(24px, 4vw, 42px);
  text-align: center;
}

.search-empty p {
  max-width: 640px;
  margin: 14px auto 22px;
}

.language-switcher {
  position: relative;
  z-index: 40;
}

.language-trigger {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 13px;
  color: #242420;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(16, 16, 16, 0.1);
  border-radius: 999px;
  box-shadow: 0 12px 34px rgba(18, 18, 14, 0.08);
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.language-trigger strong {
  color: var(--accent);
  font-size: 12px;
  font-weight: 850;
}

.language-menu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  width: 230px;
  display: grid;
  gap: 4px;
  padding: 8px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(8px);
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(16, 16, 16, 0.1);
  border-radius: 10px;
  box-shadow: 0 26px 70px rgba(18, 18, 14, 0.18);
  backdrop-filter: blur(18px);
  transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
}

.language-switcher.is-open .language-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.language-menu button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  width: 100%;
  min-height: 38px;
  padding: 9px 11px;
  color: #22221f;
  background: transparent;
  border: 0;
  border-radius: 7px;
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 760;
  text-align: left;
}

.language-menu button:hover,
.language-menu button.is-active {
  background: #111;
  color: #fff;
}

.language-menu small {
  color: currentColor;
  opacity: 0.58;
  font-size: 11px;
  font-weight: 850;
}

html[dir="rtl"] body {
  direction: rtl;
}

html[dir="rtl"] .brand,
html[dir="rtl"] img,
html[dir="rtl"] iframe,
html[dir="rtl"] input,
html[dir="rtl"] textarea {
  direction: ltr;
}

html[dir="rtl"] .language-menu {
  right: auto;
  left: 0;
}

html[dir="rtl"] .language-menu button,
html[dir="rtl"] .inquiry-form input,
html[dir="rtl"] .inquiry-form textarea {
  text-align: right;
}

.header-cta,
.button.primary,
.inquiry-form button {
  background: var(--ink);
  color: #fff;
}

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

.button.tertiary {
  background: rgba(255, 255, 255, 0.72);
  color: var(--ink);
  border-color: rgba(15, 15, 15, 0.16);
}

.header-cta:hover,
.button:hover,
.inquiry-form button:hover {
  transform: translateY(-1px);
}

.hero {
  min-height: min(900px, calc(100vh - 82px));
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.96fr);
  gap: clamp(36px, 6vw, 82px);
  align-items: center;
  padding: clamp(54px, 7vw, 104px) clamp(20px, 5vw, 80px) 42px;
  overflow: hidden;
  max-width: 100vw;
}

.home-hero {
  position: relative;
  display: block;
  height: clamp(560px, 53.4vw, 820px);
  min-height: 560px;
  padding: 0;
  isolation: isolate;
  background: #10100e;
}

.home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0) 58%, rgba(0, 0, 0, 0.22) 78%, rgba(0, 0, 0, 0.48) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 64%, rgba(0, 0, 0, 0.18) 100%);
  pointer-events: none;
}

.home-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left top;
}

.home-hero .hero-copy {
  position: absolute;
  z-index: 2;
  right: clamp(18px, 4vw, 64px);
  bottom: clamp(18px, 3.4vw, 50px);
  width: min(470px, calc(100% - 36px));
  padding: clamp(16px, 2.2vw, 24px);
  color: #fff;
  background:
    linear-gradient(135deg, rgba(14, 14, 13, 0.76), rgba(20, 18, 15, 0.56)),
    radial-gradient(circle at 0 0, rgba(197, 156, 80, 0.22), transparent 42%);
  border: 1px solid rgba(232, 200, 139, 0.28);
  border-radius: 10px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(18px);
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.32);
}

.hero h1 {
  max-width: 880px;
  margin: 0;
  font-size: clamp(40px, 6.4vw, 78px);
  line-height: 0.98;
  letter-spacing: 0;
  font-weight: 760;
}

.home-hero h1 {
  max-width: 430px;
  font-size: clamp(22px, 1.95vw, 30px);
  line-height: 1.08;
  font-weight: 760;
}

.hero p {
  max-width: 680px;
  margin: 28px 0 0;
  color: #474741;
  font-size: clamp(17px, 1.55vw, 22px);
}

.home-hero p {
  max-width: 410px;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.home-hero .hero-actions {
  margin-top: 18px;
}

.home-hero .button.primary {
  background: #f4d390;
  color: #111;
  border-color: #f4d390;
}

.home-hero .button.secondary,
.home-hero .button.tertiary {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.32);
  backdrop-filter: blur(14px);
}

.hero-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 610px;
  margin: 48px 0 0;
  border-top: 1px solid var(--line);
}

.home-hero .hero-facts {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  max-width: 100%;
  margin-top: 20px;
  border-top-color: rgba(255, 255, 255, 0.32);
}

.hero-facts div {
  padding: 18px 18px 0 0;
}

.hero-facts dt {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.home-hero .hero-facts dt {
  color: rgba(255, 255, 255, 0.64);
}

.hero-facts dd {
  margin: 4px 0 0;
  font-size: 22px;
  font-weight: 760;
}

.home-hero .hero-facts dd {
  color: #fff;
  font-size: 16px;
  line-height: 1.08;
}

.hero-visual {
  position: relative;
  min-height: 580px;
  display: grid;
  place-items: center;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(232, 229, 218, 0.56)),
    radial-gradient(circle at 68% 26%, rgba(197, 156, 80, 0.18), transparent 36%);
  border: 1px solid rgba(12, 12, 12, 0.1);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.subpage-hero {
  align-items: stretch;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.42), transparent 52%),
    #f7f7f4;
}

.subpage-hero .hero-copy {
  align-self: center;
}

.subpage-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 650px;
  margin-top: 26px;
}

.subpage-hero-points span {
  padding: 9px 12px;
  background: #fff;
  border: 1px solid rgba(17, 17, 17, 0.1);
  border-radius: 999px;
  color: #2f2f2b;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  box-shadow: 0 10px 28px rgba(22, 22, 18, 0.05);
}

.subpage-hero-media {
  min-height: 580px;
  padding: clamp(12px, 1.8vw, 20px);
  place-items: stretch;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(235, 232, 222, 0.72)),
    radial-gradient(circle at 70% 18%, rgba(197, 156, 80, 0.12), transparent 34%);
}

.subpage-hero-media img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  object-position: center;
  border-radius: 7px;
  border: 1px solid rgba(17, 17, 17, 0.08);
}

.hero-product {
  width: 92%;
  max-height: 520px;
  object-fit: contain;
  mix-blend-mode: multiply;
  filter: drop-shadow(0 30px 40px rgba(0, 0, 0, 0.12));
}

.hero-image-notes {
  position: absolute;
  right: 22px;
  bottom: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.hero-image-notes span {
  padding: 9px 12px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(20, 20, 20, 0.08);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
}

.intro-strip {
  padding: 26px clamp(20px, 5vw, 80px);
  background: #111;
  color: #f5f1e9;
}

.intro-strip p {
  max-width: 1180px;
  margin: 0 auto;
  font-size: clamp(18px, 2.1vw, 28px);
  line-height: 1.2;
  font-weight: 700;
}

.advantage-section {
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(30px, 4.2vw, 76px);
  align-items: start;
  padding-bottom: clamp(8px, 1.2vw, 18px);
  background:
    linear-gradient(135deg, #f7f6f1 0%, #fff 46%, #f1eee7 100%);
  border-bottom: 1px solid var(--line);
}

.advantage-lead {
  position: sticky;
  top: 104px;
}

.advantage-lead > span,
.advantage-grid article > span {
  display: inline-flex;
  color: var(--accent);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.advantage-lead h2 {
  max-width: 620px;
  margin: 18px 0 18px;
  font-size: clamp(36px, 4.5vw, 66px);
  line-height: 1;
  letter-spacing: 0;
}

.advantage-lead p {
  max-width: 520px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(17px, 1.45vw, 22px);
  line-height: 1.5;
}

.advantage-visual {
  position: relative;
  margin-top: clamp(26px, 3.4vw, 46px);
  overflow: hidden;
  border: 1px solid rgba(17, 17, 17, 0.1);
  border-radius: 10px;
  background: #111;
  box-shadow: 0 22px 60px rgba(17, 17, 17, 0.12);
}

.advantage-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(17, 17, 17, 0) 38%, rgba(17, 17, 17, 0.82) 100%),
    linear-gradient(90deg, rgba(17, 17, 17, 0.28), rgba(17, 17, 17, 0));
  pointer-events: none;
}

.advantage-visual img {
  display: block;
  width: 100%;
  aspect-ratio: 1.28 / 1;
  object-fit: cover;
  object-position: center 58%;
}

.advantage-visual-note {
  position: absolute;
  z-index: 1;
  left: 20px;
  right: 20px;
  bottom: 18px;
  display: grid;
  gap: 6px;
  color: #fffaf0;
}

.advantage-visual-note strong {
  font-size: clamp(19px, 1.8vw, 28px);
  line-height: 1.04;
}

.advantage-visual-note span {
  max-width: 460px;
  color: rgba(255, 250, 240, 0.75);
  font-size: 14px;
  line-height: 1.4;
}

.advantage-process-proof {
  width: min(86%, 640px);
  margin: clamp(16px, 2vw, 24px) auto 0;
  overflow: hidden;
  border: 1px solid rgba(17, 17, 17, 0.1);
  border-radius: 10px;
  background: #0d2037;
  box-shadow: 0 18px 46px rgba(17, 17, 17, 0.1);
}

.advantage-process-proof img {
  display: block;
  width: 100%;
  aspect-ratio: 1.28 / 1;
  object-fit: cover;
  object-position: center top;
}

.advantage-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.56);
}

.advantage-grid article {
  display: grid;
  align-content: start;
  min-height: 246px;
  padding: clamp(14px, 1.55vw, 20px);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.54));
}

.advantage-card-media {
  margin: 0 0 clamp(14px, 1.4vw, 18px);
  overflow: hidden;
  border-radius: 8px;
  background: #efede5;
}

.advantage-card-media img {
  display: block;
  width: 100%;
  aspect-ratio: 1.78 / 1;
  object-fit: cover;
  object-position: center;
  transition: transform 0.35s ease;
}

.advantage-grid article:nth-child(1) .advantage-card-media img {
  object-position: center 56%;
}

.advantage-grid article:nth-child(2) .advantage-card-media img {
  object-position: center 54%;
}

.advantage-grid article:nth-child(3) .advantage-card-media img {
  object-position: center 58%;
}

.advantage-grid article:nth-child(4) .advantage-card-media img {
  object-position: center 52%;
}

.advantage-grid article:hover .advantage-card-media img {
  transform: scale(1.035);
}

.advantage-grid article:last-child {
  grid-column: span 2;
  grid-template-columns: minmax(360px, 1.12fr) minmax(0, 0.88fr);
  column-gap: clamp(20px, 2.5vw, 34px);
  align-items: stretch;
  min-height: 292px;
  background:
    linear-gradient(135deg, rgba(17, 17, 17, 0.96), rgba(52, 43, 27, 0.95));
  color: #fffaf0;
}

.advantage-grid article:last-child .advantage-card-media {
  margin: 0;
  grid-row: span 4;
  min-height: 252px;
  background: #1b1b1b;
}

.advantage-grid article:last-child .advantage-card-media img {
  height: 100%;
  min-height: 252px;
  aspect-ratio: auto;
  object-position: center 54%;
}

.advantage-grid h3 {
  max-width: 520px;
  margin: 10px 0 10px;
  font-size: clamp(21px, 1.75vw, 30px);
  line-height: 1.08;
  letter-spacing: 0;
}

.advantage-grid p {
  max-width: 560px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(16px, 1.2vw, 20px);
  line-height: 1.48;
}

.advantage-grid article:last-child p {
  color: rgba(255, 250, 240, 0.72);
}

.retail-browse {
  display: grid;
  gap: clamp(26px, 3vw, 38px);
  justify-items: center;
  padding: clamp(44px, 5vw, 70px) clamp(28px, 4vw, 70px) clamp(58px, 6vw, 82px);
  background: #f7f7f4;
  border-bottom: 1px solid var(--line);
  text-align: center;
}

.browse-copy {
  max-width: 980px;
}

.browse-copy > span {
  display: block;
  margin-bottom: 0;
  color: var(--accent);
  font-size: clamp(17px, 2vw, 26px);
  font-weight: 850;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.browse-copy h2 {
  margin: 0;
  max-width: 900px;
  font-size: clamp(34px, 4.7vw, 58px);
  line-height: 1;
  font-weight: 820;
  letter-spacing: 0;
}

.browse-copy p {
  max-width: 760px;
  margin: clamp(16px, 2.2vw, 24px) auto 0;
  color: var(--muted);
  font-size: clamp(16px, 1.55vw, 20px);
  line-height: 1.34;
}

.browse-copy .browse-support {
  max-width: 720px;
  margin-top: 8px;
  color: #5f5f58;
  font-size: clamp(15px, 1.25vw, 18px);
  font-weight: 650;
}

.collection-shortcuts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(18px, 1.5vw, 24px);
  width: min(1820px, 100%);
}

.collection-link {
  position: relative;
  display: block;
  min-width: 0;
  min-height: clamp(238px, 15.1vw, 292px);
  overflow: hidden;
  color: #fff;
  border-radius: 17px;
  background: #111;
  box-shadow: 0 18px 44px rgba(21, 21, 18, 0.12);
  transform: translateZ(0);
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.collection-link::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 4;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: inherit;
  pointer-events: none;
}

.collection-image {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: inherit;
}

.collection-image::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.48) 39%, rgba(0, 0, 0, 0.08) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.18));
}

.collection-image img {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.02);
  transition: transform 220ms ease;
}

.collection-link:hover {
  transform: translateY(-4px);
  box-shadow: 0 26px 58px rgba(21, 21, 18, 0.18);
  filter: saturate(1.04);
}

.collection-link:hover .collection-image img {
  transform: scale(1.08);
}

.collection-link-image-nav {
  aspect-ratio: 451 / 313;
  min-height: 0 !important;
}

.collection-link-image-nav .collection-image::before {
  display: none;
}

.collection-link-image-nav .collection-image img {
  transform: none;
}

.collection-link-image-nav:hover .collection-image img {
  transform: scale(1.025);
}

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

.collection-link-fibit {
  background: #f7f5f1;
}

.collection-link-fibit .collection-image::before {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.76) 0%, rgba(0, 0, 0, 0.42) 44%, rgba(247, 245, 241, 0.04) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(0, 0, 0, 0.12));
}

.collection-link-fibit .collection-image img {
  object-fit: contain;
  object-position: 78% center;
  transform: scale(1.28);
}

.collection-link-fibit:hover .collection-image img {
  transform: scale(1.35);
}

.collection-link-image-nav.collection-link-fibit .collection-image img {
  object-fit: cover;
  object-position: center;
  transform: none;
}

.collection-link-image-nav.collection-link-fibit:hover .collection-image img {
  transform: scale(1.025);
}

.collection-copy {
  position: absolute;
  left: clamp(22px, 2vw, 34px);
  right: clamp(22px, 2vw, 34px);
  top: 50%;
  z-index: 3;
  display: grid;
  justify-items: start;
  gap: clamp(12px, 1vw, 18px);
  color: #fff;
  transform: translateY(-50%);
  text-align: left;
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.42);
}

.collection-copy strong {
  display: block;
  max-width: 76%;
  color: #fff;
  font-size: clamp(28px, 2.05vw, 44px);
  line-height: 0.98;
  font-weight: 850;
  letter-spacing: 0;
}

.collection-copy em {
  display: block;
  width: 24px;
  height: 2px;
  background: rgba(255, 255, 255, 0.82);
  border-radius: 999px;
}

.collection-copy small {
  display: block;
  max-width: 220px;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(14px, 0.95vw, 17px);
  line-height: 1.35;
  font-weight: 500;
}

.collection-link:hover .collection-copy strong {
  text-decoration: none;
}

.premium-collections {
  background: #111;
  color: #f8f4ea;
}

.premium-lifestyle {
  width: 100%;
  max-height: 500px;
  object-fit: cover;
  object-position: center;
  margin-bottom: clamp(34px, 5vw, 62px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
}

.premium-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.74fr) minmax(280px, 0.42fr);
  gap: 34px;
  align-items: end;
  margin-bottom: 24px;
}

.premium-intro > span {
  grid-column: 1 / -1;
  color: #c9a15d;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.premium-intro h2 {
  color: #fff;
}

.premium-intro p {
  margin: 0;
  color: #d5d0c4;
  font-size: 17px;
}

.premium-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 28px;
}

.premium-tabs a {
  padding: 10px 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: #f8f4ea;
  font-size: 13px;
  font-weight: 800;
  transition: background 160ms ease, color 160ms ease;
}

.premium-tabs a:hover {
  background: #f8f4ea;
  color: #111;
}

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

.premium-card {
  min-height: 100%;
  overflow: hidden;
  display: grid;
  grid-template-rows: auto 1fr;
  background: #f7f5ef;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  color: #111;
  transition: transform 180ms ease, border-color 180ms ease;
}

.premium-card:hover {
  transform: translateY(-3px);
  border-color: rgba(229, 196, 127, 0.46);
}

.premium-card img {
  width: 100%;
  aspect-ratio: 1.06;
  object-fit: contain;
  object-position: center;
  padding: 10px;
  background: #f2f0e8;
}

.premium-card div {
  display: grid;
  align-content: start;
  padding: 22px;
}

.premium-card span {
  color: var(--accent);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.premium-card h3 {
  margin: 12px 0 10px;
  color: #111;
  font-size: 24px;
  line-height: 1.08;
}

.premium-card p {
  margin: 0;
  color: #5f5e58;
  font-size: 15px;
}

.premium-card a {
  display: inline-flex;
  margin-top: 20px;
  color: #111;
  font-weight: 850;
  border-bottom: 1px solid rgba(17, 17, 17, 0.42);
}

.section {
  padding: clamp(72px, 9vw, 124px) clamp(20px, 5vw, 80px);
  max-width: 100vw;
  overflow: hidden;
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(260px, 0.58fr);
  gap: 34px;
  align-items: end;
  margin-bottom: 42px;
}

.section-head.compact {
  display: block;
  max-width: 760px;
}

.section h2 {
  margin: 0;
  font-size: clamp(34px, 4.5vw, 62px);
  line-height: 1;
  letter-spacing: 0;
}

.section-head p,
.service-section p,
.about-copy p,
.market-section p,
.inquiry-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
}

.category-grid,
.landing-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

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

.subpage-product-grid article,
.page-bullets article {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.subpage-product-grid article {
  min-height: 250px;
  padding: 28px;
}

.subpage-product-grid span,
.page-bullets span {
  color: var(--accent);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.subpage-product-grid h3 {
  margin: 18px 0 12px;
  font-size: clamp(26px, 2.6vw, 38px);
  line-height: 1;
}

.subpage-product-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
}

.subpage-advantages {
  background: #fff;
}

.procurement-specs {
  background: #f7f7f4;
}

.spec-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  background: #fff;
}

.spec-grid div {
  display: grid;
  grid-template-columns: minmax(130px, 0.34fr) 1fr;
  min-height: 86px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.spec-grid span,
.spec-grid strong {
  display: flex;
  align-items: center;
  padding: 18px;
}

.spec-grid span {
  color: var(--accent);
  background: #f4f1e9;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.spec-grid strong {
  color: #292925;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
}

.seo-intro-section {
  background: #fff;
}

.seo-intro-copy {
  max-width: 980px;
}

.seo-intro-copy h2 {
  margin: 0 0 24px;
}

.seo-intro-copy p {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.68;
}

.bottom-cta {
  display: grid;
  justify-items: center;
  text-align: center;
  background: #111;
  color: #f8f4ea;
}

.bottom-cta p {
  max-width: 740px;
  margin: 18px 0 0;
  color: #d9d1c4;
  font-size: 18px;
}

.bottom-cta .button.primary {
  background: #f4d390;
  color: #111;
  border-color: #f4d390;
}

.bottom-cta .button.secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.34);
}

.wholesale-system {
  background: #f7f7f4;
}

.wholesale-system-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.72fr) minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
}

.wholesale-path {
  display: grid;
  gap: 10px;
  padding: clamp(18px, 3vw, 28px);
  background:
    linear-gradient(150deg, rgba(17, 17, 17, 0.98), rgba(44, 38, 28, 0.96)),
    radial-gradient(circle at 0 0, rgba(197, 156, 80, 0.2), transparent 42%);
  color: #fff;
  border: 1px solid rgba(201, 161, 93, 0.28);
  border-radius: 12px;
}

.wholesale-path article {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 12px;
  align-items: start;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.wholesale-path article:last-child {
  border-bottom: 0;
}

.wholesale-path span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  background: #c9a15d;
  color: #111;
  border-radius: 6px;
  font-weight: 900;
}

.wholesale-path h3,
.wholesale-path p {
  margin: 0;
}

.wholesale-path h3 {
  color: #fff;
  font-size: 20px;
  line-height: 1.1;
}

.wholesale-path p {
  margin-top: 6px;
  color: #ded4c4;
}

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

.wholesale-catalog article,
.quote-checklist article {
  padding: clamp(18px, 2.4vw, 26px);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: 0 16px 45px rgba(22, 22, 18, 0.07);
}

.wholesale-catalog h3 {
  margin: 0 0 16px;
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.02;
}

.wholesale-catalog div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.wholesale-catalog span {
  padding: 8px 10px;
  background: #f1ece1;
  color: #5b4b30;
  border: 1px solid #e2d8c8;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 850;
}

.wholesale-rail {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.wholesale-rail article {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: 0 18px 48px rgba(22, 22, 18, 0.08);
}

.wholesale-rail img {
  width: 100%;
  aspect-ratio: 1.34;
  object-fit: cover;
  background: #ece8dd;
}

.wholesale-rail div {
  display: grid;
  gap: 12px;
  padding: 20px;
}

.wholesale-rail h3,
.wholesale-rail p {
  margin: 0;
}

.wholesale-rail h3 {
  font-size: 23px;
  line-height: 1.08;
}

.wholesale-rail p {
  color: var(--muted);
}

.wholesale-rail a {
  width: fit-content;
  color: var(--accent);
  font-weight: 900;
  border-bottom: 1px solid rgba(155, 122, 61, 0.42);
}

.wholesale-quote-builder {
  display: grid;
  grid-template-columns: minmax(260px, 0.52fr) minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  background: #fff;
}

.quote-builder-copy {
  position: sticky;
  top: 104px;
}

.quote-builder-copy h2 {
  margin: 0;
  font-size: clamp(34px, 4.4vw, 64px);
  line-height: 0.98;
}

.quote-builder-copy p {
  color: var(--muted);
}

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

.quote-checklist span {
  color: var(--accent);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.quote-checklist strong {
  display: block;
  margin: 10px 0 8px;
  font-size: 22px;
  line-height: 1.08;
}

.quote-checklist p {
  margin: 0;
  color: var(--muted);
}

.category-card,
.landing-grid article {
  min-height: 340px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.72);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.category-card img {
  width: 100%;
  aspect-ratio: 1.08;
  object-fit: contain;
  object-position: center;
  padding: 14px;
  margin-bottom: 20px;
  border-radius: 6px;
  background: #f2f0e8;
}

.category-card span {
  color: var(--accent);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.category-card h3,
.landing-grid h3,
.arrival-layout h3,
.material-rail h3 {
  margin: 16px 0 10px;
  font-size: 24px;
  line-height: 1.1;
}

.page-bullets h3 {
  font-size: 22px;
}

.category-card p,
.landing-grid p,
.arrival-layout p,
.material-rail p {
  color: var(--muted);
}

.category-card a,
.showcase-grid a,
.material-rail a {
  display: inline-block;
  margin-top: 20px;
  font-weight: 800;
  color: var(--ink);
  border-bottom: 1px solid rgba(17, 17, 17, 0.36);
}

.material-section,
.buyer-section,
.faq-section {
  background: #fff;
}

.about-section + .faq-section {
  padding-top: clamp(6px, 1vw, 14px);
}

.faq-section:has(+ .inquiry-section) {
  padding-bottom: clamp(14px, 1.8vw, 28px);
}

.faq-section + .inquiry-section {
  padding-top: clamp(42px, 5vw, 68px);
}

.hot-products {
  background: #f7f7f4;
}

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

.hot-product-grid article {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  min-height: 330px;
  padding: 16px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 14px 38px rgba(22, 22, 18, 0.06);
}

.hot-product-grid img {
  width: 100%;
  aspect-ratio: 1.08;
  object-fit: contain;
  object-position: center;
  padding: 10px;
  margin-bottom: 14px;
  background: #f4f2ec;
  border-radius: 6px;
}

.hot-product-grid h3 {
  margin: 0 0 8px;
  font-size: 20px;
  line-height: 1.08;
}

.hot-product-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.hot-product-grid a {
  width: fit-content;
  margin-top: 16px;
  color: var(--ink);
  font-weight: 850;
  border-bottom: 1px solid rgba(17, 17, 17, 0.36);
}

.hot-product-grid .series-tag {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 10px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.products-hub-showcase {
  padding-top: clamp(36px, 4vw, 58px);
  padding-bottom: clamp(38px, 5vw, 72px);
  background: #fff;
}

.products-hub-showcase .section-head {
  max-width: 980px;
  margin-bottom: clamp(22px, 3vw, 36px);
}

.products-hub-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(14px, 1.5vw, 20px);
}

.products-hub-grid article {
  min-height: 100%;
  padding: clamp(14px, 1.4vw, 18px);
}

.products-hub-grid img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  padding: 0;
  background: #f3f0e8;
}

.apple-series-section {
  padding-top: clamp(46px, 5vw, 76px);
  padding-bottom: clamp(44px, 5vw, 72px);
  background:
    linear-gradient(180deg, #fff 0%, #f7f5ef 100%);
}

.apple-series-section .section-head {
  max-width: 960px;
  margin: 0 auto clamp(24px, 3vw, 38px);
  text-align: center;
}

.apple-series-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(14px, 1.6vw, 22px);
}

.apple-series-grid article {
  min-height: 100%;
  padding: 14px;
}

.apple-series-grid img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  padding: 0;
  background: #f3f0e8;
}

.apple-series-grid .series-tag {
  display: inline-flex;
  margin: 4px 0 10px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.apple-series-grid h3 {
  font-size: clamp(20px, 1.8vw, 26px);
}

.product-category-stack {
  display: grid;
  gap: clamp(28px, 4vw, 52px);
}

.product-category-block {
  display: grid;
  gap: 16px;
}

.product-category-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
}

.product-category-head span {
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.product-category-head a {
  color: var(--ink);
  font-weight: 850;
  border-bottom: 1px solid rgba(17, 17, 17, 0.32);
}

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

.collection-showcase {
  background: #f0eee8;
}

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

.showcase-grid article {
  display: grid;
  grid-template-rows: auto 1fr;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}

.showcase-grid img {
  width: 100%;
  aspect-ratio: 1.08;
  object-fit: contain;
  object-position: center;
  padding: 14px;
  background: #f4f2ec;
}

.showcase-grid article > div {
  padding: 24px;
}

.showcase-grid h3 {
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 1.1;
}

.showcase-grid p {
  margin: 0;
  color: var(--muted);
}

.material-rail {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  background: transparent;
  margin-top: 36px;
}

.material-rail article {
  min-height: 230px;
  padding: 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.material-rail img {
  width: 100%;
  aspect-ratio: 1.06;
  object-fit: contain;
  object-position: center;
  padding: 12px;
  border-radius: 6px;
  background: #f5f3ed;
}

.material-rail span,
.arrival-layout span {
  display: block;
  margin-top: 18px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.service-section {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(320px, 0.66fr);
  gap: clamp(36px, 6vw, 88px);
  align-items: start;
  background: #111;
  color: #f8f4ea;
}

.service-section p {
  margin-top: 20px;
  color: #cfcac0;
}

.service-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  margin-top: 34px;
}

.service-section .button.primary {
  background: #f8f4ea;
  color: #111;
  border-color: #f8f4ea;
}

.service-list {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.service-image {
  width: 100%;
  aspect-ratio: 1.55;
  object-fit: cover;
  margin: 0 0 22px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}

.service-list article {
  display: grid;
  grid-template-columns: 0.6fr 1fr;
  gap: 24px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.service-list strong {
  font-size: 18px;
}

.service-list span {
  color: #cfcac0;
}

.supplier-proof {
  background:
    linear-gradient(180deg, #f8f7f2 0%, #efede4 100%);
}

.factory-hero-proof {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
  gap: clamp(18px, 3vw, 28px);
  align-items: stretch;
}

.factory-hero-media {
  position: relative;
  overflow: hidden;
  min-height: 620px;
  border: 1px solid rgba(18, 18, 14, 0.12);
  border-radius: 14px;
  background: #111;
  box-shadow: 0 34px 90px rgba(22, 22, 18, 0.18);
}

.factory-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.62) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0));
  pointer-events: none;
}

.proof-visual {
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
  object-position: center;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.factory-hero-badge {
  position: absolute;
  left: 22px;
  bottom: 22px;
  z-index: 2;
  width: min(340px, calc(100% - 44px));
  padding: 18px;
  color: #fff;
  background: rgba(17, 17, 17, 0.74);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 10px;
  backdrop-filter: blur(16px);
}

.factory-hero-badge span {
  display: block;
  color: #e6c77f;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.factory-hero-badge strong {
  display: block;
  margin-top: 8px;
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1;
}

.proof-panel {
  display: grid;
  align-content: start;
  gap: 22px;
  padding: clamp(28px, 5vw, 54px);
  background:
    linear-gradient(135deg, rgba(17, 17, 17, 0.96), rgba(42, 37, 29, 0.94)),
    radial-gradient(circle at 20% 0%, rgba(197, 156, 80, 0.18), transparent 36%);
  color: #fff;
  border-radius: 12px;
  box-shadow: 0 28px 78px rgba(22, 22, 18, 0.18);
}

.proof-panel h2 {
  max-width: 800px;
}

.proof-panel p {
  max-width: 760px;
  margin: 20px 0 0;
  color: #d9d2c6;
  font-size: 17px;
}

.section-kicker {
  display: block;
  margin-bottom: 14px;
  color: #e6c77f;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.factory-capability-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.factory-capability-list article {
  min-height: 168px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 10px;
}

.factory-capability-list span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #111;
  background: #e6c77f;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.factory-capability-list strong {
  display: block;
  margin-top: 14px;
  font-size: 17px;
  line-height: 1.15;
}

.factory-capability-list p {
  margin: 10px 0 0;
  color: #d5cec2;
  font-size: 13px;
  line-height: 1.45;
}

.proof-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-start;
}

.proof-panel .button.primary {
  background: #fff;
  color: #111;
  border-color: #fff;
}

.proof-panel .button.secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.42);
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.proof-grid article {
  padding: 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.proof-grid strong {
  display: block;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1;
}

.proof-grid span {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  font-weight: 700;
}

.trust-center {
  display: grid;
  grid-template-columns: minmax(0, 0.58fr) minmax(420px, 1fr);
  gap: clamp(28px, 5vw, 60px);
  align-items: start;
  margin-top: clamp(34px, 5vw, 62px);
}

.trust-copy h3 {
  margin: 0;
  max-width: 560px;
  font-size: clamp(30px, 3.8vw, 52px);
  line-height: 1;
}

.trust-copy p {
  max-width: 520px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 17px;
}

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

.compliance-grid article,
.case-grid article,
.quality-workflow article,
.subpage-trust-grid article {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.compliance-grid article {
  min-height: 238px;
  padding: 24px;
}

.compliance-grid span,
.case-grid span,
.quality-workflow span,
.subpage-trust-grid span {
  color: var(--accent);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.compliance-grid strong,
.quality-workflow strong,
.subpage-trust-grid strong {
  display: block;
  margin-top: 14px;
  color: #111;
  font-size: 20px;
  line-height: 1.12;
}

.compliance-grid p,
.case-grid p,
.quality-workflow p,
.subpage-trust-grid p {
  margin: 14px 0 0;
  color: var(--muted);
}

.case-study-block {
  margin-top: clamp(48px, 7vw, 86px);
}

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

.case-grid article {
  min-height: 300px;
  padding: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(246, 244, 238, 0.94)),
    radial-gradient(circle at 0 0, rgba(197, 156, 80, 0.12), transparent 36%);
}

.case-grid h3 {
  margin: 18px 0 0;
  color: #111;
  font-size: clamp(24px, 2.5vw, 34px);
  line-height: 1.04;
}

.quality-workflow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: clamp(34px, 5vw, 58px);
  background: #d8d4c8;
  border: 1px solid #d8d4c8;
}

.quality-workflow article {
  min-height: 230px;
  padding: 26px;
  border: 0;
  border-radius: 0;
}

.real-proof-section {
  background: #fff;
}

.real-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 30px;
}

.home-proof-grid {
  margin-top: clamp(34px, 5vw, 58px);
}

.real-proof-grid article {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 22px 62px rgba(22, 22, 18, 0.08);
}

.real-proof-grid img {
  display: block;
  width: 100%;
  aspect-ratio: 1.28 / 1;
  object-fit: cover;
  object-position: center;
  background: #f5f3ed;
}

.real-proof-grid div {
  padding: 24px;
}

.real-proof-grid span {
  color: var(--accent);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.real-proof-grid h3 {
  margin: 12px 0 0;
  color: #111;
  font-size: clamp(22px, 2.3vw, 30px);
  line-height: 1.08;
}

.real-proof-grid p {
  margin: 12px 0 0;
  color: var(--muted);
}

.subpage-trust {
  background: #f8f7f2;
}

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

.subpage-trust-grid article {
  min-height: 190px;
  padding: 22px;
}

.subpage-trust-grid a {
  display: inline-flex;
  margin-top: 14px;
  color: var(--accent);
  font-weight: 850;
}

.subpage-contact-proof {
  background: #111;
  color: #f8f4ea;
}

.subpage-contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.76fr) minmax(360px, 0.74fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}

.subpage-contact-layout > div > span,
.contact-profile-card span,
.location-card > span {
  color: #c9a15d;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.subpage-contact-layout h2,
.contact-detail-section h2 {
  margin: 14px 0 0;
}

.subpage-contact-layout p {
  max-width: 680px;
  margin: 20px 0 0;
  color: #d6d0c5;
  font-size: 17px;
}

.subpage-contact-layout img {
  width: 100%;
  aspect-ratio: 1.55;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 10px;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.32);
}

.contact-proof-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.subpage-contact-proof .button.primary {
  background: #f8f4ea;
  color: #111;
  border-color: #f8f4ea;
}

.subpage-contact-proof .button.secondary {
  color: #f8f4ea;
  border-color: rgba(255, 255, 255, 0.34);
}

.contact-detail-section {
  background: #fff;
}

.contact-detail-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
}

.contact-profile-card,
.location-card {
  display: grid;
  align-content: start;
  padding: 24px;
  background: #f7f5ef;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.contact-profile-card {
  gap: 22px;
}

.contact-profile-card img {
  width: 100%;
  aspect-ratio: 1.25;
  object-fit: cover;
  object-position: center;
  border-radius: 6px;
  border: 1px solid rgba(17, 17, 17, 0.08);
}

.contact-profile-card p,
.location-card p {
  margin: 14px 0 0;
  color: var(--muted);
}

.contact-profile-card a,
.location-card a {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  margin-top: 12px;
  color: var(--accent);
  font-weight: 850;
  overflow-wrap: anywhere;
}

.map-card {
  display: grid;
  gap: 16px;
  margin-top: 24px;
  padding: 22px;
  background:
    linear-gradient(135deg, rgba(17, 17, 17, 0.96), rgba(44, 38, 28, 0.94)),
    radial-gradient(circle at 12% 0%, rgba(197, 156, 80, 0.2), transparent 42%);
  color: #fff;
  border-radius: 8px;
  overflow: hidden;
}

.map-card-embedded {
  padding: 18px;
}

.map-card-copy {
  display: grid;
  gap: 8px;
}

.map-card strong {
  display: block;
  font-size: 24px;
  line-height: 1;
}

.map-card p {
  margin-top: 10px;
  color: #d9d2c6;
}

.map-card .button.primary {
  color: #111;
  background: #f8f4ea;
  border-color: #f8f4ea;
}

.osm-frame-wrap {
  width: 100%;
  min-height: 360px;
  overflow: hidden;
  background: #e8e4d7;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.osm-frame-wrap iframe {
  display: block;
  width: 100%;
  height: 360px;
  border: 0;
  filter: saturate(0.9) contrast(1.02);
}

.map-address-strip {
  display: grid;
  gap: 9px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
}

.map-address-strip span {
  color: #f3ede1;
  font-size: 14px;
  line-height: 1.45;
}

.map-address-strip .button.primary {
  width: fit-content;
  margin-top: 6px;
}

.blog-list-hero {
  padding: clamp(68px, 9vw, 124px) clamp(20px, 5vw, 80px) clamp(42px, 6vw, 74px);
  background:
    linear-gradient(135deg, rgba(17, 17, 17, 0.96), rgba(44, 38, 28, 0.94)),
    radial-gradient(circle at 18% 0%, rgba(197, 156, 80, 0.2), transparent 38%);
  color: #fff;
}

.blog-list-hero > div {
  max-width: 980px;
}

.blog-list-hero span,
.blog-article-hero > span,
.blog-card span {
  color: #c9a15d;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.blog-list-hero h1,
.blog-article-hero h1 {
  max-width: 980px;
  margin: 16px 0 0;
  font-size: clamp(42px, 5.7vw, 76px);
  line-height: 0.98;
  letter-spacing: 0;
}

.blog-list-hero p,
.blog-article-hero p {
  max-width: 760px;
  margin: 24px 0 0;
  color: #ddd5c8;
  font-size: clamp(17px, 1.6vw, 22px);
}

.blog-list-section {
  background: #f7f7f4;
}

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

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

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

.blog-card {
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 18px 48px rgba(22, 22, 18, 0.08);
}

.blog-card img {
  width: 100%;
  aspect-ratio: 1.42;
  object-fit: cover;
  background: #f2f0e8;
}

.blog-card div {
  display: grid;
  align-content: start;
  padding: 24px;
}

.blog-card h2 {
  margin: 14px 0 12px;
  font-size: clamp(24px, 2.2vw, 32px);
  line-height: 1.06;
}

.blog-card p {
  margin: 0;
  color: var(--muted);
}

.blog-card a,
.related-posts a {
  display: inline-flex;
  width: fit-content;
  margin-top: 20px;
  color: var(--accent);
  font-weight: 850;
  border-bottom: 1px solid rgba(155, 122, 61, 0.42);
}

.blog-article {
  background: #f7f7f4;
}

.blog-compat-guide {
  background: #f6f4ee;
}

.blog-compat-guide .blog-article-hero {
  display: block;
  padding: clamp(54px, 7vw, 94px) clamp(20px, 5vw, 80px) clamp(24px, 4vw, 42px);
  background:
    radial-gradient(circle at 88% 0%, rgba(201, 161, 93, 0.18), transparent 30%),
    linear-gradient(180deg, #fff 0%, #f6f4ee 100%);
  color: #111;
  text-align: center;
}

.blog-compat-guide .blog-article-hero::after {
  display: none;
}

.blog-compat-guide .blog-article-hero > span,
.blog-compat-guide .blog-article-hero > h1,
.blog-compat-guide .blog-article-hero > p,
.blog-compat-guide .blog-article-hero > .blog-meta {
  margin-left: auto;
  margin-right: auto;
}

.blog-compat-guide .blog-article-hero > span {
  display: inline-flex;
  padding: 8px 12px;
  background: rgba(201, 161, 93, 0.12);
  border: 1px solid rgba(155, 122, 61, 0.24);
  border-radius: 999px;
}

.blog-compat-guide .blog-article-hero h1 {
  max-width: 1020px;
  font-size: clamp(38px, 4.8vw, 68px);
  letter-spacing: 0;
}

.blog-compat-guide .blog-article-hero p {
  color: #5f5d56;
}

.blog-compat-guide .blog-meta {
  justify-content: center;
}

.blog-compat-guide .blog-meta span {
  display: none;
}

.blog-compat-guide > .blog-hero-image {
  display: block;
  width: min(1240px, calc(100% - clamp(28px, 7vw, 110px)));
  max-height: none;
  object-fit: contain;
  margin: 0 auto;
  padding: clamp(8px, 1.5vw, 16px);
  background: #fff;
  border: 1px solid rgba(155, 122, 61, 0.16);
  border-radius: 18px;
  box-shadow: 0 24px 70px rgba(22, 22, 18, 0.12);
}

.compat-size-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: clamp(20px, 4vw, 46px);
  align-items: center;
  width: min(1180px, calc(100% - 40px));
  margin: clamp(22px, 4vw, 42px) auto 0;
  padding: clamp(24px, 4vw, 38px);
  background: #fff;
  border: 1px solid rgba(155, 122, 61, 0.18);
  border-radius: 18px;
  box-shadow: 0 18px 52px rgba(22, 22, 18, 0.08);
}

.compat-size-panel span:first-child {
  color: #9f7735;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.compat-size-panel h2 {
  margin: 10px 0 12px;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.03;
}

.compat-size-panel p {
  margin: 0;
  color: #5f5d56;
  font-size: 17px;
  line-height: 1.62;
}

.compat-size-panel ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.compat-size-panel li {
  display: grid;
  grid-template-columns: 148px 1fr;
  gap: 14px;
  align-items: start;
  padding: 16px;
  background: #f7f5ef;
  border: 1px solid rgba(155, 122, 61, 0.14);
  border-radius: 12px;
}

.compat-size-panel li strong {
  color: #111;
  font-size: 17px;
  line-height: 1.2;
}

.compat-size-panel li span {
  color: #5f5d56;
  font-size: 15px;
  line-height: 1.48;
}

.blog-article-hero {
  padding: clamp(64px, 8vw, 110px) clamp(20px, 5vw, 80px) 28px;
  background: #111;
  color: #fff;
}

.blog-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-top: 28px;
}

.blog-meta span {
  max-width: 680px;
  color: #d8d0c2;
  font-size: 14px;
}

.blog-meta a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  background: #f8f4ea;
  color: #111;
  border-radius: 4px;
  font-weight: 850;
}

.blog-hero-image {
  width: calc(100% - clamp(40px, 10vw, 160px));
  max-height: 560px;
  object-fit: cover;
  margin: clamp(24px, 4vw, 44px) auto 0;
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: 0 28px 80px rgba(22, 22, 18, 0.14);
}

.blog-size-material-guide .blog-article-hero {
  position: relative;
  overflow: hidden;
  padding-bottom: clamp(22px, 4vw, 40px);
  background:
    linear-gradient(180deg, #f9f8f5 0%, #fff 100%),
    radial-gradient(circle at 92% 8%, rgba(201, 161, 93, 0.16), transparent 36%);
  color: #101010;
  text-align: center;
}

.blog-size-material-guide .blog-article-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(155, 122, 61, 0.28), transparent);
}

.blog-size-material-guide .blog-article-hero > span {
  color: #9f7735;
}

.blog-size-material-guide .blog-article-hero h1 {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(36px, 4.8vw, 70px);
}

.blog-size-material-guide .blog-article-hero p {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  color: #5f5d56;
}

.blog-size-material-guide .blog-meta {
  justify-content: center;
}

.blog-size-material-guide .blog-meta span {
  display: none;
}

.blog-size-material-guide .blog-hero-image {
  display: block;
  width: min(1240px, calc(100% - clamp(28px, 7vw, 110px)));
  max-height: none;
  aspect-ratio: auto;
  object-fit: contain;
  padding: clamp(8px, 1.6vw, 18px);
  background: #fff;
  border: 1px solid rgba(155, 122, 61, 0.16);
  border-radius: 18px;
  box-shadow: 0 22px 70px rgba(22, 22, 18, 0.12);
}

.material-size-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1.08fr);
  gap: clamp(22px, 4vw, 48px);
  align-items: center;
  width: min(1180px, calc(100% - 40px));
  margin: clamp(22px, 4vw, 44px) auto 0;
  padding: clamp(24px, 4vw, 38px);
  background: #fff;
  border: 1px solid rgba(155, 122, 61, 0.18);
  border-radius: 18px;
  box-shadow: 0 18px 52px rgba(22, 22, 18, 0.08);
}

.material-size-panel span:first-child {
  color: #9f7735;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.material-size-panel h2 {
  margin: 10px 0 12px;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.04;
}

.material-size-panel p {
  margin: 0;
  color: #5f5d56;
  font-size: 17px;
  line-height: 1.62;
}

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

.material-size-panel li {
  padding: 16px;
  background: #f7f5ef;
  border: 1px solid rgba(155, 122, 61, 0.14);
  border-radius: 12px;
}

.material-size-panel li:last-child:nth-child(odd) {
  grid-column: 1 / -1;
}

.material-size-panel li strong {
  display: block;
  margin-bottom: 7px;
  color: #111;
  font-size: 18px;
  line-height: 1.1;
}

.material-size-panel li span {
  color: #5f5d56;
  font-size: 15px;
  line-height: 1.48;
}

.blog-content,
.blog-cta-panel,
.related-posts {
  width: min(980px, calc(100% - 40px));
  margin: 0 auto;
}

.blog-article-layout {
  display: grid;
  grid-template-columns: minmax(0, 820px) minmax(300px, 360px);
  gap: clamp(24px, 4vw, 46px);
  align-items: start;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.blog-compat-guide .blog-article-layout {
  margin-top: clamp(24px, 4vw, 46px);
}

.blog-article-layout .blog-content {
  width: 100%;
  margin: 0;
}

.blog-content {
  padding: clamp(34px, 5vw, 62px) 0;
}

.blog-compat-guide .blog-content {
  padding: clamp(30px, 4vw, 46px);
  background: #fff;
  border: 1px solid rgba(155, 122, 61, 0.14);
  border-radius: 18px;
  box-shadow: 0 18px 52px rgba(22, 22, 18, 0.08);
}

.blog-compat-guide .blog-content > h2:first-child,
.blog-compat-guide .blog-content > h3:first-child {
  display: none;
}

.blog-compat-guide .blog-content > p:first-of-type {
  margin-top: 0;
  padding: clamp(18px, 3vw, 26px);
  background: #f8f5ee;
  border: 1px solid rgba(155, 122, 61, 0.18);
  border-radius: 12px;
}

.blog-size-material-guide .blog-content {
  padding: clamp(30px, 4vw, 48px);
  background: #fff;
  border: 1px solid rgba(155, 122, 61, 0.14);
  border-radius: 18px;
  box-shadow: 0 18px 52px rgba(22, 22, 18, 0.08);
}

.blog-size-material-guide .blog-content > h2:first-child {
  margin-top: 0;
}

.blog-content h2 {
  margin: 42px 0 16px;
  font-size: clamp(30px, 3.4vw, 48px);
  line-height: 1.02;
}

.blog-content h3 {
  margin: 28px 0 12px;
  font-size: clamp(22px, 2.2vw, 30px);
  line-height: 1.08;
}

.blog-content p,
.blog-content li {
  color: #42423d;
  font-size: 17px;
  line-height: 1.72;
}

.blog-content ul {
  display: grid;
  gap: 8px;
  padding-left: 22px;
}

.blog-table-wrap {
  width: 100%;
  overflow-x: auto;
  margin: 26px 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.blog-table {
  width: 100%;
  min-width: 780px;
  border-collapse: collapse;
}

.blog-table th,
.blog-table td {
  padding: 14px;
  border-bottom: 1px solid var(--line);
  border-right: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.blog-table th {
  background: #111;
  color: #fff;
}

.model-fit-visual {
  margin: 34px 0;
  padding: clamp(22px, 4vw, 34px);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(247, 243, 234, 0.98)),
    radial-gradient(circle at 100% 0%, rgba(201, 161, 93, 0.16), transparent 34%);
  border: 1px solid rgba(155, 122, 61, 0.24);
  border-radius: 14px;
  box-shadow: 0 20px 52px rgba(22, 22, 18, 0.08);
}

.model-fit-intro {
  max-width: 720px;
}

.model-fit-intro span {
  color: #9f7735;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.model-fit-intro h2 {
  margin: 10px 0 10px;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.02;
}

.model-fit-intro p {
  margin: 0;
}

.model-fit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.model-fit-card {
  display: grid;
  grid-template-columns: 148px 1fr;
  gap: 16px;
  align-items: center;
  min-height: 100%;
  padding: 10px;
  background: #fff;
  border: 1px solid rgba(155, 122, 61, 0.24);
  border-radius: 10px;
}

.model-fit-card img {
  width: 148px;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 8px;
  background: #ebe7dd;
}

.model-fit-card h3 {
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.08;
}

.model-fit-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
}

.blog-compat-guide .blog-table-wrap {
  border-radius: 12px;
  box-shadow: 0 14px 36px rgba(22, 22, 18, 0.06);
}

.blog-compat-guide .blog-table th {
  background: #171717;
  color: #f8f4ea;
}

.blog-compat-guide .blog-table td:first-child {
  font-weight: 850;
  color: #111;
}

.blog-size-material-guide .blog-table-wrap {
  border-radius: 12px;
  box-shadow: 0 14px 36px rgba(22, 22, 18, 0.06);
}

.blog-size-material-guide .blog-table th {
  background: #171717;
  color: #f8f4ea;
}

.blog-size-material-guide .blog-table td:first-child {
  font-weight: 850;
  color: #111;
}

.blog-cta-panel {
  padding: clamp(28px, 5vw, 48px);
  margin-bottom: 28px;
  background:
    linear-gradient(135deg, rgba(17, 17, 17, 0.96), rgba(44, 38, 28, 0.94)),
    radial-gradient(circle at 12% 0%, rgba(197, 156, 80, 0.2), transparent 42%);
  color: #fff;
  border-radius: 12px;
}

.blog-cta-panel h2 {
  margin: 0;
  font-size: clamp(30px, 3.8vw, 52px);
  line-height: 1;
}

.blog-cta-panel p {
  max-width: 720px;
  color: #d8d0c2;
}

.blog-cta-panel .button.primary {
  background: #f8f4ea;
  color: #111;
  border-color: #f8f4ea;
}

.blog-cta-panel .button.secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.36);
}

.related-posts {
  display: grid;
  gap: 14px;
  padding-bottom: clamp(54px, 8vw, 100px);
}

.related-posts strong {
  font-size: 20px;
}

.related-posts div {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
}

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

.pdp-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.62fr);
  gap: clamp(18px, 3vw, 34px);
  align-items: start;
  padding: clamp(26px, 4vw, 54px) clamp(20px, 5vw, 72px);
}

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

.pdp-gallery figure {
  overflow: hidden;
  min-height: 280px;
  margin: 0;
  background: #ece8dd;
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: 0 18px 50px rgba(22, 22, 18, 0.08);
}

.pdp-gallery-main {
  grid-column: span 2;
  min-height: clamp(460px, 48vw, 680px);
}

.pdp-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pdp-gallery-main img {
  object-position: center 56%;
}

.product-commerce-gallery {
  align-content: start;
}

.product-commerce-gallery .pdp-gallery-main {
  background: #f6f4ee;
}

.gallery-thumb {
  overflow: hidden;
  min-height: 0;
  padding: 0;
  background: #f6f4ee;
  border: 1px solid var(--line);
  border-radius: 10px;
  cursor: pointer;
  box-shadow: 0 14px 36px rgba(22, 22, 18, 0.06);
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.gallery-thumb:hover,
.gallery-thumb.active {
  transform: translateY(-2px);
  border-color: rgba(17, 17, 17, 0.46);
  box-shadow: 0 18px 44px rgba(22, 22, 18, 0.1);
}

.gallery-thumb img {
  display: block;
  width: 100%;
  aspect-ratio: 1.25;
  object-fit: cover;
}

.pdp-buy-box {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 20px;
  padding: clamp(22px, 3vw, 34px);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: 0 24px 70px rgba(22, 22, 18, 0.12);
}

.pdp-brand-line,
.pdp-rating,
.pdp-options,
.pdp-wholesale-note,
.pdp-spec-list div {
  border-bottom: 1px solid var(--line);
  padding-bottom: 16px;
}

.pdp-brand-line {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}

.pdp-brand-line span,
.pdp-options span,
.pdp-wholesale-note span,
.pdp-feature span,
.pdp-joanne span,
.pdp-detail-grid span {
  color: var(--accent);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pdp-brand-line strong {
  color: #111;
  font-size: 13px;
}

.pdp-buy-box h1 {
  margin: 0;
  font-size: clamp(36px, 4.2vw, 64px);
  line-height: 0.96;
}

.pdp-summary {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.product-status-row,
.selected-option {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.product-status-row {
  padding: 12px 14px;
  background: #f6f1e7;
  border: 1px solid #e2d8c8;
  border-radius: 8px;
}

.product-status-row span,
.product-status-row strong,
.selected-option strong {
  color: #111;
}

.pdp-rating {
  display: grid;
  gap: 6px;
}

.pdp-rating span {
  color: #c9a15d;
  letter-spacing: 0.08em;
}

.pdp-options {
  display: grid;
  gap: 18px;
}

.swatches,
.size-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.swatches button {
  width: 34px;
  height: 34px;
  padding: 0;
  background: var(--swatch);
  border: 2px solid #fff;
  border-radius: 999px;
  box-shadow: 0 0 0 1px #cfc8ba;
  cursor: pointer;
}

.swatches button.active {
  box-shadow: 0 0 0 2px #111;
}

.swatches-named button {
  width: 38px;
  height: 38px;
}

.size-pills button {
  min-height: 38px;
  padding: 0 14px;
  background: #f3efe6;
  border: 1px solid #ded7ca;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 850;
}

.size-pills button.active {
  background: #111;
  color: #fff;
  border-color: #111;
}

.product-option-stack {
  gap: 20px;
}

.pdp-wholesale-note {
  display: grid;
  gap: 7px;
  padding: 16px;
  background: #f6f1e7;
  border: 1px solid #e2d8c8;
  border-radius: 8px;
}

.pdp-wholesale-note strong {
  font-size: 22px;
  line-height: 1.08;
}

.pdp-wholesale-note p {
  margin: 0;
  color: var(--muted);
}

.pdp-actions {
  display: grid;
  gap: 10px;
}

.pdp-actions .button {
  width: 100%;
  justify-content: center;
}

.pdp-spec-list {
  display: grid;
  gap: 14px;
  margin: 0;
}

.pdp-spec-list div {
  display: grid;
  gap: 4px;
}

.pdp-spec-list dt {
  color: #111;
  font-weight: 900;
}

.pdp-spec-list dd {
  margin: 0;
  color: var(--muted);
}

.pdp-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  padding: 0 clamp(20px, 5vw, 72px) clamp(28px, 5vw, 58px);
}

.pdp-strip article {
  min-height: 190px;
  padding: clamp(22px, 3vw, 34px);
  background: #111;
  color: #fff;
}

.pdp-strip span {
  color: #c9a15d;
  font-weight: 900;
}

.pdp-strip strong {
  display: block;
  margin: 18px 0 10px;
  font-size: clamp(24px, 2.5vw, 36px);
  line-height: 1;
}

.pdp-strip p {
  margin: 0;
  color: #ded4c4;
}

.nn39-detail-section {
  display: grid;
  grid-template-columns: minmax(300px, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  padding: clamp(70px, 8vw, 122px) clamp(20px, 5vw, 72px);
  background:
    radial-gradient(circle at 88% 12%, rgba(189, 138, 47, 0.14), transparent 34%),
    linear-gradient(180deg, #fff, #f7f5f0);
  border-top: 1px solid rgba(17, 17, 17, 0.08);
  border-bottom: 1px solid rgba(17, 17, 17, 0.08);
}

.nn39-detail-copy > span {
  color: var(--accent);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.nn39-detail-copy h2 {
  margin: 16px 0 18px;
  font-size: clamp(38px, 5vw, 72px);
  line-height: 0.98;
  letter-spacing: 0;
}

.nn39-detail-copy p {
  max-width: 640px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(16px, 1.2vw, 19px);
  line-height: 1.58;
}

.nn39-detail-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: clamp(24px, 3vw, 38px);
}

.nn39-detail-points article {
  min-height: 132px;
  padding: 18px;
  border: 1px solid rgba(17, 17, 17, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
}

.nn39-detail-points strong {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
}

.nn39-detail-points span {
  display: block;
  color: var(--muted);
  line-height: 1.42;
}

.nn39-detail-gallery {
  display: grid;
  gap: 14px;
}

.nn39-detail-large,
.nn39-detail-colors img {
  width: 100%;
  object-fit: cover;
  border: 1px solid rgba(17, 17, 17, 0.1);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 18px 54px rgba(17, 17, 17, 0.09);
}

.nn39-detail-large {
  aspect-ratio: 1 / 1.18;
  object-position: center top;
}

.nn39-detail-colors {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.nn39-detail-colors img {
  aspect-ratio: 1;
  object-fit: contain;
  padding: 10px;
  box-shadow: none;
}

.pdp-feature,
.pdp-joanne {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  padding: clamp(54px, 8vw, 110px) clamp(20px, 5vw, 72px);
  background: #fff;
}

.pdp-feature-dark {
  background:
    linear-gradient(145deg, rgba(17, 17, 17, 0.98), rgba(43, 36, 26, 0.96)),
    radial-gradient(circle at 0 0, rgba(197, 156, 80, 0.2), transparent 42%);
  color: #fff;
}

.pdp-feature h2,
.pdp-joanne h2 {
  margin: 14px 0 0;
  font-size: clamp(36px, 5vw, 72px);
  line-height: 0.98;
}

.pdp-feature p,
.pdp-joanne p {
  max-width: 620px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.pdp-feature-dark p {
  color: #ded4c4;
}

.pdp-feature img,
.pdp-joanne img {
  width: 100%;
  aspect-ratio: 1.18;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 24px 70px rgba(22, 22, 18, 0.14);
}

.pdp-spec-section {
  padding: clamp(54px, 8vw, 104px) clamp(20px, 5vw, 72px);
  background: #f7f7f4;
}

.pdp-detail-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.pdp-detail-grid article {
  min-height: 230px;
  padding: 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
}

.pdp-detail-grid strong {
  display: block;
  margin: 18px 0 12px;
  font-size: 24px;
  line-height: 1.08;
}

.pdp-detail-grid p {
  margin: 0;
  color: var(--muted);
}

.pdp-factory-info {
  padding: clamp(62px, 8vw, 116px) clamp(20px, 5vw, 72px);
  background:
    linear-gradient(180deg, #fff 0%, #f7f5ee 100%);
  border-top: 1px solid rgba(17, 17, 17, 0.08);
  border-bottom: 1px solid rgba(17, 17, 17, 0.08);
}

.factory-info-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.96fr) minmax(0, 1.04fr);
  gap: clamp(24px, 3vw, 44px);
  align-items: stretch;
}

.factory-info-visual {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(17, 17, 17, 0.1);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 18px 54px rgba(17, 17, 17, 0.1);
}

.factory-info-visual img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  object-position: center;
}

.factory-info-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.72);
}

.factory-info-cards article {
  padding: clamp(24px, 2.6vw, 38px);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(248, 246, 239, 0.78));
}

.factory-info-cards span {
  color: var(--accent);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.factory-info-cards h3 {
  margin: 18px 0 12px;
  font-size: clamp(24px, 2vw, 34px);
  line-height: 1.08;
}

.factory-info-cards p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(15px, 1.1vw, 18px);
  line-height: 1.48;
}

.product-info-tabs {
  background: #f8f7f2;
}

.product-accordion {
  display: grid;
  gap: 10px;
  max-width: 980px;
  margin: 0 auto;
}

.product-accordion details {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.product-accordion summary {
  cursor: pointer;
  padding: 20px 22px;
  color: #111;
  font-size: 18px;
  font-weight: 900;
}

.product-accordion p {
  margin: 0;
  padding: 0 22px 22px;
  color: var(--muted);
}

.pdp-joanne {
  grid-template-columns: minmax(260px, 0.44fr) minmax(0, 1fr);
  background: #111;
  color: #fff;
}

.pdp-joanne img {
  aspect-ratio: 0.9;
  object-position: center 24%;
}

.pdp-joanne p {
  color: #ded4c4;
}

.blog-author-card {
  position: sticky;
  top: 96px;
  margin-top: clamp(34px, 5vw, 62px);
}

.arrival-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.arrival-layout article {
  min-height: 230px;
  padding: 18px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.arrival-layout img {
  width: 100%;
  aspect-ratio: 1.52;
  object-fit: cover;
  border-radius: 6px;
  background: #f4f2ec;
}

.sourcing-guide {
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(0, 0.78fr);
  gap: clamp(34px, 6vw, 80px);
  align-items: center;
  background: #fff;
}

.guide-media {
  display: grid;
  grid-template-columns: 0.85fr 1fr;
  gap: 16px;
  align-items: end;
}

.guide-media img {
  width: 100%;
  object-fit: cover;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: #f4f2ec;
  box-shadow: 0 16px 42px rgba(20, 20, 16, 0.08);
}

.guide-media img:first-child {
  aspect-ratio: 0.8;
}

.guide-media img:last-child {
  aspect-ratio: 0.72;
}

.guide-copy p {
  margin-top: 22px;
  color: var(--muted);
  font-size: 17px;
}

.guide-copy ol {
  display: grid;
  gap: 13px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: guide;
}

.guide-copy li {
  counter-increment: guide;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  align-items: center;
  color: #3f3f3b;
}

.guide-copy li::before {
  content: counter(guide, decimal-leading-zero);
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  background: #111;
  color: #fff;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
}

.buyer-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.buyer-grid span {
  padding: 14px 18px;
  background: #f3f1ea;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-weight: 760;
}

.comparison {
  background: #eeeae0;
}

.comparison-table {
  display: grid;
  border: 1px solid #c9c4b7;
  background: #fff;
}

.comparison-table > div {
  display: grid;
  grid-template-columns: 0.72fr 0.48fr 1fr;
  border-bottom: 1px solid #ded9cc;
}

.comparison-table > div:last-child {
  border-bottom: 0;
}

.comparison-table span {
  padding: 18px;
  border-right: 1px solid #ded9cc;
}

.comparison-table span:last-child {
  border-right: 0;
}

.table-head {
  background: #111;
  color: #fff;
  font-weight: 800;
}

.market-section {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(320px, 0.8fr);
  gap: 56px;
  align-items: center;
}

.market-section p {
  margin-top: 20px;
}

.market-bars {
  display: grid;
  gap: 14px;
}

.market-bars div {
  position: relative;
  display: flex;
  justify-content: space-between;
  min-height: 46px;
  padding: 12px 14px;
  overflow: hidden;
  background: #e7e4da;
  border-radius: 4px;
  font-weight: 800;
}

.market-bars div::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: calc(var(--value) * 1%);
  background: linear-gradient(90deg, #151515, #9b7a3d);
}

.market-bars span,
.market-bars strong {
  position: relative;
  z-index: 1;
  color: #fff;
}

.about-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(260px, 0.42fr);
  gap: clamp(28px, 3.5vw, 48px);
  align-items: start;
  padding-top: clamp(34px, 3.6vw, 52px);
  padding-bottom: clamp(18px, 2vw, 28px);
  background: #fff;
}

.about-copy {
  max-width: 1040px;
}

.about-copy p {
  max-width: 980px;
  margin-top: 16px;
}

.about-copy p:last-child {
  margin-bottom: 0;
}

.contact-card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  align-items: center;
  padding: 22px;
  background: #f5f3ed;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.contact-card img {
  width: 100%;
  aspect-ratio: 1.55;
  object-fit: cover;
  border-radius: 6px;
}

.contact-card h3 {
  margin: 0;
  font-size: 23px;
}

.contact-card p {
  color: var(--muted);
}

.contact-card a {
  font-weight: 800;
  color: var(--accent);
}

.joanne-ip-card {
  overflow: hidden;
  background:
    linear-gradient(155deg, rgba(17, 17, 17, 0.98), rgba(45, 38, 28, 0.96)),
    radial-gradient(circle at 14% 0%, rgba(201, 161, 93, 0.2), transparent 42%);
  color: #fff;
  border: 1px solid rgba(201, 161, 93, 0.28);
  border-radius: 12px;
  box-shadow: 0 26px 70px rgba(22, 22, 18, 0.18);
}

.joanne-ip-card-home {
  max-width: 360px;
  justify-self: end;
}

.joanne-ip-photo {
  position: relative;
  min-height: 210px;
  background: #181818;
}

.joanne-ip-photo img {
  width: 100%;
  height: 100%;
  min-height: 210px;
  object-fit: cover;
  object-position: center 24%;
  display: block;
}

.joanne-ip-photo::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background: linear-gradient(180deg, transparent, rgba(17, 17, 17, 0.9));
}

.joanne-ip-photo span {
  position: absolute;
  left: 18px;
  bottom: 16px;
  z-index: 1;
  padding: 7px 10px;
  background: rgba(201, 161, 93, 0.92);
  color: #111;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.joanne-ip-body {
  display: grid;
  gap: 10px;
  padding: 18px;
}

.joanne-ip-body .eyebrow {
  color: #d8b46e;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.joanne-ip-body h2,
.joanne-ip-body h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(22px, 2vw, 28px);
  line-height: 1.02;
}

.joanne-ip-body p {
  margin: 0;
  color: #e5dccd;
  font-size: 14px;
  line-height: 1.48;
}

.joanne-ip-body ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.joanne-ip-body li {
  position: relative;
  padding-left: 18px;
  color: #f4ead8;
  font-size: 14px;
  line-height: 1.45;
}

.joanne-ip-body li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.68em;
  width: 7px;
  height: 7px;
  background: #c9a15d;
  border-radius: 999px;
}

.joanne-ip-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}

.joanne-ip-actions .button {
  min-height: 42px;
  padding: 0 16px;
}

.joanne-ip-actions .button.primary {
  background: #f8f4ea;
  color: #111;
  border-color: #f8f4ea;
}

.joanne-ip-actions .button.secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.34);
}

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

details {
  background: #f6f4ee;
  border: 1px solid var(--line);
  border-radius: 6px;
}

summary {
  padding: 20px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 780;
}

details p {
  margin: 0;
  padding: 0 20px 22px;
  color: var(--muted);
}

.inquiry-section {
  display: grid;
  grid-template-columns: minmax(0, 0.58fr) minmax(360px, 0.88fr);
  gap: clamp(28px, 3.2vw, 44px);
  align-items: start;
  padding-top: clamp(42px, 5vw, 68px);
  padding-bottom: clamp(36px, 4.5vw, 58px);
  background: #111;
  color: #fff;
}

.inquiry-section h2 {
  max-width: 520px;
  font-size: clamp(36px, 4.2vw, 58px);
}

.inquiry-copy p {
  margin-top: 16px;
  color: #d7d0c2;
}

.contact-lines {
  display: grid;
  gap: 9px;
  margin-top: 22px;
}

.contact-lines a {
  color: #f0d49d;
  font-weight: 800;
}

.inquiry-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 20px;
  background: #fff;
  color: #111;
  border-radius: var(--radius);
}

.inquiry-form label {
  display: grid;
  gap: 7px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.inquiry-form input,
.inquiry-form textarea {
  width: 100%;
  min-height: 44px;
  padding: 12px;
  border: 1px solid #d8d4ca;
  border-radius: 4px;
  color: #111;
  font: inherit;
}

.inquiry-form textarea {
  min-height: 86px;
  resize: vertical;
}

.inquiry-form .wide,
.inquiry-form button,
.form-note {
  grid-column: 1 / -1;
}

.form-note {
  margin: 0;
  color: #666;
  font-size: 13px;
  text-transform: none;
}

.footer {
  display: grid;
  grid-template-columns: minmax(220px, 1.15fr) minmax(160px, 0.58fr) minmax(190px, 0.68fr) minmax(260px, 0.88fr);
  gap: 32px;
  padding: 46px clamp(20px, 5vw, 80px);
  background: #f8f7f2;
  border-top: 1px solid var(--line);
  color: #42423d;
}

.footer img {
  width: 132px;
  margin-bottom: 16px;
}

.footer div {
  display: grid;
  gap: 8px;
  align-content: start;
}

.footer strong {
  color: #111;
}

.footer-social {
  min-width: 0;
}

.footer .social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  color: #111;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(232, 231, 226, 0.82));
  border: 1px solid rgba(17, 17, 17, 0.16);
  border-radius: 999px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, color 180ms ease;
}

.social-link:hover {
  color: #fff;
  background: #111;
  transform: translateY(-2px) scale(1.08);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.18);
}

.social-link svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.social-link span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.social-links-config {
  display: none;
}

.footer-address {
  min-width: 0;
}

.footer-map {
  position: relative;
  width: min(100%, 340px);
  aspect-ratio: 16 / 9;
  overflow: hidden;
  margin: 4px 0 8px;
  background:
    radial-gradient(circle at 58% 46%, rgba(17, 17, 17, 0.12), transparent 0 5px, transparent 6px),
    linear-gradient(135deg, rgba(17, 17, 17, 0.08), rgba(255, 255, 255, 0.76));
  border: 1px solid rgba(17, 17, 17, 0.16);
  border-radius: 10px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    0 18px 40px rgba(17, 17, 17, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.footer-map:hover {
  transform: translateY(-2px);
  border-color: rgba(17, 17, 17, 0.28);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    0 22px 52px rgba(17, 17, 17, 0.13);
}

.footer-map::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(17, 17, 17, 0.08)),
    repeating-linear-gradient(90deg, rgba(17, 17, 17, 0.04) 0 1px, transparent 1px 34px);
  mix-blend-mode: multiply;
}

.footer-map-grid {
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(0deg, rgba(17, 17, 17, 0.06) 0 1px, transparent 1px 34px),
    repeating-linear-gradient(90deg, rgba(17, 17, 17, 0.06) 0 1px, transparent 1px 34px);
}

.footer-map-route {
  position: absolute;
  height: 2px;
  background: rgba(17, 17, 17, 0.42);
  border-radius: 999px;
  transform-origin: left center;
}

.footer-map-route.route-one {
  left: 12%;
  top: 58%;
  width: 78%;
  transform: rotate(-8deg);
}

.footer-map-route.route-two {
  left: 22%;
  top: 36%;
  width: 58%;
  transform: rotate(24deg);
  opacity: 0.58;
}

.footer-map-pin {
  position: absolute;
  left: 57%;
  top: 42%;
  width: 22px;
  height: 22px;
  background: #111;
  border: 3px solid #fff;
  border-radius: 50% 50% 50% 0;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.22);
  transform: rotate(-45deg);
  z-index: 2;
}

.footer-map-pin::after {
  content: "";
  position: absolute;
  inset: 5px;
  background: #fff;
  border-radius: 50%;
}

.footer-map-label,
.footer-map-caption {
  position: absolute;
  left: 16px;
  z-index: 2;
  color: #111;
}

.footer-map-label {
  bottom: 34px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.footer-map-caption {
  bottom: 16px;
  font-size: 12px;
  color: #575750;
}

.footer-map-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: 4px;
  padding: 8px 12px;
  color: #fff;
  background: #111;
  border: 1px solid #111;
  border-radius: 999px;
  font-weight: 800;
  font-size: 13px;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.footer-map-link:hover {
  background: #000;
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
}

.whatsapp-float {
  position: fixed;
  right: clamp(18px, 3vw, 34px);
  bottom: clamp(18px, 3vw, 34px);
  z-index: 80;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  color: #fff;
  background:
    radial-gradient(circle at 35% 24%, rgba(255, 255, 255, 0.26), transparent 28%),
    linear-gradient(135deg, #2bd66f, #118c45);
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  box-shadow:
    0 18px 42px rgba(15, 110, 58, 0.34),
    0 0 0 7px rgba(43, 214, 111, 0.1);
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.whatsapp-float:hover {
  transform: translateY(-2px) scale(1.06);
  filter: saturate(1.05);
  box-shadow:
    0 24px 56px rgba(15, 110, 58, 0.44),
    0 0 0 9px rgba(43, 214, 111, 0.14);
}

.whatsapp-float svg {
  width: 30px;
  height: 30px;
  fill: currentColor;
}

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

  .nav {
    display: none;
  }

  .hero,
  .retail-browse,
  .premium-intro,
  .service-section,
  .factory-hero-proof,
  .proof-panel,
  .trust-center,
  .market-section,
  .about-section,
  .inquiry-section,
  .blog-list-layout,
  .blog-article-layout,
  .wholesale-system-layout,
  .wholesale-quote-builder,
  .pdp-hero,
  .pdp-feature,
  .pdp-joanne,
  .subpage-contact-layout,
  .contact-detail-grid,
  .section-head {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 460px;
  }

  .factory-hero-media,
  .proof-visual {
    min-height: 440px;
  }

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

  .subpage-hero-media img {
    min-height: 430px;
  }

  .home-hero {
    height: clamp(540px, 58vw, 680px);
    min-height: 540px;
  }

  .home-hero-bg {
    object-position: center top;
  }

  .category-grid,
  .collection-shortcuts,
  .premium-grid,
  .blog-grid,
  .landing-grid,
  .wholesale-rail,
  .material-rail,
  .showcase-grid,
  .hot-product-grid,
  .product-category-grid,
  .subpage-product-grid,
  .spec-grid,
  .case-grid,
  .quality-workflow,
  .real-proof-grid,
  .subpage-trust-grid,
  .quote-checklist,
  .pdp-strip,
  .pdp-detail-grid,
  .sourcing-guide {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .collection-link {
    min-height: 220px;
    border-radius: 20px;
  }

  .collection-copy strong {
    font-size: clamp(27px, 4vw, 38px);
  }

  .collection-copy small {
    max-width: 210px;
    font-size: 15px;
  }

  .quote-builder-copy {
    position: static;
  }

  .blog-author-card,
  .blog-index-advisor,
  .pdp-buy-box {
    position: static;
    margin-top: 0;
  }

  .joanne-ip-card-home {
    max-width: none;
    justify-self: stretch;
  }

  .showcase-large {
    grid-row: auto;
  }
}

@media (min-width: 1051px) and (max-width: 1220px) {
  .site-header {
    gap: 14px;
    padding-inline: 20px;
  }

  .brand img {
    width: 118px;
  }

  .nav-trigger {
    padding-inline: 10px;
  }

  .site-search {
    width: 150px;
  }

  .site-search:focus-within {
    width: 210px;
  }

  .language-trigger {
    padding-inline: 10px;
  }

  .language-trigger strong {
    display: none;
  }

  .mega-menu {
    width: min(1040px, calc(100vw - 32px));
  }

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

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

  .site-header {
    gap: 14px;
    padding: 14px 18px;
    width: 100%;
    max-width: 100vw;
    overflow: hidden;
  }

  .brand img {
    width: 116px;
  }

  .header-cta {
    min-height: 38px;
    padding: 0 12px;
    font-size: 12px;
  }

  .header-actions {
    justify-self: end;
  }

  .site-search {
    width: 42px;
    height: 38px;
    flex: 0 0 42px;
  }

  .site-search:focus-within {
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    z-index: 45;
    width: min(260px, calc(100vw - 36px));
    flex-basis: auto;
  }

  .site-search input {
    padding-left: 0;
    opacity: 0;
    pointer-events: none;
  }

  .site-search:focus-within input {
    padding-left: 14px;
    opacity: 1;
    pointer-events: auto;
  }

  .site-search button {
    flex-basis: 34px;
    width: 34px;
    height: 34px;
    margin-right: 2px;
  }

  .search-hero {
    width: min(100% - 28px, 640px);
    padding-top: 52px;
  }

  .search-hero h1 {
    font-size: clamp(34px, 12vw, 52px);
    line-height: 1;
  }

  .search-page-form {
    grid-template-columns: 1fr;
    padding: 10px;
    border-radius: 24px;
  }

  .search-page-form input {
    height: 48px;
    padding-inline: 12px;
    text-align: center;
  }

  .search-page-form button {
    width: 100%;
  }

  .search-results-section {
    width: min(100% - 28px, 640px);
  }

  .search-results-grid {
    grid-template-columns: 1fr;
  }

  .search-result-card {
    grid-template-columns: 1fr;
    border-radius: 14px;
  }

  .search-result-card a {
    width: 100%;
  }

  .language-trigger {
    min-height: 38px;
    padding: 0 10px;
    font-size: 12px;
  }

  .language-trigger strong {
    display: none;
  }

  .language-menu {
    right: 0;
    width: min(230px, calc(100vw - 28px));
  }

  .hero {
    min-height: auto;
    padding-top: 46px;
    width: 100%;
    max-width: 100vw;
    grid-template-columns: minmax(0, 1fr) !important;
    overflow: hidden;
  }

  .home-hero {
    height: 700px;
    min-height: 700px;
    padding: 0;
  }

  .home-hero::before {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.08) 42%, rgba(0, 0, 0, 0.78) 100%);
  }

  .home-hero-bg {
    object-position: left top;
  }

  .home-hero .hero-copy {
    left: 14px;
    right: 14px;
    bottom: 16px;
    width: auto;
    padding: 16px;
  }

  .hero > *,
  .section > *,
  .site-header > * {
    min-width: 0;
    max-width: 100%;
  }

  .factory-hero-media,
  .proof-visual {
    min-height: 330px;
  }

  .factory-hero-badge {
    left: 14px;
    right: 14px;
    bottom: 14px;
    width: auto;
    padding: 14px;
  }

  .factory-capability-list {
    grid-template-columns: 1fr;
  }

  .advantage-section {
    grid-template-columns: 1fr;
    gap: 26px;
    padding-top: 46px;
    padding-bottom: 12px;
  }

  .advantage-lead {
    position: static;
  }

  .advantage-lead h2 {
    max-width: 360px;
    font-size: 38px;
    line-height: 1.02;
  }

  .advantage-lead p {
    font-size: 16px;
  }

  .advantage-visual {
    margin-top: 22px;
  }

  .advantage-visual img {
    aspect-ratio: 1.25 / 1;
  }

  .advantage-visual-note {
    left: 14px;
    right: 14px;
    bottom: 14px;
  }

  .advantage-process-proof {
    width: 100%;
    margin-top: 18px;
  }

  .advantage-process-proof img {
    aspect-ratio: 1.18 / 1;
  }

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

  .advantage-grid article,
  .advantage-grid article:last-child {
    display: grid;
    grid-column: auto;
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 16px;
  }

  .advantage-grid article:last-child {
    row-gap: 0;
  }

  .advantage-card-media {
    margin-bottom: 18px;
  }

  .advantage-grid article:last-child .advantage-card-media {
    margin-bottom: 18px;
    grid-row: auto;
    min-height: 0;
  }

  .advantage-card-media img,
  .advantage-grid article:last-child .advantage-card-media img {
    height: auto;
    min-height: 0;
    aspect-ratio: 1.65 / 1;
  }

  .advantage-grid h3 {
    margin-top: 18px;
    font-size: 26px;
  }

  .advantage-grid p {
    font-size: 15px;
  }

  .hero h1 {
    max-width: 330px;
    font-size: 34px;
    line-height: 1.04;
    overflow-wrap: break-word;
  }

  .home-hero h1 {
    max-width: 100%;
    font-size: 22px;
    line-height: 1.12;
  }

  .hero p,
  .section h2,
  .intro-strip p,
  .section p {
    max-width: 330px;
    overflow-wrap: break-word;
  }

  .home-hero p {
    max-width: 100%;
    margin-top: 8px;
    font-size: 14px;
  }

  .subpage-hero-points {
    max-width: 330px;
    gap: 7px;
  }

  .subpage-hero-points span {
    padding: 8px 10px;
    font-size: 11px;
  }

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

  .hero-actions,
  .service-actions,
  .proof-actions {
    display: grid;
    justify-content: stretch;
  }

  .button,
  .inquiry-form button {
    width: 100%;
    max-width: 330px;
  }

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

  .home-hero .hero-facts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 24px;
  }

  .home-hero .hero-facts div {
    padding: 12px 6px 0 0;
  }

  .home-hero .hero-facts dd {
    font-size: 17px;
  }

  .hero-visual {
    min-height: 360px;
    width: 100%;
    max-width: 330px;
  }

  .subpage-hero-media {
    min-height: auto;
    padding: 10px;
  }

  .subpage-hero-media img {
    min-height: 280px;
    aspect-ratio: 1.08;
  }

  .hero-product {
    width: 100%;
  }

  .hero-image-notes {
    left: 14px;
    right: 14px;
    bottom: 14px;
    max-width: calc(100% - 28px);
  }

  .hero-image-notes span {
    flex: 1 1 88px;
    text-align: center;
  }

  .category-grid,
  .collection-shortcuts,
  .premium-grid,
  .landing-grid,
  .wholesale-rail,
  .quote-checklist,
  .pdp-gallery,
  .pdp-strip,
  .pdp-detail-grid,
  .material-rail,
  .showcase-grid,
  .hot-product-grid,
  .product-category-grid,
  .subpage-product-grid,
  .spec-grid,
  .compliance-grid,
  .case-grid,
  .quality-workflow,
  .real-proof-grid,
  .subpage-trust-grid,
  .arrival-layout,
  .sourcing-guide,
  .guide-media,
  .inquiry-form,
  .footer,
  .contact-card,
  .wholesale-catalog,
  .pdp-hero,
  .pdp-feature,
  .pdp-joanne,
  .blog-list-layout .blog-grid {
    grid-template-columns: 1fr;
  }

  .inquiry-section {
    padding-top: 34px;
    padding-bottom: 34px;
    gap: 24px;
  }

  .inquiry-section h2 {
    font-size: 34px;
  }

  .trust-bar {
    display: grid;
    grid-template-columns: 1fr;
    gap: 6px 10px;
    padding: 8px 14px;
    text-align: center;
    font-size: 11px;
  }

  .trust-bar span,
  .trust-bar a {
    white-space: normal;
  }

  .product-category-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .trust-bar span:not(:last-child)::after {
    display: none;
  }

  .browse-copy p,
  .proof-panel p {
    max-width: 330px;
  }

  .retail-browse {
    gap: 26px;
    padding: 42px 18px 52px;
  }

  .browse-copy > span {
    margin-bottom: 0;
    font-size: clamp(15px, 4.4vw, 20px);
    letter-spacing: 0.16em;
  }

  .browse-copy h2 {
    font-size: clamp(30px, 9vw, 40px);
    line-height: 1;
  }

  .browse-copy .browse-support {
    max-width: 330px;
    margin-top: 6px;
    font-size: 16px;
  }

  .collection-image {
    border-radius: inherit;
  }

  .collection-link {
    min-height: 188px;
    border-radius: 18px;
  }

  .collection-copy {
    left: 22px;
    right: 22px;
    gap: 10px;
  }

  .collection-copy strong {
    max-width: 82%;
    font-size: clamp(25px, 7.8vw, 32px);
  }

  .collection-copy small {
    max-width: 190px;
    font-size: 14px;
  }

  .collection-link-fibit .collection-image img {
    object-position: 82% center;
    transform: scale(1.26);
  }

  .collection-link-fibit:hover .collection-image img {
    transform: scale(1.31);
  }

  .bottom-contact-panel {
    position: static;
    width: auto;
    margin: 18px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(17, 17, 17, 0.08);
    border-radius: 18px;
    box-shadow: 0 18px 42px rgba(24, 24, 20, 0.1);
  }

  .bottom-brand-tagline {
    position: static;
    max-width: none;
    margin: 16px 18px 0;
    padding: 0 2px;
    font-size: 16px;
    line-height: 1.45;
  }

  .bottom-contact-panel .footer-map {
    width: 100%;
  }

  .premium-card,
  .premium-card.large,
  .premium-card.wide {
    grid-column: auto;
    grid-row: auto;
    min-height: 420px;
  }

  .premium-card div {
    padding: 24px;
  }

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

  .pdp-factory-info {
    padding-left: 14px;
    padding-right: 14px;
  }

  .factory-info-layout {
    grid-template-columns: 1fr;
  }

  .factory-info-visual img {
    min-height: 260px;
    aspect-ratio: 1.15;
  }

  .factory-info-cards {
    grid-template-columns: 1fr;
  }

  .factory-info-cards article {
    padding: 22px;
  }

  .nn39-detail-section {
    grid-template-columns: 1fr;
    padding-left: 14px;
    padding-right: 14px;
  }

  .nn39-detail-copy h2 {
    font-size: 34px;
  }

  .nn39-detail-points {
    grid-template-columns: 1fr;
  }

  .nn39-detail-large {
    aspect-ratio: 1 / 1.26;
  }

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

  .category-card,
  .landing-grid article {
    min-height: auto;
  }

  .comparison-table,
  .comparison-table > div {
    display: block;
  }

  .comparison-table span {
    display: block;
    border-right: 0;
    border-bottom: 1px solid #ded9cc;
  }

  .comparison-table span:last-child {
    border-bottom: 0;
  }

  .whatsapp-float {
    right: 16px;
    bottom: 16px;
    width: 52px;
    height: 52px;
  }

  .whatsapp-float svg {
    width: 27px;
    height: 27px;
  }

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

  .blog-compat-guide .blog-article-hero {
    padding-top: 42px;
    text-align: left;
  }

  .blog-compat-guide .blog-article-hero::after {
    display: none;
  }

  .blog-compat-guide .blog-article-hero > span,
  .blog-compat-guide .blog-article-hero > h1,
  .blog-compat-guide .blog-article-hero > p,
  .blog-compat-guide .blog-article-hero > .blog-meta {
    margin-left: 0;
    margin-right: 0;
  }

  .blog-compat-guide .blog-meta {
    justify-content: flex-start;
  }

  .blog-compat-guide > .blog-hero-image {
    width: calc(100% - 28px);
    padding: 8px;
    border-radius: 14px;
  }

  .compat-size-panel {
    grid-template-columns: 1fr;
    width: calc(100% - 28px);
    padding: 20px;
    border-radius: 14px;
  }

  .material-size-panel {
    grid-template-columns: 1fr;
    width: calc(100% - 28px);
    padding: 20px;
    border-radius: 14px;
  }

  .compat-size-panel li {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .material-size-panel ul {
    grid-template-columns: 1fr;
  }

  .blog-size-material-guide .blog-article-hero {
    padding-top: 42px;
    text-align: left;
  }

  .blog-size-material-guide .blog-article-hero > span,
  .blog-size-material-guide .blog-article-hero > h1,
  .blog-size-material-guide .blog-article-hero > p,
  .blog-size-material-guide .blog-article-hero > .blog-meta {
    margin-left: 0;
    margin-right: 0;
  }

  .blog-size-material-guide .blog-meta {
    justify-content: flex-start;
  }

  .blog-article-hero h1,
  .blog-list-hero h1 {
    max-width: 330px;
    font-size: 36px;
  }

  .spec-grid div {
    grid-template-columns: 1fr;
  }

  .spec-grid span,
  .spec-grid strong {
    padding: 14px;
  }

  .blog-hero-image,
  .blog-article-layout,
  .blog-content,
  .blog-cta-panel,
  .related-posts {
    width: calc(100% - 28px);
  }

  .model-fit-grid,
  .model-fit-card {
    grid-template-columns: 1fr;
  }

  .model-fit-card img {
    width: 100%;
    aspect-ratio: 1.45;
  }

  .pdp-hero,
  .pdp-strip,
  .pdp-feature,
  .pdp-spec-section,
  .pdp-joanne {
    padding-left: 14px;
    padding-right: 14px;
  }

  .pdp-gallery-main {
    grid-column: auto;
    min-height: 360px;
  }

  .pdp-gallery figure {
    min-height: 260px;
  }

  .pdp-buy-box h1,
  .pdp-feature h2,
  .pdp-joanne h2 {
    font-size: 34px;
  }

  .joanne-ip-photo,
  .joanne-ip-photo img {
    min-height: 220px;
  }

  .joanne-ip-actions .button {
    width: 100%;
    justify-content: center;
  }

  .wholesale-path article {
    grid-template-columns: 38px 1fr;
  }

  .wholesale-path span {
    width: 36px;
    height: 36px;
  }

  .map-card {
    grid-template-columns: 1fr;
  }

  .map-card .button.primary,
  .contact-proof-actions .button {
    width: 100%;
    max-width: 330px;
  }
}
