
:root {
  --ink: #171812;
  --ink-soft: #56584d;
  --paper: #f5f2e9;
  --paper-2: #ece7da;
  --surface: #fffdf8;
  --forest: #284531;
  --forest-2: #1d3425;
  --leaf: #8fb04a;
  --leaf-soft: #dfe9c7;
  --wood: #9f6a3f;
  --wood-soft: #ead6c3;
  --line: rgba(35, 38, 29, .14);
  --shadow-sm: 0 10px 30px rgba(45, 42, 31, .08);
  --shadow-md: 0 20px 60px rgba(34, 31, 24, .14);
  --radius-sm: 12px;
  --radius-md: 20px;
  --radius-lg: 30px;
  --container: 1200px;
  --header-height: 76px;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 20px);
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

body.no-scroll { overflow: hidden; }

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

button, input, textarea, select { font: inherit; }

button, a { -webkit-tap-highlight-color: transparent; }

a { color: inherit; }

::selection {
  background: var(--leaf-soft);
  color: var(--forest-2);
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 1000;
  transform: translateY(-150%);
  background: var(--forest);
  color: #fff;
  padding: 10px 14px;
  border-radius: 10px;
  text-decoration: none;
  transition: transform .2s ease;
}

.skip-link:focus { transform: translateY(0); }

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

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 14px;
  color: var(--forest);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 26px;
  height: 2px;
  content: "";
  background: var(--leaf);
}

.display {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.65rem, 6vw, 6.2rem);
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: .96;
}

.section-title {
  max-width: 760px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4.2vw, 4rem);
  font-weight: 500;
  letter-spacing: -.04em;
  line-height: 1.03;
}

.lede {
  max-width: 700px;
  margin: 20px 0 0;
  color: var(--ink-soft);
  font-size: clamp(1rem, 1.5vw, 1.18rem);
}

.muted { color: var(--ink-soft); }

.topbar {
  background: var(--forest-2);
  color: rgba(255, 255, 255, .86);
  font-size: .79rem;
}

.topbar-inner {
  min-height: 34px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
}

.topbar a {
  color: #fff;
  text-underline-offset: 3px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(35, 38, 29, .1);
  background: rgba(245, 242, 233, .9);
  backdrop-filter: blur(18px);
}

.header-inner {
  min-height: var(--header-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  text-decoration: none;
  font-weight: 800;
  letter-spacing: -.02em;
}

.brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  object-fit: contain;
  background: #0b0c08;
  box-shadow: 0 8px 20px rgba(26, 31, 19, .14);
}

.brand-copy {
  display: grid;
  line-height: 1.05;
}

.brand-copy small {
  margin-top: 4px;
  color: var(--ink-soft);
  font-size: .64rem;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

.site-nav a {
  padding: 10px 14px;
  border-radius: 999px;
  color: var(--ink-soft);
  font-size: .91rem;
  font-weight: 700;
  text-decoration: none;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
  border: 1px solid transparent;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  background: rgba(40, 69, 49, .08);
  color: var(--forest);
  outline: none;
}

.nav-cta {
  margin-left: 0;
  border-color: rgba(40, 69, 49, .14);
  background: rgba(40, 69, 49, .05);
  color: var(--forest) !important;
}

.nav-cta:hover,
.nav-cta:focus-visible {
  border-color: rgba(40, 69, 49, .2);
  background: rgba(40, 69, 49, .09) !important;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--surface);
  color: var(--ink);
  cursor: pointer;
}

.menu-toggle svg { width: 21px; }

.hero {
  position: relative;
  overflow: hidden;
  padding: 54px 0 72px;
}

.hero::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background:
    radial-gradient(circle at 3% 9%, rgba(143, 176, 74, .18), transparent 26%),
    radial-gradient(circle at 96% 86%, rgba(159, 106, 63, .14), transparent 28%);
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, .98fr);
  align-items: center;
  gap: clamp(34px, 6vw, 84px);
}

.hero-copy { padding: 26px 0; }

.hero-copy .display span { color: var(--forest); }

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

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.button:hover { transform: translateY(-2px); }

.button-primary {
  background: var(--forest);
  color: #fff;
  box-shadow: 0 12px 28px rgba(40, 69, 49, .2);
}

.button-primary:hover { background: var(--forest-2); }

.button-secondary {
  border-color: var(--line);
  background: rgba(255, 253, 248, .72);
  color: var(--ink);
}

.button-secondary:hover {
  border-color: rgba(40, 69, 49, .28);
  background: var(--surface);
}

.button-ghost {
  min-height: auto;
  padding: 8px 0;
  border-radius: 0;
  color: var(--forest);
}

.button svg { width: 18px; height: 18px; }

.hero-visual {
  position: relative;
  min-height: 590px;
}

.hero-frame {
  position: absolute;
  inset: 0 0 32px 54px;
  overflow: hidden;
  border-radius: 170px 28px 28px 28px;
  box-shadow: var(--shadow-md);
}

.hero-frame::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 52%, rgba(17, 20, 14, .54));
}

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

.hero-note {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: min(270px, 72%);
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .45);
  border-radius: 18px;
  background: rgba(255, 253, 248, .9);
  box-shadow: var(--shadow-sm);
  backdrop-filter: blur(14px);
}

.hero-note strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
  font-weight: 500;
}

.hero-note span {
  display: block;
  margin-top: 4px;
  color: var(--ink-soft);
  font-size: .84rem;
}

.wood-swatch {
  position: absolute;
  top: 30px;
  right: -18px;
  z-index: 3;
  width: 95px;
  overflow: hidden;
  border: 8px solid var(--paper);
  border-radius: 999px;
  box-shadow: var(--shadow-sm);
  aspect-ratio: 1 / 2.5;
}

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

.metrics {
  position: relative;
  margin-top: 8px;
}

.metrics-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(255, 253, 248, .7);
}

.metric {
  padding: 24px 28px;
}

.metric + .metric { border-left: 1px solid var(--line); }

.metric strong {
  display: block;
  color: var(--forest);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: 500;
  line-height: 1;
}

.metric span {
  display: block;
  margin-top: 7px;
  color: var(--ink-soft);
  font-size: .85rem;
}

.section { padding: 104px 0; }

.section-compact { padding: 72px 0; }

.section-dark {
  position: relative;
  overflow: hidden;
  background: var(--forest-2);
  color: #fff;
}

.section-dark::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: .13;
  background:
    linear-gradient(118deg, transparent 0 46%, rgba(255,255,255,.7) 46.2% 46.5%, transparent 46.7%),
    repeating-linear-gradient(96deg, transparent 0 28px, rgba(255,255,255,.16) 29px, transparent 31px);
}

.section-dark .eyebrow { color: var(--leaf-soft); }
.section-dark .lede, .section-dark .muted { color: rgba(255, 255, 255, .68); }

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 34px;
  margin-bottom: 42px;
}

.section-head .button { flex: 0 0 auto; }

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

.value-card {
  position: relative;
  min-height: 290px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--surface);
  box-shadow: var(--shadow-sm);
}

.value-card::after {
  position: absolute;
  right: -45px;
  bottom: -68px;
  width: 160px;
  height: 160px;
  border: 26px solid var(--leaf-soft);
  border-radius: 50%;
  content: "";
  opacity: .6;
}

.card-number {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: var(--leaf-soft);
  color: var(--forest);
  font-weight: 900;
}

.value-card h3 {
  margin: 58px 0 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.65rem;
  font-weight: 500;
}

.value-card p {
  max-width: 34ch;
  margin: 0;
  color: var(--ink-soft);
}

.split-showcase {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: clamp(40px, 7vw, 100px);
  align-items: center;
}

.showcase-image {
  position: relative;
  min-height: 620px;
}

.showcase-image > img {
  width: calc(100% - 54px);
  height: 100%;
  min-height: 620px;
  object-fit: cover;
  border-radius: 28px 160px 28px 28px;
  box-shadow: var(--shadow-md);
}

.showcase-sample {
  position: absolute;
  right: 0;
  bottom: 46px;
  width: 150px;
  height: 260px;
  overflow: hidden;
  border: 10px solid var(--paper);
  border-radius: 22px;
  box-shadow: var(--shadow-md);
}

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

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

.check-list li {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  align-items: start;
}

.check-icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--leaf-soft);
  color: var(--forest);
  font-weight: 900;
}

.check-list strong { display: block; }
.check-list span { display: block; color: var(--ink-soft); font-size: .9rem; }

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

.category-card {
  position: relative;
  min-height: 290px;
  overflow: hidden;
  border-radius: 20px;
  color: #fff;
  text-decoration: none;
  box-shadow: var(--shadow-sm);
}

.category-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}

.category-card::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(0,0,0,.04) 25%, rgba(13, 18, 12, .82));
}

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

.category-copy {
  position: absolute;
  z-index: 2;
  right: 18px;
  bottom: 18px;
  left: 18px;
}

.category-copy small {
  display: block;
  color: rgba(255,255,255,.72);
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.category-copy strong {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 5px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.5rem;
  font-weight: 500;
}

.sample-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.sample-card {
  display: flex;
  min-height: 330px;
  flex-direction: column;
  padding: 22px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 20px;
  background: rgba(255,255,255,.065);
  backdrop-filter: blur(8px);
}

.sample-format {
  width: 78px;
  display: grid;
  place-items: center;
  margin-bottom: 44px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 8px;
  background: rgba(255,255,255,.08);
  color: var(--leaf-soft);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.2rem;
  aspect-ratio: 1 / 1.25;
}

.sample-card h3 {
  margin: 0 0 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1.12;
}

.sample-card p {
  margin: 0 0 22px;
  color: rgba(255,255,255,.64);
  font-size: .88rem;
}

.sample-card .button {
  width: 100%;
  margin-top: auto;
  background: #fff;
  color: var(--forest-2);
}

.faq-grid {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: clamp(40px, 7vw, 96px);
}

.accordion { border-top: 1px solid var(--line); }

.accordion details { border-bottom: 1px solid var(--line); }

.accordion summary {
  position: relative;
  padding: 22px 44px 22px 0;
  font-weight: 800;
  list-style: none;
  cursor: pointer;
}

.accordion summary::-webkit-details-marker { display: none; }

.accordion summary::after {
  position: absolute;
  top: 21px;
  right: 4px;
  content: "+";
  color: var(--forest);
  font-size: 1.4rem;
  line-height: 1;
}

.accordion details[open] summary::after { content: "-"; }

.accordion p {
  max-width: 70ch;
  margin: -4px 0 22px;
  color: var(--ink-soft);
}

.contact-shell {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--surface);
  box-shadow: var(--shadow-sm);
}

.contact-info {
  padding: clamp(32px, 5vw, 60px);
  background: var(--forest);
  color: #fff;
}

.contact-info .eyebrow { color: var(--leaf-soft); }
.contact-info .section-title { font-size: clamp(2.1rem, 4vw, 3.5rem); }

.contact-list {
  display: grid;
  gap: 14px;
  margin-top: 34px;
}

.contact-item {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 13px;
  align-items: start;
}

.contact-item svg {
  width: 38px;
  height: 38px;
  padding: 10px;
  border-radius: 50%;
  background: rgba(255,255,255,.1);
}

.contact-item small {
  display: block;
  color: rgba(255,255,255,.58);
  text-transform: uppercase;
  letter-spacing: .09em;
}

.contact-item a {
  color: #fff;
  text-decoration-color: rgba(255,255,255,.35);
  text-underline-offset: 4px;
}

.contact-form { padding: clamp(32px, 5vw, 60px); }

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

.field {
  display: grid;
  gap: 7px;
}

.field-full { grid-column: 1 / -1; }

.address-fields {
  min-width: 0;
  margin: 4px 0 0;
  padding: 0;
  border: 0;
}

.address-fields legend {
  margin-bottom: 10px;
  font-size: .82rem;
  font-weight: 800;
}

.field label {
  font-size: .82rem;
  font-weight: 800;
}

.field input,
.field textarea,
.catalog-search input,
.catalog-sort select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fbfaf6;
  color: var(--ink);
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.field input { min-height: 48px; padding: 10px 13px; }
.field textarea { min-height: 132px; padding: 12px 13px; resize: vertical; }

.field input:focus,
.field textarea:focus,
.catalog-search input:focus,
.catalog-sort select:focus {
  border-color: var(--leaf);
  box-shadow: 0 0 0 4px rgba(143, 176, 74, .16);
}

.form-note {
  margin: 13px 0 0;
  color: var(--ink-soft);
  font-size: .76rem;
}

.map-wrap {
  overflow: hidden;
  margin-top: 18px;
  border-radius: 18px;
}

.map-wrap iframe {
  width: 100%;
  height: 250px;
  display: block;
  border: 0;
  filter: grayscale(.65) contrast(.95);
}

.site-footer {
  padding: 34px 0;
  border-top: 1px solid var(--line);
}

.footer-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.footer-copy {
  color: var(--ink-soft);
  font-size: .82rem;
}

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

.footer-links a {
  color: var(--ink-soft);
  font-size: .82rem;
  text-underline-offset: 4px;
}

/* Catalog */
.catalog-hero {
  padding: 64px 0 34px;
}

.catalog-hero-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: end;
}

.catalog-stat {
  min-width: 180px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--surface);
  text-align: center;
}

.catalog-stat strong {
  display: block;
  color: var(--forest);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1;
}

.catalog-stat span {
  display: block;
  margin-top: 6px;
  color: var(--ink-soft);
  font-size: .78rem;
}

.catalog-toolbar-wrap {
  position: sticky;
  top: var(--header-height);
  z-index: 35;
  padding: 12px 0;
  background: rgba(245, 242, 233, .93);
  backdrop-filter: blur(16px);
}

.catalog-toolbar {
  padding: 15px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--surface);
  box-shadow: var(--shadow-sm);
}

.catalog-tools-row {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) auto;
  gap: 12px;
}

.catalog-search { position: relative; }

.catalog-search svg {
  position: absolute;
  top: 50%;
  left: 14px;
  width: 18px;
  transform: translateY(-50%);
  color: var(--ink-soft);
}

.catalog-search input {
  min-height: 46px;
  padding: 10px 14px 10px 43px;
}

.catalog-sort select {
  min-height: 46px;
  padding: 10px 38px 10px 13px;
  cursor: pointer;
}

.filter-row {
  display: flex;
  gap: 8px;
  margin-top: 12px;
  overflow-x: auto;
  scrollbar-width: thin;
  padding-bottom: 2px;
}

.filter-chip {
  flex: 0 0 auto;
  min-height: 38px;
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: transparent;
  color: var(--ink-soft);
  font-size: .78rem;
  font-weight: 800;
  cursor: pointer;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}

.filter-chip span {
  display: inline-grid;
  min-width: 22px;
  height: 22px;
  place-items: center;
  margin-left: 6px;
  padding: 0 5px;
  border-radius: 999px;
  background: rgba(40,69,49,.08);
  font-size: .7rem;
}

.filter-chip:hover,
.filter-chip.active {
  border-color: var(--forest);
  background: var(--forest);
  color: #fff;
}

.filter-chip.active span { background: rgba(255,255,255,.15); }

.catalog-status {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin: 24px 0 16px;
  color: var(--ink-soft);
  font-size: .84rem;
}

.catalog-reset {
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--forest);
  font-weight: 800;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 15px;
  padding-bottom: 90px;
}

.product-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--surface);
  box-shadow: 0 8px 26px rgba(38, 35, 27, .055);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.product-card[hidden] { display: none; }

.product-card:hover {
  transform: translateY(-4px);
  border-color: rgba(40,69,49,.34);
  box-shadow: var(--shadow-sm);
}

.product-image-button {
  position: relative;
  width: 100%;
  display: block;
  overflow: hidden;
  padding: 0;
  border: 0;
  background: var(--paper-2);
  cursor: zoom-in;
  aspect-ratio: 1.16 / 1;
}

.product-image-button img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}

.product-card:hover .product-image-button img { transform: scale(1.035); }

.product-image-button .product-new-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  padding: 7px 10px;
  border: 1px solid rgba(18,22,16,.12);
  border-radius: 999px;
  background: rgba(255,255,255,.96);
  color: #111;
  box-shadow: 0 4px 14px rgba(18,22,16,.16);
  font-size: .67rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: .08em;
  text-transform: uppercase;
  pointer-events: none;
}

.product-image-button .image-badge {
  position: absolute;
  right: 10px;
  bottom: 10px;
  padding: 6px 9px;
  border-radius: 999px;
  background: rgba(18,22,16,.72);
  color: #fff;
  font-size: .67rem;
  font-weight: 800;
  backdrop-filter: blur(8px);
}

.product-body { padding: 16px; }

.product-kicker {
  margin: 0 0 7px;
  color: var(--wood);
  font-size: .67rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.product-name {
  min-height: 2.6em;
  margin: 0;
  font-size: .96rem;
  line-height: 1.3;
}

.product-codes {
  display: grid;
  gap: 5px;
  margin-top: 13px;
}

.product-code {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  padding-top: 7px;
  border-top: 1px solid var(--line);
  color: var(--ink-soft);
  font-size: .72rem;
}

.product-code span:first-child {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.copy-code {
  flex: 0 0 auto;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--forest);
  font-size: .7rem;
  font-weight: 900;
  cursor: pointer;
}

.no-results {
  display: none;
  padding: 70px 24px;
  border: 1px dashed var(--line);
  border-radius: 20px;
  background: rgba(255,255,255,.4);
  text-align: center;
}

.no-results.show { display: block; }

.catalog-cta {
  margin-bottom: 80px;
  padding: clamp(30px, 5vw, 54px);
  border-radius: 28px;
  background: var(--forest);
  color: #fff;
}

.catalog-cta-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
}

.catalog-cta h2 {
  max-width: 700px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.9rem, 4vw, 3.5rem);
  font-weight: 500;
  line-height: 1.04;
}

.catalog-cta p {
  margin: 12px 0 0;
  color: rgba(255,255,255,.68);
}

.catalog-cta .button {
  flex: 0 0 auto;
  background: #fff;
  color: var(--forest);
}

/* Dialogs */
.dialog-backdrop {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  place-items: center;
  padding: 20px;
  background: rgba(14, 17, 12, .76);
  backdrop-filter: blur(9px);
}

.dialog-backdrop.show { display: grid; }

.dialog {
  position: relative;
  width: min(560px, 100%);
  max-height: calc(100vh - 40px);
  overflow: auto;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 24px;
  background: var(--surface);
  box-shadow: 0 30px 90px rgba(0,0,0,.36);
}

.dialog-content { padding: 30px; }

.dialog-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 3;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(255,253,248,.9);
  color: var(--ink);
  font-size: 1.25rem;
  cursor: pointer;
}

.dialog h2 {
  margin: 0 50px 7px 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  font-weight: 500;
}

.dialog p { color: var(--ink-soft); }

.lightbox-dialog {
  width: min(1100px, 100%);
  overflow: hidden;
}

.lightbox-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
}

.lightbox-media {
  min-height: min(78vh, 760px);
  background: #161a13;
}

.lightbox-media img {
  width: 100%;
  height: 100%;
  max-height: 82vh;
  object-fit: contain;
}

.lightbox-info {
  display: flex;
  flex-direction: column;
  padding: clamp(26px, 4vw, 44px);
}

.lightbox-info h2 {
  margin-top: 28px;
  line-height: 1.08;
}

.lightbox-info .button { margin-top: auto; }

.toast {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 150;
  transform: translateY(20px);
  padding: 11px 15px;
  border-radius: 999px;
  background: var(--forest-2);
  color: #fff;
  font-size: .8rem;
  font-weight: 800;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease, transform .2s ease;
}

.toast.show {
  transform: translateY(0);
  opacity: 1;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .65s ease, transform .65s ease;
}

.reveal.in-view {
  opacity: 1;
  transform: none;
}

@media (max-width: 1020px) {
  .hero-grid { grid-template-columns: 1fr .85fr; gap: 36px; }
  .hero-visual { min-height: 510px; }
  .hero-frame { left: 18px; }
  .value-grid { grid-template-columns: 1fr 1fr; }
  .value-card:last-child { grid-column: 1 / -1; }
  .category-grid, .sample-grid { grid-template-columns: repeat(2, 1fr); }
  .product-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 820px) {
  :root { --header-height: 68px; }

  .topbar { display: none; }

  .menu-toggle { display: grid; }

  .site-nav {
    position: fixed;
    top: var(--header-height);
    right: 20px;
    left: 20px;
    display: none;
    align-items: stretch;
    flex-direction: column;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: var(--surface);
    box-shadow: var(--shadow-md);
  }

  .site-nav.open { display: flex; }
  .site-nav a { padding: 12px 14px; }
  .nav-cta { margin: 3px 0 0; text-align: center; }

  .hero { padding-top: 32px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { padding-bottom: 0; }
  .hero-visual { min-height: 540px; }
  .hero-frame { inset: 0 0 28px 8%; }

  .metrics-grid { grid-template-columns: 1fr; }
  .metric + .metric { border-top: 1px solid var(--line); border-left: 0; }

  .section { padding: 78px 0; }
  .section-head { align-items: flex-start; flex-direction: column; }

  .split-showcase,
  .faq-grid,
  .contact-shell { grid-template-columns: 1fr; }

  .showcase-image { min-height: 510px; }
  .showcase-image > img { min-height: 510px; }

  .catalog-hero-grid { grid-template-columns: 1fr; }
  .catalog-stat { width: 100%; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .catalog-cta-inner { align-items: flex-start; flex-direction: column; }

  .lightbox-grid { grid-template-columns: 1fr; }
  .lightbox-media { min-height: 48vh; }
  .lightbox-info { min-height: 300px; }
}

@media (max-width: 560px) {
  .container { width: min(100% - 28px, var(--container)); }
  .brand-copy small { display: none; }
  .brand-mark { width: 38px; height: 38px; }

  .display { font-size: clamp(2.8rem, 15vw, 4.5rem); }
  .hero-actions .button { width: 100%; }
  .hero-visual { min-height: 410px; }
  .hero-frame { inset: 0 0 26px 0; border-radius: 100px 20px 20px 20px; }
  .wood-swatch { display: none; }
  .hero-note { width: 82%; }

  .value-grid,
  .category-grid,
  .sample-grid,
  .product-grid { grid-template-columns: 1fr; }

  .value-card:last-child { grid-column: auto; }
  .category-card { min-height: 240px; }
  .sample-card { min-height: 275px; }
  .sample-format { margin-bottom: 30px; }

  .showcase-image { min-height: 430px; }
  .showcase-image > img { width: calc(100% - 32px); min-height: 430px; border-radius: 20px 88px 20px 20px; }
  .showcase-sample { width: 116px; height: 205px; border-width: 7px; }

  .form-grid { grid-template-columns: 1fr; }
  .field-full { grid-column: auto; }

  .footer-grid { align-items: flex-start; flex-direction: column; }

  .catalog-toolbar-wrap { top: var(--header-height); }
  .catalog-tools-row { grid-template-columns: 1fr; }
  .catalog-sort select { width: 100%; }
  .product-card { display: grid; grid-template-columns: 42% 58%; }
  .product-image-button { height: 100%; aspect-ratio: auto; }
  .product-body { padding: 14px; }
  .product-name { min-height: auto; }

  .dialog-content { padding: 24px; }
  .lightbox-dialog { max-height: calc(100vh - 20px); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }

  .reveal { opacity: 1; transform: none; }
}


/* Catalog and GTX expansion */
.site-nav a[aria-current="page"] {
  color: #fff;
  background: var(--forest);
  border-color: var(--forest);
}

.site-nav .nav-cta[aria-current="page"] {
  color: #fff !important;
  background: var(--forest);
  border-color: var(--forest);
}

.catalog-spotlight {
  position: relative;
  padding: 0 0 76px;
}

.catalog-spotlight-shell {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, .98fr);
  gap: clamp(36px, 7vw, 92px);
  align-items: center;
  min-height: 560px;
  padding: clamp(38px, 6vw, 76px);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 88% 12%, rgba(143, 176, 74, .24), transparent 26%),
    linear-gradient(135deg, var(--forest-2), #263c2d 58%, #304a36);
  color: #fff;
  box-shadow: var(--shadow-md);
}

.catalog-spotlight-shell::before {
  position: absolute;
  width: 380px;
  height: 380px;
  right: -190px;
  bottom: -210px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 50%;
  content: "";
  box-shadow:
    0 0 0 68px rgba(255, 255, 255, .025),
    0 0 0 136px rgba(255, 255, 255, .018);
}

.catalog-spotlight-copy {
  position: relative;
  z-index: 2;
}

.catalog-spotlight .eyebrow,
.locks-hero .eyebrow,
.section-dark .eyebrow {
  color: #dce8cb;
}

.catalog-spotlight .eyebrow::before,
.locks-hero .eyebrow::before,
.section-dark .eyebrow::before {
  background: var(--leaf);
}

.catalog-spotlight .section-title {
  max-width: 690px;
  color: #fff;
}

.catalog-spotlight .lede {
  color: rgba(255, 255, 255, .7);
}

.catalog-jump {
  max-width: 660px;
  margin-top: 28px;
}

.catalog-jump > label {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, .72);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.catalog-jump-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 18px;
  background: rgba(255, 255, 255, .08);
  backdrop-filter: blur(14px);
}

.catalog-jump input {
  min-width: 0;
  border: 0;
  outline: 0;
  padding: 10px 12px;
  background: transparent;
  color: #fff;
}

.catalog-jump input::placeholder {
  color: rgba(255, 255, 255, .48);
}

.catalog-jump .button {
  white-space: nowrap;
}

.catalog-spotlight-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  margin-top: 18px;
}

.catalog-spotlight .button-secondary {
  border-color: rgba(255, 255, 255, .2);
  background: rgba(255, 255, 255, .08);
  color: #fff;
}

.catalog-spotlight .button-secondary:hover,
.catalog-spotlight .button-secondary:focus-visible {
  background: rgba(255, 255, 255, .15);
}

.catalog-spotlight .text-link {
  color: #eef4e4;
}

.catalog-preview {
  position: relative;
  min-height: 420px;
}

.catalog-preview-card {
  position: absolute;
  display: grid;
  grid-template-rows: 1fr auto;
  overflow: hidden;
  width: 220px;
  height: 305px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 22px;
  background: #f8f4e9;
  color: var(--ink);
  box-shadow: 0 28px 70px rgba(0, 0, 0, .26);
  text-decoration: none;
  transition: transform .25s ease, z-index .25s ease;
}

.catalog-preview-card:hover,
.catalog-preview-card:focus-visible {
  z-index: 8;
  outline: none;
}

.catalog-preview-card img {
  width: 100%;
  height: 226px;
  object-fit: cover;
}

.catalog-preview-card > span {
  display: grid;
  gap: 2px;
  padding: 14px 16px;
}

.catalog-preview-card small {
  overflow: hidden;
  color: var(--ink-soft);
  font-size: .73rem;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.catalog-preview-card strong {
  font-size: .91rem;
  letter-spacing: .04em;
}

.catalog-preview .card-a {
  left: 1%;
  top: 64px;
  transform: rotate(-7deg);
}

.catalog-preview .card-a:hover,
.catalog-preview .card-a:focus-visible {
  transform: rotate(-3deg) translateY(-8px);
}

.catalog-preview .card-b {
  z-index: 3;
  left: 30%;
  top: 4px;
  transform: rotate(2deg);
}

.catalog-preview .card-b:hover,
.catalog-preview .card-b:focus-visible {
  transform: rotate(0) translateY(-8px);
}

.catalog-preview .card-c {
  z-index: 2;
  right: 0;
  top: 84px;
  transform: rotate(8deg);
}

.catalog-preview .card-c:hover,
.catalog-preview .card-c:focus-visible {
  transform: rotate(3deg) translateY(-8px);
}

.catalog-preview-count {
  position: absolute;
  z-index: 7;
  right: 20px;
  bottom: 8px;
  display: grid;
  min-width: 142px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 18px;
  background: rgba(18, 31, 22, .82);
  color: #fff;
  backdrop-filter: blur(14px);
  box-shadow: 0 18px 46px rgba(0, 0, 0, .2);
}

.catalog-preview-count strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1;
}

.catalog-preview-count span {
  color: rgba(255, 255, 255, .65);
  font-size: .74rem;
  font-weight: 700;
}

.locks-promo {
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(390px, .9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: clamp(32px, 6vw, 86px);
  padding: clamp(28px, 5vw, 60px);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--surface);
  box-shadow: var(--shadow-sm);
}

.locks-promo-visual {
  overflow: hidden;
  min-height: 350px;
  display: grid;
  place-items: center;
  padding: 18px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 50% 42%, rgba(91, 167, 215, .17), transparent 42%),
    #f7fbfd;
}

.locks-promo-visual img {
  width: 100%;
  max-height: 370px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.locks-promo-copy .lede {
  max-width: 620px;
}

.lock-mini-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0 4px;
}

.lock-mini-specs span {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  padding: 9px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--paper);
  color: var(--ink-soft);
  font-size: .78rem;
  font-weight: 700;
}

.lock-mini-specs strong {
  color: var(--forest);
}

/* GTX page */
.locks-hero {
  position: relative;
  overflow: hidden;
  padding: 64px 0 72px;
  color: #fff;
  background:
    radial-gradient(circle at 86% 15%, rgba(92, 176, 231, .22), transparent 28%),
    linear-gradient(132deg, #17271d 0%, var(--forest-2) 48%, #263c2d 100%);
}

.locks-hero::after {
  position: absolute;
  width: 430px;
  height: 430px;
  right: -190px;
  bottom: -250px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 50%;
  content: "";
  box-shadow:
    0 0 0 80px rgba(255, 255, 255, .025),
    0 0 0 160px rgba(255, 255, 255, .018);
}

.locks-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(430px, .98fr);
  align-items: center;
  gap: clamp(36px, 7vw, 90px);
}

.locks-hero .display {
  font-size: clamp(3rem, 6.4vw, 6rem);
}

.locks-hero .display span {
  color: #b6d586;
}

.locks-hero .lede {
  color: rgba(255, 255, 255, .72);
}

.locks-hero .button-secondary {
  border-color: rgba(255, 255, 255, .2);
  background: rgba(255, 255, 255, .08);
  color: #fff;
}

.locks-hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.locks-hero-facts span {
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 999px;
  background: rgba(255, 255, 255, .06);
  color: rgba(255, 255, 255, .65);
  font-size: .78rem;
  font-weight: 700;
}

.locks-hero-facts strong {
  color: #fff;
}

.locks-hero-visual {
  position: relative;
  overflow: hidden;
  min-height: 430px;
  display: grid;
  place-items: center;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 30px;
  background:
    radial-gradient(circle at 50% 50%, rgba(91, 167, 215, .18), transparent 42%),
    rgba(255, 255, 255, .96);
  box-shadow: 0 30px 80px rgba(0, 0, 0, .25);
}

.locks-hero-visual img {
  width: 100%;
  max-height: 390px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.locks-hero-note {
  position: absolute;
  right: 18px;
  bottom: 18px;
  display: grid;
  padding: 12px 15px;
  border-radius: 14px;
  background: rgba(23, 39, 29, .88);
  backdrop-filter: blur(12px);
}

.locks-hero-note strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.3rem;
  font-weight: 500;
}

.locks-hero-note span {
  color: rgba(255, 255, 255, .65);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.lock-variant-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 42px;
}

.lock-variant-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--surface);
  box-shadow: var(--shadow-sm);
  transition: transform .25s ease, box-shadow .25s ease;
}

.lock-variant-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
}

.lock-variant-image {
  overflow: hidden;
  height: 320px;
  display: grid;
  place-items: center;
  padding: 16px 16px 8px;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 50% 72%, rgba(91, 167, 215, .14), transparent 26%),
    linear-gradient(180deg, #f8fbfc 0%, #f5f7f7 100%);
}

.lock-variant-image img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
  mix-blend-mode: multiply;
}

.lock-variant-body {
  padding: 24px;
}

.lock-variant-body h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  font-weight: 500;
}

.lock-code {
  display: inline-flex;
  margin: 10px 0 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--leaf-soft);
  color: var(--forest-2);
  font-size: .75rem;
  font-weight: 900;
  letter-spacing: .06em;
}

.lock-variant-body > p:not(.product-kicker) {
  min-height: 52px;
  margin: 0 0 18px;
  color: var(--ink-soft);
}

.locks-feature-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(460px, 1.1fr);
  gap: clamp(40px, 7vw, 100px);
  align-items: start;
}

.locks-feature-list {
  display: grid;
  gap: 12px;
}

.locks-feature-list > div {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  align-items: start;
  padding: 17px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 16px;
  background: rgba(255, 255, 255, .05);
}

.locks-feature-list > div > span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  background: rgba(143, 176, 74, .18);
  color: #cfe29f;
  font-size: .72rem;
  font-weight: 900;
}

.locks-feature-list p {
  display: grid;
  gap: 3px;
  margin: 0;
  color: rgba(255, 255, 255, .62);
  font-size: .9rem;
}

.locks-feature-list strong {
  color: #fff;
  font-size: 1rem;
}

.technical-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(440px, 1.1fr);
  gap: clamp(38px, 7vw, 92px);
  align-items: center;
}

.spec-list {
  display: grid;
  margin: 28px 0;
  border-top: 1px solid var(--line);
}

.spec-list > div {
  display: grid;
  grid-template-columns: minmax(130px, .7fr) minmax(0, 1.3fr);
  gap: 20px;
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
}

.spec-list dt {
  color: var(--ink-soft);
  font-size: .82rem;
  font-weight: 700;
}

.spec-list dd {
  margin: 0;
  color: var(--ink);
  font-weight: 800;
}

.technical-preview {
  position: relative;
  overflow: hidden;
  display: block;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: #fff;
  box-shadow: var(--shadow-md);
  text-decoration: none;
}

.technical-preview img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 18px;
  object-fit: contain;
  object-position: center top;
  transition: transform .35s ease;
}

.technical-preview:hover img,
.technical-preview:focus-visible img {
  transform: scale(1.015);
}

.technical-preview > span {
  position: absolute;
  right: 28px;
  bottom: 28px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 11px 14px;
  border-radius: 999px;
  background: rgba(29, 52, 37, .9);
  color: #fff;
  font-size: .82rem;
  font-weight: 800;
  backdrop-filter: blur(12px);
}

.contact-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: clamp(28px, 5vw, 54px);
  border-radius: var(--radius-lg);
  background: var(--wood-soft);
}

.contact-strip h2 {
  max-width: 720px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 3.7vw, 3.4rem);
  font-weight: 500;
  letter-spacing: -.035em;
  line-height: 1.05;
}

.contact-strip-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

@media (max-width: 1050px) {
  .catalog-spotlight-shell,
  .locks-hero-grid {
    grid-template-columns: 1fr;
  }

  .catalog-preview {
    width: min(100%, 680px);
    margin-inline: auto;
  }

  .locks-hero-copy {
    max-width: 820px;
  }

  .locks-hero-visual {
    min-height: 390px;
  }

  .locks-promo,
  .technical-grid,
  .locks-feature-grid {
    grid-template-columns: 1fr;
  }

  .locks-promo-visual {
    min-height: 300px;
  }
}

@media (max-width: 760px) {
  .catalog-spotlight {
    padding-bottom: 52px;
  }

  .catalog-spotlight-shell {
    min-height: 0;
    padding: 32px 22px;
    border-radius: 22px;
  }

  .catalog-jump-row {
    grid-template-columns: 1fr;
  }

  .catalog-jump .button {
    width: 100%;
  }

  .catalog-preview {
    min-height: 330px;
  }

  .catalog-preview-card {
    width: 168px;
    height: 246px;
    border-radius: 17px;
  }

  .catalog-preview-card img {
    height: 175px;
  }

  .catalog-preview .card-a {
    left: 0;
    top: 56px;
  }

  .catalog-preview .card-b {
    left: calc(50% - 84px);
  }

  .catalog-preview .card-c {
    right: 0;
    top: 64px;
  }

  .catalog-preview-count {
    right: 6px;
    bottom: 0;
    min-width: 126px;
    padding: 14px 16px;
  }

  .locks-promo {
    grid-template-columns: 1fr;
    padding: 22px;
    border-radius: 22px;
  }

  .locks-promo-visual {
    min-height: 240px;
  }

  .lock-variant-grid {
    grid-template-columns: 1fr;
  }

  .lock-variant-image {
    height: 300px;
  }

  .locks-hero {
    padding: 42px 0 54px;
  }

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

  .locks-hero-visual {
    min-height: 300px;
    padding: 18px;
    border-radius: 22px;
  }

  .locks-feature-grid,
  .technical-grid {
    grid-template-columns: 1fr;
  }

  .technical-preview {
    max-height: 560px;
  }

  .contact-strip {
    align-items: stretch;
    flex-direction: column;
    border-radius: 22px;
  }

  .contact-strip-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 520px) {
  .catalog-preview {
    min-height: 294px;
  }

  .catalog-preview-card {
    width: 142px;
    height: 218px;
  }

  .catalog-preview-card img {
    height: 150px;
  }

  .catalog-preview .card-b {
    left: calc(50% - 71px);
  }

  .catalog-preview-count {
    min-width: 112px;
  }

  .catalog-preview-count strong {
    font-size: 1.8rem;
  }

  .locks-hero-facts {
    align-items: stretch;
    flex-direction: column;
  }

  .locks-hero-facts span {
    width: fit-content;
  }

  .spec-list > div {
    grid-template-columns: 1fr;
    gap: 3px;
  }

  .contact-strip-actions {
    display: grid;
  }
}


/* Bilingual navigation and expanded catalog */
.language-switch {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  margin-left: 4px;
  padding: 3px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255,255,255,.58);
}

.language-switch a {
  min-width: 36px;
  padding: 7px 9px !important;
  border: 0 !important;
  border-radius: 999px;
  color: var(--ink-soft);
  font-size: .72rem;
  font-weight: 900;
  line-height: 1;
  text-align: center;
}

.language-switch a:hover,
.language-switch a.active {
  color: #fff;
  background: var(--forest);
}

.catalog-family-bar {
  position: relative;
  z-index: 20;
  border-bottom: 1px solid var(--line);
  background: var(--surface);
}

.catalog-family-tabs {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 14px 0;
  scrollbar-width: thin;
}

.catalog-family-tabs a {
  flex: 0 0 auto;
  padding: 10px 15px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink-soft);
  font-size: .8rem;
  font-weight: 850;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}

.catalog-family-tabs a:hover,
.catalog-family-tabs a.active {
  border-color: var(--forest);
  background: var(--forest);
  color: #fff;
}

.catalog-documentation {
  padding: 0 0 44px;
}

.catalog-documentation .container {
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--surface);
  box-shadow: var(--shadow-sm);
}

.catalog-documentation-head {
  margin-bottom: 22px;
}

.catalog-documentation-head h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 3vw, 2.45rem);
  font-weight: 500;
}

.catalog-documentation-head p:last-child {
  max-width: 660px;
  margin: 9px 0 0;
  color: var(--ink-soft);
}

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

.document-card-grid.single {
  grid-template-columns: minmax(0, 720px);
}

.document-card {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  min-height: 150px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--paper-2);
  color: var(--ink);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.document-card:hover {
  transform: translateY(-3px);
  border-color: rgba(40,69,49,.34);
  box-shadow: var(--shadow-sm);
}

.document-card img {
  width: 100%;
  height: 100%;
  min-height: 150px;
  object-fit: cover;
  object-position: top center;
  background: #fff;
}

.document-card > span {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  padding: 22px;
}

.document-card strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.2rem;
  font-weight: 600;
}

.document-card small {
  color: var(--forest);
  font-size: .76rem;
  font-weight: 850;
}

.document-card-large {
  grid-template-columns: minmax(170px, .75fr) minmax(0, 1fr);
  min-height: 330px;
}

.document-card-large img {
  min-height: 330px;
}

.material-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(70px, 10vw, 126px) 0 clamp(60px, 8vw, 104px);
  background:
    radial-gradient(circle at 90% 20%, rgba(143,176,74,.18), transparent 27%),
    linear-gradient(145deg, var(--paper), var(--paper-2));
}

.material-hero::after {
  position: absolute;
  right: -160px;
  bottom: -210px;
  width: 430px;
  height: 430px;
  border: 1px solid rgba(40,69,49,.08);
  border-radius: 50%;
  content: "";
  box-shadow: 0 0 0 70px rgba(40,69,49,.025), 0 0 0 140px rgba(40,69,49,.018);
}

.material-hero-grid {
  position: relative;
  z-index: 1;
  max-width: 920px;
}

.material-hero .display {
  margin-bottom: 22px;
  font-size: clamp(3rem, 8vw, 6.4rem);
}

.material-hero .lede {
  max-width: 790px;
}

.material-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 28px;
}

.material-badges span {
  padding: 9px 13px;
  border: 1px solid rgba(40,69,49,.18);
  border-radius: 999px;
  background: rgba(255,255,255,.72);
  color: var(--forest);
  font-size: .76rem;
  font-weight: 850;
}

.material-content {
  padding-top: 78px;
}

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

.material-photo {
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--surface);
  box-shadow: var(--shadow-sm);
}

.material-photo img {
  width: 100%;
  height: min(54vw, 470px);
  display: block;
  object-fit: cover;
}

.material-photo figcaption {
  padding: 17px 20px;
  color: var(--ink-soft);
  font-size: .82rem;
  font-weight: 750;
}

.contact-strip p {
  max-width: 720px;
  margin: 10px 0 0;
  color: var(--ink-soft);
}

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

  .site-nav a {
    padding-right: 9px;
    padding-left: 9px;
  }

  .language-switch {
    margin-left: 0;
  }
}

@media (max-width: 820px) {
  .language-switch {
    align-self: flex-start;
    margin: 5px 0 2px 8px;
  }

  .catalog-family-bar {
    position: sticky;
    top: var(--header-height);
  }

  .document-card-grid,
  .material-gallery {
    grid-template-columns: 1fr;
  }

  .document-card-grid.single {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .catalog-family-tabs {
    padding: 11px 0;
  }

  .catalog-family-tabs a {
    padding: 9px 12px;
    font-size: .73rem;
  }

  .catalog-documentation .container {
    width: min(100% - 28px, var(--container));
    padding: 20px;
  }

  .document-card,
  .document-card-large {
    grid-template-columns: 105px minmax(0, 1fr);
    min-height: 150px;
  }

  .document-card img,
  .document-card-large img {
    min-height: 150px;
  }

  .document-card > span {
    padding: 16px;
  }

  .material-photo img {
    height: 310px;
  }
}


/* Catalogue sample photos */
.sample-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sample-card {
  min-height: 530px;
  overflow: hidden;
}

.sample-image {
  width: calc(100% + 44px);
  height: 260px;
  display: block;
  margin: -22px -22px 20px;
  object-fit: cover;
  object-position: center 42%;
  border-bottom: 1px solid rgba(255,255,255,.14);
}

.sample-format {
  width: auto;
  min-width: 58px;
  height: 36px;
  display: inline-grid;
  align-self: flex-start;
  margin-bottom: 20px;
  padding: 0 14px;
  border-radius: 999px;
  aspect-ratio: auto;
  font-size: .92rem;
  font-weight: 700;
}

/* About company */
.about-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(66px, 9vw, 118px) 0 clamp(70px, 9vw, 120px);
  background:
    radial-gradient(circle at 8% 12%, rgba(143,176,74,.19), transparent 28%),
    linear-gradient(145deg, var(--paper), var(--paper-2));
}

.about-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(380px, .98fr);
  gap: clamp(38px, 7vw, 92px);
  align-items: center;
}

.about-hero .display {
  margin-bottom: 24px;
  font-size: clamp(3rem, 6.5vw, 6.1rem);
}

.about-hero-image {
  min-height: 560px;
  overflow: hidden;
  margin: 0;
  border-radius: 30px 150px 30px 30px;
  box-shadow: var(--shadow-md);
}

.about-hero-image img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  display: block;
  object-fit: cover;
}

.about-story-grid {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  gap: clamp(42px, 8vw, 110px);
  align-items: start;
}

.about-copy {
  display: grid;
  gap: 20px;
}

.about-copy p {
  max-width: 68ch;
  margin: 0;
  color: var(--ink-soft);
  font-size: 1.04rem;
  line-height: 1.78;
}

.section-soft {
  background: var(--paper-2);
}

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

.about-values .value-card {
  min-height: 320px;
}

.value-number {
  display: inline-grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 50%;
  background: var(--leaf-soft);
  color: var(--forest);
  font-weight: 900;
}

.about-data-shell {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
  gap: clamp(38px, 7vw, 90px);
  padding: clamp(30px, 5vw, 62px);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--surface);
  box-shadow: var(--shadow-sm);
}

.about-data-copy p:last-child {
  max-width: 52ch;
  color: var(--ink-soft);
}

.company-data {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.company-data div {
  min-height: 126px;
  padding: 20px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.company-data dt {
  margin-bottom: 8px;
  color: var(--ink-soft);
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.company-data dd {
  margin: 0;
  font-weight: 750;
  line-height: 1.55;
}

.company-data a {
  color: var(--forest);
  text-underline-offset: 4px;
}

.about-cta {
  display: flex;
  justify-content: space-between;
  gap: 34px;
  align-items: center;
  padding: clamp(30px, 5vw, 58px);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--surface);
  box-shadow: var(--shadow-sm);
}

.about-cta .section-title {
  margin-bottom: 8px;
}

@media (max-width: 980px) {
  .about-hero-grid,
  .about-story-grid,
  .about-data-shell {
    grid-template-columns: 1fr;
  }

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

  .about-values .value-card:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 820px) {
  .sample-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-hero-image,
  .about-hero-image img {
    min-height: 460px;
  }

  .about-cta {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .sample-grid,
  .about-values,
  .company-data {
    grid-template-columns: 1fr;
  }

  .sample-card {
    min-height: 500px;
  }

  .sample-image {
    height: 250px;
  }

  .about-values .value-card:last-child {
    grid-column: auto;
  }

  .about-hero-image,
  .about-hero-image img {
    min-height: 360px;
  }

  .about-data-shell {
    padding: 24px;
  }
}


/* Catalogue sample image correction - preserve the full portrait photos */
.sample-card {
  min-height: 0;
}

.sample-image {
  width: calc(100% + 44px);
  max-width: none;
  height: auto;
  aspect-ratio: 3 / 4;
  margin: -22px -22px 20px;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 560px) {
  .sample-card {
    min-height: 0;
  }

  .sample-image {
    height: auto;
  }
}


/* Distinct company page */
.company-page-body {
  background: #f4f0e5;
}

.company-page {
  overflow: hidden;
}

.company-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(72px, 9vw, 132px) 0;
  color: #fff;
  background:
    linear-gradient(112deg, rgba(255,255,255,.035) 0 1px, transparent 1px 17%),
    var(--forest-2);
}

.company-hero::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 0 63%, rgba(255,255,255,.05) 63% 63.1%, transparent 63.1%),
    linear-gradient(180deg, transparent 0 78%, rgba(143,176,74,.14) 78% 78.2%, transparent 78.2%);
}

.company-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(460px, 1.12fr);
  gap: clamp(48px, 7vw, 104px);
  align-items: center;
}

.company-hero-copy {
  position: relative;
  z-index: 2;
}

.company-hero .eyebrow {
  color: var(--leaf-soft);
}

.company-hero-copy h1 {
  max-width: 790px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 5.7vw, 6.1rem);
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: .98;
}

.company-hero-copy > p:not(.eyebrow) {
  max-width: 620px;
  margin: 28px 0 0;
  color: rgba(255,255,255,.72);
  font-size: clamp(1rem, 1.35vw, 1.16rem);
  line-height: 1.72;
}

.company-hero .hero-actions {
  margin-top: 34px;
}

.company-hero .button-secondary {
  border-color: rgba(255,255,255,.26);
  color: #fff;
  background: transparent;
}

.company-hero .button-secondary:hover {
  border-color: rgba(255,255,255,.6);
  background: rgba(255,255,255,.08);
}

.company-hero-gallery {
  position: relative;
  min-height: 620px;
}

.company-photo {
  position: absolute;
  overflow: hidden;
  margin: 0;
  background: #11251a;
  box-shadow: 0 28px 70px rgba(0,0,0,.34);
}

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

.company-photo-main {
  inset: 0 9% 16% 0;
  border-radius: 2px 72px 2px 2px;
}

.company-photo-main img {
  object-position: center;
}

.company-photo-detail {
  right: 0;
  bottom: 0;
  width: 38%;
  height: 58%;
  border: 8px solid var(--forest-2);
  border-radius: 2px 2px 52px 2px;
}

.company-photo-detail img {
  object-position: center 40%;
}

.company-year-mark {
  position: absolute;
  left: -34px;
  bottom: 22px;
  min-width: 194px;
  padding: 22px 28px 20px;
  color: var(--forest-2);
  background: var(--leaf-soft);
  box-shadow: 0 18px 45px rgba(0,0,0,.22);
}

.company-year-mark span,
.company-year-mark strong {
  display: block;
}

.company-year-mark span {
  margin-bottom: 2px;
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.company-year-mark strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3.45rem;
  font-weight: 500;
  letter-spacing: -.04em;
  line-height: 1;
}

.company-story {
  padding: clamp(88px, 11vw, 160px) 0;
  background: var(--paper);
}

.company-story-grid {
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr);
  gap: clamp(54px, 9vw, 136px);
  align-items: start;
}

.company-story-heading {
  position: relative;
  padding-left: 30px;
}

.company-story-heading::before {
  position: absolute;
  top: 2px;
  bottom: 4px;
  left: 0;
  width: 2px;
  content: "";
  background: linear-gradient(var(--leaf), rgba(143,176,74,.1));
}

.company-story-heading h2,
.company-method-head h2,
.company-contact-lead h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.6rem, 4.7vw, 5rem);
  font-weight: 500;
  letter-spacing: -.05em;
  line-height: 1;
}

.company-story-copy {
  max-width: 760px;
  padding-top: 34px;
}

.company-story-copy p {
  margin: 0 0 22px;
  color: var(--ink-soft);
  font-size: 1.04rem;
  line-height: 1.82;
}

.company-story-copy .company-story-lead {
  margin-bottom: 32px;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.55rem, 2.35vw, 2.35rem);
  line-height: 1.35;
}

.company-method {
  padding: clamp(86px, 10vw, 144px) 0;
  background: var(--surface);
}

.company-method-head {
  display: grid;
  grid-template-columns: .55fr 1.45fr;
  gap: 42px;
  align-items: end;
  margin-bottom: clamp(50px, 7vw, 86px);
}

.company-method-head .eyebrow {
  margin-bottom: 8px;
}

.company-method-head h2 {
  max-width: 900px;
}

.company-method-list {
  border-bottom: 1px solid var(--line);
}

.company-method-row {
  display: grid;
  grid-template-columns: 112px minmax(250px, .86fr) minmax(0, 1.14fr);
  gap: clamp(24px, 4vw, 62px);
  align-items: center;
  min-height: 176px;
  padding: 34px 0;
  border-top: 1px solid var(--line);
}

.company-method-number {
  color: var(--leaf);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.8rem, 4.2vw, 4.8rem);
  letter-spacing: -.05em;
  line-height: 1;
}

.company-method-row h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 2.4vw, 2.45rem);
  font-weight: 500;
  letter-spacing: -.035em;
  line-height: 1.08;
}

.company-method-row p {
  max-width: 580px;
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.72;
}

.company-contact-section {
  padding: clamp(86px, 10vw, 144px) 0;
  background: var(--paper-2);
}

.company-contact-shell {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(480px, 1.18fr);
  overflow: hidden;
  border: 1px solid rgba(29,52,37,.16);
  background: var(--surface);
  box-shadow: var(--shadow-md);
}

.company-contact-lead {
  padding: clamp(40px, 6vw, 78px);
  color: #fff;
  background: var(--forest-2);
}

.company-contact-lead .eyebrow {
  color: var(--leaf-soft);
}

.company-contact-lead h2 {
  max-width: 550px;
}

.company-contact-lead p:not(.eyebrow) {
  max-width: 510px;
  margin: 26px 0 32px;
  color: rgba(255,255,255,.7);
}

.company-contact-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
}

.company-contact-list div {
  min-height: 156px;
  padding: 30px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.company-contact-list div:nth-child(even) {
  border-right: 0;
}

.company-contact-list div:nth-last-child(-n+2) {
  border-bottom: 0;
}

.company-contact-list dt {
  margin-bottom: 10px;
  color: var(--ink-soft);
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.company-contact-list dd {
  margin: 0;
  font-weight: 750;
  line-height: 1.58;
}

.company-contact-list a {
  color: var(--forest);
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

@media (max-width: 1040px) {
  .company-hero-grid,
  .company-story-grid,
  .company-contact-shell {
    grid-template-columns: 1fr;
  }

  .company-hero-gallery {
    width: min(760px, 100%);
    min-height: 560px;
    margin-top: 10px;
  }

  .company-year-mark {
    left: 28px;
  }

  .company-story-heading {
    max-width: 760px;
  }

  .company-story-copy {
    padding-top: 0;
  }

  .company-contact-list {
    min-height: 0;
  }
}

@media (max-width: 760px) {
  .company-hero {
    padding-top: 62px;
  }

  .company-hero-gallery {
    min-height: 470px;
  }

  .company-photo-main {
    inset: 0 7% 18% 0;
    border-radius: 2px 48px 2px 2px;
  }

  .company-photo-detail {
    width: 42%;
    height: 55%;
    border-width: 6px;
    border-radius: 2px 2px 36px 2px;
  }

  .company-year-mark {
    left: 18px;
    bottom: 10px;
    min-width: 162px;
    padding: 17px 21px;
  }

  .company-year-mark strong {
    font-size: 2.8rem;
  }

  .company-method-head {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .company-method-row {
    grid-template-columns: 74px 1fr;
    gap: 18px 24px;
  }

  .company-method-row p {
    grid-column: 2;
  }
}

@media (max-width: 560px) {
  .company-hero-copy h1 {
    font-size: clamp(2.65rem, 13vw, 4.15rem);
  }

  .company-hero-gallery {
    min-height: 390px;
  }

  .company-photo-main {
    inset: 0 0 22% 0;
  }

  .company-photo-detail {
    display: none;
  }

  .company-year-mark {
    left: 16px;
    bottom: 0;
  }

  .company-story-heading {
    padding-left: 20px;
  }

  .company-method-row {
    grid-template-columns: 54px 1fr;
    min-height: 0;
    padding: 28px 0;
  }

  .company-method-number {
    font-size: 2.6rem;
  }

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

  .company-contact-list div,
  .company-contact-list div:nth-child(even),
  .company-contact-list div:nth-last-child(-n+2) {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .company-contact-list div:last-child {
    border-bottom: 0;
  }
}


/* Selected companies - distinct partnership section */
.company-partners {
  position: relative;
  overflow: hidden;
  padding: clamp(88px, 10vw, 146px) 0;
  color: #fff;
  background:
    radial-gradient(circle at 12% 18%, rgba(143,176,74,.16), transparent 26%),
    linear-gradient(135deg, #0c1d14 0%, #173624 58%, #0e2418 100%);
}

.company-partners::before,
.company-partners::after {
  position: absolute;
  content: "";
  pointer-events: none;
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 50%;
}

.company-partners::before {
  width: 560px;
  height: 560px;
  top: -330px;
  right: -120px;
}

.company-partners::after {
  width: 360px;
  height: 360px;
  bottom: -250px;
  left: 9%;
}

.company-partners-shell {
  position: relative;
  z-index: 1;
}

.company-partners-intro {
  display: grid;
  grid-template-columns: minmax(180px, .45fr) minmax(0, 1.05fr);
  gap: 24px clamp(34px, 7vw, 102px);
  align-items: start;
  margin-bottom: clamp(44px, 6vw, 78px);
}

.company-partners-intro .eyebrow {
  color: var(--leaf-soft);
}

.company-partners-intro h2 {
  margin: 0;
  max-width: 900px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.7rem, 5.2vw, 5.4rem);
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: .98;
}

.company-partners-intro > p:last-child {
  grid-column: 2;
  max-width: 720px;
  margin: -4px 0 0;
  color: rgba(255,255,255,.67);
  font-size: 1.04rem;
  line-height: 1.74;
}

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

.partner-card {
  position: relative;
  display: grid;
  min-height: 410px;
  padding: clamp(28px, 4vw, 50px);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.17);
  color: #fff;
  text-decoration: none;
  background: rgba(255,255,255,.055);
  transition: transform .25s ease, border-color .25s ease, background .25s ease;
}

.partner-card::after {
  position: absolute;
  inset: auto -20% -55% 26%;
  height: 72%;
  content: "";
  border-radius: 50%;
  background: rgba(143,176,74,.08);
  transition: transform .3s ease, background .3s ease;
}

.partner-card:hover {
  transform: translateY(-5px);
  border-color: rgba(216,231,183,.58);
  background: rgba(255,255,255,.085);
}

.partner-card:hover::after {
  transform: scale(1.08);
  background: rgba(143,176,74,.13);
}

.partner-number {
  position: relative;
  z-index: 2;
  color: rgba(255,255,255,.48);
  font-size: .73rem;
  font-weight: 850;
  letter-spacing: .15em;
}

.partner-vessel {
  position: absolute;
  top: 44px;
  right: -20px;
  width: min(48%, 330px);
  color: rgba(216,231,183,.15);
}

.partner-vessel svg {
  display: block;
  width: 100%;
  height: auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.partner-wordmark {
  position: relative;
  z-index: 2;
  align-self: end;
  display: block;
  margin-top: 110px;
  letter-spacing: -.04em;
  line-height: .86;
}

.partner-wordmark small {
  display: block;
  margin-top: 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .42em;
  line-height: 1;
}

.partner-meta {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: end;
  margin-top: 54px;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.16);
}

.partner-meta strong {
  max-width: 290px;
  font-size: .93rem;
  line-height: 1.45;
}

.partner-meta > span {
  color: rgba(255,255,255,.58);
  font-size: .78rem;
  font-weight: 750;
  white-space: nowrap;
}

.company-partners-note {
  max-width: 840px;
  margin: 24px 0 0;
  color: rgba(255,255,255,.42);
  font-size: .72rem;
  line-height: 1.55;
}

@media (max-width: 860px) {
  .company-partners-intro {
    grid-template-columns: 1fr;
  }

  .company-partners-intro > p:last-child {
    grid-column: auto;
    margin-top: 0;
  }

  .company-partners-grid {
    grid-template-columns: 1fr;
  }

  .partner-card {
    min-height: 350px;
  }
}

@media (max-width: 560px) {
  .partner-card {
    min-height: 330px;
    padding: 26px;
  }

  .partner-vessel {
    top: 34px;
    right: -34px;
    width: 58%;
  }

  .partner-wordmark {
    margin-top: 90px;
  }

  .partner-meta {
    display: grid;
    margin-top: 42px;
  }

  .partner-meta > span {
    white-space: normal;
  }
}


/* Catalog and technical-document updates */
.catalog-documentation-bottom {
  padding: 72px 0 64px;
}

.edge-spec-card {
  display: grid;
  grid-template-columns: minmax(220px, .72fr) minmax(0, 1.28fr);
  gap: clamp(24px, 5vw, 64px);
  margin: 28px 0 30px;
  padding: clamp(24px, 4vw, 40px);
  border: 1px solid rgba(40, 69, 49, .18);
  border-radius: 22px;
  background:
    radial-gradient(circle at 95% 10%, rgba(143, 176, 74, .18), transparent 34%),
    var(--surface);
  box-shadow: var(--shadow-sm);
}

.edge-spec-card .eyebrow {
  margin-bottom: 12px;
}

.edge-spec-card h3 {
  max-width: 420px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 3vw, 2.55rem);
  font-weight: 500;
  letter-spacing: -.035em;
  line-height: 1.05;
}

.edge-spec-copy p {
  margin: 0 0 14px;
  color: var(--ink-soft);
}

.edge-spec-copy strong {
  color: var(--forest);
}

.edge-spec-copy ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 1.2rem;
  color: var(--ink);
  font-weight: 700;
}

.poplar-photo-gallery {
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
  align-items: stretch;
}

.poplar-photo-gallery .material-photo {
  display: grid;
  grid-template-rows: minmax(360px, 520px) auto;
}

.poplar-photo-gallery .material-photo img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  background: var(--forest-2);
}

.poplar-documentation {
  padding: 76px 0;
}

.document-group-title {
  margin: 4px 0 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.4rem, 2.4vw, 2rem);
  font-weight: 500;
  letter-spacing: -.025em;
}

.document-group-title-spaced {
  margin-top: 38px;
}

.document-group-note {
  max-width: 780px;
  margin: -6px 0 18px;
  color: var(--ink-soft);
}

@media (max-width: 820px) {
  .catalog-documentation-bottom,
  .poplar-documentation {
    padding: 52px 0;
  }

  .edge-spec-card {
    grid-template-columns: 1fr;
  }

  .poplar-photo-gallery {
    grid-template-columns: 1fr;
  }

  .poplar-photo-gallery .material-photo {
    grid-template-rows: minmax(300px, 470px) auto;
  }
}

@media (max-width: 560px) {
  .edge-spec-card {
    padding: 22px;
  }

  .poplar-photo-gallery .material-photo {
    grid-template-rows: minmax(250px, 390px) auto;
  }
}
