:root {
  --ink: #142131;
  --ink-soft: #263646;
  --steel: #496676;
  --slate: #eef2f4;
  --line: #dce3e6;
  --gold: #b68b42;
  --gold-dark: #8f6c31;
  --sage: #687a66;
  --white: #ffffff;
  --paper: #f8f7f3;
  --shadow: 0 18px 45px rgba(20, 33, 49, 0.12);
  --max: 1180px;
  --font-sans: "Inter", "Aptos", "Helvetica Neue", Arial, sans-serif;
}

.site-nav a[aria-current="page"]::after {
  transform: scaleX(1);
}

.home-hero {
  min-height: 620px;
  padding-top: clamp(132px, 14vw, 210px);
}

.home-hero h1 {
  max-width: 720px;
}

.page-section {
  padding: clamp(70px, 8vw, 112px) clamp(20px, 5vw, 56px);
}

.page-section.tight {
  padding: 0;
}

.muted-band {
  background: var(--paper);
}

.subhero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  gap: clamp(34px, 7vw, 90px);
  align-items: stretch;
  min-height: 430px;
  padding: clamp(72px, 8vw, 110px) clamp(20px, 5vw, 56px);
  background: var(--paper);
}

.subhero > div {
  display: grid;
  align-content: center;
  min-width: 0;
}

.subhero h1 {
  max-width: 760px;
  margin-bottom: 22px;
  font-size: clamp(42px, 6vw, 76px);
  line-height: 1;
  overflow-wrap: break-word;
}

.subhero p:not(.eyebrow) {
  max-width: 720px;
  color: var(--steel);
  font-size: 19px;
}

.subhero figure {
  min-height: 320px;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
}

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

.subhero-balanced-media {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
  align-items: center;
  min-height: 0;
  gap: clamp(34px, 6vw, 72px);
}

.subhero-balanced-media figure {
  justify-self: end;
  width: min(100%, 520px);
  min-height: 0;
  height: clamp(230px, 24vw, 300px);
}

.subhero-text-only {
  display: block;
  min-height: 0;
  padding-top: clamp(64px, 7vw, 96px);
  padding-bottom: clamp(56px, 6vw, 82px);
}

.subhero-text-only > div {
  max-width: 860px;
}

.intro-strip {
  padding-bottom: clamp(52px, 6vw, 76px);
}

.breadcrumb-bar {
  padding: 20px clamp(20px, 5vw, 56px) 0;
  background: var(--white);
}

.breadcrumb-bar nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  color: var(--steel);
  font-size: 14px;
}

.breadcrumb-bar a {
  color: var(--steel);
  font-weight: 760;
}

.breadcrumb-bar a:hover {
  color: var(--gold-dark);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.breadcrumb-bar [aria-current="page"] {
  color: var(--ink-soft);
  font-weight: 800;
}

.breadcrumb-bar .separator {
  color: #9aa9b3;
}

.legal-hero {
  padding: clamp(74px, 9vw, 124px) clamp(20px, 5vw, 56px) clamp(44px, 6vw, 72px);
  background: var(--ink);
  color: var(--white);
}

.legal-hero h1 {
  margin-bottom: 18px;
  font-size: clamp(44px, 6vw, 78px);
  line-height: 0.98;
}

.legal-hero p:not(.eyebrow) {
  max-width: 820px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 18px;
}

.legal-page {
  max-width: 920px;
  padding: clamp(46px, 7vw, 86px) clamp(20px, 5vw, 56px) clamp(76px, 9vw, 118px);
}

.legal-section {
  padding: 28px 0;
  border-top: 1px solid var(--line);
}

.legal-section:first-child {
  border-top: 0;
}

.legal-section h2 {
  margin-bottom: 14px;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.15;
}

.legal-section p,
.legal-section li {
  color: var(--steel);
}

.legal-section ul {
  display: grid;
  gap: 10px;
  padding-left: 20px;
  margin: 14px 0 0;
}

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

.action-grid a,
.info-grid article,
.workflow-card,
.feature-card,
.listing-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.action-grid a {
  display: grid;
  gap: 10px;
  min-height: 150px;
  padding: 26px;
}

.action-grid span,
.info-grid span {
  color: var(--gold-dark);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.action-grid strong {
  color: var(--ink);
  font-size: 24px;
  line-height: 1.18;
}

.info-grid article {
  min-height: 270px;
  padding: 28px;
}

.info-grid h3 {
  margin: 28px 0 12px;
  font-size: 25px;
  line-height: 1.15;
}

.info-grid p {
  color: var(--steel);
}

.info-grid a {
  display: inline-flex;
  margin-top: 12px;
  color: var(--gold-dark);
  font-weight: 800;
}

.catalog-grid {
  align-items: stretch;
}

.home-product-lines {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.home-line-card img {
  height: 210px;
}

.home-line-card a {
  grid-template-rows: 260px 1fr;
}

.home-line-card img {
  align-self: stretch;
  justify-self: stretch;
  height: 260px;
}

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

.listing-card {
  overflow: hidden;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.listing-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow);
}

.listing-card a {
  display: grid;
  height: 100%;
}

.listing-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

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

.listing-card h3 {
  margin-bottom: 12px;
  font-size: 27px;
  line-height: 1.12;
}

.listing-card p:not(.card-label) {
  margin-bottom: 0;
  color: var(--steel);
}

.content-grid {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: clamp(28px, 5vw, 58px);
  align-items: start;
}

.side-nav {
  position: sticky;
  top: 110px;
  display: grid;
  gap: 4px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.side-nav a {
  padding: 10px 12px;
  border-radius: 4px;
  color: var(--ink-soft);
  font-size: 14px;
  font-weight: 760;
}

.side-nav a:hover,
.side-nav a[aria-current="page"] {
  background: var(--white);
  color: var(--gold-dark);
}

.detail-content {
  display: grid;
  gap: 54px;
}

.detail-block {
  display: grid;
  gap: 22px;
}

.feature-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.feature-list li,
.equipment-grid span {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 10px 14px;
  background: var(--white);
  color: var(--ink-soft);
  font-size: 14px;
  font-weight: 760;
}

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

.gallery-grid figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.gallery-grid img {
  width: 100%;
  aspect-ratio: 1 / 0.74;
  object-fit: cover;
}

.gallery-grid figcaption {
  padding: 11px 12px;
  color: var(--steel);
  font-size: 13px;
  font-weight: 740;
}

.product-shower-curtain .subhero figure,
.product-shower-curtain .gallery-grid figure {
  background: #f7f6f2;
}

.product-shower-curtain .subhero img {
  object-fit: contain;
}

.product-shower-curtain .gallery-grid img {
  box-sizing: border-box;
  aspect-ratio: 2 / 3;
  object-fit: contain;
  padding: 10px;
}

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

.feature-card {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 20px;
}

.feature-card img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
}

.feature-card h3 {
  margin-bottom: 8px;
  font-size: 22px;
}

.feature-card p {
  margin-bottom: 0;
  color: var(--steel);
}

.project-brand {
  display: grid;
  grid-template-columns: minmax(190px, 0.28fr) minmax(0, 0.72fr);
  gap: 30px;
  padding: 30px 0;
  border-top: 1px solid var(--line);
}

.project-brand h2 {
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.05;
}

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

.logo-grid figure {
  display: grid;
  place-items: center;
  min-height: 108px;
  margin: 0;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.logo-grid img {
  max-height: 78px;
  object-fit: contain;
}

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

.workflow-card {
  min-height: 250px;
  padding: 24px;
}

.workflow-card h3 {
  margin-bottom: 18px;
  font-size: 22px;
  line-height: 1.16;
}

.workflow-card ul {
  display: grid;
  gap: 10px;
  padding-left: 18px;
  margin: 0;
  color: var(--steel);
}

.table-block {
  margin-top: 34px;
}

.table-block h2 {
  margin-bottom: 12px;
  font-size: clamp(24px, 3vw, 36px);
}

.table-scroll {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.table-scroll table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
}

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

.table-scroll th {
  background: var(--paper);
  color: var(--ink);
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.table-scroll td {
  color: var(--ink-soft);
  font-size: 14px;
}

.standalone-contact {
  align-items: start;
}

.compact-contact {
  padding-top: clamp(64px, 8vw, 96px);
  padding-bottom: clamp(64px, 8vw, 96px);
}

.factory-gallery {
  max-width: 760px;
  margin: 24px auto 0;
  grid-template-columns: minmax(0, 1fr);
}

.factory-gallery img {
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
}

@media (max-width: 1180px) {
  .home-product-lines {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

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

@media (max-width: 920px) {
  .subhero,
  .content-grid,
  .project-brand {
    grid-template-columns: 1fr;
  }

  .subhero-balanced-media figure {
    justify-self: start;
    width: min(100%, 640px);
    height: clamp(220px, 48vw, 300px);
  }

  .side-nav {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .action-grid,
  .info-grid,
  .home-product-lines,
  .feature-grid,
  .workflow-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .home-hero {
    min-height: 620px;
  }

  .subhero {
    padding-top: 42px;
  }

  .subhero h1 {
    font-size: 36px;
  }

  .subhero figure {
    min-height: 240px;
  }

  .side-nav {
    grid-template-columns: 1fr;
  }

  .gallery-grid,
  .logo-grid,
  .factory-gallery {
    grid-template-columns: 1fr;
  }

  .feature-card {
    grid-template-columns: 76px minmax(0, 1fr);
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.6;
}

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

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 82px;
  padding: 8px clamp(20px, 5vw, 56px);
  border-bottom: 1px solid rgba(220, 227, 230, 0.86);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(18px);
}

.brand {
  display: flex;
  align-items: center;
  min-width: 170px;
}

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

.site-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 28px;
  color: var(--ink-soft);
  font-size: 14px;
  font-weight: 650;
}

.site-nav a {
  position: relative;
  white-space: nowrap;
}

.site-nav a:not(.nav-cta)::after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 2px;
  background: var(--gold);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
}

.nav-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid var(--ink);
  border-radius: 4px;
  font-weight: 750;
}

.nav-cta {
  border-color: var(--gold);
  color: var(--ink);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--white);
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--ink);
}

.hero {
  position: relative;
  min-height: calc(100vh - 82px);
  display: grid;
  align-items: end;
  padding: clamp(160px, 18vw, 260px) clamp(20px, 5vw, 56px) 44px;
  overflow: hidden;
}

.hero::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(12, 22, 33, 0.82) 0%, rgba(12, 22, 33, 0.55) 42%, rgba(12, 22, 33, 0.1) 100%),
    linear-gradient(180deg, rgba(12, 22, 33, 0.2) 0%, rgba(12, 22, 33, 0.56) 100%);
  content: "";
}

.hero-media {
  position: absolute;
  inset: 0;
}

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

.hero-panel {
  position: relative;
  z-index: 1;
  max-width: 720px;
  color: var(--white);
}

.eyebrow,
.section-kicker,
.card-label {
  margin-bottom: 12px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 680px;
  margin-bottom: 22px;
  font-size: clamp(48px, 7vw, 88px);
  line-height: 0.96;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 650px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.45;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.button.primary {
  border-color: var(--gold);
  background: var(--gold);
  color: #101820;
}

.button.secondary {
  border-color: rgba(255, 255, 255, 0.76);
  color: var(--white);
}

.trust-band {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: var(--max);
  margin: -34px auto 0;
  position: relative;
  z-index: 2;
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: var(--shadow);
}

.trust-band div {
  min-height: 104px;
  padding: 24px;
  border-right: 1px solid var(--line);
}

.trust-band div:last-child {
  border-right: 0;
}

.trust-band strong {
  display: block;
  color: var(--ink);
  font-size: clamp(22px, 2.4vw, 30px);
  line-height: 1.05;
}

.trust-band span {
  color: var(--steel);
  font-size: 14px;
}

.section {
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(78px, 10vw, 120px) clamp(20px, 4vw, 32px);
}

.split-layout,
.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1fr);
  gap: clamp(34px, 7vw, 92px);
  align-items: start;
}

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

.section-heading.compact {
  margin-bottom: 32px;
}

.section h2 {
  margin-bottom: 0;
  color: var(--ink);
  font-size: clamp(34px, 4.6vw, 58px);
  line-height: 1.04;
  letter-spacing: 0;
}

.section-heading p,
.body-copy {
  color: var(--ink-soft);
  font-size: 17px;
}

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

.about {
  padding-top: clamp(88px, 10vw, 140px);
}

.factory {
  max-width: none;
  padding-right: clamp(20px, 5vw, 56px);
  padding-left: clamp(20px, 5vw, 56px);
  background: var(--ink);
  color: var(--white);
}

.factory .section-kicker {
  color: var(--gold);
}

.factory h2 {
  color: var(--white);
}

.factory .body-copy {
  color: rgba(255, 255, 255, 0.78);
}

.factory-shell,
.factory-stats,
.equipment-grid {
  max-width: var(--max);
  margin-right: auto;
  margin-left: auto;
}

.factory-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1fr);
  gap: clamp(34px, 7vw, 92px);
  align-items: start;
}

.factory-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 44px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.14);
}

.factory-stats div {
  min-height: 128px;
  padding: 28px;
  background: rgba(255, 255, 255, 0.06);
}

.factory-stats strong {
  display: block;
  margin-bottom: 8px;
  color: var(--white);
  font-size: clamp(26px, 3vw, 40px);
  line-height: 1.05;
}

.factory-stats span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}

.equipment-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.equipment-grid span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 13px;
  font-weight: 700;
}

.products {
  max-width: none;
  padding-right: clamp(20px, 5vw, 56px);
  padding-left: clamp(20px, 5vw, 56px);
  background: var(--paper);
}

.products .section-heading,
.product-grid,
.program-grid {
  max-width: var(--max);
  margin-right: auto;
  margin-left: auto;
}

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

.image-card {
  overflow: hidden;
  border: 1px solid rgba(220, 227, 230, 0.92);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 10px 28px rgba(20, 33, 49, 0.08);
}

.image-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

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

.image-card h3 {
  margin-bottom: 0;
  font-size: 22px;
  line-height: 1.24;
}

.program-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 28px;
}

.program-grid article {
  min-height: 288px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.program-grid h3 {
  margin-bottom: 14px;
  font-size: 24px;
  line-height: 1.18;
}

.program-grid p:last-child {
  margin-bottom: 0;
  color: var(--ink-soft);
}

.projects {
  max-width: none;
  padding-right: clamp(20px, 5vw, 56px);
  padding-left: clamp(20px, 5vw, 56px);
}

.projects .section-heading,
.project-showcase {
  max-width: var(--max);
  margin-right: auto;
  margin-left: auto;
}

.project-showcase {
  display: grid;
  grid-template-columns: 1fr 0.86fr 0.96fr;
  gap: 18px;
  align-items: stretch;
}

.project-showcase figure {
  min-height: 420px;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: var(--slate);
}

.project-showcase img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 420px;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--ink);
  color: var(--white);
}

.project-copy h3 {
  margin-bottom: 16px;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.08;
}

.project-copy p {
  color: rgba(255, 255, 255, 0.78);
}

.check-list {
  display: grid;
  gap: 10px;
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 24px;
  color: rgba(255, 255, 255, 0.88);
}

.check-list li::before {
  position: absolute;
  top: 0.68em;
  left: 0;
  width: 10px;
  height: 2px;
  background: var(--gold);
  content: "";
}

.capabilities {
  max-width: none;
  padding-right: clamp(20px, 5vw, 56px);
  padding-left: clamp(20px, 5vw, 56px);
  background: linear-gradient(180deg, #f6f8f8 0%, #ffffff 100%);
}

.capabilities .section-heading,
.capability-grid,
.manufacturing-panel {
  max-width: var(--max);
  margin-right: auto;
  margin-left: auto;
}

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

.capability-grid article {
  min-height: 310px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.capability-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 42px;
  border-bottom: 2px solid var(--gold);
  color: var(--gold-dark);
  font-size: 14px;
  font-weight: 850;
}

.capability-grid h3,
.process-step h3 {
  margin-bottom: 10px;
  font-size: 24px;
}

.capability-grid p,
.process-step p,
.manufacturing-panel p {
  margin-bottom: 0;
  color: var(--ink-soft);
}

.manufacturing-panel {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1fr);
  gap: 36px;
  align-items: center;
  margin-top: 56px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 16px 36px rgba(20, 33, 49, 0.08);
}

.manufacturing-panel img,
.factory-video {
  width: 100%;
  height: 380px;
  border-radius: 6px;
  object-fit: cover;
}

.factory-video {
  display: block;
  background: var(--ink);
}

.manufacturing-panel h3 {
  margin-bottom: 14px;
  font-size: clamp(30px, 3.6vw, 46px);
  line-height: 1.08;
}

.factory-page main {
  background: var(--white);
}

.factory-hero {
  --factory-gutter: clamp(20px, 5vw, 56px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 460px);
  gap: clamp(34px, 6vw, 72px);
  align-items: center;
  max-width: calc(var(--max) + var(--factory-gutter) + var(--factory-gutter));
  margin: 0 auto;
  padding: clamp(62px, 7vw, 92px) var(--factory-gutter) clamp(32px, 4vw, 46px);
}

.factory-hero h1 {
  max-width: 760px;
  margin-bottom: 20px;
  font-size: clamp(42px, 5.4vw, 68px);
  line-height: 1.02;
}

.factory-hero-copy,
.factory-overview-grid > *,
.factory-process-card,
.factory-media-card,
.factory-media-section .section-heading > * {
  min-width: 0;
}

.factory-page h1,
.factory-page h2,
.factory-page h3,
.factory-page p {
  overflow-wrap: break-word;
}

.factory-hero-copy > p:not(.eyebrow) {
  max-width: 720px;
  color: var(--steel);
  font-size: 19px;
}

.factory-hero-media {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 14px 34px rgba(20, 33, 49, 0.1);
}

.factory-hero-media img {
  display: block;
  width: 100%;
  height: clamp(250px, 27vw, 330px);
  object-fit: cover;
}

.factory-hero-media figcaption,
.factory-media-copy {
  padding: 16px 18px;
}

.factory-hero-media figcaption {
  color: var(--steel);
  font-size: 13px;
  font-weight: 760;
}

.factory-page .breadcrumb-bar {
  padding: 0 clamp(20px, 5vw, 56px);
}

.factory-page .breadcrumb-bar nav {
  max-width: var(--max);
  margin-right: auto;
  margin-left: auto;
}

.factory-overview {
  padding-top: clamp(38px, 5vw, 58px);
}

.factory-overview-grid,
.factory-media-section .section-heading,
.factory-process-grid,
.factory-media-grid {
  max-width: var(--max);
  margin-right: auto;
  margin-left: auto;
}

.factory-overview-grid {
  display: grid;
  grid-template-columns: minmax(250px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(42px, 7vw, 92px);
  align-items: start;
}

.factory-overview-grid h2 {
  max-width: 460px;
  margin-bottom: 0;
  font-size: clamp(30px, 3vw, 42px);
  font-weight: 760;
  line-height: 1.12;
}

.factory-process-lead h2 {
  margin-bottom: 0;
  font-size: clamp(34px, 4.2vw, 54px);
  line-height: 1.05;
}

.factory-overview-copy {
  padding-top: clamp(44px, 4.8vw, 68px);
  color: var(--ink-soft);
  font-size: 18px;
  line-height: 1.62;
}

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

.factory-page .factory-stats {
  margin-top: 38px;
  border: 1px solid var(--line);
  background: var(--line);
}

.factory-page .factory-stats div {
  min-height: 118px;
  background: var(--white);
}

.factory-page .factory-stats strong {
  color: var(--ink);
}

.factory-page .factory-stats span {
  color: var(--steel);
}

.factory-process-section {
  padding-top: clamp(58px, 7vw, 88px);
  padding-bottom: clamp(58px, 7vw, 88px);
}

.factory-process-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(0, 0.91fr) minmax(0, 0.91fr);
  gap: 18px;
}

.factory-process-card {
  min-height: 270px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.factory-process-lead {
  background: var(--ink);
  color: var(--white);
}

.factory-process-card h3 {
  margin-bottom: 14px;
  font-size: 25px;
}

.factory-process-card p {
  color: var(--steel);
}

.factory-process-lead p {
  color: rgba(255, 255, 255, 0.76);
}

.factory-page .factory-equipment {
  margin-top: 24px;
}

.factory-page .factory-equipment span {
  border-color: var(--line);
  background: var(--white);
  color: var(--ink-soft);
}

.factory-media-section {
  padding-top: clamp(60px, 7vw, 92px);
}

.factory-media-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 22px;
  align-items: start;
}

.factory-media-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 14px 34px rgba(20, 33, 49, 0.08);
}

.factory-media-card .factory-video {
  width: 100%;
  height: 330px;
  border-radius: 0;
  object-fit: cover;
}

.factory-gallery-frame {
  margin: 0;
  background: var(--paper);
}

.factory-gallery-frame img {
  display: block;
  width: 100%;
  height: auto;
}

.factory-media-copy h3 {
  margin-bottom: 10px;
  font-size: clamp(25px, 2.4vw, 34px);
  line-height: 1.12;
}

.factory-media-copy p:last-child {
  margin-bottom: 0;
  color: var(--steel);
}

@media (max-width: 920px) {
  .factory-hero,
  .factory-overview-grid,
  .factory-process-grid,
  .factory-media-grid {
    grid-template-columns: 1fr;
  }

  .factory-hero {
    padding-top: 44px;
  }

  .factory-overview-copy {
    padding-top: 0;
  }
}

@media (max-width: 620px) {
  .factory-hero,
  .factory-overview,
  .factory-process-section,
  .factory-media-section {
    padding-right: 24px;
    padding-left: 24px;
  }

  .factory-hero-copy,
  .factory-hero-media,
  .factory-overview-grid,
  .factory-page .factory-stats,
  .factory-process-grid,
  .factory-page .factory-equipment,
  .factory-media-section .section-heading,
  .factory-media-grid {
    width: 100%;
    max-width: 342px;
    margin-right: 0;
    margin-left: 0;
  }

  .factory-hero {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .factory-hero h1 {
    font-size: 36px;
  }

  .factory-overview-grid h2,
  .factory-process-lead h2 {
    font-size: 30px;
  }

  .factory-process-card {
    min-height: 0;
    padding: 24px;
  }

  .factory-hero-media img {
    height: 270px;
  }

  .factory-media-card .factory-video {
    height: 220px;
  }

  .factory-media-copy h3 {
    font-size: 26px;
  }
}

.service {
  max-width: none;
  padding-right: clamp(20px, 5vw, 56px);
  padding-left: clamp(20px, 5vw, 56px);
}

.service .section-heading,
.process {
  max-width: var(--max);
  margin-right: auto;
  margin-left: auto;
}

.process {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}

.process-step {
  min-height: 260px;
  padding: 28px;
  border-right: 1px solid var(--line);
  background: var(--white);
}

.process-step:last-child {
  border-right: 0;
}

.process-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin-bottom: 48px;
  border-radius: 50%;
  background: rgba(182, 139, 66, 0.12);
  color: var(--gold-dark);
  font-size: 14px;
  font-weight: 850;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(420px, 1.2fr);
  gap: clamp(32px, 7vw, 84px);
  align-items: start;
  padding: clamp(72px, 9vw, 118px) clamp(20px, 5vw, 56px);
  background: var(--ink);
  color: var(--white);
}

.contact-intro {
  max-width: 540px;
}

.contact-section h2 {
  margin-bottom: 18px;
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1.04;
}

.contact-section p {
  color: rgba(255, 255, 255, 0.76);
}

.contact-locations {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  width: 100%;
}

.contact-card {
  display: grid;
  align-content: start;
  gap: 9px;
  min-height: 260px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  font-style: normal;
}

.contact-card strong {
  margin-bottom: 10px;
  color: var(--gold);
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-card a,
.contact-card span {
  color: rgba(255, 255, 255, 0.86);
  font-size: 15px;
  line-height: 1.45;
}

.contact-card a {
  width: fit-content;
  text-decoration-color: rgba(255, 255, 255, 0.24);
}

.contact-card a:hover {
  color: var(--white);
  text-decoration-color: var(--gold);
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) auto auto;
  gap: 30px;
  align-items: center;
  padding: 34px clamp(20px, 5vw, 56px);
  border-top: 1px solid var(--line);
  background: var(--paper);
}

.site-footer img {
  width: 170px;
  height: auto;
  margin-bottom: 10px;
}

.site-footer p {
  margin-bottom: 0;
  color: var(--steel);
  font-size: 14px;
}

.footer-links {
  display: flex;
  gap: 22px;
  color: var(--ink-soft);
  font-size: 14px;
  font-weight: 700;
}

.copyright {
  text-align: right;
}

@media (max-width: 1040px) {
  .site-nav {
    gap: 18px;
  }

  .product-grid,
  .capability-grid,
  .project-showcase,
  .process,
  .contact-section {
    grid-template-columns: repeat(2, 1fr);
  }

  .contact-section {
    grid-template-columns: 1fr;
  }

  .project-copy {
    grid-column: span 2;
    min-height: 320px;
  }

  .process-step {
    border-bottom: 1px solid var(--line);
  }

  .process-step:nth-child(2) {
    border-right: 0;
  }

  .process-step:nth-child(3),
  .process-step:nth-child(4) {
    border-bottom: 0;
  }
}

@media (max-width: 820px) {
  .site-header {
    min-height: 74px;
  }

  .menu-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: 74px;
    right: 16px;
    left: 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 14px 12px;
  }

  .site-nav a::after {
    display: none;
  }

  .nav-cta {
    margin-top: 8px;
  }

  .hero {
    min-height: 720px;
    padding-top: 160px;
  }

  .trust-band,
  .split-layout,
  .factory-shell,
  .factory-stats,
  .section-heading,
  .product-grid,
  .program-grid,
  .capability-grid,
  .manufacturing-panel,
  .contact-section,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .trust-band div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .trust-band div:last-child {
    border-bottom: 0;
  }

  .manufacturing-panel img,
  .factory-video {
    height: 320px;
  }

  .contact-locations {
    grid-template-columns: 1fr;
  }

  .footer-links {
    flex-wrap: wrap;
  }

  .copyright {
    text-align: left;
  }
}

@media (max-width: 620px) {
  body {
    font-size: 15px;
  }

  .brand {
    min-width: 0;
  }

  .brand img {
    width: 132px;
  }

  .hero {
    min-height: 680px;
    padding-right: 18px;
    padding-left: 18px;
  }

  .hero::after {
    background:
      linear-gradient(90deg, rgba(12, 22, 33, 0.84) 0%, rgba(12, 22, 33, 0.62) 100%),
      linear-gradient(180deg, rgba(12, 22, 33, 0.16) 0%, rgba(12, 22, 33, 0.62) 100%);
  }

  .hero h1 {
    font-size: 44px;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .project-showcase,
  .process {
    grid-template-columns: 1fr;
  }

  .project-showcase figure,
  .project-copy {
    min-height: 300px;
  }

  .project-copy {
    grid-column: auto;
    padding: 26px;
  }

  .process-step,
  .process-step:nth-child(2),
  .process-step:nth-child(3) {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .process-step:last-child {
    border-bottom: 0;
  }

  .section {
    padding-right: 18px;
    padding-left: 18px;
  }
}

.site-nav a[aria-current="page"]:not(.nav-cta)::after {
  transform: scaleX(1);
}

.hero.home-hero {
  min-height: 620px;
  padding-top: clamp(132px, 14vw, 210px);
}

.home-hero {
  align-items: center;
  justify-content: center;
  padding: clamp(130px, 12vw, 180px) clamp(20px, 5vw, 56px) clamp(78px, 8vw, 112px);
}

.home-hero .hero-panel {
  width: min(100%, 1160px);
  max-width: 1160px;
  margin: 0 auto;
  text-align: center;
}

.home-hero .hero h1,
.home-hero h1 {
  max-width: none;
  white-space: nowrap;
  font-size: clamp(58px, 7vw, 84px);
}

.home-hero .hero-copy {
  max-width: 920px;
  margin-right: auto;
  margin-left: auto;
}

.home-hero .hero-actions {
  justify-content: center;
}

@media (max-width: 620px) {
  .hero.home-hero {
    min-height: 620px;
  }

  .home-hero .hero-panel {
    text-align: left;
  }

  .home-hero h1 {
    white-space: normal;
    font-size: 44px;
  }

  .home-hero .hero-actions {
    justify-content: flex-start;
  }
}

.home-product-lines.product-grid {
  max-width: none;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

@media (max-width: 1180px) {
  .home-product-lines.product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .home-product-lines.product-grid {
    grid-template-columns: 1fr;
  }
}

/* Product photography should show the full item; marketing banners can still crop. */
.catalog-grid .listing-card,
.home-line-card,
.product-detail .subhero figure,
.product-detail .gallery-grid figure {
  background: #f7f6f2;
}

.catalog-grid .listing-card img,
.home-line-card img,
.product-detail .subhero img,
.product-detail .gallery-grid img {
  box-sizing: border-box;
  object-fit: contain;
  background: #f7f6f2;
}

.catalog-grid .listing-card img,
.home-line-card img {
  padding: 14px;
}

.home-line-card img {
  width: 100%;
  height: 230px;
  padding: 0;
  object-fit: cover;
}

.product-detail .gallery-grid img {
  aspect-ratio: 1 / 1;
  padding: 10px;
}

.product-shower-curtain .gallery-grid img {
  aspect-ratio: 2 / 3;
}

.product-detail .subhero {
  min-height: 0;
}

.product-detail .subhero figure {
  justify-self: end;
  width: min(100%, 520px);
  min-height: 0;
  height: clamp(230px, 24vw, 290px);
  background: var(--slate);
}

.product-detail .subhero img {
  height: 100%;
  padding: 0;
  object-fit: cover;
  background: transparent;
}

.product-shower-curtain .subhero img {
  object-fit: cover;
}
