:root {
  --ink: #111719;
  --ink-soft: #243033;
  --paper: #f6f7f3;
  --surface: #ffffff;
  --mist: #e7ece8;
  --line: #d5ddd9;
  --muted: #5c6769;
  --cyan: #19c6db;
  --teal: #0caeac;
  --gold: #c39b51;
  --warm: #efe3d0;
  --shadow: 0 22px 54px rgba(21, 32, 35, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
}

body,
button,
input,
select,
textarea {
  font: 16px/1.5 Arial, Helvetica, sans-serif;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px clamp(18px, 5vw, 76px);
  background: rgba(246, 247, 243, 0.94);
  border-bottom: 1px solid rgba(17, 23, 25, 0.08);
  backdrop-filter: blur(16px);
}

.brand img {
  display: block;
  width: clamp(148px, 17vw, 230px);
  max-height: 54px;
  object-fit: contain;
}

nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: clamp(12px, 2.5vw, 32px);
  color: var(--ink-soft);
  font-size: 14px;
  font-weight: 700;
}

nav a {
  padding-block: 10px;
}

.hero {
  position: relative;
  min-height: min(84vh, 820px);
  display: grid;
  align-items: stretch;
  overflow: hidden;
  background: var(--ink);
}

.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 14, 16, 0.74) 0%, rgba(8, 14, 16, 0.42) 38%, rgba(8, 14, 16, 0.06) 70%),
    linear-gradient(0deg, rgba(8, 14, 16, 0.36) 0%, rgba(8, 14, 16, 0) 42%);
}

.hero-panel {
  position: relative;
  z-index: 1;
  width: min(760px, 100%);
  min-height: min(84vh, 820px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(42px, 7vw, 104px);
  color: #fff;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--cyan);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1 {
  max-width: 650px;
  margin-bottom: 24px;
  font-size: clamp(40px, 5.4vw, 68px);
  line-height: 0.98;
  letter-spacing: 0;
}

h2 {
  max-width: 880px;
  margin-bottom: 18px;
  font-size: clamp(32px, 4.5vw, 58px);
  line-height: 1.08;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: clamp(21px, 2vw, 27px);
  line-height: 1.18;
}

.hero-text {
  max-width: 610px;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(18px, 2vw, 23px);
}

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

.button,
button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 800;
  cursor: pointer;
}

.button.primary,
button {
  background: var(--cyan);
  color: #041214;
}

.button.secondary {
  border-color: rgba(255, 255, 255, 0.48);
  color: #fff;
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-bottom: 1px solid var(--line);
  background: var(--surface);
}

.proof-strip div {
  display: grid;
  gap: 8px;
  min-height: 142px;
  padding: 30px clamp(20px, 4vw, 52px);
  border-right: 1px solid var(--line);
}

.proof-strip div:last-child {
  border-right: 0;
}

.proof-strip strong {
  font-size: 22px;
}

.proof-strip span {
  color: var(--muted);
}

.brand-film {
  position: relative;
  min-height: min(88vh, 860px);
  display: grid;
  align-items: end;
  overflow: hidden;
  background: #070908;
  color: #fff;
}

.brand-film video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brand-film::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 8, 8, 0.52), rgba(5, 8, 8, 0.08) 58%),
    linear-gradient(0deg, rgba(5, 8, 8, 0.7), rgba(5, 8, 8, 0.08) 48%);
}

.brand-film-copy {
  position: relative;
  z-index: 1;
  max-width: 780px;
  padding: clamp(48px, 8vw, 110px) clamp(18px, 5vw, 76px);
}

.brand-film-copy p:not(.eyebrow) {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(18px, 2vw, 22px);
}

.section {
  padding: clamp(58px, 8vw, 112px) clamp(18px, 5vw, 76px);
}

.section-heading {
  max-width: 900px;
  margin-bottom: 36px;
}

.section-heading p:not(.eyebrow) {
  max-width: 760px;
  color: var(--muted);
  font-size: 19px;
}

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

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

.scene-grid article {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: 0 8px 28px rgba(31, 43, 45, 0.08);
}

.scene-grid img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  background: #f0f3ef;
}

.scene-grid article > div {
  padding: 22px;
}

.scene-grid span,
.steps span {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--teal);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.scene-grid p,
.steps p {
  color: var(--muted);
}

.scene-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 380px;
  padding: 28px;
  background:
    linear-gradient(135deg, rgba(25, 198, 219, 0.1), rgba(195, 155, 81, 0.15)),
    var(--surface);
}

.scene-copy .eyebrow {
  color: var(--teal);
}

.text-link {
  width: fit-content;
  margin-top: 8px;
  color: var(--teal);
  font-weight: 800;
  border-bottom: 2px solid var(--teal);
}

.luxury-section {
  position: relative;
  min-height: 100vh;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.72fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  overflow: hidden;
  padding: clamp(58px, 8vw, 112px) clamp(18px, 5vw, 76px);
  background:
    radial-gradient(circle at 82% 20%, rgba(195, 155, 81, 0.2), rgba(195, 155, 81, 0) 28%),
    linear-gradient(135deg, #050708 0%, #0e1517 48%, #17100b 100%);
  color: #fff;
}

.luxury-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 96px 96px;
  opacity: 0.18;
  pointer-events: none;
}

.luxury-media,
.luxury-copy {
  position: relative;
  z-index: 1;
}

.luxury-media {
  min-height: min(74vh, 760px);
  display: grid;
  grid-template-columns: 1fr 0.74fr;
  gap: 18px;
  align-items: start;
}

.luxury-media img {
  align-self: start;
  display: block;
  width: 100%;
  height: auto;
  min-height: 0;
  object-fit: contain;
  background: #050708;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  box-shadow: 0 34px 82px rgba(0, 0, 0, 0.42);
}

.luxury-media img:first-child {
  object-fit: contain;
  object-position: left center;
  background: #050708;
}

.luxury-media img:nth-child(2) {
  margin-top: 74px;
  max-height: 620px;
}

.luxury-copy {
  max-width: 560px;
}

.luxury-copy h2 {
  margin-bottom: 24px;
  color: #fff;
  font-size: clamp(42px, 5.6vw, 82px);
  line-height: 0.96;
}

.luxury-copy p:not(.eyebrow) {
  max-width: 500px;
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(18px, 2vw, 23px);
}

.luxury-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 36px;
}

.luxury-metrics span {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  border: 1px solid rgba(195, 155, 81, 0.36);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.88);
  font-size: 13px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

.product-section {
  background: var(--mist);
}

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

.product-grid div {
  min-height: 86px;
  display: flex;
  align-items: center;
  padding: 20px;
  border-left: 4px solid var(--gold);
  border-radius: 8px;
  background: var(--surface);
  color: var(--ink-soft);
  font-weight: 800;
}

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

.collection-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.collection-card:hover,
.collection-card:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(12, 174, 172, 0.48);
  box-shadow: 0 18px 44px rgba(31, 43, 45, 0.14);
}

.collection-card img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  background: #f0f3ef;
}

.collection-card.large img {
  height: auto;
}

.collection-card div {
  padding: 22px;
}

.collection-card span,
.outdoor-edit-grid span {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--teal);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.collection-card p,
.outdoor-edit p {
  color: var(--muted);
}

.card-link {
  display: inline-block;
  margin-top: 8px;
  color: var(--teal);
  font-size: 13px;
  text-transform: uppercase;
}

.subseries-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 30px 0 42px;
}

.subseries-card {
  min-height: 218px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, #fff, #f8faf8);
  box-shadow: 0 8px 28px rgba(31, 43, 45, 0.07);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.subseries-card:hover,
.subseries-card:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(12, 174, 172, 0.48);
  box-shadow: 0 18px 44px rgba(31, 43, 45, 0.13);
}

.subseries-card span {
  color: var(--gold);
  font-size: 15px;
  font-weight: 800;
}

.subseries-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.solution-index {
  background: var(--surface);
}

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

.solution-card {
  overflow: hidden;
  display: grid;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 28px rgba(31, 43, 45, 0.07);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.solution-card:hover,
.solution-card:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(12, 174, 172, 0.48);
  box-shadow: 0 18px 44px rgba(31, 43, 45, 0.14);
}

.solution-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  background: #f0f3ef;
}

.solution-card div,
.answer-card,
.faq-card {
  padding: 24px;
}

.solution-card span,
.answer-card span,
.faq-card span {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--teal);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.solution-card p,
.answer-card p,
.faq-card p {
  color: var(--muted);
}

.answer-grid,
.faq-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 26px;
}

.answer-card,
.faq-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, #fff, #f8faf8);
}

.keyword-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.keyword-cloud span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
}

.solution-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  margin-top: 44px;
  padding: clamp(26px, 4vw, 44px);
  border-radius: 8px;
  background: var(--ink);
  color: #fff;
}

.solution-cta p {
  max-width: 760px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.74);
}

.outdoor-edit {
  margin-top: 48px;
  padding-top: 42px;
  border-top: 1px solid rgba(17, 23, 25, 0.12);
}

.outdoor-edit > div:first-child {
  max-width: 920px;
  margin-bottom: 28px;
}

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

.outdoor-edit-grid article {
  overflow: hidden;
  border-radius: 8px;
  background: var(--surface);
  border: 1px solid var(--line);
}

.outdoor-edit-grid img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  background: #f0f3ef;
}

.outdoor-edit-grid span {
  margin: 0;
  padding: 14px 16px 16px;
}

.catalog-page {
  background: var(--paper);
}

.catalog-hero {
  min-height: 58vh;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr);
  gap: clamp(26px, 5vw, 72px);
  align-items: center;
  padding: clamp(46px, 7vw, 92px) clamp(18px, 5vw, 76px);
  background: linear-gradient(135deg, #061113 0%, #111719 58%, #231b10 100%);
  color: #fff;
}

.catalog-hero img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 62vh;
  object-fit: contain;
  justify-self: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: #050708;
  box-shadow: 0 34px 82px rgba(0, 0, 0, 0.38);
}

.catalog-hero p:not(.eyebrow) {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(18px, 2vw, 22px);
}

.breadcrumb {
  display: inline-flex;
  gap: 8px;
  margin-bottom: 22px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  font-weight: 700;
}

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

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

.material-group {
  margin-top: 34px;
}

.material-group:first-of-type {
  margin-top: 0;
}

.material-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
}

.material-heading .eyebrow {
  margin-bottom: 4px;
}

.material-heading h3 {
  margin: 0;
  color: var(--ink);
  font-size: 22px;
  letter-spacing: 0;
}

.material-heading span {
  color: var(--muted);
  font-size: 13px;
  white-space: nowrap;
}

.detail-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: 0 8px 28px rgba(31, 43, 45, 0.07);
}

.detail-card img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  background: #f0f3ef;
}

.detail-card div {
  padding: 18px;
}

.detail-card span {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--teal);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.detail-card h3 {
  margin-bottom: 8px;
  font-size: 20px;
}

.detail-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.product-specs {
  display: grid;
  gap: 9px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.product-specs li {
  display: grid;
  gap: 3px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.42;
}

.product-specs strong {
  color: var(--ink-soft);
  font-size: 11px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.catalog-note {
  max-width: 820px;
  margin: 36px 0 0;
  color: var(--muted);
}

.workflow {
  background: var(--surface);
}

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

.steps article {
  min-height: 260px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, #fff, #f8faf8);
}

.steps span {
  color: var(--gold);
  font-size: 18px;
}

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

.markets h2 {
  max-width: 980px;
}

.market-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.market-list span {
  padding: 12px 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.compact-entry {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  padding: 28px clamp(18px, 5vw, 76px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #edf2ef;
}

.compact-entry a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid rgba(17, 23, 25, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
  color: var(--ink-soft);
  font-size: 14px;
  font-weight: 800;
}

.smart-launch,
.smart-hero,
.smart-market-summary {
  color: #fff;
  background:
    linear-gradient(135deg, #050708 0%, #101819 56%, #21180f 100%);
}

.smart-launch {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(360px, 1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  min-height: 76vh;
  padding: clamp(58px, 8vw, 112px) clamp(18px, 5vw, 76px);
}

.smart-launch p:not(.eyebrow),
.smart-hero p:not(.eyebrow),
.smart-market-summary p {
  color: rgba(255, 255, 255, 0.76);
}

.smart-launch-grid,
.smart-summary-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.smart-launch-grid article,
.smart-summary-grid article {
  min-height: 190px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.smart-launch-grid span,
.smart-summary-grid span {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--cyan);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.smart-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.8fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  min-height: calc(100vh - 78px);
  padding: clamp(58px, 8vw, 112px) clamp(18px, 5vw, 76px);
}

.smart-hero-copy {
  max-width: 760px;
}

.smart-hero-media {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 135 / 118;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: #050708;
  box-shadow: 0 34px 82px rgba(0, 0, 0, 0.42);
}

.smart-hero-media video,
.media-frame img:first-child {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.media-brand-lockup {
  position: relative;
}

.media-v22-logo {
  position: absolute;
  top: 22px;
  left: 22px;
  width: clamp(118px, 14vw, 176px);
  height: auto;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.5));
  pointer-events: none;
}

.media-frame {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: #050708;
  box-shadow: 0 34px 82px rgba(0, 0, 0, 0.42);
}

.smart-hero > img {
  width: 100%;
  max-height: 760px;
  object-fit: contain;
}

.smart-hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.smart-hero-stats span {
  padding: 12px 14px;
  border: 1px solid rgba(195, 155, 81, 0.38);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.86);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.smart-system-panel {
  background: var(--surface);
}

.smart-solutions {
  background:
    linear-gradient(180deg, #fff, #f2f5f1);
}

.smart-media-story {
  background: #f7f8f5;
}

.smart-media-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 34px);
}

.smart-media-grid article {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.media-frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 0.9;
  box-shadow: 0 18px 48px rgba(31, 43, 45, 0.14);
}

.smart-media-grid h3 {
  margin: 8px 0 0;
}

.smart-media-grid p {
  max-width: 620px;
  color: var(--muted);
}

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

.solution-card {
  min-height: 390px;
  display: flex;
  flex-direction: column;
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 247, 0.98));
  box-shadow: 0 16px 42px rgba(31, 43, 45, 0.1);
}

.solution-card span {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--teal);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.solution-card h3 {
  max-width: 420px;
}

.solution-card p {
  color: var(--muted);
}

.system-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: auto;
  padding-top: 24px;
}

.system-tags em {
  padding: 9px 11px;
  border: 1px solid rgba(12, 174, 172, 0.22);
  border-radius: 8px;
  background: rgba(25, 198, 219, 0.08);
  color: var(--ink-soft);
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
}

.knx-focus {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
  color: #fff;
  background:
    linear-gradient(135deg, #050708 0%, #101819 58%, #1e160f 100%);
}

.knx-focus-copy {
  position: sticky;
  top: 110px;
  max-width: 680px;
}

.knx-focus-copy p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.76);
  font-size: 19px;
}

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

.knx-capability-grid article {
  min-height: 210px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.knx-capability-grid span {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--cyan);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.knx-capability-grid p {
  color: rgba(255, 255, 255, 0.74);
}

.smart-workspace {
  display: grid;
  grid-template-columns: minmax(340px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(24px, 4vw, 52px);
  align-items: start;
}

.smart-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfcfa;
  box-shadow: var(--shadow);
}

.smart-form button {
  grid-column: 1 / -1;
}

.smart-results {
  min-height: 520px;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid rgba(17, 23, 25, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(17, 23, 25, 0.98), rgba(36, 48, 51, 0.96));
  color: #fff;
  box-shadow: var(--shadow);
}

.smart-results h3 {
  color: #fff;
}

.smart-results p {
  color: rgba(255, 255, 255, 0.74);
}

.smart-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px 0 8px;
}

.control-recommendation {
  margin-top: 20px;
  padding: 18px;
  border: 1px solid rgba(25, 198, 219, 0.24);
  border-radius: 8px;
  background: rgba(25, 198, 219, 0.08);
}

.control-recommendation span {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--cyan);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.control-recommendation h4 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 20px;
}

.control-recommendation p {
  margin-bottom: 0;
}

.button.secondary.dark {
  border-color: rgba(255, 255, 255, 0.42);
  color: #fff;
}

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

.copy-status {
  min-height: 24px;
  margin-bottom: 20px;
  color: var(--cyan);
  font-weight: 800;
}

.recommendation-grid {
  display: grid;
  gap: 14px;
}

.smart-product-card {
  display: grid;
  grid-template-columns: minmax(128px, 0.45fr) minmax(0, 1fr);
  gap: 16px;
  overflow: hidden;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.smart-product-card img {
  width: 100%;
  height: auto;
  max-height: 220px;
  object-fit: contain;
  border-radius: 8px;
  background: #f0f3ef;
}

.smart-product-card span {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--cyan);
  font-size: 13px;
  font-weight: 800;
}

.smart-product-card .product-specs {
  margin-top: 10px;
}

.smart-product-card .product-specs li {
  color: rgba(255, 255, 255, 0.76);
}

.smart-product-card .product-specs strong {
  color: #fff;
}

.smart-market-summary {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: clamp(26px, 5vw, 62px);
  background:
    radial-gradient(circle at 8% 10%, rgba(25, 198, 219, 0.16), transparent 36%),
    var(--surface);
}

.contact > div:first-child p:not(.eyebrow) {
  max-width: 640px;
  color: var(--muted);
  font-size: 19px;
}

.inquiry-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

label {
  display: grid;
  gap: 7px;
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfcfa;
  color: var(--ink);
  outline: none;
}

input,
select {
  height: 46px;
  padding: 0 12px;
}

textarea {
  resize: vertical;
  padding: 12px;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--cyan);
  box-shadow: 0 0 0 3px rgba(25, 198, 219, 0.16);
}

.wide,
.inquiry-form button {
  grid-column: 1 / -1;
}

.direct-contact {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: -20px;
}

.direct-contact a {
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--ink-soft);
  overflow-wrap: anywhere;
}

footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 28px clamp(18px, 5vw, 76px);
  background: var(--ink);
  color: rgba(255, 255, 255, 0.76);
}

footer img {
  width: 160px;
  max-height: 44px;
  object-fit: contain;
}

@media (max-width: 980px) {
  .proof-strip,
  .scene-grid,
  .steps,
  .luxury-section,
  .smart-launch,
  .smart-hero,
  .knx-focus,
  .smart-workspace,
  .smart-market-summary,
  .collection-grid,
  .subseries-grid,
  .solution-grid,
  .answer-grid,
  .faq-grid,
  .solution-cta,
  .catalog-hero,
  .contact {
    grid-template-columns: 1fr;
  }

  .luxury-section {
    min-height: auto;
  }

  .luxury-media {
    min-height: 560px;
  }

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

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

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

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

@media (max-width: 700px) {
  .site-header {
    position: static;
    align-items: flex-start;
    flex-direction: column;
  }

  nav {
    justify-content: flex-start;
  }

  .hero,
  .hero-panel {
    min-height: min(76vh, 600px);
  }

  .hero::after {
    background:
      linear-gradient(90deg, rgba(8, 14, 16, 0.78) 0%, rgba(8, 14, 16, 0.38) 72%),
      linear-gradient(0deg, rgba(8, 14, 16, 0.46) 0%, rgba(8, 14, 16, 0) 52%);
  }

  .hero-panel {
    justify-content: flex-end;
    padding: 38px 20px;
  }

  .brand-film {
    min-height: 680px;
  }

  .brand-film-copy {
    padding: 38px 20px;
  }

  .luxury-section {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .luxury-media {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .luxury-media img {
    min-height: 320px;
    max-height: 420px;
  }

  .luxury-media img:nth-child(2) {
    margin-top: 0;
    max-height: 420px;
  }

  .luxury-metrics {
    grid-template-columns: 1fr;
  }

  .smart-launch-grid,
  .smart-summary-grid,
  .knx-capability-grid,
  .smart-media-grid,
  .solution-grid {
    grid-template-columns: 1fr;
  }

  .knx-focus-copy {
    position: static;
  }

  .smart-hero {
    min-height: auto;
  }

  .product-grid,
  .outdoor-edit-grid,
  .detail-grid,
  .detail-grid.wide,
  .subseries-grid,
  .solution-grid,
  .answer-grid,
  .faq-grid,
  .solution-cta,
  .inquiry-form,
  .smart-form,
  .smart-product-card {
    grid-template-columns: 1fr;
  }

  .catalog-hero {
    min-height: auto;
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .catalog-hero h1 {
    font-size: clamp(36px, 12vw, 52px);
  }

  .catalog-hero img {
    max-height: 440px;
  }

  .material-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .material-heading span {
    white-space: normal;
  }

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