:root {
  --ink: #11130f;
  --muted: #62655d;
  --paper: #f6f3ed;
  --warm: #e9e3d9;
  --line: rgba(17, 19, 15, 0.16);
  --acid: #d8ff49;
  --dark: #13221c;
  --max: 1520px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Arial, Helvetica, sans-serif; }
body, button, input, textarea { font: inherit; }
img { max-width: 100%; }
a { color: inherit; text-decoration: none; }

.notice-bar {
  display: flex;
  justify-content: center;
  gap: clamp(22px, 5vw, 84px);
  padding: 9px 20px;
  color: #f7f8f3;
  background: #11130f;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.site-header {
  position: relative;
  z-index: 10;
  display: grid;
  grid-template-columns: minmax(200px, 1fr) auto minmax(200px, 1fr);
  align-items: center;
  gap: 34px;
  min-height: 82px;
  padding: 16px clamp(20px, 4vw, 64px);
  background: rgba(246, 243, 237, .96);
  border-bottom: 1px solid var(--line);
}
.site-brand { width: min(222px, 100%); }
.site-brand img { display: block; width: 100%; height: auto; }
.desktop-nav { display: flex; gap: clamp(20px, 2.5vw, 42px); align-items: center; }
.desktop-nav a { position: relative; font-size: 12px; font-weight: 700; letter-spacing: .05em; }
.desktop-nav a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: currentColor; transition: right .25s ease; }
.desktop-nav a:hover::after, .desktop-nav .is-current::after { right: 0; }
.header-cta { justify-self: end; padding: 13px 19px; color: white; background: var(--ink); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.mobile-menu { display: none; justify-self: end; }

.hero {
  display: grid;
  grid-template-columns: minmax(0, .94fr) minmax(480px, 1.06fr);
  min-height: min(850px, calc(100vh - 112px));
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(54px, 7vw, 110px) clamp(20px, 4vw, 64px) clamp(54px, 6vw, 92px);
  overflow: hidden;
}
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding-right: clamp(30px, 6vw, 100px); }
.kicker { margin: 0 0 20px; color: #4d5149; font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.hero h1 { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(62px, 7.4vw, 116px); font-weight: 400; line-height: .88; letter-spacing: -.065em; }
.hero h1 em { color: #53625a; font-weight: 400; }
.hero-lede { max-width: 670px; margin: clamp(28px, 4vw, 54px) 0 0; color: var(--muted); font-size: clamp(16px, 1.25vw, 20px); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 49px; padding: 0 22px; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.button-dark { color: white; background: var(--ink); }
.button-light { color: var(--ink); background: #f7f5ef; }
.text-link { display: inline-flex; gap: 10px; align-items: center; width: max-content; padding-bottom: 5px; border-bottom: 1px solid currentColor; font-size: 11px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.hero-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: auto 0 0; padding-top: 58px; }
.hero-facts div { padding-top: 12px; border-top: 1px solid var(--line); }
.hero-facts dt { margin-bottom: 9px; color: #8a8e84; font-size: 10px; }
.hero-facts dd { margin: 0; font-size: 11px; font-weight: 700; line-height: 1.35; }

.hero-visual { position: relative; min-height: 650px; }
.hero-visual figure { position: absolute; margin: 0; overflow: hidden; background: var(--warm); }
.hero-visual img { display: block; width: 100%; height: 100%; object-fit: cover; }
.hero-main-image { inset: 0 29% 4% 0; }
.hero-main-image figcaption { position: absolute; left: 0; right: 0; bottom: 0; display: flex; justify-content: space-between; padding: 18px 20px; background: rgba(246, 243, 237, .94); font-size: 11px; }
.hero-main-image figcaption span { color: var(--muted); }
.hero-small-image { right: 0; width: 27%; }
.hero-small-top { top: 8%; height: 39%; }
.hero-small-top img,
.hero-small-bottom img { object-fit: contain; background: #eeeae3; }
.hero-small-bottom { bottom: 0; height: 47%; }
.hero-small-bottom figcaption { position: absolute; right: 8px; bottom: 8px; padding: 7px 9px; background: rgba(246, 243, 237, .9); font-size: 9px; font-weight: 800; text-transform: uppercase; }

.service-line { display: grid; grid-template-columns: repeat(6, 1fr); max-width: var(--max); margin: 0 auto; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-line span { display: flex; align-items: center; justify-content: center; min-height: 70px; padding: 12px; border-right: 1px solid var(--line); font-size: 10px; font-weight: 800; letter-spacing: .09em; text-align: center; text-transform: uppercase; }
.service-line span:last-child { border-right: 0; }

.collection-section, .programs-section { max-width: var(--max); margin: 0 auto; padding: clamp(78px, 9vw, 140px) clamp(20px, 4vw, 64px); }
.section-heading { max-width: 920px; margin-bottom: clamp(42px, 6vw, 76px); }
.section-heading h2, .production-copy h2, .closing-cta h2, .catalog-brief h2 { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(44px, 6vw, 86px); font-weight: 400; line-height: .98; letter-spacing: -.052em; }
.split-heading { display: grid; grid-template-columns: 1.25fr .55fr; gap: 9vw; max-width: none; align-items: end; }
.split-heading > div:last-child p { margin: 0 0 24px; color: var(--muted); font-size: 15px; line-height: 1.7; }
.home-collection-grid { display: grid; grid-template-columns: 1.25fr .8fr .8fr; grid-template-rows: auto auto; gap: 14px; }
.look-card { display: block; min-width: 0; }
.look-card-tall { grid-row: span 2; }
.look-card-wide { grid-column: span 2; }
.look-card img { display: block; width: 100%; aspect-ratio: 1 / 1; object-fit: contain; background: var(--warm); transition: transform .5s ease; }
.look-card-tall img { height: calc(100% - 48px); aspect-ratio: auto; }
.look-card-wide img { aspect-ratio: 2.04 / 1; object-fit: contain; padding: 2.5%; }
.look-card:hover img { transform: scale(1.012); }
.look-card span { display: flex; justify-content: space-between; padding-top: 13px; font-size: 12px; }
.look-card small { color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }

.production-section { display: grid; grid-template-columns: 1fr 1fr; color: #f2f3ec; background: var(--dark); }
.production-image { position: relative; min-height: 760px; overflow: hidden; }
.production-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72) contrast(1.06); }
.production-image span { position: absolute; left: 20px; bottom: 20px; padding: 9px 11px; color: var(--ink); background: var(--acid); font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.production-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(56px, 7vw, 110px); }
.kicker-light { color: #bdc8c1; }
.production-copy > p:not(.kicker) { max-width: 650px; color: #bdc8c1; font-size: 16px; line-height: 1.7; }
.production-points { display: grid; gap: 0; margin: 36px 0; border-top: 1px solid rgba(255,255,255,.2); }
.production-points article { display: grid; grid-template-columns: 42px 1fr; column-gap: 14px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.production-points span { grid-row: span 2; color: var(--acid); font-size: 10px; }
.production-points h3 { margin: 0 0 5px; font-size: 14px; }
.production-points p { margin: 0; color: #aeb8b2; font-size: 12px; line-height: 1.55; }
.production-copy .button { align-self: flex-start; }

.program-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.program-grid article { padding: clamp(28px, 4vw, 58px); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.program-grid article > span { color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.program-grid h3 { max-width: 600px; margin: 32px 0 20px; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(34px, 4vw, 58px); font-weight: 400; line-height: 1; letter-spacing: -.035em; }
.program-grid p { max-width: 600px; color: var(--muted); line-height: 1.65; }
.program-grid ul { margin: 28px 0 34px; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.program-grid li { padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 12px; }

.closing-cta { padding: clamp(76px, 10vw, 150px) clamp(20px, 8vw, 140px); color: #f6f4ee; background: #18231e; text-align: center; }
.closing-cta h2 { max-width: 1100px; margin: 0 auto; }
.closing-cta > p:not(.kicker) { max-width: 650px; margin: 30px auto; color: #b9c1bc; line-height: 1.65; }

.site-footer { display: grid; grid-template-columns: 1fr auto 1fr; gap: 32px; align-items: end; padding: 48px clamp(20px, 4vw, 64px); color: #c5ccc7; background: #0c110e; }
.footer-brand { color: white; font-family: Georgia, 'Times New Roman', serif; font-size: 26px; }
.site-footer p { margin: 10px 0 0; font-size: 11px; }
.site-footer nav { display: flex; gap: 24px; }
.site-footer nav a, .site-footer > a { font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.site-footer > a { justify-self: end; }

/* Home showroom: factory footage and apparel references share one visual story. */
.home-showroom { overflow-x: hidden; }
.home-showroom .notice-bar {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  color: rgba(255, 255, 255, .86);
  background: rgba(7, 12, 10, .66);
  border-bottom: 1px solid rgba(255, 255, 255, .14);
  backdrop-filter: blur(8px);
}
.home-showroom .site-header {
  position: absolute;
  z-index: 19;
  top: 31px;
  left: 0;
  width: 100%;
  color: #fff;
  background: linear-gradient(180deg, rgba(7, 12, 10, .68), rgba(7, 12, 10, .08));
  border-bottom: 1px solid rgba(255, 255, 255, .2);
}
.home-showroom .site-brand img { filter: brightness(0) invert(1); }
.home-showroom .header-cta { color: var(--ink); background: #f7f5ef; }
.home-showroom .desktop-nav a { text-shadow: 0 1px 15px rgba(0, 0, 0, .38); }
.home-showroom .mobile-menu summary { color: #fff; }
.home-showroom .mobile-menu nav { color: var(--ink); background: var(--paper); }

.home-showroom .hero {
  position: relative;
  isolation: isolate;
  display: block;
  width: 100%;
  max-width: none;
  min-height: 100svh;
  margin: 0;
  padding: 0;
  color: #fff;
  background: #321a28;
  overflow: hidden;
}
.home-showroom .hero-media {
  position: absolute;
  z-index: 0;
  inset: 0;
  background: #15221f url("assets/images/factory-capability/factory-capability-hero.webp?v=20260726v202") center / cover no-repeat;
}
.home-showroom .hero-media::after {
  content: '';
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 9, 7, .58) 0%, rgba(5, 9, 7, .1) 48%, rgba(5, 9, 7, .7) 100%),
    linear-gradient(90deg, rgba(5, 9, 7, .8) 0%, rgba(5, 9, 7, .5) 48%, rgba(5, 9, 7, .18) 100%);
}
.home-showroom .hero-video {
  display: block;
  position: absolute;
  z-index: 2;
  top: 50%;
  right: clamp(24px, 4vw, 64px);
  width: min(42vw, 720px);
  height: auto;
  aspect-ratio: 720 / 416;
  object-fit: cover;
  object-position: center;
  border: 1px solid rgba(255, 255, 255, .42);
  box-shadow: 0 28px 80px rgba(0, 0, 0, .34);
  filter: saturate(.88) contrast(1.06);
  transform: translateY(-39%);
}
.home-showroom .hero-motion-label {
  position: absolute;
  z-index: 3;
  right: clamp(24px, 4vw, 64px);
  top: calc(50% + min(16.4vw, 281px));
  display: flex;
  gap: 8px;
  align-items: center;
  margin: 0;
  padding: 9px 11px;
  color: rgba(255, 255, 255, .72);
  background: rgba(5, 9, 7, .72);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}
.home-showroom .hero-motion-label span {
  color: #fff;
}
.home-showroom .hero-copy {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  max-width: var(--max);
  min-height: 100svh;
  margin: 0 auto;
  padding: clamp(172px, 21vh, 250px) clamp(560px, 48vw, 760px) clamp(52px, 7vw, 96px) clamp(20px, 4vw, 64px);
}
.home-showroom .hero .kicker {
  margin-bottom: clamp(18px, 2.4vw, 30px);
  color: rgba(255, 255, 255, .82);
  text-shadow: 0 2px 20px rgba(0, 0, 0, .3);
}
.home-showroom .hero h1 {
  max-width: 1100px;
  color: #fff;
  font-size: clamp(66px, 7.4vw, 118px);
  line-height: .86;
  text-wrap: balance;
  text-shadow: 0 4px 32px rgba(0, 0, 0, .26);
}
.home-showroom .hero h1 em { color: rgba(255, 255, 255, .78); }
.home-showroom .hero-lede {
  max-width: 760px;
  margin: clamp(24px, 3vw, 42px) 0 0;
  color: rgba(255, 255, 255, .86);
  font-size: clamp(15px, 1.25vw, 20px);
  line-height: 1.62;
  text-shadow: 0 2px 20px rgba(0, 0, 0, .35);
}
.home-showroom .hero-actions { margin-top: clamp(24px, 3vw, 38px); }
.home-showroom .hero-actions .button-dark { color: var(--ink); background: #f7f5ef; }
.home-showroom .hero-actions .text-link { color: #fff; }
.home-showroom .hero-source {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: clamp(32px, 4vw, 52px) 0 0;
  color: rgba(255, 255, 255, .64);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.home-showroom .hero-source span {
  padding-left: 10px;
  color: #fff;
  border-left: 2px solid var(--acid);
}

.home-showroom .service-line {
  color: var(--ink);
  background: var(--acid);
  border: 0;
}
.home-showroom .service-line span { border-color: rgba(17, 19, 15, .22); }

.home-showroom .home-collection-grid {
  grid-template-rows: repeat(2, clamp(300px, 28vw, 460px));
}
.home-showroom .look-card {
  position: relative;
  min-height: 0;
  background: #e9e5dd;
  overflow: hidden;
}
.home-showroom .look-card img,
.home-showroom .look-card-tall img,
.home-showroom .look-card-wide img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  padding: 0;
  object-fit: cover;
  background: #e9e5dd;
}
.home-showroom .look-card-wide img { object-fit: contain; }
.home-showroom .look-card:hover img { transform: scale(1.018); }
.home-showroom .look-card span {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  align-items: flex-end;
  padding: 42px 18px 17px;
  color: #fff;
  background: linear-gradient(180deg, transparent, rgba(8, 12, 10, .84));
  text-shadow: 0 1px 15px rgba(0, 0, 0, .45);
}
.home-showroom .look-card small { color: rgba(255, 255, 255, .78); }

.home-showroom .production-section {
  display: block;
  padding: clamp(78px, 9vw, 138px) clamp(20px, 4vw, 64px);
  color: #f2f3ec;
  background: var(--dark);
}
.home-showroom .production-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, .5fr);
  gap: clamp(46px, 9vw, 140px);
  align-items: end;
  max-width: var(--max);
  margin: 0 auto clamp(42px, 6vw, 76px);
}
.home-showroom .production-intro h2 {
  max-width: 920px;
  margin: 0;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(44px, 6vw, 86px);
  font-weight: 400;
  line-height: .98;
  letter-spacing: -.052em;
}
.home-showroom .production-intro > div:last-child > p {
  margin: 0 0 28px;
  color: #bdc8c1;
  font-size: 15px;
  line-height: 1.7;
}
.home-showroom .production-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: var(--max);
  margin: 0 auto;
}
.home-showroom .production-proof-grid figure {
  position: relative;
  aspect-ratio: 4 / 3;
  margin: 0;
  background: #24342d;
  overflow: hidden;
}
.home-showroom .production-proof-grid img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.78) contrast(1.06);
  transition: transform .55s ease;
}
.home-showroom .production-proof-grid figure:hover img { transform: scale(1.018); }
.home-showroom .production-proof-grid figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  gap: 6px;
  padding: 56px 20px 20px;
  color: #fff;
  background: linear-gradient(180deg, transparent, rgba(7, 13, 10, .92));
}
.home-showroom .production-proof-grid small {
  color: var(--acid);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.home-showroom .production-proof-grid strong { font-size: 17px; }
.home-showroom .production-proof-grid span {
  color: rgba(255, 255, 255, .72);
  font-size: 11px;
  line-height: 1.45;
}

.home-showroom .program-grid {
  gap: 18px;
  background: transparent;
  border: 0;
}
.home-showroom .program-grid article {
  padding: 0;
  background: #ebe7df;
  border: 1px solid var(--line);
  overflow: hidden;
}
.home-showroom .program-image-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  aspect-ratio: 16 / 10;
  margin: 0;
  background: #e2ded6;
  overflow: hidden;
}
.home-showroom .program-image-pair img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform .5s ease;
}
.home-showroom .program-image-pair img + img { border-left: 1px solid var(--line); }
.home-showroom .program-grid article:hover .program-image-pair img { transform: scale(1.018); }
.home-showroom .program-copy { padding: clamp(28px, 3.5vw, 48px); }
.home-showroom .program-copy > span {
  color: var(--muted);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.home-showroom .program-grid h3 { margin: 24px 0 17px; }
.home-showroom .program-grid p { margin-bottom: 28px; }

.collection-page .catalog-page-hero { display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(300px, .58fr); gap: clamp(48px, 9vw, 140px); align-items: end; max-width: var(--max); margin: 0 auto; padding: clamp(72px, 9vw, 140px) clamp(20px, 4vw, 64px) clamp(48px, 6vw, 86px); }
.collection-page .catalog-page-hero h1 { max-width: 980px; margin: 0; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(50px, 6.3vw, 92px); font-weight: 400; line-height: .94; letter-spacing: -.058em; }
.collection-page .catalog-page-intro > p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.7; }
.collection-page .catalog-page-intro .catalog-safety-note { margin-top: 24px; padding-top: 18px; border-top: 1px solid var(--line); font-size: 11px; }

.collection-page .catalog-index { display: grid; grid-template-columns: repeat(3, 1fr); width: calc(100% - clamp(40px, 8vw, 128px)); max-width: calc(var(--max) - clamp(40px, 8vw, 128px)); margin: 0 auto clamp(70px, 8vw, 118px); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.collection-page .catalog-index a { display: flex; align-items: center; justify-content: space-between; min-width: 0; padding: 18px 20px; background: rgba(255,255,255,.22); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background-color .25s ease; }
.collection-page .catalog-index a:hover, .collection-page .catalog-index a:focus-visible { background: #ece7de; }
.collection-page .catalog-index span { overflow: hidden; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.collection-page .catalog-index strong { display: grid; flex: 0 0 auto; place-items: center; width: 26px; height: 26px; margin-left: 16px; border: 1px solid var(--line); border-radius: 50%; font-size: 9px; }

.collection-page .catalog-tools { display: grid; grid-template-columns: minmax(280px, .58fr) minmax(0, 1.42fr); gap: clamp(42px, 8vw, 118px); align-items: end; max-width: var(--max); margin: 0 auto clamp(82px, 9vw, 136px); padding: 0 clamp(20px, 4vw, 64px) clamp(38px, 4vw, 58px); border-bottom: 1px solid var(--line); scroll-margin-top: 36px; }
.collection-page .catalog-tools > * { min-width: 0; }
.collection-page .catalog-search-block > label { display: block; margin: 18px 0 13px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.collection-page .catalog-search-field { display: grid; grid-template-columns: 1fr auto; align-items: center; border-bottom: 1px solid var(--ink); }
.collection-page .catalog-search-field input { width: 100%; padding: 8px 10px 13px 0; color: var(--ink); background: transparent; border: 0; border-radius: 0; outline: 0; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(24px, 2.4vw, 38px); }
.collection-page .catalog-search-field input::placeholder { color: rgba(17,19,15,.34); }
.collection-page .catalog-search-field span { padding-bottom: 7px; font-size: 22px; }
.collection-page .catalog-filter-block > p:first-child { margin: 0 0 14px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.collection-page .catalog-filter-chips { display: flex; max-width: 100%; flex-wrap: wrap; gap: 7px; }
.collection-page .catalog-filter-chips button { appearance: none; padding: 10px 12px; color: var(--ink); background: transparent; border: 1px solid var(--line); border-radius: 999px; cursor: pointer; font: inherit; font-size: 10px; font-weight: 700; letter-spacing: .035em; transition: color .2s ease, background-color .2s ease, border-color .2s ease; }
.collection-page .catalog-filter-chips button:hover,
.collection-page .catalog-filter-chips button:focus-visible { border-color: var(--ink); }
.collection-page .catalog-filter-chips button.is-active { color: var(--paper); background: var(--ink); border-color: var(--ink); }
.collection-page .catalog-filter-chips button span { margin-left: 5px; opacity: .6; font-size: 9px; }
.collection-page .catalog-results-status { margin: 16px 0 0; color: var(--muted); font-size: 11px; }

.collection-page .catalog-library { max-width: var(--max); margin: 0 auto; padding: 0 clamp(20px, 4vw, 64px) clamp(96px, 11vw, 170px); }
.collection-page .catalog-group { content-visibility: auto; contain-intrinsic-size: auto 1180px; scroll-margin-top: 28px; }
.collection-page .catalog-group[hidden],
.collection-page .catalog-style-card[hidden],
.collection-page .catalog-group-actions[hidden] { display: none !important; }
.collection-page .catalog-group + .catalog-group { margin-top: clamp(86px, 11vw, 168px); }
.collection-page .catalog-group-heading { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: clamp(28px, 4vw, 52px); padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.collection-page .catalog-group-heading p { margin: 0 0 12px; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.collection-page .catalog-group-heading h2 { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(38px, 4.4vw, 66px); font-weight: 400; line-height: .96; letter-spacing: -.045em; }
.collection-page .catalog-group-heading > span { flex: 0 0 auto; padding-bottom: 4px; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.collection-page .catalog-style-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.collection-page .catalog-style-card { display: flex; min-width: 0; flex-direction: column; overflow: hidden; background: #fbf9f4; border: 1px solid var(--line); transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease; }
.collection-page .catalog-style-card:hover { border-color: rgba(17,19,15,.36); box-shadow: 0 18px 44px rgba(17,19,15,.08); transform: translateY(-3px); }
.collection-page .catalog-style-card:focus-visible { outline: 2px solid var(--ink); outline-offset: 4px; }
.collection-page .catalog-style-card-featured { grid-column: span 2; }
.collection-page .catalog-style-card figure { display: grid; place-items: center; aspect-ratio: 4 / 5; margin: 0; overflow: hidden; background: #eeebe5; }
.collection-page .catalog-style-card-featured figure { aspect-ratio: 8 / 5; }
.collection-page .catalog-style-card img { display: block; width: 100%; height: 100%; padding: 0; object-fit: contain; transition: transform .45s ease; }
.collection-page .catalog-style-card-featured img { padding-inline: clamp(44px, 9vw, 150px); }
.collection-page .catalog-style-card:hover img { transform: scale(1.014); }
.collection-page .catalog-style-meta { display: flex; flex: 1; align-items: center; justify-content: space-between; gap: 20px; min-height: 78px; padding: 15px 16px; border-top: 1px solid var(--line); }
.collection-page .catalog-style-meta > span { display: grid; gap: 5px; min-width: 0; }
.collection-page .catalog-style-meta small { overflow: hidden; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.collection-page .catalog-style-meta strong { font-size: 15px; letter-spacing: .01em; }
.collection-page .catalog-style-meta em { flex: 0 0 auto; color: var(--muted); font-size: 10px; font-style: normal; }
.collection-page .catalog-style-meta em b { margin-left: 5px; color: var(--ink); font-weight: 400; }
.collection-page .catalog-group-actions { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 24px; padding-top: 17px; border-top: 1px solid var(--line); }
.collection-page .catalog-group-actions p { margin: 0; color: var(--muted); font-size: 10px; letter-spacing: .04em; }
.collection-page .catalog-group-actions button { appearance: none; padding: 0 0 5px; color: var(--ink); background: transparent; border: 0; border-bottom: 1px solid var(--ink); cursor: pointer; font: inherit; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.catalog-gallery-open { overflow: hidden; }
.catalog-gallery-dialog { position: fixed; inset: 24px; width: min(1380px, calc(100vw - 48px)); max-width: none; height: min(880px, calc(100dvh - 48px)); max-height: none; margin: auto; padding: 0; color: var(--ink); background: var(--paper); border: 0; box-shadow: 0 34px 100px rgba(0,0,0,.28); overflow: hidden; }
.catalog-gallery-dialog::backdrop { background: rgba(7,12,10,.72); backdrop-filter: blur(5px); }
.catalog-gallery-shell { position: relative; display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(310px, .55fr); height: 100%; }
.catalog-gallery-close { position: absolute; z-index: 5; top: 18px; right: 18px; display: inline-flex; align-items: center; gap: 9px; padding: 9px 11px; color: var(--ink); background: rgba(247,244,237,.86); border: 1px solid rgba(17,19,15,.2); cursor: pointer; font: inherit; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; backdrop-filter: blur(8px); }
.catalog-gallery-close span { font-size: 17px; font-weight: 400; line-height: .7; }
.catalog-gallery-media { position: relative; display: grid; grid-template-columns: 54px minmax(0, 1fr) 54px; grid-template-rows: minmax(0, 1fr) auto; gap: 18px 8px; min-width: 0; padding: 34px 26px 24px; background: #e9e6df; }
.catalog-gallery-media figure { display: grid; min-height: 0; place-items: center; align-content: center; margin: 0; overflow: hidden; }
.catalog-gallery-media figure > img { display: block; width: auto; max-width: 100%; height: auto; max-height: calc(min(880px, 100dvh - 48px) - 142px); object-fit: contain; }
.catalog-gallery-media figcaption { justify-self: end; margin-top: 10px; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.catalog-gallery-arrow { align-self: center; width: 46px; height: 46px; color: var(--ink); background: rgba(247,244,237,.72); border: 1px solid rgba(17,19,15,.22); border-radius: 50%; cursor: pointer; font: inherit; font-size: 17px; transition: color .2s ease, background-color .2s ease, opacity .2s ease; }
.catalog-gallery-arrow:hover,
.catalog-gallery-arrow:focus-visible { color: var(--paper); background: var(--ink); }
.catalog-gallery-arrow:disabled { cursor: default; opacity: .24; }
.catalog-gallery-thumbnails { grid-column: 2; display: flex; justify-content: center; gap: 8px; min-width: 0; overflow-x: auto; scrollbar-width: none; }
.catalog-gallery-thumbnails::-webkit-scrollbar { display: none; }
.catalog-gallery-thumbnails button { flex: 0 0 58px; width: 58px; height: 72px; padding: 3px; background: transparent; border: 1px solid transparent; cursor: pointer; opacity: .56; transition: border-color .2s ease, opacity .2s ease; }
.catalog-gallery-thumbnails button.is-active { border-color: var(--ink); opacity: 1; }
.catalog-gallery-thumbnails img { display: block; width: 100%; height: 100%; object-fit: contain; }
.catalog-gallery-copy { display: flex; min-width: 0; min-height: 0; flex-direction: column; justify-content: center; padding: clamp(48px, 5vw, 82px); background: var(--paper); overflow-y: auto; }
.catalog-gallery-copy > p:first-child { margin: 0 0 22px; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.catalog-gallery-copy h2 { display: flex; flex-wrap: wrap; gap: .06em .18em; margin: 0 0 30px; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(44px, 4.5vw, 76px); font-weight: 400; line-height: .92; letter-spacing: -.05em; }
.catalog-gallery-copy h2 span { white-space: nowrap; }
.catalog-gallery-copy h2.is-multi-style { font-size: clamp(34px, 2.6vw, 48px); line-height: 1; }
.catalog-gallery-copy > p:not(:first-child) { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.72; }
.catalog-gallery-copy .catalog-gallery-note { margin-top: 25px; padding-top: 20px; border-top: 1px solid var(--line); font-size: 10px; }
.catalog-gallery-copy .button { align-self: flex-start; margin-top: 34px; }
.catalog-brief { display: grid; grid-template-columns: 1.1fr .7fr; gap: 8vw; align-items: start; padding: clamp(72px, 9vw, 140px) clamp(20px, 8vw, 140px); color: #f4f6f0; background: var(--dark); }
.catalog-brief ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.2); }
.catalog-brief li { display: grid; grid-template-columns: 42px 1fr; padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.2); font-size: 12px; }
.catalog-brief li span { color: var(--acid); font-size: 9px; }
.catalog-brief .button { grid-column: 2; justify-self: start; }

@media (max-height: 620px) and (min-width: 761px) {
  .catalog-gallery-dialog { inset: 12px; width: calc(100vw - 24px); height: calc(100dvh - 24px); }
  .catalog-gallery-shell { grid-template-columns: minmax(0, 1.32fr) minmax(290px, .68fr); }
  .catalog-gallery-media { padding: 20px 16px 14px; }
  .catalog-gallery-media figure > img { max-height: calc(100dvh - 126px); }
  .catalog-gallery-copy { justify-content: flex-start; padding: 38px 30px 26px; }
  .catalog-gallery-copy > p:first-child { margin-bottom: 14px; }
  .catalog-gallery-copy h2,
  .catalog-gallery-copy h2.is-multi-style { margin-bottom: 18px; font-size: clamp(32px, 4.3vw, 48px); }
  .catalog-gallery-copy .catalog-gallery-note { margin-top: 16px; padding-top: 14px; }
  .catalog-gallery-copy .button { margin-top: 20px; }
}

@media (max-width: 1080px) {
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav, .header-cta { display: none; }
  .mobile-menu { display: block; position: relative; }
  .mobile-menu summary { cursor: pointer; list-style: none; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu nav { position: absolute; right: 0; top: 32px; display: grid; min-width: 230px; padding: 12px; background: var(--paper); border: 1px solid var(--line); box-shadow: 0 20px 40px rgba(0,0,0,.12); }
  .mobile-menu nav a { padding: 12px; border-bottom: 1px solid var(--line); font-size: 12px; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { min-height: 620px; padding-right: 0; }
  .hero-visual { min-height: 720px; }
  .split-heading { grid-template-columns: 1fr; gap: 32px; }
  .production-section { grid-template-columns: 1fr; }
  .production-image { min-height: 600px; }
  .collection-page .catalog-page-hero { grid-template-columns: 1fr; gap: 32px; }
  .collection-page .catalog-page-intro { max-width: 720px; }
  .collection-page .catalog-tools { grid-template-columns: 1fr; gap: 42px; }
  .collection-page .catalog-style-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .catalog-brief { grid-template-columns: 1fr; }
  .catalog-brief .button { grid-column: 1; }
  .home-showroom .production-intro { grid-template-columns: 1fr; gap: 28px; }
  .home-showroom .production-intro > div:last-child { max-width: 680px; }
}

@media (max-width: 760px) {
  .notice-bar { justify-content: flex-start; overflow: hidden; padding: 8px 12px; font-size: 9px; letter-spacing: .08em; white-space: nowrap; }
  .notice-bar span:nth-child(n+2) { display: none; }
  .site-header { min-height: 68px; padding: 12px 14px; }
  .site-brand { width: 178px; }
  .hero { min-height: 0; padding: 52px 14px 64px; }
  .hero-copy { min-height: 0; }
  .hero h1 { font-size: clamp(58px, 18vw, 82px); }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-facts { gap: 6px; margin-top: 50px; padding-top: 0; }
  .hero-facts dd { font-size: 9px; }
  .hero-visual { min-height: 520px; margin-top: 48px; }
  .hero-main-image { right: 22%; }
  .hero-small-image { width: 25%; }
  .hero-small-top { height: 35%; }
  .hero-small-bottom { height: 40%; }
  .service-line { grid-template-columns: repeat(2, 1fr); }
  .service-line span { min-height: 52px; border-bottom: 1px solid var(--line); }
  .collection-section, .programs-section { padding: 74px 14px; }
  .section-heading h2, .production-copy h2, .closing-cta h2, .catalog-brief h2 { font-size: clamp(42px, 13vw, 62px); }
  .home-collection-grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto; gap: 8px; }
  .look-card-tall { grid-row: auto; grid-column: span 2; }
  .look-card-tall img { height: auto; aspect-ratio: 8 / 5; }
  .look-card-wide { grid-column: span 2; }
  .production-image { min-height: 430px; }
  .production-copy { padding: 64px 14px; }
  .program-grid { grid-template-columns: 1fr; }
  .closing-cta { padding: 82px 14px; }
  .site-footer { grid-template-columns: 1fr; align-items: start; padding: 44px 14px; }
  .site-footer nav { flex-wrap: wrap; gap: 14px 20px; }
  .site-footer > a { justify-self: start; }
  .collection-page .catalog-page-hero { padding: 64px 14px 44px; }
  .collection-page .catalog-page-hero h1 { font-size: clamp(46px, 14vw, 66px); }
  .collection-page .catalog-index { grid-template-columns: repeat(2, minmax(0, 1fr)); width: calc(100% - 28px); margin-bottom: 72px; overflow-x: visible; }


  .collection-page .catalog-index a { min-width: 0; gap: 8px; padding: 16px 14px; }
  .collection-page .catalog-index span { overflow: visible; line-height: 1.25; text-overflow: clip; white-space: normal; }
  .collection-page .catalog-tools { gap: 36px; margin-bottom: 78px; padding: 0 14px 32px; }
  .collection-page .catalog-search-field input { font-size: 25px; }
  .collection-page .catalog-filter-chips { flex-wrap: nowrap; margin-right: -14px; padding-right: 14px; overflow-x: auto; scrollbar-width: none; }
  .collection-page .catalog-filter-chips::-webkit-scrollbar { display: none; }
  .collection-page .catalog-filter-chips button { flex: 0 0 auto; }
  .collection-page .catalog-library { padding: 0 14px 88px; }
  .collection-page .catalog-group + .catalog-group { margin-top: 92px; }
  .collection-page .catalog-group-heading { align-items: start; }
  .collection-page .catalog-group-heading h2 { font-size: clamp(36px, 11vw, 52px); }
  .collection-page .catalog-group-heading > span { display: none; }
  .collection-page .catalog-style-grid { gap: 8px; }
  .collection-page .catalog-style-card-featured { grid-column: span 2; }
  .collection-page .catalog-style-card-featured img { padding-inline: 16%; }
  .collection-page .catalog-style-meta { gap: 8px; min-height: 68px; padding: 12px 10px; }
  .collection-page .catalog-style-meta strong { font-size: 13px; }
  .collection-page .catalog-style-meta em { font-size: 0; }
  .collection-page .catalog-style-meta em b { margin: 0; font-size: 14px; }
  .catalog-brief { padding: 72px 14px; }
  .catalog-gallery-dialog { inset: 0; width: 100vw; height: 100dvh; max-width: none; max-height: none; margin: 0; }
  .catalog-gallery-shell { grid-template-columns: 1fr; grid-template-rows: minmax(58dvh, 1fr) auto; height: auto; min-height: 100%; overflow-y: auto; }
  .catalog-gallery-close { position: fixed; top: 10px; right: 10px; }
  .catalog-gallery-media { grid-template-columns: 40px minmax(0, 1fr) 40px; min-height: 58dvh; padding: 44px 8px 16px; }
  .catalog-gallery-media figure > img { max-height: calc(58dvh - 116px); }
  .catalog-gallery-arrow { width: 36px; height: 36px; }
  .catalog-gallery-thumbnails { gap: 5px; }
  .catalog-gallery-thumbnails button { flex-basis: 48px; width: 48px; height: 60px; }
  .catalog-gallery-copy { justify-content: flex-start; padding: 34px 18px 48px; }
  .catalog-gallery-copy h2 { margin-bottom: 20px; font-size: clamp(42px, 13vw, 60px); }
  .catalog-gallery-copy .button { margin-top: 26px; }
  .home-showroom .notice-bar { padding-inline: 12px; }
  .home-showroom .site-header { top: 29px; }
  .home-showroom .hero-copy {
    min-height: 100svh;
    padding: 158px 14px 38px;
  }
  .home-showroom .hero-video,
  .home-showroom .hero-motion-label { display: none; }
  .home-showroom .hero h1 {
    max-width: 100%;
    font-size: clamp(54px, 16.7vw, 74px);
    line-height: .88;
  }
  .home-showroom .hero-lede { max-width: 590px; font-size: 15px; }
  .home-showroom .hero-actions { gap: 20px; }
  .home-showroom .hero-source { margin-top: 30px; }
  .home-showroom .home-collection-grid { grid-template-rows: auto; }
  .home-showroom .look-card { aspect-ratio: 1 / 1; }
  .home-showroom .look-card-tall,
  .home-showroom .look-card-wide { aspect-ratio: 8 / 5; }
  .home-showroom .look-card-tall img,
  .home-showroom .look-card-wide img { object-fit: contain; }
  .home-showroom .production-section { padding: 74px 14px; }
  .home-showroom .production-intro { margin-bottom: 36px; }
  .home-showroom .production-intro h2 { font-size: clamp(42px, 13vw, 62px); }
  .home-showroom .production-proof-grid { grid-template-columns: 1fr; gap: 10px; }
  .home-showroom .program-image-pair { aspect-ratio: 1 / 1; }
  .home-showroom .program-copy { padding: 28px 20px 32px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
  .home-showroom .hero-video,
  .home-showroom .hero-motion-label { display: none; }
}

/* Production request page: same editorial system, quieter form treatment. */
.quote-showroom { color: var(--ink); background: var(--paper); }
.quote-page-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(300px, .52fr);
  gap: clamp(48px, 9vw, 150px);
  align-items: end;
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(82px, 10vw, 158px) clamp(20px, 4vw, 64px) clamp(58px, 7vw, 104px);
}
.quote-page-hero h1 {
  max-width: 1080px;
  margin: 0;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(54px, 6.6vw, 102px);
  font-weight: 400;
  line-height: .9;
  letter-spacing: -.06em;
}
.quote-page-hero h1 em { color: #68736d; font-weight: 400; }
.quote-page-lede > p { margin: 0; color: #3f4944; font-size: 16px; line-height: 1.7; }
.quote-page-lede > span {
  display: block;
  margin-top: 26px;
  padding-top: 20px;
  color: var(--muted);
  border-top: 1px solid var(--line);
  font-size: 11px;
  line-height: 1.55;
}
.quote-flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: calc(var(--max) - clamp(40px, 8vw, 128px));
  margin: 0 auto;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.quote-flow article {
  display: grid;
  gap: 9px;
  min-height: 108px;
  padding: 24px;
  background: rgba(255, 255, 255, .2);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.quote-flow small { color: var(--muted); font-size: 8px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.quote-flow strong { font-size: 13px; line-height: 1.45; }
.quote-page-content {
  display: grid;
  grid-template-columns: minmax(260px, .52fr) minmax(0, 1.18fr);
  gap: clamp(46px, 8vw, 130px);
  align-items: start;
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(84px, 10vw, 160px) clamp(20px, 4vw, 64px);
}
.quote-guide { position: sticky; top: 28px; }
.quote-guide h2 {
  margin: 0 0 34px;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(38px, 4.3vw, 64px);
  font-weight: 400;
  line-height: .98;
  letter-spacing: -.045em;
}
.quote-guide ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.quote-guide li { display: grid; grid-template-columns: 34px 1fr; gap: 12px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.quote-guide li > span { color: var(--muted); font-size: 9px; font-weight: 800; }
.quote-guide li strong { display: block; margin-bottom: 5px; font-size: 12px; }
.quote-guide li p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.55; }
.quote-guide-contact { margin: 28px 0 0; color: var(--muted); font-size: 11px; }
.quote-guide-contact a { color: var(--ink); border-bottom: 1px solid var(--ink); }

.quote-showroom-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 16px;
  padding: clamp(26px, 4vw, 58px);
  background: #ece8df;
  border: 1px solid var(--line);
}
.quote-form-heading { padding-bottom: 26px; border-bottom: 1px solid var(--line); }
.quote-form-heading h2 {
  margin: 0;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(40px, 4.5vw, 66px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -.045em;
}
.quote-form-heading > p:last-child { max-width: 680px; margin: 18px 0 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.quote-showroom-form .form-grid { display: grid; gap: 16px; }
.quote-showroom-form .form-grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.quote-showroom-form label {
  display: grid;
  gap: 8px;
  min-width: 0;
  color: #26302b;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.quote-showroom-form input,
.quote-showroom-form select,
.quote-showroom-form textarea {
  width: 100%;
  min-height: 52px;
  padding: 13px 14px;
  color: var(--ink);
  background: #faf8f3;
  border: 1px solid #c9c6bd;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  font: 13px/1.45 Arial, Helvetica, sans-serif;
  letter-spacing: 0;
  text-transform: none;
}
.quote-showroom-form textarea { min-height: 116px; resize: vertical; }
.quote-showroom-form input:focus,
.quote-showroom-form select:focus,
.quote-showroom-form textarea:focus { border-color: var(--ink); box-shadow: 0 0 0 2px rgba(22, 35, 29, .11); }
.quote-showroom-form .file-drop {
  padding: 20px;
  background: rgba(255, 255, 255, .28);
  border: 1px dashed #aaa79e;
  border-radius: 0;
}
.quote-showroom-form .file-drop input[type='file'] { min-height: 0; background: #faf8f3; }
.quote-showroom-form .file-drop span { color: var(--muted); font-size: 10px; letter-spacing: 0; line-height: 1.5; text-transform: none; }
.quote-showroom-form .b2b-checkboxes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
  padding: 0;
  border: 0;
}
.quote-showroom-form .b2b-checkboxes legend {
  width: 100%;
  margin: 0 0 12px;
  padding: 0;
  color: #26302b;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.quote-showroom-form .b2b-checkboxes label {
  display: flex;
  gap: 9px;
  align-items: center;
  min-height: 46px;
  padding: 11px;
  background: #faf8f3;
  border: 1px solid #c9c6bd;
  border-radius: 0;
  font-size: 11px;
  letter-spacing: 0;
  line-height: 1.35;
  text-transform: none;
}
.quote-showroom-form .b2b-checkboxes input[type='checkbox'] { flex: 0 0 auto; width: 16px; height: 16px; min-height: 16px; margin: 0; accent-color: #23352c; }
.quote-private-note { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.5; }
.quote-showroom-form > .button.full { justify-content: center; min-height: 54px; margin: 0; border: 0; border-radius: 0; cursor: pointer; }
.quote-showroom .form-status { min-height: 20px; margin: 0; font-size: 12px; text-transform: none; }

@media (max-width: 1080px) {
  .quote-page-hero { grid-template-columns: 1fr; gap: 34px; }
  .quote-page-lede { max-width: 720px; }
  .quote-page-content { grid-template-columns: 1fr; }
  .quote-guide { position: static; max-width: 760px; }
}

@media (max-width: 760px) {
  .quote-page-hero { padding: 66px 14px 48px; }
  .quote-page-hero h1 { font-size: clamp(48px, 14.8vw, 68px); }
  .quote-flow { grid-template-columns: 1fr; max-width: none; margin: 0 14px; }
  .quote-flow article { min-height: 82px; padding: 18px; }
  .quote-page-content { gap: 52px; padding: 76px 14px 94px; }
  .quote-guide h2 { font-size: clamp(40px, 12vw, 58px); }
  .quote-showroom-form { grid-template-columns: 1fr; gap: 18px; padding: 24px 14px; }
  .quote-showroom-form .wide { grid-column: 1; }
  .quote-showroom-form .form-grid.two { grid-template-columns: 1fr; }
  .quote-showroom-form .b2b-checkboxes { grid-template-columns: 1fr; }
}
