:root {
  color-scheme: light;
  --ink: #0c1110;
  --graphite: #151a18;
  --graphite-2: #202622;
  --paper: #eeeae2;
  --milk: #f8f5ee;
  --white: #ffffff;
  --muted: #68716c;
  --muted-dark: #b9c0bb;
  --line: #d8d0c3;
  --line-dark: rgba(255, 255, 255, 0.16);
  --metal: #c49a6c;
  --metal-soft: #f0dbc0;
  --green: #123b32;
  --lime: #dfff63;
  --radius: 8px;
  --shadow: 0 28px 80px rgba(12, 17, 16, 0.22);
  font-family:
    Inter, Manrope, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
}

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

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

.section-cta {
  width: min(300px, 100%);
  min-height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-top: 24px;
  padding: 0 20px;
  border: 1px solid rgba(190, 126, 65, 0.68);
  border-radius: 3px;
  color: rgba(243, 239, 232, 0.86);
  background: rgba(7, 11, 14, 0.28);
  font-family: Manrope, system-ui, sans-serif;
  font-size: 11px;
  line-height: 1.35;
  transition: border-color 180ms ease, color 180ms ease, background 180ms ease;
}

.section-cta:hover {
  color: #fff;
  border-color: rgba(198, 137, 76, 0.95);
  background: rgba(190, 126, 65, 0.1);
}

.section-cta i {
  flex: 0 0 auto;
  color: #c18142;
  font-size: 18px;
}

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

h1,
h2,
h3,
p,
figure,
ol {
  margin: 0;
}

h1,
h2,
h3 {
  letter-spacing: 0;
}

h1 {
  max-width: 820px;
  font-size: 64px;
  line-height: 0.96;
  font-weight: 760;
}

h2 {
  font-size: 50px;
  line-height: 1.04;
  font-weight: 730;
}

p {
  color: var(--muted);
  line-height: 1.58;
}

.shell {
  width: min(1390px, calc(100% - 48px));
  margin-inline: auto;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 42px;
  min-height: 104px;
  padding: 30px max(52px, calc((100% - 1568px) / 2));
  color: var(--white);
  transition:
    background 180ms ease,
    box-shadow 180ms ease,
    color 180ms ease;
}

.site-header[data-elevated="true"] {
  color: inherit;
  background: inherit;
  box-shadow: inherit;
  backdrop-filter: inherit;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  min-width: 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
}

.brand-logo {
  width: 48px;
  height: 58px;
  object-fit: contain;
  filter: none;
}

.site-header[data-elevated="true"] .brand-logo {
  filter: inherit;
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: clamp(28px, 4vw, 58px);
  color: rgba(255, 255, 255, 0.74);
  font-size: 15px;
  font-weight: 430;
}

.site-header[data-elevated="true"] .main-nav {
  color: inherit;
}

.main-nav a,
.header-phone,
.header-round {
  opacity: 0.92;
  transition: opacity 160ms ease;
}

.main-nav a:hover,
.header-phone:hover,
.header-round:hover {
  opacity: 1;
}

.header-contact {
  display: inline-flex;
  align-items: center;
  gap: 26px;
}

.header-phone {
  display: grid;
  gap: 2px;
  text-align: left;
  white-space: nowrap;
}

.header-phone strong {
  color: var(--white);
  font-size: 16px;
  font-weight: 560;
  letter-spacing: 0.02em;
}

.header-phone span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
}

.site-header[data-elevated="true"] .header-phone strong,
.site-header[data-elevated="true"] .header-phone span {
  color: inherit;
}

.site-header[data-elevated="true"] .header-round {
  color: inherit;
  border-color: inherit;
  background: inherit;
}

.header-round {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(223, 255, 99, 0.72);
  border-radius: 50%;
  color: var(--lime);
  background: rgba(223, 255, 99, 0.04);
  font-size: 28px;
  line-height: 1;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.26);
}

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  color: var(--white);
  padding: 0;
  background:
    radial-gradient(circle at 9% 72%, rgba(116, 96, 64, 0.26), transparent 30%),
    radial-gradient(circle at 78% 16%, rgba(181, 142, 91, 0.2), transparent 32%),
    #0b100f;
}

.hero-media,
.hero-media::before,
.hero-media::after,
.hero-media img {
  position: absolute;
  inset: 0;
}

.hero-media {
  z-index: 0;
  overflow: hidden;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  filter: saturate(1.1) sepia(0.06) contrast(1.01) brightness(1.08);
  transform: scale(1);
  transform-origin: 66% 48%;
  animation: heroCinematicDrift 24s ease-in-out infinite alternate;
  will-change: transform, filter;
}

.hero-media::before {
  content: "";
  z-index: 4;
  width: 42%;
  background:
    linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0) 34%, rgba(223, 255, 99, 0.12) 45%, rgba(255, 255, 255, 0.24) 50%, rgba(255, 255, 255, 0.04) 58%, transparent 74%);
  mix-blend-mode: screen;
  opacity: 0;
  transform: translateX(-130%) skewX(-12deg);
  animation: heroLightSweep 9s ease-in-out infinite;
  pointer-events: none;
}

.hero-media::after {
  content: "";
  z-index: 3;
  background:
    radial-gradient(ellipse at 68% 18%, rgba(206, 164, 111, 0.34), transparent 38%),
    radial-gradient(circle at 78% 72%, rgba(178, 122, 64, 0.14), transparent 28%),
    radial-gradient(circle at 43% 52%, rgba(223, 255, 99, 0.1), transparent 20%),
    linear-gradient(90deg, rgba(6, 10, 9, 0.9) 0%, rgba(9, 14, 12, 0.68) 25%, rgba(36, 31, 22, 0.12) 58%, rgba(7, 10, 9, 0.04) 100%),
    linear-gradient(0deg, rgba(7, 10, 9, 0.36) 0%, rgba(50, 37, 22, 0.08) 48%, rgba(7, 10, 9, 0.24) 100%);
}

@keyframes heroCinematicDrift {
  0% {
    transform: scale(1) translate3d(0, 0, 0);
    filter: saturate(1.08) sepia(0.06) contrast(1) brightness(1.07);
  }

  50% {
    transform: scale(1.014) translate3d(-0.35%, -0.18%, 0);
    filter: saturate(1.12) sepia(0.06) contrast(1.02) brightness(1.1);
  }

  100% {
    transform: scale(1.025) translate3d(-0.65%, 0.16%, 0);
    filter: saturate(1.1) sepia(0.06) contrast(1.03) brightness(1.08);
  }
}

@keyframes heroLightSweep {
  0%,
  18% {
    opacity: 0;
    transform: translateX(-130%) skewX(-12deg);
  }

  34% {
    opacity: 0.62;
  }

  50% {
    opacity: 0.1;
    transform: translateX(245%) skewX(-12deg);
  }

  100% {
    opacity: 0;
    transform: translateX(245%) skewX(-12deg);
  }
}

.hero-stage {
  position: relative;
  z-index: 3;
  display: grid;
  width: min(1568px, calc(100% - 104px));
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: minmax(0, 1fr);
  gap: 26px;
  min-height: 100svh;
  padding: 150px 0 76px;
}

.hero-plus {
  position: absolute;
  z-index: 3;
  top: 21%;
  left: 38.5%;
  color: var(--lime);
  font-size: 58px;
  font-weight: 220;
  line-height: 1;
  opacity: 0.72;
}

.eyebrow {
  margin-block-end: 16px;
  color: var(--metal-soft);
  font-size: 12px;
  font-weight: 850;
  line-height: 1.25;
  text-transform: uppercase;
}

.hero-lead {
  max-width: 430px;
  margin-block-start: 30px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 17px;
  line-height: 1.58;
}

.hero h1 {
  max-width: 680px;
  font-family: Didot, "Bodoni 72", "Times New Roman", Georgia, serif;
  font-size: clamp(62px, 5.12vw, 86px);
  line-height: 0.88;
  font-weight: 300;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

.hero h1 span {
  display: block;
}

.hero-copy {
  grid-column: 1 / span 5;
  grid-row: 1;
  align-self: center;
  padding-bottom: 16px;
}

.hero-subtitle {
  max-width: 520px;
  margin-block-start: 24px;
  color: var(--lime);
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.38;
  font-weight: 430;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-block-start: 42px;
}

.button {
  min-height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-width: 224px;
  padding: 17px 28px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 560;
  line-height: 1.1;
  cursor: pointer;
  transition:
    transform 160ms ease,
    background 160ms ease,
    border-color 160ms ease;
}

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

.button-primary {
  color: var(--ink);
  background: var(--lime);
  box-shadow: 0 18px 40px rgba(223, 255, 99, 0.18);
}

.button-ghost {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(12px);
}

.button-icon {
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid currentColor;
  border-radius: 3px;
  opacity: 0.86;
}

.button-icon::before,
.button-icon::after {
  content: "";
  position: absolute;
  background: currentColor;
}

.button-icon::before {
  left: 3px;
  right: 3px;
  top: 5px;
  height: 1px;
}

.button-icon::after {
  top: 3px;
  bottom: 3px;
  left: 5px;
  width: 1px;
}

.icon-size::before {
  inset: 25px 19px;
  border-top: 2px solid currentColor;
  transform: rotate(-38deg);
}

.icon-size::after {
  left: 22px;
  top: 37px;
  width: 25px;
  height: 6px;
  border: 2px solid currentColor;
  transform: rotate(-38deg);
}

.icon-palette::before {
  inset: 20px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.icon-palette::after {
  left: 30px;
  top: 30px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 9px 2px 0 currentColor, 4px 10px 0 currentColor;
}

.icon-shield::before {
  left: 25px;
  top: 20px;
  width: 20px;
  height: 26px;
  border: 2px solid currentColor;
  border-radius: 10px 10px 13px 13px;
}

.icon-shield::after {
  left: 32px;
  top: 30px;
  width: 9px;
  height: 5px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg);
}

.icon-mount::before {
  left: 24px;
  top: 24px;
  width: 22px;
  height: 22px;
  border-top: 3px solid currentColor;
  border-left: 3px solid currentColor;
  transform: rotate(45deg);
}

.icon-mount::after {
  left: 33px;
  top: 20px;
  width: 3px;
  height: 30px;
  background: currentColor;
  transform: rotate(45deg);
}

.hero-engineering-note {
  position: absolute;
  top: 50.2%;
  left: 41.2%;
  width: 250px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 13px;
  line-height: 1.15;
  pointer-events: none;
}

.hero-engineering-note span {
  flex: 0 0 92px;
  order: 1;
  text-align: left;
}

.hero-engineering-note::before {
  content: "";
  flex: 1 1 auto;
  order: 2;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.5), rgba(223, 255, 99, 0.34));
}

.hero-engineering-note::after {
  content: "";
  flex: 0 0 8px;
  width: 8px;
  height: 8px;
  order: 3;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 18px rgba(223, 255, 99, 0.5);
}

.stat-side {
  gap: 18px;
  border-left: 1px solid rgba(223, 255, 99, 0.46);
}

.stat-side div:first-child {
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.stat-side strong {
  display: block;
  color: var(--white);
  font-size: 28px;
  line-height: 1;
}

.lead-form label {
  display: grid;
  gap: 8px;
}

input,
textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 13px 14px;
  color: var(--ink);
  background: var(--white);
  outline: none;
}

textarea {
  resize: vertical;
}

input:focus,
textarea:focus {
  border-color: var(--metal);
  box-shadow: 0 0 0 3px rgba(196, 154, 108, 0.18);
}

.section {
  padding: 96px 0;
}

.materials-section {
  background: var(--milk);
}

.section-head .eyebrow,
.forms-copy .eyebrow,
.production-copy .eyebrow,
.lead-copy .eyebrow {
  color: var(--green);
}

.forms-copy p,
.production-copy p {
  max-width: 620px;
  margin-block-start: 20px;
  font-size: 18px;
}

.systems-section {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 52% 0%, rgba(196, 154, 108, 0.22), transparent 32%),
    radial-gradient(circle at 10% 18%, rgba(54, 74, 66, 0.32), transparent 30%),
    #090f0e;
}

.systems-section::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.22;
  background:
    linear-gradient(90deg, transparent calc(25% - 1px), rgba(255, 255, 255, 0.06) 25%, transparent calc(25% + 1px)),
    linear-gradient(0deg, transparent calc(50% - 1px), rgba(255, 255, 255, 0.04) 50%, transparent calc(50% + 1px));
  background-size: 180px 180px;
  pointer-events: none;
}

.systems-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.9fr 1.28fr 1.1fr 1.1fr;
  grid-template-rows: 310px 300px 100px;
  gap: 24px;
}

.systems-intro {
  grid-column: 1;
  grid-row: 1;
  align-self: start;
  padding-top: 14px;
}

.systems-intro .eyebrow {
  color: var(--lime);
}

.systems-intro h2 {
  max-width: 390px;
  margin-block-start: 18px;
  font-size: 50px;
}

.systems-intro p {
  max-width: 410px;
  margin-block-start: 16px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 15px;
  line-height: 1.52;
}

.text-link {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  margin-block-start: 16px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  font-weight: 720;
}

.text-link span {
  color: var(--lime);
  font-size: 24px;
  line-height: 1;
}

.system-card,
.solutions-strip,
.systems-stats {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: rgba(17, 23, 22, 0.76);
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(18px);
}

.system-card {
  padding: 28px;
}

.system-card h3 {
  position: relative;
  z-index: 1;
  max-width: 260px;
  margin-block-start: 22px;
  color: var(--white);
  font-size: 23px;
  line-height: 1.12;
}

.system-card p {
  position: relative;
  z-index: 1;
  max-width: 310px;
  margin-block-start: 20px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
}

.system-icon {
  position: relative;
  z-index: 1;
  width: 36px;
  height: 36px;
  display: block;
  color: var(--lime);
}

.system-icon::before,
.system-icon::after {
  content: "";
  position: absolute;
  border-color: currentColor;
}

.icon-profiles::before {
  left: 5px;
  top: 4px;
  width: 7px;
  height: 28px;
  border: 2px solid currentColor;
  border-radius: 2px;
}

.icon-profiles::after {
  left: 18px;
  top: 4px;
  width: 12px;
  height: 28px;
  border: 2px solid currentColor;
  border-radius: 2px 12px 2px 2px;
}

.icon-gear::before {
  inset: 4px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.icon-gear::after {
  left: 15px;
  top: 0;
  width: 4px;
  height: 34px;
  background: currentColor;
  transform: rotate(45deg);
  box-shadow: 0 0 0 0 currentColor;
}

.system-index {
  position: absolute;
  z-index: 1;
  left: 28px;
  bottom: 28px;
  color: var(--lime);
  font-size: 16px;
}

.system-card-size {
  grid-column: 2;
  grid-row: 1;
  min-height: 310px;
  background:
    linear-gradient(90deg, rgba(17, 23, 22, 0.95) 0 42%, rgba(17, 23, 22, 0.52) 62%, rgba(17, 23, 22, 0.1)),
    url("assets/brand/fasad-center-hero.png") right center / cover;
}

.system-card-profiles {
  grid-column: 3 / span 2;
  grid-row: 1;
}

.system-card-profiles img {
  position: absolute;
  z-index: 0;
  right: -24px;
  bottom: -34px;
  width: 58%;
  height: 88%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.8) contrast(1.08);
}

.production-card {
  grid-column: 1 / span 2;
  grid-row: 2;
  display: grid;
  grid-template-rows: 1fr auto;
  padding: 30px;
}

.production-card > div:first-child {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

.production-card h3 {
  margin-block-start: 0;
}

.production-card p {
  grid-column: 2;
  max-width: 560px;
  margin-block-start: -4px;
}

.production-points {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.production-points span {
  min-height: 44px;
  display: flex;
  align-items: center;
  padding: 0 18px;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  line-height: 1.28;
}

.production-points span:last-child {
  border-right: 0;
}

.system-card-colors {
  grid-column: 3;
  grid-row: 2;
}

.system-card-colors img {
  position: absolute;
  z-index: 0;
  left: 24px;
  right: 24px;
  bottom: 30px;
  width: calc(100% - 48px);
  height: 84px;
  border-radius: 6px;
  object-fit: cover;
  object-position: center 56%;
}

.system-card-mount {
  grid-column: 4;
  grid-row: 2;
}

.system-card-mount img {
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 38%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.8) contrast(1.08);
}

.solutions-strip {
  grid-column: 1 / span 2;
  grid-row: 3;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 22px 26px;
}

.solutions-strip strong {
  color: var(--lime);
  font-size: 17px;
}

.solutions-strip div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.solutions-strip div a {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 5px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
}

.round-link {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--ink);
  background: var(--lime);
  font-size: 22px;
  font-weight: 850;
}

.systems-stats {
  grid-column: 3 / span 2;
  grid-row: 3;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) 1.1fr;
  align-items: center;
  padding: 22px 30px;
}

.systems-stats div {
  min-height: 52px;
  display: grid;
  align-content: center;
  padding-right: 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.systems-stats strong {
  color: var(--white);
  font-size: 28px;
  line-height: 1;
}

.systems-stats span,
.systems-stats p {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 12px;
  line-height: 1.36;
}

.systems-stats p {
  margin: 0 0 0 26px;
}

.process-list span {
  color: var(--metal);
  font-size: 12px;
  font-weight: 850;
}

.process-list strong,
.object-grid strong,
.material-card strong {
  font-size: 18px;
  line-height: 1.2;
}

.process-list p {
  font-size: 14px;
}

.forms-section {
  color: var(--white);
  background: var(--graphite);
}

.forms-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 54px;
  align-items: center;
}

.forms-visual {
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

.forms-visual img {
  width: 100%;
  height: 560px;
  object-fit: cover;
}

.forms-copy h2,
.production-copy h2,
.lead-copy h2 {
  color: inherit;
}

.forms-copy p {
  color: rgba(255, 255, 255, 0.72);
}

.tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-block-start: 34px;
}

.tag-cloud span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 6px;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.06);
  font-size: 13px;
  font-weight: 760;
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.78fr);
  gap: 54px;
  align-items: end;
  margin-block-end: 34px;
}

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

.material-card {
  position: relative;
  min-height: 330px;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--graphite);
}

.material-card-large {
  grid-row: span 2;
  min-height: 678px;
}

.material-card img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}

.material-card::after,
.object-grid article::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(7, 10, 9, 0.74), rgba(7, 10, 9, 0.04) 62%);
  pointer-events: none;
}

.material-card div,
.object-grid article div {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  z-index: 1;
  color: var(--white);
}

.material-card span {
  display: block;
  margin-block-end: 10px;
  color: var(--metal-soft);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.production-section {
  color: var(--white);
  background: var(--green);
}

.production-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: 56px;
  align-items: start;
}

.production-copy p {
  color: rgba(255, 255, 255, 0.72);
}

.process-list {
  display: grid;
  gap: 1px;
  padding: 0;
  list-style: none;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.16);
}

.process-list li {
  display: grid;
  grid-template-columns: 54px 190px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
  padding: 24px;
  background: rgba(8, 21, 18, 0.52);
}

.process-list p {
  color: rgba(255, 255, 255, 0.7);
}

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

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

.object-grid article {
  position: relative;
  min-height: 470px;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--graphite);
}

.object-grid img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}

.object-grid p {
  margin-block-start: 8px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

.lead-section {
  padding: 96px 0;
  color: var(--white);
  background: var(--graphite);
}

.lead-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(340px, 0.62fr);
  gap: 58px;
  align-items: start;
}

.lead-copy .eyebrow {
  color: var(--metal-soft);
}

.lead-copy p {
  max-width: 650px;
  margin-block-start: 20px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
}

.contact-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-block-start: 32px;
}

.contact-row a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 13px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 6px;
  color: var(--white);
  font-size: 13px;
  font-weight: 760;
}

.lead-form {
  display: grid;
  gap: 16px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--ink);
  background: var(--milk);
  box-shadow: var(--shadow);
}

.lead-form label {
  color: var(--ink);
  font-size: 13px;
  font-weight: 760;
}

.lead-form p {
  font-size: 12px;
}

.site-footer {
  color: rgba(255, 255, 255, 0.72);
  background: #090d0c;
}

.footer-layout {
  min-height: 96px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
}

.footer-layout p {
  font-size: 14px;
}

.footer-layout a:last-child {
  color: var(--lime);
  font-size: 14px;
  font-weight: 850;
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 22px;
  z-index: 80;
  width: min(460px, calc(100% - 32px));
  padding: 14px 18px;
  border-radius: 8px;
  color: var(--white);
  background: rgba(12, 17, 16, 0.94);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.24);
  opacity: 0;
  transform: translate(-50%, 12px);
  pointer-events: none;
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.toast[data-visible="true"] {
  opacity: 1;
  transform: translate(-50%, 0);
}

@media (max-width: 1180px) {
  h1 {
    font-size: 58px;
  }

  h2 {
    font-size: 42px;
  }

  .site-header {
    gap: 26px;
    min-height: 88px;
    padding: 22px 28px;
  }

  .brand {
    font-size: 18px;
  }

  .brand-logo {
    width: 40px;
    height: 44px;
  }

  .main-nav {
    gap: 22px;
    font-size: 13px;
  }

  .header-phone {
    display: none;
  }

  .hero-stage,
  .production-layout,
  .lead-layout {
    gap: 36px;
  }

  .hero-stage {
    width: min(100% - 56px, 1120px);
    grid-template-rows: minmax(0, 1fr);
    gap: 20px;
    padding-top: 128px;
  }

  .hero-copy {
    grid-column: 1 / span 5;
  }

  .hero h1 {
    font-size: clamp(48px, 6vw, 68px);
  }

  .hero-plus,
  .hero-engineering-note {
    display: none;
  }

  .process-list li {
    grid-template-columns: 44px minmax(0, 1fr);
  }

  .process-list p {
    grid-column: 2;
  }

  .systems-grid {
    grid-template-columns: 0.86fr 1.1fr 1fr;
    grid-template-rows: 300px 300px auto auto;
  }

  .system-card-profiles {
    grid-column: 3;
  }

  .production-card {
    grid-column: 1 / span 2;
  }

  .system-card-colors {
    grid-column: 3;
    grid-row: 2;
  }

  .system-card-mount {
    grid-column: 1;
    grid-row: 3;
  }

  .solutions-strip {
    grid-column: 2 / span 2;
    grid-row: 3;
  }

  .systems-stats {
    grid-column: 1 / -1;
    grid-row: 4;
  }
}

@media (min-width: 921px) and (max-height: 800px) {
  .site-header {
    min-height: 74px;
    padding-top: 14px;
    padding-bottom: 12px;
  }

  .brand-logo {
    width: 34px;
    height: 38px;
  }

  .main-nav {
    gap: 24px;
    font-size: 13px;
  }

  .header-round {
    width: 42px;
    height: 42px;
    font-size: 22px;
  }

  .hero {
    min-height: 100svh;
  }

  .hero-stage {
    grid-template-rows: minmax(0, 1fr);
    min-height: 100svh;
    gap: 18px;
    padding-top: 96px;
    padding-bottom: 64px;
  }

  .hero h1 {
    max-width: 470px;
    font-size: clamp(46px, 5vw, 62px);
    line-height: 0.96;
  }

  .hero-subtitle {
    margin-block-start: 18px;
    font-size: 21px;
    line-height: 1.3;
  }

  .hero-lead {
    max-width: 410px;
    margin-block-start: 20px;
    font-size: 14px;
  }

  .hero-actions {
    margin-block-start: 26px;
  }

  .hero-copy {
    padding-bottom: 0;
  }

  .button {
    min-height: 48px;
    min-width: 184px;
    padding: 13px 18px;
    font-size: 13px;
  }

}

@media (max-width: 920px) {
  .site-header {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .main-nav {
    display: none;
  }

  .hero-stage,
  .forms-layout,
  .section-head,
  .production-layout,
  .lead-layout {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 100svh;
  }

  .hero-media img {
    object-position: 68% center;
  }

  .hero-stage {
    width: min(100% - 36px, 760px);
    grid-template-rows: minmax(0, 1fr);
    gap: 22px;
    min-height: 100svh;
    padding: 118px 0 32px;
  }

  .hero-copy {
    grid-column: 1;
    grid-row: 1;
    max-width: 520px;
    padding-block-start: 250px;
    padding-bottom: 0;
  }

  .systems-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }

  .systems-intro,
  .system-card-size,
  .system-card-profiles,
  .production-card,
  .system-card-colors,
  .system-card-mount,
  .solutions-strip,
  .systems-stats {
    grid-column: auto;
    grid-row: auto;
  }

  .systems-intro {
    grid-column: 1 / -1;
    padding-top: 0;
  }

  .production-card,
  .solutions-strip,
  .systems-stats {
    grid-column: 1 / -1;
  }

  .systems-intro h2 {
    margin-block-start: 16px;
  }

  .forms-visual img {
    height: 420px;
  }

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

  .material-card,
  .material-card-large,
  .object-grid article {
    min-height: 420px;
  }
}

/* Seamless profile catalog */
.profile-types-main-catalog {
  min-height: 0;
  grid-template-columns: 1fr;
  gap: 34px;
  padding-top: 72px;
  padding-bottom: 64px;
}

.profile-types-main-catalog .profile-types-copy {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(420px, 1.18fr);
  gap: clamp(40px, 7vw, 110px);
  align-items: start;
}

.profile-types-main-catalog .profile-types-copy h2 {
  margin-top: 18px;
  max-width: 620px;
}

.profile-types-copy-body .profile-types-lead {
  max-width: 610px;
  margin-top: 0;
  font-size: 13px;
}

.profile-types-copy-body .profile-types-benefits {
  max-width: 620px;
  margin-top: 22px;
}

.profile-types-copy-body .profile-types-cta {
  margin-top: 24px;
}

.profile-types-catalog {
  min-width: 0;
}

.profile-types-catalog-scroll {
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-width: thin;
  scrollbar-color: rgba(188, 129, 66, 0.5) rgba(255, 255, 255, 0.04);
}

.profile-types-catalog-inner {
  min-width: 0;
  border: 1px solid rgba(224, 217, 206, 0.12);
  border-radius: 4px;
  overflow: hidden;
  background: #0a0d0f;
}

.profile-types-catalog-inner > img {
  width: 100%;
  aspect-ratio: 1862 / 845;
  object-fit: cover;
  object-position: center;
}

.profile-types-names {
  display: grid;
  grid-template-columns: repeat(9, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(224, 217, 206, 0.12);
  list-style: none;
}

.profile-types-names li {
  min-width: 0;
  min-height: 68px;
  display: grid;
  align-content: center;
  gap: 5px;
  padding: 10px 8px;
  border-right: 1px solid rgba(224, 217, 206, 0.1);
}

.profile-types-names li:last-child {
  border-right: 0;
}

.profile-types-names b {
  color: #bc8142;
  font-size: 9px;
  font-weight: 500;
}

.profile-types-names span {
  color: rgba(239, 235, 228, 0.76);
  font-size: 9px;
  line-height: 1.25;
  text-transform: uppercase;
}

.profile-types-swipe-hint {
  display: none;
}

@media (max-width: 920px) {
  .profile-types-main-catalog .profile-types-copy {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .profile-types-copy-body .profile-types-lead {
    max-width: 100%;
  }
}

@media (max-width: 760px) {
  .profile-types-main-catalog {
    gap: 28px;
    padding-top: 56px;
    padding-bottom: 48px;
  }

  .profile-types-main-catalog .profile-types-copy h2 {
    font-size: 30px;
  }

  .profile-types-copy-body .profile-types-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .profile-types-catalog-scroll {
    width: calc(100vw - 16px);
    margin-right: -16px;
  }

  .profile-types-catalog-inner {
    width: 1080px;
  }

  .profile-types-swipe-hint {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-top: 12px;
    color: rgba(228, 225, 217, 0.48);
    font-size: 9px;
  }

  .profile-types-swipe-hint i {
    color: #bc8142;
    font-size: 16px;
  }
}


@media (max-width: 680px) {
  .shell {
    width: min(100% - 28px, 1220px);
  }

  h1 {
    font-size: 38px;
    line-height: 1.04;
  }

  h2 {
    font-size: 31px;
  }

  .site-header {
    min-height: 66px;
    padding: 11px 14px;
  }

  .brand {
    font-size: 13px;
  }

  .brand-logo {
    width: 30px;
    height: 30px;
  }

  .header-round {
    width: 38px;
    height: 38px;
    font-size: 20px;
  }

  .hero {
    min-height: 100svh;
    padding: 0;
  }

  .hero-media img {
    object-position: 64% center;
    transform-origin: 62% 42%;
  }

  .hero-media::after {
    background:
      radial-gradient(ellipse at 70% 20%, rgba(206, 164, 111, 0.28), transparent 38%),
      linear-gradient(0deg, rgba(7, 10, 9, 0.8) 0%, rgba(9, 14, 12, 0.44) 48%, rgba(7, 10, 9, 0.06) 100%),
      linear-gradient(90deg, rgba(7, 10, 9, 0.52), rgba(86, 66, 42, 0.08));
  }

  .hero-stage {
    grid-template-rows: minmax(0, 1fr);
    gap: 18px;
    min-height: 100svh;
    padding: 86px 0 24px;
  }

  .hero-copy {
    align-self: end;
    padding-block-start: min(45vh, 360px);
    padding-bottom: 0;
  }

  .hero h1 {
    max-width: 360px;
    font-size: 43px;
    line-height: 0.98;
  }

  .hero-subtitle {
    margin-block-start: 12px;
    font-size: 18px;
  }

  .eyebrow {
    margin-block-end: 10px;
    font-size: 11px;
  }

  .hero-lead {
    margin-block-start: 16px;
    font-size: 15px;
    line-height: 1.45;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-block-start: 18px;
  }

  .button {
    min-height: 44px;
    min-width: 0;
    padding: 12px;
    font-size: 13px;
  }

  .hero-plus,
  .hero-engineering-note {
    display: none;
  }

  .section,
  .lead-section {
    padding: 62px 0;
  }

  .forms-copy p,
  .production-copy p,
  .lead-copy p {
    font-size: 15px;
  }

  .process-list li {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 18px;
  }

  .process-list p {
    grid-column: auto;
  }

  .systems-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .systems-intro h2 {
    font-size: 36px;
  }

  .systems-intro p {
    font-size: 15px;
  }

  .system-card {
    min-height: 280px;
    padding: 22px;
  }

  .system-card-colors {
    min-height: 320px;
  }

  .system-card-size,
  .system-card-profiles,
  .system-card-colors,
  .system-card-mount,
  .production-card,
  .solutions-strip,
  .systems-stats {
    grid-column: auto;
    grid-row: auto;
  }

  .system-card-profiles img,
  .system-card-mount img {
    opacity: 0.72;
  }

  .system-card-profiles img {
    right: 0;
    bottom: 0;
    width: 64%;
    height: 48%;
  }

  .system-card-mount img {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 42%;
  }

  .production-card > div:first-child,
  .production-card p {
    grid-template-columns: 1fr;
    grid-column: auto;
  }

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

  .production-points span {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    padding: 10px 0;
  }

  .solutions-strip,
  .systems-stats {
    grid-template-columns: 1fr;
  }

  .systems-stats div {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    padding: 0 0 14px;
  }

  .systems-stats p {
    margin: 0;
  }

  .forms-visual img,
  .material-card,
  .material-card-large,
  .object-grid article {
    height: auto;
    min-height: 320px;
  }

  .material-card div,
  .object-grid article div {
    left: 16px;
    right: 16px;
    bottom: 16px;
  }

  .lead-form {
    padding: 20px;
  }

  .footer-layout {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 22px 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    scroll-behavior: auto !important;
    transition: none !important;
  }

  .hero-media img {
    transform: none;
  }
}

/* Reference-matched first screen — 10.07.2026 */
:root {
  --hero-bronze: #b38a68;
  --hero-bronze-light: #c7a17f;
  --hero-cream: #e9e6df;
}

.site-header {
  min-height: clamp(76px, 6.46vw, 108px);
  padding: clamp(12px, 1.32vw, 22px) clamp(32px, 3.85vw, 66px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(7, 10, 12, 0.82);
  box-shadow: none;
  backdrop-filter: blur(16px);
  font-family: Manrope, system-ui, sans-serif;
}

.site-header .brand {
  gap: clamp(8px, 0.72vw, 12px);
  font-size: clamp(15px, 1.2vw, 20px);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: 0.02em;
}

.site-header .brand-logo {
  width: clamp(27px, 2.1vw, 35px);
  height: clamp(44px, 3.47vw, 58px);
  filter: brightness(0) saturate(100%) invert(61%) sepia(30%) saturate(586%) hue-rotate(345deg) brightness(92%) contrast(87%);
}

.site-header .main-nav {
  gap: clamp(22px, 3.3vw, 54px);
  font-size: clamp(11px, 0.78vw, 13px);
  font-weight: 400;
}

.site-header .main-nav a {
  display: inline-flex;
  gap: 4px;
  align-items: center;
}

.site-header .header-contact {
  gap: clamp(20px, 1.8vw, 30px);
}

.site-header .header-phone {
  gap: 3px;
}

.site-header .header-phone strong {
  font-size: clamp(13px, 1.02vw, 17px);
  font-weight: 400;
}

.site-header .header-phone span {
  font-size: clamp(9px, 0.66vw, 11px);
}

.site-header .header-round {
  width: clamp(42px, 3.35vw, 56px);
  height: clamp(42px, 3.35vw, 56px);
  border-color: rgba(179, 138, 104, 0.9);
  color: var(--hero-bronze-light);
  background: rgba(0, 0, 0, 0.08);
  box-shadow: none;
  font-size: clamp(18px, 1.38vw, 23px);
}

.hero {
  min-height: 100svh;
  color: var(--hero-cream);
  background: #0a0d0f;
}

.hero-media img {
  object-position: center center;
  filter: none;
  transform: none;
  animation: none;
}

.hero-media::before {
  display: none;
}

.hero-media::after {
  background: linear-gradient(90deg, rgba(7, 10, 12, 0.28) 0%, rgba(7, 10, 12, 0.08) 37%, transparent 62%);
}

.hero-stage {
  width: min(1534px, calc(100% - 8.25vw));
  min-height: 100svh;
  padding: clamp(100px, 9.03vw, 151px) 0 clamp(112px, 12.43vw, 208px);
}

.hero-copy {
  grid-column: 1 / span 6;
  align-self: start;
  padding: 0;
}

.hero h1 {
  max-width: 760px;
  font-family: "Oranienbaum", Didot, "Bodoni 72", Georgia, serif;
  font-size: clamp(60px, 5.62vw, 94px);
  line-height: 1.06;
  font-weight: 400;
  letter-spacing: 0;
}

.hero h1 span:first-child {
  transform: scaleX(1.2);
  transform-origin: left center;
}

.hero h1 span:last-child {
  transform: scaleX(1.25);
  transform-origin: left center;
}

.hero-subtitle {
  margin-top: clamp(14px, 1.32vw, 22px);
  color: var(--hero-bronze);
  font-family: Manrope, system-ui, sans-serif;
  font-size: clamp(13px, 1vw, 17px);
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.hero-lead {
  max-width: min(580px, 35vw);
  margin-top: clamp(18px, 1.73vw, 29px);
  padding-left: clamp(14px, 1.44vw, 24px);
  border-left: 1px solid var(--hero-bronze);
  color: rgba(233, 230, 223, 0.68);
  font-family: Manrope, system-ui, sans-serif;
  font-size: clamp(14px, 1.05vw, 18px);
  line-height: 1.72;
}

.hero-actions {
  gap: clamp(10px, 0.96vw, 16px);
  margin-top: clamp(24px, 2.27vw, 38px);
}

.hero .button {
  min-width: clamp(184px, 14.6vw, 244px);
  min-height: clamp(52px, 4vw, 68px);
  padding: clamp(12px, 0.96vw, 16px) clamp(18px, 1.68vw, 28px);
  border-radius: 0;
  font-family: Manrope, system-ui, sans-serif;
  font-size: clamp(14px, 1vw, 17px);
  font-weight: 400;
}

.hero .button i {
  margin-left: auto;
  font-size: clamp(20px, 1.44vw, 24px);
}

.hero .button-primary {
  color: var(--hero-cream);
  background: var(--hero-bronze);
  box-shadow: none;
}

.hero .button-ghost {
  border-color: rgba(179, 138, 104, 0.58);
  background: rgba(4, 7, 9, 0.28);
  backdrop-filter: blur(8px);
}

.hero-callouts {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-callout {
  position: absolute;
  left: 44.2%;
  width: 12.9%;
  display: grid;
  grid-template-columns: clamp(74px, 6.46vw, 108px) minmax(40px, 1fr);
  gap: clamp(8px, 0.72vw, 12px);
  align-items: center;
  color: rgba(233, 230, 223, 0.78);
  font-family: Manrope, system-ui, sans-serif;
  font-size: clamp(11px, 0.84vw, 14px);
  line-height: 1.45;
}

.hero-callout b {
  position: relative;
  height: 1px;
  background: rgba(189, 156, 123, 0.72);
}

.hero-callout b::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -2px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--hero-bronze-light);
  transform: translateY(-50%);
}

.hero-callout-top { top: 39.7%; }
.hero-callout-middle { top: 48.9%; width: 17.2%; }
.hero-callout-bottom { top: 58.4%; }

.hero-benefits {
  position: static;
  margin-top: clamp(30px, 2vw, 38px);
  width: min(760px, 45.5vw);
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(12px, 1.2vw, 20px);
  color: rgba(233, 230, 223, 0.62);
  font-family: Manrope, system-ui, sans-serif;
}

.hero-benefits div {
  display: grid;
  gap: clamp(6px, 0.48vw, 8px);
}

.hero-benefits i {
  color: var(--hero-bronze);
  font-size: clamp(28px, 2.15vw, 36px);
  font-weight: 300;
  line-height: 1;
}

.hero-benefits span {
  font-size: clamp(12px, 0.84vw, 14px);
  line-height: 1.55;
}

@media (max-width: 1280px) {
  .site-header {
    padding-inline: clamp(32px, 3.85vw, 52px);
  }

  .site-header .main-nav {
    gap: clamp(22px, 2.2vw, 30px);
  }

  .site-header .main-nav a:nth-last-child(2) {
    display: none;
  }

  .hero-stage {
    width: min(1534px, calc(100% - 8.25vw));
  }

  .hero h1 {
    font-size: clamp(60px, 5.62vw, 94px);
  }

  .hero-benefits {
    width: min(690px, 41.3vw);
  }
}

@media (max-width: 920px) {
  .site-header {
    min-height: 76px;
    padding: 12px 20px;
  }

  .site-header .brand-logo {
    width: 30px;
    height: 46px;
  }

  .site-header .brand {
    font-size: 15px;
  }

  .hero-media img {
    object-position: 68% center;
  }

  .hero-media::after {
    background: linear-gradient(0deg, rgba(7, 10, 12, 0.92) 0%, rgba(7, 10, 12, 0.34) 52%, rgba(7, 10, 12, 0.08) 100%);
  }

  .hero-stage {
    width: calc(100% - 40px);
    padding: 92px 0 32px;
  }

  .hero-copy {
    align-self: end;
    max-width: 600px;
    padding: 0 0 24px;
  }

  .hero h1 {
    max-width: 560px;
    font-size: clamp(52px, 10vw, 72px);
  }

  .hero-subtitle {
    margin-top: 16px;
  }

  .hero-lead {
    max-width: 100%;
    margin-top: 20px;
    font-size: 13px;
  }

  .hero-actions {
    margin-top: 26px;
  }

  .hero-benefits {
    display: none;
  }

  .hero-callouts {
    display: none;
  }
}

@media (max-width: 680px) {
  .site-header {
    min-height: 68px;
    padding-inline: 14px;
  }

  .site-header .brand-logo {
    width: 27px;
    height: 40px;
  }

  .site-header .header-round {
    width: 40px;
    height: 40px;
    font-size: 19px;
  }

  .hero-media img {
    object-position: 69% center;
  }

  .hero-stage {
    width: calc(100% - 28px);
    padding: 82px 0 18px;
  }

  .hero-copy {
    padding-bottom: 0;
  }

  .hero h1 {
    max-width: 360px;
    font-size: 47px;
    line-height: 0.94;
  }

  .hero-subtitle {
    font-size: 11px;
    letter-spacing: 0.16em;
  }

  .hero-lead {
    padding-left: 14px;
    font-size: 12px;
    line-height: 1.6;
  }

  .hero-actions {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-top: 20px;
  }

  .hero .button {
    min-width: 0;
    min-height: 48px;
    padding: 12px 14px;
    font-size: 11px;
  }
}

@media (min-width: 921px) and (max-height: 760px) {
  .site-header {
    min-height: 72px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .hero-stage {
    padding-top: 90px;
    padding-bottom: 110px;
  }

  .hero h1 {
    font-size: clamp(56px, 5vw, 68px);
    line-height: 1.05;
  }

  .hero-subtitle {
    margin-top: 10px;
  }

  .hero-lead {
    margin-top: 14px;
    line-height: 1.6;
  }

  .hero-actions {
    margin-top: 18px;
  }

  .hero .button {
    min-height: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

}

/* Second screen: architecture, finishes and full-cycle service */
.architecture-section {
  position: relative;
  overflow: hidden;
  margin-top: -64px;
  color: #d9d8d3;
  background: #080c0f;
  font-family: Manrope, system-ui, sans-serif;
}

.hero::after,
.architecture-section::before {
  content: "";
  position: absolute;
  z-index: 8;
  left: 0;
  width: 100%;
  pointer-events: none;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.hero::after {
  bottom: 0;
  height: clamp(48px, 5vw, 82px);
  background: linear-gradient(to bottom, rgba(7, 11, 14, 0), rgba(7, 11, 14, 0.92));
  box-shadow: 0 -28px 44px rgba(7, 11, 14, 0.34);
}

.architecture-section::before {
  top: 0;
  height: clamp(58px, 6vw, 96px);
  background: linear-gradient(to bottom, rgba(7, 11, 14, 0.92), rgba(7, 11, 14, 0));
  box-shadow: 0 30px 48px rgba(7, 11, 14, 0.36);
}

.architecture-section h2,
.architecture-section p {
  margin: 0;
}

.architecture-section h2 {
  color: #e3e1dc;
  font-family: Manrope, system-ui, sans-serif;
  font-size: clamp(32px, 2.5vw, 44px);
  line-height: 1.18;
  font-weight: 300;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

.architecture-section h2 em {
  color: #b88955;
  font-style: normal;
  font-weight: 300;
}

.architecture-kicker {
  display: flex;
  gap: 12px;
  align-items: center;
  color: rgba(226, 224, 218, 0.72);
  font-size: 11px;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.architecture-kicker span {
  width: 36px;
  height: 1px;
  background: #b88955;
}

.architecture-hero {
  position: relative;
  min-height: clamp(480px, 37vw, 620px);
  border-bottom: 1px solid rgba(220, 212, 198, 0.18);
}

.architecture-hero-image,
.architecture-hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.architecture-hero-image {
  object-fit: cover;
  object-position: center center;
  filter: brightness(0.72) saturate(0.82);
}

.architecture-hero-shade {
  background: rgba(3, 7, 10, 0.32);
}

.architecture-hero-grid {
  position: relative;
  z-index: 2;
  min-height: clamp(480px, 37vw, 620px);
  display: grid;
  grid-template-columns: minmax(410px, 0.9fr) minmax(0, 1.8fr);
  gap: clamp(24px, 3vw, 52px);
  padding-top: clamp(82px, 6vw, 104px);
  padding-bottom: 16px;
}

.architecture-copy {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.architecture-copy h2 {
  margin-top: 18px;
}

.architecture-copy > .architecture-kicker {
  transform: translateY(8px);
}

.architecture-lead {
  max-width: 420px;
  margin-top: 14px !important;
  color: rgba(226, 224, 218, 0.68);
  font-size: clamp(14px, 1.05vw, 17px);
  line-height: 1.75;
}

.architecture-types {
  width: min(620px, 46vw);
  display: grid;
  grid-template-columns: repeat(4, minmax(120px, 1fr));
  margin-top: auto;
  padding-top: 18px;
}

.architecture-types a {
  min-height: 80px;
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 0 20px;
  border-right: 1px solid rgba(226, 224, 218, 0.16);
  color: rgba(226, 224, 218, 0.76);
  font-size: 12px;
  line-height: 1.45;
}

.architecture-types a:first-child {
  padding-left: 0;
}

.architecture-types a:last-child {
  border-right: 0;
}

.architecture-types i {
  color: #b88955;
  font-size: 34px;
  font-weight: 300;
  line-height: 1;
}

.architecture-stats {
  grid-column: 3;
  align-self: stretch;
  display: grid;
  align-content: start;
  gap: 26px;
  padding-left: 8px;
}

.architecture-stats div {
  display: grid;
  gap: 7px;
  padding-top: 20px;
  border-top: 1px solid rgba(184, 137, 85, 0.82);
}

.architecture-stats strong {
  color: #b88955;
  font-size: clamp(25px, 2vw, 33px);
  line-height: 1;
  font-weight: 300;
}

.architecture-stats span {
  color: rgba(226, 224, 218, 0.6);
  font-size: 11px;
  line-height: 1.45;
}

.architecture-finishes {
  min-height: clamp(300px, 23.5vw, 395px);
  border-bottom: 1px solid rgba(220, 212, 198, 0.16);
  background: #090d10;
}

.architecture-finishes-grid {
  min-height: clamp(300px, 23.5vw, 395px);
  display: grid;
  grid-template-columns: minmax(330px, 0.7fr) minmax(0, 1.75fr);
  gap: clamp(30px, 5vw, 86px);
  align-items: stretch;
  padding-top: clamp(26px, 2.4vw, 40px);
  padding-bottom: 18px;
}

.architecture-finish-copy h2 {
  margin-top: 20px;
}

.architecture-finish-copy > p:last-child {
  max-width: 350px;
  margin-top: 18px;
  color: rgba(226, 224, 218, 0.64);
  font-size: 14px;
  line-height: 1.65;
}

.architecture-finish-showcase {
  min-width: 0;
  display: grid;
  grid-template-rows: 48px auto 54px 54px;
  align-self: stretch;
}

.architecture-profile-selector {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 14px;
  border: 1px solid rgba(226, 224, 218, 0.13);
  border-bottom: 0;
  color: rgba(226, 224, 218, 0.58);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.architecture-profile-selector-options {
  min-width: 0;
  display: flex;
  align-items: stretch;
  align-self: stretch;
}

.architecture-profile-selector button {
  min-width: 126px;
  padding: 0 18px;
  border: 0;
  border-left: 1px solid rgba(226, 224, 218, 0.13);
  color: rgba(226, 224, 218, 0.62);
  background: transparent;
  font: inherit;
  font-size: 11px;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: color 180ms ease, background-color 180ms ease;
}

.architecture-profile-selector button:last-child {
  border-right: 1px solid rgba(226, 224, 218, 0.13);
}

.architecture-profile-selector button:hover,
.architecture-profile-selector button.is-selected {
  color: #d2985e;
  background: rgba(210, 152, 94, 0.075);
}

.architecture-profile-selector .architecture-house-view-button {
  color: rgba(226, 224, 218, 0.82);
  box-shadow: inset 0 -1px 0 rgba(210, 152, 94, 0.45);
}

.architecture-profile-selector .architecture-house-view-button::before {
  content: "3D";
  display: inline-flex;
  margin-right: 7px;
  color: #d2985e;
  font-size: 9px;
  letter-spacing: 0.08em;
}

.architecture-finish-image.is-house-view {
  background:
    radial-gradient(circle at 68% 28%, rgba(179, 136, 94, 0.13), transparent 34%),
    linear-gradient(180deg, #151a1e 0%, #0b0f12 100%);
}

.architecture-finish-image {
  position: relative;
  min-width: 0;
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(90deg, rgba(6, 9, 11, 0.22), transparent 24%, transparent 76%, rgba(6, 9, 11, 0.2)),
    url("assets/generated/configurator/dark-showroom-background-v1.png") center / cover no-repeat,
    #111518;
}

.architecture-finish-image::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(5, 8, 10, 0.14), transparent 22%, transparent 78%, rgba(5, 8, 10, 0.12));
}

#finish3dCanvas {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  cursor: grab;
  touch-action: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  opacity: 0;
  transition: opacity 280ms ease;
}

#finish3dCanvas:active {
  cursor: grabbing;
}

.architecture-finish-image.is-3d-ready #finish3dCanvas {
  opacity: 1;
}

.architecture-finish-loading,
.architecture-finish-3d-hint {
  position: absolute;
  z-index: 3;
  left: 14px;
  padding: 7px 10px;
  border: 1px solid rgba(226, 224, 218, 0.16);
  color: rgba(245, 241, 234, 0.78);
  background: rgba(7, 11, 13, 0.68);
  backdrop-filter: blur(8px);
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: 0.02em;
}

.architecture-finish-hint-touch {
  display: none;
}

.architecture-open-configurator {
  position: absolute;
  z-index: 4;
  left: 14px;
  bottom: 12px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 15px;
  border: 1px solid rgba(210, 152, 94, 0.62);
  border-radius: 2px;
  color: rgba(255, 247, 238, 0.94);
  background: rgba(12, 15, 16, 0.84);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
  font: inherit;
  font-size: 11px;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.architecture-open-configurator:hover,
.architecture-open-configurator:focus-visible {
  color: #ffffff;
  border-color: #d69a5d;
  background: rgba(27, 24, 21, 0.94);
  outline: none;
}

.architecture-open-configurator:active {
  transform: scale(0.97);
}

.architecture-open-configurator i {
  color: #d2985e;
  font-size: 18px;
}

.architecture-finish-image.is-configurator-mode .architecture-open-configurator {
  display: none;
}

.architecture-finish-image:not(.is-house-view) .architecture-finish-3d-hint {
  top: 14px;
  bottom: auto;
}

.architecture-finish-fullscreen {
  position: absolute;
  z-index: 4;
  top: 14px;
  right: 14px;
  width: 40px;
  height: 40px;
  display: inline-grid;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(226, 224, 218, 0.22);
  border-radius: 2px;
  color: rgba(245, 241, 234, 0.9);
  background: rgba(7, 11, 13, 0.72);
  backdrop-filter: blur(8px);
  cursor: pointer;
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.architecture-finish-fullscreen:hover,
.architecture-finish-fullscreen:focus-visible {
  color: #e3ad75;
  border-color: rgba(210, 152, 94, 0.68);
  background: rgba(15, 17, 18, 0.9);
  outline: none;
}

.architecture-finish-fullscreen:active {
  transform: scale(0.94);
}

.architecture-finish-fullscreen i {
  font-size: 20px;
  line-height: 1;
}

.architecture-finish-orientation-hint {
  display: none;
}

.architecture-finish-showcase:fullscreen,
.architecture-finish-showcase:-webkit-full-screen,
.architecture-finish-showcase.is-pseudo-fullscreen {
  width: 100vw;
  height: 100dvh;
  min-height: 100dvh;
  display: grid;
  grid-template-rows: 56px minmax(0, 1fr) 58px 58px;
  overflow: hidden;
  border: 0;
  background: #090d10;
}

.architecture-finish-showcase.is-pseudo-fullscreen {
  position: fixed !important;
  z-index: 100000;
  inset: 0;
}

.architecture-finish-showcase:is(:fullscreen, :-webkit-full-screen, .is-pseudo-fullscreen) .architecture-finish-image {
  width: 100%;
  height: 100%;
  min-height: 0;
  border: 0;
  background:
    radial-gradient(circle at 68% 28%, rgba(179, 136, 94, 0.13), transparent 34%),
    linear-gradient(180deg, #151a1e 0%, #0b0f12 100%);
}

.architecture-finish-showcase:is(:fullscreen, :-webkit-full-screen, .is-pseudo-fullscreen) .architecture-profile-selector,
.architecture-finish-showcase:is(:fullscreen, :-webkit-full-screen, .is-pseudo-fullscreen) .architecture-palette {
  position: relative;
  z-index: 6;
  background: rgba(7, 11, 13, 0.94);
  backdrop-filter: blur(14px);
}

.architecture-finish-showcase:is(:fullscreen, :-webkit-full-screen, .is-pseudo-fullscreen) .architecture-profile-selector-options {
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-width: none;
}

.architecture-finish-showcase:is(:fullscreen, :-webkit-full-screen, .is-pseudo-fullscreen) .architecture-profile-selector-options::-webkit-scrollbar,
.architecture-finish-showcase:is(:fullscreen, :-webkit-full-screen, .is-pseudo-fullscreen) .architecture-palette-swatches::-webkit-scrollbar {
  display: none;
}

body.has-3d-pseudo-fullscreen {
  overflow: hidden;
  overscroll-behavior: none;
}

.architecture-finish-image.is-fullscreen-view .architecture-finish-fullscreen {
  top: calc(16px + env(safe-area-inset-top));
  right: calc(16px + env(safe-area-inset-right));
}

.architecture-finish-image.is-fullscreen-view .architecture-finish-3d-hint {
  left: calc(16px + env(safe-area-inset-left));
  bottom: calc(16px + env(safe-area-inset-bottom));
}

.architecture-finish-image.is-fullscreen-view .architecture-finish-status {
  right: calc(16px + env(safe-area-inset-right));
  bottom: calc(16px + env(safe-area-inset-bottom));
}

.architecture-finish-loading {
  top: 14px;
}

.architecture-finish-3d-hint {
  bottom: 12px;
  display: flex;
  align-items: center;
  gap: 7px;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 200ms ease, transform 200ms ease;
  pointer-events: none;
}

.architecture-finish-image.is-3d-ready .architecture-finish-loading {
  display: none;
}

.architecture-finish-image.is-3d-ready.is-3d-switching .architecture-finish-loading {
  display: block;
}

.architecture-finish-image.is-3d-ready .architecture-finish-3d-hint {
  opacity: 1;
  transform: none;
}

.architecture-finish-image.is-3d-ready.is-3d-switching .architecture-finish-3d-hint {
  opacity: 0;
}

.architecture-finish-image.is-3d-error .architecture-finish-loading {
  display: none;
}

.architecture-finish-status {
  position: absolute;
  z-index: 3;
  right: 14px;
  bottom: 12px;
  padding: 7px 10px;
  border: 1px solid rgba(226, 224, 218, 0.22);
  border-radius: 2px;
  color: rgba(245, 241, 234, 0.9);
  background: rgba(7, 11, 13, 0.72);
  backdrop-filter: blur(8px);
  font-size: 9px;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.architecture-palette {
  display: grid;
  grid-template-columns: 150px minmax(260px, 1fr) 210px;
  align-items: stretch;
  border: 1px solid rgba(226, 224, 218, 0.16);
}

.architecture-palette > a,
.architecture-palette-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 0 22px;
  color: rgba(239, 236, 228, 0.82);
  font-size: 12px;
  white-space: nowrap;
}

.architecture-palette-title {
  border-right: 1px solid rgba(226, 224, 218, 0.12);
  cursor: default;
  user-select: none;
}

.architecture-palette > a:last-child {
  border-left: 1px solid rgba(226, 224, 218, 0.12);
}

.architecture-palette > a span,
.architecture-palette-title span {
  color: #c3935b;
  font-size: 18px;
}

.architecture-palette-swatches {
  display: grid;
  grid-template-columns: repeat(9, minmax(26px, 1fr));
  gap: 6px;
  align-items: center;
  padding: 7px 10px;
}

.architecture-palette-swatches button {
  position: relative;
  width: 100%;
  height: 34px;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.04);
  border-radius: 0;
  background: var(--swatch);
  cursor: pointer;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.architecture-palette-swatches button:hover,
.architecture-palette-swatches button:focus-visible {
  border-color: rgba(201, 155, 96, 0.72);
  outline: none;
  transform: translateY(-2px);
}

.architecture-palette-swatches button.is-selected {
  border-color: #c99b60;
  box-shadow: inset 0 0 0 2px #090d10;
}

.architecture-palette-swatches button[data-finish-color="#0a0a0a"],
.architecture-palette-swatches button[data-backing-color="#0a0a0a"] {
  border-color: rgba(255, 255, 255, 0.22);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.14);
}

.architecture-palette-swatches button[data-finish-color="#0a0a0a"].is-selected,
.architecture-palette-swatches button[data-backing-color="#0a0a0a"].is-selected {
  border-color: #c99b60;
  box-shadow: inset 0 0 0 2px rgba(239, 236, 228, 0.22);
}

.architecture-backing-palette {
  border-top: 0;
}

.architecture-backing-palette .architecture-palette-title span {
  max-width: 92px;
  overflow: hidden;
  color: rgba(239, 236, 228, 0.62);
  font-size: 10px;
  line-height: 1.2;
  text-overflow: ellipsis;
  text-transform: uppercase;
}

.architecture-backing-swatches {
  grid-template-columns: repeat(7, minmax(26px, 1fr));
}

@media (min-width: 641px) {
  .architecture-backing-palette .architecture-palette-title {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 3px;
  }

  .architecture-backing-palette .architecture-palette-title span {
    max-width: none;
  }
}

.architecture-cycle {
  min-height: 210px;
  background: #080c0f;
}

.architecture-cycle-grid {
  min-height: 210px;
  display: grid;
  grid-template-columns: minmax(280px, 0.74fr) minmax(600px, 1.7fr) minmax(210px, 0.55fr);
  gap: clamp(26px, 3.2vw, 54px);
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
}

.architecture-cycle-copy h2 {
  margin-top: 18px;
  font-size: clamp(24px, 2.2vw, 36px);
}

.architecture-cycle-copy > p:last-child {
  max-width: 280px;
  margin-top: 18px;
  color: rgba(226, 224, 218, 0.6);
  font-size: 12px;
  line-height: 1.65;
}

.architecture-steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(100px, 1fr));
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.architecture-steps li {
  position: relative;
  display: grid;
  gap: 10px;
  align-content: start;
}

.architecture-steps li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 54px;
  left: 58px;
  width: calc(100% - 50px);
  border-top: 1px dashed rgba(184, 137, 85, 0.52);
}

.architecture-steps b {
  color: #c18443;
  font-size: 18px;
  font-weight: 400;
}

.architecture-steps i {
  width: 50px;
  color: #c18443;
  font-size: 42px;
  line-height: 1;
}

.architecture-steps span {
  color: rgba(226, 224, 218, 0.72);
  font-size: 11px;
  line-height: 1.45;
}

.architecture-warranty {
  min-height: 130px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px 16px;
  align-content: center;
  padding: 24px;
  border: 1px solid rgba(226, 224, 218, 0.2);
}

.architecture-warranty i {
  grid-row: span 2;
  color: #c18443;
  font-size: 42px;
}

.architecture-warranty strong {
  align-self: center;
  color: rgba(242, 239, 232, 0.86);
  font-size: 15px;
  font-weight: 400;
}

.architecture-warranty p {
  grid-column: 1 / -1;
  color: rgba(226, 224, 218, 0.54);
  font-size: 11px;
  line-height: 1.55;
}

@media (max-width: 1180px) {
  .architecture-hero-grid {
    grid-template-columns: minmax(330px, 0.9fr) minmax(0, 1.25fr);
  }

  .architecture-types {
    width: min(580px, 52vw);
  }

  .architecture-finishes-grid {
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 30px;
  }

  .architecture-palette {
    grid-template-columns: 120px minmax(240px, 1fr);
  }

  .architecture-palette > a:last-child {
    display: none;
  }

  .architecture-cycle-grid {
    grid-template-columns: 250px minmax(520px, 1fr);
  }

  .architecture-warranty {
    display: none;
  }
}

@media (max-width: 920px) {
  .architecture-hero,
  .architecture-hero-grid {
    min-height: 760px;
  }

  .architecture-hero-image {
    object-position: 62% center;
  }

  .architecture-hero-shade {
    background: rgba(3, 7, 10, 0.55);
  }

  .architecture-hero-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
    padding-top: 92px;
    padding-bottom: 38px;
  }

  .architecture-copy {
    grid-column: 1;
  }

  .architecture-types {
    width: 100%;
    grid-template-columns: repeat(2, minmax(120px, 1fr));
    gap: 24px 0;
  }

  .architecture-types a:nth-child(2) {
    border-right: 0;
  }

  .architecture-finishes-grid {
    grid-template-columns: 1fr;
  }

  .architecture-finish-showcase {
    min-height: 320px;
  }

  .architecture-cycle-grid {
    grid-template-columns: 1fr;
  }

  .architecture-cycle-copy > p:last-child {
    max-width: 460px;
  }
}

@media (max-width: 640px) {
  .architecture-section h2 {
    font-size: 31px;
  }

  .architecture-hero,
  .architecture-hero-grid {
    min-height: 860px;
  }

  .architecture-hero-grid {
    grid-template-columns: 1fr;
    padding-top: 82px;
  }

  .architecture-types {
    margin-top: 46px;
  }

  .architecture-types a {
    min-height: 100px;
    padding-inline: 14px;
  }

  .architecture-finish-showcase {
    grid-template-rows: auto 230px auto auto;
  }

  .architecture-profile-selector {
    align-items: stretch;
    padding: 0;
    flex-direction: column;
    gap: 0;
    font-size: 11px;
  }

  .architecture-profile-selector > span {
    padding: 12px 14px 9px;
  }

  .architecture-profile-selector-options {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .architecture-profile-selector button {
    min-width: 0;
    min-height: 44px;
    padding: 8px 10px;
    border-top: 1px solid rgba(226, 224, 218, 0.13);
  }

  .architecture-profile-selector button:last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }

  .architecture-finish-image > img {
    min-height: 230px;
  }

  .architecture-palette {
    grid-template-columns: 1fr;
  }

  .architecture-palette-title {
    min-height: 48px;
    border-right: 0;
    border-bottom: 1px solid rgba(226, 224, 218, 0.12);
  }

  .architecture-palette-swatches {
    grid-template-columns: repeat(9, minmax(24px, 1fr));
    overflow: hidden;
  }

  .architecture-steps {
    grid-template-columns: repeat(2, minmax(120px, 1fr));
    gap: 30px 20px;
  }

  .architecture-steps li:not(:last-child)::after {
    display: none;
  }
}

/* Profile types section */
.profile-types-section {
  position: relative;
  overflow: hidden;
  color: #dddcd7;
  background: #070b0e;
  font-family: Manrope, system-ui, sans-serif;
}

.profile-types-main {
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(330px, 0.72fr) minmax(0, 1.65fr);
  grid-template-rows: auto auto;
  column-gap: clamp(20px, 3vw, 52px);
  row-gap: 16px;
  align-items: stretch;
  padding-top: clamp(32px, 3vw, 48px);
  padding-bottom: 44px;
}

.profile-types-copy {
  grid-column: 1;
  grid-row: 1 / span 2;
}

.profile-types-kicker {
  display: flex;
  gap: 12px;
  align-items: center;
  margin: 0;
  color: rgba(228, 225, 217, 0.68);
  font-size: 11px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.profile-types-kicker span {
  width: 36px;
  height: 1px;
  background: #bd8950;
}

.profile-types-copy h2 {
  margin: 20px 0 0;
  color: #e6e3dc;
  font-family: Manrope, system-ui, sans-serif;
  font-size: clamp(32px, 2.5vw, 42px);
  line-height: 1.2;
  font-weight: 300;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

.profile-types-copy h2 em {
  color: #bc8142;
  font-style: normal;
  font-weight: 300;
}

.profile-types-lead {
  max-width: 390px;
  margin: 16px 0 0;
  color: rgba(228, 225, 217, 0.64);
  font-size: 14px;
  line-height: 1.72;
}

.profile-types-benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 16px;
  margin-top: 20px;
}

.profile-types-benefits > div {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 10px;
  align-items: start;
}

.profile-types-benefits > div > i {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(188, 129, 66, 0.7);
  border-radius: 5px;
  color: #bc8142;
  font-size: 21px;
}

.profile-types-benefits p {
  display: grid;
  gap: 5px;
  margin: 2px 0 0;
}

.profile-types-benefits strong {
  color: rgba(239, 236, 228, 0.82);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.profile-types-benefits span {
  color: rgba(228, 225, 217, 0.55);
  font-size: 10px;
  line-height: 1.35;
}

.profile-types-cta {
  width: min(280px, 100%);
  min-height: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  padding: 0 20px;
  border: 1px solid rgba(188, 129, 66, 0.75);
  color: rgba(241, 238, 232, 0.86);
  font-size: 12px;
  text-transform: uppercase;
}

.profile-types-cta i {
  color: #c58948;
  font-size: 18px;
}

.profile-types-visual {
  position: relative;
  min-width: 0;
  min-height: 430px;
}

.profile-types-visual > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  filter: brightness(0.94) contrast(1.03);
}

.profile-label {
  position: absolute;
  z-index: 2;
  color: rgba(237, 234, 226, 0.74);
  font-size: 12px;
  white-space: nowrap;
}

.profile-label::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 24px;
  width: 1px;
  height: 50px;
  background: rgba(196, 132, 66, 0.9);
}

.profile-label-straight { left: 10%; top: 10%; }
.profile-label-rounded { left: 27%; top: 14%; }
.profile-label-sloped { left: 49%; top: 0; }
.profile-label-custom { right: 3%; top: 9%; }

.profile-types-picker {
  border-top: 1px solid rgba(223, 218, 207, 0.18);
  background: #080c0f;
}

.profile-types-picker-grid {
  min-height: 190px;
  display: grid;
  grid-template-columns: 190px minmax(590px, 1fr) 310px;
  gap: 28px;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
}

.profile-types-picker-copy strong {
  color: rgba(238, 235, 228, 0.78);
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.profile-types-picker-copy p {
  max-width: 170px;
  margin: 16px 0 0;
  color: rgba(228, 225, 217, 0.54);
  font-size: 11px;
  line-height: 1.65;
}

.profile-types-options {
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(7, minmax(76px, 1fr));
  gap: 10px;
}

.profile-types-options a {
  min-height: 126px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 14px;
  padding: 10px 6px;
  border: 1px solid rgba(223, 218, 207, 0.18);
  color: rgba(226, 222, 214, 0.7);
  text-align: center;
  font-size: 9px;
  text-transform: uppercase;
}

.profile-types-options a.is-active {
  border-color: #c48746;
  color: rgba(240, 236, 228, 0.9);
}

.profile-types-options i {
  color: #b77c3f;
  font-size: 34px;
  line-height: 1;
}

.profile-types-project {
  display: grid;
  grid-template-columns: 1.35fr 0.9fr;
  gap: 18px;
  align-items: stretch;
}

.profile-types-project > img {
  width: 100%;
  height: 126px;
  object-fit: cover;
  object-position: center;
}

.profile-types-project > span {
  display: grid;
  align-content: center;
  gap: 12px;
  color: rgba(228, 225, 217, 0.54);
  font-size: 10px;
  line-height: 1.5;
}

.profile-types-project strong {
  color: #bd8142;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 400;
}

.profile-types-project i {
  justify-self: end;
  color: #bd8142;
  font-size: 18px;
}

@media (max-width: 1180px) {
  .profile-types-main {
    grid-template-columns: 330px minmax(0, 1fr);
  }

  .profile-types-picker-grid {
    grid-template-columns: 170px minmax(560px, 1fr);
  }

  .profile-types-project {
    display: none;
  }
}

@media (max-width: 920px) {
  .profile-types-main {
    grid-template-columns: 1fr;
  }

  .profile-types-visual {
    min-height: 500px;
  }

  .profile-types-picker-grid {
    grid-template-columns: 1fr;
  }

  .profile-types-picker-copy p {
    max-width: 420px;
  }

  .profile-types-options {
    overflow-x: auto;
    grid-template-columns: repeat(7, 100px);
    padding-bottom: 8px;
  }
}

@media (max-width: 560px) {
  .profile-types-main {
    padding-top: 48px;
  }

  .profile-types-copy h2 {
    font-size: 31px;
  }

  .profile-types-benefits {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .profile-types-visual {
    min-height: 330px;
  }

  .profile-label {
    display: none;
  }

  .profile-types-picker-grid {
    min-height: auto;
  }
}

/* Portfolio and workflow section */
.portfolio-section {
  position: relative;
  overflow: hidden;
  color: #dedbd4;
  background: #070b0e;
  font-family: Manrope, system-ui, sans-serif;
}

.portfolio-layout {
  display: grid;
  grid-template-columns: minmax(430px, 0.4fr) minmax(0, 1fr);
  gap: clamp(34px, 4vw, 68px);
  padding-top: clamp(78px, 7vw, 108px);
  padding-bottom: 58px;
}

.portfolio-intro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
}

.portfolio-kicker {
  display: flex;
  gap: 13px;
  align-items: center;
  margin: 0;
  color: rgba(235, 231, 223, 0.68);
  font-size: 10px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.portfolio-kicker span {
  width: 32px;
  height: 1px;
  background: #b6783e;
}

.portfolio-intro h2 {
  max-width: 100%;
  margin: 40px 0 0;
  color: #e8e4dc;
  font-family: "Oranienbaum", Didot, Georgia, serif;
  font-size: clamp(42px, 2.65vw, 50px);
  line-height: 1.06;
  font-weight: 400;
  letter-spacing: 0.015em;
  text-transform: uppercase;
}

.portfolio-intro h2 em,
.portfolio-process-copy h3 em {
  color: #b9783f;
  font-style: normal;
}

.portfolio-intro > p:not(.portfolio-kicker) {
  max-width: 310px;
  margin: 28px 0 0;
  color: rgba(231, 227, 220, 0.58);
  font-size: 13px;
  line-height: 1.7;
}

.portfolio-all {
  width: min(286px, 100%);
  min-height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 34px;
  padding: 0 22px;
  border: 1px solid rgba(225, 218, 207, 0.34);
  border-radius: 3px;
  color: rgba(244, 240, 233, 0.88);
  font-size: 12px;
  text-decoration: none;
  transition: border-color 180ms ease, color 180ms ease;
}

.portfolio-all:hover {
  color: #c88a4d;
  border-color: rgba(200, 138, 77, 0.78);
}

.portfolio-all i {
  color: #c3884c;
  font-size: 18px;
}

.portfolio-controls {
  display: flex;
  gap: 28px;
  align-items: center;
  margin-top: auto;
  padding-top: 42px;
}

.portfolio-controls button {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(226, 219, 208, 0.22);
  border-radius: 3px;
  color: rgba(235, 231, 224, 0.66);
  background: transparent;
  cursor: pointer;
}

.portfolio-controls button:hover {
  color: #c3884c;
  border-color: rgba(195, 136, 76, 0.72);
}

.portfolio-controls span {
  display: flex;
  gap: 14px;
  align-items: center;
  color: rgba(231, 226, 216, 0.42);
  font-size: 15px;
}

.portfolio-controls span b {
  color: #c3884c;
  font-size: 18px;
  font-weight: 400;
}

.portfolio-controls span em {
  font-style: normal;
}

.portfolio-controls span i {
  width: 58px;
  height: 1px;
  background: rgba(195, 136, 76, 0.68);
}

.portfolio-track {
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 5px;
  overflow-x: auto;
  scrollbar-width: none;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
}

.portfolio-track::-webkit-scrollbar {
  display: none;
}

.portfolio-card {
  min-width: 0;
  overflow: hidden;
  background: #0a0e11;
  border: 1px solid rgba(223, 216, 205, 0.08);
  scroll-snap-align: start;
  transition: border-color 180ms ease;
}

.portfolio-card.is-active {
  border-color: rgba(190, 126, 65, 0.42);
}

.portfolio-card--gallery {
  cursor: pointer;
}

.portfolio-card--gallery:focus-visible {
  outline: 1px solid #c3884c;
  outline-offset: -2px;
}

.portfolio-card > img {
  width: 100%;
  height: clamp(300px, 28vw, 445px);
  display: block;
  object-fit: cover;
  filter: brightness(0.76) saturate(0.8);
  transition: filter 240ms ease, transform 420ms ease;
}

.portfolio-card:hover > img {
  filter: brightness(0.88) saturate(0.9);
  transform: scale(1.015);
}

.portfolio-card > div {
  position: relative;
  min-height: 166px;
  padding: 42px 18px 18px;
  background: #0a0e11;
}

.portfolio-card > div > b {
  position: absolute;
  top: 10px;
  left: 18px;
  padding: 4px 7px;
  border: 1px solid rgba(194, 133, 72, 0.36);
  border-radius: 2px;
  color: #bd7e41;
  font-size: 11px;
  font-weight: 400;
}

.portfolio-card h3 {
  margin: 0;
  color: rgba(242, 238, 231, 0.88);
  font-size: 14px;
  line-height: 1.25;
  font-weight: 400;
}

.portfolio-card p {
  display: flex;
  gap: 5px;
  align-items: center;
  margin: 7px 0 0;
  color: rgba(231, 226, 218, 0.46);
  font-size: 10px;
}

.portfolio-card dl {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px 8px;
  margin: 26px 0 0;
}

.portfolio-card dt {
  color: rgba(231, 226, 218, 0.4);
  font-size: 8px;
}

.portfolio-card dd {
  margin: 0;
  color: #b9783f;
  font-size: 9px;
}

.portfolio-process {
  border-top: 1px solid rgba(222, 216, 204, 0.12);
  background: #080c0f;
}

.portfolio-process-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.31fr) minmax(0, 1fr);
  gap: clamp(34px, 4vw, 68px);
  padding-top: 58px;
  padding-bottom: 72px;
}

.portfolio-process-copy h3 {
  margin: 36px 0 0;
  color: #e5e1da;
  font-family: "Oranienbaum", Didot, Georgia, serif;
  font-size: clamp(29px, 2.35vw, 40px);
  line-height: 1.08;
  font-weight: 400;
  text-transform: uppercase;
}

.portfolio-process-copy > p:not(.portfolio-kicker) {
  max-width: 320px;
  margin: 24px 0 0;
  color: rgba(231, 227, 220, 0.52);
  font-size: 11px;
  line-height: 1.65;
}

.portfolio-process ol {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 22px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

.portfolio-process li {
  position: relative;
  min-width: 0;
}

.portfolio-process li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 35px;
  left: calc(100% - 2px);
  width: 26px;
  border-top: 1px dashed rgba(193, 132, 70, 0.64);
}

.portfolio-process li > i {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(226, 219, 208, 0.08);
  border-radius: 50%;
  color: #c17f3f;
  background: #0c1115;
  box-shadow: 0 0 30px rgba(80, 91, 99, 0.1) inset;
  font-size: 31px;
}

.portfolio-process li > b {
  display: block;
  margin-top: 20px;
  color: #bd7c3d;
  font-size: 15px;
  font-weight: 400;
}

.portfolio-process li strong {
  display: block;
  margin-top: 8px;
  color: rgba(242, 238, 232, 0.82);
  font-size: 12px;
  line-height: 1.45;
  font-weight: 400;
}

.portfolio-process li span {
  display: block;
  margin-top: 12px;
  color: rgba(231, 226, 218, 0.43);
  font-size: 9px;
  line-height: 1.55;
}

@media (max-width: 1100px) {
  .portfolio-layout {
    grid-template-columns: 310px minmax(0, 1fr);
    gap: 30px;
  }

  .portfolio-process-layout {
    grid-template-columns: 250px minmax(0, 1fr);
    gap: 30px;
  }

  .portfolio-intro h2 {
    font-size: 36px;
    letter-spacing: 0;
  }

  .portfolio-track {
    grid-template-columns: repeat(4, 210px);
  }

  .portfolio-process ol {
    min-width: 760px;
  }

  .portfolio-process-layout {
    overflow-x: auto;
  }
}

@media (max-width: 760px) {
  .portfolio-layout,
  .portfolio-process-layout {
    grid-template-columns: 1fr;
  }

  .portfolio-layout {
    padding-top: 76px;
  }

  .portfolio-intro h2 {
    margin-top: 28px;
  }

  .portfolio-controls {
    margin-top: 0;
    padding-top: 28px;
  }

  .portfolio-track {
    grid-template-columns: repeat(4, minmax(240px, 78vw));
    gap: 10px;
  }

  .portfolio-card > img {
    height: 370px;
  }

  .portfolio-process-layout {
    overflow: visible;
  }

  .portfolio-process ol {
    min-width: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 20px;
  }

  .portfolio-process li:not(:last-child)::after {
    display: none;
  }
}

@media (max-width: 420px) {
  .portfolio-intro h2 {
    font-size: 39px;
  }

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

/* Manufacturing section */
.manufacturing-section {
  position: relative;
  overflow: hidden;
  color: #dedbd4;
  background: #070b0e;
  font-family: Manrope, system-ui, sans-serif;
}

.manufacturing-hero {
  position: relative;
  min-height: clamp(620px, 45vw, 720px);
  border-bottom: 1px solid rgba(222, 216, 204, 0.16);
}

.manufacturing-hero > img,
.manufacturing-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.manufacturing-hero > img {
  object-fit: cover;
  object-position: center;
  filter: brightness(0.72) saturate(0.78);
}

.manufacturing-shade {
  background: linear-gradient(90deg, rgba(4, 8, 11, 0.94) 0%, rgba(4, 8, 11, 0.82) 31%, rgba(4, 8, 11, 0.28) 57%, rgba(4, 8, 11, 0.08) 100%);
}

.manufacturing-copy {
  position: relative;
  z-index: 2;
  min-height: clamp(620px, 45vw, 720px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: clamp(104px, 8vw, 128px);
  padding-bottom: 44px;
}

.manufacturing-kicker {
  display: flex;
  gap: 12px;
  align-items: center;
  margin: 0;
  color: rgba(231, 227, 220, 0.68);
  font-size: 11px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.manufacturing-kicker span {
  width: 36px;
  height: 1px;
  background: #ba7d43;
}

.manufacturing-copy h2 {
  margin: 24px 0 0;
  color: #e7e3db;
  font-family: "Oranienbaum", Didot, Georgia, serif;
  max-width: 650px;
  font-size: clamp(38px, 3.1vw, 52px);
  line-height: 1.05;
  font-weight: 400;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.manufacturing-copy h2 em {
  color: #b9783f;
  font-style: normal;
}

.manufacturing-lead {
  max-width: 500px;
  margin: 30px 0 0;
  color: rgba(231, 227, 220, 0.66);
  font-size: 12px;
  line-height: 1.7;
}

.manufacturing-benefits {
  width: min(560px, 46vw);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px 34px;
  margin-top: 34px;
}

.manufacturing-benefits > div {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 14px;
  align-items: start;
}

.manufacturing-benefits > div > i {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(185, 121, 62, 0.82);
  border-radius: 5px;
  color: #bd7d42;
  font-size: 20px;
}

.manufacturing-benefits p {
  display: grid;
  gap: 6px;
  margin: 2px 0 0;
}

.manufacturing-benefits strong {
  color: rgba(239, 236, 228, 0.8);
  font-size: 10.5px;
  font-weight: 500;
  text-transform: uppercase;
}

.manufacturing-benefits span {
  color: rgba(231, 227, 220, 0.55);
  font-size: 9.5px;
  line-height: 1.45;
}

.manufacturing-process {
  min-height: 270px;
  background: #080c0f;
}

.manufacturing-process-track {
  position: relative;
  min-height: 270px;
  padding-top: 52px;
  padding-bottom: 24px;
}

.manufacturing-process-track > img {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  height: 132px;
  object-fit: cover;
  object-position: center;
}

.manufacturing-process ol {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 16px;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(186, 125, 67, 0.5);
  list-style: none;
}

.manufacturing-process li {
  position: relative;
  min-height: 192px;
  padding-top: 134px;
  border-left: 1px solid rgba(223, 218, 207, 0.1);
  border-right: 1px solid rgba(223, 218, 207, 0.1);
}

.manufacturing-process li > b {
  position: absolute;
  top: -30px;
  left: 50%;
  color: rgba(232, 226, 216, 0.76);
  font-size: 13px;
  font-weight: 400;
  transform: translateX(-50%);
}

.manufacturing-process li > b::after {
  content: "";
  position: absolute;
  top: 23px;
  left: 50%;
  width: 8px;
  height: 8px;
  border: 1px solid #bb7a3f;
  border-radius: 50%;
  background: #080c0f;
  transform: translateX(-50%);
}

.manufacturing-process li > span {
  min-height: 58px;
  display: grid;
  grid-template-columns: 25px 1fr;
  gap: 2px 10px;
  align-content: center;
  padding: 10px 12px;
  background: rgba(7, 11, 14, 0.88);
  border-top: 1px solid rgba(223, 218, 207, 0.12);
}

.manufacturing-process li i {
  grid-row: span 2;
  align-self: center;
  color: #b9783f;
  font-size: 22px;
}

.manufacturing-process li strong {
  color: rgba(240, 236, 228, 0.82);
  font-size: 9.5px;
  line-height: 1.25;
  font-weight: 500;
  text-transform: uppercase;
}

.manufacturing-process li small {
  display: none;
}

@media (max-width: 920px) {
  .manufacturing-hero,
  .manufacturing-copy {
    min-height: 680px;
  }

  .manufacturing-hero > img {
    object-position: 58% center;
  }

  .manufacturing-shade {
    background: rgba(4, 8, 11, 0.5);
  }

  .manufacturing-copy {
    padding-top: 90px;
  }

  .manufacturing-benefits {
    width: min(620px, 100%);
  }

  .manufacturing-process-track {
    overflow-x: auto;
  }

  .manufacturing-process-track > img {
    width: 910px;
  }

  .manufacturing-process ol {
    width: 910px;
    grid-template-columns: repeat(7, 118px);
  }
}

@media (max-width: 560px) {
  .manufacturing-copy h2 {
    font-size: 36px;
  }

  .manufacturing-lead {
    font-size: 12px;
  }

  .manufacturing-benefits {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .manufacturing-hero,
  .manufacturing-copy {
    min-height: 790px;
  }
}

/* Before / after and FAQ */
.transformation-section {
  position: relative;
  overflow: hidden;
  color: #dedbd4;
  background: #070b0e;
  font-family: Manrope, system-ui, sans-serif;
}

.transformation-layout {
  display: grid;
  grid-template-columns: minmax(270px, 0.3fr) minmax(0, 1fr);
  gap: clamp(36px, 5vw, 78px);
  padding-top: clamp(80px, 7vw, 112px);
  padding-bottom: 48px;
}

.transformation-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.transformation-kicker {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 0;
  color: rgba(235, 231, 223, 0.65);
  font-size: 9px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.transformation-kicker b {
  color: #bd7c3d;
  font-weight: 500;
}

.transformation-kicker > span {
  width: 18px;
  height: 1px;
  background: rgba(189, 124, 61, 0.78);
}

.transformation-copy h2 {
  margin: 32px 0 0;
  color: #e5e1da;
  font-family: "Oranienbaum", Didot, Georgia, serif;
  font-size: clamp(35px, 3vw, 50px);
  line-height: 1.05;
  font-weight: 400;
  text-transform: uppercase;
}

.transformation-copy h2 em,
.faq-intro h3 em {
  color: #b9783f;
  font-style: normal;
}

.transformation-copy > p:not(.transformation-kicker) {
  max-width: 310px;
  margin: 24px 0 0;
  color: rgba(231, 227, 220, 0.55);
  font-size: 12px;
  line-height: 1.7;
}

.transformation-copy > a {
  width: min(280px, 100%);
  min-height: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 32px;
  padding: 0 20px;
  border: 1px solid rgba(190, 126, 65, 0.62);
  border-radius: 3px;
  color: rgba(241, 236, 228, 0.86);
  font-size: 11px;
  text-decoration: none;
}

.transformation-copy > a i {
  color: #c18142;
  font-size: 17px;
}

.transformation-controls {
  display: flex;
  gap: 26px;
  align-items: center;
  margin-top: auto;
  padding-top: 28px;
}

.transformation-controls button {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(226, 219, 208, 0.2);
  border-radius: 3px;
  color: rgba(235, 231, 224, 0.68);
  background: transparent;
}

.transformation-controls > span {
  display: flex;
  gap: 14px;
  align-items: center;
  color: rgba(231, 226, 216, 0.4);
  font-size: 14px;
}

.transformation-controls span b {
  color: #c18345;
  font-size: 18px;
  font-weight: 400;
}

.transformation-controls span i {
  width: 54px;
  height: 1px;
  background: rgba(195, 136, 76, 0.68);
}

.transformation-visual {
  min-width: 0;
}

.comparison-stage {
  --split: 50%;
  position: relative;
  height: clamp(330px, 30vw, 470px);
  overflow: hidden;
  border-radius: 9px;
  background: #10161b;
}

.comparison-stage > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 56%;
  user-select: none;
  pointer-events: none;
}

.comparison-after {
  clip-path: inset(0 0 0 var(--split));
}

.comparison-label {
  position: absolute;
  top: 16px;
  z-index: 3;
  padding: 7px 15px;
  border-radius: 4px;
  color: rgba(247, 244, 238, 0.92);
  background: rgba(5, 9, 12, 0.78);
  font-size: 10px;
  text-transform: uppercase;
}

.comparison-label-before {
  left: 16px;
}

.comparison-label-after {
  right: 16px;
}

.comparison-category {
  position: absolute;
  z-index: 3;
  left: 18px;
  bottom: 16px;
  max-width: calc(100% - 36px);
  padding: 8px 13px;
  border: 1px solid rgba(184, 137, 85, 0.42);
  border-radius: 4px;
  color: rgba(247, 244, 238, 0.9);
  background: rgba(5, 9, 12, 0.76);
  backdrop-filter: blur(8px);
  font-size: 10px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.comparison-divider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--split);
  z-index: 4;
  width: 2px;
  background: rgba(255, 255, 255, 0.9);
  transform: translateX(-1px);
  pointer-events: none;
}

.comparison-divider::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: 50%;
  background: #0a1014;
  transform: translate(-50%, -50%);
}

.comparison-divider i {
  position: absolute;
  top: 50%;
  z-index: 2;
  color: #f4f1eb;
  font-size: 16px;
  transform: translateY(-50%);
}

.comparison-divider i:first-child {
  left: -16px;
}

.comparison-divider i:last-child {
  right: -16px;
}

.comparison-stage input[type="range"] {
  position: absolute;
  inset: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: ew-resize;
}

.transformation-benefits {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.transformation-benefits li {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 10px;
  align-items: center;
  min-width: 0;
  padding: 0 14px;
  border-right: 1px solid rgba(221, 214, 203, 0.12);
}

.transformation-benefits li:first-child {
  padding-left: 0;
}

.transformation-benefits li:last-child {
  padding-right: 0;
  border-right: 0;
}

.transformation-benefits li > i {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(190, 126, 65, 0.72);
  border-radius: 50%;
  color: #bd7c3d;
  font-size: 18px;
}

.transformation-benefits span {
  color: rgba(234, 230, 223, 0.56);
  font-size: 9px;
  line-height: 1.45;
}

.faq-section {
  padding: 42px 0 56px;
  border-top: 1px solid rgba(222, 216, 204, 0.12);
  background: #080c0f;
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(270px, 0.3fr) minmax(0, 1fr);
  gap: clamp(36px, 5vw, 78px);
}

.faq-intro h3 {
  margin: 28px 0 0;
  color: #e5e1da;
  font-family: "Oranienbaum", Didot, Georgia, serif;
  font-size: clamp(32px, 2.8vw, 46px);
  line-height: 1.06;
  font-weight: 400;
  text-transform: uppercase;
}

.faq-intro > p:not(.transformation-kicker) {
  max-width: 300px;
  margin: 20px 0 0;
  color: rgba(231, 227, 220, 0.52);
  font-size: 11px;
  line-height: 1.65;
}

.faq-intro > img {
  width: min(310px, 100%);
  height: auto;
  aspect-ratio: 2178 / 722;
  display: block;
  margin-top: 24px;
  object-fit: contain;
  object-position: center;
  filter: brightness(0.82) saturate(0.75);
}

.faq-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 14px;
  align-content: start;
}

.faq-list details {
  min-width: 0;
  border: 1px solid rgba(221, 214, 203, 0.16);
  border-radius: 3px;
  background: rgba(11, 16, 20, 0.56);
}

.faq-list summary {
  min-height: 58px;
  display: grid;
  grid-template-columns: 30px 1fr 20px;
  gap: 10px;
  align-items: center;
  padding: 0 14px;
  color: rgba(240, 236, 229, 0.76);
  font-size: 11px;
  line-height: 1.35;
  cursor: pointer;
  list-style: none;
}

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

.faq-list summary b,
.faq-list summary i {
  color: #bd7c3d;
  font-weight: 400;
}

.faq-list summary i {
  font-size: 20px;
  transition: transform 180ms ease;
}

.faq-list details[open] summary i {
  transform: rotate(45deg);
}

.faq-list details > p {
  margin: 0;
  padding: 0 44px 15px 54px;
  color: rgba(231, 227, 220, 0.5);
  font-size: 9px;
  line-height: 1.55;
}

.consultation-strip {
  min-height: 92px;
  display: grid;
  grid-template-columns: 60px minmax(220px, 1.2fr) minmax(180px, 0.8fr) minmax(190px, 0.9fr) minmax(210px, 0.9fr);
  gap: 18px;
  align-items: center;
  margin-top: 34px;
  padding-top: 18px;
  padding-bottom: 18px;
  border: 1px solid rgba(221, 214, 203, 0.15);
  border-radius: 4px;
}

.consultation-strip > i {
  justify-self: center;
  color: #c48242;
  font-size: 43px;
}

.consultation-strip > div {
  display: grid;
  gap: 8px;
}

.consultation-strip strong {
  color: rgba(242, 238, 231, 0.8);
  font-family: "Oranienbaum", Didot, Georgia, serif;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
}

.consultation-strip > div span {
  color: rgba(231, 227, 220, 0.48);
  font-size: 10px;
}

.consultation-strip > a:not(.consultation-button) {
  display: flex;
  gap: 12px;
  align-items: center;
  padding-left: 18px;
  border-left: 1px solid rgba(221, 214, 203, 0.16);
  color: rgba(242, 238, 231, 0.76);
  font-size: 11px;
  text-decoration: none;
}

.consultation-strip > a > i {
  color: #c48242;
  font-size: 24px;
}

.consultation-strip > a span {
  display: grid;
  gap: 4px;
}

.consultation-strip small {
  color: rgba(231, 227, 220, 0.4);
  font-size: 8px;
}

.consultation-button {
  min-height: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 18px;
  padding: 0 20px;
  border: 1px solid rgba(190, 126, 65, 0.68);
  border-radius: 3px;
  color: rgba(242, 238, 231, 0.84);
  font-size: 10px;
  text-decoration: none;
}

@media (max-width: 1040px) {
  .transformation-layout,
  .faq-layout {
    grid-template-columns: 250px minmax(0, 1fr);
    gap: 32px;
  }

  .transformation-benefits {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px 0;
  }

  .transformation-benefits li:nth-child(3) {
    border-right: 0;
  }

  .consultation-strip {
    grid-template-columns: 52px 1fr 1fr;
  }

  .consultation-strip > a:nth-of-type(2),
  .consultation-button {
    grid-column: span 1;
  }
}

@media (max-width: 760px) {
  .transformation-layout,
  .faq-layout {
    grid-template-columns: 1fr;
  }

  .transformation-controls {
    margin-top: 0;
  }

  .comparison-stage {
    height: 430px;
  }

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

  .consultation-strip {
    grid-template-columns: 48px 1fr;
  }

  .consultation-strip > a,
  .consultation-button {
    grid-column: 1 / -1;
    margin: 0 16px;
  }
}

@media (max-width: 480px) {
  .transformation-copy h2 {
    font-size: 34px;
  }

  .comparison-stage {
    height: 360px;
  }

  .transformation-benefits {
    grid-template-columns: 1fr 1fr;
  }

  .transformation-benefits li,
  .transformation-benefits li:first-child,
  .transformation-benefits li:last-child {
    padding: 0;
    border: 0;
  }
}

/* Final quote section and footer */
.final-quote-section {
  position: relative;
  min-height: 735px;
  overflow: hidden;
  color: #dedbd4;
  background: #070b0e;
  font-family: Manrope, system-ui, sans-serif;
}

.final-quote-background,
.final-quote-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.final-quote-background {
  object-fit: cover;
  object-position: 50% 58%;
  filter: brightness(0.54) saturate(0.78);
}

.final-quote-shade {
  background: linear-gradient(90deg, rgba(4, 8, 11, 0.96) 0%, rgba(4, 8, 11, 0.74) 29%, rgba(4, 8, 11, 0.22) 55%, rgba(4, 8, 11, 0.7) 76%, rgba(4, 8, 11, 0.92) 100%);
}

.final-quote-layout {
  position: relative;
  z-index: 2;
  min-height: 735px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(440px, 0.72fr);
  gap: clamp(38px, 5vw, 78px);
  align-items: center;
  padding-top: 56px;
  padding-bottom: 56px;
}

.final-quote-copy {
  min-width: 0;
}

.final-quote-kicker {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 0;
  color: rgba(235, 231, 223, 0.68);
  font-size: 10px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.final-quote-kicker b {
  color: #c08142;
  font-weight: 500;
}

.final-quote-kicker span {
  width: 24px;
  height: 1px;
  background: rgba(192, 129, 66, 0.75);
}

.final-quote-copy h2 {
  margin: 36px 0 0;
  color: #e7e3dc;
  font-family: "Oranienbaum", Didot, Georgia, serif;
  font-size: clamp(43px, 4.15vw, 68px);
  line-height: 1.03;
  font-weight: 400;
  text-transform: uppercase;
}

.final-quote-copy h2 em {
  color: #b9783f;
  font-style: normal;
}

.final-quote-line {
  width: 58px;
  height: 1px;
  display: block;
  margin-top: 28px;
  background: #b9783f;
}

.final-quote-copy > p:not(.final-quote-kicker) {
  max-width: 390px;
  margin: 24px 0 0;
  color: rgba(231, 227, 220, 0.57);
  font-size: 12px;
  line-height: 1.7;
}

.final-quote-copy > ul {
  width: min(670px, 100%);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 100px 0 0;
  padding: 0;
  list-style: none;
}

.final-quote-copy li {
  display: grid;
  justify-items: center;
  gap: 14px;
  padding: 0 16px;
  border-right: 1px solid rgba(223, 216, 205, 0.14);
  text-align: center;
}

.final-quote-copy li:last-child {
  border-right: 0;
}

.final-quote-copy li i {
  color: #c08040;
  font-size: 38px;
}

.final-quote-copy li span {
  color: rgba(239, 235, 227, 0.7);
  font-size: 9px;
  line-height: 1.5;
}

.final-quote-form {
  padding: 30px 30px 28px;
  border: 1px solid rgba(191, 132, 73, 0.46);
  border-radius: 10px;
  background: rgba(8, 13, 17, 0.88);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(8px);
}

.final-quote-form h3 {
  margin: 0;
  color: rgba(244, 240, 233, 0.87);
  font-family: "Oranienbaum", Didot, Georgia, serif;
  font-size: 25px;
  font-weight: 400;
  text-transform: uppercase;
}

.final-quote-form > p {
  margin: 9px 0 20px;
  color: rgba(231, 227, 220, 0.5);
  font-size: 11px;
  line-height: 1.55;
}

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

.final-form-grid label {
  min-height: 62px;
  display: grid;
  align-content: center;
  gap: 6px;
  padding: 10px 13px;
  border: 1px solid rgba(223, 216, 205, 0.22);
  border-radius: 4px;
}

.final-form-grid label:focus-within {
  border-color: rgba(194, 128, 64, 0.78);
}

.final-form-grid label > span {
  color: rgba(234, 230, 222, 0.7);
  font-size: 8px;
}

.final-form-grid input,
.final-form-grid select,
.final-form-grid textarea {
  width: 100%;
  min-width: 0;
  padding: 0;
  border: 0;
  outline: 0;
  color: rgba(243, 239, 232, 0.8);
  background: transparent;
  font: inherit;
  font-size: 10px;
}

.final-form-grid select {
  color-scheme: dark;
}

.final-form-grid textarea {
  resize: vertical;
}

.final-form-wide {
  grid-column: 1 / -1;
}

.final-form-grid .final-form-wide:has(textarea) {
  min-height: 92px;
  align-content: start;
}

.final-file-label {
  min-height: 66px;
  display: flex;
  gap: 16px;
  align-items: center;
  margin-top: 10px;
  padding: 10px 18px;
  border: 1px dashed rgba(194, 128, 64, 0.78);
  border-radius: 4px;
  color: rgba(239, 235, 228, 0.72);
  cursor: pointer;
}

.final-file-label:hover,
.final-file-label:focus-within {
  border-color: #d89a5d;
  background: rgba(194, 128, 64, 0.06);
}

.final-file-label.is-selected {
  border-style: solid;
  background: rgba(194, 128, 64, 0.08);
}

.final-file-label.has-error {
  border-color: #d46f61;
  background: rgba(212, 111, 97, 0.08);
}

.final-file-label > i {
  flex: 0 0 auto;
  color: #c08040;
  font-size: 28px;
}

.final-file-label > .final-file-copy {
  min-width: 0;
  display: grid;
  gap: 3px;
  flex: 1 1 auto;
  font-size: 10px;
}

.final-file-copy > strong {
  color: rgba(239, 235, 228, 0.78);
  font-weight: 500;
}

.final-file-copy small {
  color: rgba(231, 227, 220, 0.42);
  font-size: 8px;
  line-height: 1.4;
}

.final-file-name {
  max-width: 100%;
  overflow: hidden;
  color: #d39a62;
  font-size: 9px;
  line-height: 1.4;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.final-file-label.has-error .final-file-name {
  color: #e39488;
}

.final-file-action {
  flex: 0 0 auto;
  padding: 8px 11px;
  border: 1px solid rgba(194, 128, 64, 0.58);
  border-radius: 3px;
  color: rgba(244, 237, 227, 0.82);
  font-size: 9px;
  white-space: nowrap;
}

.final-file-input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.final-consent {
  display: flex;
  gap: 9px;
  align-items: center;
  margin-top: 14px;
  color: rgba(234, 230, 222, 0.66);
  font-size: 9px;
}

.final-consent input {
  width: 15px;
  height: 15px;
  accent-color: #b9783f;
}

.final-consent a {
  color: #b9783f;
}

.final-quote-form > button {
  width: 100%;
  min-height: 48px;
  display: flex;
  justify-content: center;
  gap: 16px;
  align-items: center;
  margin-top: 14px;
  border: 1px solid #c58a51;
  border-radius: 4px;
  color: #f6f1e9;
  background: #b98555;
  font: inherit;
  font-size: 12px;
  text-transform: uppercase;
  cursor: pointer;
}

.final-quote-form > button:hover {
  background: #c18c5a;
}

.rich-footer {
  color: #dedbd4;
  background: #090d10;
  border-top: 1px solid rgba(190, 126, 65, 0.38);
  font-family: Manrope, system-ui, sans-serif;
}

.rich-footer-layout {
  min-height: 172px;
  display: grid;
  grid-template-columns: 1.05fr 1fr 1fr;
  align-items: center;
}

.rich-footer-layout > * {
  min-width: 0;
  min-height: 108px;
  padding: 0 24px;
  border-right: 1px solid rgba(223, 216, 205, 0.13);
}

.rich-footer-layout > *:first-child {
  padding-left: 0;
}

.rich-footer-layout > *:last-child {
  padding-right: 0;
  border-right: 0;
}

.footer-catalog,
.footer-consultation {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 16px;
  align-items: center;
}

.footer-catalog > img {
  width: 120px;
  height: 100px;
  object-fit: cover;
  object-position: center;
}

.footer-catalog > div,
.footer-consultation > div {
  display: grid;
  gap: 9px;
}

.rich-footer strong {
  color: rgba(242, 238, 231, 0.78);
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
}

.rich-footer span {
  color: rgba(231, 227, 220, 0.46);
  font-size: 9px;
  line-height: 1.55;
}

.rich-footer a {
  color: #bf7f40;
  font-size: 9px;
  text-decoration: none;
}

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

.footer-consultation > i {
  color: #c08040;
  font-size: 36px;
}

.footer-contacts {
  display: grid;
  gap: 12px;
  align-content: center;
  font-style: normal;
}

.footer-contacts a,
.footer-contacts > span {
  display: flex;
  gap: 10px;
  align-items: center;
  color: rgba(239, 235, 228, 0.7);
  font-size: 9px;
}

.footer-contacts i {
  color: #c08040;
  font-size: 19px;
}

.footer-contacts a span {
  display: grid;
}

.footer-contacts small {
  color: rgba(231, 227, 220, 0.38);
  font-size: 7px;
}

.footer-legal {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 24px;
  padding-top: 17px;
  padding-bottom: 19px;
  border-top: 1px solid rgba(223, 216, 205, 0.12);
}

.rich-footer .footer-legal span,
.rich-footer .footer-legal a {
  color: rgba(231, 227, 220, 0.56);
  font-size: 11px;
  line-height: 1.4;
}

.rich-footer .footer-legal a {
  text-decoration: underline;
  text-decoration-color: rgba(190, 126, 65, 0.5);
  text-underline-offset: 4px;
}

.rich-footer .footer-legal a:hover {
  color: #d09254;
}

@media (max-width: 640px) {
  .footer-legal {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
}

@media (max-width: 1050px) {
  .final-quote-layout {
    grid-template-columns: minmax(0, 1fr) minmax(400px, 0.82fr);
    gap: 30px;
  }

  .final-quote-copy h2 {
    font-size: 45px;
  }

  .final-quote-copy > ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 0;
    margin-top: 60px;
  }

  .rich-footer-layout {
    grid-template-columns: repeat(2, 1fr);
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .rich-footer-layout > * {
    border-bottom: 1px solid rgba(223, 216, 205, 0.1);
  }
}

@media (max-width: 760px) {
  .final-quote-section,
  .final-quote-layout {
    min-height: 0;
  }

  .final-quote-layout {
    grid-template-columns: 1fr;
    padding-top: 84px;
  }

  .final-quote-copy > ul {
    margin-top: 40px;
  }

  .final-quote-form {
    padding: 24px 18px;
  }

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

  .rich-footer-layout > * {
    padding: 24px 0;
    border-right: 0;
  }
}

@media (max-width: 460px) {
  .final-quote-copy h2 {
    font-size: 36px;
  }

  .final-quote-copy > ul {
    grid-template-columns: 1fr 1fr;
  }

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

  .final-form-wide {
    grid-column: auto;
  }
}

/* Real portfolio objects */
.portfolio-track-real {
  grid-template-columns: none;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 14px) / 2);
  gap: 14px;
}

.portfolio-track-real .portfolio-card > img {
  height: clamp(310px, 28vw, 430px);
  object-position: center;
  filter: brightness(0.82) saturate(0.88);
}

.portfolio-track-real .portfolio-card > div {
  min-height: 166px;
}

.portfolio-track-real .portfolio-card h3 {
  max-width: 95%;
  font-size: 16px;
}

.portfolio-track-real .portfolio-card dt,
.portfolio-track-real .portfolio-card dd {
  font-size: 9px;
}

@media (max-width: 1100px) {
  .portfolio-track-real {
    grid-template-columns: none;
    grid-auto-columns: calc((100% - 14px) / 2);
  }
}

@media (max-width: 760px) {
  .portfolio-track-real {
    grid-template-columns: none;
    grid-auto-columns: minmax(280px, 84vw);
  }

  .portfolio-track-real .portfolio-card > img {
    height: 320px;
  }
}

/* Architecture applications */
.architecture-applications {
  padding: 104px 0 64px;
  border-top: 1px solid rgba(224, 218, 207, 0.12);
  border-bottom: 1px solid rgba(224, 218, 207, 0.12);
  background: #080c0f;
}

.architecture-applications-head {
  display: grid;
  grid-template-columns: minmax(360px, 0.8fr) minmax(300px, 0.55fr);
  gap: 50px;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 34px;
}

.architecture-applications-head h2 {
  margin-top: 22px;
  font-size: clamp(34px, 3vw, 48px);
}

.architecture-applications-aside {
  max-width: 470px;
  justify-self: end;
}

.architecture-applications-aside > p {
  max-width: 470px;
  color: rgba(231, 227, 220, 0.52);
  font-size: 12px;
  line-height: 1.7;
}

.architecture-applications-aside .section-cta {
  margin-top: 18px;
}

.architecture-applications-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}

.architecture-applications-grid > button {
  position: relative;
  min-height: 230px;
  overflow: hidden;
  border: 1px solid rgba(225, 219, 208, 0.15);
  border-radius: 4px;
  color: rgba(242, 238, 231, 0.82);
  background: #0a0e11;
  text-decoration: none;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.architecture-applications-grid img {
  width: 100%;
  height: 176px;
  display: block;
  object-fit: cover;
  object-position: center;
  filter: brightness(0.68) saturate(0.74);
  transition: filter 220ms ease, transform 360ms ease;
}

.architecture-applications-grid > button:hover img,
.architecture-applications-grid > button:focus-visible img {
  filter: brightness(0.84) saturate(0.85);
  transform: scale(1.025);
}

.architecture-applications-grid span {
  min-height: 53px;
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 0 12px;
  font-size: 9px;
  text-transform: uppercase;
}

.architecture-applications-grid span i {
  color: #be7e40;
  font-size: 20px;
}

@media (max-width: 1180px) {
  .architecture-applications-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .architecture-applications-head {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .architecture-applications-aside {
    justify-self: start;
  }

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

@media (max-width: 520px) {
  .architecture-applications {
    padding: 82px 0 48px;
  }

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

  .architecture-applications-grid > button {
    min-height: 230px;
  }

  .architecture-applications-grid img {
    height: 155px;
  }
}

@media (max-width: 390px) {
  .architecture-applications-grid {
    grid-template-columns: 1fr;
  }
}

/* Mobile layout refinement */
@media (max-width: 760px) {
  html {
    scroll-padding-top: 68px;
  }

  body {
    overflow-x: hidden;
  }

  .architecture-section {
    margin-top: 0;
  }

  .hero::after {
    z-index: 2;
    height: 44px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }

  .architecture-section::before {
    height: 52px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }

  .shell {
    width: calc(100% - 32px);
  }

  .site-header {
    min-height: 68px;
    padding: 10px 16px;
    border-bottom: 1px solid rgba(226, 219, 208, 0.12);
    background: rgba(6, 10, 12, 0.84);
    backdrop-filter: blur(12px);
  }

  .site-header .brand {
    gap: 9px;
    font-size: 14px;
  }

  .site-header .brand-logo {
    width: 25px;
    height: 38px;
  }

  .site-header .header-round {
    width: 42px;
    height: 42px;
  }

  .hero,
  .hero-stage {
    min-height: 100svh;
  }

  .hero-media img {
    object-position: 66% center;
  }

  .hero-stage {
    width: calc(100% - 32px);
    padding: 78px 0 24px;
  }

  .hero-copy {
    align-self: end;
    width: 100%;
    max-width: none;
    padding: 0 0 12px;
  }

  .hero h1 {
    max-width: 100%;
    font-size: clamp(40px, 12vw, 50px);
    line-height: 0.98;
  }

  .hero h1 span:first-child,
  .hero h1 span:last-child {
    transform: none;
  }

  .hero-subtitle {
    margin-top: 14px;
    font-size: 11px;
    letter-spacing: 0.18em;
  }

  .hero-lead {
    max-width: 100%;
    margin-top: 18px;
    padding-left: 12px;
    font-size: 11px;
    line-height: 1.55;
  }

  .hero-lead br {
    display: none;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-top: 18px;
  }

  .hero .button {
    min-width: 0;
    min-height: 48px;
    padding: 10px 12px;
    font-size: 10px;
  }

  .architecture-applications {
    padding: 64px 0 44px;
  }

  .architecture-applications-head {
    gap: 14px;
    margin-bottom: 24px;
  }

  .architecture-applications-head h2,
  .architecture-section h2 {
    font-size: 29px;
    line-height: 1.12;
  }

  .architecture-applications-head h2 br {
    display: none;
  }

  .architecture-applications-aside > p {
    font-size: 11px;
    line-height: 1.6;
  }

  .architecture-applications-aside,
  .architecture-applications-aside .section-cta,
  .architecture-finish-copy .section-cta,
  .architecture-cycle-copy .section-cta,
  .manufacturing-copy > .section-cta,
  .portfolio-process-copy .section-cta,
  .faq-intro .section-cta {
    width: 100%;
    max-width: none;
  }

  .architecture-applications-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .architecture-applications-grid > button {
    min-height: 178px;
  }

  .architecture-applications-grid img {
    height: 126px;
  }

  .architecture-applications-grid span {
    min-height: 51px;
    gap: 7px;
    padding: 0 8px;
    font-size: 8px;
    line-height: 1.3;
  }

  .architecture-applications-grid span i {
    flex: 0 0 auto;
    font-size: 18px;
  }

  .architecture-finishes,
  .architecture-finishes-grid {
    min-height: 0;
  }

  .architecture-finishes-grid {
    gap: 26px;
    padding-top: 48px;
    padding-bottom: 44px;
  }

  .architecture-finish-copy h2 {
    margin-top: 14px;
  }

  .architecture-finish-copy > p:last-child {
    margin-top: 14px;
    font-size: 12px;
  }

  .architecture-finish-showcase {
    min-height: 0;
    grid-template-rows: auto 245px auto auto;
  }

  .architecture-finish-image > img {
    height: 245px;
    min-height: 0;
    object-fit: contain;
    object-position: center bottom;
  }

  .architecture-palette-swatches {
    grid-template-columns: repeat(9, 30px);
    overflow-x: auto;
  }

  .architecture-backing-swatches {
    grid-template-columns: repeat(7, 30px);
  }

  .architecture-cycle,
  .architecture-cycle-grid {
    min-height: 0;
  }

  .architecture-cycle-grid {
    gap: 28px;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .architecture-cycle-copy h2 {
    margin-top: 14px;
  }

  .architecture-cycle-copy > p:last-child {
    margin-top: 12px;
  }

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

  .architecture-steps li:last-child {
    grid-column: 1 / -1;
  }

  .profile-types-main {
    min-height: 0;
    gap: 30px;
    padding-top: 56px;
    padding-bottom: 40px;
  }

  .profile-types-copy h2 {
    margin-top: 16px;
    font-size: 30px;
    line-height: 1.12;
  }

  .profile-types-lead {
    font-size: 12px;
  }

  .profile-types-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 12px;
  }

  .profile-types-benefits > div {
    grid-template-columns: 34px 1fr;
    gap: 8px;
  }

  .profile-types-benefits > div > i {
    width: 34px;
    height: 34px;
    font-size: 18px;
  }

  .profile-types-benefits strong {
    font-size: 9px;
  }

  .profile-types-benefits span {
    font-size: 9px;
  }

  .profile-types-cta {
    width: 100%;
    margin-top: 24px;
  }

  .profile-types-visual {
    min-height: 260px;
  }

  .profile-types-visual > img {
    object-position: center bottom;
  }

  .manufacturing-hero,
  .manufacturing-copy {
    min-height: 720px;
  }

  .manufacturing-hero > img {
    object-position: 62% center;
  }

  .manufacturing-shade {
    background: linear-gradient(180deg, rgba(4, 8, 11, 0.48), rgba(4, 8, 11, 0.93) 55%, #070b0e 100%);
  }

  .manufacturing-copy {
    justify-content: flex-end;
    padding-top: 96px;
    padding-bottom: 48px;
  }

  .manufacturing-copy h2 {
    margin-top: 18px;
    font-size: 33px;
    line-height: 1.06;
  }

  .manufacturing-lead {
    margin-top: 20px;
    font-size: 11px;
  }

  .manufacturing-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 12px;
    margin-top: 24px;
  }

  .manufacturing-benefits > div {
    grid-template-columns: 34px 1fr;
    gap: 8px;
  }

  .manufacturing-benefits > div > i {
    width: 34px;
    height: 34px;
  }

  .portfolio-layout {
    gap: 32px;
    padding-top: 64px;
    padding-bottom: 48px;
  }

  .portfolio-intro h2 {
    margin-top: 22px;
    font-size: 38px;
  }

  .portfolio-intro > p:not(.portfolio-kicker) {
    max-width: 100%;
    margin-top: 18px;
    font-size: 11px;
  }

  .portfolio-all {
    width: 100%;
    margin-top: 24px;
  }

  .portfolio-controls {
    padding-top: 20px;
  }

  .portfolio-track-real {
    width: calc(100vw - 16px);
    grid-template-columns: none;
    grid-auto-columns: minmax(280px, 82vw);
    gap: 10px;
    padding-right: 16px;
  }

  .portfolio-track-real .portfolio-card > img {
    height: 260px;
  }

  .portfolio-track-real .portfolio-card > div {
    min-height: 180px;
  }

  .portfolio-process-layout {
    gap: 32px;
    padding-top: 48px;
    padding-bottom: 54px;
  }

  .portfolio-process-copy h3 {
    margin-top: 22px;
    font-size: 31px;
  }

  .portfolio-process ol {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 18px;
  }

  .portfolio-process li > i {
    width: 58px;
    height: 58px;
    font-size: 26px;
  }

  .portfolio-process li > b {
    margin-top: 14px;
  }

  .transformation-layout {
    gap: 32px;
    padding-top: 64px;
    padding-bottom: 44px;
  }

  .transformation-copy h2 {
    margin-top: 22px;
    font-size: 34px;
  }

  .transformation-copy > p:not(.transformation-kicker) {
    margin-top: 18px;
    font-size: 11px;
  }

  .transformation-copy > a {
    width: 100%;
    margin-top: 24px;
  }

  .transformation-controls {
    padding-top: 20px;
  }

  .comparison-stage {
    height: 300px;
  }

  .comparison-stage > img {
    object-position: center;
  }

  .transformation-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 10px;
  }

  .transformation-benefits li,
  .transformation-benefits li:first-child,
  .transformation-benefits li:last-child {
    padding: 0;
    border: 0;
  }

  .faq-section {
    padding: 48px 0 56px;
  }

  .faq-layout {
    gap: 28px;
  }

  .faq-intro h3 {
    margin-top: 20px;
    font-size: 34px;
  }

  .faq-intro > img {
    height: auto;
  }

  .faq-list summary {
    min-height: 64px;
    grid-template-columns: 26px 1fr 18px;
    padding: 0 12px;
    font-size: 10px;
  }

  .faq-list details > p {
    padding: 0 38px 16px 48px;
  }

  .final-quote-layout {
    gap: 34px;
    padding-top: 64px;
    padding-bottom: 48px;
  }

  .final-quote-background {
    object-position: 36% center;
  }

  .final-quote-shade {
    background: linear-gradient(180deg, rgba(4, 8, 11, 0.78), rgba(4, 8, 11, 0.95) 46%, #070b0e 100%);
  }

  .final-quote-copy h2 {
    margin-top: 24px;
    font-size: 34px;
    line-height: 1.05;
  }

  .final-quote-copy > p:not(.final-quote-kicker) {
    margin-top: 18px;
    font-size: 11px;
  }

  .final-quote-copy > ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 0;
    margin-top: 34px;
  }

  .final-quote-copy li {
    padding: 0 10px;
  }

  .final-quote-copy li:nth-child(2) {
    border-right: 0;
  }

  .final-quote-form {
    padding: 22px 16px;
    border-radius: 7px;
  }

  .final-quote-form h3 {
    font-size: 22px;
  }

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

  .final-form-wide {
    grid-column: auto;
  }

  .final-file-label {
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 10px 12px;
  }

  .final-file-label > .final-file-copy {
    width: calc(100% - 48px);
  }

  .final-file-action {
    width: 100%;
    margin-left: 44px;
    text-align: center;
  }

  .rich-footer-layout {
    padding-top: 0;
    padding-bottom: 0;
  }

  .rich-footer-layout > * {
    min-height: 0;
    padding: 26px 0;
  }

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

  .footer-catalog > img {
    width: 92px;
    height: 82px;
  }

}

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

  .architecture-applications-grid > button {
    min-height: 166px;
  }

  .architecture-applications-grid img {
    height: 116px;
  }

  .profile-types-benefits,
  .manufacturing-benefits,
  .portfolio-process ol {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Quick lead modal */
body.modal-open {
  overflow: hidden;
}

.lead-modal {
  position: fixed;
  z-index: 120;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 20px;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease, visibility 180ms ease;
}

.lead-modal[aria-hidden="false"] {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.lead-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2, 5, 7, 0.82);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.lead-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(480px, 100%);
  max-height: calc(100svh - 40px);
  overflow-y: auto;
  padding: 34px;
  border: 1px solid rgba(193, 130, 68, 0.6);
  border-radius: 8px;
  color: #e8e4dc;
  background: linear-gradient(145deg, rgba(15, 21, 25, 0.98), rgba(6, 10, 13, 0.99));
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.58);
  font-family: Manrope, system-ui, sans-serif;
  transform: translateY(14px) scale(0.985);
  transition: transform 180ms ease;
}

.lead-modal[aria-hidden="false"] .lead-modal-dialog {
  transform: translateY(0) scale(1);
}

.lead-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(226, 219, 208, 0.2);
  border-radius: 50%;
  color: rgba(239, 235, 228, 0.8);
  background: transparent;
  font-size: 20px;
  cursor: pointer;
}

.lead-modal-kicker {
  color: #c18443;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.lead-modal-dialog h2 {
  margin: 14px 46px 0 0;
  color: #ebe7df;
  font-family: "Oranienbaum", Didot, Georgia, serif;
  font-size: 38px;
  line-height: 1.05;
  font-weight: 400;
  text-transform: uppercase;
}

.lead-modal-lead {
  max-width: 390px;
  margin-top: 14px;
  color: rgba(231, 227, 220, 0.58);
  font-size: 11px;
  line-height: 1.6;
}

.lead-modal-form {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.lead-modal-form > label:not(.lead-modal-consent) {
  min-height: 66px;
  display: grid;
  align-content: center;
  gap: 7px;
  padding: 10px 14px;
  border: 1px solid rgba(223, 216, 205, 0.22);
  border-radius: 4px;
}

.lead-modal-form > label:not(.lead-modal-consent):focus-within {
  border-color: rgba(194, 128, 64, 0.82);
}

.lead-modal-form label > span {
  color: rgba(234, 230, 222, 0.68);
  font-size: 9px;
}

.lead-modal-form input[type="text"],
.lead-modal-form input[type="tel"] {
  width: 100%;
  padding: 0;
  border: 0;
  outline: 0;
  color: #f0ece4;
  background: transparent;
  font: inherit;
  font-size: 13px;
}

.lead-modal-form input::placeholder {
  color: rgba(231, 227, 220, 0.32);
}

.lead-modal-consent {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  align-items: start;
  margin-top: 4px;
  cursor: pointer;
}

.lead-modal-consent input {
  width: 17px;
  height: 17px;
  margin: 1px 0 0;
  accent-color: #b9783f;
}

.lead-modal-consent span {
  line-height: 1.55;
}

.lead-modal-consent a {
  color: #c18443;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.lead-modal-form > button {
  min-height: 52px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 8px;
  padding: 0 20px;
  border: 1px solid #c58a51;
  border-radius: 3px;
  color: #f6f1e9;
  background: #b98555;
  font: inherit;
  font-size: 12px;
  text-transform: uppercase;
  cursor: pointer;
}

.lead-modal-form > button i {
  font-size: 18px;
}

@media (max-width: 560px) {
  .lead-modal {
    align-items: end;
    padding: 10px;
  }

  .lead-modal-dialog {
    width: 100%;
    max-height: calc(100svh - 20px);
    padding: 28px 18px 20px;
    border-radius: 8px 8px 4px 4px;
  }

  .lead-modal-dialog h2 {
    font-size: 31px;
  }
}

/* Official brand logo */
.site-header .brand {
  width: auto;
  height: 80px;
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}

.site-header .brand-logo,
.site-header[data-elevated="true"] .brand-logo {
  width: 70px;
  height: 100%;
  object-fit: contain;
  filter: none;
}

.site-header .brand-name {
  color: #f1eee7;
  font-family: Manrope, system-ui, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
}

@media (max-width: 920px) {
  .site-header .brand {
    width: 54px;
    height: 54px;
    display: block;
  }

  .site-header .brand-logo {
    width: 100%;
    height: 100%;
  }

  .site-header .brand-name {
    display: none;
  }
}

/* Final cascade for the redesigned profile catalog */
.profile-types-main.profile-types-main-catalog {
  min-height: 0;
  grid-template-columns: 1fr;
  gap: 34px;
  padding-top: 72px;
  padding-bottom: 64px;
}

/* Wider finishes showcase on desktop */
@media (min-width: 1181px) {
  .architecture-finishes {
    min-height: clamp(480px, 29vw, 570px);
  }

  .architecture-finishes-grid {
    width: min(1640px, calc(100% - 56px));
    min-height: clamp(480px, 29vw, 570px);
    grid-template-columns: minmax(300px, 0.56fr) minmax(0, 2fr);
    gap: clamp(38px, 3vw, 64px);
    padding-top: clamp(34px, 2.6vw, 50px);
    padding-bottom: 24px;
  }

  .architecture-finish-copy > p:last-child {
    max-width: 330px;
  }

  .architecture-finish-showcase {
    grid-template-rows: 48px minmax(330px, 1fr) 60px 60px;
  }

  .architecture-finish-image > img {
    height: clamp(330px, 21vw, 420px);
    object-fit: cover;
    object-position: center;
  }
}

.profile-types-main-catalog .profile-types-copy {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(420px, 1.18fr);
  gap: clamp(40px, 7vw, 110px);
  align-items: start;
}

.profile-types-main-catalog .profile-types-benefits {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 920px) {
  .profile-types-main.profile-types-main-catalog {
    grid-template-columns: 1fr;
  }

  .profile-types-main-catalog .profile-types-copy {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

@media (max-width: 760px) {
  .profile-types-main.profile-types-main-catalog {
    gap: 28px;
    padding-top: 56px;
    padding-bottom: 48px;
  }

  .profile-types-main-catalog .profile-types-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Labels and top alignment for the seven technical profile forms */
.profile-types-visual.profile-types-visual-labeled {
  grid-column: 2;
  grid-row: 1;
  min-height: 0;
  display: grid;
  grid-template-rows: auto auto;
  align-self: start;
  margin-top: 34px;
  overflow: visible;
}

.profile-types-visual-labeled > img {
  position: static;
  inset: auto;
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  object-position: center top;
}

.profile-types-form-names {
  position: relative;
  display: block;
  min-height: 62px;
  margin: 0;
  padding: 16px 0 0;
  list-style: none;
  border-top: 1px solid rgba(226, 219, 208, 0.1);
}

.profile-types-form-names li {
  position: absolute;
  top: 0;
  width: 12.5%;
  min-width: 0;
  display: flex;
  flex-direction: row;
  gap: 8px;
  justify-content: center;
  align-items: flex-start;
  min-height: 46px;
  padding: 6px 7px 8px;
  color: rgba(237, 233, 225, 0.82);
  font-size: clamp(9px, 0.68vw, 12px);
  line-height: 1.25;
  letter-spacing: 0.035em;
  text-align: center;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.profile-types-form-names li:nth-child(1) { left: 4.9%; }
.profile-types-form-names li:nth-child(2) { left: 15.1%; }
.profile-types-form-names li:nth-child(3) { left: 25.5%; }
.profile-types-form-names li:nth-child(4) { left: 36.1%; }
.profile-types-form-names li:nth-child(5) { left: 48.5%; }
.profile-types-form-names li:nth-child(6) { left: 61.2%; }
.profile-types-form-names li:nth-child(7) { left: 73.9%; }

.profile-types-form-names li::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: calc(100% + 3px);
  width: 1px;
  height: 14px;
  background: linear-gradient(to top, #bd8142, rgba(189, 129, 66, 0.08));
}

.profile-types-form-names li::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: calc(100% + 14px);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  transform: translateX(-2px);
  background: #bd8142;
  box-shadow: 0 0 0 4px rgba(189, 129, 66, 0.08);
}

.profile-types-form-names b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 19px;
  min-height: 16px;
  padding: 1px 0 0;
  border: 0;
  border-radius: 0;
  color: #bd8142;
  background: none;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.profile-types-form-names span {
  min-width: 0;
  min-height: 28px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
}

.profile-types-custom-size {
  position: relative;
  grid-column: 2;
  grid-row: 2;
  min-height: 300px;
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  align-self: stretch;
  margin-top: 0;
  overflow: hidden;
  border: 1px solid rgba(189, 129, 66, 0.32);
  border-radius: 4px;
  background: #0b0e10;
}

.profile-types-custom-size::after {
  content: none;
}

.profile-types-custom-size > img {
  position: static;
  grid-column: 2;
  grid-row: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(0.82) contrast(1.05) saturate(0.82);
}

.profile-types-custom-size-copy {
  position: relative;
  z-index: 1;
  grid-column: 1;
  grid-row: 1;
  width: 100%;
  min-height: 100%;
  display: grid;
  align-content: center;
  padding: 22px 28px;
}

.profile-types-custom-size-copy > p {
  color: rgba(231, 226, 218, 0.52);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.profile-types-custom-size-copy h3 {
  margin: 8px 0 0;
  color: rgba(242, 238, 231, 0.9);
  font-family: Manrope, system-ui, sans-serif;
  font-size: clamp(20px, 1.45vw, 27px);
  line-height: 1.1;
  font-weight: 300;
  letter-spacing: -0.025em;
  text-transform: uppercase;
}

.profile-types-custom-size-copy h3 em {
  color: #bd8142;
  font-style: normal;
}

.profile-types-custom-size-copy > span {
  max-width: 360px;
  margin-top: 8px;
  color: rgba(231, 226, 218, 0.56);
  font-size: 12px;
  line-height: 1.45;
}

.profile-types-custom-size-copy ul {
  display: flex;
  gap: 18px;
  margin: 10px 0 0;
  padding: 0;
  color: rgba(231, 226, 218, 0.7);
  font-size: 11px;
  list-style: none;
}

.profile-types-custom-size-copy li {
  display: flex;
  gap: 7px;
  align-items: center;
}

.profile-types-custom-size-copy li b {
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(189, 129, 66, 0.7);
  border-radius: 50%;
  color: #c38849;
  font-size: 12px;
  font-weight: 500;
  text-transform: none;
}

@media (max-width: 760px) {
  .profile-types-copy {
    grid-column: 1;
    grid-row: auto;
  }

  .profile-types-visual.profile-types-visual-labeled {
    grid-column: 1;
    grid-row: auto;
    grid-template-columns: 920px;
    margin-top: 4px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 8px;
  }

  .profile-types-visual-labeled > img,
  .profile-types-form-names {
    width: 920px;
  }

  .profile-types-form-names li {
    font-size: 9px;
  }

  .profile-types-custom-size {
    grid-column: 1;
    grid-row: auto;
    align-self: auto;
    min-height: 0;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    margin-top: 0;
  }

  .profile-types-custom-size > img {
    grid-column: 1;
    grid-row: 2;
    height: auto;
    aspect-ratio: 1672 / 941;
    object-fit: cover;
    object-position: center;
  }

  .profile-types-custom-size-copy {
    grid-column: 1;
    grid-row: 1;
    width: 100%;
    min-height: 0;
    align-content: start;
    padding: 22px 20px;
  }

  .profile-types-custom-size-copy h3 {
    font-size: 24px;
  }

  .profile-types-custom-size-copy > span {
    max-width: 310px;
    font-size: 14px;
  }
}

/* Lead assistant */
.chatbot-launcher {
  position: fixed;
  z-index: 108;
  right: 24px;
  bottom: 22px;
  min-width: 230px;
  height: 64px;
  display: grid;
  grid-template-columns: 42px 1fr 32px;
  gap: 11px;
  align-items: center;
  padding: 7px 13px 7px 9px;
  border: 1px solid rgba(194, 128, 64, 0.65);
  border-radius: 34px;
  color: #efeae1;
  background: linear-gradient(145deg, rgba(24, 30, 33, 0.97), rgba(7, 11, 13, 0.98));
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.42), inset 0 1px rgba(255, 255, 255, 0.04);
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: opacity 180ms ease, transform 180ms ease, border-color 180ms ease;
}

.chatbot-launcher:hover {
  transform: translateY(-2px);
  border-color: #c58a51;
}

.chatbot-launcher[aria-expanded="true"] {
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px) scale(0.96);
}

.chatbot-launcher-mark,
.chatbot-header-mark {
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(200, 139, 78, 0.35);
  border-radius: 50%;
  background: radial-gradient(circle at 50% 35%, rgba(193, 128, 67, 0.18), rgba(5, 8, 10, 0.92));
}

.chatbot-launcher-mark {
  width: 42px;
  height: 42px;
}

.chatbot-launcher-mark img,
.chatbot-header-mark img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
  object-position: 50% 31%;
}

.chatbot-launcher-copy {
  display: grid;
  gap: 2px;
}

.chatbot-launcher-copy strong {
  font-size: 12px;
  font-weight: 500;
}

.chatbot-launcher-copy small {
  color: rgba(235, 229, 220, 0.5);
  font-size: 9px;
}

.chatbot-launcher > i {
  color: #c58a51;
  font-size: 22px;
}

.chatbot-launcher > b {
  position: absolute;
  top: -3px;
  right: 5px;
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  border: 2px solid #0a0f12;
  border-radius: 50%;
  color: #fff8ee;
  background: #b9783f;
  font-size: 9px;
  font-weight: 600;
}

.lead-chatbot {
  position: fixed;
  z-index: 109;
  right: 24px;
  bottom: 22px;
  width: min(400px, calc(100vw - 32px));
  height: min(640px, calc(100svh - 44px));
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto auto;
  overflow: hidden;
  border: 1px solid rgba(196, 132, 70, 0.58);
  border-radius: 14px;
  color: #ebe6dd;
  background: linear-gradient(160deg, #11181c 0%, #070c0f 72%);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.65);
  font-family: Manrope, system-ui, sans-serif;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(18px) scale(0.975);
  transform-origin: right bottom;
  transition: opacity 180ms ease, visibility 180ms ease, transform 180ms ease;
}

.lead-chatbot[aria-hidden="false"] {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.chatbot-header {
  min-height: 78px;
  display: grid;
  grid-template-columns: 48px 1fr 36px;
  gap: 12px;
  align-items: center;
  padding: 12px 14px;
  border-bottom: 1px solid rgba(223, 216, 205, 0.11);
  background: linear-gradient(110deg, rgba(49, 36, 25, 0.72), rgba(15, 21, 24, 0.96));
}

.chatbot-header-mark {
  width: 48px;
  height: 48px;
}

.chatbot-header > span:nth-child(2) {
  display: grid;
  gap: 5px;
}

.chatbot-header strong {
  font-family: "Oranienbaum", Didot, Georgia, serif;
  font-size: 21px;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
}

.chatbot-header small {
  display: flex;
  gap: 7px;
  align-items: center;
  color: rgba(235, 229, 220, 0.56);
  font-size: 9px;
}

.chatbot-header small i,
.lead-chatbot > footer i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #8ca964;
  box-shadow: 0 0 0 3px rgba(140, 169, 100, 0.12);
}

.chatbot-header button {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(226, 219, 208, 0.14);
  border-radius: 50%;
  color: rgba(239, 235, 228, 0.76);
  background: transparent;
  font-size: 19px;
  cursor: pointer;
}

.chatbot-thread {
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 20px 16px 24px;
  scrollbar-width: thin;
  scrollbar-color: rgba(189, 129, 66, 0.35) transparent;
}

.chatbot-message {
  display: flex;
  gap: 8px;
  align-items: flex-end;
  margin-top: 10px;
}

.chatbot-message:first-child { margin-top: 0; }

.chatbot-message-avatar {
  flex: 0 0 27px;
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(189, 129, 66, 0.32);
  border-radius: 50%;
  color: #bd8142;
  background: #0b1114;
  font-size: 13px;
  overflow: hidden;
}

.chatbot-message-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 30%;
}

.chatbot-message p {
  max-width: 292px;
  margin: 0;
  padding: 12px 14px;
  border: 1px solid rgba(224, 217, 206, 0.13);
  border-radius: 14px 14px 14px 3px;
  color: rgba(240, 236, 229, 0.82);
  background: rgba(29, 36, 39, 0.78);
  font-size: 11px;
  line-height: 1.55;
}

.chatbot-message-user {
  justify-content: flex-end;
}

.chatbot-message-user p {
  border-color: rgba(191, 127, 64, 0.4);
  border-radius: 14px 14px 3px 14px;
  color: #f5eee4;
  background: linear-gradient(135deg, rgba(154, 100, 49, 0.88), rgba(99, 65, 35, 0.92));
}

.chatbot-quick-replies {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 14px 0 0 35px;
}

.chatbot-quick-replies:empty { display: none; }

.chatbot-quick-replies button {
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(193, 130, 68, 0.48);
  border-radius: 18px;
  color: rgba(239, 233, 224, 0.82);
  background: rgba(10, 15, 18, 0.72);
  font: inherit;
  font-size: 9px;
  cursor: pointer;
  transition: border-color 150ms ease, background 150ms ease;
}

.chatbot-quick-replies button:hover {
  border-color: #c58a51;
  background: rgba(77, 53, 33, 0.52);
}

.chatbot-contact-card {
  margin: 16px 0 0 35px;
  padding: 15px;
  border: 1px solid rgba(193, 130, 68, 0.34);
  border-radius: 10px;
  background: linear-gradient(145deg, rgba(24, 31, 34, 0.94), rgba(9, 14, 17, 0.96));
}

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

.chatbot-contact-card > p {
  display: grid;
  gap: 5px;
  margin: 0 0 13px;
}

.chatbot-contact-card > p strong {
  font-family: "Oranienbaum", Didot, Georgia, serif;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}

.chatbot-contact-card > p span {
  color: rgba(235, 229, 220, 0.5);
  font-size: 9px;
  line-height: 1.5;
}

#chatLeadForm {
  display: grid;
  gap: 8px;
}

#chatLeadForm > label:not(.chatbot-consent) {
  min-height: 54px;
  display: grid;
  align-content: center;
  gap: 4px;
  padding: 8px 11px;
  border: 1px solid rgba(224, 217, 206, 0.16);
  border-radius: 4px;
}

#chatLeadForm > label:not(.chatbot-consent):focus-within { border-color: #b9783f; }

#chatLeadForm label > span {
  color: rgba(235, 229, 220, 0.53);
  font-size: 8px;
}

#chatLeadForm input[type="text"],
#chatLeadForm input[type="tel"] {
  width: 100%;
  padding: 0;
  border: 0;
  outline: 0;
  color: #f1ece4;
  background: transparent;
  font: inherit;
  font-size: 11px;
}

.chatbot-consent {
  display: grid;
  grid-template-columns: 16px 1fr;
  gap: 8px;
  align-items: start;
  margin: 4px 0;
}

.chatbot-consent input {
  width: 15px;
  height: 15px;
  margin: 1px 0 0;
  accent-color: #b9783f;
}

.chatbot-consent span { line-height: 1.5; }

.chatbot-consent a {
  color: #c58a51;
  text-underline-offset: 2px;
}

#chatLeadForm > button {
  min-height: 44px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 14px;
  border: 1px solid #c58a51;
  border-radius: 3px;
  color: #f5efe6;
  background: linear-gradient(105deg, #a97444, #c08b59);
  font: inherit;
  font-size: 10px;
  text-transform: uppercase;
  cursor: pointer;
}

.chatbot-composer {
  display: grid;
  grid-template-columns: 1fr 38px;
  gap: 8px;
  padding: 11px 13px;
  border-top: 1px solid rgba(223, 216, 205, 0.1);
  background: rgba(7, 11, 13, 0.96);
}

.chatbot-composer input {
  width: 100%;
  min-width: 0;
  padding: 0 13px;
  border: 1px solid rgba(224, 217, 206, 0.16);
  border-radius: 20px;
  outline: 0;
  color: #f0ebe3;
  background: rgba(25, 31, 34, 0.72);
  font: inherit;
  font-size: 10px;
}

.chatbot-composer input:focus { border-color: rgba(193, 130, 68, 0.65); }

.chatbot-composer button {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid #c58a51;
  border-radius: 50%;
  color: #fff7ec;
  background: #a97444;
  font-size: 17px;
  cursor: pointer;
}

.chatbot-composer[hidden] { display: none; }

.lead-chatbot > footer {
  min-height: 26px;
  display: flex;
  justify-content: center;
  gap: 8px;
  align-items: center;
  color: rgba(235, 229, 220, 0.38);
  background: #070b0d;
  font-size: 8px;
}

.lead-chatbot > footer i {
  width: 5px;
  height: 5px;
}

@media (max-width: 560px) {
  .chatbot-launcher {
    right: 14px;
    bottom: 14px;
    min-width: 0;
    width: 58px;
    height: 58px;
    grid-template-columns: 1fr;
    padding: 7px;
  }

  .chatbot-launcher-copy,
  .chatbot-launcher > i { display: none; }

  .chatbot-launcher-mark {
    width: 42px;
    height: 42px;
    margin: auto;
  }

  .lead-chatbot {
    right: 8px;
    bottom: 8px;
    width: calc(100vw - 16px);
    height: min(680px, calc(100svh - 16px));
    border-radius: 12px;
  }

  .chatbot-thread { padding: 16px 12px 20px; }
  .chatbot-message p { max-width: calc(100vw - 92px); }
  .chatbot-contact-card { margin-left: 0; }
}

/* Messenger contacts */
.messenger-links {
  display: inline-flex;
  gap: 7px;
  align-items: center;
}

.messenger-link {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(190, 132, 76, 0.42);
  border-radius: 50%;
  color: rgba(205, 158, 111, 0.88);
  background: rgba(8, 12, 14, 0.48);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.025);
  line-height: 1;
  opacity: 1;
  transition: color 160ms ease, border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.messenger-link:hover {
  color: #090d10;
  border-color: #c18a55;
  background: #c18a55;
  transform: translateY(-2px);
}

.messenger-link > i {
  font-size: 17px;
  line-height: 1;
}

.messenger-max-icon {
  width: 13px;
  height: 13px;
  display: block;
  object-fit: contain;
  opacity: 0.78;
  filter: brightness(0) saturate(100%) invert(63%) sepia(19%) saturate(520%) hue-rotate(345deg) brightness(88%) contrast(84%);
}

.messenger-link:hover .messenger-max-icon {
  opacity: 1;
  filter: brightness(0) saturate(100%);
}

.site-header .header-contact {
  gap: clamp(13px, 1.25vw, 20px);
}

.header-messengers {
  padding-right: clamp(4px, 0.4vw, 7px);
  border-right: 1px solid rgba(226, 219, 208, 0.12);
}

.header-messengers .mobile-phone-link {
  display: none;
}

.footer-messengers {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  padding: 2px 0;
  border: 0;
}

.footer-consultation-messengers {
  margin-top: 1px;
  padding: 0;
}

.footer-consultation-messengers .messenger-links {
  gap: 9px;
}

.rich-footer .footer-messengers > span {
  flex: 0 0 auto;
  color: rgba(231, 227, 220, 0.5);
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.rich-footer .messenger-link {
  width: 30px;
  height: 30px;
  flex-basis: 30px;
  color: #c08040;
}

.rich-footer .messenger-link > i {
  color: currentColor;
  font-size: 16px;
}

.rich-footer .messenger-link:hover {
  color: #090d10;
}

@media (max-width: 1280px) {
  .header-messengers .messenger-link {
    width: 31px;
    height: 31px;
    flex-basis: 31px;
  }
}

@media (max-width: 920px) {
  .site-header .header-contact { gap: 10px; }
  .header-messengers { padding-right: 8px; }
  .header-messengers .messenger-link {
    width: 32px;
    height: 32px;
    flex-basis: 32px;
  }

  .header-messengers .mobile-phone-link {
    display: inline-grid;
  }
}

@media (max-width: 460px) {
  .header-messengers { gap: 5px; }
  .header-messengers .messenger-link {
    width: 30px;
    height: 30px;
    flex-basis: 30px;
  }
  .header-messengers .messenger-link > i { font-size: 15px; }
  .header-messengers .messenger-max-icon { width: 12px; height: 12px; }
}

@media (max-width: 360px) {
  .site-header .header-round {
    display: none;
  }
}

/* Clear contact action in the header */
.site-header .header-round {
  width: auto;
  min-width: 122px;
  height: 44px;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border: 1px solid rgba(193, 138, 85, 0.82);
  border-radius: 3px;
  color: #d4ad87;
  background: rgba(12, 17, 19, 0.36);
  box-shadow: none;
  font-family: Manrope, system-ui, sans-serif;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: color 160ms ease, border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.site-header .header-round i {
  font-size: 16px;
}

.site-header .header-round:hover {
  color: #090d10;
  border-color: #c18a55;
  background: #c18a55;
  transform: translateY(-1px);
}

@media (max-width: 920px) {
  .site-header .header-round {
    min-width: 104px;
    height: 38px;
    padding: 0 12px;
    gap: 7px;
    font-size: 9px;
  }

  .site-header .header-round i { font-size: 14px; }
}

@media (max-width: 460px) {
  .site-header .header-round {
    min-width: 88px;
    height: 34px;
    padding-inline: 9px;
    font-size: 8px;
  }

  .site-header .header-round i { display: none; }

}

/* Cookie consent */
.cookie-notice {
  position: fixed;
  z-index: 116;
  left: 24px;
  bottom: 22px;
  width: min(680px, calc(100vw - 48px));
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  padding: 17px 18px;
  border: 1px solid rgba(193, 130, 68, 0.58);
  border-radius: 9px;
  color: #ece7de;
  background: linear-gradient(145deg, rgba(20, 27, 30, 0.98), rgba(7, 11, 13, 0.99));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.56);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  font-family: Manrope, system-ui, sans-serif;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(14px);
  transition: opacity 180ms ease, visibility 180ms ease, transform 180ms ease;
}

.cookie-notice[aria-hidden="false"] {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.cookie-notice-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(193, 130, 68, 0.4);
  border-radius: 50%;
  color: #c18a55;
  background: rgba(11, 16, 18, 0.7);
  font-size: 21px;
}

.cookie-notice-copy {
  min-width: 0;
}

.cookie-notice-copy h2 {
  color: #eee9e1;
  font-family: "Oranienbaum", Didot, Georgia, serif;
  font-size: 20px;
  line-height: 1.05;
  font-weight: 400;
  text-transform: uppercase;
}

.cookie-notice-copy p {
  max-width: 390px;
  margin-top: 6px;
  color: rgba(232, 227, 219, 0.56);
  font-size: 12px;
  line-height: 1.55;
}

.cookie-notice-copy a {
  color: #c18a55;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.cookie-notice-actions {
  display: flex;
  gap: 8px;
  align-items: center;
}

.cookie-notice-actions button {
  min-height: 38px;
  padding: 0 13px;
  border-radius: 3px;
  font: inherit;
  font-size: 10px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
}

.cookie-button-secondary {
  border: 1px solid rgba(223, 216, 205, 0.2);
  color: rgba(238, 233, 225, 0.66);
  background: transparent;
}

.cookie-button-primary {
  border: 1px solid #c18a55;
  color: #f7f0e7;
  background: #a97444;
}

.cookie-button-secondary:hover {
  color: #eee9e1;
  border-color: rgba(193, 138, 85, 0.7);
}

.cookie-button-primary:hover {
  background: #c18a55;
}

body.cookie-notice-open .chatbot-launcher {
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px) scale(0.96);
}

@media (max-width: 760px) {
  .cookie-notice {
    left: 8px;
    bottom: 8px;
    width: calc(100vw - 16px);
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 11px;
    padding: 14px;
  }

  .cookie-notice-icon {
    width: 38px;
    height: 38px;
    font-size: 18px;
  }

  .cookie-notice-copy h2 { font-size: 18px; }
  .cookie-notice-actions {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .cookie-notice-actions button { width: 100%; }
}

@media (max-width: 380px) {
  .cookie-notice-actions {
    grid-template-columns: 1fr;
  }
}

/* Application examples gallery */
body.gallery-open {
  overflow: hidden;
}

.application-gallery-modal {
  position: fixed;
  inset: 0;
  z-index: 118;
  display: grid;
  place-items: center;
  padding: 26px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 220ms ease, visibility 220ms ease;
}

.application-gallery-modal[aria-hidden="false"] {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.application-gallery-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(2, 5, 7, 0.86);
  backdrop-filter: blur(12px);
  cursor: default;
}

.application-gallery-dialog {
  position: relative;
  width: min(1120px, calc(100vw - 52px));
  max-height: calc(100vh - 52px);
  overflow: auto;
  border: 1px solid rgba(184, 137, 85, 0.48);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(15, 20, 23, 0.99), rgba(6, 10, 12, 0.995));
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.58);
  transform: translateY(18px) scale(0.985);
  transition: transform 240ms ease;
}

.application-gallery-modal[aria-hidden="false"] .application-gallery-dialog {
  transform: translateY(0) scale(1);
}

.application-gallery-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 24px 26px 20px;
}

.application-gallery-head h2 {
  margin: 10px 0 0;
  color: #eeeae3;
  font-size: clamp(25px, 2.4vw, 38px);
  font-weight: 300;
  letter-spacing: -0.025em;
}

.application-gallery-close,
.application-gallery-arrow {
  display: grid;
  place-items: center;
  border: 1px solid rgba(184, 137, 85, 0.62);
  color: #d0a06a;
  background: rgba(6, 10, 12, 0.74);
  cursor: pointer;
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease;
}

.application-gallery-close:hover,
.application-gallery-arrow:hover {
  color: #fff;
  border-color: #c8955e;
  background: rgba(184, 137, 85, 0.18);
}

.application-gallery-close {
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  font-size: 22px;
}

.application-gallery-stage {
  position: relative;
  height: clamp(330px, 52vh, 560px);
  margin: 0 26px;
  overflow: hidden;
  border: 1px solid rgba(228, 220, 207, 0.13);
  border-radius: 5px;
  background: #080c0e;
}

.application-gallery-photo {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: #080c0e;
  transition: opacity 150ms ease, transform 350ms ease;
}

.application-gallery-photo::before,
.application-gallery-photo::after {
  content: "";
  position: absolute;
  background-image: var(--gallery-image);
  background-repeat: no-repeat;
  background-position: center;
}

.application-gallery-photo::before {
  inset: -34px;
  background-size: cover;
  filter: blur(24px) brightness(0.32) saturate(0.72);
  transform: scale(1.08);
}

.application-gallery-photo::after {
  inset: 0;
  background-size: contain;
  filter: brightness(0.88) saturate(0.9);
}

.application-gallery-photo.is-changing {
  opacity: 0.24;
  transform: scale(1.01);
}

.application-gallery-arrow {
  position: absolute;
  top: 50%;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  transform: translateY(-50%);
  font-size: 18px;
}

.application-gallery-prev { left: 18px; }
.application-gallery-next { right: 18px; }

.application-gallery-counter {
  position: absolute;
  right: 18px;
  bottom: 16px;
  padding: 8px 11px;
  border: 1px solid rgba(184, 137, 85, 0.34);
  border-radius: 3px;
  color: rgba(242, 238, 231, 0.84);
  background: rgba(6, 10, 12, 0.76);
  font-size: 11px;
  letter-spacing: 0.1em;
}

.application-gallery-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 250px;
  align-items: stretch;
  gap: 14px;
  padding: 16px 26px 26px;
}

.application-gallery-thumbs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.application-gallery-thumb {
  position: relative;
  min-height: 72px;
  overflow: hidden;
  border: 1px solid rgba(228, 220, 207, 0.14);
  border-radius: 3px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  cursor: pointer;
  filter: brightness(0.56) saturate(0.7);
  transition: filter 180ms ease, border-color 180ms ease;
}

.application-gallery-thumb:hover,
.application-gallery-thumb.is-selected {
  filter: brightness(0.9) saturate(0.88);
  border-color: #b88955;
}

.application-gallery-footer .section-cta {
  width: 100%;
  height: 100%;
  min-height: 72px;
  margin: 0;
}

@media (max-width: 760px) {
  .application-gallery-modal { padding: 8px; }
  .application-gallery-dialog {
    width: calc(100vw - 16px);
    max-height: calc(100dvh - 16px);
  }
  .application-gallery-head { padding: 18px 16px 15px; }
  .application-gallery-stage {
    height: min(46dvh, 430px);
    margin: 0 10px;
  }
  .application-gallery-arrow {
    width: 40px;
    height: 40px;
  }
  .application-gallery-prev { left: 10px; }
  .application-gallery-next { right: 10px; }
  .application-gallery-footer {
    grid-template-columns: 1fr;
    padding: 10px 10px 16px;
  }
  .application-gallery-thumb { min-height: 56px; }
  .application-gallery-footer .section-cta { min-height: 54px; }
}

/* Readable site-wide typography */
body {
  font-size: 17px;
}

.main-nav a {
  font-size: 13px;
}

.header-phone strong {
  font-size: 18px;
}

.header-phone span {
  font-size: 11px !important;
}

.header-round span {
  font-size: 13px;
}

main p:not(.hero-subtitle):not([class*="kicker"]) {
  font-size: clamp(15px, 0.92vw, 17px) !important;
  line-height: 1.65;
}

main [class*="kicker"] {
  font-size: clamp(12px, 0.76vw, 14px) !important;
}

main :where(.section-cta, .profile-types-cta, .portfolio-all, .transformation-copy > a) {
  font-size: clamp(13px, 0.86vw, 15px) !important;
}

main :where(li span, li strong, li small, dl dt, dl dd) {
  font-size: clamp(13px, 0.82vw, 15px) !important;
}

main :where(form label, form input, form textarea, form select, form option, form button) {
  font-size: clamp(13px, 0.86vw, 15px) !important;
}

main details summary,
main details summary span,
main details p {
  font-size: clamp(14px, 0.88vw, 16px) !important;
}

.hero-benefits span {
  font-size: clamp(13px, 0.84vw, 15px) !important;
  line-height: 1.45;
}

.hero-callout span {
  font-size: clamp(12px, 0.78vw, 14px) !important;
}

.architecture-applications-grid span {
  font-size: clamp(12px, 0.76vw, 13px) !important;
}

.architecture-palette-title,
.architecture-palette > a,
.architecture-finish-status,
.comparison-label,
.comparison-category,
.application-gallery-counter {
  font-size: clamp(12px, 0.76vw, 13px) !important;
}

.profile-types-benefits strong,
.manufacturing-benefits strong {
  font-size: clamp(13px, 0.82vw, 15px) !important;
}

.profile-types-benefits span,
.manufacturing-benefits span {
  font-size: clamp(12px, 0.76vw, 14px) !important;
  line-height: 1.45;
}

.profile-types-form-names b,
.profile-types-form-names span {
  font-size: clamp(11px, 0.7vw, 12px) !important;
}

.final-quote-form label > span,
.final-quote-form .final-file-label span,
.final-quote-form .final-file-label small,
.lead-modal-form label > span,
.lead-modal-consent span,
.lead-modal-consent a {
  font-size: clamp(12px, 0.78vw, 14px) !important;
  line-height: 1.45;
}

.chatbot-launcher-copy small {
  font-size: 12px !important;
}

.portfolio-card :where(p, dt, dd),
.portfolio-process li span,
.architecture-steps li span,
.transformation-benefits li span,
.final-quote-copy li span {
  font-size: clamp(12px, 0.78vw, 14px) !important;
}

.rich-footer :where(p, a, span, strong, small),
.lead-modal-dialog :where(p, label, input, button, summary),
.lead-chatbot :where(p, button, input, label, span, small),
.cookie-notice :where(p, a, button) {
  font-size: clamp(13px, 0.84vw, 15px) !important;
}

@media (max-width: 760px) {
  body {
    font-size: 16px;
  }

  main p:not(.hero-subtitle):not([class*="kicker"]) {
    font-size: 16px !important;
    line-height: 1.62;
  }

  main [class*="kicker"] {
    font-size: 13px !important;
  }

  main :where(.section-cta, .profile-types-cta, .portfolio-all, .transformation-copy > a),
  main :where(form label, form input, form textarea, form select, form option, form button) {
    font-size: 15px !important;
  }

  main :where(li span, li strong, li small, dl dt, dl dd) {
    font-size: 14px !important;
  }

  .hero-benefits span,
  .hero-callout span,
  .profile-types-benefits span,
  .manufacturing-benefits span,
  .portfolio-card :where(p, dt, dd),
  .portfolio-process li span,
  .architecture-steps li span,
  .transformation-benefits li span,
  .final-quote-copy li span {
    font-size: 14px !important;
  }

  .architecture-applications-grid span,
  .profile-types-form-names b,
  .profile-types-form-names span,
  .architecture-finish-status,
  .comparison-label,
  .comparison-category,
  .application-gallery-counter {
    font-size: 12px !important;
  }

  .final-quote-form label > span,
  .final-quote-form .final-file-label span,
  .final-quote-form .final-file-label small,
  .lead-modal-form label > span,
  .lead-modal-consent span,
  .lead-modal-consent a,
  .chatbot-launcher-copy small {
    font-size: 14px !important;
  }

  .rich-footer :where(p, a, span, strong, small),
  .lead-modal-dialog :where(p, label, input, button, summary),
  .lead-chatbot :where(p, button, input, label, span, small),
  .cookie-notice :where(p, a, button) {
    font-size: 14px !important;
  }

  .architecture-finish-3d-hint {
    top: 10px;
    bottom: auto;
    left: 10px;
    max-width: calc(100% - 72px);
    padding: 7px 9px;
    font-size: 11px !important;
    white-space: nowrap;
  }

  .architecture-finish-3d-hint i {
    font-size: 13px;
  }

  .architecture-finish-hint-desktop {
    display: none;
  }

  .architecture-finish-hint-touch {
    display: inline;
  }

  .architecture-finish-fullscreen {
    top: 10px;
    right: 10px;
    width: 42px;
    height: 42px;
  }

  .architecture-finish-fullscreen i {
    font-size: 21px;
  }

  .architecture-open-configurator {
    left: 10px;
    bottom: 10px;
    height: 42px;
    gap: 7px;
    padding: 0 12px;
    font-size: 11px !important;
  }

  .architecture-open-configurator i {
    font-size: 17px;
  }

  .architecture-finish-image.is-fullscreen-view .architecture-finish-3d-hint {
    top: auto;
    left: calc(10px + env(safe-area-inset-left));
    bottom: calc(10px + env(safe-area-inset-bottom));
    max-width: calc(100% - 110px);
  }

  .architecture-finish-image.is-fullscreen-view .architecture-finish-fullscreen {
    top: calc(10px + env(safe-area-inset-top));
    right: calc(10px + env(safe-area-inset-right));
  }

  .architecture-finish-image.is-fullscreen-view .architecture-finish-status {
    right: calc(10px + env(safe-area-inset-right));
    bottom: calc(10px + env(safe-area-inset-bottom));
  }

  .architecture-finish-status {
    right: 10px;
    bottom: 10px;
    max-width: calc(100% - 20px);
  }
}

@media (max-width: 760px) and (orientation: portrait) {
  .architecture-finish-image.is-fullscreen-view .architecture-finish-orientation-hint {
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 50%;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 11px 14px;
    border: 1px solid rgba(210, 152, 94, 0.54);
    border-radius: 3px;
    color: rgba(255, 249, 241, 0.94);
    background: rgba(7, 11, 13, 0.84);
    box-shadow: 0 16px 44px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(10px);
    font-size: 12px;
    line-height: 1.25;
    white-space: nowrap;
    pointer-events: none;
    transform: translate(-50%, -50%);
    animation: architecture-orientation-hint 4.5s ease both;
  }

  .architecture-finish-orientation-hint i {
    font-size: 18px;
    transform: rotate(90deg);
  }
}

@keyframes architecture-orientation-hint {
  0%, 68% { opacity: 1; }
  100% { opacity: 0; visibility: hidden; }
}

/* Responsive QA refinements */
.main-nav a {
  white-space: nowrap;
}

@media (min-width: 921px) and (max-width: 1420px) {
  .site-header {
    gap: clamp(18px, 2vw, 30px);
  }

  .main-nav {
    gap: clamp(18px, 2.2vw, 32px);
  }
}

@media (max-width: 380px) {
  .hero-copy {
    padding-bottom: 78px;
  }

  .manufacturing-benefits {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .manufacturing-benefits > div {
    grid-template-columns: 38px minmax(0, 1fr);
  }
}

/* Compact first-screen annotations on 16:9 and ultrawide displays */
@media (min-width: 921px) {
  .hero-benefits {
    width: min(620px, 42vw);
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: clamp(16px, 1.15vw, 22px);
  }

  .hero-benefits div {
    min-width: 0;
  }
}

@media (min-width: 921px) and (max-width: 1439px) {
  .hero-callout {
    left: 57%;
    width: 20%;
    grid-template-columns: 110px minmax(42px, 1fr);
    gap: 10px;
  }

  .hero-callout-middle {
    width: 23%;
  }
}

@media (min-width: 1200px) and (max-width: 1239px) {
  .hero-benefits {
    width: 620px;
    grid-template-columns: repeat(5, 108px);
    gap: 20px;
  }
}

@media (min-width: 1240px) and (max-width: 1439px) {
  .hero-benefits {
    width: 635px;
    grid-template-columns: 108px 108px 123px 108px 108px;
    gap: 20px;
  }
}

@media (min-width: 1440px) and (min-aspect-ratio: 16 / 9) {
  .hero-benefits {
    width: 635px;
    grid-template-columns: 108px 108px 123px 108px 108px;
    gap: 20px;
  }

  .hero-callout {
    left: 45.5%;
    width: 13.4%;
    grid-template-columns: 112px minmax(36px, 1fr);
    gap: 10px;
  }

  .hero-callout-middle {
    width: 16.8%;
  }
}

@media (min-width: 1900px) and (min-aspect-ratio: 2 / 1) {
  .hero-stage {
    width: min(1480px, calc(100% - 12vw));
  }

  .hero-benefits {
    width: 635px;
    grid-template-columns: 108px 108px 123px 108px 108px;
  }

  .hero-callout {
    left: 45.8%;
  }
}

/* Keep the complete configurator available while the 3D scene is fullscreen. */
.architecture-finish-showcase.is-fullscreen-active .architecture-profile-selector {
  min-height: 56px;
}

.architecture-finish-showcase.is-fullscreen-active .architecture-profile-selector-options {
  flex: 1;
  justify-content: flex-end;
}

.architecture-finish-showcase.is-fullscreen-active .architecture-profile-selector button {
  flex: 0 0 auto;
}

.architecture-finish-showcase.is-fullscreen-active .architecture-palette {
  min-height: 58px;
}

@media (max-width: 920px) {
  .architecture-finish-showcase.is-fullscreen-active {
    grid-template-rows: 44px minmax(0, 1fr) 48px 48px;
  }

  .architecture-finish-showcase.is-fullscreen-active .architecture-profile-selector {
    min-height: 44px;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 0;
    padding: 0;
  }

  .architecture-finish-showcase.is-fullscreen-active .architecture-profile-selector > span {
    display: none;
  }

  .architecture-finish-showcase.is-fullscreen-active .architecture-profile-selector-options {
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .architecture-finish-showcase.is-fullscreen-active .architecture-profile-selector button {
    min-width: 108px;
    min-height: 44px;
    padding: 0 12px;
    border-top: 0;
    font-size: 10px !important;
    white-space: nowrap;
  }

  .architecture-finish-showcase.is-fullscreen-active .architecture-profile-selector button:last-child:nth-child(odd) {
    grid-column: auto;
  }

  .architecture-finish-showcase.is-fullscreen-active .architecture-palette {
    min-height: 48px;
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
  }

  .architecture-finish-showcase.is-fullscreen-active .architecture-palette-title {
    width: auto;
    min-height: 0;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    padding: 0 10px;
    border-right: 1px solid rgba(226, 224, 218, 0.12);
    border-bottom: 0;
    font-size: 10px !important;
  }

  .architecture-finish-showcase.is-fullscreen-active .architecture-palette-title > span {
    max-width: 44px;
    font-size: 9px !important;
  }

  .architecture-finish-showcase.is-fullscreen-active .architecture-palette-swatches {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 6px 9px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .architecture-finish-showcase.is-fullscreen-active .architecture-palette-swatches button {
    flex: 0 0 38px;
    width: 38px;
    height: 34px;
  }

  .architecture-finish-showcase.is-fullscreen-active .architecture-palette > a {
    display: none;
  }
}
