@font-face {
  font-family: "Bodoni Moda";
  font-style: normal;
  font-weight: 500 600;
  font-display: swap;
  src: url("fonts/bodoni-moda-latin-v28.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("fonts/manrope-latin-v20.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Manrope Metric Fallback";
  font-style: normal;
  font-weight: 400;
  src: local("Arial");
  size-adjust: 102.255%;
  ascent-override: 104.64%;
  descent-override: 29.34%;
  line-gap-override: 0%;
}

@font-face {
  font-family: "Manrope Metric Fallback";
  font-style: normal;
  font-weight: 700;
  src: local("Arial Bold");
  size-adjust: 97.64%;
  ascent-override: 109.59%;
  descent-override: 30.72%;
  line-gap-override: 0%;
}

@font-face {
  font-family: "Bodoni Moda Metric Fallback";
  font-style: normal;
  font-weight: 500 600;
  src: local("Georgia");
  size-adjust: 104.6%;
  ascent-override: 108.03%;
  descent-override: 38.24%;
  line-gap-override: 0%;
}

:root {
  --ink: #10100f;
  --ink-soft: #1a1a18;
  --paper: #f2eee5;
  --paper-bright: #fbfaf6;
  --foil: #c2a35e;
  --foil-light: #e3ca8b;
  --register: #a94d2a;
  --graphite: #6e6b64;
  --line-dark: rgba(255, 255, 255, 0.14);
  --line-light: rgba(16, 16, 15, 0.17);
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
  --display: "Bodoni Moda", "Bodoni Moda Metric Fallback", Georgia, serif;
  --body: "Manrope", "Manrope Metric Fallback", Arial, sans-serif;
  --container: min(1180px, calc(100% - 48px));
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
  overflow-x: clip;
}

body {
  margin: 0;
  overflow-x: clip;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

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

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

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

button {
  color: inherit;
}

::selection {
  color: var(--ink);
  background: var(--foil-light);
}

:focus-visible {
  outline: 3px solid var(--register);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  color: #fff;
  background: var(--register);
  transform: translateY(-160%);
  transition: transform 180ms ease;
}

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

.container {
  width: var(--container);
  margin-inline: auto;
}

.eyebrow {
  display: flex;
  gap: 12px;
  align-items: center;
  margin: 0 0 16px;
  color: var(--register);
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 26px;
  height: 1px;
  background: currentColor;
  content: "";
}

.section-title {
  max-width: 820px;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2.5rem, 5.4vw, 5.2rem);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.section-intro {
  max-width: 640px;
  margin: 24px 0 0;
  color: var(--graphite);
  font-size: clamp(1rem, 1.5vw, 1.15rem);
}

.section--ink .section-intro,
.section--dark .section-intro {
  color: rgba(255, 255, 255, 0.68);
}

.section--ink .eyebrow,
.section--dark .eyebrow,
.quote-section .eyebrow {
  color: var(--foil-light);
}

.section {
  position: relative;
  padding: clamp(88px, 11vw, 150px) 0;
  overflow: clip;
}

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

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

.section--ink {
  color: #fff;
  background: var(--ink);
}

.section--dark {
  color: #fff;
  background: var(--ink-soft);
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(260px, 0.7fr);
  gap: 60px;
  align-items: end;
  margin-bottom: 56px;
}

.section-head .section-intro {
  margin: 0 0 4px;
}

.section-cta {
  margin: 34px 0 0;
}

.topline {
  position: relative;
  z-index: 30;
  color: rgba(255, 255, 255, 0.76);
  background: #080807;
  border-bottom: 1px solid var(--line-dark);
  font-size: 0.69rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.topline__inner {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 9px 0;
}

.topline a {
  color: var(--foil-light);
}

.site-header {
  position: sticky;
  z-index: 25;
  top: 0;
  color: #fff;
  background: rgba(16, 16, 15, 0.93);
  border-bottom: 1px solid var(--line-dark);
  backdrop-filter: blur(18px);
}

.site-header.is-scrolled {
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.2);
}

.nav-shell {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
}

.logo {
  display: inline-flex;
  flex: 0 0 auto;
  gap: 12px;
  align-items: center;
  color: #fff;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.logo__mark {
  position: relative;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: var(--ink);
  background: var(--foil);
  font-family: var(--display);
  font-size: 0.98rem;
  line-height: 1;
}

.logo__mark::after {
  position: absolute;
  inset: 4px;
  border: 1px solid rgba(16, 16, 15, 0.55);
  content: "";
}

.logo em {
  color: var(--foil-light);
  font-style: normal;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2.1vw, 30px);
}

.site-nav > a:not(.button) {
  position: relative;
  padding: 28px 0 25px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.site-nav > a:not(.button)::after {
  position: absolute;
  right: 0;
  bottom: 21px;
  left: 0;
  height: 1px;
  background: var(--foil);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 260ms var(--ease);
}

.site-nav > a:hover,
.site-nav > a[aria-current="page"] {
  color: #fff;
}

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

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  padding: 0;
  place-items: center;
  color: #fff;
  background: transparent;
  border: 1px solid var(--line-dark);
  cursor: pointer;
}

.nav-toggle__lines,
.nav-toggle__lines::before,
.nav-toggle__lines::after {
  display: block;
  width: 20px;
  height: 1px;
  background: currentColor;
  content: "";
  transition: transform 220ms ease, opacity 220ms ease;
}

.nav-toggle__lines::before {
  transform: translateY(-6px);
}

.nav-toggle__lines::after {
  transform: translateY(5px);
}

.nav-toggle[aria-expanded="true"] .nav-toggle__lines {
  background: transparent;
}

.nav-toggle[aria-expanded="true"] .nav-toggle__lines::before {
  transform: translateY(0) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] .nav-toggle__lines::after {
  transform: translateY(-1px) rotate(-45deg);
}

.button {
  display: inline-flex;
  min-height: 50px;
  padding: 14px 20px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: var(--ink);
  background: var(--foil);
  border: 1px solid var(--foil);
  border-radius: 0;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 220ms ease, background 220ms ease, border-color 220ms ease, transform 220ms var(--ease);
}

.button::after {
  font-size: 1rem;
  content: "↗";
}

.button:hover {
  color: var(--ink);
  background: var(--foil-light);
  border-color: var(--foil-light);
  transform: translateY(-2px);
}

.button--ghost {
  color: #fff;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.42);
}

.button--ghost:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border-color: #fff;
}

.button--dark {
  color: #fff;
  background: var(--ink);
  border-color: var(--ink);
}

.button--dark:hover {
  color: #fff;
  background: var(--register);
  border-color: var(--register);
}

.button--small {
  min-height: 42px;
  padding: 11px 16px;
  font-size: 0.68rem;
}

.button[disabled] {
  cursor: wait;
  opacity: 0.7;
  transform: none;
}

.hero {
  position: relative;
  min-height: calc(100svh - 113px);
  color: #fff;
  background:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    var(--ink);
  background-size: 64px 64px;
  overflow: hidden;
}

.hero::after {
  position: absolute;
  right: -180px;
  bottom: -260px;
  width: 600px;
  height: 600px;
  border: 1px solid rgba(194, 163, 94, 0.23);
  border-radius: 50%;
  box-shadow: 0 0 0 90px rgba(194, 163, 94, 0.035), 0 0 0 180px rgba(194, 163, 94, 0.025);
  content: "";
}

.hero__grid {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: calc(100svh - 113px);
  grid-template-columns: minmax(0, 1.02fr) minmax(390px, 0.72fr);
  gap: clamp(50px, 8vw, 120px);
  align-items: center;
  padding: 82px 0 96px;
}

.hero__copy {
  position: relative;
  z-index: 3;
}

.hero h1,
.subhero h1 {
  max-width: 850px;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(4rem, 8.7vw, 8.4rem);
  font-weight: 500;
  line-height: 0.83;
  letter-spacing: -0.06em;
}

.hero h1 em,
.subhero h1 em {
  color: var(--foil-light);
  font-style: italic;
}

.hero h1 {
  font-size: clamp(3.8rem, 7.3vw, 7.2rem);
  line-height: 0.87;
}

.hero__lead {
  max-width: 640px;
  margin: 34px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(1rem, 1.5vw, 1.2rem);
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 38px;
}

.hero__proof {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
  margin: 38px 0 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  list-style: none;
  text-transform: uppercase;
}

.hero__proof li::before {
  margin-right: 9px;
  color: var(--foil);
  content: "◆";
  font-size: 0.55rem;
}

@media (min-width: 1280px) {
  .hero__proof {
    display: grid;
    grid-template-columns: repeat(3, max-content);
    gap: 12px 28px;
  }

  .hero__proof li {
    white-space: nowrap;
  }
}

.proof-frame {
  position: relative;
  padding: 20px;
  border: 1px solid rgba(194, 163, 94, 0.46);
}

.proof-frame::before,
.proof-frame::after {
  position: absolute;
  width: 48px;
  height: 48px;
  border-color: var(--register);
  content: "";
}

.proof-frame::before {
  top: -10px;
  left: -10px;
  border-top: 2px solid var(--register);
  border-left: 2px solid var(--register);
}

.proof-frame::after {
  right: -10px;
  bottom: -10px;
  border-right: 2px solid var(--register);
  border-bottom: 2px solid var(--register);
}

.proof-frame__primary {
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.proof-frame__inset {
  position: absolute;
  right: -38px;
  bottom: 52px;
  width: 46%;
  aspect-ratio: 1;
  object-fit: cover;
  border: 9px solid var(--ink);
  box-shadow: var(--shadow);
}

@media (min-width: 781px) and (max-width: 975px) {
  .proof-frame__inset {
    right: -18px;
  }
}

@media (min-width: 976px) and (max-width: 1040px) {
  .proof-frame__inset {
    right: max(-38px, calc((940px - 100vw) / 2));
  }
}

@media (min-width: 1041px) and (max-width: 1227px) {
  .proof-frame__inset {
    right: -24px;
  }
}

@media (min-width: 1228px) and (max-width: 1255px) {
  .proof-frame__inset {
    right: max(-38px, calc((1180px - 100vw) / 2));
  }
}

.proof-frame__note {
  position: absolute;
  top: 52px;
  left: -24px;
  padding: 10px 13px;
  color: var(--ink);
  background: var(--paper);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

.register-mark {
  position: absolute;
  top: -13px;
  right: 42px;
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border: 1px solid var(--register);
  border-radius: 50%;
}

.register-mark::before,
.register-mark::after {
  position: absolute;
  background: var(--register);
  content: "";
}

.register-mark::before {
  width: 34px;
  height: 1px;
}

.register-mark::after {
  width: 1px;
  height: 34px;
}

.spec-rail {
  position: relative;
  z-index: 4;
  color: #fff;
  background: #090908;
  border-top: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
}

.spec-rail__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.spec {
  padding: 26px 24px;
  border-right: 1px solid var(--line-dark);
}

.spec:first-child {
  border-left: 1px solid var(--line-dark);
}

.spec strong {
  display: block;
  color: var(--foil-light);
  font-family: var(--display);
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  font-weight: 500;
  line-height: 1;
}

.spec span {
  display: block;
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

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

.product-card {
  position: relative;
  display: flex;
  min-height: 100%;
  flex-direction: column;
  background: var(--paper-bright);
  border: 1px solid var(--line-light);
  transition: transform 320ms var(--ease), box-shadow 320ms var(--ease);
}

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

.product-card--linked h3 a::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  content: "";
}

.product-card--linked h3 a:focus-visible {
  outline: 0;
}

.product-card--linked:focus-within {
  outline: 3px solid var(--register);
  outline-offset: 4px;
}

.product-card:hover .product-card__cta::after {
  transform: translateX(5px);
}

.product-card__media {
  position: relative;
  aspect-ratio: 5 / 4;
  overflow: hidden;
  background: #d9d4c9;
}

.product-card__media > picture {
  display: block;
  width: 100%;
  height: 100%;
}

.product-card__media img {
  height: 100%;
  object-fit: cover;
  transition: transform 700ms var(--ease);
}

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

.product-card__code {
  position: absolute;
  top: 14px;
  left: 14px;
  padding: 7px 9px;
  color: #fff;
  background: rgba(16, 16, 15, 0.78);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  backdrop-filter: blur(6px);
}

.product-card__context {
  position: absolute;
  right: 14px;
  bottom: 14px;
  max-width: calc(100% - 28px);
  padding: 6px 8px;
  color: var(--ink);
  background: rgba(247, 244, 236, 0.9);
  border: 1px solid rgba(16, 16, 15, 0.18);
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.1;
  text-transform: uppercase;
  backdrop-filter: blur(7px);
}

.product-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 28px;
}

.product-card h3 {
  margin: 0;
  font-family: var(--display);
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.05;
}

.product-card p {
  margin: 14px 0 24px;
  color: var(--graphite);
  font-size: 0.91rem;
}

.chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: auto 0 0;
  padding: 0;
  list-style: none;
}

.chip-list li {
  padding: 6px 9px;
  color: #56524b;
  background: #ebe6dc;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.text-link {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: var(--register);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.product-card__body > .text-link {
  margin-top: 20px;
}

.catalog-marketplace {
  overflow: visible;
}

.marketplace-layout {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.marketplace-sidebar {
  position: sticky;
  top: 108px;
  min-width: 0;
  color: #fff;
  background: var(--ink);
  border: 1px solid var(--line-dark);
}

.marketplace-sidebar__title {
  margin: 0;
  padding: 22px 20px;
  color: var(--foil-light);
  border-bottom: 1px solid var(--line-dark);
  font-family: var(--display);
  font-size: 1.65rem;
  font-weight: 500;
  line-height: 1;
}

.marketplace-filters {
  width: 100%;
  min-width: 0;
  max-height: calc(100dvh - 290px);
  margin: 0;
  padding: 6px 0;
  overflow-y: auto;
  list-style: none;
  scrollbar-color: rgba(255, 255, 255, 0.28) transparent;
  scrollbar-width: thin;
}

.marketplace-filters button {
  display: grid;
  width: 100%;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 10px 16px;
  color: rgba(255, 255, 255, 0.7);
  background: transparent;
  border: 0;
  border-left: 2px solid transparent;
  cursor: pointer;
  font-family: var(--body);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.35;
  text-align: left;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.marketplace-filters button strong {
  min-width: 1.7rem;
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.62rem;
  font-variant-numeric: tabular-nums;
  text-align: right;
}

.marketplace-filters button:hover,
.marketplace-filters button:focus-visible {
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  border-left-color: var(--register);
}

.marketplace-filters button[aria-pressed="true"] {
  color: var(--ink);
  background: var(--foil-light);
  border-left-color: var(--register);
}

.marketplace-filters button[aria-pressed="true"] strong {
  color: var(--ink);
}

.marketplace-boundaries {
  padding: 14px 16px 16px;
  border-top: 1px solid var(--line-dark);
}

.marketplace-boundaries summary {
  color: var(--foil-light);
  cursor: pointer;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.marketplace-boundaries p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.68rem;
  line-height: 1.55;
}

.marketplace-results {
  min-width: 0;
}

.marketplace-toolbar {
  display: flex;
  gap: 24px;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line-light);
}

.marketplace-toolbar .eyebrow {
  margin-bottom: 5px;
}

.marketplace-toolbar h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2.25rem, 4vw, 3.1rem);
  font-weight: 500;
  line-height: 1;
}

#marketplace-result-count {
  margin: 8px 0 0;
  color: var(--graphite);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.marketplace-filter-note {
  max-width: 780px;
  margin: 15px 0 0;
  color: var(--graphite);
  font-size: 0.78rem;
}

.marketplace-empty {
  margin-top: 28px;
  padding: clamp(34px, 7vw, 64px) 24px;
  text-align: center;
  background: var(--paper-bright);
  border: 1px dashed var(--line-light);
}

.marketplace-empty__mark {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  margin: 0 auto 16px;
  color: var(--foil-light);
  background: var(--ink);
  font-family: var(--display);
  font-size: 1rem;
}

.marketplace-empty h3 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 500;
}

.marketplace-empty p {
  max-width: 620px;
  margin: 12px auto 22px;
  color: var(--graphite);
  font-size: 0.82rem;
}

.marketplace-noscript {
  padding: 12px 14px;
  color: var(--ink);
  background: var(--foil-light);
  font-size: 0.76rem;
  font-weight: 700;
}

.catalog-scope-details {
  margin-top: 26px;
  background: var(--paper-bright);
  border: 1px solid var(--line-light);
}

.catalog-scope-details > summary {
  padding: 15px 17px;
  cursor: pointer;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.catalog-scope-details .catalog-browser__categories {
  padding: 0 16px 16px;
}

.marketplace-group {
  margin-top: 44px;
  scroll-margin-top: 110px;
}

.marketplace-group .section-head {
  display: flex;
  gap: 24px;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--line-light);
}

.marketplace-group .section-title {
  font-size: clamp(2rem, 4vw, 3.15rem);
}

.marketplace-group .section-intro {
  max-width: 460px;
  font-size: 0.78rem;
}

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

.catalog-marketplace .product-card {
  box-shadow: none;
  background: var(--paper-bright);
}

.catalog-marketplace .product-card:hover {
  box-shadow: 0 16px 40px rgba(16, 16, 15, 0.12);
  transform: translateY(-4px);
}

.catalog-marketplace .product-card__media {
  aspect-ratio: 1;
}

.catalog-marketplace .product-card__code {
  top: 10px;
  left: 10px;
  padding: 5px 7px;
  font-size: 0.56rem;
}

.catalog-marketplace .product-card__context {
  right: 10px;
  bottom: 10px;
  font-size: 0.52rem;
}

.catalog-marketplace .product-card__body {
  padding: 16px;
}

.catalog-marketplace .product-card h3 {
  font-family: var(--body);
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1.4;
}

.catalog-marketplace .product-card p {
  display: -webkit-box;
  min-height: 3.3em;
  margin: 8px 0 13px;
  overflow: hidden;
  color: var(--graphite);
  font-size: 0.71rem;
  line-height: 1.65;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.catalog-marketplace .chip-list {
  gap: 5px;
}

.catalog-marketplace .chip-list li {
  padding: 4px 6px;
  font-size: 0.52rem;
}

.catalog-marketplace .product-card__cta {
  margin-top: 11px;
  font-size: 0.58rem;
}

.marketplace-card__commercial {
  display: flex;
  gap: 8px;
  justify-content: space-between;
  align-items: baseline;
  margin-top: 13px;
  padding-top: 11px;
  border-top: 1px solid var(--line-light);
}

.marketplace-card__commercial strong {
  color: var(--register);
  font-size: 0.83rem;
  line-height: 1.2;
}

.marketplace-card__commercial span {
  color: var(--graphite);
  font-size: 0.5rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.3;
  text-align: right;
  text-transform: uppercase;
}

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

.catalog-category {
  position: relative;
  display: flex;
  min-height: 100%;
  padding: 30px;
  flex-direction: column;
  scroll-margin-top: 112px;
  background: var(--paper-bright);
  border: 1px solid var(--line-light);
  border-top: 3px solid var(--foil);
}

.catalog-category--qualified {
  border-top-color: var(--register);
}

.catalog-category--review {
  background: #f1ede4;
  border-top-style: dashed;
  border-top-color: #7a746a;
}

.catalog-category__meta {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  margin-bottom: 22px;
}

.catalog-category__meta span {
  color: var(--register);
  font-family: var(--display);
  font-size: 1.25rem;
  font-variant-numeric: tabular-nums;
  line-height: 1;
}

.catalog-category__meta strong {
  color: #6b665e;
  font-size: 0.62rem;
  letter-spacing: 0.12em;
  text-align: right;
  text-transform: uppercase;
}

.catalog-category h3 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(1.85rem, 3vw, 2.45rem);
  font-weight: 500;
  line-height: 1.02;
}

.catalog-category > p {
  margin: 15px 0 22px;
  color: var(--graphite);
  font-size: 0.86rem;
}

.catalog-category__routes {
  display: grid;
  gap: 0;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}

.catalog-category__routes a {
  display: flex;
  gap: 14px;
  justify-content: space-between;
  align-items: center;
  padding: 9px 0;
  color: var(--ink);
  border-bottom: 1px solid var(--line-light);
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.3;
}

.catalog-category__routes a::after {
  flex: 0 0 auto;
  color: var(--register);
  content: "→";
  transition: transform 180ms ease;
}

.catalog-category__routes a:hover::after,
.catalog-category__routes a:focus-visible::after {
  transform: translateX(4px);
}

.catalog-category > .text-link {
  margin-top: auto;
}

.text-link::after {
  content: "→";
  transition: transform 200ms ease;
}

.text-link:hover::after {
  transform: translateX(5px);
}

.section--ink .text-link,
.section--dark .text-link {
  color: var(--foil-light);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(48px, 8vw, 110px);
  align-items: center;
}

.split__media {
  position: relative;
}

.split__media > picture {
  display: block;
  width: 100%;
}

.split__media > img,
.split__media > picture > img {
  aspect-ratio: 5 / 6;
  object-fit: cover;
}

.split__media--landscape > img,
.split__media--landscape > picture > img {
  aspect-ratio: 6 / 5;
}

.split__media::after {
  position: absolute;
  z-index: -1;
  top: 24px;
  right: -24px;
  bottom: -24px;
  left: 24px;
  border: 1px solid var(--foil);
  content: "";
}

.split__copy h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2.8rem, 5.6vw, 5.6rem);
  font-weight: 500;
  line-height: 0.95;
  letter-spacing: -0.045em;
}

.split__copy > p:not(.eyebrow) {
  margin: 26px 0 0;
  color: inherit;
  opacity: 0.72;
}

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

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

.check-list li::before {
  color: var(--foil);
  content: "◇";
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
}

.process-step {
  min-height: 260px;
  padding: 32px 26px;
  border-right: 1px solid currentColor;
}

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

.process-step__number {
  color: var(--register);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.process-step h3 {
  margin: 54px 0 12px;
  font-family: var(--display);
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.05;
}

.process-step p {
  margin: 0;
  font-size: 0.87rem;
  opacity: 0.68;
}

.finish-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  gap: 18px;
}

.finish-card {
  position: relative;
  min-height: 470px;
  overflow: hidden;
  color: #fff;
  background: var(--ink);
}

.finish-card img {
  height: 100%;
  object-fit: cover;
  opacity: 0.83;
  transition: transform 700ms var(--ease), opacity 300ms ease;
}

.finish-card:hover img {
  opacity: 0.68;
  transform: scale(1.04);
}

.finish-card__content {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 80px 28px 28px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.88));
}

.finish-card h3 {
  margin: 0;
  font-family: var(--display);
  font-size: 2rem;
  font-weight: 500;
}

.finish-card p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.83rem;
}

.quote-section {
  color: #fff;
  background:
    linear-gradient(90deg, transparent 49.9%, var(--line-dark) 50%, transparent 50.1%),
    var(--ink);
}

.quote-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(54px, 8vw, 120px);
  align-items: start;
}

.quote-copy {
  position: sticky;
  top: 130px;
}

.quote-copy h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(3.3rem, 6.4vw, 6.2rem);
  font-weight: 500;
  line-height: 0.88;
  letter-spacing: -0.05em;
}

.quote-copy p:not(.eyebrow) {
  max-width: 500px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.68);
}

.contact-cards {
  display: grid;
  gap: 10px;
  margin-top: 32px;
}

.contact-card {
  display: flex;
  padding: 15px 0;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid var(--line-dark);
  font-size: 0.79rem;
}

.contact-card span:first-child {
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-card--icon {
  display: grid;
  padding: 13px 14px;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  align-items: center;
  border: 1px solid var(--line-dark);
  background: rgba(255, 255, 255, 0.035);
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.contact-card--icon:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(227, 202, 139, 0.55);
  transform: translateX(4px);
}

.contact-card--icon > .contact-card__icon {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: var(--foil-light);
  background: rgba(194, 163, 94, 0.1);
  border: 1px solid rgba(227, 202, 139, 0.35);
  clip-path: polygon(0 7px, 7px 0, 100% 0, 100% calc(100% - 7px), calc(100% - 7px) 100%, 0 100%);
}

.contact-card--icon > .contact-card__icon--phone {
  color: #c8dbba;
  background: rgba(156, 185, 138, 0.09);
  border-color: rgba(200, 219, 186, 0.34);
}

.contact-card__icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-card--icon > .contact-card__copy {
  display: grid;
  min-width: 0;
  gap: 2px;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: normal;
  text-transform: none;
}

.contact-card__copy small {
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.61rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.contact-card__copy strong {
  overflow: hidden;
  color: #fff;
  font-size: 0.76rem;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.contact-card--icon > .contact-card__arrow {
  color: var(--foil-light);
  font-family: var(--body);
  font-size: 1rem;
  letter-spacing: normal;
}

.quote-form {
  padding: clamp(26px, 4vw, 50px);
  color: var(--ink);
  background: var(--paper-bright);
}

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

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

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

.quote-form__optional {
  border-top: 1px solid #c9c3b8;
  border-bottom: 1px solid #c9c3b8;
}

.quote-form__optional > summary {
  display: flex;
  min-height: 58px;
  padding: 12px 2px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: var(--ink);
  cursor: pointer;
  list-style: none;
}

.quote-form__optional > summary::-webkit-details-marker {
  display: none;
}

.quote-form__optional > summary::after {
  content: "+";
  flex: 0 0 auto;
  color: var(--register);
  font-size: 1.35rem;
  line-height: 1;
}

.quote-form__optional[open] > summary::after {
  content: "−";
}

.quote-form__optional > summary:focus-visible {
  outline: 2px solid var(--register);
  outline-offset: 3px;
}

.quote-form__optional > summary span {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.quote-form__optional > summary small {
  margin-left: auto;
  color: var(--graphite);
  font-size: 0.68rem;
  font-weight: 500;
}

.quote-form__optional-grid {
  padding: 8px 0 24px;
}

.field label {
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.form-required-note {
  margin: 0 0 18px;
  color: var(--graphite);
  font-size: 0.72rem;
  font-weight: 600;
}

.form-required-indicator {
  margin-left: 0.15em;
  color: #a53a28;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 52px;
  padding: 13px 0;
  color: var(--ink);
  background: transparent;
  border: 0;
  border-bottom: 1px solid #aba69d;
  border-radius: 0;
  outline: 0;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.field textarea {
  min-height: 112px;
  resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--register);
  box-shadow: 0 1px 0 var(--register);
}

.field input[aria-invalid="true"],
.field select[aria-invalid="true"],
.field textarea[aria-invalid="true"] {
  border-color: #a53a28;
  box-shadow: 0 1px 0 #a53a28;
}

.field input[type="file"] {
  padding: 14px;
  background: #ebe6dc;
  border: 1px dashed #9f998f;
}

.field small {
  color: var(--graphite);
  font-size: 0.7rem;
}

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

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

.form-note {
  max-width: 360px;
  margin: 0;
  color: var(--graphite);
  font-size: 0.7rem;
}

.form-note--noscript {
  max-width: none;
  margin: 0 0 20px;
  padding: 14px 16px;
  color: var(--ink);
  background: #f3ead2;
  border-left: 3px solid var(--register);
}

.form-note--noscript a {
  color: inherit;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.form-status {
  min-height: 24px;
  margin: 16px 0 0;
  font-size: 0.8rem;
  font-weight: 600;
}

.form-status[data-state="success"] {
  color: #2e6d42;
}

.form-status[data-state="error"] {
  color: #a53a28;
}

.form-status[data-state="fallback"] {
  padding: 18px;
  color: var(--ink);
  background: #f3ead2;
  border-left: 3px solid var(--register);
}

.form-fallback-copy,
.form-fallback-note {
  display: block;
}

.form-fallback-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 13px;
}

.form-fallback-actions .button {
  min-height: 44px;
  padding: 10px 13px;
  color: #fff;
  font-size: 0.66rem;
}

.form-fallback-actions .button--ghost {
  color: var(--ink);
  border-color: rgba(16, 16, 15, 0.32);
}

.form-fallback-note {
  margin-top: 11px;
  color: var(--graphite);
  font-size: 0.7rem;
  font-weight: 500;
}

.form-fallback-manual {
  display: grid;
  gap: 7px;
  margin-top: 13px;
}

.form-fallback-manual label {
  color: var(--graphite);
  font-size: 0.72rem;
  font-weight: 700;
}

.form-fallback-manual textarea {
  width: 100%;
  min-height: 150px;
  padding: 12px;
  resize: vertical;
  color: var(--ink);
  background: var(--paper-bright);
  border: 1px solid rgba(16, 16, 15, 0.3);
  font: 500 0.78rem/1.5 var(--sans);
}

.section--ink .product-card__body h3 a,
.section--dark .product-card__body h3 a {
  color: var(--ink);
}

.section--ink .product-card__body > .text-link,
.section--dark .product-card__body > .text-link {
  color: var(--register);
}

.calculator-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(480px, 1.22fr);
  gap: clamp(44px, 8vw, 100px);
  align-items: start;
}

.calculator-intro {
  position: sticky;
  top: 120px;
}

.roi-calculator {
  padding: clamp(26px, 4vw, 46px);
  background: var(--paper-bright);
  border: 1px solid var(--line-light);
  box-shadow: var(--shadow);
}

.calculator-results {
  display: grid;
  margin-top: 34px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  color: #fff;
  background: var(--line-dark);
  border: 1px solid var(--line-dark);
}

.calculator-results > div {
  min-width: 0;
  padding: 22px;
  background: var(--ink-soft);
  border-right: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
}

.calculator-results > div:nth-child(even) {
  border-right: 0;
}

.calculator-results > div:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.calculator-results span {
  display: block;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.calculator-results strong {
  display: block;
  margin-top: 8px;
  overflow-wrap: anywhere;
  color: var(--foil-light);
  font-family: var(--display);
  font-size: clamp(2rem, 4vw, 3.1rem);
  font-weight: 500;
  line-height: 1;
}

.calculator-interpretation {
  margin: 0;
  padding: 20px 22px;
  color: var(--ink);
  background: #e8e2d7;
  border-left: 3px solid var(--register);
  font-size: 0.82rem;
}

.faq-list {
  max-width: 900px;
  margin: 54px auto 0;
  border-top: 1px solid var(--line-light);
}

.faq-item {
  border-bottom: 1px solid var(--line-light);
}

.faq-question {
  display: grid;
  width: 100%;
  padding: 25px 0;
  grid-template-columns: 1fr 30px;
  gap: 20px;
  align-items: center;
  text-align: left;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.faq-question span:first-child {
  font-family: var(--display);
  font-size: clamp(1.25rem, 2.6vw, 1.8rem);
  line-height: 1.2;
}

.faq-icon {
  color: var(--register);
  font-size: 1.3rem;
  text-align: center;
}

.faq-answer {
  padding: 0 60px 26px 0;
  color: var(--graphite);
}

.faq-answer[hidden] {
  display: none;
}

.subhero {
  position: relative;
  min-height: 610px;
  display: grid;
  color: #fff;
  background: var(--ink);
  overflow: hidden;
}

.subhero__background {
  position: absolute;
  inset: 0;
}

.subhero__background picture {
  display: block;
  width: 100%;
  height: 100%;
}

.subhero__background img {
  height: 100%;
  object-fit: cover;
  opacity: 0.44;
}

.subhero__background::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(16, 16, 15, 0.98) 4%, rgba(16, 16, 15, 0.72) 54%, rgba(16, 16, 15, 0.2));
  content: "";
}

.subhero__content {
  position: relative;
  z-index: 2;
  display: flex;
  padding: 90px 0;
  flex-direction: column;
  justify-content: center;
}

.subhero h1 {
  max-width: 950px;
  font-size: clamp(3.6rem, 6vw, 6.3rem);
  line-height: 0.9;
}

.subhero__lead {
  max-width: 640px;
  margin: 30px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(1rem, 1.6vw, 1.18rem);
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 0 0 24px;
  padding: 0;
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  list-style: none;
  text-transform: uppercase;
}

.breadcrumbs li + li::before {
  margin-right: 9px;
  content: "/";
}

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

.material-card {
  padding: 14px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid var(--line-dark);
}

.material-card img {
  aspect-ratio: 1;
  object-fit: cover;
}

.material-card h3 {
  margin: 17px 0 3px;
  font-family: var(--display);
  font-size: 1.5rem;
  font-weight: 500;
}

.material-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.76rem;
}

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

.detail-card {
  padding: 30px;
  color: var(--ink);
  background: var(--paper-bright);
  border-top: 3px solid var(--foil);
}

.section--ink .detail-card .text-link,
.section--dark .detail-card .text-link {
  color: var(--register);
}

.detail-card__kicker {
  color: var(--register);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.detail-card h3 {
  margin: 16px 0 12px;
  font-family: var(--display);
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.08;
}

.detail-card p {
  margin: 0;
  color: var(--graphite);
  font-size: 0.88rem;
}

.table-wrap {
  width: 100%;
  overflow-x: auto;
  background: var(--paper-bright);
  border: 1px solid var(--line-light);
}

.table-wrap:focus-visible {
  outline: 3px solid var(--register);
  outline-offset: 4px;
}

.table-scroll-hint {
  display: none;
}

.spec-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  text-align: left;
}

.spec-table caption {
  padding: 22px 24px;
  color: var(--graphite);
  border-bottom: 1px solid var(--line-light);
  font-size: 0.84rem;
  text-align: left;
}

.spec-table th,
.spec-table td {
  padding: 18px 22px;
  vertical-align: top;
  border-right: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
}

.spec-table th:last-child,
.spec-table td:last-child {
  border-right: 0;
}

.spec-table tr:last-child td {
  border-bottom: 0;
}

.spec-table thead th {
  color: var(--ink);
  background: #e8e2d7;
  font-size: 0.69rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.spec-table tbody th {
  min-width: 150px;
  color: var(--register);
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.spec-table td {
  color: var(--graphite);
  font-size: 0.88rem;
}

.content-prose {
  max-width: 780px;
}

.content-prose h2,
.content-prose h3 {
  font-family: var(--display);
  font-weight: 500;
  line-height: 1.05;
}

.content-prose h2 {
  margin: 0 0 24px;
  font-size: clamp(2.7rem, 5vw, 4.8rem);
  letter-spacing: -0.04em;
}

.content-prose h3 {
  margin: 38px 0 12px;
  font-size: 2rem;
}

.content-prose p,
.content-prose li {
  color: var(--graphite);
}

.content-prose a {
  color: var(--register);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.purchase-note {
  display: grid;
  margin-top: 34px;
  padding: 24px;
  grid-template-columns: auto 1fr;
  gap: 16px;
  color: var(--ink);
  background: #e8e2d7;
  border-left: 3px solid var(--register);
}

.purchase-note::before {
  color: var(--register);
  content: "◇";
}

.purchase-note p {
  margin: 0;
  color: inherit;
  font-size: 0.86rem;
}

.proof-list {
  display: grid;
  margin: 34px 0 0;
  padding: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: var(--line-dark);
  border: 1px solid var(--line-dark);
  list-style: none;
}

.proof-list li {
  min-height: 142px;
  padding: 24px;
  background: var(--ink-soft);
}

.proof-list strong {
  display: block;
  color: var(--foil-light);
  font-family: var(--display);
  font-size: 1.55rem;
  font-weight: 500;
}

.proof-list span {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.78rem;
}

.story-lead {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: clamp(46px, 9vw, 120px);
  align-items: start;
}

.story-lead__stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border: 1px solid var(--line-light);
}

.story-stat {
  padding: 24px;
  border-right: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
}

.story-stat:nth-child(even) {
  border-right: 0;
}

.story-stat:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.story-stat strong {
  display: block;
  font-family: var(--display);
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1;
}

.story-stat span {
  display: block;
  margin-top: 7px;
  color: var(--graphite);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.article-feature {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  background: var(--paper-bright);
  border: 1px solid var(--line-light);
}

.article-feature__media img {
  height: 100%;
  min-height: 500px;
  object-fit: cover;
}

.article-feature__content {
  display: flex;
  padding: clamp(34px, 5vw, 64px);
  flex-direction: column;
  justify-content: center;
}

.article-meta {
  color: var(--register);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.article-feature h2,
.article-card h2 {
  margin: 18px 0;
  font-family: var(--display);
  font-size: clamp(2.4rem, 4.5vw, 4rem);
  font-weight: 500;
  line-height: 0.98;
}

.article-feature p,
.article-card p {
  color: var(--graphite);
}

.article-list {
  display: grid;
  gap: 24px;
  margin-top: 24px;
}

.article-card {
  display: grid;
  grid-template-columns: 310px 1fr;
  background: var(--paper-bright);
  border: 1px solid var(--line-light);
}

.article-card > picture {
  display: block;
  width: 100%;
  height: 100%;
}

.article-card > img,
.article-card > picture > img {
  height: 100%;
  min-height: 330px;
  object-fit: cover;
}

.article-card__body {
  padding: clamp(28px, 4vw, 52px);
}

.article-card h2 {
  max-width: 720px;
  font-size: clamp(2rem, 4vw, 3.4rem);
}

.article-copy {
  max-width: 800px;
}

.article-copy h3 {
  margin: 38px 0 12px;
  font-family: var(--display);
  font-size: 2.1rem;
  font-weight: 500;
}

.article-copy p,
.article-copy li {
  color: var(--graphite);
}

.cta-band {
  position: relative;
  padding: 66px 0;
  color: #fff;
  background: var(--register);
  overflow: hidden;
}

.cta-band::after {
  position: absolute;
  top: -150px;
  right: 8%;
  width: 320px;
  height: 320px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  box-shadow: 0 0 0 58px rgba(255, 255, 255, 0.045);
  content: "";
}

.cta-band__inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
}

.cta-band h2 {
  max-width: 760px;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2.5rem, 5vw, 4.7rem);
  font-weight: 500;
  line-height: 0.96;
}

.site-footer {
  padding: 70px 0 26px;
  color: #fff;
  background: #080807;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.7fr 0.7fr 1fr;
  gap: 54px;
}

.footer-brand p {
  max-width: 360px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.85rem;
}

.footer-col h2 {
  margin: 0 0 18px;
  color: var(--foil-light);
  font-size: 0.68rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.footer-col ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.82rem;
  list-style: none;
}

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

.footer-bottom {
  display: flex;
  margin-top: 60px;
  padding-top: 22px;
  justify-content: space-between;
  gap: 24px;
  color: rgba(255, 255, 255, 0.58);
  border-top: 1px solid var(--line-dark);
  font-size: 0.68rem;
}

.analytics-consent {
  position: fixed;
  z-index: 80;
  bottom: 20px;
  left: 20px;
  display: grid;
  width: min(620px, calc(100% - 40px));
  padding: clamp(22px, 4vw, 32px);
  gap: 22px;
  color: #fff;
  background: rgba(16, 16, 15, 0.98);
  border: 1px solid rgba(227, 202, 139, 0.42);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(18px);
}

.analytics-consent__copy strong {
  display: block;
  color: var(--foil-light);
  font-family: var(--display);
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 500;
  line-height: 1.05;
}

.analytics-consent__copy p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.78rem;
}

.analytics-consent__copy a {
  color: var(--foil-light);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.analytics-consent__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.analytics-consent .button::after {
  display: none;
}

.analytics-preferences {
  padding: 0;
  background: transparent;
  border: 0;
}

.article-copy code {
  padding: 2px 5px;
  color: var(--ink);
  background: #e8e2d7;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.88em;
}

.floating-contact {
  position: fixed;
  z-index: 20;
  right: 20px;
  bottom: 20px;
  display: flex;
  gap: 8px;
}

.floating-contact a {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  color: #fff;
  background: var(--ink);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  transition: background 180ms ease, transform 180ms ease;
}

.floating-contact a:hover {
  background: var(--register);
  transform: translateY(-3px);
}

.floating-contact--home {
  flex-direction: column;
  gap: 10px;
}

.floating-contact--home a {
  position: relative;
  width: 56px;
  height: 56px;
  color: var(--foil-light);
  background: linear-gradient(145deg, #1f1f1c, #0b0b0a);
  border-color: rgba(227, 202, 139, 0.42);
  clip-path: polygon(0 10px, 10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.3);
}

.floating-contact--home a::before {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 4px;
  height: 4px;
  background: var(--register);
  border-radius: 50%;
  content: "";
}

.floating-contact--home a:hover,
.floating-contact--home a:focus-visible {
  color: #fff;
  background: var(--register);
  border-color: rgba(255, 255, 255, 0.48);
  transform: translateY(-3px) rotate(-1deg);
}

.floating-contact--home svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.floating-contact__tooltip {
  position: absolute;
  top: 50%;
  right: calc(100% + 12px);
  padding: 7px 10px;
  color: #fff;
  background: var(--ink);
  border: 1px solid var(--line-dark);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  opacity: 0;
  pointer-events: none;
  text-transform: uppercase;
  transform: translate(7px, -50%);
  transition: opacity 160ms ease, transform 160ms ease;
  white-space: nowrap;
}

.floating-contact--home a:hover .floating-contact__tooltip,
.floating-contact--home a:focus-visible .floating-contact__tooltip {
  opacity: 1;
  transform: translate(0, -50%);
}

[data-reveal] {
  opacity: 1;
  transform: none;
  transition: opacity 700ms var(--ease), transform 700ms var(--ease);
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1040px) {
  :root {
    --container: min(100% - 36px, 940px);
  }

  .site-nav {
    gap: 14px;
  }

  .site-nav .button {
    min-height: 40px;
    padding: 10px 14px;
    font-size: 0.64rem;
  }

  .site-nav > a:not(.button) {
    font-size: 0.69rem;
    letter-spacing: 0.08em;
  }

  .hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.62fr);
    gap: 50px;
  }

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

  .marketplace-layout {
    grid-template-columns: 210px minmax(0, 1fr);
  }

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

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

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

  .finish-card:first-child {
    grid-column: 1 / -1;
  }

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

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

  .process-step:nth-child(-n + 2) {
    border-bottom: 1px solid currentColor;
  }

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

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

@media (max-width: 900px) {
  html {
    scroll-padding-top: 82px;
  }

  body.nav-open {
    overflow: hidden;
  }

  .topline__inner {
    justify-content: center;
    text-align: center;
  }

  .topline__inner span:last-child {
    display: none;
  }

  .nav-shell {
    min-height: 68px;
  }

  .js .nav-toggle {
    display: grid;
  }

  .js .site-nav {
    position: absolute;
    z-index: 50;
    top: 100%;
    right: 0;
    bottom: auto;
    left: 0;
    display: grid;
    min-height: calc(100svh - 68px);
    max-height: calc(100dvh - 68px);
    padding: 34px 24px 60px;
    align-content: start;
    gap: 0;
    background: rgba(16, 16, 15, 0.985);
    overflow-y: auto;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(100%);
    transition: transform 340ms var(--ease), visibility 0s linear 340ms;
  }

  .js .site-nav.is-open {
    visibility: visible;
    pointer-events: auto;
    transform: translateX(0);
    transition-delay: 0s;
  }

  .js .site-nav > a:not(.button) {
    padding: 18px 0;
    border-bottom: 1px solid var(--line-dark);
    font-family: var(--display);
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: -0.02em;
    text-transform: none;
  }

  .js .site-nav > a:not(.button)::after {
    display: none;
  }

  .js .site-nav .button {
    display: inline-flex;
    margin-top: 28px;
  }

  html:not(.js) .nav-shell {
    flex-wrap: wrap;
    padding: 12px 0 18px;
  }

  html:not(.js) .site-nav {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: 8px 18px;
  }

  html:not(.js) .site-nav > a:not(.button) {
    padding: 8px 0;
    border: 0;
    font-family: var(--sans);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.09em;
    text-transform: uppercase;
  }

  html:not(.js) .site-nav .button {
    display: inline-flex;
    min-height: 38px;
    padding: 8px 12px;
  }
}

@media (max-width: 780px) {
  :root {
    --container: min(100% - 28px, 680px);
  }

  .hero,
  .hero__grid {
    min-height: auto;
  }

  .hero__grid {
    grid-template-columns: 1fr;
    padding: 74px 0 98px;
  }

  .hero h1 {
    font-size: clamp(4rem, 18vw, 6.6rem);
  }

  .subhero h1 {
    font-size: clamp(3.25rem, 14vw, 4.8rem);
    line-height: 0.9;
  }

  .subhero h1.cost-guide-title {
    max-width: calc(100% - 28px);
    font-size: clamp(2rem, 8.4vw, 4.2rem);
    line-height: 0.93;
  }

  .cost-guide-title > span,
  .cost-guide-title em {
    display: block;
  }

  .cost-guide-title + .subhero__lead {
    width: calc(100% - 28px);
    max-width: none;
    overflow-wrap: anywhere;
  }

  .hero__visual {
    max-width: 520px;
    margin-top: 10px;
  }

  .proof-frame__inset {
    right: -6px;
  }

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

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

  .spec:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line-dark);
  }

  .section {
    padding: 82px 0;
  }

  .section-head,
  .split,
  .quote-grid,
  .story-lead,
  .article-feature,
  .calculator-layout {
    grid-template-columns: 1fr;
  }

  .calculator-intro {
    position: static;
  }

  .section-head {
    gap: 24px;
  }

  .card-grid,
  .detail-grid {
    grid-template-columns: 1fr;
  }

  .marketplace-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .marketplace-sidebar {
    position: static;
  }

  .marketplace-filters {
    display: flex;
    gap: 6px;
    max-height: none;
    padding: 8px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x proximity;
  }

  .marketplace-filters li {
    flex: 0 0 min(190px, 70vw);
    scroll-snap-align: start;
  }

  .marketplace-filters button {
    height: 100%;
    min-height: 50px;
    padding: 11px 12px;
    border: 1px solid var(--line-dark);
  }

  .marketplace-filters button:hover,
  .marketplace-filters button:focus-visible {
    border-color: var(--foil);
  }

  .marketplace-toolbar {
    align-items: flex-start;
  }

  .marketplace-group .section-head {
    align-items: flex-start;
    flex-direction: column;
  }

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

  .catalog-category {
    scroll-margin-top: 84px;
  }

  .table-scroll-hint {
    display: block;
    margin: 0 0 10px;
    color: var(--graphite);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

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

  .product-card__media {
    aspect-ratio: 6 / 4;
  }

  .split__media {
    max-width: calc(100% - 22px);
  }

  .quote-section {
    background: var(--ink);
  }

  .quote-copy {
    position: static;
  }

  .article-feature__media img {
    min-height: 320px;
  }

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

  .article-card > img,
  .article-card > picture > img {
    min-height: 280px;
    max-height: 420px;
  }

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

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

@media (max-width: 520px) {
  .logo {
    font-size: 0.76rem;
  }

  .logo__mark {
    width: 31px;
    height: 31px;
  }

  .hero__actions,
  .form-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .hero__actions .button,
  .form-footer .button {
    width: 100%;
  }

  .spec {
    padding: 22px 16px;
  }

  .marketplace-sidebar__title {
    padding: 18px 16px;
    font-size: 1.5rem;
  }

  .marketplace-toolbar {
    flex-direction: column;
  }

  .marketplace-toolbar .button {
    width: 100%;
  }

  .catalog-scope-details .catalog-browser__categories {
    padding: 0 10px 10px;
  }

  .catalog-marketplace .card-grid {
    gap: 10px;
  }

  .catalog-marketplace .product-card__body {
    padding: 12px;
  }

  .catalog-marketplace .product-card h3 {
    font-size: 0.78rem;
  }

  .catalog-marketplace .product-card p {
    min-height: 3.4em;
    font-size: 0.63rem;
  }

  .catalog-marketplace .chip-list li:nth-child(n + 3) {
    display: none;
  }

  .marketplace-card__commercial {
    align-items: flex-start;
    flex-direction: column;
  }

  .marketplace-card__commercial span {
    text-align: left;
  }

  .catalog-category {
    padding: 24px;
  }

  .finish-grid,
  .material-grid,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .calculator-results {
    grid-template-columns: 1fr;
  }

  .calculator-results > div,
  .calculator-results > div:nth-child(even),
  .calculator-results > div:nth-last-child(-n + 2) {
    border-right: 0;
    border-bottom: 1px solid var(--line-dark);
  }

  .calculator-results > div:last-child {
    border-bottom: 0;
  }

  .finish-card:first-child {
    grid-column: auto;
  }

  .finish-card {
    min-height: 390px;
  }

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

  .process-step,
  .process-step:nth-child(2) {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid currentColor;
  }

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

  .process-step h3 {
    margin-top: 32px;
  }

  .story-lead__stats {
    grid-template-columns: 1fr;
  }

  .story-stat,
  .story-stat:nth-child(even),
  .story-stat:nth-last-child(-n + 2) {
    border-right: 0;
    border-bottom: 1px solid var(--line-light);
  }

  .story-stat:last-child {
    border-bottom: 0;
  }

  .quote-form {
    margin-inline: -14px;
  }

  .field--full {
    grid-column: auto;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .analytics-consent {
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
  }

  .analytics-consent__actions,
  .analytics-consent .button {
    width: 100%;
  }

  .floating-contact {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
