:root {
  --bg: #f6f2ea;
  --surface: #fffdf9;
  --surface-2: #ece7de;
  --text: #17212d;
  --muted: #5f6c79;
  --brand: #0d4c73;
  --brand-2: #1a7c7a;
  --white: #ffffff;
  --shadow: 0 24px 60px rgba(13, 76, 115, 0.12);
  --radius: 22px;
  --max: 1200px;
  --display-font: "Cormorant Garamond", serif;
  --heading-font: "Space Grotesk", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(26, 124, 122, 0.08), transparent 28%),
    radial-gradient(circle at right 12%, rgba(211, 140, 86, 0.08), transparent 24%),
    var(--bg);
  line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
p { margin: 0 0 1rem; }
.container { width: min(calc(100% - 2rem), var(--max)); margin: 0 auto; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(18px);
  background: rgba(246, 242, 234, 0.82);
  border-bottom: 1px solid rgba(23, 33, 45, 0.06);
}
.header-inner, .footer-grid, .hero-grid, .grid-2, .grid-3, .grid-4, .stats, .product-grid, .feature-grid, .faq-grid, .story-grid {
  display: grid;
  gap: 1.5rem;
}
.header-inner { grid-template-columns: auto 1fr auto; align-items: center; min-height: 78px; }
.brand { font-family: var(--heading-font); font-size: 1.1rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }
.brand span { color: var(--brand); }
.nav { display: flex; justify-content: center; gap: 1.25rem; flex-wrap: wrap; font-size: 0.95rem; }
.nav a { color: var(--muted); }
.nav a[aria-current="page"], .nav a:hover, .link:hover { color: var(--brand); }
.header-cta, .button, button.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  padding: 0.95rem 1.35rem;
  font-weight: 700;
  font-family: inherit;
  transition: transform 0.2s ease, opacity 0.2s ease, background 0.2s ease;
}
.button:hover, .header-cta:hover { transform: translateY(-1px); }
.button.primary, .header-cta {
  color: var(--white);
  background: linear-gradient(135deg, var(--brand) 0%, var(--brand-2) 100%);
  box-shadow: var(--shadow);
}
.button.secondary { color: var(--brand); background: rgba(255, 255, 255, 0.7); border: 1px solid rgba(13, 76, 115, 0.12); }
.button.ghost { color: var(--brand); background: transparent; border: 1px solid rgba(13, 76, 115, 0.18); }
.page-hero, .section, .section-tight { padding: 5.5rem 0; }
.section-tight { padding: 3.5rem 0; }
.hero-grid { grid-template-columns: 1.2fr 0.8fr; align-items: center; }
.eyebrow { display: inline-block; margin-bottom: 1rem; color: var(--brand-2); text-transform: uppercase; letter-spacing: 0.18em; font-size: 0.74rem; font-weight: 800; }
h1, h2, h3, h4 { line-height: 1.05; margin: 0 0 1rem; }
h1, h2 {
  font-family: var(--display-font);
  font-weight: 600;
  letter-spacing: -0.03em;
}
h3, h4 {
  font-family: var(--heading-font);
  font-weight: 700;
  letter-spacing: -0.02em;
}
h1 { font-size: clamp(3.5rem, 7vw, 6.8rem); line-height: 0.95; }
h2 { font-size: clamp(2.5rem, 4.6vw, 4.2rem); line-height: 0.98; }
h3 { font-size: clamp(1.18rem, 1.7vw, 1.45rem); }
h4 { font-size: clamp(1rem, 1.3vw, 1.15rem); }
.lead { font-size: 1.08rem; color: var(--muted); max-width: 60ch; }
.page-hero h1 {
  max-width: 12ch;
  text-wrap: balance;
}
.story-grid h1 {
  max-width: 14ch;
  font-size: clamp(2.4rem, 4.2vw, 4.2rem);
  line-height: 0.98;
}
.page-hero .lead {
  font-size: 1.08rem;
}
.catalog-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
  gap: 2rem;
  align-items: center;
}
.catalog-hero__intro {
  max-width: 820px;
}
.catalog-hero__intro .eyebrow {
  margin-bottom: 0.7rem;
  color: #91653b;
  letter-spacing: 0.2em;
}
.catalog-hero__intro h1 {
  max-width: 16ch;
  margin-bottom: 1rem;
  font-size: clamp(3.6rem, 5.8vw, 6rem);
  line-height: 0.94;
  letter-spacing: -0.045em;
  text-wrap: balance;
}
.catalog-hero__intro .lead {
  max-width: 54ch;
  margin-bottom: 0;
  font-size: 1.12rem;
  line-height: 1.72;
  color: #4d5a67;
}
.catalog-hero__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}
.catalog-hero__stat {
  min-height: 100%;
  background: rgba(255, 253, 249, 0.72);
}
.catalog-hero__visual {
  position: relative;
}
.catalog-hero__panel {
  position: relative;
  min-height: 600px;
  padding: 1.3rem;
  border-radius: 34px;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.9), transparent 32%),
    linear-gradient(145deg, rgba(217, 228, 233, 0.92), rgba(237, 224, 210, 0.92) 52%, rgba(255, 252, 247, 0.98));
  box-shadow: 0 30px 70px rgba(13, 76, 115, 0.12);
}
.catalog-hero__image-wrap {
  position: absolute;
  inset: 1.3rem 1.3rem 7rem 1.3rem;
  display: grid;
  place-items: center;
  border-radius: 28px;
  background: rgba(255, 253, 249, 0.74);
  backdrop-filter: blur(10px);
}
.catalog-hero__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 1.5rem;
  filter: drop-shadow(0 26px 34px rgba(23, 33, 45, 0.18));
}
.catalog-hero__floating {
  position: absolute;
  left: 1.5rem;
  right: 7.1rem;
  bottom: 1.3rem;
  padding: 1rem 1.1rem 1.1rem;
  border-radius: 24px;
  background: rgba(255, 253, 249, 0.9);
  box-shadow: 0 16px 36px rgba(13, 76, 115, 0.1);
}
.catalog-hero__floating .eyebrow {
  margin-bottom: 0.45rem;
}
.catalog-hero__floating h3 {
  margin-bottom: 0.45rem;
}
.catalog-hero__floating p {
  margin-bottom: 0;
  color: var(--muted);
}
.catalog-hero__thumbs {
  position: absolute;
  top: 1.3rem;
  right: 1.3rem;
  bottom: 1.3rem;
  width: 84px;
  display: grid;
  gap: 0.7rem;
  grid-auto-rows: 1fr;
}
.catalog-hero__mini {
  display: block;
  padding: 0.35rem;
  border-radius: 18px;
  background: rgba(255, 253, 249, 0.82);
  box-shadow: 0 12px 28px rgba(13, 76, 115, 0.09);
}
.catalog-hero__mini img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 14px;
}
.home-hero {
  overflow: clip;
}
.home-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 2rem;
  align-items: center;
}
.home-hero__copy {
  position: relative;
  z-index: 1;
}
.home-kicker {
  margin: 0 0 0.7rem;
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.home-kicker strong {
  color: var(--brand);
  font-size: 1.6rem;
  margin-right: 0.35rem;
}
.home-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.8fr);
  gap: 1.5rem 2rem;
  align-items: end;
  margin-bottom: 1.5rem;
}
.home-hero__copy h1 {
  max-width: 11.5ch;
  font-size: clamp(2.3rem, 3.8vw, 3.9rem);
  line-height: 1;
}
.home-hero__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}
.home-stat {
  min-height: 100%;
  background: rgba(255, 253, 249, 0.7);
}
.home-stat strong {
  font-size: clamp(1.6rem, 2.8vw, 2.4rem);
}
.home-hero__visual {
  position: relative;
}
.home-hero__panel {
  position: relative;
  min-height: 640px;
  padding: 1.4rem;
  border-radius: 36px;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.9), transparent 32%),
    linear-gradient(145deg, rgba(217, 228, 233, 0.92), rgba(237, 224, 210, 0.92) 52%, rgba(255, 252, 247, 0.98));
  box-shadow: 0 30px 70px rgba(13, 76, 115, 0.12);
}
.home-hero__image-wrap {
  position: absolute;
  inset: 1.4rem 1.4rem 7.3rem 1.4rem;
  display: grid;
  place-items: center;
  border-radius: 28px;
  background: rgba(255, 253, 249, 0.72);
  backdrop-filter: blur(10px);
}
.home-hero__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 1.6rem;
  filter: drop-shadow(0 28px 34px rgba(23, 33, 45, 0.18));
}
.home-hero__floating {
  position: absolute;
  left: 1.6rem;
  right: 7.2rem;
  bottom: 1.4rem;
  padding: 1rem 1.1rem 1.1rem;
  border-radius: 24px;
  background: rgba(255, 253, 249, 0.88);
  box-shadow: 0 16px 36px rgba(13, 76, 115, 0.1);
}
.home-hero__floating .eyebrow {
  margin-bottom: 0.45rem;
}
.home-hero__floating h3 {
  margin-bottom: 0.45rem;
}
.home-hero__floating p {
  margin-bottom: 0;
  color: var(--muted);
}
.home-hero__thumbs {
  position: absolute;
  top: 1.4rem;
  right: 1.4rem;
  bottom: 1.4rem;
  width: 84px;
  display: grid;
  gap: 0.7rem;
  grid-auto-rows: 1fr;
}
.home-hero__mini {
  display: block;
  padding: 0.35rem;
  border-radius: 18px;
  background: rgba(255, 253, 249, 0.82);
  box-shadow: 0 12px 28px rgba(13, 76, 115, 0.09);
}
.home-hero__mini img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 14px;
}
.home-category-card {
  overflow: hidden;
  background: rgba(255, 253, 249, 0.9);
  border: 1px solid rgba(13, 76, 115, 0.08);
  border-radius: 26px;
  box-shadow: 0 18px 40px rgba(13, 76, 115, 0.08);
}
.home-category-card:hover,
.home-layer-card:hover,
.home-proof-card:hover,
.home-why-card:hover,
.home-process-step:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 48px rgba(13, 76, 115, 0.12);
}
.home-category-card__media {
  aspect-ratio: 1 / 0.9;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0) 42%),
    linear-gradient(160deg, rgba(225, 236, 240, 0.9), rgba(243, 235, 225, 0.95) 58%, rgba(255, 253, 249, 0.98));
}
.home-category-card__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 1.25rem;
}
.home-category-card .content {
  padding: 1.3rem 1.35rem 1.4rem;
}
.home-trustbar {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.8rem;
}
.home-trustbar span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 4rem;
  padding: 0.95rem 1rem;
  border-radius: 20px;
  background: rgba(255, 253, 249, 0.82);
  border: 1px solid rgba(13, 76, 115, 0.08);
  box-shadow: 0 14px 30px rgba(13, 76, 115, 0.06);
  font-weight: 700;
  text-align: center;
}
.home-capability-card {
  min-height: 100%;
}
.home-capability-list {
  display: grid;
  gap: 1rem;
}
.home-layer-card,
.home-proof-card,
.home-why-card,
.home-process-step,
.home-category-card {
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}
.home-layer-card {
  display: grid;
  gap: 1rem;
  min-height: 100%;
}
.home-layer-card__head .eyebrow {
  margin-bottom: 0.4rem;
}
.home-visual {
  min-height: 240px;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(13, 76, 115, 0.08);
}
.home-visual--factory {
  display: grid;
  gap: 0.8rem;
  padding: 1.2rem;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0) 42%),
    linear-gradient(145deg, rgba(225, 236, 240, 0.9), rgba(243, 235, 225, 0.95));
}
.home-visual-metric {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 0.8rem;
  padding: 1rem 1.05rem;
  border-radius: 18px;
  background: rgba(255, 253, 249, 0.88);
  box-shadow: 0 12px 28px rgba(13, 76, 115, 0.07);
}
.home-visual-metric span {
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.home-visual-metric strong {
  font-family: var(--heading-font);
  font-size: 1.05rem;
}
.home-visual--capability {
  display: grid;
  align-content: center;
  justify-items: start;
  gap: 0.85rem;
  padding: 1.4rem;
  background: linear-gradient(145deg, rgba(13, 76, 115, 0.95), rgba(26, 124, 122, 0.82));
}
.home-process-chip {
  display: inline-flex;
  align-items: center;
  min-height: 3.3rem;
  padding: 0.85rem 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--brand);
  font-family: var(--heading-font);
  font-weight: 700;
  box-shadow: 0 12px 22px rgba(13, 76, 115, 0.14);
}
.home-visual--product {
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0) 42%),
    linear-gradient(160deg, rgba(225, 236, 240, 0.9), rgba(243, 235, 225, 0.95) 58%, rgba(255, 253, 249, 0.98));
}
.home-visual--product img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 1.2rem;
  filter: drop-shadow(0 22px 32px rgba(23, 33, 45, 0.18));
}
.home-capability-row {
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1.3fr);
  gap: 1.2rem 2rem;
  align-items: center;
  padding: 1.5rem 1.6rem;
}
.home-capability-row .eyebrow {
  margin-bottom: 0.45rem;
}
.home-strengths {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}
.home-strength-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}
.home-strength {
  padding: 1.3rem;
}
.home-strength strong {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
}
.home-strength-card {
  text-align: center;
  padding: 1.5rem 1rem;
}
.home-strength-card strong {
  display: block;
  font-size: clamp(2rem, 3.4vw, 3rem);
  margin-bottom: 0.4rem;
}
.home-strength-card span {
  color: var(--muted);
  font-weight: 700;
}
.home-proof-card,
.home-why-card,
.home-process-step {
  min-height: 100%;
}
.home-process-step {
  position: relative;
  padding-top: 3.4rem;
}
.home-process-step__num {
  position: absolute;
  top: 1rem;
  left: 1rem;
  display: inline-grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  background: rgba(13, 76, 115, 0.12);
  color: var(--brand);
  font-family: var(--heading-font);
  font-weight: 700;
}
.hero-card, .card, .faq-item, .spec-table, .cta-panel, .quote-box, .metric-card, .form-panel {
  background: rgba(255, 253, 249, 0.84);
  border: 1px solid rgba(255, 255, 255, 0.55);
  box-shadow: var(--shadow);
  border-radius: var(--radius);
}
.hero-card, .card, .cta-panel, .quote-box, .metric-card, .form-panel { padding: 1.5rem; }
.hero-image {
  position: relative;
  min-height: 540px;
  overflow: hidden;
  border-radius: 34px;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.88), transparent 28%),
    linear-gradient(145deg, rgba(217, 228, 233, 0.92), rgba(237, 224, 210, 0.92) 52%, rgba(255, 252, 247, 0.98));
}
.hero-image > img {
  position: absolute;
  inset: 1.2rem 1.2rem 6.8rem 1.2rem;
  width: calc(100% - 2.4rem);
  height: calc(100% - 8rem);
  object-fit: contain;
  padding: 1rem;
  border-radius: 26px;
  background: rgba(255, 253, 249, 0.7);
  filter: drop-shadow(0 24px 30px rgba(23, 33, 45, 0.16));
}
.hero-image .overlay {
  position: absolute;
  left: 1.5rem;
  right: 1.5rem;
  bottom: 1.5rem;
  padding: 1rem 1.1rem 1.1rem;
  border-radius: 22px;
  background: rgba(255, 253, 249, 0.9);
  color: var(--text);
  box-shadow: 0 16px 36px rgba(13, 76, 115, 0.1);
}
.stats { grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 2rem; }
.metric-card strong { display: block; font-family: "Space Grotesk", sans-serif; font-size: 2rem; margin-bottom: 0.25rem; }
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-3, .feature-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.catalog-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 2rem;
  align-items: start;
}
.catalog-sidebar {
  position: sticky;
  top: 110px;
}
.catalog-main { min-width: 0; }
.catalog-main .product-grid { gap: 1.7rem; }
.catalog-directory {
  padding: 1.2rem;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 244, 237, 0.92));
  border: 1px solid rgba(13, 76, 115, 0.08);
  box-shadow: 0 22px 46px rgba(13, 76, 115, 0.08);
}
.catalog-directory--sidebar {
  margin-top: 0;
}
.catalog-directory__label {
  display: inline-block;
  margin-bottom: 0.9rem;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.catalog-directory__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.8rem;
}
.catalog-directory__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 3.8rem;
  padding: 0.95rem 1rem;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(236, 231, 222, 0.55));
  border: 1px solid rgba(13, 76, 115, 0.08);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}
.catalog-directory__link:hover {
  transform: translateY(-2px);
  border-color: rgba(13, 76, 115, 0.2);
  box-shadow: 0 16px 32px rgba(13, 76, 115, 0.08);
}
.catalog-directory__link span {
  font-family: var(--heading-font);
  font-weight: 700;
}
.catalog-directory__link strong {
  color: var(--brand);
  font-size: 0.88rem;
}
.catalog-section-heading {
  grid-column: 1 / -1;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin: 1.2rem 0 0.2rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(13, 76, 115, 0.08);
}
.catalog-section-heading:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}
.catalog-section-heading h2 {
  margin-bottom: 0;
}
.catalog-section-count {
  margin: 0;
  color: var(--muted);
  font-weight: 700;
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}
.product-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 244, 237, 0.96));
  border: 1px solid rgba(13, 76, 115, 0.1);
  border-radius: 30px;
  box-shadow: 0 22px 46px rgba(13, 76, 115, 0.08);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}
.product-card:hover {
  transform: translateY(-6px);
  border-color: rgba(13, 76, 115, 0.18);
  box-shadow: 0 28px 52px rgba(13, 76, 115, 0.12);
}
.product-card__media {
  position: relative;
  aspect-ratio: 4 / 4.8;
  padding: 1rem;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0) 42%),
    linear-gradient(160deg, rgba(225, 236, 240, 0.9), rgba(243, 235, 225, 0.95) 58%, rgba(255, 253, 249, 0.98));
}
.product-card__frame {
  width: 100%;
  height: 100%;
  padding: 0.9rem;
  border-radius: 24px;
  background: rgba(255, 253, 249, 0.68);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(8px);
}
.product-card__frame img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 20px;
  filter: drop-shadow(0 20px 26px rgba(23, 33, 45, 0.15));
}
.product-card__media-top {
  position: absolute;
  inset: 1.2rem 1.2rem auto 1.2rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
}
.product-card__badge {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.4rem 0.8rem;
  border-radius: 999px;
  background: rgba(255, 253, 249, 0.92);
  border: 1px solid rgba(13, 76, 115, 0.08);
  color: var(--brand);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.product-card__price-tag {
  display: inline-flex;
  align-items: center;
  min-height: 2.4rem;
  padding: 0.55rem 0.85rem;
  border-radius: 999px;
  background: rgba(13, 76, 115, 0.92);
  color: var(--white);
  font-weight: 800;
  box-shadow: 0 12px 24px rgba(13, 76, 115, 0.16);
}
.product-card__thumbs {
  position: absolute;
  left: 1.25rem;
  right: 1.25rem;
  bottom: 1.2rem;
  display: flex;
  gap: 0.55rem;
}
.product-card__thumb {
  width: 3rem;
  height: 3rem;
  padding: 0.22rem;
  border-radius: 14px;
  background: rgba(255, 253, 249, 0.88);
  border: 1px solid rgba(13, 76, 115, 0.08);
  box-shadow: 0 10px 24px rgba(13, 76, 115, 0.08);
}
.product-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.product-card .content {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 0.9rem;
  padding: 1.2rem 1.25rem 1.3rem;
}
.product-card__meta, .product-card__footer, .product-detail__stats, .product-gallery {
  display: grid;
  gap: 0.8rem;
}
.product-card__meta, .product-detail__stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.product-card__moq, .product-card__sku {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0.7rem 0.85rem;
  border-radius: 16px;
  font-weight: 700;
  font-size: 0.82rem;
}
.product-card__moq {
  background: rgba(26, 124, 122, 0.1);
  color: var(--brand-2);
}
.product-card__sku {
  background: rgba(13, 76, 115, 0.08);
  color: var(--brand);
}
.product-card h3 {
  margin-bottom: 0;
  font-family: var(--heading-font);
  font-size: 1.12rem;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-card__summary {
  margin-bottom: 0;
  color: var(--muted);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-card__footer { margin-top: auto; }
.product-card .button { width: 100%; }
.product-stat__label {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.product-detail__stats .metric-card {
  padding: 1.15rem 1.2rem;
  border: 1px solid rgba(13, 76, 115, 0.08);
}
.product-detail__stats .metric-card strong {
  margin-bottom: 0;
  font-size: 1.5rem;
}
.product-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.product-gallery img {
  width: 100%;
  aspect-ratio: 1 / 1.15;
  object-fit: contain;
  border-radius: 18px;
  margin-bottom: 0;
  background: rgba(255, 253, 249, 0.9);
  padding: 0.65rem;
}
.product-hero__stage {
  position: absolute;
  inset: 1.1rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 92px;
  gap: 0.9rem;
  align-items: stretch;
}
.product-hero__main {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
  background: rgba(255, 253, 249, 0.78);
  padding: 0;
  mix-blend-mode: normal;
  opacity: 1;
  filter: drop-shadow(0 22px 28px rgba(23, 33, 45, 0.16));
}
.product-hero__rail {
  display: grid;
  grid-auto-rows: 1fr;
  gap: 0.7rem;
}
.product-hero__mini {
  display: block;
  border: 1px solid transparent;
  border-radius: 18px;
  padding: 0.35rem;
  background: rgba(255, 253, 249, 0.88);
  box-shadow: 0 14px 28px rgba(13, 76, 115, 0.09);
  cursor: pointer;
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}
.product-hero__mini:hover,
.product-hero__mini.is-active {
  transform: translateY(-2px);
  border-color: rgba(13, 76, 115, 0.18);
  box-shadow: 0 18px 32px rgba(13, 76, 115, 0.13);
}
.product-hero__mini img {
  position: static;
  inset: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 14px;
  mix-blend-mode: normal;
  opacity: 1;
  background: rgba(255, 253, 249, 0.95);
}
.tag-row, .chip-row { display: flex; gap: 0.65rem; flex-wrap: wrap; margin: 1rem 0 0; }
.tag, .chip { display: inline-flex; align-items: center; gap: 0.35rem; padding: 0.5rem 0.8rem; border-radius: 999px; font-size: 0.76rem; font-weight: 700; }
.tag { background: rgba(13, 76, 115, 0.1); color: var(--brand); }
.chip { background: rgba(26, 124, 122, 0.1); color: var(--brand-2); }
.section-alt { background: linear-gradient(180deg, rgba(236, 231, 222, 0.4), rgba(255, 253, 249, 0.4)); }
.spec-table { overflow: hidden; padding: 0; }
table { width: 100%; border-collapse: collapse; }
th, td { text-align: left; padding: 1rem 1.15rem; font-size: 0.94rem; }
thead { background: rgba(13, 76, 115, 0.08); }
tbody tr:nth-child(even) { background: rgba(236, 231, 222, 0.42); }
.faq-grid { grid-template-columns: 0.9fr 1.1fr; align-items: start; }
.faq-hero__copy {
  max-width: 760px;
}
.faq-hero__eyebrow {
  margin-bottom: 0.7rem;
  letter-spacing: 0.16em;
  font-size: 0.8rem;
}
.faq-hero__title {
  max-width: 14ch;
  margin-bottom: 0.9rem;
  font-size: clamp(2.9rem, 4.8vw, 4.9rem);
  line-height: 0.94;
  letter-spacing: -0.04em;
  text-wrap: balance;
}
.faq-hero__copy .lead {
  max-width: 50ch;
  font-size: 1.1rem;
  line-height: 1.72;
}
.about-hero__copy,
.manufacturing-hero__copy,
.sustainability-hero__copy,
.contact-hero__copy {
  max-width: 760px;
}
.about-hero__eyebrow,
.manufacturing-hero__eyebrow,
.sustainability-hero__eyebrow,
.contact-hero__eyebrow {
  margin-bottom: 0.7rem;
  letter-spacing: 0.16em;
  font-size: 0.8rem;
}
.about-hero__title,
.manufacturing-hero__title,
.sustainability-hero__title,
.contact-hero__title {
  margin-bottom: 0.9rem;
  line-height: 0.94;
  letter-spacing: -0.04em;
  text-wrap: balance;
}
.about-hero__title {
  max-width: 13ch;
  font-size: clamp(2.9rem, 4.8vw, 4.9rem);
}
.manufacturing-hero__title {
  max-width: 12ch;
  font-size: clamp(2.8rem, 4.5vw, 4.6rem);
}
.sustainability-hero__title {
  max-width: 13ch;
  font-size: clamp(2.75rem, 4.4vw, 4.4rem);
}
.contact-hero__title {
  max-width: 14ch;
  font-size: clamp(2.7rem, 4.3vw, 4.3rem);
}
.about-hero__copy .lead,
.manufacturing-hero__copy .lead,
.sustainability-hero__copy .lead,
.contact-hero__copy .lead {
  max-width: 50ch;
  font-size: 1.1rem;
  line-height: 1.72;
}
.faq-item { padding: 0; overflow: hidden; }
.faq-question {
  width: 100%;
  padding: 1.1rem 1.2rem;
  background: transparent;
  border: 0;
  text-align: left;
  font: inherit;
  font-weight: 700;
  color: var(--text);
  cursor: pointer;
}
.faq-answer { padding: 0 1.2rem 1.2rem; color: var(--muted); }
.story-grid { grid-template-columns: 1fr 1fr; align-items: center; }
.check-list, .mini-list { padding: 0; margin: 1rem 0 0; list-style: none; }
.check-list li, .mini-list li { margin: 0 0 0.8rem; padding-left: 1.5rem; position: relative; }
.check-list li::before, .mini-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
}
.quote-box { background: linear-gradient(145deg, rgba(13, 76, 115, 0.95), rgba(26, 124, 122, 0.8)); color: var(--white); }
.quote-box p:last-child, .footer-grid p:last-child { margin-bottom: 0; }
.cta-panel {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  align-items: center;
  gap: 1rem 2rem;
  background: linear-gradient(135deg, rgba(13, 76, 115, 0.96), rgba(26, 124, 122, 0.88));
  color: var(--white);
}
.cta-panel .lead, .cta-panel p { color: rgba(255, 255, 255, 0.82); }
.form-panel form, .split-grid { display: grid; gap: 1rem; }
.split-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
label { font-size: 0.8rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(--muted); }
input, textarea, select {
  width: 100%;
  margin-top: 0.45rem;
  padding: 1rem 1rem;
  border: 1px solid rgba(13, 76, 115, 0.12);
  border-radius: 16px;
  font: inherit;
  color: var(--text);
  background: rgba(255, 255, 255, 0.82);
}
textarea { min-height: 140px; resize: vertical; }
.breadcrumb { display: flex; gap: 0.5rem; flex-wrap: wrap; color: var(--muted); font-size: 0.9rem; margin-bottom: 1.5rem; }
.footer {
  padding: 4rem 0 2rem;
  background: linear-gradient(180deg, rgba(12, 39, 56, 0.98), rgba(13, 76, 115, 0.95));
  color: var(--white);
}
.footer .muted,
.footer .link,
.footer-note { color: rgba(255, 255, 255, 0.72); }
.footer .brand span,
.footer .link:hover { color: #9ed7d5; }
.footer-topline {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem 2rem;
  align-items: center;
  margin-bottom: 2rem;
  padding: 1.6rem 1.7rem;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
}
.footer-topline h2 {
  max-width: 12ch;
  margin-bottom: 0;
  font-size: clamp(2rem, 3.5vw, 3.2rem);
}
.footer-grid { grid-template-columns: 1.4fr 1fr 1fr 1fr; margin-bottom: 2rem; }
.footer-contact-list {
  display: grid;
  gap: 0.35rem;
  margin-top: 1rem;
}
.footer-contact-list p {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
}
.footer-note { padding-top: 1.2rem; border-top: 1px solid rgba(23, 33, 45, 0.08); color: var(--muted); font-size: 0.92rem; }
.muted { color: var(--muted); }
@media (max-width: 1024px) {
  .hero-grid, .story-grid, .faq-grid, .cta-panel, .grid-4, .footer-grid, .catalog-layout, .footer-topline, .catalog-hero { grid-template-columns: 1fr; }
  .grid-3, .feature-grid, .grid-2, .split-grid, .stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-hero__grid,
  .home-hero__stats,
  .home-intro,
  .home-capability-row { grid-template-columns: 1fr; }
  .home-trustbar,
  .home-strengths,
  .home-strength-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-hero__panel {
    min-height: 560px;
  }
  .catalog-hero__panel {
    min-height: 560px;
  }
  .catalog-hero__thumbs {
    top: auto;
    left: 1.3rem;
    right: 1.3rem;
    bottom: 1.3rem;
    width: auto;
    grid-auto-flow: column;
    grid-auto-columns: minmax(0, 1fr);
  }
  .catalog-hero__floating {
    right: 1.3rem;
    bottom: 5.9rem;
  }
  .home-hero__thumbs {
    top: auto;
    left: 1.4rem;
    right: 1.4rem;
    bottom: 1.4rem;
    width: auto;
    grid-auto-flow: column;
    grid-auto-columns: minmax(0, 1fr);
  }
  .home-hero__floating {
    right: 1.4rem;
    bottom: 6rem;
  }
  .catalog-sidebar {
    position: static;
  }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .catalog-directory__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .header-inner { grid-template-columns: 1fr; gap: 0.8rem; padding: 1rem 0; }
  .nav { justify-content: flex-start; }
  .footer-topline h2 { max-width: none; }
}
@media (max-width: 720px) {
  .page-hero, .section { padding: 4rem 0; }
  .grid-3, .feature-grid, .grid-2, .split-grid, .stats { grid-template-columns: 1fr; }
  .hero-image { min-height: 420px; }
  .home-trustbar,
  .home-strengths,
  .home-strength-grid { grid-template-columns: 1fr; }
  .home-hero__panel {
    min-height: 500px;
    padding: 1rem;
  }
  .catalog-hero__stats {
    grid-template-columns: 1fr;
  }
  .catalog-hero__panel {
    min-height: 520px;
    padding: 1rem;
  }
  .catalog-hero__image-wrap {
    inset: 1rem 1rem 7rem 1rem;
  }
  .catalog-hero__floating {
    left: 1rem;
    right: 1rem;
    bottom: 5.7rem;
  }
  .catalog-hero__thumbs {
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
  }
  .home-hero__image-wrap {
    inset: 1rem 1rem 7rem 1rem;
  }
  .home-hero__floating {
    left: 1rem;
    right: 1rem;
    bottom: 5.7rem;
  }
  .home-hero__thumbs {
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
  }
  .catalog-hero__intro h1 {
    max-width: 100%;
    font-size: clamp(2.8rem, 9vw, 4.2rem);
  }
  .product-grid { grid-template-columns: 1fr; }
  .catalog-directory__grid { grid-template-columns: 1fr; }
  .catalog-section-heading { align-items: start; flex-direction: column; }
  .product-card__thumbs { display: none; }
  .product-hero__stage {
    grid-template-columns: 1fr;
    grid-template-rows: minmax(0, 1fr) auto;
  }
  .product-hero__rail {
    grid-auto-flow: column;
    grid-auto-columns: minmax(0, 1fr);
  }
  .product-card__meta, .product-detail__stats, .product-gallery { grid-template-columns: 1fr; }
  h1 { font-size: clamp(2.8rem, 12vw, 4.3rem); }
  h2 { font-size: clamp(2rem, 9vw, 3rem); }
}
