:root {
  --black: #0a0a0a;
  --black-soft: #121212;
  --graphite: #181818;
  --panel: #1a1a1a;
  --line: rgba(255, 255, 255, 0.12);
  --line-soft: rgba(255, 255, 255, 0.07);
  --warm-white: #f1eee7;
  --muted: #a6a39d;
  --gold: #c8a979;
  --gold-light: #e1c79d;
  --display: "Montserrat", Arial, sans-serif;
  --body: "Manrope", Arial, sans-serif;
  --container: min(1240px, calc(100vw - 96px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: #0a0a0a;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--warm-white);
  background: #0a0a0a;
  font-family: var(--body);
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

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

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

button {
  color: inherit;
  font: inherit;
}

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

.skip-link {
  position: fixed;
  z-index: 200;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  color: #111;
  background: var(--warm-white);
  transform: translateY(-150%);
}

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

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: 100%;
  height: 88px;
  padding: 0 48px;
  border-bottom: 1px solid transparent;
  transition: height 350ms ease, background 350ms ease, border-color 350ms ease;
}

.site-header.is-scrolled {
  height: 72px;
  border-color: var(--line-soft);
  background: rgba(10, 10, 10, 0.88);
  backdrop-filter: blur(18px);
}

.brand {
  width: max-content;
  color: var(--warm-white);
  font-family: var(--display);
  font-size: 21px;
  font-weight: 600;
  letter-spacing: 0.32em;
}

.desktop-nav {
  display: flex;
  gap: 38px;
}

.desktop-nav a,
.header-cta {
  position: relative;
  color: #c9c6c0;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  transition: color 250ms ease;
}

.desktop-nav a::after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 1px;
  background: var(--gold);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 250ms ease;
}

.desktop-nav a:hover,
.header-cta:hover {
  color: var(--warm-white);
}

.desktop-nav a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.desktop-nav a.is-active {
  color: var(--warm-white);
}

.desktop-nav a.is-active::after {
  transform: scaleX(1);
}

.header-cta {
  justify-self: end;
  padding-bottom: 7px;
  border-bottom: 1px solid var(--gold);
}

.menu-toggle,
.mobile-nav {
  display: none;
}

.hero {
  position: relative;
  min-height: 760px;
  height: 100svh;
  overflow: hidden;
  background: #0a0a0a;
}

.hero-media {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center end;
  background:
    radial-gradient(circle at 75% 47%, rgba(215, 190, 145, 0.09), transparent 31%),
    radial-gradient(circle at 18% 55%, rgba(215, 190, 145, 0.025), transparent 34%),
    #0a0a0a;
  animation: hero-enter 1.6s cubic-bezier(.2,.7,.2,1) both;
}

.hero-media img {
  width: 76%;
  height: 76%;
  margin-right: -7%;
  object-fit: contain;
  object-position: right center;
  -webkit-mask-image: radial-gradient(ellipse 78% 88% at 65% 50%, #000 56%, rgba(0, 0, 0, 0.94) 72%, transparent 100%);
  mask-image: radial-gradient(ellipse 78% 88% at 65% 50%, #000 56%, rgba(0, 0, 0, 0.94) 72%, transparent 100%);
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.72) 0%, rgba(5, 5, 5, 0.3) 43%, rgba(5, 5, 5, 0.03) 72%, transparent 84%),
    linear-gradient(0deg, rgba(5, 5, 5, 0.58) 0%, transparent 34%),
    linear-gradient(180deg, rgba(5, 5, 5, 0.36) 0%, transparent 24%);
}

.hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-top: 52px;
}

.eyebrow {
  margin: 0 0 22px;
  color: var(--gold);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.26em;
  line-height: 1.4;
  text-transform: uppercase;
}

.hero-kicker {
  opacity: 0;
  animation: copy-enter 900ms 300ms ease forwards;
}

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

h1,
h2,
h3 {
  font-family: var(--display);
  font-weight: 500;
}

h1 {
  max-width: 820px;
  margin-bottom: 26px;
  font-size: clamp(58px, 6.6vw, 102px);
  letter-spacing: -0.055em;
  line-height: 0.98;
  opacity: 0;
  animation: copy-enter 1s 420ms ease forwards;
}

.hero-copy {
  max-width: 500px;
  margin-bottom: 40px;
  color: #c7c3bd;
  font-size: clamp(16px, 1.35vw, 20px);
  line-height: 1.7;
  opacity: 0;
  animation: copy-enter 1s 540ms ease forwards;
}

.hero-actions {
  display: flex;
  gap: 12px;
  opacity: 0;
  animation: copy-enter 1s 680ms ease forwards;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-width: 204px;
  padding: 17px 20px;
  border: 1px solid transparent;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  transition: color 250ms ease, background 250ms ease, border-color 250ms ease, transform 250ms ease;
}

.button span {
  margin-left: 30px;
  font-size: 15px;
}

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

.button-primary {
  color: #17130d;
  background: var(--gold-light);
}

.button-primary:hover {
  background: #f0d7ae;
}

.button-secondary {
  border-color: rgba(255, 255, 255, 0.28);
  color: var(--warm-white);
  background: rgba(10, 10, 10, 0.28);
  backdrop-filter: blur(8px);
}

.button-secondary:hover {
  border-color: var(--gold);
  background: rgba(25, 25, 25, 0.7);
}

.hero-meta {
  position: absolute;
  z-index: 2;
  right: 48px;
  bottom: 34px;
  left: 48px;
  display: flex;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.42);
  font-size: 9px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.scroll-cue {
  position: absolute;
  z-index: 3;
  bottom: 25px;
  left: 50%;
  display: grid;
  width: 32px;
  height: 48px;
  place-items: center;
  transform: translateX(-50%);
}

.scroll-cue span {
  position: relative;
  display: block;
  width: 1px;
  height: 32px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.2);
}

.scroll-cue span::after {
  position: absolute;
  top: -100%;
  left: 0;
  width: 1px;
  height: 100%;
  background: var(--gold);
  content: "";
  animation: scroll-line 1.8s infinite ease-in-out;
}

.section {
  padding: 144px 0;
}

.range-section {
  position: relative;
  background:
    radial-gradient(circle at 72% 24%, rgba(215, 190, 145, 0.06), transparent 29%),
    linear-gradient(180deg, #121212 0%, #141414 54%, #121212 100%);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  gap: 80px;
  align-items: end;
  margin-bottom: 76px;
}

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

h2 {
  margin-bottom: 0;
  font-size: clamp(42px, 5.3vw, 76px);
  letter-spacing: -0.048em;
  line-height: 1.02;
}

.section-intro {
  max-width: 550px;
  margin-bottom: 4px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.85;
}

.family-visual {
  position: relative;
  aspect-ratio: 16 / 9;
  margin: 0 0 44px;
  overflow: hidden;
  padding: 4.5%;
  background:
    radial-gradient(circle at 50% 55%, rgba(215, 190, 145, 0.07), transparent 42%),
    #101010;
}

.family-visual::after,
.product-image::after,
.card-image::after {
  position: absolute;
  inset: 0;
  border: 1px solid var(--line-soft);
  pointer-events: none;
  content: "";
}

.family-master-pair {
  display: grid;
  width: 100%;
  height: 100%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6%;
}

.family-master-pair img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  image-rendering: auto;
}

.family-visual figcaption {
  position: absolute;
  right: 28px;
  bottom: 24px;
  left: 28px;
  display: flex;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.55);
  font-size: 9px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

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

.product-card {
  border: 1px solid var(--line-soft);
  background:
    radial-gradient(circle at 70% 18%, rgba(215, 190, 145, 0.06), transparent 38%),
    linear-gradient(180deg, #181818, #151515);
}

.product-image {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  padding: 5%;
  background:
    radial-gradient(circle at 62% 52%, rgba(215, 190, 145, 0.07), transparent 40%),
    #101010;
}

.product-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  image-rendering: auto;
}

.product-info {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(220px, 1fr);
  gap: 30px;
  min-height: 210px;
  padding: 38px;
}

.product-index {
  margin-bottom: 16px;
  color: var(--gold);
  font-size: 9px;
  letter-spacing: 0.18em;
}

.product-info h3 {
  margin-bottom: 0;
  font-size: clamp(22px, 2.2vw, 32px);
  letter-spacing: -0.035em;
}

.product-info > p {
  align-self: end;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.8;
}

.why-section {
  position: relative;
  background:
    radial-gradient(circle at 50% 38%, rgba(215, 190, 145, 0.065), transparent 36%),
    linear-gradient(180deg, #161513 0%, #181715 50%, #151412 100%);
}

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

.partner-card {
  position: relative;
  min-height: 590px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background:
    radial-gradient(circle at 50% 24%, rgba(215, 190, 145, 0.045), transparent 38%),
    #1b1a18;
}

.card-image,
.card-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.card-image img {
  object-fit: contain;
  object-position: center;
  image-rendering: auto;
}

.retailer-card .card-image img {
  object-position: center;
}

.installer-card .card-image img {
  object-position: center;
}

.card-image::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(6, 6, 6, 0.02) 20%, rgba(6, 6, 6, 0.28) 58%, rgba(6, 6, 6, 0.92) 91%);
  content: "";
}

.installer-card .card-image::before {
  background:
    linear-gradient(180deg, rgba(10, 9, 8, 0.01) 18%, rgba(9, 8, 7, 0.16) 58%, rgba(8, 7, 6, 0.78) 92%);
}

.installer-card .card-image::after {
  z-index: 1;
  border-color: rgba(225, 199, 157, 0.13);
  background:
    radial-gradient(ellipse at 28% 46%, rgba(225, 199, 157, 0.12) 0%, rgba(200, 169, 121, 0.045) 22%, transparent 48%),
    linear-gradient(90deg, rgba(225, 199, 157, 0.04), transparent 35%);
  box-shadow: inset 0 0 70px rgba(225, 199, 157, 0.025);
}

.card-content {
  position: absolute;
  z-index: 2;
  right: 30px;
  bottom: 32px;
  left: 30px;
}

.card-number {
  position: absolute;
  right: 0;
  bottom: 4px;
  color: rgba(255, 255, 255, 0.2);
  font-family: var(--display);
  font-size: 48px;
  font-weight: 500;
  letter-spacing: -0.04em;
}

.card-content .eyebrow {
  margin-bottom: 14px;
}

.card-content h3 {
  max-width: 280px;
  margin-bottom: 18px;
  color: #f3f0e9;
  font-size: clamp(26px, 2.6vw, 37px);
  letter-spacing: -0.04em;
  line-height: 1.08;
}

.card-content > p:last-of-type {
  max-width: 295px;
  margin-bottom: 0;
  color: #c2beb6;
  font-size: 13px;
  line-height: 1.75;
}

.support-card {
  background:
    radial-gradient(circle at 70% 20%, rgba(215, 190, 145, 0.12), transparent 35%),
    #1c1b19;
}

.card-texture {
  position: absolute;
  inset: 0;
  opacity: 0.35;
  background-image:
    linear-gradient(var(--line-soft) 1px, transparent 1px),
    linear-gradient(90deg, var(--line-soft) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, #000, transparent 82%);
}

.support-card .card-content {
  top: 32px;
  bottom: 32px;
  display: flex;
  flex-direction: column;
}

.support-card .card-content::before {
  display: block;
  width: 54px;
  height: 54px;
  margin: auto 0 42px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  content: "";
  box-shadow: 0 0 0 10px rgba(200, 169, 121, 0.05), 0 0 60px rgba(200, 169, 121, 0.16);
}

.support-card .card-content a {
  width: max-content;
  margin-top: 28px;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(200, 169, 121, 0.55);
  color: var(--gold-light);
  font-size: 10px;
  letter-spacing: 0.08em;
}

.support-card .card-content a span {
  margin-left: 14px;
}

.support-section {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(420px, 0.75fr);
  width: 100%;
  min-height: 760px;
  overflow: hidden;
  background:
    radial-gradient(circle at 36% 50%, rgba(215, 190, 145, 0.08), transparent 32%),
    #121212;
}

.support-image {
  position: relative;
  z-index: 3;
  min-height: 640px;
  overflow: visible;
  background: #121212;
}

.support-image::before {
  position: absolute;
  z-index: 2;
  top: 0;
  right: -12%;
  bottom: 0;
  width: 25%;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(20, 20, 20, 0.42) 42%,
    rgba(22, 22, 22, 0.88) 78%,
    #171717 100%
  );
  pointer-events: none;
  content: "";
}

.support-image::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: radial-gradient(circle at 79% 52%, rgba(215, 190, 145, 0.08), transparent 27%);
  box-shadow: inset 0 0 90px rgba(215, 190, 145, 0.035);
  pointer-events: none;
  content: "";
}

.support-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% center;
}

.qr-focus {
  position: absolute;
  z-index: 1;
  top: 34%;
  right: 1.5%;
  width: 19%;
  aspect-ratio: 0.72;
  border-radius: 4%;
  background: radial-gradient(ellipse at center, rgba(225, 199, 157, 0.07), transparent 72%);
  box-shadow:
    0 0 48px rgba(215, 190, 145, 0.08),
    inset 0 0 20px rgba(255, 244, 220, 0.025);
  pointer-events: none;
}

.support-panel {
  position: relative;
  z-index: 2;
  display: flex;
  width: 100%;
  max-width: 100vw;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: 8vw;
  background:
    radial-gradient(circle at 18% 42%, rgba(215, 190, 145, 0.085), transparent 36%),
    linear-gradient(90deg, rgba(22, 22, 22, 0.72) 0%, #181818 18%, #151515 100%);
}

.support-panel::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -18%;
  width: 20%;
  background: linear-gradient(90deg, transparent, rgba(23, 23, 23, 0.9));
  pointer-events: none;
  content: "";
}

.support-panel h2 {
  max-width: 620px;
  margin-bottom: 30px;
  font-size: clamp(42px, 4.5vw, 70px);
}

.support-lead {
  width: 100%;
  max-width: 520px;
  margin-bottom: 52px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.8;
  overflow-wrap: anywhere;
}

.support-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.support-list li {
  display: flex;
  align-items: center;
  padding: 20px 0;
  border-top: 1px solid var(--line);
  color: #d4d0c8;
  font-size: 13px;
}

.support-list li:last-child {
  border-bottom: 1px solid var(--line);
}

.support-list span {
  width: 52px;
  color: var(--gold);
  font-size: 9px;
  letter-spacing: 0.12em;
}

.contact-section {
  position: relative;
  display: grid;
  min-height: 505px;
  overflow: hidden;
  place-items: center;
  text-align: center;
  background:
    radial-gradient(circle at 50% 48%, rgba(215, 190, 145, 0.08), transparent 30%),
    linear-gradient(180deg, #121212 0%, #151412 55%, #101010 100%);
}

.contact-section::before,
.contact-section::after {
  position: absolute;
  width: 1px;
  height: 100%;
  background: var(--line-soft);
  content: "";
}

.contact-section::before {
  left: 25%;
}

.contact-section::after {
  right: 25%;
}

.contact-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 620px;
  height: 250px;
  border-radius: 50%;
  background: rgba(215, 190, 145, 0.06);
  filter: blur(95px);
  transform: translate(-50%, -50%);
}

.contact-inner {
  position: relative;
  z-index: 2;
  display: flex;
  max-width: 100%;
  align-items: center;
  flex-direction: column;
}

.contact-inner h2 {
  margin-bottom: 24px;
}

.contact-inner > p:not(.eyebrow) {
  max-width: 580px;
  margin-bottom: 28px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.8;
}

.contact-button {
  min-width: 220px;
}

.contact-email {
  margin-top: 20px;
  color: #b5b1a9;
  font-size: 11px;
  letter-spacing: 0.05em;
  transition: color 250ms ease;
}

.contact-email:hover {
  color: var(--gold-light);
}

.contact-form {
  display: grid;
  width: min(760px, 100%);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  margin-top: 0.25rem;
  text-align: left;
}

.contact-form label {
  display: grid;
  gap: 0.45rem;
}

.contact-form label > span {
  color: var(--gold);
  font-size: 0.62rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(215, 190, 145, 0.18);
  border-radius: 0;
  outline: 0;
  background: rgba(255, 255, 255, 0.025);
  color: var(--warm-white);
  font: inherit;
}

.contact-form input,
.contact-form select {
  min-height: 3rem;
  padding: 0 0.85rem;
}

.contact-form textarea {
  min-height: 5.8rem;
  padding: 0.85rem;
  resize: vertical;
}

.contact-form select option {
  background: #151515;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: rgba(215, 190, 145, 0.52);
}

.contact-form-message {
  grid-column: 1 / -1;
}

.contact-form .button {
  grid-column: 1 / -1;
  justify-self: center;
}

.contact-page .contact-hero {
  height: auto;
  min-height: 100svh;
  padding: 140px 0 110px;
}

.product-info > p + a {
  display: inline-flex;
  margin-top: 1rem;
  color: var(--gold-light);
  font-size: 0.75rem;
  letter-spacing: 0.05em;
}

.site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: #101010;
}

/* Products page */

.products-page {
  background: #0a0a0a;
}

.products-hero {
  position: relative;
  display: grid;
  min-height: 860px;
  height: 100svh;
  overflow: hidden;
  align-items: center;
  background:
    radial-gradient(circle at 72% 50%, rgba(215, 190, 145, 0.08), transparent 28%),
    linear-gradient(135deg, #0a0a0a 0%, #10100f 54%, #0a0a0a 100%);
}

.products-hero::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.25), transparent 48%),
    linear-gradient(0deg, rgba(5, 5, 5, 0.58), transparent 32%);
  pointer-events: none;
  content: "";
}

.products-hero-ambient {
  position: absolute;
  top: 13%;
  right: 7%;
  width: 52vw;
  height: 72%;
  border: 1px solid rgba(255, 255, 255, 0.035);
  border-radius: 50%;
  opacity: 0.72;
}

.products-hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(420px, 0.92fr) minmax(520px, 1.08fr);
  gap: 70px;
  align-items: center;
  padding-top: 72px;
}

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

.products-hero-copy h1 {
  max-width: 780px;
  margin-bottom: 34px;
  font-size: clamp(60px, 6.7vw, 104px);
}

.products-hero-copy > p:last-child {
  max-width: 610px;
  margin-bottom: 0;
  color: #bdb9b1;
  font-size: clamp(15px, 1.25vw, 18px);
  line-height: 1.85;
  opacity: 0;
  animation: copy-enter 1s 540ms ease forwards;
}

.products-hero-visual {
  position: relative;
  display: grid;
  height: 650px;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 5%;
  align-items: center;
}

.products-hero-visual::before {
  position: absolute;
  right: 2%;
  bottom: 7%;
  left: 4%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(225, 199, 157, 0.5), transparent);
  content: "";
}

.products-hero-visual img {
  width: 100%;
  height: 82%;
  object-fit: contain;
  image-rendering: auto;
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 9%, #000 91%, transparent 100%);
  mask-image: linear-gradient(180deg, transparent 0%, #000 9%, #000 91%, transparent 100%);
  animation: hero-enter 1.6s cubic-bezier(.2,.7,.2,1) both;
}

.products-hero-visual img:last-child {
  height: 68%;
}

.products-hero-meta {
  position: absolute;
  z-index: 3;
  right: 48px;
  bottom: 34px;
  left: 48px;
  display: flex;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.38);
  font-size: 9px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.product-chapter {
  position: relative;
  padding: 150px 0;
  overflow: hidden;
}

.product-chapter-f16 {
  background:
    radial-gradient(circle at 25% 50%, rgba(215, 190, 145, 0.055), transparent 31%),
    linear-gradient(180deg, #121212, #161513);
}

.product-chapter-p10 {
  background:
    radial-gradient(circle at 76% 48%, rgba(215, 190, 145, 0.055), transparent 31%),
    linear-gradient(180deg, #161513, #111111);
}

.product-chapter-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(390px, 0.88fr);
  gap: clamp(70px, 8vw, 130px);
  align-items: center;
}

.product-chapter-grid-reverse {
  grid-template-columns: minmax(390px, 0.88fr) minmax(0, 1.12fr);
}

.chapter-visual {
  position: relative;
  display: grid;
  min-height: 660px;
  overflow: hidden;
  place-items: center;
  border: 1px solid var(--line-soft);
  background:
    radial-gradient(circle at 50% 50%, rgba(215, 190, 145, 0.075), transparent 40%),
    #0e0e0e;
}

.chapter-visual::after {
  position: absolute;
  inset: 7%;
  border: 1px solid rgba(255, 255, 255, 0.035);
  pointer-events: none;
  content: "";
}

.chapter-visual img {
  width: 88%;
  height: 88%;
  object-fit: contain;
  image-rendering: auto;
}

.chapter-index {
  position: absolute;
  z-index: 2;
  top: 30px;
  left: 34px;
  color: rgba(255, 255, 255, 0.24);
  font-family: var(--display);
  font-size: 64px;
  letter-spacing: -0.05em;
}

.chapter-copy {
  padding: 30px 0;
}

.chapter-copy h2 {
  margin-bottom: 34px;
  font-size: clamp(52px, 5.6vw, 82px);
}

.chapter-description {
  max-width: 520px;
  margin-bottom: 48px;
  color: #b9b5ad;
  font-size: 16px;
  line-height: 1.85;
}

.chapter-highlights {
  max-width: 540px;
  margin: 0 0 42px;
  padding: 0;
  border-bottom: 1px solid var(--line);
  list-style: none;
}

.chapter-highlights li {
  display: grid;
  grid-template-columns: 54px 1fr;
  padding: 17px 0;
  border-top: 1px solid var(--line);
  color: #ddd9d1;
  font-size: 13px;
}

.chapter-highlights span {
  color: var(--gold);
  font-size: 9px;
  letter-spacing: 0.13em;
}

.chapter-button {
  min-width: 190px;
}

.comparison-section {
  background:
    radial-gradient(circle at 50% 20%, rgba(215, 190, 145, 0.05), transparent 32%),
    #121212;
}

.comparison-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line-soft);
  background: linear-gradient(135deg, #181715, #141414);
}

.comparison-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}

.comparison-table th,
.comparison-table td {
  padding: 27px 30px;
  border-bottom: 1px solid var(--line-soft);
  text-align: left;
}

.comparison-table tr:last-child th,
.comparison-table tr:last-child td {
  border-bottom: 0;
}

.comparison-table thead th {
  color: var(--warm-white);
  font-family: var(--display);
  font-size: 20px;
  font-weight: 500;
}

.comparison-table thead th:first-child {
  color: var(--gold);
  font-family: var(--body);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.comparison-table thead span {
  margin-right: 12px;
  color: var(--gold);
  font-family: var(--body);
  font-size: 9px;
}

.comparison-table tbody th {
  width: 28%;
  color: #e1ddd5;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.03em;
}

.comparison-table tbody td {
  width: 36%;
  color: #aaa69f;
  font-size: 13px;
  line-height: 1.65;
}

.comparison-table th + th,
.comparison-table th + td,
.comparison-table td + td {
  border-left: 1px solid var(--line-soft);
}

.product-strategy {
  position: relative;
  display: grid;
  min-height: 650px;
  overflow: hidden;
  place-items: center;
  text-align: center;
  background:
    radial-gradient(circle at 50% 50%, rgba(215, 190, 145, 0.08), transparent 28%),
    linear-gradient(180deg, #111111, #151412 55%, #0f0f0f);
}

.product-strategy::before,
.product-strategy::after {
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  background: var(--line-soft);
  content: "";
}

.product-strategy::before {
  left: 25%;
}

.product-strategy::after {
  right: 25%;
}

.product-strategy-glow {
  position: absolute;
  width: 700px;
  height: 300px;
  border-radius: 50%;
  background: rgba(215, 190, 145, 0.055);
  filter: blur(100px);
}

.product-strategy-inner {
  position: relative;
  z-index: 2;
  display: flex;
  max-width: 800px;
  align-items: center;
  flex-direction: column;
}

.product-strategy h2 {
  margin-bottom: 30px;
  font-size: clamp(52px, 6vw, 88px);
}

.product-strategy p:not(.eyebrow) {
  max-width: 690px;
  margin-bottom: 38px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.85;
}

/* F16 product detail page */

.f16-page {
  background: #0a0a0a;
}

.f16-hero {
  position: relative;
  display: grid;
  min-height: 820px;
  height: 100svh;
  overflow: hidden;
  align-items: center;
  background:
    radial-gradient(circle at 72% 48%, rgba(215, 190, 145, 0.075), transparent 29%),
    #0a0a0a;
}

.f16-hero-image {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center end;
}

.f16-hero-image img {
  width: 72%;
  height: 78%;
  margin-right: -5%;
  object-fit: contain;
  object-position: right center;
  image-rendering: auto;
  -webkit-mask-image: radial-gradient(ellipse 78% 90% at 64% 50%, #000 58%, rgba(0, 0, 0, 0.92) 74%, transparent 100%);
  mask-image: radial-gradient(ellipse 78% 90% at 64% 50%, #000 58%, rgba(0, 0, 0, 0.92) 74%, transparent 100%);
  animation: hero-enter 1.6s cubic-bezier(.2,.7,.2,1) both;
}

.f16-hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.78) 0%, rgba(5, 5, 5, 0.34) 43%, rgba(5, 5, 5, 0.03) 72%, transparent 84%),
    linear-gradient(0deg, rgba(5, 5, 5, 0.6), transparent 35%);
}

.f16-hero-content {
  position: relative;
  z-index: 2;
  padding-top: 58px;
}

.f16-hero-content h1 {
  max-width: 760px;
  margin-bottom: 30px;
  font-size: clamp(66px, 7.2vw, 112px);
}

.f16-hero-content > p:last-child {
  max-width: 560px;
  margin: 0;
  color: #c2beb6;
  font-size: clamp(16px, 1.35vw, 20px);
  line-height: 1.75;
  opacity: 0;
  animation: copy-enter 1s 540ms ease forwards;
}

.f16-hero-meta {
  position: absolute;
  z-index: 3;
  right: 48px;
  bottom: 34px;
  left: 48px;
  display: flex;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.4);
  font-size: 9px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.f16-system {
  background:
    radial-gradient(circle at 26% 52%, rgba(215, 190, 145, 0.06), transparent 31%),
    linear-gradient(180deg, #121212, #161513);
}

.system-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(440px, 1.08fr);
  gap: clamp(60px, 8vw, 120px);
  align-items: stretch;
}

.system-layout > *,
.project-intro > *,
.installer-section > *,
.philosophy-grid > *,
.technical-heading > * {
  min-width: 0;
}

.system-visual {
  position: relative;
  display: grid;
  min-height: 760px;
  overflow: hidden;
  place-items: center;
  border: 1px solid var(--line-soft);
  background:
    radial-gradient(circle at 50% 48%, rgba(215, 190, 145, 0.075), transparent 40%),
    #0e0e0e;
}

.system-visual::after {
  position: absolute;
  inset: 7%;
  border: 1px solid rgba(255, 255, 255, 0.035);
  content: "";
}

.system-visual img {
  width: 88%;
  height: 88%;
  object-fit: contain;
  image-rendering: auto;
}

.system-points {
  display: grid;
  align-content: center;
}

.system-points article {
  display: grid;
  grid-template-columns: 54px minmax(180px, 0.62fr) 1fr;
  gap: 24px;
  padding: 27px 0;
  align-items: start;
  border-top: 1px solid var(--line);
}

.system-points article:last-child {
  border-bottom: 1px solid var(--line);
}

.system-points span,
.project-card > span,
.advantage-item > span,
.philosophy-points span {
  color: var(--gold);
  font-size: 9px;
  letter-spacing: 0.14em;
}

.system-points h3 {
  margin: 0;
  font-size: 17px;
  letter-spacing: -0.025em;
}

.system-points p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.75;
}

.project-section {
  background:
    radial-gradient(circle at 50% 24%, rgba(215, 190, 145, 0.05), transparent 30%),
    #111111;
}

.project-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 80px;
  align-items: end;
  margin-bottom: 76px;
}

.project-intro .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -52px;
}

.project-intro h2 {
  max-width: 760px;
}

.project-intro > p:last-child {
  margin: 0 0 5px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.85;
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.project-card {
  min-height: 310px;
  padding: 34px 28px;
  border-right: 1px solid var(--line);
  background:
    radial-gradient(circle at 50% 0%, rgba(215, 190, 145, 0.045), transparent 38%),
    rgba(255, 255, 255, 0.012);
}

.project-card:last-child {
  border-right: 0;
}

.project-card h3 {
  margin: 92px 0 20px;
  font-size: 22px;
  letter-spacing: -0.035em;
  line-height: 1.15;
}

.project-card p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.75;
}

.advantages-section {
  background:
    radial-gradient(circle at 76% 35%, rgba(215, 190, 145, 0.055), transparent 28%),
    linear-gradient(180deg, #151412, #121212);
}

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

.advantage-item {
  display: grid;
  grid-template-columns: 80px minmax(260px, 0.8fr) minmax(320px, 1.2fr);
  gap: 40px;
  padding: 34px 0;
  align-items: center;
  border-bottom: 1px solid var(--line);
}

.advantage-item h3 {
  margin: 0;
  font-size: clamp(22px, 2.1vw, 31px);
  letter-spacing: -0.035em;
}

.advantage-item p {
  max-width: 540px;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.8;
}

.installer-section {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(450px, 0.95fr);
  min-height: 820px;
  overflow: hidden;
  background: #121212;
}

.installer-visual {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  background: #101010;
}

.installer-visual::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 62%, #151515 100%),
    linear-gradient(0deg, rgba(10, 10, 10, 0.3), transparent 35%);
  content: "";
}

.installer-visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  image-rendering: auto;
}

.installer-content {
  display: flex;
  padding: clamp(70px, 8vw, 130px);
  justify-content: center;
  flex-direction: column;
  background:
    radial-gradient(circle at 12% 45%, rgba(215, 190, 145, 0.07), transparent 34%),
    linear-gradient(90deg, #151515, #181715);
}

.installer-content h2 {
  margin-bottom: 30px;
  font-size: clamp(52px, 5.4vw, 82px);
}

.installer-lead {
  max-width: 550px;
  margin-bottom: 46px;
  color: #b9b5ad;
  font-size: 15px;
  line-height: 1.85;
}

.installer-list {
  max-width: 570px;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid var(--line);
  list-style: none;
}

.installer-list li {
  display: grid;
  grid-template-columns: 54px 1fr;
  padding: 18px 0;
  border-top: 1px solid var(--line);
  color: #ddd9d1;
  font-size: 13px;
}

.installer-list span {
  color: var(--gold);
  font-size: 9px;
}

.support-philosophy {
  background:
    radial-gradient(circle at 28% 44%, rgba(215, 190, 145, 0.06), transparent 31%),
    linear-gradient(180deg, #151412, #111111);
}

.philosophy-grid {
  display: grid;
  grid-template-columns: minmax(360px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(70px, 10vw, 150px);
}

.philosophy-heading h2 {
  position: sticky;
  top: 130px;
  font-size: clamp(52px, 5.5vw, 82px);
}

.philosophy-lead {
  max-width: 620px;
  margin-bottom: 56px;
  color: var(--warm-white);
  font-family: var(--display);
  font-size: clamp(28px, 3vw, 42px);
  letter-spacing: -0.04em;
  line-height: 1.2;
}

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

.philosophy-points article {
  min-height: 250px;
  padding: 28px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.philosophy-points h3 {
  margin: 70px 0 16px;
  font-size: 20px;
}

.philosophy-points p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.75;
}

.technical-section {
  background:
    radial-gradient(circle at 70% 36%, rgba(215, 190, 145, 0.045), transparent 27%),
    #121212;
}

.technical-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 80px;
  align-items: end;
  margin-bottom: 72px;
}

.technical-heading > p {
  max-width: 460px;
  margin: 0 0 8px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
}

.technical-overview {
  margin: 0;
  border-top: 1px solid var(--line);
}

.technical-overview > div {
  display: grid;
  grid-template-columns: minmax(220px, 0.65fr) minmax(0, 1.35fr);
  gap: 50px;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}

.technical-overview dt {
  color: #ddd9d1;
  font-size: 12px;
  font-weight: 500;
}

.technical-overview dd {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}

.f16-cta {
  position: relative;
  display: grid;
  min-height: 650px;
  overflow: hidden;
  place-items: center;
  text-align: center;
  background:
    radial-gradient(circle at 50% 48%, rgba(215, 190, 145, 0.08), transparent 29%),
    linear-gradient(180deg, #111111, #151412 55%, #0f0f0f);
}

.f16-cta::before,
.f16-cta::after {
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  background: var(--line-soft);
  content: "";
}

.f16-cta::before {
  left: 25%;
}

.f16-cta::after {
  right: 25%;
}

.f16-cta-glow {
  position: absolute;
  width: 700px;
  height: 300px;
  border-radius: 50%;
  background: rgba(215, 190, 145, 0.055);
  filter: blur(100px);
}

.f16-cta-inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.f16-cta h2 {
  margin-bottom: 28px;
  font-size: clamp(50px, 5.8vw, 86px);
}

.f16-cta p:not(.eyebrow) {
  max-width: 700px;
  margin-bottom: 38px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.85;
}

/* P10 product detail page */

.p10-hero {
  background:
    radial-gradient(circle at 72% 48%, rgba(215, 190, 145, 0.07), transparent 29%),
    #0a0a0a;
}

.p10-hero-image img {
  width: 70%;
  height: 72%;
  margin-right: -2%;
  object-position: right center;
}

.p10-system {
  background:
    radial-gradient(circle at 25% 50%, rgba(215, 190, 145, 0.055), transparent 31%),
    linear-gradient(180deg, #121212, #161513);
}

.p10-system-visual img {
  width: 96%;
  height: 82%;
}

.p10-living-section {
  background:
    radial-gradient(circle at 50% 24%, rgba(215, 190, 145, 0.052), transparent 30%),
    #111111;
}

.p10-lifestyle-visual img {
  object-position: center 48%;
}

.p10-support {
  background:
    radial-gradient(circle at 28% 44%, rgba(215, 190, 145, 0.058), transparent 31%),
    linear-gradient(180deg, #151412, #111111);
}

.footer-top {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  min-height: 110px;
}

.footer-top p,
.footer-top > a:last-child {
  margin: 0;
  color: #a19d95;
  font-size: 11px;
}

.footer-top p {
  text-align: center;
}

.footer-top > a:last-child {
  justify-self: end;
  transition: color 250ms ease;
}

.footer-top > a:last-child:hover {
  color: var(--warm-white);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  padding: 16px 0 18px;
  border-top: 1px solid var(--line-soft);
  color: #827f78;
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.js .reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 800ms ease, transform 900ms cubic-bezier(.2,.6,.2,1);
}

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

@keyframes hero-enter {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes copy-enter {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes scroll-line {
  0% { transform: translateY(0); }
  100% { transform: translateY(200%); }
}

@media (max-width: 1100px) {
  :root {
    --container: min(100% - 64px, 1000px);
  }

  .section {
    padding: 112px 0;
  }

  .site-header {
    padding-inline: 32px;
  }

  .hero-meta {
    right: 32px;
    left: 32px;
  }

  .product-info {
    grid-template-columns: 1fr;
    min-height: 220px;
  }

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

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

  .support-panel {
    padding: 70px 48px;
  }

  .products-hero-inner {
    grid-template-columns: minmax(360px, 0.9fr) minmax(440px, 1.1fr);
    gap: 36px;
  }

  .products-hero-visual {
    height: 570px;
  }

  .product-chapter-grid,
  .product-chapter-grid-reverse {
    gap: 64px;
  }

  .chapter-visual {
    min-height: 560px;
  }

  .system-layout {
    grid-template-columns: minmax(0, 0.9fr) minmax(400px, 1.1fr);
    gap: 60px;
  }

  .system-visual {
    min-height: 650px;
  }

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

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

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

  .installer-content {
    padding: 80px 60px;
  }

  .philosophy-grid {
    gap: 70px;
  }
}

@media (max-width: 820px) {
  :root {
    --container: calc(100% - 48px);
  }

  .site-header {
    grid-template-columns: 1fr auto;
    height: 72px;
    padding: 0 24px;
  }

  .desktop-nav,
  .header-cta {
    display: none;
  }

  .menu-toggle {
    position: relative;
    z-index: 102;
    display: flex;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 0;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 7px;
    background: transparent;
    cursor: pointer;
  }

  .menu-toggle span {
    width: 23px;
    height: 1px;
    background: var(--warm-white);
    transition: transform 300ms ease;
  }

  .menu-toggle[aria-expanded="true"] span:first-child {
    transform: translateY(4px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:last-child {
    transform: translateY(-4px) rotate(-45deg);
  }

  .mobile-nav {
    position: fixed;
    z-index: 101;
    inset: 0;
    display: flex;
    padding: 120px 24px 40px;
    align-items: flex-start;
    flex-direction: column;
    gap: 28px;
    background: rgba(10, 10, 10, 0.98);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity 300ms ease, transform 300ms ease;
  }

  .mobile-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .mobile-nav a {
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--line);
    font-family: var(--display);
    font-size: 27px;
    letter-spacing: -0.03em;
  }

  .hero {
    min-height: 720px;
  }

  .hero-media {
    align-items: start;
    justify-items: center;
  }

  .hero-media img {
    width: 88%;
    height: auto;
    min-height: 0;
    margin: 82px 0 0;
    object-fit: contain;
    object-position: center top;
    -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 78%, transparent 100%);
    mask-image: linear-gradient(180deg, #000 0%, #000 78%, transparent 100%);
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.15) 82%),
      linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, transparent 34%);
  }

  .hero-content {
    justify-content: flex-end;
    padding-bottom: 130px;
  }

  .hero-meta {
    display: none;
  }

  .scroll-cue {
    left: auto;
    right: 19px;
    transform: none;
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .product-grid,
  .partner-grid {
    grid-template-columns: 1fr;
  }

  .product-info {
    grid-template-columns: 1fr 1fr;
    min-height: 180px;
  }

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

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

  .support-image {
    aspect-ratio: 16 / 10;
    min-height: 0;
    overflow: hidden;
  }

  .support-image::before {
    top: auto;
    right: 0;
    bottom: -1px;
    left: 0;
    width: auto;
    height: 24%;
    background: linear-gradient(
      180deg,
      transparent 0%,
      rgba(20, 20, 20, 0.5) 46%,
      #181818 100%
    );
  }

  .support-panel {
    width: 100%;
    max-width: 100%;
    background:
      radial-gradient(circle at 24% 18%, rgba(215, 190, 145, 0.075), transparent 34%),
      linear-gradient(180deg, #181818, #151515);
  }

  .support-panel::before {
    display: none;
  }

  .products-hero {
    min-height: 900px;
    height: auto;
    padding: 130px 0 90px;
  }

  .products-hero-inner {
    grid-template-columns: 1fr;
    gap: 58px;
    padding-top: 0;
  }

  .products-hero-copy {
    max-width: 680px;
  }

  .products-hero-visual {
    width: min(100%, 680px);
    height: 440px;
    margin-inline: auto;
  }

  .products-hero-meta {
    display: none;
  }

  .product-chapter {
    padding: 112px 0;
  }

  .product-chapter-grid,
  .product-chapter-grid-reverse {
    grid-template-columns: 1fr;
    gap: 64px;
  }

  .product-chapter-grid-reverse .chapter-copy {
    order: 2;
  }

  .product-chapter-grid-reverse .chapter-visual {
    order: 1;
  }

  .chapter-visual {
    min-height: 610px;
  }

  .chapter-copy {
    max-width: 680px;
  }

  .f16-hero {
    min-height: 800px;
  }

  .f16-hero-image {
    align-items: start;
    justify-items: center;
  }

  .f16-hero-image img {
    width: 88%;
    height: auto;
    margin: 74px 0 0;
    object-position: center top;
    -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 76%, transparent 100%);
    mask-image: linear-gradient(180deg, #000 0%, #000 76%, transparent 100%);
  }

  .p10-hero-image img {
    width: 86%;
    margin-top: 82px;
    object-position: center top;
  }

  .f16-hero-content {
    display: flex;
    height: 100%;
    padding: 0 0 110px;
    justify-content: flex-end;
    flex-direction: column;
  }

  .f16-hero-meta {
    display: none;
  }

  .system-layout {
    grid-template-columns: 1fr;
  }

  .system-visual {
    min-height: 680px;
  }

  .system-points article {
    grid-template-columns: 54px minmax(180px, 0.55fr) 1fr;
  }

  .project-intro,
  .technical-heading {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .project-intro .eyebrow {
    grid-column: auto;
    margin-bottom: -8px;
  }

  .advantage-item {
    grid-template-columns: 60px minmax(220px, 0.75fr) minmax(260px, 1.25fr);
    gap: 24px;
  }

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

  .installer-visual {
    min-height: 760px;
  }

  .installer-visual::after {
    background: linear-gradient(0deg, #151515 0%, transparent 22%);
  }

  .installer-content {
    padding: 90px var(--container);
  }

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

  .philosophy-heading h2 {
    position: static;
  }
}

@media (max-width: 560px) {
  .support-page .container {
    width: calc(100vw - 36px);
    max-width: calc(100vw - 36px);
  }

  :root {
    --container: calc(100% - 36px);
  }

  body,
  main,
  .support-section,
  .contact-section,
  .products-hero,
  .product-chapter,
  .comparison-section,
  .product-strategy {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
  }

  .section {
    padding: 92px 0;
  }

  .brand {
    font-size: 18px;
  }

  .hero {
    min-height: 700px;
  }

  .hero-media {
    align-items: start;
  }

  .hero-media img {
    width: 94%;
    margin-top: 78px;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(0, 0, 0, 0.77) 0%, rgba(0, 0, 0, 0.2) 100%),
      linear-gradient(0deg, rgba(0, 0, 0, 0.88) 0%, transparent 52%);
  }

  h1 {
    font-size: clamp(40px, 11.2vw, 50px);
    letter-spacing: -0.06em;
  }

  .mobile-line {
    display: block;
  }

  .hero-content {
    padding-bottom: 86px;
  }

  .hero-copy {
    max-width: 340px;
    margin-bottom: 30px;
    font-size: 14px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 9px;
  }

  .button {
    width: 100%;
    min-width: 0;
  }

  .scroll-cue {
    display: none;
  }

  h2 {
    font-size: 42px;
  }

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

  .section-intro {
    font-size: 14px;
  }

  .family-master-pair img {
    object-fit: contain;
  }

  .family-visual {
    padding: 5%;
  }

  .family-visual figcaption {
    right: 14px;
    bottom: 13px;
    left: 14px;
    font-size: 7px;
  }

  .product-grid {
    gap: 18px;
  }

  .product-image {
    padding: 4%;
  }

  .product-image img {
    object-fit: contain;
  }

  .product-info {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 24px;
  }

  .product-info > p {
    margin-top: 18px;
  }

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

  .card-content {
    right: 24px;
    bottom: 26px;
    left: 24px;
  }

  .support-card .card-content {
    top: 26px;
    bottom: 26px;
  }

  .support-image {
    aspect-ratio: 4 / 3;
  }

  .support-image img {
    object-position: 60% center;
  }

  .qr-focus {
    top: 29%;
    right: -1%;
    width: 24%;
  }

  .support-panel {
    min-width: 0;
    padding: 76px 24px 84px;
  }

  .support-panel h2 {
    width: 100%;
    max-width: calc(100vw - 48px);
    font-size: 42px;
    overflow-wrap: anywhere;
  }

  .products-hero {
    min-height: 820px;
    padding: 112px 0 72px;
  }

  .products-hero-copy h1 {
    font-size: clamp(43px, 12vw, 56px);
  }

  .products-hero-copy > p:last-child {
    font-size: 14px;
  }

  .products-hero-visual {
    height: 300px;
    gap: 2%;
  }

  .products-hero-visual img {
    height: 92%;
  }

  .products-hero-visual img:last-child {
    height: 74%;
  }

  .product-chapter {
    padding: 90px 0;
  }

  .product-chapter-grid,
  .product-chapter-grid-reverse {
    gap: 46px;
  }

  .chapter-visual {
    min-height: 410px;
  }

  .chapter-visual img {
    width: 94%;
    height: 94%;
  }

  .chapter-index {
    top: 20px;
    left: 22px;
    font-size: 46px;
  }

  .chapter-copy h2 {
    margin-bottom: 26px;
    font-size: 48px;
  }

  .chapter-description {
    margin-bottom: 36px;
    font-size: 14px;
  }

  .chapter-highlights {
    margin-bottom: 34px;
  }

  .chapter-highlights li {
    grid-template-columns: 44px 1fr;
    padding: 15px 0;
    font-size: 12px;
  }

  .comparison-table th,
  .comparison-table td {
    padding: 22px 20px;
  }

  .product-strategy {
    min-height: 570px;
    padding: 90px 0;
  }

  .product-strategy h2 {
    font-size: 48px;
  }

  .product-strategy p:not(.eyebrow) {
    font-size: 14px;
  }

  .f16-hero {
    min-height: 760px;
  }

  .f16-hero-image img {
    width: 96%;
    margin-top: 76px;
  }

  .p10-hero-image img {
    width: 92%;
    margin-top: 82px;
  }

  .f16-hero-content {
    padding-bottom: 72px;
  }

  .f16-hero-content h1 {
    margin-bottom: 22px;
    font-size: clamp(46px, 14vw, 62px);
  }

  .f16-hero-content > p:last-child {
    max-width: 340px;
    font-size: 14px;
  }

  .f16-page .section-intro,
  .f16-page .project-intro > p:last-child,
  .f16-page .installer-lead,
  .f16-page .technical-heading > p,
  .f16-page .f16-cta p:not(.eyebrow) {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .system-visual {
    min-height: 440px;
  }

  .system-visual img {
    width: 94%;
    height: 94%;
  }

  .p10-system-visual img {
    width: 100%;
    height: 84%;
  }

  .system-points article {
    grid-template-columns: 42px 1fr;
    gap: 8px 14px;
    padding: 22px 0;
  }

  .system-points article p {
    grid-column: 2;
  }

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

  .project-card,
  .project-card:nth-child(2) {
    min-height: 250px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .project-card:last-child {
    border-bottom: 0;
  }

  .project-card h3 {
    margin-top: 68px;
  }

  .advantage-item {
    grid-template-columns: 42px 1fr;
    gap: 10px 14px;
    padding: 26px 0;
  }

  .advantage-item p {
    grid-column: 2;
    font-size: 12px;
  }

  .installer-visual {
    min-height: 540px;
  }

  .installer-content {
    padding: 82px 18px;
  }

  .installer-content h2 {
    font-size: 48px;
  }

  .philosophy-points {
    grid-template-columns: 1fr;
  }

  .philosophy-points article {
    min-height: 220px;
  }

  .technical-overview > div {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 24px 0;
  }

  .f16-cta {
    min-height: 580px;
    padding: 90px 0;
  }

  .f16-cta h2 {
    font-size: 46px;
  }

  .f16-cta p:not(.eyebrow) {
    font-size: 14px;
  }

  .support-lead,
  .support-list {
    width: 100%;
    max-width: calc(100vw - 48px);
  }

  .contact-section {
    min-height: 500px;
  }

  .contact-section::before {
    left: 18px;
  }

  .contact-section::after {
    right: 18px;
  }

  .contact-inner h2 {
    width: 100%;
    max-width: calc(100vw - 36px);
    font-size: 42px;
    overflow-wrap: anywhere;
  }

  .footer-top {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 38px 0;
    text-align: left;
  }

  .footer-top p {
    text-align: left;
  }

  .footer-top > a:last-child {
    justify-self: start;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
}

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

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

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

/* Why VETRA editorial page */

.why-page {
  background: #0a0a0a;
}

.why-hero {
  position: relative;
  display: grid;
  min-height: 780px;
  height: 100svh;
  overflow: hidden;
  align-items: center;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.018), transparent 36%),
    radial-gradient(circle at 72% 42%, rgba(215, 190, 145, 0.08), transparent 27%),
    linear-gradient(180deg, #0a0a0a, #0d0d0c);
}

.why-hero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 35%;
  background: linear-gradient(0deg, rgba(8, 8, 8, 0.78), transparent);
  content: "";
}

.why-hero-light {
  position: absolute;
  top: 15%;
  right: 8%;
  width: 46vw;
  height: 46vw;
  border: 1px solid rgba(225, 199, 157, 0.065);
  border-radius: 50%;
  background: rgba(215, 190, 145, 0.025);
  filter: blur(1px);
}

.why-architecture {
  position: absolute;
  inset: 0 0 0 48%;
  opacity: 0.65;
}

.why-architecture span {
  position: absolute;
  display: block;
  background: linear-gradient(180deg, transparent, rgba(225, 199, 157, 0.18), transparent);
}

.why-architecture span:nth-child(1) {
  top: 0;
  bottom: 0;
  left: 18%;
  width: 1px;
}

.why-architecture span:nth-child(2) {
  top: 12%;
  bottom: 0;
  left: 62%;
  width: 1px;
}

.why-architecture span:nth-child(3) {
  top: 28%;
  right: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(225, 199, 157, 0.15), transparent);
}

.why-architecture span:nth-child(4) {
  right: 4%;
  bottom: 22%;
  left: 22%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(225, 199, 157, 0.1), transparent);
  transform: rotate(-18deg);
  transform-origin: right;
}

.why-hero-content {
  position: relative;
  z-index: 2;
  padding-top: 56px;
}

.why-hero-content h1 {
  max-width: 980px;
  margin-bottom: 34px;
  font-size: clamp(70px, 8.4vw, 132px);
  letter-spacing: -0.06em;
  line-height: 0.94;
}

.why-mobile-break {
  display: none;
}

.why-hero-content > p:last-child {
  max-width: 650px;
  margin: 0;
  color: #bdb9b1;
  font-size: clamp(16px, 1.35vw, 20px);
  line-height: 1.75;
}

.why-hero-meta {
  position: absolute;
  z-index: 3;
  right: 48px;
  bottom: 34px;
  left: 48px;
  display: flex;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.38);
  font-size: 9px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.why-principle {
  position: relative;
  overflow: hidden;
}

.why-installation {
  background:
    radial-gradient(circle at 15% 62%, rgba(215, 190, 145, 0.045), transparent 28%),
    #121212;
}

.why-residences {
  background:
    radial-gradient(circle at 78% 40%, rgba(215, 190, 145, 0.05), transparent 30%),
    linear-gradient(180deg, #171716, #141414);
}

.why-editorial {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
  gap: clamp(80px, 10vw, 160px);
  align-items: start;
}

.why-editorial-reverse .why-editorial-heading {
  grid-column: 2;
}

.why-editorial-reverse .why-editorial-copy {
  grid-row: 1;
  grid-column: 1;
}

.why-editorial-heading h2 {
  max-width: 760px;
}

.why-editorial-copy {
  padding-top: 38px;
  border-top: 1px solid var(--line);
}

.why-editorial-copy p {
  margin: 0 0 24px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.9;
}

.why-editorial-copy .why-lead {
  margin-bottom: 34px;
  color: var(--warm-white);
  font-family: var(--display);
  font-size: clamp(25px, 2.2vw, 34px);
  letter-spacing: -0.035em;
  line-height: 1.3;
}

.why-support-story {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(215, 190, 145, 0.025), transparent 38%),
    #101010;
}

.why-support-story::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: linear-gradient(180deg, transparent, var(--line), transparent);
  content: "";
}

.why-support-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(90px, 12vw, 180px);
}

.why-support-copy {
  padding-top: 74px;
}

.why-support-statement {
  max-width: 520px;
  margin: 0 0 52px;
  color: var(--warm-white);
  font-family: var(--display);
  font-size: clamp(32px, 3.3vw, 50px);
  letter-spacing: -0.045em;
  line-height: 1.12;
}

.why-support-copy p:not(.why-support-statement) {
  max-width: 530px;
  margin: 0 0 24px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.9;
}

.why-collection {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 55%, rgba(215, 190, 145, 0.05), transparent 35%),
    linear-gradient(180deg, #151514, #111111);
}

.why-collection-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: 80px;
  align-items: end;
  margin-bottom: 90px;
}

.why-collection-intro .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -52px;
}

.why-collection-intro p:last-child {
  max-width: 480px;
  margin: 0 0 8px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.85;
}

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

.why-model {
  display: grid;
  grid-template-columns: 80px minmax(180px, 0.8fr) minmax(280px, 1.2fr) 40px;
  gap: 34px;
  align-items: center;
  min-height: 150px;
  border-bottom: 1px solid var(--line);
  transition: padding 350ms ease, background 350ms ease;
}

.why-model:hover {
  padding-inline: 24px;
  background: rgba(255, 255, 255, 0.025);
}

.why-model-index {
  color: var(--gold);
  font-size: 9px;
  letter-spacing: 0.2em;
}

.why-model-name {
  font-family: var(--display);
  font-size: clamp(46px, 5vw, 72px);
  font-weight: 500;
  letter-spacing: -0.05em;
}

.why-model-position {
  color: var(--muted);
  font-size: 13px;
  letter-spacing: 0.04em;
}

.why-model-arrow {
  color: var(--gold-light);
  font-size: 24px;
  font-weight: 300;
  transition: transform 350ms ease;
}

.why-model:hover .why-model-arrow {
  transform: rotate(90deg);
}

.why-collection-copy {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 80px;
  max-width: 940px;
  margin: 70px 0 0 auto;
}

.why-collection-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.85;
}

.why-confidence {
  position: relative;
  display: grid;
  min-height: 760px;
  overflow: hidden;
  place-items: center;
  text-align: center;
  background:
    linear-gradient(90deg, transparent 24.9%, var(--line-soft) 25%, transparent 25.1%, transparent 74.9%, var(--line-soft) 75%, transparent 75.1%),
    #0c0c0c;
}

.why-confidence-glow {
  position: absolute;
  width: 760px;
  height: 380px;
  border-radius: 50%;
  background: rgba(215, 190, 145, 0.055);
  filter: blur(120px);
}

.why-confidence-inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.why-confidence h2 {
  margin-bottom: 36px;
  font-size: clamp(64px, 8vw, 118px);
  letter-spacing: -0.06em;
  line-height: 0.96;
}

.why-confidence p:not(.eyebrow) {
  max-width: 700px;
  margin: 0 0 22px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.85;
}

.why-confidence strong {
  max-width: 760px;
  color: var(--warm-white);
  font-family: var(--display);
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.45;
}

.why-cta {
  background:
    radial-gradient(circle at 50% 46%, rgba(215, 190, 145, 0.085), transparent 29%),
    linear-gradient(180deg, #151412, #0f0f0f);
}

@media (max-width: 820px) {
  .why-hero {
    min-height: 760px;
  }

  .why-hero-content {
    display: flex;
    height: 100%;
    padding: 0 0 100px;
    justify-content: flex-end;
    flex-direction: column;
  }

  .why-hero-content h1 {
    font-size: clamp(58px, 12vw, 82px);
  }

  .why-architecture {
    left: 20%;
  }

  .why-hero-meta {
    display: none;
  }

  .why-editorial,
  .why-support-grid,
  .why-collection-intro {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .why-editorial-reverse .why-editorial-heading,
  .why-editorial-reverse .why-editorial-copy {
    grid-row: auto;
    grid-column: auto;
  }

  .why-editorial-copy,
  .why-support-copy {
    padding-top: 30px;
  }

  .why-support-story::before {
    display: none;
  }

  .why-collection-intro .eyebrow {
    grid-column: auto;
    margin-bottom: -18px;
  }

  .why-model {
    grid-template-columns: 48px minmax(130px, 0.7fr) minmax(220px, 1.3fr) 24px;
    gap: 20px;
  }

  .why-collection-copy {
    gap: 40px;
  }
}

@media (max-width: 560px) {
  .why-hero {
    min-height: 700px;
  }

  .why-hero-light {
    top: 12%;
    right: -35%;
    width: 110vw;
    height: 110vw;
  }

  .why-architecture {
    inset: 0 0 0 12%;
  }

  .why-hero-content {
    padding-bottom: 70px;
  }

  .why-hero-content h1 {
    width: calc(100vw - 36px);
    max-width: calc(100vw - 36px);
    margin-bottom: 24px;
    font-size: clamp(44px, 12.4vw, 56px);
    overflow-wrap: anywhere;
    white-space: normal;
  }

  .why-hero-content > p:last-child {
    width: calc(100vw - 36px);
    max-width: calc(100vw - 36px);
    font-size: 14px;
    line-height: 1.7;
    overflow-wrap: anywhere;
    white-space: normal;
  }

  .why-hero-copy span {
    display: block;
  }

  .why-mobile-break {
    display: inline;
  }

  .why-editorial {
    gap: 36px;
  }

  .why-editorial-copy .why-lead {
    font-size: 24px;
  }

  .why-support-copy {
    padding-top: 10px;
  }

  .why-support-statement {
    margin-bottom: 36px;
    font-size: 30px;
  }

  .why-collection-intro {
    gap: 34px;
    margin-bottom: 58px;
  }

  .why-model {
    grid-template-columns: 32px 1fr 24px;
    gap: 14px;
    min-height: 130px;
  }

  .why-model-name {
    font-size: 42px;
  }

  .why-model-position {
    grid-row: 2;
    grid-column: 2 / 4;
    padding-bottom: 22px;
    font-size: 11px;
    line-height: 1.5;
  }

  .why-model-arrow {
    grid-row: 1;
    grid-column: 3;
  }

  .why-collection-copy {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 50px;
  }

  .why-confidence {
    min-height: 650px;
    padding: 100px 0;
  }

  .why-confidence h2 {
    font-size: 50px;
  }

  .why-confidence strong {
    font-size: 19px;
  }
}

/* Support partnership page */

.support-page {
  background: #0a0a0a;
}

.support-hero {
  position: relative;
  display: grid;
  min-height: 780px;
  height: 100svh;
  overflow: hidden;
  align-items: center;
  background:
    radial-gradient(circle at 72% 48%, rgba(215, 190, 145, 0.075), transparent 28%),
    linear-gradient(145deg, #0a0a0a, #11100f 68%, #0a0a0a);
}

.support-hero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 34%;
  background: linear-gradient(0deg, rgba(7, 7, 7, 0.74), transparent);
  content: "";
}

.support-hero-glow {
  position: absolute;
  top: 12%;
  right: 10%;
  width: 40vw;
  height: 58vw;
  border: 1px solid rgba(225, 199, 157, 0.055);
  background: linear-gradient(180deg, rgba(215, 190, 145, 0.025), transparent 70%);
  transform: skewX(-12deg);
}

.support-hero-lines {
  position: absolute;
  inset: 0 0 0 48%;
}

.support-hero-lines span {
  position: absolute;
  display: block;
  background: linear-gradient(180deg, transparent, rgba(225, 199, 157, 0.15), transparent);
}

.support-hero-lines span:nth-child(1) {
  top: 0;
  bottom: 0;
  left: 14%;
  width: 1px;
}

.support-hero-lines span:nth-child(2) {
  top: 0;
  bottom: 0;
  left: 66%;
  width: 1px;
}

.support-hero-lines span:nth-child(3) {
  top: 38%;
  right: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(225, 199, 157, 0.13), transparent);
}

.support-hero-content {
  position: relative;
  z-index: 2;
  padding-top: 56px;
}

.support-hero-content h1 {
  max-width: 1040px;
  margin-bottom: 34px;
  font-size: clamp(70px, 8.4vw, 132px);
  letter-spacing: -0.06em;
  line-height: 0.94;
}

.support-mobile-break {
  display: none;
}

.support-hero-copy {
  max-width: 650px;
  margin: 0;
  color: #bdb9b1;
  font-size: clamp(16px, 1.35vw, 20px);
  line-height: 1.75;
}

.support-hero-meta {
  position: absolute;
  z-index: 3;
  right: 48px;
  bottom: 34px;
  left: 48px;
  display: flex;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.38);
  font-size: 9px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.support-journey {
  background: #111;
}

.support-stage {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  padding: 150px 0;
  border-top: 1px solid var(--line-soft);
}

.support-stage:nth-child(odd) {
  background:
    radial-gradient(circle at 14% 50%, rgba(215, 190, 145, 0.04), transparent 27%),
    #121212;
}

.support-stage:nth-child(even) {
  background:
    radial-gradient(circle at 84% 46%, rgba(215, 190, 145, 0.045), transparent 27%),
    linear-gradient(180deg, #171716, #141414);
}

.support-stage-warm {
  background:
    radial-gradient(circle at 20% 52%, rgba(215, 190, 145, 0.07), transparent 29%),
    linear-gradient(180deg, #171613, #121212) !important;
}

.support-stage::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: linear-gradient(180deg, transparent, var(--line-soft), transparent);
  content: "";
}

.support-stage-grid {
  position: relative;
  display: grid;
  grid-template-columns: 70px minmax(0, 1.05fr) minmax(360px, 0.75fr);
  gap: clamp(48px, 7vw, 100px);
  align-items: start;
}

.support-stage-right .support-stage-number {
  grid-column: 1;
}

.support-stage-right .support-stage-heading {
  grid-column: 3;
}

.support-stage-right .support-stage-copy {
  grid-row: 1;
  grid-column: 2;
}

.support-stage-number {
  padding-top: 7px;
  color: rgba(225, 199, 157, 0.28);
  font-family: var(--display);
  font-size: 48px;
  font-weight: 500;
  letter-spacing: -0.05em;
}

.support-stage-heading h2 {
  max-width: 700px;
}

.support-stage-copy {
  padding-top: 38px;
  border-top: 1px solid var(--line);
}

.support-stage-copy p {
  margin: 0 0 24px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.9;
}

.support-stage-copy .support-stage-lead {
  margin-bottom: 34px;
  color: var(--warm-white);
  font-family: var(--display);
  font-size: clamp(25px, 2.2vw, 34px);
  letter-spacing: -0.035em;
  line-height: 1.3;
}

.support-continuity {
  position: relative;
  display: grid;
  min-height: 800px;
  overflow: hidden;
  padding: 140px 0;
  place-items: center;
  text-align: center;
  background:
    linear-gradient(90deg, transparent 24.9%, var(--line-soft) 25%, transparent 25.1%, transparent 74.9%, var(--line-soft) 75%, transparent 75.1%),
    #0c0c0c;
}

.support-continuity-glow {
  position: absolute;
  width: 780px;
  height: 400px;
  border-radius: 50%;
  background: rgba(215, 190, 145, 0.055);
  filter: blur(120px);
}

.support-continuity-inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.support-continuity h2 {
  margin-bottom: 50px;
  font-size: clamp(60px, 7.5vw, 108px);
  letter-spacing: -0.06em;
  line-height: 0.98;
}

.support-continuity-copy {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 64px;
  max-width: 920px;
  margin-bottom: 48px;
  text-align: left;
}

.support-continuity-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.85;
}

.support-continuity strong {
  color: var(--warm-white);
  font-family: var(--display);
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 500;
  letter-spacing: -0.025em;
}

.support-cta {
  background:
    radial-gradient(circle at 50% 46%, rgba(215, 190, 145, 0.085), transparent 29%),
    linear-gradient(180deg, #151412, #0f0f0f);
}

@media (max-width: 820px) {
  .support-hero {
    min-height: 760px;
  }

  .support-hero-content {
    display: flex;
    height: 100%;
    padding: 0 0 100px;
    justify-content: flex-end;
    flex-direction: column;
  }

  .support-hero-content h1 {
    font-size: clamp(58px, 12vw, 82px);
  }

  .support-hero-lines {
    left: 20%;
  }

  .support-hero-meta {
    display: none;
  }

  .support-stage {
    min-height: auto;
    padding: 120px 0;
  }

  .support-stage::after {
    display: none;
  }

  .support-stage-grid {
    grid-template-columns: 52px 1fr;
    gap: 42px 28px;
  }

  .support-stage-number,
  .support-stage-right .support-stage-number {
    grid-row: 1;
    grid-column: 1;
  }

  .support-stage-heading,
  .support-stage-right .support-stage-heading {
    grid-row: 1;
    grid-column: 2;
  }

  .support-stage-copy,
  .support-stage-right .support-stage-copy {
    grid-row: 2;
    grid-column: 2;
  }

  .support-stage-copy {
    padding-top: 30px;
  }
}

@media (max-width: 560px) {
  .support-hero {
    min-height: 700px;
  }

  .support-hero-glow {
    top: 8%;
    right: -34%;
    width: 100vw;
    height: 130vw;
  }

  .support-hero-lines {
    inset: 0 0 0 12%;
  }

  .support-hero-content {
    padding-bottom: 70px;
  }

  .support-hero-content h1 {
    width: calc(100vw - 36px);
    max-width: calc(100vw - 36px);
    margin-bottom: 24px;
    font-size: clamp(43px, 12vw, 52px);
    overflow-wrap: anywhere;
  }

  .support-hero-copy {
    width: calc(100vw - 36px);
    max-width: calc(100vw - 36px);
    font-size: 14px;
    line-height: 1.7;
  }

  .support-mobile-break {
    display: inline;
  }

  .support-hero-copy span {
    display: block;
  }

  .support-stage {
    padding: 96px 0;
  }

  .support-stage-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .support-stage-heading,
  .support-stage-copy {
    min-width: 0;
    max-width: 100%;
  }

  .support-stage-number,
  .support-stage-right .support-stage-number,
  .support-stage-heading,
  .support-stage-right .support-stage-heading,
  .support-stage-copy,
  .support-stage-right .support-stage-copy {
    grid-row: auto;
    grid-column: 1;
  }

  .support-stage-number {
    font-size: 34px;
  }

  .support-stage-heading h2 {
    max-width: 100%;
    font-size: 40px;
    overflow-wrap: anywhere;
  }

  .support-stage-copy {
    padding-top: 26px;
  }

  .support-stage-copy p {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .support-stage-copy .support-stage-lead {
    font-size: 22px;
  }

  .support-continuity {
    min-height: 700px;
    padding: 110px 0;
  }

  .support-continuity h2 {
    max-width: 100%;
    margin-bottom: 40px;
    font-size: 42px;
    overflow-wrap: anywhere;
  }

  .support-continuity-copy {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 40px;
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .support-continuity strong {
    max-width: 100%;
    font-size: 19px;
    line-height: 1.5;
    overflow-wrap: anywhere;
  }
}

/* Become a Partner page */

.partnership-page {
  background: #0a0a0a;
}

.partnership-hero {
  position: relative;
  display: grid;
  min-height: 780px;
  height: 100svh;
  overflow: hidden;
  align-items: center;
  background:
    radial-gradient(circle at 73% 48%, rgba(215, 190, 145, 0.085), transparent 27%),
    linear-gradient(145deg, #0a0a0a, #11100f 66%, #0a0a0a);
}

.partnership-hero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 34%;
  background: linear-gradient(0deg, rgba(7, 7, 7, 0.76), transparent);
  content: "";
}

.partnership-hero-glow {
  position: absolute;
  top: 14%;
  right: 9%;
  width: 44vw;
  height: 44vw;
  border: 1px solid rgba(225, 199, 157, 0.065);
  border-radius: 50%;
  background: rgba(215, 190, 145, 0.022);
}

.partnership-hero-grid {
  position: absolute;
  inset: 0 0 0 48%;
  opacity: 0.72;
}

.partnership-hero-grid span {
  position: absolute;
  display: block;
}

.partnership-hero-grid span:nth-child(1),
.partnership-hero-grid span:nth-child(2) {
  top: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(225, 199, 157, 0.15), transparent);
}

.partnership-hero-grid span:nth-child(1) {
  left: 18%;
}

.partnership-hero-grid span:nth-child(2) {
  left: 64%;
}

.partnership-hero-grid span:nth-child(3),
.partnership-hero-grid span:nth-child(4) {
  right: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(225, 199, 157, 0.13), transparent);
}

.partnership-hero-grid span:nth-child(3) {
  top: 31%;
}

.partnership-hero-grid span:nth-child(4) {
  bottom: 24%;
}

.partnership-hero-content {
  position: relative;
  z-index: 2;
  padding-top: 56px;
}

.partnership-hero-content h1 {
  max-width: 1080px;
  margin-bottom: 34px;
  font-size: clamp(68px, 8vw, 124px);
  letter-spacing: -0.06em;
  line-height: 0.95;
}

.partnership-hero-copy {
  max-width: 680px;
  margin: 0;
  color: #bdb9b1;
  font-size: clamp(16px, 1.35vw, 20px);
  line-height: 1.75;
}

.partnership-hero-meta {
  position: absolute;
  z-index: 3;
  right: 48px;
  bottom: 34px;
  left: 48px;
  display: flex;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.38);
  font-size: 9px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.partnership-audiences {
  background:
    radial-gradient(circle at 14% 42%, rgba(215, 190, 145, 0.045), transparent 26%),
    #121212;
}

.partnership-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.65fr);
  gap: 90px;
  align-items: end;
  margin-bottom: 80px;
}

.partnership-section-heading > p {
  max-width: 500px;
  margin: 0 0 8px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.85;
}

.partnership-audience-list {
  border-top: 1px solid var(--line);
}

.partnership-audience-list article {
  display: grid;
  grid-template-columns: 70px minmax(260px, 0.8fr) minmax(360px, 1.2fr);
  gap: 40px;
  align-items: center;
  min-height: 130px;
  border-bottom: 1px solid var(--line);
}

.partnership-audience-list span,
.partnership-value-item > span,
.partnership-path-steps span {
  color: var(--gold);
  font-size: 9px;
  letter-spacing: 0.2em;
}

.partnership-audience-list h3 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(25px, 2.5vw, 36px);
  font-weight: 500;
  letter-spacing: -0.035em;
}

.partnership-audience-list p {
  max-width: 560px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
}

.partnership-foundation {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 76% 46%, rgba(215, 190, 145, 0.055), transparent 29%),
    linear-gradient(180deg, #171716, #131313);
}

.partnership-foundation::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: linear-gradient(180deg, transparent, var(--line), transparent);
  content: "";
}

.partnership-foundation-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(90px, 12vw, 180px);
}

.partnership-foundation-copy {
  padding-top: 72px;
}

.partnership-statement {
  max-width: 520px;
  margin: 0 0 50px;
  color: var(--warm-white);
  font-family: var(--display);
  font-size: clamp(32px, 3.3vw, 50px);
  letter-spacing: -0.045em;
  line-height: 1.13;
}

.partnership-foundation-copy p:not(.partnership-statement) {
  max-width: 540px;
  margin: 0 0 24px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.9;
}

.partnership-value {
  background:
    radial-gradient(circle at 42% 40%, rgba(215, 190, 145, 0.04), transparent 30%),
    #101010;
}

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

.partnership-value-item {
  min-height: 290px;
  padding: 48px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.008);
}

.partnership-value-item:last-child {
  grid-column: 1 / -1;
}

.partnership-value-item h3 {
  max-width: 480px;
  margin: 44px 0 20px;
  font-family: var(--display);
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 500;
  letter-spacing: -0.04em;
}

.partnership-value-item p {
  max-width: 520px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.85;
}

.partnership-path {
  padding: 150px 0;
  background:
    radial-gradient(circle at 78% 22%, rgba(215, 190, 145, 0.05), transparent 27%),
    linear-gradient(180deg, #171613, #121212);
}

.partnership-path-inner {
  display: grid;
  grid-template-columns: minmax(360px, 0.75fr) minmax(0, 1.25fr);
  gap: clamp(80px, 11vw, 160px);
}

.partnership-path-heading {
  position: sticky;
  top: 130px;
  align-self: start;
}

.partnership-path-steps {
  border-top: 1px solid var(--line);
}

.partnership-path-steps article {
  padding: 46px 0;
  border-bottom: 1px solid var(--line);
}

.partnership-path-steps h3 {
  margin: 18px 0 14px;
  font-family: var(--display);
  font-size: clamp(26px, 2.8vw, 40px);
  font-weight: 500;
  letter-spacing: -0.04em;
}

.partnership-path-steps p {
  max-width: 600px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.85;
}

.partnership-principle {
  position: relative;
  display: grid;
  min-height: 760px;
  overflow: hidden;
  padding: 130px 0;
  place-items: center;
  text-align: center;
  background:
    linear-gradient(90deg, transparent 24.9%, var(--line-soft) 25%, transparent 25.1%, transparent 74.9%, var(--line-soft) 75%, transparent 75.1%),
    #0c0c0c;
}

.partnership-principle-glow {
  position: absolute;
  width: 780px;
  height: 400px;
  border-radius: 50%;
  background: rgba(215, 190, 145, 0.055);
  filter: blur(120px);
}

.partnership-principle-inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.partnership-principle h2 {
  margin-bottom: 38px;
  font-size: clamp(60px, 7.5vw, 108px);
  letter-spacing: -0.06em;
  line-height: 0.98;
}

.partnership-principle p:not(.eyebrow) {
  max-width: 760px;
  margin: 0 0 24px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.85;
}

.partnership-principle strong {
  color: var(--warm-white);
  font-family: var(--display);
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 500;
  letter-spacing: -0.025em;
}

.partnership-contact {
  position: relative;
  display: grid;
  min-height: 720px;
  overflow: hidden;
  padding: 120px 0;
  place-items: center;
  text-align: center;
  background:
    radial-gradient(circle at 50% 46%, rgba(215, 190, 145, 0.09), transparent 30%),
    linear-gradient(180deg, #171512, #0e0e0e);
}

.partnership-contact::before,
.partnership-contact::after {
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  background: var(--line-soft);
  content: "";
}

.partnership-contact::before {
  left: 25%;
}

.partnership-contact::after {
  right: 25%;
}

.partnership-contact-glow {
  position: absolute;
  width: 720px;
  height: 320px;
  border-radius: 50%;
  background: rgba(215, 190, 145, 0.06);
  filter: blur(110px);
}

.partnership-contact-inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.partnership-contact h2 {
  margin-bottom: 30px;
  font-size: clamp(58px, 7vw, 100px);
  letter-spacing: -0.06em;
}

.partnership-contact p:not(.eyebrow) {
  max-width: 760px;
  margin: 0 0 38px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.85;
}

.partnership-email {
  margin-top: 26px;
  color: #c8c3b9;
  font-size: 12px;
  letter-spacing: 0.08em;
  transition: color 250ms ease;
}

.partnership-email:hover {
  color: var(--gold-light);
}

@media (max-width: 820px) {
  .partnership-hero {
    min-height: 760px;
  }

  .partnership-hero-content {
    display: flex;
    height: 100%;
    padding: 0 0 100px;
    justify-content: flex-end;
    flex-direction: column;
  }

  .partnership-hero-content h1 {
    font-size: clamp(56px, 11vw, 80px);
  }

  .partnership-hero-grid {
    left: 20%;
  }

  .partnership-hero-meta {
    display: none;
  }

  .partnership-section-heading,
  .partnership-foundation-grid,
  .partnership-path-inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .partnership-foundation::before {
    display: none;
  }

  .partnership-foundation-copy {
    padding-top: 28px;
  }

  .partnership-audience-list article {
    grid-template-columns: 48px minmax(200px, 0.8fr) minmax(280px, 1.2fr);
    gap: 24px;
  }

  .partnership-path-heading {
    position: static;
  }
}

@media (max-width: 560px) {
  .partnership-page .container {
    width: calc(100vw - 36px);
    max-width: calc(100vw - 36px);
  }

  .partnership-hero {
    min-height: 700px;
  }

  .partnership-hero-glow {
    top: 10%;
    right: -35%;
    width: 110vw;
    height: 110vw;
  }

  .partnership-hero-grid {
    inset: 0 0 0 12%;
  }

  .partnership-hero-content {
    padding-bottom: 70px;
  }

  .partnership-hero-content h1 {
    width: calc(100vw - 36px);
    max-width: calc(100vw - 36px);
    margin-bottom: 24px;
    font-size: clamp(42px, 11.8vw, 52px);
    overflow-wrap: anywhere;
  }

  .partnership-hero-copy {
    width: calc(100vw - 36px);
    max-width: calc(100vw - 36px);
    font-size: 14px;
    line-height: 1.7;
    overflow-wrap: anywhere;
  }

  .partnership-hero-copy span {
    display: block;
  }

  .partnership-section-heading {
    gap: 30px;
    margin-bottom: 56px;
  }

  .partnership-section-heading h2,
  .partnership-foundation-heading h2,
  .partnership-path-heading h2 {
    max-width: 100%;
    font-size: 40px;
    overflow-wrap: anywhere;
  }

  .partnership-section-heading > p {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .partnership-audience-list article {
    grid-template-columns: 32px 1fr;
    gap: 16px;
    min-height: auto;
    padding: 34px 0;
  }

  .partnership-audience-list h3 {
    font-size: 25px;
  }

  .partnership-audience-list p {
    grid-column: 2;
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .partnership-foundation-copy {
    padding-top: 10px;
  }

  .partnership-statement {
    margin-bottom: 36px;
    font-size: 30px;
  }

  .partnership-foundation-copy p,
  .partnership-value-item p,
  .partnership-path-steps p {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .partnership-value-grid {
    grid-template-columns: 1fr;
  }

  .partnership-value-item,
  .partnership-value-item:last-child {
    grid-column: 1;
    min-height: 260px;
    padding: 34px 28px;
  }

  .partnership-value-item h3 {
    margin-top: 34px;
    font-size: 29px;
  }

  .partnership-path {
    padding: 100px 0;
  }

  .partnership-path-steps h3 {
    font-size: 28px;
  }

  .partnership-principle {
    min-height: 680px;
    padding: 100px 0;
  }

  .partnership-principle h2 {
    max-width: 100%;
    font-size: 44px;
    overflow-wrap: anywhere;
  }

  .partnership-principle p:not(.eyebrow),
  .partnership-principle strong {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .partnership-principle strong {
    font-size: 19px;
    line-height: 1.5;
  }

  .partnership-contact {
    min-height: 650px;
    padding: 100px 0;
  }

  .partnership-contact h2 {
    max-width: 100%;
    font-size: 46px;
    overflow-wrap: anywhere;
  }

  .partnership-contact p:not(.eyebrow) {
    max-width: 100%;
    font-size: 14px;
    overflow-wrap: anywhere;
  }
}

/* About VETRA page */

.about-page {
  background: #0a0a0a;
}

.about-hero {
  position: relative;
  display: grid;
  min-height: 900px;
  height: 100svh;
  overflow: hidden;
  align-items: center;
  background:
    radial-gradient(circle at 76% 44%, rgba(215, 190, 145, 0.08), transparent 27%),
    linear-gradient(145deg, #0a0a0a, #11100f 68%, #0a0a0a);
}

.about-hero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 32%;
  background: linear-gradient(0deg, rgba(7, 7, 7, 0.78), transparent);
  content: "";
}

.about-hero-glow {
  position: absolute;
  top: 13%;
  right: 7%;
  width: 46vw;
  height: 46vw;
  border: 1px solid rgba(225, 199, 157, 0.06);
  border-radius: 50%;
  background: rgba(215, 190, 145, 0.022);
}

.about-hero-architecture {
  position: absolute;
  inset: 0 0 0 48%;
}

.about-hero-architecture span {
  position: absolute;
  display: block;
}

.about-hero-architecture span:nth-child(1),
.about-hero-architecture span:nth-child(2) {
  top: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(225, 199, 157, 0.15), transparent);
}

.about-hero-architecture span:nth-child(1) {
  left: 18%;
}

.about-hero-architecture span:nth-child(2) {
  left: 66%;
}

.about-hero-architecture span:nth-child(3) {
  top: 30%;
  right: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(225, 199, 157, 0.13), transparent);
}

.about-hero-architecture span:nth-child(4) {
  right: 3%;
  bottom: 19%;
  left: 18%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(225, 199, 157, 0.1), transparent);
  transform: rotate(-16deg);
  transform-origin: right;
}

.about-hero-content {
  position: relative;
  z-index: 2;
  padding-top: 58px;
}

.about-hero-content h1 {
  max-width: 1120px;
  margin-bottom: 38px;
  font-size: clamp(58px, 6.7vw, 104px);
  letter-spacing: -0.058em;
  line-height: 0.98;
}

.about-mobile-break {
  display: none;
}

.about-hero-copy {
  display: grid;
  grid-template-columns: 0.65fr 1fr 1.25fr;
  gap: 38px;
  max-width: 1040px;
}

.about-hero-copy p {
  margin: 0;
  color: #aaa69f;
  font-size: 13px;
  line-height: 1.8;
}

.about-hero-copy p:first-child {
  color: var(--warm-white);
  font-family: var(--display);
  font-size: 17px;
  letter-spacing: -0.025em;
}

.about-hero-meta {
  position: absolute;
  z-index: 3;
  right: 48px;
  bottom: 34px;
  left: 48px;
  display: flex;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.38);
  font-size: 9px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.about-focus {
  background:
    radial-gradient(circle at 16% 52%, rgba(215, 190, 145, 0.045), transparent 27%),
    #121212;
}

.about-split {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
  gap: clamp(80px, 10vw, 160px);
  align-items: start;
}

.about-split-heading h2 {
  max-width: 760px;
}

.about-split-copy {
  padding-top: 38px;
  border-top: 1px solid var(--line);
}

.about-split-copy p {
  margin: 0 0 24px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.9;
}

.about-split-copy .about-emphasis {
  margin-top: 42px;
  color: var(--warm-white);
  font-family: var(--display);
  font-size: clamp(24px, 2.2vw, 34px);
  letter-spacing: -0.035em;
  line-height: 1.3;
}

.about-split-copy strong {
  display: block;
  color: var(--gold-light);
  font-family: var(--display);
  font-size: clamp(20px, 1.8vw, 27px);
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.45;
}

.about-professionals {
  background:
    radial-gradient(circle at 80% 34%, rgba(215, 190, 145, 0.05), transparent 29%),
    linear-gradient(180deg, #171716, #131313);
}

.about-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.6fr);
  gap: 90px;
  align-items: end;
  margin-bottom: 38px;
}

.about-section-heading > p {
  max-width: 500px;
  margin: 0 0 8px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.85;
}

.about-professionals-intro {
  max-width: 700px;
  margin: 0 0 80px auto;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.85;
}

.about-professional-list {
  border-top: 1px solid var(--line);
}

.about-professional-list article {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 34px;
  align-items: center;
  min-height: 128px;
  border-bottom: 1px solid var(--line);
  transition: padding 350ms ease, background 350ms ease;
}

.about-professional-list article:hover {
  padding-inline: 24px;
  background: rgba(255, 255, 255, 0.02);
}

.about-professional-list span {
  color: var(--gold);
  font-size: 9px;
  letter-spacing: 0.2em;
}

.about-professional-list h3 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(30px, 3.7vw, 54px);
  font-weight: 500;
  letter-spacing: -0.045em;
}

.about-principle {
  position: relative;
  display: grid;
  min-height: 820px;
  overflow: hidden;
  padding: 140px 0;
  place-items: center;
  text-align: center;
  background:
    linear-gradient(90deg, transparent 24.9%, var(--line-soft) 25%, transparent 25.1%, transparent 74.9%, var(--line-soft) 75%, transparent 75.1%),
    #0c0c0c;
}

.about-principle-glow {
  position: absolute;
  width: 800px;
  height: 420px;
  border-radius: 50%;
  background: rgba(215, 190, 145, 0.058);
  filter: blur(125px);
}

.about-principle-inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.about-principle h2 {
  margin-bottom: 48px;
  font-size: clamp(64px, 8vw, 116px);
  letter-spacing: -0.06em;
  line-height: 0.96;
}

.about-principle-copy {
  display: flex;
  gap: 12px 32px;
  margin-bottom: 30px;
  justify-content: center;
  flex-wrap: wrap;
}

.about-principle-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

.about-principle-copy p:last-child {
  color: var(--warm-white);
}

.about-principle strong {
  max-width: 820px;
  color: var(--warm-white);
  font-family: var(--display);
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.5;
}

.about-forward {
  background:
    radial-gradient(circle at 74% 46%, rgba(215, 190, 145, 0.055), transparent 29%),
    linear-gradient(180deg, #171613, #121212);
}

.about-contact {
  position: relative;
  display: grid;
  min-height: 720px;
  overflow: hidden;
  padding: 120px 0;
  place-items: center;
  text-align: center;
  background:
    radial-gradient(circle at 50% 46%, rgba(215, 190, 145, 0.09), transparent 30%),
    linear-gradient(180deg, #171512, #0e0e0e);
}

.about-contact::before,
.about-contact::after {
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  background: var(--line-soft);
  content: "";
}

.about-contact::before {
  left: 25%;
}

.about-contact::after {
  right: 25%;
}

.about-contact-glow {
  position: absolute;
  width: 720px;
  height: 320px;
  border-radius: 50%;
  background: rgba(215, 190, 145, 0.06);
  filter: blur(110px);
}

.about-contact-inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.about-contact h2 {
  margin-bottom: 30px;
  font-size: clamp(58px, 7vw, 100px);
  letter-spacing: -0.06em;
}

.about-contact p:not(.eyebrow) {
  max-width: 790px;
  margin: 0 0 38px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.85;
}

.about-email {
  margin-top: 26px;
  color: #c8c3b9;
  font-size: 12px;
  letter-spacing: 0.08em;
  transition: color 250ms ease;
}

.about-email:hover {
  color: var(--gold-light);
}

@media (max-width: 820px) {
  .about-hero {
    min-height: 900px;
    height: auto;
    padding: 150px 0 110px;
  }

  .about-hero-content {
    padding-top: 0;
  }

  .about-hero-content h1 {
    font-size: clamp(54px, 10vw, 76px);
  }

  .about-hero-copy {
    grid-template-columns: 1fr;
    gap: 20px;
    max-width: 620px;
  }

  .about-hero-architecture {
    left: 20%;
  }

  .about-hero-meta {
    display: none;
  }

  .about-split,
  .about-section-heading {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .about-professionals-intro {
    margin-left: 0;
  }
}

@media (max-width: 560px) {
  .about-page .container {
    width: calc(100vw - 36px);
    max-width: calc(100vw - 36px);
  }

  .about-hero {
    min-height: 900px;
    padding: 130px 0 90px;
  }

  .about-hero-glow {
    top: 8%;
    right: -38%;
    width: 115vw;
    height: 115vw;
  }

  .about-hero-architecture {
    inset: 0 0 0 12%;
  }

  .about-hero-content h1 {
    width: min(350px, 100%);
    max-width: min(350px, 100%);
    margin-bottom: 34px;
    font-size: clamp(39px, 10.8vw, 47px);
    overflow-wrap: anywhere;
  }

  .about-mobile-break {
    display: inline;
  }

  .about-hero-copy {
    width: min(340px, 100%);
    max-width: min(340px, 100%);
  }

  .about-hero-copy p {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .about-split,
  .about-section-heading {
    gap: 34px;
  }

  .about-split-heading h2,
  .about-section-heading h2 {
    max-width: 100%;
    font-size: 40px;
    overflow-wrap: anywhere;
  }

  .about-split-copy,
  .about-split-copy p,
  .about-split-copy strong,
  .about-section-heading > p,
  .about-professionals-intro {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .about-split-copy .about-emphasis {
    font-size: 25px;
  }

  .about-professionals-intro {
    margin-bottom: 54px;
  }

  .about-professional-list article {
    grid-template-columns: 32px 1fr;
    gap: 16px;
    min-height: 108px;
  }

  .about-professional-list h3 {
    font-size: 28px;
  }

  .about-principle {
    min-height: 720px;
    padding: 110px 0;
  }

  .about-principle h2 {
    max-width: 100%;
    font-size: 47px;
    overflow-wrap: anywhere;
  }

  .about-principle-copy {
    align-items: center;
    flex-direction: column;
  }

  .about-principle strong {
    max-width: 100%;
    font-size: 19px;
    overflow-wrap: anywhere;
  }

  .about-contact {
    min-height: 670px;
    padding: 100px 0;
  }

  .about-contact h2 {
    max-width: 100%;
    font-size: 46px;
    overflow-wrap: anywhere;
  }

  .about-contact p:not(.eyebrow) {
    max-width: 100%;
    font-size: 14px;
    overflow-wrap: anywhere;
  }
}

/* Contact page */

.contact-page {
  background: #0a0a0a;
}

.contact-hero {
  position: relative;
  display: grid;
  min-height: 820px;
  height: 100svh;
  overflow: hidden;
  place-items: center;
  text-align: center;
  background:
    radial-gradient(circle at 50% 46%, rgba(215, 190, 145, 0.09), transparent 29%),
    linear-gradient(180deg, #0a0a0a, #141310 58%, #0b0b0b);
}

.contact-hero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 25%;
  background: linear-gradient(0deg, rgba(6, 6, 6, 0.72), transparent);
  content: "";
}

.contact-hero-glow {
  position: absolute;
  width: 820px;
  height: 430px;
  border-radius: 50%;
  background: rgba(215, 190, 145, 0.055);
  filter: blur(125px);
}

.contact-hero-grid {
  position: absolute;
  inset: 0;
}

.contact-hero-grid span {
  position: absolute;
  display: block;
}

.contact-hero-grid span:nth-child(1),
.contact-hero-grid span:nth-child(2) {
  top: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(180deg, transparent, var(--line-soft), transparent);
}

.contact-hero-grid span:nth-child(1) {
  left: 25%;
}

.contact-hero-grid span:nth-child(2) {
  right: 25%;
}

.contact-hero-grid span:nth-child(3),
.contact-hero-grid span:nth-child(4) {
  right: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(225, 199, 157, 0.09), transparent);
}

.contact-hero-grid span:nth-child(3) {
  top: 30%;
}

.contact-hero-grid span:nth-child(4) {
  bottom: 23%;
}

.contact-hero-inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  padding-top: 56px;
  flex-direction: column;
}

.contact-hero h1 {
  max-width: 1080px;
  margin-bottom: 34px;
  font-size: clamp(70px, 8.5vw, 128px);
  letter-spacing: -0.062em;
  line-height: 0.94;
}

.contact-partnership-statement {
  max-width: 800px;
  margin: 0 0 24px;
  color: var(--warm-white);
  font-family: var(--display);
  font-size: clamp(20px, 2vw, 28px);
  letter-spacing: -0.025em;
  line-height: 1.45;
}

.contact-supporting {
  max-width: 760px;
  margin: 0 0 40px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.85;
}

.contact-actions {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.contact-email {
  margin-top: 26px;
  color: #c8c3b9;
  font-size: 12px;
  letter-spacing: 0.08em;
  transition: color 250ms ease;
}

.contact-email:hover {
  color: var(--gold-light);
}

.contact-hero-meta {
  position: absolute;
  z-index: 3;
  right: 48px;
  bottom: 34px;
  left: 48px;
  display: flex;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.38);
  font-size: 9px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.contact-footer {
  background: #0f0f0f;
}

@media (max-width: 820px) {
  .contact-hero {
    min-height: 800px;
    height: auto;
    padding: 150px 0 110px;
  }

  .contact-hero-inner {
    padding-top: 0;
  }

  .contact-hero h1 {
    font-size: clamp(60px, 12vw, 84px);
  }

  .contact-hero-meta {
    display: none;
  }
}

@media (max-width: 560px) {
  .contact-page .container {
    width: calc(100vw - 36px);
    max-width: calc(100vw - 36px);
  }

  .contact-hero {
    min-height: 760px;
    padding: 130px 0 90px;
  }

  .contact-hero-glow {
    width: 120vw;
    height: 80vw;
  }

  .contact-hero-grid span:nth-child(1) {
    left: 18px;
  }

  .contact-hero-grid span:nth-child(2) {
    right: 18px;
  }

  .contact-hero h1 {
    max-width: 100%;
    margin-bottom: 30px;
    font-size: 49px;
    overflow-wrap: anywhere;
  }

  .contact-partnership-statement,
  .contact-supporting {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .contact-partnership-statement {
    font-size: 20px;
  }

  .contact-partnership-statement span,
  .contact-supporting span {
    display: block;
  }

  .contact-supporting {
    font-size: 14px;
  }

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

  .contact-actions .button {
    justify-content: center;
  }

  .contact-email {
    font-size: 11px;
    overflow-wrap: anywhere;
  }

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

  .contact-form-message,
  .contact-form .button {
    grid-column: 1;
    width: 100%;
  }
}

/* Optimization round 2: product integration, hierarchy and viewing comfort */

body {
  background: #0c0c0b;
}

.range-section {
  background:
    radial-gradient(circle at 72% 24%, rgba(215, 190, 145, 0.07), transparent 31%),
    linear-gradient(180deg, #131313 0%, #161513 54%, #131313 100%);
}

.family-visual {
  padding: 3.5% 2%;
  background:
    radial-gradient(ellipse at 52% 56%, rgba(27, 26, 24, 0.98) 0%, rgba(22, 22, 21, 0.92) 44%, transparent 76%);
}

.family-visual::after,
.product-image::after {
  display: none;
}

.family-master-pair {
  grid-template-columns: minmax(0, 0.45fr) minmax(0, 0.55fr);
  gap: 2%;
}

.family-master-pair img,
.product-image img,
.chapter-visual img {
  -webkit-mask-image:
    linear-gradient(90deg, transparent 0%, #000 12%, #000 88%, transparent 100%),
    linear-gradient(180deg, transparent 0%, #000 5%, #000 95%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(90deg, transparent 0%, #000 12%, #000 88%, transparent 100%),
    linear-gradient(180deg, transparent 0%, #000 5%, #000 95%, transparent 100%);
  mask-composite: intersect;
  mix-blend-mode: screen;
}

.family-master-pair img:first-child {
  transform: scale(0.92);
}

.family-master-pair img:last-child {
  transform: scale(1.24);
}

.product-card {
  background:
    radial-gradient(circle at 70% 20%, rgba(215, 190, 145, 0.075), transparent 40%),
    linear-gradient(180deg, #1a1917, #161615);
}

.product-image {
  padding: 3.5%;
  background:
    radial-gradient(ellipse at 54% 54%, rgba(215, 190, 145, 0.09), transparent 48%);
}

.product-card:first-child .product-image img {
  transform: scale(0.92);
}

.product-card:last-child .product-image img {
  transform: scale(1.12);
}

.products-hero {
  background:
    radial-gradient(circle at 72% 50%, rgba(215, 190, 145, 0.095), transparent 31%),
    linear-gradient(135deg, #0c0c0b 0%, #131311 54%, #0c0c0b 100%);
}

.products-hero-visual {
  grid-template-columns: minmax(0, 0.45fr) minmax(0, 0.55fr);
  gap: 2%;
  background:
    radial-gradient(ellipse at 54% 52%, rgba(27, 26, 24, 0.98) 0%, rgba(21, 21, 20, 0.9) 45%, transparent 76%);
}

.products-hero-visual img,
.products-hero-visual img:last-child {
  height: 82%;
  -webkit-mask-image:
    linear-gradient(90deg, transparent 0%, #000 12%, #000 88%, transparent 100%),
    linear-gradient(180deg, transparent 0%, #000 5%, #000 95%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(90deg, transparent 0%, #000 12%, #000 88%, transparent 100%),
    linear-gradient(180deg, transparent 0%, #000 5%, #000 95%, transparent 100%);
  mask-composite: intersect;
  mix-blend-mode: screen;
}

.products-hero-visual img:first-child {
  transform: scale(0.92);
}

.products-hero-visual img:last-child {
  transform: scale(1.24);
}

.product-chapter-f16 {
  background:
    radial-gradient(circle at 25% 50%, rgba(215, 190, 145, 0.07), transparent 34%),
    linear-gradient(180deg, #141414, #181715);
}

.product-chapter-p10 {
  background:
    radial-gradient(circle at 76% 48%, rgba(215, 190, 145, 0.08), transparent 34%),
    linear-gradient(180deg, #181715, #131313);
}

.chapter-visual,
.system-visual {
  border: 0;
  background:
    radial-gradient(ellipse at 50% 50%, rgba(215, 190, 145, 0.105), transparent 49%);
}

.chapter-visual::after,
.system-visual::after {
  display: none;
}

.product-chapter-f16 .chapter-visual img {
  width: 82%;
  height: 82%;
}

.product-chapter-p10 .chapter-visual img {
  width: 92%;
  height: 92%;
}

.f16-system,
.p10-system {
  background:
    radial-gradient(circle at 26% 52%, rgba(215, 190, 145, 0.075), transparent 34%),
    linear-gradient(180deg, #141414, #181715);
}

.comparison-section,
.technical-section {
  background:
    radial-gradient(circle at 50% 20%, rgba(215, 190, 145, 0.06), transparent 34%),
    #141414;
}

.comparison-table-wrap {
  background: linear-gradient(135deg, #1b1a18, #161615);
}

.project-section,
.p10-living-section {
  background:
    radial-gradient(circle at 50% 24%, rgba(215, 190, 145, 0.06), transparent 32%),
    #131313;
}

.advantages-section {
  background:
    radial-gradient(circle at 76% 35%, rgba(215, 190, 145, 0.065), transparent 31%),
    linear-gradient(180deg, #171614, #141414);
}

@media (max-width: 820px) {
  .products-hero-copy,
  .products-hero-copy > p:last-child {
    min-width: 0;
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .products-hero-visual img,
  .products-hero-visual img:last-child {
    height: 88%;
  }

  .product-chapter-f16 .chapter-visual img {
    width: 86%;
    height: 86%;
  }

  .product-chapter-p10 .chapter-visual img {
    width: 94%;
    height: 94%;
  }
}

@media (max-width: 560px) {
  .products-hero-copy {
    width: calc(100vw - 48px);
  }

  .products-hero-copy > p:last-child {
    padding-right: 12px;
  }

  .family-visual {
    padding: 5% 1%;
  }

  .family-master-pair,
  .products-hero-visual {
    gap: 0;
  }

  .family-master-pair img:last-child,
  .products-hero-visual img:last-child {
    transform: scale(1.18);
  }

  .products-hero-visual img,
  .products-hero-visual img:last-child {
    height: 90%;
  }

  .chapter-visual {
    min-height: 390px;
  }
}

/* Product hierarchy refinement */

:root {
  --line: rgba(255, 255, 255, 0.15);
  --line-soft: rgba(255, 255, 255, 0.085);
  --muted: #b8b4ac;
}

html,
body {
  background: #0d0d0c;
}

.section-intro,
.chapter-description,
.installer-lead,
.technical-heading > p,
.product-info > p,
.system-points p,
.project-card p,
.advantage-item p,
.philosophy-points p,
.f16-cta p:not(.eyebrow) {
  color: #bbb7af;
}

.product-chapter-p10 .chapter-copy {
  position: relative;
  padding-top: 44px;
}

.product-chapter-p10 .chapter-copy::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 118px;
  height: 1px;
  background: linear-gradient(90deg, var(--gold-light), rgba(225, 199, 157, 0.08));
  content: "";
}

.product-chapter-p10 .chapter-copy .eyebrow,
.product-chapter-p10 .chapter-highlights span {
  color: var(--gold-light);
}

.product-chapter-p10 .chapter-visual {
  background:
    radial-gradient(ellipse at 54% 48%, rgba(225, 199, 157, 0.14), transparent 50%);
}

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

.f16-page .project-card {
  min-height: 330px;
  padding-inline: 24px;
}

.f16-page .project-card h3 {
  margin-top: 78px;
  font-size: 20px;
}

.f16-page .advantages-section {
  background:
    radial-gradient(circle at 76% 30%, rgba(215, 190, 145, 0.075), transparent 32%),
    linear-gradient(180deg, #181715, #141414);
}

.f16-page .advantages-list {
  border-color: rgba(255, 255, 255, 0.16);
}

.f16-page .advantage-item {
  padding-block: 30px;
}

.p10-page .advantages-section {
  background:
    radial-gradient(circle at 72% 30%, rgba(225, 199, 157, 0.1), transparent 34%),
    linear-gradient(180deg, #191815, #151514);
}

.p10-page .advantage-item:nth-child(2) {
  background:
    linear-gradient(90deg, rgba(225, 199, 157, 0.045), transparent 72%);
}

.comparison-table tbody td {
  color: #bbb7af;
}

.comparison-table tbody tr:first-child td:last-child,
.comparison-table tbody tr:nth-child(2) td:last-child,
.comparison-table tbody tr:last-child td:last-child {
  color: #e0c696;
}

.why-model:last-child {
  background:
    linear-gradient(90deg, rgba(225, 199, 157, 0.045), transparent 70%);
}

@media (max-width: 1100px) {
  .f16-page .project-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .f16-page .project-card:nth-child(2n) {
    border-right: 0;
  }
}

@media (max-width: 560px) {
  .f16-page .project-grid {
    grid-template-columns: 1fr;
  }

  .f16-page .project-card {
    min-height: 250px;
    border-right: 0;
  }

  .f16-page .project-card h3 {
    margin-top: 62px;
  }

.product-chapter-p10 .chapter-copy {
    padding-top: 34px;
  }
}

/* Four-page content refinement */
.page-cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}

.page-cta-actions .button {
  min-width: 12.5rem;
}

.support-resource-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.5rem;
}

.support-resource-links a {
  padding: 0.7rem 0.9rem;
  border: 1px solid rgba(215, 190, 145, 0.22);
  color: var(--warm-white);
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  transition: border-color 180ms ease, background-color 180ms ease;
}

.support-resource-links a:hover {
  border-color: rgba(215, 190, 145, 0.48);
  background: rgba(215, 190, 145, 0.06);
}

.support-category-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.6rem;
  margin-top: 1.5rem;
}

.support-category-grid span {
  padding: 0.8rem 0;
  border-top: 1px solid rgba(215, 190, 145, 0.16);
  color: rgba(244, 240, 232, 0.78);
  font-size: 0.82rem;
}

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

.partnership-page .partnership-value-item:last-child {
  grid-column: auto;
}

@media (max-width: 760px) {
  .page-cta-actions,
  .page-cta-actions .button {
    width: 100%;
  }

  .support-category-grid,
  .partnership-type-grid {
    grid-template-columns: 1fr;
  }
}

/* Homepage brand-first refinement */
.home-page .hero {
  background:
    radial-gradient(circle at 66% 48%, rgba(215, 190, 145, 0.08), transparent 34%),
    #0b0b0b;
}

.home-page .hero-media {
  display: block;
  background: #0b0b0b;
}

.home-page .hero-media img {
  position: absolute;
  top: 0;
  right: 0;
  width: 52%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  object-position: center 48%;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.8) 14%, #000 32%);
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.8) 14%, #000 32%);
}

.home-page .hero-shade {
  background:
    linear-gradient(90deg, #090909 0%, rgba(9, 9, 9, 0.94) 31%, rgba(9, 9, 9, 0.52) 51%, transparent 73%),
    linear-gradient(0deg, rgba(5, 5, 5, 0.62), transparent 32%);
}

.home-page .hero-content h1 {
  max-width: 800px;
}

.home-page .hero-copy {
  max-width: 640px;
}

.home-page .range-section {
  padding-bottom: 130px;
}

.home-page .product-grid {
  gap: 28px;
}

.home-page .product-card {
  overflow: hidden;
  background: #151513;
}

.home-page .product-image {
  aspect-ratio: 16 / 11;
  padding: 0;
  background: #121212;
}

.home-page .product-image::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
}

.home-page .product-image::after {
  border-color: rgba(225, 199, 157, 0.12);
  box-shadow: inset 0 0 70px rgba(8, 8, 8, 0.22);
}

.home-page .product-image img,
.home-page .product-card:first-child .product-image img,
.home-page .product-card:last-child .product-image img {
  position: absolute;
  top: 50%;
  right: 4%;
  width: auto;
  max-width: none;
  height: 116%;
  object-fit: contain;
  object-position: center;
  transform: translateY(-50%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 9%, #000 94%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 9%, #000 94%, transparent 100%);
  mix-blend-mode: normal;
}

.home-page .product-card:first-child .product-image {
  background:
    linear-gradient(90deg, #211d18 0%, #1a1815 28%, rgba(18, 19, 19, 0.88) 68%, #111212 100%);
}

.home-page .product-card:last-child .product-image {
  background:
    linear-gradient(90deg, #101112 0%, #121313 30%, rgba(24, 23, 21, 0.9) 70%, #171614 100%);
}

.home-page .product-card:first-child .product-image::before {
  background:
    radial-gradient(circle at 18% 46%, rgba(215, 190, 145, 0.17), transparent 34%),
    linear-gradient(90deg, rgba(68, 53, 36, 0.14), transparent 55%);
}

.home-page .product-card:last-child .product-image::before {
  background:
    radial-gradient(circle at 78% 42%, rgba(215, 190, 145, 0.09), transparent 32%),
    linear-gradient(90deg, rgba(3, 4, 5, 0.28), transparent 58%);
}

.home-page .product-card:first-child .product-image img {
  right: 2%;
  filter: brightness(1.03) saturate(1.03);
}

.home-page .product-card:last-child .product-image img {
  right: 1%;
  height: 120%;
  filter: brightness(0.92) contrast(1.04);
}

@media (min-width: 821px) {
  .home-page .hero {
    background:
      radial-gradient(circle at 73% 45%, rgba(215, 190, 145, 0.11), transparent 28%),
      radial-gradient(circle at 58% 52%, rgba(255, 255, 255, 0.035), transparent 24%),
      linear-gradient(90deg, #0a0a0a 0%, #0d0d0c 42%, #151412 74%, #161513 100%);
  }

  .home-page .hero-media {
    background:
      radial-gradient(circle at 74% 44%, rgba(255, 244, 224, 0.1), transparent 19%),
      linear-gradient(90deg, rgba(12, 12, 12, 0.12) 0%, rgba(12, 12, 12, 0) 45%),
      linear-gradient(180deg, rgba(23, 22, 20, 0.68) 0%, rgba(11, 11, 11, 0.04) 38%, rgba(11, 11, 11, 0.58) 100%);
  }

  .home-page .hero-media img {
    top: 2%;
    right: 1.5%;
    width: 48%;
    object-fit: contain;
    object-position: center 54%;
    filter: brightness(1.08) contrast(1.03) saturate(0.98);
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.54) 13%, #000 28%, #000 89%, rgba(0, 0, 0, 0.38) 97%, transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.54) 13%, #000 28%, #000 89%, rgba(0, 0, 0, 0.38) 97%, transparent 100%);
  }

  .home-page .hero-shade {
    background:
      linear-gradient(90deg, #090909 0%, rgba(9, 9, 9, 0.93) 28%, rgba(9, 9, 9, 0.54) 46%, rgba(12, 11, 10, 0.16) 66%, transparent 81%),
      linear-gradient(180deg, rgba(7, 7, 7, 0.14) 0%, transparent 22%, rgba(8, 8, 8, 0.5) 100%),
      radial-gradient(circle at 74% 47%, rgba(214, 191, 156, 0.08), transparent 26%);
  }

  .home-page .product-card {
    background: linear-gradient(180deg, #171716 0%, #151514 100%);
  }

  .home-page .product-image {
    background: linear-gradient(180deg, #151515 0%, #101111 100%);
  }

  .home-page .product-image::after {
    box-shadow: inset 0 0 50px rgba(8, 8, 8, 0.14);
  }

  .home-page .product-image img,
  .home-page .product-card:first-child .product-image img,
  .home-page .product-card:last-child .product-image img {
    right: 50%;
    height: 104%;
    transform: translate(50%, -50%);
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.78) 7%, #000 18%, #000 84%, rgba(0, 0, 0, 0.72) 94%, transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.78) 7%, #000 18%, #000 84%, rgba(0, 0, 0, 0.72) 94%, transparent 100%);
  }

  .home-page .product-card:first-child .product-image {
    background:
      radial-gradient(circle at 52% 52%, rgba(229, 220, 206, 0.08), transparent 28%),
      linear-gradient(90deg, #1a1816 0%, #1c1a18 34%, #161616 70%, #101111 100%);
  }

  .home-page .product-card:last-child .product-image {
    background:
      radial-gradient(circle at 54% 50%, rgba(236, 224, 205, 0.06), transparent 26%),
      linear-gradient(90deg, #121313 0%, #151514 36%, #181715 71%, #111111 100%);
  }

  .home-page .product-card:first-child .product-image::before {
    background:
      radial-gradient(circle at 28% 48%, rgba(215, 190, 145, 0.08), transparent 30%),
      linear-gradient(90deg, rgba(84, 69, 50, 0.1) 0%, rgba(25, 23, 21, 0) 52%);
  }

  .home-page .product-card:last-child .product-image::before {
    background:
      radial-gradient(circle at 70% 42%, rgba(215, 190, 145, 0.07), transparent 28%),
      linear-gradient(90deg, rgba(5, 6, 7, 0.16) 0%, rgba(5, 6, 7, 0) 56%);
  }

  .home-page .product-card:first-child .product-image img {
    filter: brightness(1.08) contrast(1.01) saturate(0.99);
  }

  .home-page .product-card:last-child .product-image img {
    height: 105%;
    filter: brightness(1.01) contrast(1.02) saturate(0.97);
  }
}

.home-page .product-info {
  grid-template-columns: 1fr;
  gap: 18px;
  min-height: 250px;
}

.home-page .product-info > p {
  align-self: auto;
}

.home-page .why-section {
  padding-top: 132px;
  padding-bottom: 132px;
}

.home-page .partner-grid {
  gap: 18px;
}

.home-page .partner-card {
  min-height: 390px;
  background:
    radial-gradient(circle at 25% 15%, rgba(215, 190, 145, 0.075), transparent 40%),
    linear-gradient(160deg, #1a1917, #131313);
}

.home-page .partner-card::before {
  position: absolute;
  inset: 22px;
  border: 1px solid rgba(225, 199, 157, 0.08);
  content: "";
}

.home-page .partner-card:nth-child(2) {
  background:
    radial-gradient(circle at 50% 15%, rgba(215, 190, 145, 0.06), transparent 40%),
    linear-gradient(160deg, #171716, #121212);
}

.home-page .partner-card:nth-child(3) {
  background:
    radial-gradient(circle at 75% 15%, rgba(215, 190, 145, 0.075), transparent 40%),
    linear-gradient(160deg, #191816, #131313);
}

.home-page .partner-card .card-content {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  padding: 52px;
  flex-direction: column;
  justify-content: flex-end;
}

.home-page .partner-card .card-number {
  top: 42px;
  right: 46px;
  bottom: auto;
}

.home-page .partner-card .card-content h3 {
  max-width: 330px;
}

.home-page .support-card .card-content::before {
  display: none;
}

.home-page .support-section {
  min-height: 690px;
}

.home-page .support-panel .button {
  width: max-content;
  margin-top: 30px;
}

.home-page .home-support-title {
  font-size: clamp(38px, 3.6vw, 56px);
}

.home-page .home-support-title span {
  display: block;
  white-space: nowrap;
}

.home-page .home-final-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.home-page .home-final-actions .button {
  min-width: 190px;
}

@media (max-width: 820px) {
  .home-page .hero-media img {
    width: 100%;
    opacity: 0.62;
    object-position: 62% center;
    -webkit-mask-image: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.9) 52%, transparent 100%);
    mask-image: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.9) 52%, transparent 100%);
  }

  .home-page .hero-shade {
    background:
      linear-gradient(0deg, #090909 5%, rgba(9, 9, 9, 0.86) 38%, rgba(9, 9, 9, 0.24) 72%),
      linear-gradient(90deg, rgba(9, 9, 9, 0.62), transparent);
  }

  .home-page .product-grid,
  .home-page .partner-grid {
    grid-template-columns: 1fr;
  }

  .home-page .product-image {
    aspect-ratio: 16 / 11;
  }

  .home-page .product-image img,
  .home-page .product-card:first-child .product-image img,
  .home-page .product-card:last-child .product-image img {
    right: 50%;
    height: 108%;
    transform: translate(50%, -50%);
  }
}

@media (max-width: 560px) {
  .home-page .hero-media img {
    top: 22px;
    right: 12px;
    width: 68%;
    height: 49%;
    opacity: 0.78;
    object-fit: contain;
    object-position: right top;
    -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 76%, transparent 100%);
    mask-image: linear-gradient(180deg, #000 0%, #000 76%, transparent 100%);
  }

  .home-page .hero-content {
    justify-content: flex-end;
    padding-bottom: 92px;
  }

  .home-page .hero-content h1 {
    font-size: 48px;
  }

  .home-page .hero-copy {
    font-size: 14px;
    line-height: 1.65;
  }

  .home-page .product-image {
    aspect-ratio: 4 / 5;
    padding: 4%;
  }

  .home-page .product-image img,
  .home-page .product-card:first-child .product-image img,
  .home-page .product-card:last-child .product-image img {
    position: static;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform: none;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .home-page .home-support-title {
    font-size: 36px;
  }

  .home-page .product-info {
    min-height: 230px;
    padding: 30px 26px;
  }

  .home-page .partner-card {
    min-height: 330px;
  }

  .home-page .partner-card .card-content {
    padding: 38px;
  }

  .home-page .home-final-actions,
  .home-page .home-final-actions .button {
    width: 100%;
  }

  .home-page .home-final-actions .home-partner-button {
    display: none;
  }
}

/* Products page selection refinement */
.products-page .model-choice-grid {
  display: grid;
  overflow: hidden;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 1px solid var(--line-soft);
  background: var(--line-soft);
  gap: 1px;
}

.products-page .model-choice-card {
  display: flex;
  min-height: 530px;
  padding: clamp(34px, 4vw, 58px);
  flex-direction: column;
  background:
    radial-gradient(circle at 82% 10%, rgba(215, 190, 145, 0.055), transparent 30%),
    linear-gradient(145deg, #191816, #131313);
}

.products-page .model-choice-p10 {
  background:
    radial-gradient(circle at 78% 12%, rgba(225, 199, 157, 0.12), transparent 34%),
    linear-gradient(145deg, #1b1916, #131313);
}

.products-page .model-choice-header {
  padding-bottom: 30px;
  border-bottom: 1px solid var(--line-soft);
}

.products-page .model-choice-index,
.products-page .model-choice-header p,
.products-page .model-choice-details dt {
  color: var(--gold);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.products-page .model-choice-header p {
  margin: 20px 0 10px;
}

.products-page .model-choice-header h3 {
  font-size: clamp(50px, 6vw, 82px);
}

.products-page .model-choice-details {
  display: grid;
  margin: 0 0 36px;
}

.products-page .model-choice-details div {
  padding: 26px 0;
  border-bottom: 1px solid var(--line-soft);
}

.products-page .model-choice-details dt {
  margin-bottom: 10px;
}

.products-page .model-choice-details dd {
  margin: 0;
  color: #bbb7af;
  font-size: 14px;
  line-height: 1.75;
}

.products-page .model-choice-card .button {
  width: fit-content;
  margin-top: auto;
}

@media (max-width: 760px) {
  .products-page .model-choice-grid {
    grid-template-columns: 1fr;
  }

  .products-page .model-choice-card {
    min-height: 0;
  }

  .products-page .model-choice-card .button {
    width: 100%;
  }
}

/* Products overview page */
.products-page .products-hero {
  min-height: 700px;
  height: min(86svh, 840px);
  background:
    radial-gradient(circle at 74% 44%, rgba(215, 190, 145, 0.12), transparent 32%),
    radial-gradient(circle at 20% 78%, rgba(215, 190, 145, 0.045), transparent 26%),
    linear-gradient(135deg, #151513 0%, #1b1a18 55%, #131312 100%);
}

.products-page .products-hero::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 0%, transparent 67%, rgba(255, 255, 255, 0.035) 67%, rgba(255, 255, 255, 0.035) calc(67% + 1px), transparent calc(67% + 1px)),
    linear-gradient(0deg, transparent 0%, transparent 26%, rgba(255, 255, 255, 0.03) 26%, rgba(255, 255, 255, 0.03) calc(26% + 1px), transparent calc(26% + 1px));
  pointer-events: none;
  content: "";
}

.products-page .products-hero-ambient {
  top: 8%;
  right: 4%;
  width: 48vw;
  height: 82%;
  border-color: rgba(225, 199, 157, 0.055);
  opacity: 1;
}

.products-page .products-hero-ambient::before,
.products-page .products-hero-ambient::after {
  position: relative;
  content: "";
}

.products-page .products-hero-inner {
  grid-template-columns: 1fr;
  gap: 0;
  padding-top: 52px;
}

.products-page .products-hero-copy {
  max-width: 940px;
}

.products-page .products-hero-copy h1 {
  max-width: 900px;
  font-size: clamp(68px, 8vw, 122px);
}

.products-page .products-hero-copy > p:last-child {
  max-width: 690px;
  color: #d0ccc4;
}

.products-page .products-overview {
  padding-top: 130px;
  padding-bottom: 140px;
  background:
    radial-gradient(circle at 48% 13%, rgba(215, 190, 145, 0.075), transparent 32%),
    linear-gradient(180deg, #1d1c1a, #191816);
}

.products-page .products-overview-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.products-page .products-overview-card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: #211f1c;
  box-shadow: 0 26px 64px rgba(0, 0, 0, 0.16);
}

.products-page .products-overview-image {
  position: relative;
  aspect-ratio: 16 / 11;
  overflow: hidden;
  background: #111;
}

.products-page .products-overview-image::after {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(225, 199, 157, 0.1);
  box-shadow: inset 0 0 56px rgba(7, 7, 7, 0.12);
  pointer-events: none;
  content: "";
}

.products-page .products-overview-image img {
  position: absolute;
  top: 50%;
  right: 2%;
  width: auto;
  max-width: none;
  height: 116%;
  object-fit: contain;
  transform: translateY(-50%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 94%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 94%, transparent 100%);
}

.products-page .products-overview-f16 .products-overview-image {
  background:
    radial-gradient(circle at 22% 45%, rgba(215, 190, 145, 0.2), transparent 38%),
    linear-gradient(90deg, #2a241d, #201e1a 65%, #171817);
}

.products-page .products-overview-f16 .products-overview-image img {
  filter: brightness(1.12) saturate(1.04);
}

.products-page .products-overview-p10 .products-overview-image {
  background:
    radial-gradient(circle at 76% 42%, rgba(215, 190, 145, 0.14), transparent 36%),
    linear-gradient(90deg, #171819, #1d1c1a 62%, #252119);
}

.products-page .products-overview-p10 .products-overview-image img {
  right: 0;
  height: 120%;
  filter: brightness(1.08) contrast(1.05);
}

.products-page .products-overview-copy {
  display: grid;
  min-height: 260px;
  padding: 36px 38px;
  grid-template-columns: 1fr;
  gap: 18px;
}

.products-page .products-overview-copy h3 {
  max-width: 480px;
  font-size: clamp(25px, 2.3vw, 34px);
}

.products-page .products-overview-copy > p {
  max-width: 510px;
  margin: 0;
  color: #cbc7bf;
  font-size: 13px;
  line-height: 1.75;
}

.products-page .products-overview-copy > a {
  width: fit-content;
  align-self: end;
  color: var(--warm-white);
  font-size: 11px;
  letter-spacing: 0.06em;
}

.products-page .products-overview-copy > a span {
  margin-left: 10px;
  color: var(--gold);
}

.products-page .products-chooser {
  background:
    radial-gradient(circle at 77% 42%, rgba(215, 190, 145, 0.09), transparent 32%),
    linear-gradient(180deg, #1c1b19, #181715);
}

.products-page .products-chooser-layout {
  display: grid;
  grid-template-columns: minmax(310px, 0.8fr) minmax(520px, 1.2fr);
  gap: clamp(70px, 9vw, 140px);
  align-items: start;
}

.products-page .products-chooser-heading h2 {
  margin-bottom: 28px;
  font-size: clamp(44px, 5vw, 72px);
}

.products-page .products-chooser-heading > p:last-child {
  max-width: 480px;
  color: #c7c3bb;
  font-size: 14px;
  line-height: 1.8;
}

.products-page .products-chooser-list {
  border-top: 1px solid var(--line);
}

.products-page .products-chooser-model {
  display: grid;
  padding: 38px 0;
  grid-template-columns: minmax(190px, 0.7fr) minmax(300px, 1.3fr);
  gap: 38px;
  border-bottom: 1px solid var(--line);
}

.products-page .products-chooser-model span,
.products-page .products-chooser-model > div > p {
  color: var(--gold);
  font-size: 9px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.products-page .products-chooser-model h3 {
  margin: 8px 0 12px;
  font-size: 40px;
}

.products-page .products-chooser-model ul {
  display: grid;
  margin: 0;
  padding: 0;
  align-content: center;
  list-style: none;
}

.products-page .products-chooser-model li {
  padding: 10px 0;
  color: #d0ccc4;
  font-size: 13px;
  line-height: 1.6;
}

.products-page .products-chooser-model li + li {
  border-top: 1px solid var(--line-soft);
}

.products-page .products-chooser-p10 {
  background: linear-gradient(90deg, rgba(215, 190, 145, 0.065), transparent 72%);
}

.products-page .product-strategy {
  min-height: 520px;
  background:
    radial-gradient(circle at 50% 46%, rgba(215, 190, 145, 0.14), transparent 34%),
    linear-gradient(180deg, #1c1b19, #201e1a 54%, #181715);
}

.products-page .product-strategy p:not(.eyebrow) {
  color: #cbc7bf;
}

.products-page .site-footer {
  background: #151514;
}

@media (max-width: 900px) {
  .products-page .products-overview-grid,
  .products-page .products-chooser-layout {
    grid-template-columns: 1fr;
  }

  .products-page .products-chooser-layout {
    gap: 52px;
  }
}

@media (max-width: 820px) {
  .products-page .products-hero {
    min-height: 650px;
    height: auto;
    padding: 124px 0 90px;
  }

  .products-page .products-hero-inner {
    padding-top: 0;
  }

  .products-page .products-overview {
    padding-top: 96px;
    padding-bottom: 104px;
  }
}

@media (max-width: 560px) {
  .products-page .products-hero {
    min-height: 590px;
    padding-bottom: 74px;
  }

  .products-page .products-hero-copy h1 {
    font-size: 52px;
  }

  .products-page .products-hero-copy > p:last-child {
    color: #c7c3bb;
    font-size: 14px;
  }

  .products-page .products-overview-image {
    aspect-ratio: 4 / 5;
  }

  .products-page .products-overview-image img,
  .products-page .products-overview-p10 .products-overview-image img {
    position: static;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: none;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .products-page .products-overview-copy {
    min-height: 245px;
    padding: 30px 26px;
  }

  .products-page .products-chooser-model {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .products-page .product-strategy {
    min-height: 520px;
  }
}

/* F16 residential clarity refinement */
.f16-page {
  background: #10100f;
}

.f16-page .f16-system {
  background:
    radial-gradient(circle at 26% 52%, rgba(215, 190, 145, 0.09), transparent 35%),
    linear-gradient(180deg, #181816, #1b1a18);
}

.f16-page .system-visual {
  isolation: isolate;
  overflow: visible;
  border: 0;
  background:
    radial-gradient(ellipse at 50% 53%, rgba(215, 190, 145, 0.15), transparent 55%);
  box-shadow: none;
}

.f16-page .system-visual::before {
  position: absolute;
  z-index: -1;
  inset: 12% 4%;
  border-radius: 50%;
  background: rgba(215, 190, 145, 0.06);
  filter: blur(58px);
  content: "";
}

.f16-page .system-visual::after {
  display: none;
}

.f16-page .system-visual img {
  width: 100%;
  height: 100%;
  filter: brightness(1.1) contrast(1.02);
  -webkit-mask-image: radial-gradient(ellipse 64% 82% at 50% 50%, #000 50%, rgba(0, 0, 0, 0.88) 68%, transparent 96%);
  mask-image: radial-gradient(ellipse 64% 82% at 50% 50%, #000 50%, rgba(0, 0, 0, 0.88) 68%, transparent 96%);
}

.f16-page .project-section {
  background:
    radial-gradient(circle at 50% 24%, rgba(215, 190, 145, 0.08), transparent 34%),
    #171716;
}

.f16-page .project-card {
  min-height: 280px;
  background:
    radial-gradient(circle at 50% 0%, rgba(215, 190, 145, 0.085), transparent 46%),
    rgba(255, 255, 255, 0.035);
}

.f16-page .project-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-color: rgba(255, 255, 255, 0.18);
}

.f16-page .project-card h3 {
  margin-top: 66px;
  font-size: 23px;
}

.f16-page .advantages-section {
  background:
    radial-gradient(circle at 76% 30%, rgba(215, 190, 145, 0.1), transparent 35%),
    linear-gradient(180deg, #1c1b19, #181816);
}

.f16-page .advantage-item {
  padding-block: 38px;
  border-color: rgba(255, 255, 255, 0.18);
}

.f16-page .advantage-item:nth-child(even) {
  background: linear-gradient(90deg, rgba(215, 190, 145, 0.035), transparent 72%);
}

.f16-page .advantage-item h3 {
  color: #f0ede6;
}

.f16-page .system-points p,
.f16-page .project-intro > p:last-child,
.f16-page .project-card p,
.f16-page .advantage-item p,
.f16-page .installer-lead,
.f16-page .f16-cta p:not(.eyebrow) {
  color: #cbc7bf;
}

.f16-page .installer-section {
  background: #181816;
}

.f16-page .installer-visual img {
  filter: brightness(1.05);
}

.f16-page .installer-content {
  background:
    radial-gradient(circle at 12% 45%, rgba(215, 190, 145, 0.1), transparent 37%),
    linear-gradient(90deg, #191918, #1d1c1a);
}

.f16-page .f16-cta {
  min-height: 600px;
  background:
    radial-gradient(circle at 50% 48%, rgba(215, 190, 145, 0.12), transparent 33%),
    linear-gradient(180deg, #181816, #1d1b18 55%, #171716);
}

.f16-page .site-footer {
  background: #151514;
}

@media (max-width: 1100px) {
  .f16-page .project-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .f16-page .project-card:nth-child(2n) {
    border-right: 1px solid var(--line);
  }

  .f16-page .project-card:last-child {
    border-right: 0;
  }
}

@media (max-width: 820px) {
  .f16-page .system-visual {
    min-height: 570px;
  }

  .f16-page .system-visual img {
    width: 100%;
    height: 100%;
  }

  .f16-page .project-grid {
    grid-template-columns: 1fr;
  }

  .f16-page .project-card,
  .f16-page .project-card:nth-child(2n) {
    min-height: 220px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }

  .f16-page .project-card h3 {
    margin-top: 48px;
  }
}

@media (max-width: 560px) {
  .f16-page .system-visual {
    min-height: 470px;
    margin-inline: -8px;
  }

  .f16-page .system-visual img {
    filter: brightness(1.12) contrast(1.02);
  }

  .f16-page .advantage-item {
    padding-block: 30px;
  }
}

/* F16 final image integration */
.f16-page .f16-hero {
  background:
    radial-gradient(circle at 72% 54%, rgba(215, 190, 145, 0.115), transparent 34%),
    linear-gradient(180deg, #10100f, #141311);
}

.f16-page .f16-hero-image img {
  filter: brightness(1.1) contrast(1.03);
}

.f16-page .f16-hero-shade {
  background:
    linear-gradient(90deg, rgba(7, 7, 7, 0.74) 0%, rgba(7, 7, 7, 0.3) 43%, rgba(7, 7, 7, 0.02) 72%, transparent 84%),
    linear-gradient(0deg, rgba(8, 8, 7, 0.3), transparent 31%);
}

.f16-page .system-visual {
  overflow: hidden;
  background:
    radial-gradient(ellipse at 50% 54%, rgba(215, 190, 145, 0.17), transparent 62%);
}

.f16-page .system-visual::before {
  inset: 8% -2%;
  background: rgba(215, 190, 145, 0.075);
  filter: blur(68px);
}

.f16-page .system-visual img {
  filter: brightness(1.08) contrast(1.03);
  -webkit-mask-image: radial-gradient(ellipse 76% 90% at 50% 52%, #000 46%, rgba(0, 0, 0, 0.92) 68%, transparent 100%);
  mask-image: radial-gradient(ellipse 76% 90% at 50% 52%, #000 46%, rgba(0, 0, 0, 0.92) 68%, transparent 100%);
  mix-blend-mode: screen;
}

.f16-page .system-visual::after {
  position: absolute;
  z-index: 2;
  inset: -1px;
  display: block;
  pointer-events: none;
  background: transparent;
  box-shadow: inset 0 0 92px 68px rgba(27, 26, 24, 0.96);
  content: "";
}

@media (max-width: 820px) {
  .f16-page .f16-hero-image img {
    filter: brightness(1.14) contrast(1.02);
    -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 88%, transparent 100%);
    mask-image: linear-gradient(180deg, #000 0%, #000 88%, transparent 100%);
  }

  .f16-page .f16-hero-shade {
    background:
      linear-gradient(0deg, rgba(8, 8, 7, 0.42) 0%, rgba(8, 8, 7, 0.08) 34%, transparent 62%),
      linear-gradient(90deg, rgba(8, 8, 7, 0.46), transparent 76%);
  }
}

@media (max-width: 560px) {
  .f16-page .f16-hero-image img {
    filter: brightness(1.18) contrast(1.02);
  }

  .f16-page .system-visual img {
    filter: brightness(1.1) contrast(1.02);
  }

  .f16-page .system-visual::after {
    box-shadow: inset 0 0 70px 46px rgba(27, 26, 24, 0.97);
  }
}

/* P10 flagship clarity refinement */
.p10-page {
  background: #11110f;
}

.p10-page .p10-hero {
  background:
    radial-gradient(circle at 72% 50%, rgba(225, 199, 157, 0.15), transparent 35%),
    linear-gradient(180deg, #10100f, #181612);
}

.p10-page .p10-hero-image img {
  filter: brightness(1.13) contrast(1.05);
}

.p10-page .f16-hero-shade {
  background:
    linear-gradient(90deg, rgba(7, 7, 7, 0.76) 0%, rgba(7, 7, 7, 0.28) 42%, rgba(7, 7, 7, 0.01) 73%, transparent 86%),
    linear-gradient(0deg, rgba(8, 8, 7, 0.3), transparent 31%);
}

.p10-page .p10-system {
  background:
    radial-gradient(circle at 30% 52%, rgba(225, 199, 157, 0.12), transparent 38%),
    linear-gradient(180deg, #1a1917, #1e1c19);
}

.p10-page .p10-system .system-layout {
  grid-template-columns: minmax(0, 1.12fr) minmax(420px, 0.88fr);
  gap: clamp(56px, 7vw, 108px);
}

.p10-page .p10-system-visual {
  min-height: 620px;
  overflow: hidden;
  border: 0;
  background:
    radial-gradient(ellipse at 52% 52%, rgba(225, 199, 157, 0.18), transparent 64%);
  box-shadow: none;
}

.p10-page .p10-system-visual::before {
  inset: 10% -4%;
  background: rgba(225, 199, 157, 0.085);
  filter: blur(70px);
}

.p10-page .p10-system-visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: brightness(1.13) contrast(1.05);
  -webkit-mask-image: radial-gradient(ellipse 86% 76% at 50% 52%, #000 54%, rgba(0, 0, 0, 0.92) 72%, transparent 100%);
  mask-image: radial-gradient(ellipse 86% 76% at 50% 52%, #000 54%, rgba(0, 0, 0, 0.92) 72%, transparent 100%);
  mix-blend-mode: normal;
}

.p10-page .p10-system-visual::after {
  position: absolute;
  z-index: 2;
  inset: -1px;
  display: block;
  pointer-events: none;
  background: transparent;
  box-shadow: inset 0 0 72px 44px rgba(30, 28, 25, 0.9);
  content: "";
}

.p10-page .p10-living-section {
  background:
    radial-gradient(circle at 54% 24%, rgba(225, 199, 157, 0.1), transparent 35%),
    #191816;
}

.p10-page .project-card {
  background:
    radial-gradient(circle at 50% 0%, rgba(225, 199, 157, 0.09), transparent 44%),
    rgba(255, 255, 255, 0.03);
}

.p10-page .advantages-section {
  background:
    radial-gradient(circle at 72% 30%, rgba(225, 199, 157, 0.14), transparent 37%),
    linear-gradient(180deg, #201e1a, #1a1917);
}

.p10-page .advantage-item {
  padding-block: 38px;
  border-color: rgba(255, 255, 255, 0.18);
}

.p10-page .advantage-item h3 {
  color: #f3efe7;
}

.p10-page .section-intro,
.p10-page .system-points p,
.p10-page .project-intro > p:last-child,
.p10-page .project-card p,
.p10-page .advantage-item p,
.p10-page .installer-lead,
.p10-page .f16-cta p:not(.eyebrow) {
  color: #d0ccc4;
}

.p10-page .p10-daily-section {
  background: #1a1917;
}

.p10-page .p10-lifestyle-visual img {
  filter: brightness(1.08) contrast(1.03);
}

.p10-page .p10-daily-section .installer-content {
  background:
    radial-gradient(circle at 12% 45%, rgba(225, 199, 157, 0.13), transparent 38%),
    linear-gradient(90deg, #1a1917, #211e19);
}

.p10-page .p10-cta {
  min-height: 600px;
  background:
    radial-gradient(circle at 50% 48%, rgba(225, 199, 157, 0.15), transparent 35%),
    linear-gradient(180deg, #1a1917, #211e19 55%, #181715);
}

.p10-page .site-footer {
  background: #151514;
}

@media (max-width: 820px) {
  .p10-page .p10-hero-image img {
    filter: brightness(1.16) contrast(1.04);
  }

  .p10-page .p10-system .system-layout {
    grid-template-columns: 1fr;
  }

  .p10-page .p10-system-visual {
    min-height: 410px;
  }

  .p10-page .p10-system-visual img {
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 560px) {
  .p10-page .p10-hero-image img {
    filter: brightness(1.2) contrast(1.03);
  }

  .p10-page .p10-system-visual {
    min-height: 300px;
    margin-inline: -8px;
  }

  .p10-page .p10-system-visual::after {
    box-shadow: inset 0 0 52px 28px rgba(30, 28, 25, 0.92);
  }

  .p10-page .advantage-item {
    padding-block: 30px;
  }
}

/* P10 entrance presence: desktop image integration */
@media (min-width: 821px) {
  .p10-page .p10-system-visual {
    overflow: visible;
    border: 0;
    background:
      radial-gradient(ellipse at 52% 52%, rgba(225, 199, 157, 0.16), transparent 67%);
    outline: 0;
  }

  .p10-page .p10-system-visual img {
    width: calc(100% + 72px);
    max-width: none;
    margin-left: -36px;
    -webkit-mask-image: radial-gradient(
      ellipse 78% 72% at 50% 52%,
      #000 43%,
      rgba(0, 0, 0, 0.94) 61%,
      rgba(0, 0, 0, 0.48) 80%,
      transparent 100%
    );
    mask-image: radial-gradient(
      ellipse 78% 72% at 50% 52%,
      #000 43%,
      rgba(0, 0, 0, 0.94) 61%,
      rgba(0, 0, 0, 0.48) 80%,
      transparent 100%
    );
  }

  .p10-page .p10-system-visual::after {
    inset: -2px -38px;
    border: 0;
    background:
      linear-gradient(180deg, #1d1b18 0%, transparent 20%, transparent 80%, #1d1b18 100%),
      linear-gradient(90deg, #1d1b18 0%, transparent 18%, transparent 82%, #1d1b18 100%);
    box-shadow: none;
  }
}

/* P10 final atmosphere and residential flagship refinement */
.p10-page {
  background:
    radial-gradient(circle at 78% 12%, rgba(225, 199, 157, 0.055), transparent 28%),
    linear-gradient(180deg, #12110f, #181713 36%, #151411 100%);
}

.p10-page .p10-hero {
  background:
    radial-gradient(circle at 72% 46%, rgba(225, 199, 157, 0.2), transparent 34%),
    radial-gradient(circle at 86% 76%, rgba(156, 128, 88, 0.105), transparent 28%),
    linear-gradient(180deg, #11110f 0%, #191714 62%, #141311 100%);
}

.p10-page .p10-hero::after {
  position: absolute;
  inset: auto 0 0;
  height: 34%;
  pointer-events: none;
  background: linear-gradient(0deg, rgba(22, 20, 17, 0.82), transparent);
  content: "";
}

.p10-page .p10-hero-image img {
  width: 74%;
  height: 78%;
  filter: brightness(1.2) contrast(1.07) saturate(1.02);
}

.p10-page .f16-hero-shade {
  background:
    linear-gradient(90deg, rgba(10, 10, 9, 0.68) 0%, rgba(13, 12, 10, 0.33) 39%, rgba(13, 12, 10, 0.02) 72%, transparent 88%),
    radial-gradient(circle at 72% 54%, rgba(225, 199, 157, 0.055), transparent 39%),
    linear-gradient(0deg, rgba(18, 17, 15, 0.38), transparent 34%);
}

.p10-page .p10-system {
  background:
    radial-gradient(circle at 30% 52%, rgba(225, 199, 157, 0.16), transparent 38%),
    radial-gradient(circle at 58% 50%, rgba(116, 103, 83, 0.11), transparent 30%),
    linear-gradient(180deg, #1b1a17 0%, #211f1b 50%, #1b1a17 100%);
}

.p10-page .p10-system .container {
  position: relative;
}

.p10-page .p10-system .system-layout {
  position: relative;
  gap: clamp(34px, 4.8vw, 72px);
}

.p10-page .p10-system .system-layout::before {
  position: absolute;
  z-index: 0;
  inset: -5% -3%;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 46% 52%, rgba(225, 199, 157, 0.115), transparent 43%),
    linear-gradient(90deg, rgba(31, 29, 25, 0.42), rgba(44, 39, 31, 0.18) 48%, rgba(31, 29, 25, 0.38));
  filter: blur(1px);
  content: "";
}

.p10-page .p10-system-visual,
.p10-page .p10-system .system-points {
  position: relative;
  z-index: 1;
}

.p10-page .p10-system-visual {
  min-height: 660px;
  background:
    radial-gradient(ellipse at 50% 54%, rgba(225, 199, 157, 0.18), transparent 62%),
    radial-gradient(ellipse at 48% 78%, rgba(255, 255, 255, 0.045), transparent 36%);
}

.p10-page .p10-system-visual::before {
  inset: 4% -8%;
  background: rgba(225, 199, 157, 0.105);
  filter: blur(82px);
}

.p10-page .p10-system-visual img {
  filter: brightness(1.2) contrast(1.07) saturate(1.02);
}

.p10-page .p10-system .system-points {
  padding: clamp(12px, 1.6vw, 24px) 0;
  background:
    radial-gradient(circle at 0% 46%, rgba(225, 199, 157, 0.07), transparent 38%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018), transparent 82%);
}

.p10-page .system-points article {
  border-color: rgba(255, 255, 255, 0.19);
}

.p10-page .system-points h3 {
  color: #f5f1e9;
}

.p10-page .system-points p {
  color: #d7d2c8;
}

.p10-page .p10-living-section {
  background:
    radial-gradient(circle at 50% 20%, rgba(225, 199, 157, 0.13), transparent 34%),
    linear-gradient(180deg, #1b1a17, #191816 64%, #1e1c19);
}

.p10-page .project-grid {
  border-color: rgba(255, 255, 255, 0.13);
}

.p10-page .project-card {
  border-color: rgba(255, 255, 255, 0.12);
  background:
    radial-gradient(circle at 50% 0%, rgba(225, 199, 157, 0.075), transparent 42%),
    rgba(255, 255, 255, 0.035);
}

.p10-page .project-card h3 {
  color: #f2eee6;
}

.p10-page .project-card p {
  color: #d2cec5;
}

.p10-page .p10-advantages {
  background:
    radial-gradient(circle at 74% 25%, rgba(225, 199, 157, 0.16), transparent 38%),
    radial-gradient(circle at 18% 72%, rgba(146, 118, 80, 0.09), transparent 32%),
    linear-gradient(180deg, #211f1b 0%, #1d1b18 100%);
}

.p10-page .p10-advantages .advantages-list {
  display: grid;
  gap: 14px;
  border-top: 0;
}

.p10-page .p10-advantages .advantage-item {
  grid-template-columns: 72px minmax(260px, 0.82fr) minmax(320px, 1.18fr);
  padding: 28px 30px;
  border: 1px solid rgba(255, 255, 255, 0.115);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.038), rgba(255, 255, 255, 0.012)),
    radial-gradient(circle at 92% 30%, rgba(225, 199, 157, 0.06), transparent 36%);
}

.p10-page .p10-advantages .advantage-item h3 {
  color: #f5f1e9;
}

.p10-page .p10-advantages .advantage-item p {
  color: #d5d0c6;
  font-size: 13.5px;
  line-height: 1.72;
}

.p10-page .p10-daily-section {
  background:
    linear-gradient(90deg, #1c1a17 0%, #1f1d19 56%, #211f1b 100%);
}

.p10-page .p10-lifestyle-visual img {
  filter: brightness(1.12) contrast(1.04) saturate(1.03);
}

.p10-page .p10-daily-section .installer-content {
  background:
    radial-gradient(circle at 8% 42%, rgba(225, 199, 157, 0.15), transparent 39%),
    linear-gradient(90deg, #1d1b18, #242019);
}

.p10-page .p10-cta {
  min-height: 560px;
  background:
    radial-gradient(circle at 50% 42%, rgba(225, 199, 157, 0.19), transparent 33%),
    radial-gradient(circle at 50% 78%, rgba(255, 255, 255, 0.045), transparent 24%),
    linear-gradient(180deg, #201e1a, #242019 52%, #1a1917);
}

.p10-page .p10-cta .button-secondary {
  background: rgba(255, 255, 255, 0.035);
}

@media (min-width: 821px) {
  .p10-page .p10-system-visual img {
    width: calc(100% + 96px);
    margin-left: -48px;
    -webkit-mask-image: radial-gradient(
      ellipse 82% 76% at 50% 52%,
      #000 48%,
      rgba(0, 0, 0, 0.94) 65%,
      rgba(0, 0, 0, 0.5) 83%,
      transparent 100%
    );
    mask-image: radial-gradient(
      ellipse 82% 76% at 50% 52%,
      #000 48%,
      rgba(0, 0, 0, 0.94) 65%,
      rgba(0, 0, 0, 0.5) 83%,
      transparent 100%
    );
  }

  .p10-page .p10-system-visual::after {
    inset: -4px -54px;
    background:
      linear-gradient(180deg, #1f1d19 0%, transparent 18%, transparent 82%, #1f1d19 100%),
      linear-gradient(90deg, #1f1d19 0%, transparent 20%, transparent 80%, #1f1d19 100%);
  }
}

@media (max-width: 820px) {
  .p10-page .site-header {
    background: linear-gradient(180deg, rgba(14, 13, 12, 0.86), rgba(14, 13, 12, 0.48));
    backdrop-filter: blur(12px);
  }

  .p10-page .p10-hero {
    background:
      radial-gradient(circle at 54% 24%, rgba(225, 199, 157, 0.16), transparent 34%),
      linear-gradient(180deg, #12110f, #1a1815);
  }

  .p10-page .p10-hero-image img {
    filter: brightness(1.2) contrast(1.05);
  }

  .p10-page .p10-system {
    background:
      radial-gradient(circle at 50% 34%, rgba(225, 199, 157, 0.13), transparent 40%),
      linear-gradient(180deg, #1b1a17, #211f1b);
  }

  .p10-page .p10-advantages .advantage-item {
    grid-template-columns: 42px 1fr;
    padding: 28px 22px;
  }
}

/* P10 final composition refinement */
@media (min-width: 821px) {
  .p10-page .p10-system .system-layout {
    gap: clamp(18px, 2.4vw, 34px);
    padding: clamp(18px, 2vw, 30px);
    background:
      radial-gradient(ellipse at 45% 50%, rgba(225, 199, 157, 0.14), transparent 46%),
      linear-gradient(90deg, rgba(255, 255, 255, 0.028), rgba(255, 255, 255, 0.052) 48%, rgba(255, 255, 255, 0.026));
  }

  .p10-page .p10-system .system-layout::before {
    inset: -8% -4%;
    background:
      radial-gradient(ellipse at 43% 51%, rgba(225, 199, 157, 0.15), transparent 42%),
      radial-gradient(ellipse at 57% 52%, rgba(255, 255, 255, 0.055), transparent 34%),
      linear-gradient(90deg, rgba(32, 30, 26, 0.6), rgba(54, 48, 38, 0.3) 50%, rgba(33, 31, 27, 0.58));
  }

  .p10-page .p10-system .system-layout::after {
    position: absolute;
    z-index: 0;
    top: 12%;
    right: 33%;
    bottom: 12%;
    width: 26%;
    pointer-events: none;
    background:
      radial-gradient(ellipse at 50% 50%, rgba(225, 199, 157, 0.14), transparent 66%),
      linear-gradient(90deg, transparent, rgba(225, 199, 157, 0.055) 47%, transparent);
    filter: blur(18px);
    content: "";
  }

  .p10-page .p10-system-visual {
    min-height: 690px;
  }

  .p10-page .p10-system-visual img {
    width: calc(100% + 126px);
    margin-left: -58px;
  }

  .p10-page .p10-system-visual::after {
    inset: -6px -86px -6px -34px;
    background:
      linear-gradient(180deg, rgba(31, 29, 25, 0.96) 0%, transparent 16%, transparent 84%, rgba(31, 29, 25, 0.96) 100%),
      linear-gradient(90deg, rgba(31, 29, 25, 0.98) 0%, transparent 17%, transparent 70%, rgba(33, 31, 27, 0.72) 87%, rgba(33, 31, 27, 0.96) 100%);
  }

  .p10-page .p10-system .system-points {
    margin-left: -42px;
    padding: clamp(24px, 2.7vw, 42px) clamp(24px, 2.8vw, 44px);
    padding-left: clamp(54px, 5vw, 76px);
    background:
      radial-gradient(circle at 0% 48%, rgba(225, 199, 157, 0.16), transparent 46%),
      linear-gradient(90deg, rgba(54, 48, 38, 0.3), rgba(255, 255, 255, 0.038) 22%, rgba(255, 255, 255, 0.02));
  }
}

@media (max-width: 820px) {
  .p10-page .p10-hero-image {
    inset: 72px 0 auto;
    height: 250px;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 9%, #000 88%, transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0%, #000 9%, #000 88%, transparent 100%);
  }

  .p10-page .p10-hero-image img {
    width: 124%;
    height: 100%;
    margin-top: 0;
    margin-left: -14%;
    object-fit: cover;
    object-position: 54% 50%;
    filter: brightness(1.24) contrast(1.05);
  }

  .p10-page .f16-hero-shade {
    background:
      linear-gradient(180deg, rgba(17, 16, 14, 0.04) 0%, rgba(17, 16, 14, 0.18) 31%, rgba(17, 16, 14, 0.88) 58%, rgba(17, 16, 14, 0.98) 100%),
      radial-gradient(circle at 52% 21%, rgba(225, 199, 157, 0.12), transparent 38%);
  }

  .p10-page .p10-system-visual {
    min-height: 430px;
    margin-inline: -18px;
    overflow: hidden;
    background:
      radial-gradient(ellipse at 50% 52%, rgba(225, 199, 157, 0.2), transparent 65%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.018));
  }

  .p10-page .p10-system-visual img {
    width: 132%;
    height: 100%;
    margin-left: -16%;
    object-fit: cover;
    object-position: 50% 50%;
    filter: brightness(1.22) contrast(1.06);
    -webkit-mask-image: radial-gradient(ellipse 92% 82% at 50% 52%, #000 56%, rgba(0, 0, 0, 0.84) 76%, transparent 100%);
    mask-image: radial-gradient(ellipse 92% 82% at 50% 52%, #000 56%, rgba(0, 0, 0, 0.84) 76%, transparent 100%);
  }

  .p10-page .p10-system-visual::after {
    inset: -2px;
    background:
      linear-gradient(180deg, #1d1b18 0%, rgba(29, 27, 24, 0.72) 8%, transparent 20%, transparent 78%, rgba(29, 27, 24, 0.72) 91%, #1d1b18 100%),
      linear-gradient(90deg, #1d1b18 0%, transparent 16%, transparent 84%, #1d1b18 100%);
    box-shadow: none;
  }
}

@media (max-width: 560px) {
  .p10-page .p10-hero-image {
    height: 238px;
  }

  .p10-page .p10-hero-image img {
    width: 134%;
    margin-left: -20%;
    object-position: 52% 50%;
  }

  .p10-page .p10-system-visual {
    min-height: 390px;
    margin-inline: -14px;
  }

  .p10-page .p10-system-visual img {
    width: 140%;
    margin-left: -20%;
  }
}

/* P10 image fusion pass: remove inserted-poster feel */
.p10-page .p10-system {
  overflow: hidden;
}

@media (min-width: 821px) {
  .p10-page .p10-system .section-heading {
    position: relative;
    z-index: 3;
  }

  .p10-page .p10-system .system-layout {
    display: block;
    min-height: 740px;
    margin-top: clamp(44px, 5vw, 72px);
    padding: 0;
    background:
      radial-gradient(ellipse at 37% 53%, rgba(225, 199, 157, 0.13), transparent 43%),
      radial-gradient(ellipse at 63% 52%, rgba(255, 255, 255, 0.045), transparent 38%),
      linear-gradient(90deg, rgba(255, 255, 255, 0.026), rgba(255, 255, 255, 0.016));
  }

  .p10-page .p10-system .system-layout::before {
    inset: -10% -7%;
    background:
      radial-gradient(ellipse at 39% 55%, rgba(225, 199, 157, 0.16), transparent 46%),
      radial-gradient(ellipse at 57% 54%, rgba(225, 199, 157, 0.08), transparent 42%),
      linear-gradient(90deg, rgba(31, 29, 25, 0.72), rgba(39, 35, 28, 0.44) 48%, rgba(31, 29, 25, 0.64));
    filter: blur(0);
  }

  .p10-page .p10-system .system-layout::after {
    top: 5%;
    right: 30%;
    bottom: 5%;
    width: 34%;
    background:
      radial-gradient(ellipse at 50% 50%, rgba(225, 199, 157, 0.18), transparent 68%),
      linear-gradient(90deg, transparent, rgba(225, 199, 157, 0.075) 48%, transparent);
    filter: blur(28px);
  }

  .p10-page .p10-system-visual {
    position: absolute;
    z-index: 1;
    inset: 3% 34% 5% -6%;
    min-height: 0;
    overflow: visible;
    background: transparent;
  }

  .p10-page .p10-system-visual::before {
    inset: 12% 10% 8% 8%;
    background: rgba(225, 199, 157, 0.1);
    filter: blur(86px);
  }

  .p10-page .p10-system-visual img {
    width: 100%;
    height: 100%;
    margin: 0;
    object-fit: contain;
    object-position: center;
    filter: brightness(1.2) contrast(1.06) saturate(1.02);
    -webkit-mask-image:
      radial-gradient(ellipse 22% 64% at 40% 54%, #000 48%, rgba(0, 0, 0, 0.78) 68%, transparent 100%),
      radial-gradient(ellipse 19% 67% at 61% 53%, #000 50%, rgba(0, 0, 0, 0.78) 70%, transparent 100%);
    mask-image:
      radial-gradient(ellipse 22% 64% at 40% 54%, #000 48%, rgba(0, 0, 0, 0.78) 68%, transparent 100%),
      radial-gradient(ellipse 19% 67% at 61% 53%, #000 50%, rgba(0, 0, 0, 0.78) 70%, transparent 100%);
  }

  .p10-page .p10-system-visual::after {
    inset: -10% -8%;
    background:
      linear-gradient(90deg, rgba(31, 29, 25, 0.98) 0%, transparent 12%, transparent 62%, rgba(31, 29, 25, 0.68) 82%, rgba(31, 29, 25, 0.98) 100%),
      linear-gradient(180deg, rgba(31, 29, 25, 0.98) 0%, transparent 13%, transparent 85%, rgba(31, 29, 25, 0.98) 100%);
  }

  .p10-page .p10-system .system-points {
    position: relative;
    z-index: 2;
    width: min(48%, 590px);
    margin-left: auto;
    padding: clamp(28px, 3vw, 48px) clamp(30px, 3vw, 48px);
    background:
      radial-gradient(circle at -8% 46%, rgba(225, 199, 157, 0.18), transparent 47%),
      linear-gradient(90deg, rgba(54, 48, 38, 0.26), rgba(255, 255, 255, 0.026));
    backdrop-filter: blur(1px);
  }
}

@media (max-width: 820px) {
  .p10-page .p10-hero-image {
    inset: 64px -22px auto;
    height: 286px;
    overflow: visible;
    -webkit-mask-image:
      linear-gradient(90deg, transparent 0%, #000 8%, #000 80%, transparent 100%),
      linear-gradient(180deg, transparent 0%, #000 8%, #000 78%, transparent 100%);
    mask-image:
      linear-gradient(90deg, transparent 0%, #000 8%, #000 80%, transparent 100%),
      linear-gradient(180deg, transparent 0%, #000 8%, #000 78%, transparent 100%);
    -webkit-mask-composite: source-in;
    mask-composite: intersect;
  }

  .p10-page .p10-hero-image img {
    width: 142%;
    height: 100%;
    margin: 0 0 0 -26%;
    object-fit: cover;
    object-position: 46% 52%;
    filter: brightness(1.23) contrast(1.05);
    -webkit-mask-image:
      radial-gradient(ellipse 21% 62% at 42% 52%, #000 48%, rgba(0, 0, 0, 0.72) 70%, transparent 100%),
      radial-gradient(ellipse 20% 64% at 63% 52%, #000 49%, rgba(0, 0, 0, 0.72) 70%, transparent 100%);
    mask-image:
      radial-gradient(ellipse 21% 62% at 42% 52%, #000 48%, rgba(0, 0, 0, 0.72) 70%, transparent 100%),
      radial-gradient(ellipse 20% 64% at 63% 52%, #000 49%, rgba(0, 0, 0, 0.72) 70%, transparent 100%);
  }

  .p10-page .p10-system-visual {
    min-height: 430px;
    margin: 0 -18px;
    overflow: visible;
    background:
      radial-gradient(ellipse at 48% 54%, rgba(225, 199, 157, 0.18), transparent 63%);
  }

  .p10-page .p10-system-visual img {
    width: 156%;
    height: 100%;
    margin-left: -29%;
    object-fit: cover;
    object-position: 47% 52%;
    -webkit-mask-image:
      radial-gradient(ellipse 28% 65% at 38% 53%, #000 50%, rgba(0, 0, 0, 0.78) 70%, transparent 100%),
      radial-gradient(ellipse 25% 67% at 62% 52%, #000 50%, rgba(0, 0, 0, 0.78) 72%, transparent 100%);
    mask-image:
      radial-gradient(ellipse 28% 65% at 38% 53%, #000 50%, rgba(0, 0, 0, 0.78) 70%, transparent 100%),
      radial-gradient(ellipse 25% 67% at 62% 52%, #000 50%, rgba(0, 0, 0, 0.78) 72%, transparent 100%);
  }

  .p10-page .p10-system-visual::after {
    inset: -12px;
    background:
      radial-gradient(ellipse at 48% 54%, transparent 48%, rgba(29, 27, 24, 0.54) 74%, #1d1b18 100%);
  }
}

@media (max-width: 560px) {
  .p10-page .p10-hero-image {
    inset-inline: -26px;
    height: 286px;
  }

  .p10-page .p10-hero-image img {
    width: 152%;
    margin-left: -34%;
    object-position: 45% 52%;
  }

  .p10-page .p10-system-visual {
    min-height: 420px;
    margin-inline: -18px;
  }

  .p10-page .p10-system-visual img {
    width: 166%;
    margin-left: -35%;
    object-position: 45% 52%;
  }
}

/* P10 visual rebuild: section-native product scenes */
.p10-page .p10-hero-image,
.p10-page .p10-system-visual {
  display: none;
}

.p10-page .p10-hero {
  min-height: 900px;
  background:
    linear-gradient(90deg, rgba(10, 10, 9, 0.92) 0%, rgba(12, 12, 10, 0.76) 34%, rgba(12, 12, 10, 0.24) 66%, rgba(12, 12, 10, 0.08) 100%),
    linear-gradient(0deg, rgba(18, 17, 15, 0.94) 0%, rgba(18, 17, 15, 0.22) 38%, rgba(18, 17, 15, 0.04) 100%),
    radial-gradient(circle at 72% 52%, rgba(225, 199, 157, 0.15), transparent 38%),
    url("assets/images/vetra-p10-hero.png");
  background-repeat: no-repeat;
  background-size: 100% 100%, 100% 100%, 100% 100%, cover;
  background-position: center, center, center, center right;
}

.p10-page .p10-hero::after {
  display: none;
}

.p10-page .f16-hero-shade {
  display: none;
}

.p10-page .p10-system {
  background:
    radial-gradient(circle at 72% 42%, rgba(225, 199, 157, 0.11), transparent 34%),
    linear-gradient(180deg, #1a1917 0%, #1f1d19 52%, #1a1917 100%);
}

.p10-page .p10-system .system-layout {
  position: relative;
  display: block;
  min-height: 760px;
  margin-top: clamp(52px, 5.4vw, 82px);
  overflow: hidden;
  background: transparent;
}

.p10-page .p10-system .system-layout::before {
  position: absolute;
  z-index: 0;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(27, 25, 22, 0.04) 0%, rgba(27, 25, 22, 0.15) 42%, rgba(27, 25, 22, 0.72) 72%, rgba(27, 25, 22, 0.96) 100%),
    linear-gradient(0deg, rgba(27, 25, 22, 0.94) 0%, transparent 22%, transparent 78%, rgba(27, 25, 22, 0.74) 100%),
    radial-gradient(ellipse at 36% 52%, rgba(225, 199, 157, 0.08), transparent 45%),
    url("assets/images/vetra-p10-lifestyle.png");
  background-repeat: no-repeat;
  background-size: 100% 100%, 100% 100%, 100% 100%, cover;
  background-position: center, center, center, 22% center;
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 7%, #000 88%, transparent 100%);
  mask-image: linear-gradient(180deg, transparent 0%, #000 7%, #000 88%, transparent 100%);
  content: "";
}

.p10-page .p10-system .system-layout::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 61% 50%, rgba(225, 199, 157, 0.1), transparent 36%),
    linear-gradient(90deg, transparent 35%, rgba(225, 199, 157, 0.05) 58%, transparent 82%);
  content: "";
}

.p10-page .p10-system .system-points {
  position: relative;
  z-index: 2;
  width: min(46%, 560px);
  min-height: 640px;
  margin-left: auto;
  padding: clamp(34px, 3.2vw, 52px);
  display: grid;
  align-content: center;
  background:
    linear-gradient(90deg, rgba(37, 33, 27, 0.58), rgba(28, 26, 23, 0.78));
  backdrop-filter: blur(2px);
}

.p10-page .p10-system .system-points article {
  border-color: rgba(255, 255, 255, 0.17);
}

@media (max-width: 820px) {
  .p10-page .p10-hero {
    min-height: 760px;
    background:
      linear-gradient(180deg, rgba(17, 16, 14, 0.04) 0%, rgba(17, 16, 14, 0.18) 35%, rgba(17, 16, 14, 0.92) 58%, #11100e 100%),
      radial-gradient(circle at 50% 18%, rgba(225, 199, 157, 0.12), transparent 38%),
      url("assets/images/vetra-p10-hero.png"),
      linear-gradient(180deg, #11100e, #191713);
    background-repeat: no-repeat;
    background-size: 100% 100%, 100% 100%, cover, 100% 100%;
    background-position: center, center, 58% top, center;
  }

  .p10-page .p10-system .system-layout {
    min-height: 0;
    margin-top: 38px;
    padding-top: 500px;
    overflow: visible;
  }

  .p10-page .p10-system .system-layout::before {
    inset: 0 0 auto;
    height: 500px;
    background:
      linear-gradient(180deg, rgba(29, 27, 24, 0.18) 0%, transparent 18%, transparent 72%, rgba(29, 27, 24, 0.9) 100%),
      linear-gradient(90deg, rgba(29, 27, 24, 0.04), rgba(29, 27, 24, 0.2) 58%, rgba(29, 27, 24, 0.8) 100%),
      radial-gradient(ellipse at 44% 50%, rgba(225, 199, 157, 0.1), transparent 50%),
      url("assets/images/vetra-p10-lifestyle.png");
    background-repeat: no-repeat;
    background-size: 100% 100%, 100% 100%, 100% 100%, cover;
    background-position: center, center, center, 45% center;
    -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 8%, #000 84%, transparent 100%);
    mask-image: linear-gradient(180deg, transparent 0%, #000 8%, #000 84%, transparent 100%);
  }

  .p10-page .p10-system .system-layout::after {
    inset: 0 0 auto;
    height: 500px;
  }

  .p10-page .p10-system .system-points {
    width: 100%;
    min-height: 0;
    margin: 0;
    padding: 24px 0 0;
    background: transparent;
    backdrop-filter: none;
  }
}

@media (max-width: 560px) {
  .p10-page .p10-hero {
    background-size: 100% 100%, 100% 100%, cover, 100% 100%;
    background-position: center, center, 57% top, center;
  }

  .p10-page .p10-system .system-layout {
    padding-top: 460px;
  }

  .p10-page .p10-system .system-layout::before,
  .p10-page .p10-system .system-layout::after {
    height: 460px;
  }
}

/* P10 desktop refinement: brand-scale hero and unified entrance module */
@media (min-width: 821px) {
  .p10-page .p10-hero {
    min-height: clamp(780px, 88vh, 900px);
    background:
      linear-gradient(90deg, rgba(9, 9, 8, 0.94) 0%, rgba(13, 12, 10, 0.84) 34%, rgba(14, 13, 11, 0.42) 58%, rgba(14, 13, 11, 0.2) 100%),
      linear-gradient(0deg, rgba(15, 14, 12, 0.96) 0%, rgba(15, 14, 12, 0.58) 24%, rgba(15, 14, 12, 0.1) 70%),
      radial-gradient(ellipse at 72% 48%, rgba(224, 194, 145, 0.17), transparent 34%),
      radial-gradient(ellipse at 52% 88%, rgba(224, 194, 145, 0.08), transparent 42%),
      linear-gradient(135deg, #0b0b0a 0%, #171512 45%, #211d17 100%);
    background-repeat: no-repeat;
    background-size:
      100% 100%,
      100% 100%,
      100% 100%,
      100% 100%;
    background-position:
      center,
      center,
      center,
      center;
  }

  .p10-page .p10-hero::before {
    position: absolute;
    z-index: 1;
    inset: clamp(146px, 15vh, 178px) -1vw clamp(126px, 14vh, 158px) 48vw;
    pointer-events: none;
    background:
      linear-gradient(90deg, rgba(13, 12, 10, 0.34) 0%, transparent 22%, transparent 78%, rgba(13, 12, 10, 0.28) 100%),
      linear-gradient(0deg, rgba(13, 12, 10, 0.46) 0%, transparent 21%, transparent 78%, rgba(13, 12, 10, 0.2) 100%),
      url("assets/images/vetra-p10-hero.png");
    background-repeat: no-repeat;
    background-size: 100% 100%, 100% 100%, 100% auto;
    background-position: center, center, center 52%;
    filter: brightness(1.05) contrast(1.02);
    opacity: 0.96;
    -webkit-mask-image:
      linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.45) 15%, #000 28%, #000 88%, transparent 100%),
      linear-gradient(180deg, transparent 0%, #000 14%, #000 84%, transparent 100%);
    mask-image:
      linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.45) 15%, #000 28%, #000 88%, transparent 100%),
      linear-gradient(180deg, transparent 0%, #000 14%, #000 84%, transparent 100%);
    -webkit-mask-composite: source-in;
    mask-composite: intersect;
    content: "";
  }

  .p10-page .p10-hero .f16-hero-content {
    position: relative;
    z-index: 2;
    max-width: min(520px, 40vw);
    padding-top: clamp(70px, 9vh, 120px);
  }

  .p10-page .p10-hero .f16-hero-content > p:last-child {
    max-width: 470px;
  }

  .p10-page .p10-hero h1 {
    letter-spacing: -0.045em;
  }

  .p10-page .p10-hero .f16-hero-meta {
    bottom: clamp(34px, 5vh, 58px);
  }

  .p10-page .p10-system {
    background:
      radial-gradient(ellipse at 36% 43%, rgba(224, 194, 145, 0.12), transparent 34%),
      radial-gradient(ellipse at 78% 50%, rgba(224, 194, 145, 0.06), transparent 36%),
      linear-gradient(180deg, #181714 0%, #201d18 48%, #181714 100%);
  }

  .p10-page .p10-system .system-layout {
    min-height: clamp(700px, 72vh, 780px);
    margin-top: clamp(48px, 5vw, 76px);
    isolation: isolate;
  }

  .p10-page .p10-system .system-layout::before {
    inset: -34px -4vw -26px -4vw;
    background:
      linear-gradient(90deg, rgba(27, 25, 22, 0.02) 0%, rgba(27, 25, 22, 0.01) 34%, rgba(27, 25, 22, 0.16) 58%, rgba(27, 25, 22, 0.68) 100%),
      linear-gradient(0deg, rgba(27, 25, 22, 0.88) 0%, rgba(27, 25, 22, 0.14) 24%, rgba(27, 25, 22, 0.08) 69%, rgba(27, 25, 22, 0.72) 100%),
      radial-gradient(ellipse at 30% 49%, rgba(224, 194, 145, 0.17), transparent 39%),
      radial-gradient(ellipse at 57% 50%, rgba(224, 194, 145, 0.075), transparent 43%),
      url("assets/images/vetra-p10-lifestyle.png");
    background-repeat: no-repeat;
    background-size:
      100% 100%,
      100% 100%,
      100% 100%,
      100% 100%,
      auto clamp(880px, 98vh, 1020px);
    background-position:
      center,
      center,
      center,
      center,
      clamp(-130px, -5vw, -56px) 50%;
    -webkit-mask-image:
      linear-gradient(90deg, transparent 0%, #000 4%, #000 94%, transparent 100%),
      linear-gradient(180deg, transparent 0%, #000 8%, #000 90%, transparent 100%);
    mask-image:
      linear-gradient(90deg, transparent 0%, #000 4%, #000 94%, transparent 100%),
      linear-gradient(180deg, transparent 0%, #000 8%, #000 90%, transparent 100%);
    -webkit-mask-composite: source-in;
    mask-composite: intersect;
  }

  .p10-page .p10-system .system-layout::after {
    inset: -18px 0;
    background:
      linear-gradient(90deg, transparent 0%, rgba(224, 194, 145, 0.035) 34%, rgba(224, 194, 145, 0.075) 54%, transparent 82%),
      radial-gradient(ellipse at 50% 49%, rgba(224, 194, 145, 0.105), transparent 36%),
      linear-gradient(90deg, rgba(31, 28, 23, 0) 0%, rgba(31, 28, 23, 0.05) 40%, rgba(31, 28, 23, 0.22) 63%, rgba(31, 28, 23, 0.58) 100%);
  }

  .p10-page .p10-system .system-points {
    width: min(39%, 500px);
    min-height: clamp(600px, 62vh, 680px);
    margin-right: clamp(38px, 5vw, 90px);
    padding: clamp(34px, 3vw, 48px);
    background:
      linear-gradient(90deg, rgba(35, 31, 25, 0.1), rgba(32, 29, 24, 0.54));
    box-shadow:
      -56px 0 110px rgba(224, 194, 145, 0.04),
      inset 1px 0 rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(1px);
  }

  .p10-page .p10-system .system-points article {
    padding-block: 19px;
    border-color: rgba(255, 255, 255, 0.2);
  }

  .p10-page .p10-system .system-points h3 {
    color: rgba(255, 250, 239, 0.93);
  }

  .p10-page .p10-system .system-points p {
    color: rgba(237, 231, 218, 0.72);
  }
}

/* Russian MVP stability guard */
html,
body {
  overflow-x: hidden;
}

img,
video {
  max-width: 100%;
}

.footer-links {
  gap: 18px;
}

.products-page-hero {
  padding-top: clamp(150px, 16vh, 190px);
}

@media (max-width: 820px) {
  .products-page-hero {
    padding-top: 118px;
  }

  .page-hero h1,
  .contact-page-inner h1,
  .products-page-hero h1,
  .f16-hero-content h1,
  .hero-content h1 {
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .contact-email,
  .site-footer a {
    overflow-wrap: anywhere;
  }
}

/* Russian MVP pre-launch QA fixes */
.contact-page-hero,
.page-hero.partner-hero {
  padding-top: clamp(150px, 16vh, 190px);
}

.contact-page-hero {
  position: relative;
  overflow: hidden;
}

.contact-page-inner h1 {
  max-width: 980px;
  font-size: clamp(58px, 7.4vw, 118px);
  line-height: 0.98;
}

.contact-page-inner p {
  max-width: 720px;
}

.contact-email {
  display: inline-block;
  margin-top: 18px;
  color: #e5d6b8;
  font-weight: 500;
}

.support-grid {
  gap: clamp(18px, 2vw, 28px);
}

.support-page .support-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(20px, 2.4vw, 34px);
}

.support-card {
  min-height: 0;
}

.support-page .support-card {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: clamp(28px, 3vw, 42px);
  border: 1px solid rgba(255, 255, 255, 0.11);
  background:
    radial-gradient(circle at 80% 12%, rgba(215, 190, 145, 0.095), transparent 34%),
    linear-gradient(135deg, #1b1a18, #121210);
}

.support-page .support-card span {
  color: #d8bd86;
  font-size: 12px;
  letter-spacing: 0.14em;
}

.support-card h2 {
  font-size: clamp(26px, 2.5vw, 40px);
  line-height: 1.08;
}

.support-page .support-card h2 {
  margin: 0;
}

.support-card p {
  font-size: 15px;
  line-height: 1.72;
}

.support-page .support-card p {
  margin: 0;
  color: rgba(238, 234, 224, 0.72);
}

.support-page .support-card a {
  width: max-content;
  margin-top: auto;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(216, 189, 134, 0.5);
  color: #e6d2a8;
  font-size: 13px;
  font-weight: 600;
}

.partner-hero .page-hero-inner {
  max-width: 980px;
}

.partner-types-section .about-list {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 30px;
}

.partner-types-section .about-list span {
  display: inline-flex;
  line-height: 1.45;
}

.p10-page .p10-hero-image,
.p10-page .p10-system-visual {
  display: grid;
}

.p10-page .p10-hero {
  background:
    radial-gradient(circle at 72% 46%, rgba(225, 199, 157, 0.14), transparent 34%),
    linear-gradient(180deg, #11100f, #181612);
}

.p10-page .p10-hero::before,
.p10-page .p10-system .system-layout::before,
.p10-page .p10-system .system-layout::after {
  display: none;
}

.p10-page .f16-hero-shade {
  display: block;
}

.p10-page .p10-hero-image img {
  width: 70%;
  height: 76%;
  margin-right: -4%;
  object-fit: contain;
  filter: brightness(1.08) contrast(1.03);
}

.p10-page .p10-system {
  background:
    radial-gradient(circle at 35% 42%, rgba(225, 199, 157, 0.1), transparent 36%),
    linear-gradient(180deg, #181714, #1f1d19 56%, #181714);
}

.p10-page .p10-system .system-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(420px, 1.06fr);
  gap: clamp(56px, 7vw, 108px);
  min-height: 0;
  margin-top: clamp(46px, 5vw, 72px);
  padding: 0;
  overflow: visible;
  background: transparent;
}

.p10-page .p10-system-visual {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    radial-gradient(ellipse at 50% 54%, rgba(225, 199, 157, 0.12), transparent 62%),
    linear-gradient(135deg, #1e1c18, #11110f);
}

.p10-page .p10-system-visual img {
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: contain;
  object-position: center;
  filter: brightness(1.08) contrast(1.03);
  -webkit-mask-image: none;
  mask-image: none;
}

.p10-page .p10-system-visual::after {
  inset: 0;
  border: 0;
  background:
    linear-gradient(180deg, rgba(30, 28, 24, 0.55), transparent 18%, transparent 80%, rgba(30, 28, 24, 0.58)),
    radial-gradient(ellipse at 50% 54%, transparent 48%, rgba(20, 19, 17, 0.38) 100%);
}

.p10-page .p10-system .system-points {
  width: auto;
  min-height: 0;
  margin: 0;
  padding: clamp(12px, 1.6vw, 24px) 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

@media (max-width: 820px) {
  .contact-page-hero,
  .page-hero.partner-hero {
    padding-top: 118px;
  }

  .contact-page-inner h1 {
    font-size: clamp(44px, 12vw, 68px);
    line-height: 1.02;
  }

  .support-card {
    padding: 28px 24px;
  }

  .support-page .support-grid {
    grid-template-columns: 1fr;
  }

  .support-card h2 {
    font-size: clamp(24px, 8vw, 34px);
  }

  .p10-page .p10-hero-image {
    display: grid;
  }

  .p10-page .p10-hero-image img {
    width: 92%;
    height: auto;
    margin: 74px auto 0;
    object-fit: contain;
  }

  .p10-page .p10-system .system-layout {
    display: grid;
    padding-top: 0;
  }

  .p10-page .p10-system-visual {
    display: grid;
    min-height: 430px;
    margin-inline: 0;
  }

  .p10-page .p10-system-visual img {
    width: 100%;
    height: 100%;
    margin: 0;
  }
}

/* Final MVP product hierarchy: P10 flagship emphasis */
.products-page .products-overview-p10 {
  border-color: rgba(225, 199, 157, 0.42);
  background:
    linear-gradient(145deg, rgba(225, 199, 157, 0.07), transparent 42%),
    #211f1c;
  box-shadow:
    0 30px 76px rgba(0, 0, 0, 0.24),
    0 0 0 1px rgba(225, 199, 157, 0.06);
}

.products-page .products-overview-grid {
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
}

.products-page .products-overview-p10 .products-overview-image {
  background:
    radial-gradient(circle at 58% 48%, rgba(225, 199, 157, 0.17), transparent 38%),
    linear-gradient(135deg, #1b1916, #0f100f 68%, #211c15);
}

.products-page .products-overview-p10 .products-overview-image img {
  right: -7%;
  height: 138%;
  transform: translateY(-50%) scale(1.06);
  filter: brightness(1.15) contrast(1.06) saturate(1.03);
}

.products-flagship-badge {
  position: absolute;
  z-index: 3;
  top: 22px;
  left: 22px;
  padding: 8px 11px;
  border: 1px solid rgba(225, 199, 157, 0.48);
  background: rgba(16, 15, 13, 0.72);
  color: #e7cf9f;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.products-page .products-chooser-p10 {
  background:
    radial-gradient(circle at 86% 18%, rgba(225, 199, 157, 0.1), transparent 32%),
    linear-gradient(135deg, rgba(225, 199, 157, 0.035), transparent 52%);
}

.products-page .products-chooser-p10 > span {
  color: #d9bd86;
}

.p10-flagship-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0 20px;
}

.p10-flagship-tags span {
  padding: 7px 10px;
  border: 1px solid rgba(225, 199, 157, 0.34);
  background: rgba(16, 15, 13, 0.46);
  color: #e6cfa3;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.p10-page .p10-hero-image img {
  width: 82%;
  height: 84%;
  margin-right: -7%;
  filter: brightness(1.14) contrast(1.06) saturate(1.02);
}

.p10-page .p10-system-visual img {
  width: 100%;
  height: 100%;
  transform: none;
  object-fit: cover;
  filter: brightness(1.12) contrast(1.05) saturate(1.02);
  -webkit-mask-image: radial-gradient(ellipse 86% 84% at 50% 52%, #000 56%, rgba(0, 0, 0, 0.94) 72%, transparent 100%);
  mask-image: radial-gradient(ellipse 86% 84% at 50% 52%, #000 56%, rgba(0, 0, 0, 0.94) 72%, transparent 100%);
}

.p10-page .p10-system-visual {
  min-height: 0;
  aspect-ratio: 3 / 2;
  align-self: center;
  overflow: visible;
  border: 0;
  background:
    radial-gradient(ellipse at 50% 52%, rgba(225, 199, 157, 0.13), transparent 62%);
  -webkit-mask-image:
    linear-gradient(90deg, transparent 0%, #000 16%, #000 84%, transparent 100%),
    linear-gradient(180deg, transparent 0%, #000 3%, #000 97%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(90deg, transparent 0%, #000 16%, #000 84%, transparent 100%),
    linear-gradient(180deg, transparent 0%, #000 3%, #000 97%, transparent 100%);
  mask-composite: intersect;
}

.p10-page .p10-system-visual::after {
  display: none;
}

.products-page h1,
.products-page h2,
.products-page h3,
.p10-page h1,
.p10-page h2,
.p10-page h3 {
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

@media (max-width: 820px) {
  .products-page .products-overview-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .products-page .products-overview-p10 .products-overview-image img {
    position: static;
    width: 120%;
    max-width: none;
    height: 120%;
    margin: -10% 0 0 -10%;
    object-fit: cover;
    object-position: 55% center;
    transform: none;
  }

  .products-flagship-badge {
    top: 16px;
    left: 16px;
  }

  .p10-page .p10-hero-image img {
    width: 150%;
    max-width: none;
    height: auto;
    margin: 30px 0 0 -15%;
    object-fit: contain;
    transform: scale(1.12);
    transform-origin: 50% 24%;
  }

  .p10-page .p10-system-visual img {
    width: 100%;
    height: 100%;
    transform: none;
    object-fit: cover;
  }

  .p10-page .p10-system-visual {
    min-height: 0;
    aspect-ratio: 3 / 2;
    margin-inline: -8px;
  }

  .p10-page .p10-system .system-layout {
    width: 100%;
    max-width: 100%;
    grid-template-columns: minmax(0, 1fr);
    gap: 30px;
  }

  .p10-page .p10-system .system-points {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
}

/* Launch contact details */
.footer-top {
  grid-template-columns: minmax(150px, 0.8fr) minmax(260px, 1.15fr) minmax(360px, 1.55fr);
  gap: clamp(24px, 3vw, 52px);
  padding-block: 26px;
}

.footer-contact-links {
  display: grid;
  justify-self: end;
  grid-template-columns: repeat(2, minmax(145px, auto));
  gap: 12px 24px;
}

.footer-contact-links a {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-end;
  color: #aaa59c;
  font-size: 10px;
  line-height: 1.45;
  transition: color 220ms ease;
}

.footer-contact-links a:hover {
  color: var(--warm-white);
}

.footer-contact-links span {
  margin-bottom: 2px;
  color: #c8aa70;
  font-size: 8px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-direct-links {
  display: grid;
  width: min(760px, 100%);
  margin-top: 34px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  border-left: 1px solid rgba(255, 255, 255, 0.13);
}

.contact-direct-links a {
  display: flex;
  min-width: 0;
  padding: 18px 20px;
  flex-direction: column;
  gap: 5px;
  border-right: 1px solid rgba(255, 255, 255, 0.13);
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(255, 255, 255, 0.018);
  transition: background 220ms ease, border-color 220ms ease;
}

.contact-direct-links a:hover {
  border-color: rgba(225, 199, 157, 0.34);
  background: rgba(225, 199, 157, 0.055);
}

.contact-direct-links span {
  color: #c8aa70;
  font-size: 9px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.contact-direct-links strong {
  color: #eee9df;
  font-size: 12px;
  font-weight: 500;
  overflow-wrap: anywhere;
}

@media (max-width: 820px) {
  .footer-top {
    grid-template-columns: minmax(0, 1fr);
    gap: 22px;
    padding-block: 38px;
  }

  .footer-contact-links {
    width: 100%;
    justify-self: start;
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
  }

  .footer-contact-links a {
    align-items: flex-start;
  }

  .contact-direct-links {
    margin-top: 28px;
    grid-template-columns: minmax(0, 1fr);
  }

  .contact-direct-links a {
    padding: 16px 18px;
  }
}
