/*
Theme Name: KAIIY Showcase
Theme URI: https://kaiiy.com/
Author: KAIIY
Description: Static KAIIY bathroom hardware brand website theme.
Version: 1.1.24
Text Domain: kaiiy-showcase
*/

:root {
  --ink: #141411;
  --muted: #62645e;
  --warm: #a77b32;
  --warm-deep: #7d5a22;
  --champagne: #f7f3ec;
  --paper: #fff;
  --paper-deep: #fff;
  --line: rgba(20, 20, 17, 0.12);
  --gold-line: rgba(167, 123, 50, 0.34);
  --serif: "Libre Baskerville", Georgia, serif;
  --title: "Manrope", "DM Sans", Arial, sans-serif;
  --sans: "DM Sans", Arial, sans-serif;
  --container: 1160px;
  --wide: 1360px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

body.menu-open,
body.legal-modal-open {
  overflow: hidden;
}

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

button,
input {
  font: inherit;
}

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

.container {
  width: min(calc(100% - 64px), var(--container));
  margin-inline: auto;
}

.container-wide {
  width: min(calc(100% - 64px), var(--wide));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  border-bottom: 1px solid rgba(167, 123, 50, 0.18);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(20px);
}

.header-inner {
  display: grid;
  min-height: 76px;
  grid-template-columns: auto 1fr auto 1fr;
  align-items: center;
  gap: 34px;
}

.icon-button {
  display: grid;
  width: 30px;
  height: 30px;
  padding: 4px;
  border: 0;
  background: transparent;
  cursor: pointer;
  place-items: center;
}

.icon-button svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.menu-toggle {
  align-content: center;
  gap: 4px;
}

.menu-toggle span {
  width: 18px;
  height: 1.5px;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

.menu-open .menu-toggle span:nth-child(1) {
  transform: translateY(5.5px) rotate(45deg);
}

.menu-open .menu-toggle span:nth-child(2) {
  opacity: 0;
}

.menu-open .menu-toggle span:nth-child(3) {
  transform: translateY(-5.5px) rotate(-45deg);
}

.desktop-nav,
.header-actions {
  display: flex;
  align-items: center;
}

.desktop-nav {
  gap: 34px;
}

.desktop-nav a,
.mobile-nav a {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.desktop-nav a {
  position: relative;
}

.desktop-nav a::after {
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 1px;
  background: var(--warm);
  content: "";
  opacity: 0;
  transform: scaleX(0);
  transition: 180ms ease;
}

.desktop-nav a:hover::after,
.desktop-nav a.active::after {
  opacity: 1;
  transform: scaleX(1);
}

.mobile-nav a.active {
  color: var(--warm-deep);
}

.brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-self: center;
  line-height: 1;
  text-transform: uppercase;
}

.brand img {
  width: auto;
  height: 46px;
  object-fit: contain;
}

.brand span {
  margin-bottom: 3px;
  color: var(--muted);
  font-size: 8px;
  letter-spacing: 0.26em;
}

.brand strong {
  font-size: 25px;
  font-weight: 700;
  letter-spacing: -0.08em;
}

.header-actions {
  justify-content: flex-end;
  gap: 17px;
}

.location-link.is-active {
  color: var(--warm-deep);
}

.factory-map-popover {
  position: fixed;
  z-index: 45;
  top: 88px;
  right: max(32px, calc((100vw - var(--wide)) / 2));
  width: min(392px, calc(100vw - 64px));
  padding: 22px;
  border: 1px solid var(--gold-line);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 26px 70px rgba(20, 20, 17, 0.16);
}

.factory-map-popover[hidden],
.legal-modal[hidden] {
  display: none;
}

.factory-map-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 16px;
}

.factory-map-head .eyebrow {
  margin-bottom: 8px;
}

.factory-map-head h2 {
  margin-bottom: 0;
  font-family: var(--title);
  font-size: 21px;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.25;
}

.map-close-button {
  display: grid;
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
  padding: 0;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
  place-items: center;
  transition: border-color 180ms ease, color 180ms ease;
}

.map-close-button:hover,
.map-close-button:focus-visible {
  border-color: var(--warm);
  color: var(--warm-deep);
  outline: 0;
}

.factory-region-map {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(167, 123, 50, 0.2);
  background: #f3efe7;
}

.factory-region-map img {
  display: block;
  width: 100%;
  height: auto;
}

.factory-map-list {
  display: grid;
  gap: 13px;
  margin-top: 18px;
}

.factory-map-list article {
  display: grid;
  grid-template-columns: 10px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}

.factory-map-list article > span {
  width: 10px;
  height: 10px;
  margin-top: 6px;
  background: #8f1717;
}

.factory-map-list article:nth-child(2) > span {
  background: #1f5f70;
}

.factory-map-list strong {
  display: block;
  margin-bottom: 4px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.factory-map-list p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}

.legal-modal {
  position: fixed;
  z-index: 70;
  inset: 0;
  display: grid;
  padding: 32px;
  place-items: center;
}

.legal-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(20, 20, 17, 0.42);
  backdrop-filter: blur(10px);
}

.legal-modal-panel {
  position: relative;
  z-index: 1;
  width: min(760px, 100%);
  max-height: min(720px, calc(100svh - 64px));
  overflow: auto;
  padding: 34px 38px 36px;
  border: 1px solid var(--gold-line);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 30px 90px rgba(20, 20, 17, 0.24);
}

.legal-modal-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 28px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--gold-line);
}

.legal-modal-head .eyebrow {
  margin-bottom: 10px;
}

.legal-modal-head h2 {
  margin-bottom: 10px;
  font-size: clamp(30px, 3.2vw, 42px);
  line-height: 1.16;
}

.legal-modal-head p:not(.eyebrow) {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.legal-close-button {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  padding: 0;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
  place-items: center;
  transition: border-color 180ms ease, color 180ms ease;
}

.legal-close-button:hover,
.legal-close-button:focus-visible {
  border-color: var(--warm);
  color: var(--warm-deep);
  outline: 0;
}

.legal-modal-body {
  display: grid;
  gap: 22px;
  padding-top: 26px;
}

.legal-modal-body section {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 28px;
}

.legal-modal-body h3 {
  margin-bottom: 0;
  color: var(--warm-deep);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1.5;
  text-transform: uppercase;
}

.legal-modal-body p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
}

.mobile-nav {
  position: fixed;
  inset: 76px 0 auto 0;
  display: grid;
  gap: 20px;
  padding: 32px;
  border-bottom: 1px solid var(--line);
  background: var(--paper);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-16px);
  transition: 180ms ease;
}

.menu-open .mobile-nav {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.hero {
  position: relative;
  height: clamp(700px, calc(100svh - 76px), 900px);
  overflow: hidden;
  color: var(--ink);
  border-bottom: 1px solid var(--gold-line);
  background: #f4efe7;
  isolation: isolate;
}

.hero::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.97) 0%, rgba(255, 255, 255, 0.82) 34%, rgba(255, 255, 255, 0.3) 57%, rgba(255, 255, 255, 0.06) 100%),
    linear-gradient(0deg, rgba(255, 255, 255, 0.2), transparent 38%);
  content: "";
}

.hero-media {
  position: absolute;
  z-index: -2;
  inset: 0;
  margin: 0;
  overflow: hidden;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.hero-inner {
  position: relative;
  display: flex;
  min-height: 100%;
  align-items: center;
  padding-block: 78px;
}

.hero-content {
  max-width: 640px;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--warm);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.eyebrow.light {
  color: var(--warm-deep);
}

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

h1,
h2 {
  font-family: var(--title);
  font-weight: 500;
  letter-spacing: -0.032em;
}

h1 {
  max-width: 720px;
  margin-bottom: 26px;
  font-size: clamp(46px, 4.8vw, 70px);
  line-height: 1.08;
}

.hero h1 {
  max-width: 620px;
  font-family: var(--title);
  font-size: clamp(45px, 4.6vw, 64px);
  font-weight: 500;
  letter-spacing: -0.038em;
  line-height: 1.08;
}

.hero-copy {
  max-width: 540px;
  margin-bottom: 34px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.8;
}

.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 28px;
}

.text-link {
  display: inline-block;
  padding-bottom: 8px;
  border-bottom: 2px solid currentColor;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  transition: opacity 180ms ease;
}

.text-link:hover {
  opacity: 0.58;
}

.hero-actions .text-link {
  padding-bottom: 6px;
  border-bottom-width: 1px;
  font-size: 11px;
  letter-spacing: 0.15em;
}

.light-link {
  color: var(--ink);
}

.section {
  padding: 124px 0;
}

.brand-proof-section {
  border-bottom: 0;
  background: #151512;
}

.brand-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.brand-proof-grid article {
  min-width: 0;
  min-height: 126px;
  padding: 26px 34px 24px;
}

.brand-proof-grid span {
  display: block;
  margin-bottom: 12px;
  font-family: var(--serif);
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1;
  color: #f4e7b8;
}

.brand-proof-grid p {
  min-width: 0;
  margin-bottom: 0;
  color: #f4e7b8;
  font-size: 13px;
  line-height: 1.55;
  overflow-wrap: break-word;
}

.proof-mobile-main,
.proof-mobile-sub {
  display: none;
}

.products-section {
  padding-bottom: 82px;
}

.collections-section {
  padding-top: 78px;
}

.section-heading {
  margin-bottom: 50px;
}

.split-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
}

.section-heading h2,
.story-copy h2,
.contact-banner h2 {
  margin-bottom: 0;
  font-size: clamp(38px, 4vw, 48px);
  line-height: 1.22;
}

.centered {
  max-width: 620px;
  margin-inline: auto;
  text-align: center;
}

.centered p:last-child {
  margin: 18px 0 0;
  color: var(--muted);
  line-height: 1.8;
}

.collection-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  grid-template-rows: repeat(2, 290px);
  gap: 22px;
}

.collection-card {
  position: relative;
  display: block;
  overflow: hidden;
  color: #fff;
  background: #292a27;
}

.collection-card-large {
  grid-row: span 2;
}

.collection-card img,
.story-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 650ms ease;
}

.product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.collection-card:hover img {
  transform: scale(1.045);
}

.card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.58), transparent 60%);
}

.collection-content {
  position: absolute;
  right: 27px;
  bottom: 27px;
  left: 27px;
  display: flex;
  flex-direction: column;
  align-items: start;
}

.collection-content small,
.collection-content em {
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.collection-content small {
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.7);
}

.collection-content strong {
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 400;
}

.collection-content em {
  max-height: 0;
  margin-top: 0;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  opacity: 0;
  transition: 220ms ease;
}

.collection-card:hover em {
  max-height: 30px;
  margin-top: 20px;
  opacity: 1;
}

.capability-section {
  padding: 86px 0 92px;
  scroll-margin-top: 96px;
  background: #f4f6f7;
}

.capability-layout {
  display: grid;
  min-height: 680px;
  grid-template-columns: minmax(360px, 0.72fr) minmax(0, 1fr);
  border: 1px solid rgba(20, 24, 26, 0.08);
  background: #fff;
  box-shadow: 0 26px 70px rgba(33, 39, 43, 0.08);
}

.capability-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: clamp(38px, 4.4vw, 68px);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(245, 247, 247, 0.96)),
    radial-gradient(circle at 0 0, rgba(141, 150, 153, 0.12), transparent 34%);
}

.capability-copy h2 {
  max-width: 470px;
  margin: 18px 0 22px;
  font-family: var(--title);
  font-size: clamp(40px, 4.1vw, 62px);
  font-weight: 500;
  line-height: 1.14;
  letter-spacing: 0;
}

.capability-copy > p:not(.eyebrow) {
  max-width: 460px;
  margin: 0 0 28px;
  color: #555d60;
  font-size: 17px;
  line-height: 1.8;
}

.capability-list {
  display: grid;
  gap: 10px;
}

.capability-item {
  display: grid;
  grid-template-columns: 76px 1fr;
  align-items: center;
  min-height: 84px;
  border: 1px solid rgba(20, 24, 26, 0.12);
  background: rgba(255, 255, 255, 0.72);
}

.capability-icon {
  display: grid;
  height: 100%;
  border-right: 1px solid rgba(20, 24, 26, 0.12);
  color: #718085;
  place-items: center;
}

.capability-icon svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.capability-item span:last-child {
  display: grid;
  gap: 8px;
  padding: 14px 22px;
}

.capability-item strong {
  font-family: var(--title);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.25;
}

.capability-item em {
  color: #5f686b;
  font-size: 14px;
  font-style: normal;
  line-height: 1.55;
}

.capability-media {
  display: grid;
  min-width: 0;
  grid-template-rows: minmax(300px, 1fr) 232px;
  background: #e9eef0;
}

.capability-hero-image {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: #dfe6e8;
}

.capability-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.18) saturate(0.58) brightness(1.05) contrast(1.03);
}

.capability-image-strip {
  display: grid;
  min-width: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2px;
  border-top: 2px solid #fff;
  background: #fff;
}

.capability-image-strip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.12) saturate(0.62) brightness(1.02) contrast(1.04);
}

.capability-image-strip img:nth-child(2) {
  object-position: 68% center;
}

.capability-image-strip img:last-child {
  object-position: right center;
}

.products-section {
  background: #fff;
}

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

.product-card {
  border: 1px solid rgba(167, 123, 50, 0.18);
  background: #fff;
  box-shadow: 0 18px 45px rgba(20, 20, 17, 0.035);
}

.product-image {
  display: block;
  aspect-ratio: 1 / 1;
  margin: 14px;
  overflow: hidden;
  background: var(--champagne);
}

.product-info {
  padding: 8px 18px 20px;
  text-align: center;
}

.product-info p {
  margin-bottom: 12px;
  color: var(--warm);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.product-info h3 {
  min-height: 0;
  margin-bottom: 12px;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.35;
}

.product-note {
  display: block;
  max-width: 260px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.65;
}

.product-link {
  margin: 5px 0 4px;
  font-size: 10px;
}

.product-catalog-section {
  min-height: calc(100vh - 76px);
  padding: 48px 0 104px;
  background: #fff;
}

.product-catalog-heading {
  max-width: 720px;
  margin-bottom: 32px;
}

.product-catalog-heading h1 {
  margin-top: 18px;
  font-family: var(--title);
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: 0;
}

.catalog-series + .catalog-series {
  margin-top: 44px;
}

.catalog-spread {
  margin: 0;
  padding: 16px;
  overflow-x: auto;
  border: 1px solid rgba(20, 24, 26, 0.1);
  background: #fff;
  box-shadow: 0 24px 70px rgba(33, 38, 40, 0.08);
}

.catalog-spread img {
  display: block;
  width: 100%;
  height: auto;
}

.catalog-mobile-pages {
  display: none;
}

.catalog-mobile-pages img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid rgba(20, 24, 26, 0.1);
  background: #fff;
  box-shadow: 0 16px 40px rgba(33, 38, 40, 0.07);
}

.product-floating-contact {
  position: fixed;
  z-index: 30;
  right: 50%;
  bottom: 26px;
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 34px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(17, 18, 16, 0.92);
  box-shadow: 0 18px 44px rgba(20, 24, 26, 0.22);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1;
  opacity: 1;
  text-align: center;
  transform: translateX(50%);
  transition: background 180ms ease, opacity 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.product-floating-contact:hover,
.product-floating-contact:focus-visible {
  background: var(--warm-deep);
  box-shadow: 0 20px 48px rgba(20, 24, 26, 0.26);
  transform: translateX(50%) translateY(-2px);
}

.product-floating-contact.is-footer-visible {
  opacity: 0;
  pointer-events: none;
  transform: translateX(50%) translateY(8px);
}

.product-catalog-grid {
  align-items: start;
}

.product-catalog-grid .product-card {
  background: #fff;
}

.product-catalog-grid .product-image {
  aspect-ratio: 1 / 1.08;
}

.product-catalog-grid .product-info {
  min-height: 116px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.product-page-hero {
  padding: 86px 0 72px;
  background: #f4f6f7;
}

.product-page-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(420px, 1fr);
  align-items: stretch;
  gap: 42px;
}

.product-page-hero-copy {
  display: flex;
  min-width: 0;
  min-height: 520px;
  flex-direction: column;
  justify-content: center;
  padding: clamp(42px, 5vw, 78px);
  background: #fff;
}

.product-page-hero-copy h1 {
  max-width: 560px;
  margin: 18px 0 24px;
  font-family: var(--title);
  font-size: clamp(46px, 5.4vw, 74px);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: 0;
}

.product-page-hero-copy > p:not(.eyebrow) {
  max-width: 560px;
  margin: 0;
  color: #535b5e;
  font-size: 18px;
  line-height: 1.85;
}

.product-page-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

.product-page-links a {
  padding: 11px 14px;
  border: 1px solid rgba(20, 24, 26, 0.14);
  color: #303537;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  transition: border-color 180ms ease, background 180ms ease;
}

.product-page-links a:hover {
  border-color: rgba(167, 123, 50, 0.42);
  background: rgba(255, 255, 255, 0.74);
}

.product-page-hero-media {
  min-width: 0;
  min-height: 520px;
  margin: 0;
  overflow: hidden;
  background: #dfe4e5;
}

.product-page-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.84) brightness(1.03) contrast(1.02);
}

.product-page-overview {
  padding: 0 0 68px;
  background: #f4f6f7;
}

.product-overview-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid rgba(20, 24, 26, 0.1);
  background: #11120f;
  color: #fff;
}

.product-overview-grid article {
  padding: 34px 38px;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.product-overview-grid article:last-child {
  border-right: 0;
}

.product-overview-grid span {
  display: block;
  margin-bottom: 10px;
  font-family: var(--serif);
  color: #f2dc99;
  font-size: 42px;
  line-height: 1;
}

.product-overview-grid p {
  max-width: 320px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 1.7;
}

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

.product-line-list {
  display: grid;
  gap: 22px;
}

.product-line-item {
  display: grid;
  grid-template-columns: minmax(280px, 0.92fr) minmax(0, 1fr);
  min-height: 360px;
  border: 1px solid rgba(20, 24, 26, 0.1);
  background: #fff;
}

.product-line-item:nth-child(even) {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.92fr);
}

.product-line-item:nth-child(even) .product-line-media {
  grid-column: 2;
}

.product-line-item:nth-child(even) .product-line-copy {
  grid-column: 1;
  grid-row: 1;
}

.product-line-media {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: #ecefed;
}

.product-line-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-line-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 5vw, 62px);
}

.product-line-copy h3 {
  margin: 14px 0 18px;
  font-family: var(--title);
  font-size: clamp(28px, 3vw, 44px);
  font-weight: 500;
  line-height: 1.14;
}

.product-line-copy > p:not(.eyebrow) {
  max-width: 560px;
  margin: 0 0 22px;
  color: #555d60;
  font-size: 16px;
  line-height: 1.8;
}

.product-line-copy ul {
  display: grid;
  gap: 10px;
  max-width: 560px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-line-copy li {
  position: relative;
  padding-left: 18px;
  color: #394043;
  font-size: 13px;
  line-height: 1.65;
}

.product-line-copy li::before {
  position: absolute;
  top: 0.74em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--warm);
  content: "";
}

.product-support-section {
  padding: 92px 0;
  background: #f4f6f7;
}

.product-support-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1fr);
  gap: 54px;
  align-items: start;
}

.product-support-grid h2 {
  max-width: 430px;
  margin-top: 16px;
  font-family: var(--title);
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 500;
  line-height: 1.16;
}

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

.product-support-items article {
  min-height: 210px;
  padding: 30px;
  border: 1px solid rgba(20, 24, 26, 0.1);
  background: #fff;
}

.product-support-items h3 {
  margin-bottom: 16px;
  font-family: var(--title);
  font-size: 18px;
  font-weight: 600;
}

.product-support-items p {
  color: #5f686b;
  font-size: 13px;
  line-height: 1.75;
}

.outline-button {
  display: block;
  padding: 13px 16px;
  border: 1px solid currentColor;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-align: center;
  text-transform: uppercase;
  transition: color 180ms ease, background 180ms ease;
}

.outline-button:hover {
  color: #fff;
  background: var(--ink);
}

.section-action {
  margin-top: 34px;
  text-align: center;
}

.story-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 600px;
  border-top: 1px solid var(--gold-line);
  border-bottom: 1px solid var(--gold-line);
  background: #fff;
}

.story-copy {
  max-width: 690px;
  padding: 96px 74px 78px max(48px, calc((100vw - var(--container)) / 2));
}

.story-copy h2 {
  margin-bottom: 32px;
  font-size: clamp(34px, 3.3vw, 48px);
  line-height: 1.28;
}

.story-copy > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.9;
}

.story-links {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  margin-top: 36px;
}

.story-about-link {
  padding: 0 0 8px;
  border: 0;
  border-bottom: 2px solid currentColor;
  font-size: 13px;
  letter-spacing: 0.13em;
}

.story-about-link:hover {
  color: var(--warm-deep);
  background: transparent;
  opacity: 0.58;
}

.story-image {
  position: relative;
  overflow: hidden;
  min-height: 520px;
}

.story-image img {
  object-position: 72% center;
}

.partners-section {
  padding: 78px 0 84px;
  border-bottom: 1px solid var(--gold-line);
  background: #fff;
}

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

.partner-logo-card {
  display: flex;
  height: 88px;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: transparent;
}

.partner-logo-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.contact-banner {
  padding: 88px 0 96px;
  color: var(--ink);
  background: #fff;
  text-align: center;
}

.contact-banner .eyebrow.light {
  color: var(--warm);
}

.contact-banner h2 {
  margin-bottom: 20px;
  font-size: clamp(34px, 3.1vw, 42px);
  letter-spacing: 0;
  line-height: 1.26;
  word-spacing: 0.08em;
}

.contact-banner p:not(.eyebrow) {
  max-width: 520px;
  margin: 0 auto 30px;
  color: var(--muted);
  line-height: 1.7;
}

.contact-email-input {
  display: block;
  width: min(100%, 420px);
  margin: 0 auto 18px;
  padding: 18px 22px;
  border: 1px solid var(--line);
  outline: 0;
  background: transparent;
  color: var(--ink);
  font-size: 14px;
  text-align: center;
  transition: border-color 180ms ease, background 180ms ease;
}

.contact-email-input::placeholder {
  color: rgba(23, 24, 22, 0.42);
}

.contact-email-input:focus {
  border-color: var(--ink);
  background: #fbfaf8;
}

.contact-banner .outline-button-light {
  color: #fff;
  background: var(--ink);
  border-color: var(--ink);
}

.contact-banner .outline-button-light:hover {
  color: var(--warm-deep);
  background: transparent;
  border-color: var(--warm);
}

.outline-button-light {
  display: inline-block;
  min-width: 320px;
  padding: 24px 44px;
  color: var(--ink);
  background: #fff;
  border-width: 1.5px;
  font-size: 14px;
  letter-spacing: 0.18em;
}

.outline-button-light:hover {
  color: #fff;
  background: transparent;
}

.about-hero {
  position: relative;
  display: grid;
  min-height: 680px;
  grid-template-columns: minmax(0, 0.92fr) minmax(460px, 1.08fr);
  align-items: stretch;
  color: var(--ink);
  background:
    linear-gradient(135deg, rgba(20, 20, 17, 0.035), transparent 42%),
    #fff;
  border-bottom: 1px solid rgba(20, 20, 17, 0.1);
}

.about-hero-content {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: 104px 76px 104px max(48px, calc((100vw - var(--container)) / 2));
}

.about-hero-content h1 {
  max-width: 650px;
  font-size: clamp(40px, 4.1vw, 58px);
  line-height: 1.14;
}

.about-hero-content p:not(.eyebrow) {
  max-width: 520px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.85;
}

.about-hero-links {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  margin-top: 34px;
}

.about-hero-visual {
  position: relative;
  min-width: 0;
  min-height: 100%;
  overflow: hidden;
  background: #e8e8e5;
}

.about-hero-visual::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.1), transparent 38%),
    linear-gradient(0deg, rgba(20, 20, 17, 0.16), transparent 45%);
  content: "";
}

.about-hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.about-intro-section {
  background: #fff;
  border-bottom: 1px solid rgba(20, 20, 17, 0.08);
}

.about-intro-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 72px;
  align-items: start;
}

.about-intro-copy h2 {
  margin-bottom: 0;
  font-size: clamp(38px, 4vw, 54px);
  line-height: 1.24;
}

.about-intro-text {
  padding-top: 38px;
}

.about-intro-text p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.9;
}

.about-intro-text p + p {
  margin-top: 28px;
}

.about-intro-image {
  grid-column: 1 / -1;
  aspect-ratio: 2.75 / 1;
  margin: 24px 0 0;
  overflow: hidden;
  background: #eef1f2;
}

.about-intro-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: saturate(0.86) contrast(1.02) brightness(1.02);
}

.about-capability-grid {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 18px;
  border: 1px solid rgba(20, 20, 17, 0.12);
  background: rgba(20, 20, 17, 0.12);
}

.about-capability-grid article {
  min-width: 0;
  padding: 30px 22px 32px;
  background: #fff;
}

.about-capability-grid span {
  display: block;
  margin-bottom: 16px;
  color: var(--ink);
  font-family: var(--title);
  font-size: clamp(34px, 3.1vw, 52px);
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1;
}

.about-capability-grid h3 {
  margin-bottom: 14px;
  color: var(--warm);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.45;
  text-transform: uppercase;
}

.about-capability-grid p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.65;
}

.about-history-section {
  padding-bottom: 78px;
  background:
    linear-gradient(180deg, #f8f8f6 0%, #fff 42%),
    #fff;
}

.history-summary {
  max-width: 410px;
  color: var(--muted);
  line-height: 1.75;
}

.history-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 28px;
  background: transparent;
}

.history-timeline::before {
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: calc(50% - 1px);
  width: 1px;
  background: rgba(20, 20, 17, 0.14);
  content: "";
}

.history-item {
  position: relative;
  display: grid;
  min-height: 0;
  grid-template-columns: 118px minmax(0, 1fr);
  gap: 24px;
  padding: 26px 28px;
  border: 1px solid rgba(20, 20, 17, 0.1);
  background: #fff;
  box-shadow: 0 20px 50px rgba(20, 20, 17, 0.035);
}

.history-item::before {
  position: absolute;
  top: 34px;
  width: 11px;
  height: 11px;
  border: 2px solid #fff;
  background: var(--warm);
  box-shadow: 0 0 0 1px rgba(20, 20, 17, 0.18);
  content: "";
}

.history-item:nth-child(odd)::before {
  right: -35px;
}

.history-item:nth-child(even) {
  transform: translateY(38px);
}

.history-item:nth-child(even)::before {
  left: -35px;
}

.history-item time {
  color: var(--warm);
  font-family: var(--serif);
  font-size: 34px;
  line-height: 1;
}

.history-item h3 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.35;
}

.history-item p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.contact-form-section {
  padding: 76px 0 104px;
  background: #fff;
}

.contact-form-grid {
  display: grid;
  grid-template-columns: 0.84fr 1.16fr;
  gap: 0 72px;
  align-items: start;
}

.contact-heading {
  grid-column: 1;
  grid-row: 1;
}

.contact-heading h2 {
  max-width: 420px;
  margin-bottom: 34px;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.25;
}

.contact-details {
  grid-column: 1;
  grid-row: 2;
}

.contact-details dl {
  margin: 0;
  border-top: 1px solid var(--gold-line);
}

.contact-details dl div {
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}

.contact-details dt {
  margin-bottom: 8px;
  color: var(--warm);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.contact-details dd {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
  overflow-wrap: anywhere;
}

.contact-details a {
  color: var(--ink);
}

.contact-service-list {
  display: grid;
  gap: 10px;
  margin-top: 28px;
}

.contact-service-list span {
  display: block;
  padding-left: 18px;
  border-left: 2px solid var(--warm);
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.inquiry-form {
  grid-column: 2;
  grid-row: 1 / span 2;
  padding: 42px;
  border: 1px solid var(--gold-line);
  background: #fff;
}

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

.inquiry-form label {
  display: grid;
  gap: 9px;
}

.inquiry-form label span {
  color: var(--ink);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.inquiry-form input,
.inquiry-form select,
.inquiry-form textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
  font-family: var(--sans);
  font-size: 17px;
  transition: border-color 180ms ease, background 180ms ease;
}

.inquiry-form input,
.inquiry-form select {
  height: 46px;
}

.inquiry-form textarea {
  min-height: 142px;
  padding: 14px 0;
  resize: vertical;
  line-height: 1.7;
}

.inquiry-form textarea::placeholder {
  color: rgba(98, 100, 94, 0.55);
}

.inquiry-form input:focus,
.inquiry-form select:focus,
.inquiry-form textarea:focus {
  border-color: var(--warm);
}

.inquiry-form input.is-invalid,
.inquiry-form select.is-invalid,
.inquiry-form textarea.is-invalid {
  border-color: #9b3c32;
}

.field-error {
  margin: 5px 0 0;
  color: #9b3c32;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1.45;
}

.full-field {
  margin-top: 28px;
}

.form-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-consent {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: flex-start;
  margin-top: 22px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.inquiry-form .form-consent input {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin-top: 3px;
  accent-color: var(--ink);
}

.form-consent p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.65;
  text-transform: none;
}

.form-consent a {
  color: var(--ink);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.form-consent .field-error {
  flex: 0 0 100%;
  margin: -4px 0 0 30px;
}

.form-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 32px;
}

.form-footer p,
.form-status {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.inquiry-submit {
  min-width: 190px;
  font-size: 12px;
  color: #fff;
  background: var(--ink);
  border-color: var(--ink);
}

.inquiry-submit:hover {
  color: var(--ink);
  background: transparent;
}

.inquiry-submit[disabled] {
  cursor: wait;
  opacity: 0.58;
}

.form-status {
  margin-top: 18px;
  color: var(--warm-deep);
}

.form-status.is-success {
  color: #2f6b4f;
}

.form-status.is-error {
  color: #9b3c32;
}

.site-footer {
  padding: 72px 0 24px;
  border-top: 0;
  background: #151512;
  color: #fff;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.65fr 1.35fr 0.95fr;
  gap: 48px;
}

.footer-logo {
  display: inline-flex;
  align-items: start;
  margin-bottom: 20px;
}

.footer-logo img {
  height: 62px;
}

.footer-brand p,
.footer-column p,
.footer-column a {
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  line-height: 1.8;
}

.footer-column {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-column p + p {
  margin-top: 2px;
}

.footer-column h2 {
  margin-bottom: 8px;
  font-family: var(--sans);
  color: rgba(255, 255, 255, 0.94);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-column a:hover {
  color: #fff;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-top: 68px;
  padding-top: 19px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.58);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.13em;
  line-height: 1.6;
  text-transform: uppercase;
}

.footer-bottom p {
  margin: 0;
}

.footer-bottom div {
  display: flex;
  gap: 22px;
}

.site-footer .brand img {
  filter: invert(1) brightness(3);
}

.reveal {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 600ms ease, transform 600ms ease;
}

.js-enabled .reveal {
  opacity: 1;
  transform: none;
}

.js-enabled .reveal.is-visible {
  opacity: 1;
  transform: none;
}

.js-enabled .about-page .reveal {
  opacity: 1;
  transform: none;
}

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

@media (min-width: 801px) {
  .mobile-nav {
    display: none;
  }
}

@media (min-width: 1001px) {
  .menu-toggle {
    display: none;
  }

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

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

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

  .brand {
    grid-column: 2;
  }

  .hero {
    height: clamp(700px, calc(100svh - 76px), 860px);
  }

  .hero-inner {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 34px;
    padding-block: 64px 46px;
  }

  .hero-content {
    max-width: 690px;
  }

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

  .product-page-hero-grid,
  .product-line-item,
  .product-line-item:nth-child(even),
  .product-support-grid {
    grid-template-columns: 1fr;
  }

  .product-page-hero-copy,
  .product-page-hero-media {
    min-height: 0;
  }

  .product-page-hero-media {
    aspect-ratio: 1.6 / 1;
  }

  .product-line-item:nth-child(even) .product-line-media,
  .product-line-item:nth-child(even) .product-line-copy {
    grid-column: auto;
    grid-row: auto;
  }

  .product-line-media {
    aspect-ratio: 1.45 / 1;
  }

  .product-support-items {
    grid-template-columns: 1fr;
  }

  .capability-section {
    padding: 64px 0 72px;
    background: #f4f6f7;
  }

  .capability-layout {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .capability-copy {
    padding: 58px 42px 52px;
  }

  .capability-copy h2 {
    max-width: 620px;
  }

  .capability-copy > p:not(.eyebrow) {
    max-width: 620px;
  }

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

  .capability-item {
    grid-template-columns: 64px 1fr;
  }

  .capability-media {
    grid-template-rows: minmax(320px, 52vw) 214px;
  }

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

  .brand-proof-grid article,
  .brand-proof-grid article:first-child {
    min-height: 0;
    border: 0;
  }

  .story-copy {
    padding-inline: 42px;
  }

  .about-hero {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .about-hero-content {
    padding: 68px 42px 78px;
  }

  .about-hero-visual {
    min-height: 480px;
  }

  .about-intro-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .about-intro-text {
    padding-top: 0;
  }

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

  .history-timeline {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .history-timeline::before {
    left: 18px;
  }

  .history-item {
    min-height: 0;
    margin-left: 38px;
    transform: none;
  }

  .history-item:nth-child(even) {
    transform: none;
  }

  .history-item:nth-child(odd)::before,
  .history-item:nth-child(even)::before {
    left: -26px;
    right: auto;
  }

  .contact-form-grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .contact-heading,
  .contact-details,
  .inquiry-form {
    grid-column: auto;
    grid-row: auto;
  }

  .contact-details {
    position: static;
  }

  .footer-grid {
    grid-template-columns: 1.1fr 0.7fr 1.2fr;
  }

  .footer-contact {
    grid-column: 1 / -1;
  }
}

@media (max-width: 720px) {
  .container,
  .container-wide {
    width: min(calc(100% - 32px), var(--container));
  }

  .header-inner {
    min-height: 58px;
    grid-template-columns: 32px 1fr 32px;
    gap: 10px;
  }

  .menu-toggle {
    grid-column: 1;
  }

  .brand {
    grid-column: 2;
  }

  .header-actions {
    display: flex;
    grid-column: 3;
    width: 32px;
    justify-self: end;
  }

  .brand img {
    height: 34px;
  }

  .mobile-nav {
    inset-block-start: 58px;
    gap: 0;
    padding: 10px 16px 18px;
    background: rgba(247, 246, 243, 0.98);
    box-shadow: 0 18px 34px rgba(23, 24, 22, 0.08);
  }

  .mobile-nav a {
    padding: 18px 2px;
    border-bottom: 1px solid var(--line);
    font-size: 13px;
    letter-spacing: 0.13em;
  }

  .header-actions .icon-button {
    width: 32px;
    height: 32px;
  }

  .header-actions .location-link {
    display: grid;
  }

  .factory-map-popover {
    display: none;
  }

  .legal-modal {
    padding: 16px;
  }

  .legal-modal-panel {
    max-height: calc(100svh - 32px);
    padding: 24px 20px 28px;
  }

  .legal-modal-head {
    gap: 18px;
    padding-bottom: 20px;
  }

  .legal-modal-head h2 {
    font-size: clamp(28px, 8vw, 36px);
  }

  .legal-modal-body {
    gap: 24px;
    padding-top: 24px;
  }

  .legal-modal-body section {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .hero {
    height: clamp(680px, calc(100svh - 58px), 820px);
  }

  .hero::after {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.86) 0%, rgba(255, 255, 255, 0.64) 52%, rgba(255, 255, 255, 0.08) 78%, rgba(255, 255, 255, 0.01) 100%),
      linear-gradient(90deg, rgba(255, 255, 255, 0.32), transparent 74%);
  }

  .hero-media img {
    object-position: center center;
    transform: translateY(-10%) scale(1.1);
    transform-origin: center center;
  }

  .hero-inner {
    min-height: 100%;
    justify-content: flex-start;
    gap: 0;
    padding-block: 48px 34px;
  }

  .hero-content {
    width: 100%;
    max-width: none;
  }

  .hero-content .light-link {
    width: fit-content;
  }

  h1 {
    max-width: 360px;
    margin-bottom: 18px;
    font-size: clamp(37px, 10.6vw, 48px);
    line-height: 1.12;
  }

  .hero h1 {
    max-width: 310px;
    font-size: clamp(37px, 10vw, 43px);
    line-height: 1.12;
  }

  .hero-copy {
    max-width: 350px;
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 1.65;
  }

  .hero-actions {
    gap: 20px;
  }

  .section {
    padding: 72px 0;
  }

  .brand-proof-grid article {
    padding: 24px 20px;
  }

  .brand-proof-grid {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
  }

  .brand-proof-grid article {
    flex: 0 0 auto;
    padding: 18px 0;
    text-align: center;
  }

  .brand-proof-grid article:first-child {
    padding-left: 0;
    text-align: left;
  }

  .brand-proof-grid article:last-child {
    padding-right: 0;
    text-align: right;
  }

  .brand-proof-section .container {
    width: 100%;
    max-width: none;
    margin-inline: 0;
    padding-inline: 0;
  }

  .brand-proof-section {
    padding-inline: 16px;
  }

  .brand-proof-grid span,
  .brand-proof-grid p {
    display: none;
  }

  .proof-mobile-main {
    display: block;
    color: #f4e7b8;
    font-family: var(--serif);
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .proof-mobile-oem {
    font-family: var(--serif);
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 0.95;
  }

  .proof-mobile-oem span {
    display: block;
  }

  .proof-mobile-sub {
    display: block;
    margin-top: 5px;
    color: #f4e7b8;
    font-family: var(--sans);
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.13em;
    line-height: 1;
    text-transform: uppercase;
  }

  .brand-proof-grid p {
    max-width: 300px;
  }

  .products-section {
    padding-bottom: 50px;
  }

  .product-catalog-section {
    min-height: 0;
    padding: 32px 0 64px;
  }

  .product-catalog-heading {
    margin-bottom: 22px;
  }

  .product-catalog-heading h1 {
    max-width: 340px;
    font-size: clamp(32px, 9vw, 42px);
    line-height: 1.12;
  }

  .catalog-spread {
    display: none;
  }

  .catalog-mobile-pages {
    display: grid;
    gap: 0;
  }

  .catalog-mobile-pages img {
    border: 0;
  }

  .product-floating-contact {
    bottom: 16px;
    width: min(calc(100% - 40px), 320px);
    min-height: 46px;
    padding: 0 22px;
    font-size: 13px;
    letter-spacing: 0.06em;
  }

  .product-catalog-grid .product-image {
    aspect-ratio: 1 / 1;
  }

  .product-catalog-grid .product-info {
    min-height: 104px;
  }

  .product-page-hero {
    padding: 48px 0 44px;
  }

  .product-page-hero-grid {
    gap: 0;
  }

  .product-page-hero-copy {
    padding: 38px 22px 34px;
  }

  .product-page-hero-copy h1 {
    max-width: 330px;
    font-size: clamp(38px, 11vw, 50px);
    line-height: 1.12;
  }

  .product-page-hero-copy > p:not(.eyebrow) {
    font-size: 15px;
    line-height: 1.7;
  }

  .product-page-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 26px;
  }

  .product-page-links a {
    padding: 9px 10px;
    font-size: 9px;
    text-align: center;
  }

  .product-page-hero-media {
    aspect-ratio: 1.08 / 1;
  }

  .product-page-overview {
    padding-bottom: 42px;
  }

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

  .product-overview-grid article {
    padding: 26px 24px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }

  .product-overview-grid article:last-child {
    border-bottom: 0;
  }

  .product-overview-grid span {
    font-size: 34px;
  }

  .product-line-list {
    gap: 16px;
  }

  .product-line-item {
    min-height: 0;
  }

  .product-line-media {
    aspect-ratio: 1.12 / 1;
  }

  .product-line-copy {
    padding: 30px 22px 34px;
  }

  .product-line-copy h3 {
    font-size: clamp(25px, 8vw, 34px);
  }

  .product-line-copy > p:not(.eyebrow) {
    font-size: 14px;
    line-height: 1.7;
  }

  .product-support-section {
    padding: 54px 0;
  }

  .product-support-grid {
    gap: 28px;
  }

  .product-support-grid h2 {
    max-width: 330px;
    font-size: clamp(28px, 8vw, 38px);
  }

  .product-support-items article {
    min-height: 0;
    padding: 24px;
  }

  .collections-section {
    padding-top: 50px;
  }

  .capability-section {
    padding: 46px 0 76px;
  }

  .capability-layout {
    border-color: rgba(20, 24, 26, 0.1);
    box-shadow: none;
    overflow: hidden;
  }

  .capability-copy {
    padding: 38px 22px 34px;
  }

  .capability-copy h2 {
    max-width: 320px;
    margin-top: 14px;
    font-size: clamp(36px, 11vw, 48px);
  }

  .capability-copy > p:not(.eyebrow) {
    margin-bottom: 24px;
    font-size: 15px;
    line-height: 1.7;
  }

  .capability-list {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .capability-item {
    min-height: 0;
    grid-template-columns: 54px 1fr;
  }

  .capability-icon svg {
    width: 24px;
    height: 24px;
  }

  .capability-item span:last-child {
    gap: 6px;
    padding: 14px 14px;
  }

  .capability-item strong {
    font-size: 15px;
  }

  .capability-item em {
    font-size: 13px;
    line-height: 1.5;
  }

  .capability-media {
    grid-template-rows: minmax(230px, 62vw) auto;
    margin-bottom: 0;
  }

  .capability-image-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: minmax(142px, 34vw);
    align-items: stretch;
  }

  .capability-image-strip img {
    display: block;
    aspect-ratio: 1.5 / 1;
    min-width: 0;
    height: 100%;
  }

  .about-history-section {
    padding-bottom: 42px;
  }

  .section-heading {
    margin-bottom: 34px;
  }

  .section-heading h2,
  .story-copy h2,
  .contact-banner h2 {
    max-width: min(100%, 340px);
    font-size: clamp(32px, 10vw, 44px);
    line-height: 1.2;
  }

  .story-copy h2 {
    max-width: 330px;
    font-size: clamp(29px, 8.2vw, 36px);
    line-height: 1.28;
    letter-spacing: -0.04em;
  }

  .centered {
    text-align: left;
  }

  .centered p:last-child {
    margin-top: 14px;
    line-height: 1.65;
  }

  .split-heading {
    display: block;
  }

  .split-heading .text-link {
    margin-top: 20px;
  }

  .collection-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: none;
    gap: 12px;
  }

  .collection-card {
    min-height: 0;
    aspect-ratio: 1.12 / 1;
    margin-bottom: 0;
  }

  .collection-card-large {
    min-height: 0;
    aspect-ratio: 1.12 / 1;
    grid-row: auto;
  }

  .collection-content {
    right: 18px;
    bottom: 18px;
    left: 18px;
  }

  .collection-content strong {
    font-size: 24px;
  }

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

  .product-card {
    max-width: none;
    margin-inline: auto;
  }

  .product-image {
    margin: 8px;
  }

  .product-info {
    padding: 5px 10px 15px;
  }

  .product-info p {
    margin-bottom: 8px;
    font-size: 8px;
    letter-spacing: 0.12em;
  }

  .product-info h3 {
    min-height: 34px;
    margin-bottom: 12px;
    font-size: 14px;
  }

  .product-note {
    max-width: 150px;
    font-size: 11px;
    line-height: 1.55;
  }

  .product-link {
    font-size: 9px;
    letter-spacing: 0.11em;
  }

  .section-action {
    margin-top: 24px;
  }

  .story-section {
    display: flex;
    min-height: 0;
    flex-direction: column;
  }

  .story-copy {
    padding: 64px 16px 38px;
  }

  .story-copy > p:not(.eyebrow) {
    font-size: 14px;
    line-height: 1.75;
  }

  .story-links {
    gap: 22px;
    margin-top: 30px;
  }

  .story-about-link {
    width: fit-content;
    padding: 0 0 6px;
    text-align: left;
  }

  .story-copy h2 br {
    display: none;
  }

  .story-image {
    height: 300px;
    min-height: 0;
  }

  .story-image img {
    object-position: 72% center;
  }

  .partners-section {
    padding: 54px 0 58px;
  }

  .partner-logo-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .partner-logo-card {
    flex: 1 1 calc(50% - 10px);
    height: 76px;
    min-width: 0;
    padding: 0;
  }

  .partner-logo-card img {
    width: 100%;
    height: 100%;
  }

  .contact-banner {
    padding: 58px 0 68px;
  }

  .about-hero-content {
    padding: 48px 16px 58px;
  }

  .about-hero-content h1 {
    max-width: 360px;
    margin-bottom: 20px;
    font-size: clamp(31px, 8.5vw, 42px);
    line-height: 1.16;
  }

  .about-hero-content p:not(.eyebrow) {
    max-width: 330px;
    font-size: 14px;
    line-height: 1.65;
  }

  .about-hero-links {
    gap: 20px;
    margin-top: 26px;
  }

  .about-hero-visual {
    min-height: 360px;
  }

  .about-intro-copy h2 {
    max-width: 340px;
    font-size: clamp(29px, 7.6vw, 36px);
  }

  .about-intro-text p {
    font-size: 14px;
    line-height: 1.75;
  }

  .about-intro-image {
    aspect-ratio: 1.55 / 1;
    margin-top: 18px;
  }

  .about-intro-image img {
    object-position: center center;
  }

  .about-capability-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 8px;
  }

  .about-capability-grid article {
    min-height: 118px;
    padding: 20px 16px;
  }

  .about-capability-grid span {
    margin-bottom: 10px;
    font-size: clamp(30px, 9vw, 40px);
  }

  .about-capability-grid h3 {
    margin-bottom: 0;
    font-size: 10px;
    line-height: 1.35;
  }

  .about-capability-grid p {
    display: none;
  }

  .history-summary {
    margin-top: 18px;
    font-size: 14px;
    line-height: 1.7;
  }

  .history-timeline {
    gap: 12px;
  }

  .history-timeline::before {
    display: none;
  }

  .history-item {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-left: 0;
    padding: 22px 0;
    border-width: 0 0 1px;
    box-shadow: none;
  }

  .history-item::before {
    display: none;
  }

  .history-item time {
    font-size: 30px;
  }

  .contact-form-section {
    padding: 42px 0 68px;
  }

  .contact-heading h2 {
    max-width: 340px;
    font-size: clamp(28px, 8vw, 36px);
  }

  .contact-details dl div {
    padding: 18px 0;
  }

  .inquiry-form {
    order: 1;
    padding: 26px 18px 30px;
  }

  .contact-heading {
    order: 0;
  }

  .contact-details {
    order: 2;
  }

  .form-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .form-footer {
    display: block;
  }

  .form-footer p {
    margin-bottom: 18px;
  }

  .inquiry-submit {
    width: 100%;
  }

  .contact-banner h2 {
    margin-right: auto;
    margin-left: auto;
    font-size: clamp(29px, 8.4vw, 36px);
    letter-spacing: 0;
    line-height: 1.24;
    text-align: center;
    word-spacing: 0.06em;
  }

  .contact-banner p:not(.eyebrow) {
    margin-bottom: 24px;
  }

  .contact-email-input {
    width: min(100%, 300px);
    margin-bottom: 14px;
    padding: 15px 18px;
    font-size: 13px;
  }

  .outline-button-light {
    min-width: 190px;
    padding: 15px 24px;
    font-size: 11px;
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 38px 22px;
  }

  .footer-brand,
  .footer-contact {
    grid-column: 1 / -1;
  }

  .footer-bottom {
    display: block;
    margin-top: 50px;
  }

  .footer-bottom div {
    margin-top: 12px;
  }
}

@media (max-width: 420px) {
  .container,
  .container-wide {
    width: min(calc(100% - 28px), var(--container));
  }

  .brand img {
    height: 31px;
  }

  .product-grid {
    gap: 10px;
  }

  .product-info h3 {
    font-size: 13px;
  }

  .product-link {
    padding-bottom: 4px;
    font-size: 8px;
  }

  .collection-card,
  .collection-card-large {
    aspect-ratio: 1 / 0.92;
  }

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

  .footer-bottom div {
    flex-direction: column;
    gap: 8px;
  }
}
