﻿:root {
  --bg: #070809;
  --bg-soft: #121416;
  --panel: rgba(255, 255, 255, 0.04);
  --panel-strong: rgba(255, 255, 255, 0.08);
  --text: #f3f4f6;
  --muted: #a0a6ad;
  --line: rgba(255, 255, 255, 0.1);
  --accent: #b9a58d;
  --accent-strong: #d5c4af;
  --radius-lg: 24px;
  --container: 1200px;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.35);
  --accent-ember: #db8052;
  --accent-meadow: #7ea87b;
  --accent-frost: #95aabd;
  --accent-steel: #8f98a7;
  --accent-timber: #92735e;
  --accent-coal: #d86f4c;
  --accent-emerald: #4f7c66;
  --header-offset: 68px;
}

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

html {
  background:
    radial-gradient(circle at top, rgba(134, 140, 148, 0.18), transparent 35%),
    linear-gradient(180deg, #090a0b 0%, #050607 100%);
}

body {
  margin: 0;
  color: var(--text);
  background: transparent;
  font-family: "Segoe UI", Arial, sans-serif;
  line-height: 1.5;
  position: relative;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: 0.12;
  background:
    linear-gradient(30deg, transparent 0 47%, rgba(255, 255, 255, 0.02) 47.5%, transparent 48%) 0 0 / 220px 160px repeat,
    linear-gradient(-30deg, transparent 0 47%, rgba(255, 255, 255, 0.02) 47.5%, transparent 48%) 0 0 / 220px 160px repeat;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), transparent 78%);
}

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

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

.site-header {
  position: fixed;
  top: 0 !important;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 50;
  overflow: visible;
  backdrop-filter: blur(18px);
  background: rgba(7, 8, 9, 0.72);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.22);
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.site-header__messenger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.028);
  color: var(--text);
  transition: 180ms ease;
}

.site-header__messenger:hover,
.site-header__contact-inline:hover {
  color: var(--text);
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.05);
}

.site-header__messenger svg {
  width: 16px;
  height: 16px;
  display: block;
}

.site-header__messenger--max span {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.site-header__inner {
  min-height: 62px;
  display: grid;
  grid-template-columns: minmax(140px, auto) 1fr minmax(280px, auto);
  grid-template-areas: "brand nav actions";
  align-items: center;
  gap: 24px;
}

.site-header__actions,
.site-header__contact-row,
.site-header__cta-row,
.site-header__contact-socials {
  display: flex;
  align-items: center;
  gap: 8px;
}

.site-header__actions {
  margin-left: auto;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  justify-self: end;
}

.site-header__contacts {
  display: grid;
  gap: 6px;
  justify-items: end;
}

.site-header__contact-row,
.site-header__cta-row {
  justify-content: flex-end;
  flex-wrap: nowrap;
}

.site-header__contact-inline {
  display: inline-flex;
  align-items: center;
  min-height: 20px;
  padding: 0;
  color: var(--text);
  font-size: 11px;
  line-height: 1.2;
  letter-spacing: 0.01em;
  white-space: nowrap;
  transition: 180ms ease;
}

.site-header__contact-socials {
  justify-content: flex-end;
  gap: 6px;
}

.site-header__cta-row .button {
  min-width: 0;
  min-height: 30px;
  padding: 0 12px;
  font-size: 12px;
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
}

.site-header__contact-row .site-header__contact-inline--email {
  margin-left: 22px;
}

.site-header__cta-row .site-header__messenger {
  width: 28px;
  height: 28px;
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.02);
}

.site-header__cta-row .site-header__messenger svg {
  width: 13px;
  height: 13px;
}

.site-header__cta-row .site-header__messenger--max span {
  font-size: 11px;
}

.brand {
  display: inline-flex;
  align-items: center;
  grid-area: brand;
}

.brand--logo img {
  display: block;
  width: auto;
  height: 46px;
  max-width: 200px;
  object-fit: contain;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.28));
}

.site-nav {
  grid-area: nav;
  justify-self: center;
  font-size: 0.95rem;
}

.site-nav {
  display: flex;
  gap: 30px;
  color: var(--muted);
  align-items: center;
}

.site-nav a {
  position: relative;
  font-size: 15px;
  line-height: 1;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -12px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(213, 196, 175, 0.72), transparent);
  opacity: 0;
  transform: scaleX(0.55);
  transition: 180ms ease;
}

.site-nav a:hover,
.site-footer__links a:hover {
  color: var(--text);
}

.site-nav a:hover::after {
  opacity: 1;
  transform: scaleX(1);
}

.site-main {
  min-height: calc(100vh - 160px);
  padding-top: var(--header-offset);
}

.site-main,
.site-footer {
  position: relative;
  z-index: 1;
}

.hero {
  padding: 72px 0 48px;
  position: relative;
  overflow: clip;
}

.hero--compact {
  padding-bottom: 16px;
}

.hero--premium {
  padding-top: 28px;
}

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

.hero-brandmark {
  position: absolute;
  right: 2%;
  top: 18px;
  width: min(42vw, 620px);
  opacity: 0.048;
  filter: blur(0.2px) drop-shadow(0 18px 48px rgba(0, 0, 0, 0.26));
  transform: rotate(-8deg);
}

.hero-brandmark img {
  display: block;
  width: 100%;
  height: auto;
}

.hero-orb,
.hero-grid-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(14px);
}

.hero-orb--silver {
  width: 320px;
  height: 320px;
  top: -60px;
  right: 18%;
  background: radial-gradient(circle, rgba(180, 190, 204, 0.22), rgba(180, 190, 204, 0));
}

.hero-orb--brass {
  width: 260px;
  height: 260px;
  bottom: 20px;
  left: 12%;
  background: radial-gradient(circle, rgba(190, 163, 120, 0.18), rgba(190, 163, 120, 0));
}

.hero-grid-glow {
  inset: 90px auto auto 50%;
  width: 440px;
  height: 440px;
  transform: translateX(-10%);
  background:
    linear-gradient(rgba(255,255,255,0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.08) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: radial-gradient(circle, rgba(0,0,0,0.9), transparent 72%);
  opacity: 0.15;
  border-radius: 32px;
  filter: none;
}

.hero--line {
  position: relative;
}

.hero--line::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.28;
}

.hero--line.hero--immersive {
  position: sticky;
  top: var(--header-offset);
  z-index: 0;
}

.hero--immersive {
  overflow: hidden;
}

.hero--immersive .hero__grid {
  position: relative;
  grid-template-columns: 1fr;
  align-items: end;
  min-height: calc(100vh - var(--header-offset));
  padding-top: 0;
  padding-bottom: 0;
}

.hero--immersive .hero__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--hero-image);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  opacity: 0.94;
  transform: scale(1.02);
}

.hero--immersive .hero__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 6, 8, 0.62) 0%, rgba(5, 6, 8, 0.28) 20%, rgba(5, 6, 8, 0.32) 54%, rgba(5, 6, 8, 0.88) 100%),
    linear-gradient(90deg, rgba(5, 6, 8, 0.58) 0%, rgba(5, 6, 8, 0.28) 34%, rgba(5, 6, 8, 0.10) 58%, rgba(5, 6, 8, 0.16) 100%),
    radial-gradient(circle at left bottom, rgba(0, 0, 0, 0.62), transparent 42%);
}

.hero--catalog-visual.hero--immersive .hero__bg::before {
  opacity: 0.99;
}

.hero--catalog-visual.hero--immersive .hero__bg::after {
  background:
    linear-gradient(180deg, rgba(5, 6, 8, 0.12) 0%, rgba(5, 6, 8, 0.04) 18%, rgba(5, 6, 8, 0.06) 52%, rgba(5, 6, 8, 0.18) 100%),
    linear-gradient(90deg, rgba(5, 6, 8, 0.12) 0%, rgba(5, 6, 8, 0.04) 34%, rgba(5, 6, 8, 0.02) 58%, rgba(5, 6, 8, 0.06) 100%);
}

.hero--immersive .hero__content--premium {
  position: relative;
  z-index: 2;
  max-width: 780px;
  padding: 28px 32px 26px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(180deg, rgba(10, 12, 16, 0.52), rgba(10, 12, 16, 0.24));
  backdrop-filter: blur(10px);
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.28);
}

.hero--immersive .hero__content--premium::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255,255,255,0.04), transparent 24%);
  pointer-events: none;
}

.hero--immersive .hero__content--premium h1,
.hero--immersive .hero__content--premium p,
.hero--immersive .hero__content--premium li,
.hero--immersive .hero__content--premium span,
.hero--immersive .hero__content--premium a {
  text-shadow: 0 12px 34px rgba(0, 0, 0, 0.48);
  position: relative;
  z-index: 1;
}

.hero--immersive .hero__lead {
  max-width: 760px;
  color: rgba(247, 249, 252, 0.92);
}

.hero--immersive .hero__panel {
  display: none;
}

.hero__grid--image-only {
  min-height: calc(100vh - var(--header-offset));
}

.hero--immersive .hero__metrics li,
.hero--immersive .hero-card__chips span {
  background: rgba(10, 11, 15, 0.24);
  border-color: rgba(255, 255, 255, 0.22);
  color: rgba(245, 247, 250, 0.92);
  backdrop-filter: blur(5px);
}

.hero--immersive .button--primary {
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.24);
}

.hero--immersive .button--ghost,
.hero--immersive .button--secondary {
  background: rgba(9, 9, 12, 0.12);
  border-color: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(4px);
}

.hero--immersive .button--accented {
  backdrop-filter: blur(7px);
}

.hero--immersive.hero--ember .eyebrow,
.hero--immersive.hero--ember .hero-card__label,
.hero--immersive.hero--ember .hero-card__title { color: var(--accent-ember); }
.hero--immersive.hero--ember .hero__metrics li,
.hero--immersive.hero--ember .hero-card__chips span {
  border-color: rgba(219, 128, 82, 0.34);
  background: rgba(219, 128, 82, 0.08);
}
.hero--immersive.hero--ember .button--primary {
  background: linear-gradient(135deg, rgba(219, 128, 82, 0.96), #f0c49b);
}
.hero--immersive.hero--ember .button--accented,
.line-intro__panel--ember .button--accented {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.14), rgba(255,255,255,0.02) 20%, rgba(255,255,255,0.01) 100%),
    rgba(219, 128, 82, 0.16);
  border-color: rgba(219, 128, 82, 0.36);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.1), 0 18px 34px rgba(219, 128, 82, 0.16);
}

.hero--immersive.hero--meadow .eyebrow,
.hero--immersive.hero--meadow .hero-card__label,
.hero--immersive.hero--meadow .hero-card__title { color: var(--accent-meadow); }
.hero--immersive.hero--meadow .hero__metrics li,
.hero--immersive.hero--meadow .hero-card__chips span {
  border-color: rgba(126, 168, 123, 0.34);
  background: rgba(126, 168, 123, 0.08);
}
.hero--immersive.hero--meadow .button--primary {
  background: linear-gradient(135deg, rgba(126, 168, 123, 0.96), #b9d7b5);
}
.hero--immersive.hero--meadow .button--accented,
.line-intro__panel--meadow .button--accented {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.14), rgba(255,255,255,0.02) 20%, rgba(255,255,255,0.01) 100%),
    rgba(126, 168, 123, 0.16);
  border-color: rgba(126, 168, 123, 0.34);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.1), 0 18px 34px rgba(126, 168, 123, 0.14);
}

.hero--immersive.hero--frost .eyebrow,
.hero--immersive.hero--frost .hero-card__label,
.hero--immersive.hero--frost .hero-card__title { color: var(--accent-frost); }
.hero--immersive.hero--frost .hero__metrics li,
.hero--immersive.hero--frost .hero-card__chips span {
  border-color: rgba(149, 170, 189, 0.34);
  background: rgba(149, 170, 189, 0.08);
}
.hero--immersive.hero--frost .button--primary {
  background: linear-gradient(135deg, rgba(149, 170, 189, 0.96), #d6e1ee);
}
.hero--immersive.hero--frost .button--accented,
.line-intro__panel--frost .button--accented {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.14), rgba(255,255,255,0.02) 20%, rgba(255,255,255,0.01) 100%),
    rgba(149, 170, 189, 0.16);
  border-color: rgba(149, 170, 189, 0.34);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.1), 0 18px 34px rgba(149, 170, 189, 0.14);
}

.hero--immersive.hero--steel .eyebrow,
.hero--immersive.hero--steel .hero-card__label,
.hero--immersive.hero--steel .hero-card__title { color: var(--accent-steel); }
.hero--immersive.hero--steel .hero__metrics li,
.hero--immersive.hero--steel .hero-card__chips span {
  border-color: rgba(143, 152, 167, 0.34);
  background: rgba(143, 152, 167, 0.08);
}
.hero--immersive.hero--steel .button--primary {
  background: linear-gradient(135deg, rgba(143, 152, 167, 0.96), #ccd4df);
}
.hero--immersive.hero--steel .button--accented,
.line-intro__panel--steel .button--accented {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.14), rgba(255,255,255,0.02) 20%, rgba(255,255,255,0.01) 100%),
    rgba(143, 152, 167, 0.16);
  border-color: rgba(143, 152, 167, 0.34);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.1), 0 18px 34px rgba(143, 152, 167, 0.15);
}

.hero--immersive.hero--timber .eyebrow,
.hero--immersive.hero--timber .hero-card__label,
.hero--immersive.hero--timber .hero-card__title { color: var(--accent-timber); }
.hero--immersive.hero--timber .hero__metrics li,
.hero--immersive.hero--timber .hero-card__chips span {
  border-color: rgba(146, 115, 94, 0.34);
  background: rgba(146, 115, 94, 0.08);
}
.hero--immersive.hero--timber .button--primary {
  background: linear-gradient(135deg, rgba(146, 115, 94, 0.96), #c8ac92);
}
.hero--immersive.hero--timber .button--accented,
.line-intro__panel--timber .button--accented {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.14), rgba(255,255,255,0.02) 20%, rgba(255,255,255,0.01) 100%),
    rgba(146, 115, 94, 0.16);
  border-color: rgba(146, 115, 94, 0.34);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.1), 0 18px 34px rgba(146, 115, 94, 0.14);
}

.hero--immersive.hero--coal .eyebrow,
.hero--immersive.hero--coal .hero-card__label,
.hero--immersive.hero--coal .hero-card__title { color: var(--accent-coal); }
.hero--immersive.hero--coal .hero__metrics li,
.hero--immersive.hero--coal .hero-card__chips span {
  border-color: rgba(216, 111, 76, 0.34);
  background: rgba(216, 111, 76, 0.08);
}
.hero--immersive.hero--coal .button--primary {
  background: linear-gradient(135deg, rgba(216, 111, 76, 0.96), #efb08f);
}
.hero--immersive.hero--coal .button--accented,
.line-intro__panel--coal .button--accented {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.14), rgba(255,255,255,0.02) 20%, rgba(255,255,255,0.01) 100%),
    rgba(216, 111, 76, 0.16);
  border-color: rgba(216, 111, 76, 0.36);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.1), 0 18px 34px rgba(216, 111, 76, 0.16);
}

.hero--immersive .project-breadcrumbs,
.hero--immersive .project-breadcrumbs a,
.hero--immersive .project-breadcrumbs span {
  color: rgba(244, 247, 251, 0.92);
}

.hero--immersive .project-breadcrumbs {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(8, 10, 14, 0.34);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.24);
  text-shadow: 0 10px 26px rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(8px);
}

.hero--immersive .eyebrow {
  text-shadow: 0 10px 26px rgba(0, 0, 0, 0.42);
}

.line-story-shell {
  position: relative;
  z-index: 1;
  margin-top: clamp(-34px, -2.5vw, -18px);
  padding-top: clamp(72px, 6vw, 94px);
  border-radius: 40px 40px 0 0;
  background:
    linear-gradient(180deg, rgba(7, 8, 11, 0.86) 0%, rgba(7, 8, 11, 0.96) 88px, rgba(7, 8, 11, 1) 180px),
    radial-gradient(circle at top center, rgba(255,255,255,0.05), transparent 38%);
  box-shadow:
    0 -24px 70px rgba(0, 0, 0, 0.24),
    0 -1px 0 rgba(255,255,255,0.05);
  overflow: clip;
}

.line-story-shell::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 190px;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.08), transparent 28%),
    radial-gradient(circle at top center, rgba(196, 207, 221, 0.08), transparent 56%);
}

.line-intro {
  position: relative;
  z-index: 3;
  margin-top: clamp(-74px, -6vw, -38px);
  padding-top: 0;
}

.line-intro__panel {
  position: relative;
  max-width: 980px;
  padding: 28px 32px 26px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(180deg, rgba(14, 16, 22, 0.44), rgba(14, 16, 22, 0.16)),
    linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.01));
  backdrop-filter: blur(18px);
  box-shadow:
    0 28px 68px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.hero--catalog-visual .line-intro__panel {
  background:
    linear-gradient(180deg, rgba(14, 16, 22, 0.54), rgba(14, 16, 22, 0.26)),
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.015));
}

.line-intro__panel::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.07), transparent 24%),
    radial-gradient(circle at top right, rgba(255,255,255,0.06), transparent 34%);
  opacity: 0.9;
}

.line-intro__panel h1,
.line-intro__panel p,
.line-intro__panel li,
.line-intro__panel span,
.line-intro__panel a {
  text-shadow: 0 12px 34px rgba(0, 0, 0, 0.46);
  position: relative;
  z-index: 1;
}

.line-intro__panel .project-breadcrumbs {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(8, 10, 14, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
}

.hero--ember::before { background: radial-gradient(circle at top right, var(--accent-ember), transparent 45%); }
.hero--meadow::before { background: radial-gradient(circle at top right, var(--accent-meadow), transparent 45%); }
.hero--frost::before { background: radial-gradient(circle at top right, var(--accent-frost), transparent 45%); }
.hero--steel::before { background: radial-gradient(circle at top right, var(--accent-steel), transparent 45%); }
.hero--timber::before { background: radial-gradient(circle at top right, var(--accent-timber), transparent 45%); }
.hero--coal::before { background: radial-gradient(circle at top right, var(--accent-coal), transparent 45%); }

.section-heading--accent {
  position: relative;
  padding-left: 18px;
}

.section-heading--accent::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  bottom: 6px;
  width: 2px;
  border-radius: 999px;
  opacity: 0.92;
}

.section-heading--ember::before { background: linear-gradient(180deg, rgba(219, 128, 82, 0.98), rgba(219, 128, 82, 0.18)); }
.section-heading--meadow::before { background: linear-gradient(180deg, rgba(126, 168, 123, 0.98), rgba(126, 168, 123, 0.18)); }
.section-heading--frost::before { background: linear-gradient(180deg, rgba(149, 170, 189, 0.98), rgba(149, 170, 189, 0.18)); }
.section-heading--steel::before { background: linear-gradient(180deg, rgba(143, 152, 167, 0.98), rgba(143, 152, 167, 0.18)); }
.section-heading--timber::before { background: linear-gradient(180deg, rgba(146, 115, 94, 0.98), rgba(146, 115, 94, 0.18)); }
.section-heading--coal::before { background: linear-gradient(180deg, rgba(216, 111, 76, 0.98), rgba(216, 111, 76, 0.18)); }

.section-heading--ember .eyebrow { color: var(--accent-ember); }
.section-heading--meadow .eyebrow { color: var(--accent-meadow); }
.section-heading--frost .eyebrow { color: var(--accent-frost); }
.section-heading--steel .eyebrow { color: var(--accent-steel); }
.section-heading--timber .eyebrow { color: var(--accent-timber); }
.section-heading--coal .eyebrow { color: var(--accent-coal); }

.hero__grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 28px;
  align-items: stretch;
}

.hero__panel {
  display: grid;
  gap: 22px;
  align-content: start;
  min-width: 0;
}

.hero__content,
.hero-card,
.line-card,
.stub-box {
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.03));
  box-shadow: var(--shadow);
}

.hero__content {
  padding: 42px;
  border-radius: 32px;
  position: relative;
  z-index: 1;
}

.hero__content--premium::after,
.hero-card--floating::before {
  content: "";
  position: absolute;
  inset: auto 22px 18px auto;
  width: 120px;
  height: 120px;
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(255,255,255,0.18), rgba(255,255,255,0.02));
  transform: rotate(18deg);
  opacity: 0.4;
  pointer-events: none;
}

.hero-card {
  width: 100%;
  padding: 32px;
  border-radius: 32px;
  position: relative;
  z-index: 1;
}

.hero-card--hero {
  min-height: auto;
  background:
    radial-gradient(circle at top right, rgba(213, 196, 175, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.03));
}

.hero-card__title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 12px;
}

.hero-card__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.hero-card__chips span {
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.04);
  color: var(--muted);
}

.hero-card--accent {
  position: relative;
  overflow: hidden;
}

.hero-card--accent::after {
  content: "";
  position: absolute;
  inset: auto -40px -40px auto;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  filter: blur(12px);
}

.hero-card--map {
  background:
    radial-gradient(circle at top right, rgba(79, 124, 102, 0.16), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.03));
}

.home-hero-slider {
  position: relative;
  margin-top: 0;
  padding: 16px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    radial-gradient(circle at top right, rgba(255,255,255,0.07), transparent 28%),
    linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02));
  box-shadow: var(--shadow);
  overflow: hidden;
}

.home-hero-slider__viewport {
  position: relative;
  height: clamp(340px, 34vw, 430px);
  border-radius: 22px;
  overflow: hidden;
  background: rgba(8, 10, 14, 0.78);
}

.home-hero-slide {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  opacity: 0;
  visibility: hidden;
  transition: opacity 720ms ease, visibility 720ms ease, transform 900ms ease;
  transform: scale(1.02);
  border-radius: 22px;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(255,255,255,0.05), transparent 28%),
    linear-gradient(180deg, rgba(14, 16, 20, 0.98), rgba(9, 11, 15, 1));
}

.home-hero-slide.is-active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.home-hero-slide img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  align-self: stretch;
}

.home-hero-slide__overlay {
  position: relative;
  inset: auto;
  padding: 16px 18px 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(180deg, rgba(18, 21, 26, 0.98), rgba(10, 12, 16, 0.98)),
    linear-gradient(135deg, rgba(255,255,255,0.05), transparent 60%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.04);
}

.home-hero-slide__overlay .eyebrow {
  margin-bottom: 8px;
  color: rgba(223, 208, 186, 0.92);
}

.home-hero-slide__overlay p {
  margin: 0;
  color: rgba(243, 246, 251, 0.9);
  font-size: 15px;
  line-height: 1.55;
}

.home-hero-slider__dots {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
  padding-inline: 4px;
}

.home-hero-slider__dot {
  width: 12px;
  height: 12px;
  padding: 0;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.home-hero-slider__dot.is-active {
  transform: scale(1.15);
  background: rgba(213, 196, 175, 0.82);
  border-color: rgba(213, 196, 175, 0.92);
}

@media (max-width: 900px) {
  .hero__panel {
    gap: 18px;
  }

  .home-hero-slider__viewport {
    height: clamp(280px, 52vw, 360px);
  }

  .home-hero-slide__overlay {
    min-height: 108px;
  }
}

@media (max-width: 640px) {
  .home-hero-slider {
    padding: 12px;
    border-radius: 24px;
  }

  .home-hero-slider__viewport {
    height: 244px;
    border-radius: 18px;
  }

  .home-hero-slide__overlay {
    padding: 14px 14px 16px;
    min-height: 122px;
  }

  .home-hero-slide__overlay p {
    font-size: 14px;
    line-height: 1.5;
  }

  .home-hero-slider__dots {
    gap: 8px;
    margin-top: 12px;
  }

  .exhibition-map-frame__canvas,
  .exhibition-map-frame__canvas iframe {
    min-height: 320px;
    height: 320px;
  }

  .project-breadcrumbs {
    font-size: 13px;
    gap: 8px;
  }
}

.hero-prism {
  position: absolute;
  right: -18px;
  bottom: -18px;
  width: 180px;
  height: 180px;
  perspective: 1000px;
}

.hero-prism__core {
  position: absolute;
  inset: 0;
  border-radius: 28px;
  border: 1px solid rgba(255,255,255,0.16);
  background:
    linear-gradient(135deg, rgba(255,255,255,0.16), rgba(255,255,255,0.02)),
    radial-gradient(circle at top, rgba(185, 165, 141, 0.18), transparent 55%);
  box-shadow: 0 36px 70px rgba(0,0,0,0.35);
  transform: rotateX(62deg) rotateZ(38deg);
}

.hero-card__label,
.eyebrow {
  margin-bottom: 12px;
  color: var(--accent-strong);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 12px;
}

.hero h1,
.stub-box h1,
.section-heading h2 {
  margin: 0 0 16px;
  line-height: 1.08;
}

.hero h1 {
  font-size: clamp(38px, 5vw, 64px);
  max-width: 850px;
}

.hero__lead,
.hero-card__text,
.line-card p,
.section-heading p,
.stub-box p,
.site-footer__text {
  color: var(--muted);
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 28px 0 24px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid var(--line);
  position: relative;
  overflow: hidden;
  transition: 180ms ease;
}

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

.button--primary {
  color: #111316;
  border-color: rgba(255, 255, 255, 0.24);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.46) 0%, rgba(255, 255, 255, 0.12) 16%, rgba(255, 255, 255, 0.02) 18%, transparent 42%),
    linear-gradient(135deg, #f1f4f7 0%, #c8d0d8 18%, #a5afb9 42%, #d7dde3 62%, #8d98a4 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.62),
    inset 0 -1px 0 rgba(74, 82, 92, 0.34),
    0 14px 26px rgba(0, 0, 0, 0.26);
}

.button--primary::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.34), rgba(255,255,255,0.02) 28%, rgba(255,255,255,0.14) 54%, rgba(255,255,255,0.04) 100%);
  opacity: 0.75;
  pointer-events: none;
  transform: translateX(-135%) skewX(-14deg);
}

.button--primary::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255,255,255,0.28), transparent 38%, rgba(30, 35, 41, 0.1) 100%);
  pointer-events: none;
  mix-blend-mode: screen;
}

.button--primary:hover {
  transform: translateY(-1px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.68),
    inset 0 -1px 0 rgba(74, 82, 92, 0.38),
    0 18px 30px rgba(0, 0, 0, 0.3);
}

.button--primary:hover::before,
.button--primary:focus-visible::before {
  opacity: 0.92;
  animation: button-shimmer 1.35s linear infinite;
}

@keyframes button-shimmer {
  0% {
    transform: translateX(-135%) skewX(-14deg);
  }

  100% {
    transform: translateX(135%) skewX(-14deg);
  }
}

.button--secondary,
.button--ghost {
  background: rgba(255, 255, 255, 0.03);
}

.button--accented {
  color: #f4f1eb;
  border-color: rgba(255, 255, 255, 0.2);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.12), rgba(255,255,255,0.02) 22%, rgba(255,255,255,0.01) 100%),
    rgba(9, 11, 15, 0.46);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.08),
    0 16px 28px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(10px);
}

.button--accented:hover {
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.12),
    0 20px 34px rgba(0, 0, 0, 0.28);
}

.button--danger {
  background: rgba(176, 82, 82, 0.14);
  border-color: rgba(210, 109, 109, 0.3);
  color: #ffd2d2;
}

.hero__metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
  color: var(--muted);
}

.hero__metrics li,
.line-card__badge {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
}

.hero__metric--price {
  color: var(--text);
  font-weight: 700;
  letter-spacing: 0.01em;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.06)),
    rgba(10, 12, 16, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 10px 30px rgba(0, 0, 0, 0.22);
}

.section {
  padding: 48px 0 64px;
}

.section--compact-top {
  padding-top: 8px;
}

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

.line-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}

.line-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-width: 0;
  padding: 26px;
  gap: 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.line-card__media {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 0 0 16px;
  border-radius: 18px;
  aspect-ratio: 16 / 10;
  min-height: 0;
  max-height: 180px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.line-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.02), transparent 22%, rgba(5,5,7,0.34) 100%),
    radial-gradient(circle at top right, rgba(255,255,255,0.12), transparent 30%);
  pointer-events: none;
}

.line-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 260ms ease;
}

.line-card:hover .line-card__media img {
  transform: scale(1.02);
}

.line-card--premium,
.advantage-card--premium,
.showcase-panel--premium,
.cta-band--premium,
[data-tilt] {
  will-change: transform;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease, background 220ms ease;
}

[data-tilt] {
  --glow-x: 50%;
  --glow-y: 18%;
  --float-x: 0px;
  --float-y: 0px;
  position: relative;
}

[data-tilt].is-tilting {
  transform: translate3d(var(--float-x), calc(var(--float-y) * -0.25), 0) translateY(-4px);
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.5);
  border-color: rgba(255, 255, 255, 0.14);
}

.line-card--premium:hover,
.advantage-card--premium:hover,
.showcase-panel--premium:hover,
.cta-band--premium:hover {
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.48);
}

.accent-frame {
  position: relative;
}

.accent-frame::before {
  content: "";
  position: absolute;
  left: 22px;
  right: 22px;
  top: 0;
  height: 1px;
  opacity: 0.9;
  background: linear-gradient(90deg, var(--frame-accent), transparent 72%);
  pointer-events: none;
  z-index: 2;
}

.accent-frame::after {
  content: "";
  position: absolute;
  top: -46px;
  right: -24px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--frame-glow), transparent 66%);
  pointer-events: none;
  filter: blur(12px);
  opacity: 0.42;
  z-index: 0;
}

.accent-frame--ember { --frame-accent: rgba(219, 128, 82, 0.92); --frame-glow: rgba(219, 128, 82, 0.18); }
.accent-frame--meadow { --frame-accent: rgba(126, 168, 123, 0.92); --frame-glow: rgba(126, 168, 123, 0.18); }
.accent-frame--frost { --frame-accent: rgba(149, 170, 189, 0.92); --frame-glow: rgba(149, 170, 189, 0.18); }
.accent-frame--steel { --frame-accent: rgba(143, 152, 167, 0.92); --frame-glow: rgba(143, 152, 167, 0.18); }
.accent-frame--timber { --frame-accent: rgba(146, 115, 94, 0.92); --frame-glow: rgba(146, 115, 94, 0.18); }
.accent-frame--coal { --frame-accent: rgba(216, 111, 76, 0.92); --frame-glow: rgba(216, 111, 76, 0.18); }

.line-card--ember { border-color: rgba(219, 128, 82, 0.38); }
.line-card--meadow { border-color: rgba(126, 168, 123, 0.38); }
.line-card--frost { border-color: rgba(149, 170, 189, 0.38); }
.line-card--steel { border-color: rgba(143, 152, 167, 0.38); }
.line-card--timber { border-color: rgba(146, 115, 94, 0.38); }
.line-card--coal { border-color: rgba(216, 111, 76, 0.38); }

.line-card--ember {
  background:
    radial-gradient(circle at top right, rgba(219, 128, 82, 0.08), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.03));
}

.line-card--meadow {
  background:
    radial-gradient(circle at top right, rgba(126, 168, 123, 0.08), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.03));
}

.line-card--frost {
  background:
    radial-gradient(circle at top right, rgba(149, 170, 189, 0.08), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.03));
}

.line-card--steel {
  background:
    radial-gradient(circle at top right, rgba(143, 152, 167, 0.08), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.03));
}

.line-card--timber {
  background:
    radial-gradient(circle at top right, rgba(146, 115, 94, 0.08), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.03));
}

.line-card--coal {
  background:
    radial-gradient(circle at top right, rgba(216, 111, 76, 0.08), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.03));
}

.line-card--ember .line-card__badge { color: var(--accent-ember); border-color: rgba(219, 128, 82, 0.22); background: rgba(219, 128, 82, 0.08); }
.line-card--meadow .line-card__badge { color: var(--accent-meadow); border-color: rgba(126, 168, 123, 0.22); background: rgba(126, 168, 123, 0.08); }
.line-card--frost .line-card__badge { color: var(--accent-frost); border-color: rgba(149, 170, 189, 0.22); background: rgba(149, 170, 189, 0.08); }
.line-card--steel .line-card__badge { color: var(--accent-steel); border-color: rgba(143, 152, 167, 0.22); background: rgba(143, 152, 167, 0.08); }
.line-card--timber .line-card__badge { color: var(--accent-timber); border-color: rgba(146, 115, 94, 0.22); background: rgba(146, 115, 94, 0.08); }
.line-card--coal .line-card__badge { color: var(--accent-coal); border-color: rgba(216, 111, 76, 0.22); background: rgba(216, 111, 76, 0.08); }

.line-card--ember h2,
.line-card--ember h3,
.line-card--ember .line-card__meta { color: #efc5a8; }
.line-card--meadow h2,
.line-card--meadow h3,
.line-card--meadow .line-card__meta { color: #bad6b8; }
.line-card--frost h2,
.line-card--frost h3,
.line-card--frost .line-card__meta { color: #d1deea; }
.line-card--steel h2,
.line-card--steel h3,
.line-card--steel .line-card__meta { color: #cbd3df; }
.line-card--timber h2,
.line-card--timber h3,
.line-card--timber .line-card__meta { color: #d0b49b; }
.line-card--coal h2,
.line-card--coal h3,
.line-card--coal .line-card__meta { color: #efb08f; }

.line-card--ember .line-card__signals li::before { background: var(--accent-ember); }
.line-card--meadow .line-card__signals li::before { background: var(--accent-meadow); }
.line-card--frost .line-card__signals li::before { background: var(--accent-frost); }
.line-card--steel .line-card__signals li::before { background: var(--accent-steel); }
.line-card--timber .line-card__signals li::before { background: var(--accent-timber); }
.line-card--coal .line-card__signals li::before { background: var(--accent-coal); }

.line-card--ember .line-card__media::after {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.02), transparent 22%, rgba(5,5,7,0.34) 100%),
    radial-gradient(circle at top right, rgba(219, 128, 82, 0.16), transparent 32%);
}

.line-card--meadow .line-card__media::after {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.02), transparent 22%, rgba(5,5,7,0.34) 100%),
    radial-gradient(circle at top right, rgba(126, 168, 123, 0.16), transparent 32%);
}

.line-card--frost .line-card__media::after {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.02), transparent 22%, rgba(5,5,7,0.34) 100%),
    radial-gradient(circle at top right, rgba(149, 170, 189, 0.16), transparent 32%);
}

.line-card--steel .line-card__media::after {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.02), transparent 22%, rgba(5,5,7,0.34) 100%),
    radial-gradient(circle at top right, rgba(143, 152, 167, 0.16), transparent 32%);
}

.line-card--timber .line-card__media::after {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.02), transparent 22%, rgba(5,5,7,0.34) 100%),
    radial-gradient(circle at top right, rgba(146, 115, 94, 0.16), transparent 32%);
}

.line-card--coal .line-card__media::after {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.02), transparent 22%, rgba(5,5,7,0.34) 100%),
    radial-gradient(circle at top right, rgba(216, 111, 76, 0.16), transparent 32%);
}

.line-card--ember .button { border-color: rgba(219, 128, 82, 0.26); }
.line-card--meadow .button { border-color: rgba(126, 168, 123, 0.26); }
.line-card--frost .button { border-color: rgba(149, 170, 189, 0.26); }
.line-card--steel .button { border-color: rgba(143, 152, 167, 0.26); }
.line-card--timber .button { border-color: rgba(146, 115, 94, 0.26); }
.line-card--coal .button { border-color: rgba(216, 111, 76, 0.26); }

.line-card--ember .button--primary { background: linear-gradient(135deg, rgba(219, 128, 82, 0.96), #f0c49b); }
.line-card--meadow .button--primary { background: linear-gradient(135deg, rgba(126, 168, 123, 0.96), #b9d7b5); }
.line-card--frost .button--primary { background: linear-gradient(135deg, rgba(149, 170, 189, 0.96), #d6e1ee); }
.line-card--steel .button--primary { background: linear-gradient(135deg, rgba(143, 152, 167, 0.96), #ccd4df); }
.line-card--timber .button--primary { background: linear-gradient(135deg, rgba(146, 115, 94, 0.96), #c8ac92); }
.line-card--coal .button--primary { background: linear-gradient(135deg, rgba(216, 111, 76, 0.96), #efb08f); }

.line-card--ember .button--ghost { background: rgba(219, 128, 82, 0.08); }
.line-card--meadow .button--ghost { background: rgba(126, 168, 123, 0.08); }
.line-card--frost .button--ghost { background: rgba(149, 170, 189, 0.08); }
.line-card--steel .button--ghost { background: rgba(143, 152, 167, 0.08); }
.line-card--timber .button--ghost { background: rgba(146, 115, 94, 0.08); }
.line-card--coal .button--ghost { background: rgba(216, 111, 76, 0.08); }

.line-card h3 {
  margin: 16px 0 10px;
  font-size: clamp(18px, 1.8vw, 22px);
  line-height: 1.18;
  min-height: 2.4em;
}

.line-card h2 {
  margin: 16px 0 10px;
  font-size: clamp(18px, 1.8vw, 22px);
  line-height: 1.2;
  min-height: 2.5em;
}

.line-card__summary {
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 1.55;
  min-height: 5.2em;
}

.line-card__segment-label {
  margin: 0 0 10px;
  color: rgba(237, 231, 220, 0.5);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.line-card__meta {
  margin: 0 0 18px;
  display: flex;
  align-items: flex-start;
  color: var(--accent-strong);
  font-size: 15px;
  line-height: 1.45;
  min-height: 3.1em;
}

.line-card__signals {
  display: grid;
  gap: 10px;
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
  min-height: 78px;
}

.line-card__signals li {
  position: relative;
  padding-left: 18px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.line-card__signals li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--accent-strong);
  box-shadow: 0 0 18px rgba(255, 255, 255, 0.08);
}

.line-card__availability-note,
.line-page__note,
.product-page__expansion-note {
  color: var(--muted);
}

.line-card__availability-note {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.5;
  min-height: 2.6em;
}

.line-card__facts,
.product-card__details {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.line-card__facts {
  margin: auto 0 14px;
  min-height: 106px;
  align-content: flex-start;
}

.fact-pill {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 11px 18px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.03)),
    rgba(7, 9, 13, 0.72);
  color: rgba(241, 244, 249, 0.9);
  font-size: 15px;
  line-height: 1.2;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.05);
}

.fact-pill--price {
  padding-inline: 20px;
  color: #f8fbff;
  font-weight: 700;
  font-size: 17px;
  letter-spacing: 0.01em;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.2), rgba(255,255,255,0.08)),
    rgba(8, 10, 15, 0.9);
  border-color: rgba(255, 255, 255, 0.22);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.14),
    0 16px 34px rgba(0, 0, 0, 0.26);
}

.catalog-guide {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.catalog-guide__card {
  position: relative;
  padding: 22px 22px 24px;
  border-radius: 24px;
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.06), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.02));
  overflow: hidden;
}

.catalog-guide__label {
  margin-bottom: 14px;
  color: var(--accent-strong);
  font-size: 28px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 300;
}

.catalog-guide__card h2 {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.2;
}

.catalog-guide__card p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
}

.line-card .button {
  width: 100%;
  margin-top: 0;
  min-height: 58px;
}

.line-page__note {
  margin: 0 0 20px;
  max-width: 760px;
}

.line-passport {
  display: grid;
  gap: 22px;
  margin-top: 28px;
}

.product-page__expansion-note {
  margin: 0 0 18px;
  max-width: 720px;
}

.product-summary-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

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

.advantage-card,
.showcase-panel,
.cta-band {
  border-radius: 30px;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255,255,255,0.055), rgba(255,255,255,0.025));
  box-shadow: var(--shadow);
}

.advantage-card {
  padding: 28px;
}

.advantage-card__number {
  margin-bottom: 18px;
  color: var(--accent-strong);
  font-size: 13px;
  letter-spacing: 0.18em;
}

.advantage-card h3 {
  margin: 0 0 12px;
}

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

.showcase-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 20px;
}

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

.home-forms-grid > div {
  display: flex;
}

.home-forms-grid .lead-form-box {
  width: 100%;
  height: 100%;
}

.exhibition-showcase {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 0.85fr);
  gap: 28px;
  padding: 34px;
  border-radius: 34px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at top right, rgba(79, 124, 102, 0.1), transparent 30%),
    radial-gradient(circle at bottom left, rgba(185, 165, 141, 0.08), transparent 26%),
    linear-gradient(180deg, rgba(22, 24, 29, 0.96), rgba(10, 11, 15, 0.98));
  box-shadow: 0 26px 72px rgba(0, 0, 0, 0.42);
}

.exhibition-showcase__content {
  display: grid;
  align-content: start;
  gap: 18px;
  min-width: 0;
}

.exhibition-showcase__content h3,
.exhibition-map-frame__top h3 {
  margin: 0;
  font-size: clamp(30px, 3vw, 40px);
  line-height: 1.06;
}

.exhibition-showcase__lead {
  margin: 0;
  max-width: 42rem;
  color: rgba(236, 239, 243, 0.92);
  font-size: 20px;
  line-height: 1.55;
}

.exhibition-showcase__list {
  margin-top: 8px;
}

.exhibition-showcase__actions {
  margin: 8px 0 0;
}

.exhibition-showcase__map {
  display: flex;
  min-width: 0;
}

.exhibition-map-frame {
  width: 100%;
  display: grid;
  gap: 18px;
  padding: 22px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    radial-gradient(circle at top, rgba(255, 255, 255, 0.06), transparent 34%),
    linear-gradient(180deg, rgba(18, 21, 26, 0.98), rgba(8, 10, 13, 0.99)),
    linear-gradient(135deg, rgba(177, 188, 201, 0.08), transparent 42%, rgba(255,255,255,0.02));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.09),
    inset 0 -1px 0 rgba(255,255,255,0.03),
    0 28px 58px rgba(0, 0, 0, 0.42);
}

.exhibition-map-frame__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.exhibition-map-frame__top h3 {
  margin: 8px 0 10px;
}

.exhibition-map-frame__top p {
  margin: 0;
  max-width: 520px;
  color: var(--muted);
  line-height: 1.6;
}

.exhibition-map-frame__button {
  flex-shrink: 0;
}

.exhibition-map-frame__canvas {
  position: relative;
  overflow: hidden;
  min-height: 430px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    radial-gradient(circle at top, rgba(255,255,255,0.06), transparent 34%),
    linear-gradient(180deg, rgba(10, 12, 16, 0.98), rgba(4, 5, 7, 1));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.05),
    inset 0 -1px 0 rgba(255,255,255,0.025);
}

.exhibition-map-frame__canvas::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(4, 5, 7, 0.34), rgba(4, 5, 7, 0.06) 18%, rgba(4, 5, 7, 0.04) 52%, rgba(4, 5, 7, 0.3) 100%),
    linear-gradient(135deg, rgba(255,255,255,0.06), transparent 22%),
    radial-gradient(circle at top right, rgba(255,255,255,0.06), transparent 26%);
}

.exhibition-map-frame__canvas::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.03),
    inset 0 22px 36px rgba(0, 0, 0, 0.18),
    inset 0 -24px 38px rgba(0, 0, 0, 0.22);
}

.exhibition-map-frame__canvas iframe {
  display: block;
  width: 100%;
  height: 430px;
  filter: saturate(0.88) contrast(1.06) brightness(0.94) grayscale(0.04);
  transform: scale(1.012);
  transform-origin: center;
}

.showcase-panel {
  padding: 34px;
}

.showcase-panel--map {
  padding: 18px;
  background:
    radial-gradient(circle at top right, rgba(126, 168, 123, 0.12), transparent 36%),
    linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.02));
}

.showcase-panel--metal {
  background:
    radial-gradient(circle at top left, rgba(255,255,255,0.08), transparent 35%),
    linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.025));
}

.showcase-panel--accent {
  background:
    radial-gradient(circle at top right, rgba(185, 165, 141, 0.18), transparent 36%),
    linear-gradient(180deg, rgba(255,255,255,0.065), rgba(255,255,255,0.03));
}

.hero--contact .hero__content {
  background:
    radial-gradient(circle at top left, rgba(79, 124, 102, 0.16), transparent 30%),
    linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.03));
}

.showcase-list {
  margin: 22px 0 0;
  padding-left: 18px;
  color: var(--muted);
}

.showcase-list li + li {
  margin-top: 10px;
}

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

.contact-item {
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}

.contact-item:last-child {
  border-bottom: 0;
}

.contact-item span {
  display: block;
  margin-bottom: 6px;
  color: var(--muted);
  font-size: 14px;
}

.flash {
  margin-bottom: 18px;
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.flash--success {
  background: rgba(90, 151, 110, 0.16);
  border-color: rgba(126, 168, 123, 0.36);
  color: #d7f0dc;
}

.flash--error {
  background: rgba(176, 82, 82, 0.16);
  border-color: rgba(210, 109, 109, 0.36);
  color: #ffd2d2;
}

.auth-box {
  max-width: 560px;
}

.auth-box__flash {
  margin-top: 18px;
  text-align: left;
}

.auth-form {
  display: grid;
  gap: 14px;
  max-width: 420px;
  margin: 24px auto 0;
  text-align: left;
}

.password-field {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
}

.button--compact {
  min-height: 48px;
  padding: 0 14px;
  white-space: nowrap;
}

.auth-form__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 6px;
}

.admin-table-wrap {
  overflow: auto;
  border-radius: 24px;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.025));
  box-shadow: var(--shadow);
}

.admin-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 980px;
}

.admin-table th,
.admin-table td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.admin-table th {
  color: var(--accent-strong);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  background: rgba(255,255,255,0.03);
}

.admin-table__details td {
  color: var(--muted);
  font-size: 14px;
  background: rgba(255,255,255,0.02);
}

.status-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid rgba(126, 168, 123, 0.36);
  background: rgba(126, 168, 123, 0.14);
  color: #d5efd8;
}

.admin-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.inline-form {
  margin: 0;
}

.cta-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 30px 34px;
}

.cta-band h2 {
  margin: 0;
}

.cta-band__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

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

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

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

.video-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(320px, 0.72fr);
  gap: 22px;
}

.video-feature--compact {
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.72fr);
}

.video-feature--editorial {
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
  gap: 24px;
  align-items: stretch;
}

.video-feature__aside {
  display: grid;
  gap: 18px;
}

.video-feature__main {
  padding: 30px;
}

.video-feature__main--editorial {
  padding: 36px 38px 38px;
  background:
    radial-gradient(circle at top right, rgba(255,255,255,0.06), transparent 28%),
    linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.022));
}

.video-feature__main h3 {
  margin: 0 0 14px;
  max-width: 18ch;
}

.video-feature__main p {
  color: var(--muted);
}

.video-feature__deck {
  margin: 0;
  max-width: 58rem;
  color: rgba(236, 240, 244, 0.9);
  font-size: 18px;
  line-height: 1.72;
}

.video-feature__list {
  margin: 22px 0 0;
  padding-left: 18px;
  color: var(--muted);
}

.video-feature__list li + li {
  margin-top: 10px;
}

.video-pillars {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.video-pillars span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 13px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.028);
  color: rgba(243, 244, 246, 0.86);
  font-size: 13px;
  letter-spacing: 0.02em;
}

.video-plan {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 14px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.video-plan li {
  position: relative;
  min-height: 56px;
  padding: 14px 16px 14px 40px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.075);
  background: rgba(255, 255, 255, 0.024);
  color: rgba(233, 236, 240, 0.9);
  line-height: 1.5;
}

.video-plan li::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 20px;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(203, 211, 223, 0.94);
  box-shadow: 0 0 18px rgba(203, 211, 223, 0.22);
}

.video-plan--editorial {
  gap: 12px 18px;
  margin-bottom: 6px;
}

.video-plan--editorial li {
  min-height: 0;
  padding: 0 0 0 18px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: rgba(233, 236, 240, 0.86);
  line-height: 1.58;
}

.video-plan--editorial li::before {
  left: 0;
  top: 10px;
  width: 7px;
  height: 7px;
  background: rgba(211, 218, 228, 0.92);
  box-shadow: 0 0 16px rgba(211, 218, 228, 0.14);
}

.video-mini-card {
  position: relative;
  padding: 24px 24px 26px;
  border-radius: 28px;
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at top right, rgba(255,255,255,0.06), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.02));
  box-shadow: var(--shadow);
  overflow: hidden;
}

.video-mini-card--editorial {
  min-height: 220px;
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 26px 26px 28px;
  background:
    radial-gradient(circle at top right, rgba(255,255,255,0.05), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,0.045), rgba(255,255,255,0.018));
  box-shadow: 0 18px 42px rgba(0,0,0,0.28);
}

.video-mini-card--quote {
  min-height: 0;
  padding-top: 22px;
  justify-content: end;
}

.video-mini-card__number {
  margin-bottom: 14px;
  font-size: clamp(28px, 2.8vw, 40px);
  line-height: 1;
  font-weight: 300;
  letter-spacing: 0.05em;
  color: #cbd3df;
}

.video-mini-card h3 {
  margin: 0;
  font-size: clamp(20px, 2vw, 25px);
  line-height: 1.18;
}

.video-mini-card p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.68;
}

.story-card,
.article-card {
  border-radius: 28px;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.025));
  box-shadow: var(--shadow);
}

.story-card {
  padding: 28px;
}

.story-card h2 {
  margin: 16px 0 12px;
}

.story-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 22px;
  color: var(--muted);
}

.story-card__cta-note {
  margin: 0 0 18px;
  color: var(--muted);
}

.story-card__meta span {
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.03);
}

.article-card {
  padding: 34px;
}

.article-card__body {
  margin-top: 20px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.8;
}

.article-card--legal h2 {
  margin: 0 0 8px;
}

.legal-stack {
  display: grid;
  gap: 18px;
}

.legal-table-wrap {
  overflow: auto;
}

.legal-table {
  width: 100%;
  border-collapse: collapse;
}

.legal-table th,
.legal-table td {
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.legal-table th {
  width: 240px;
  color: var(--accent-strong);
}

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

.map-embed--premium {
  margin-top: 22px;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid var(--line);
  min-height: 340px;
}

.map-embed--premium iframe {
  width: 100%;
  min-height: 340px;
  display: block;
}

.product-card,
.offer-card,
.gallery-card,
.sidebar-box {
  border-radius: 26px;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.025));
}

.product-card {
  padding: 24px;
}

.line-model-card {
  min-height: 100%;
}

.line-model-card__lead {
  margin: 0 0 8px;
  color: var(--text);
  font-size: 18px;
  line-height: 1.6;
}

.product-card--premium,
.offer-card--premium,
.gallery-card--premium,
.sidebar-box--premium {
  position: relative;
  overflow: hidden;
}

.product-card--premium::after,
.offer-card--premium::after,
.gallery-card--premium::after,
.sidebar-box--premium::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255,255,255,0.06), transparent 40%);
  opacity: 0.7;
}

.product-card__status {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  color: var(--accent-strong);
}

.product-card h3 {
  margin: 0 0 10px;
}

.product-card__details {
  justify-content: flex-start;
  gap: 16px;
  margin: 18px 0;
  color: var(--muted);
}

.product-card__submeta {
  margin: -2px 0 10px;
  color: var(--accent-strong);
  font-size: 14px;
}

.product-card__details strong {
  color: var(--text);
  font-weight: 700;
}

.product-card--ember,
.offer-card--ember,
.gallery-card--ember { border-color: rgba(219, 128, 82, 0.34); }
.product-card--meadow,
.offer-card--meadow,
.gallery-card--meadow { border-color: rgba(126, 168, 123, 0.34); }
.product-card--frost,
.offer-card--frost,
.gallery-card--frost { border-color: rgba(149, 170, 189, 0.34); }
.product-card--steel,
.offer-card--steel,
.gallery-card--steel { border-color: rgba(143, 152, 167, 0.34); }
.product-card--timber,
.offer-card--timber,
.gallery-card--timber { border-color: rgba(146, 115, 94, 0.34); }
.product-card--coal,
.offer-card--coal,
.gallery-card--coal { border-color: rgba(216, 111, 76, 0.34); }

.offer-card {
  padding: 28px;
}

.offer-card__row {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}

.offer-card__row strong {
  text-align: right;
}

.offer-card__row--price {
  align-items: center;
}

.offer-card__value--price {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 12px 18px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background:
    linear-gradient(135deg, rgba(255,255,255,0.22), rgba(255,255,255,0.08)),
    rgba(10, 12, 17, 0.92);
  color: #fbfdff;
  font-size: 18px;
  line-height: 1.1;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.16),
    0 18px 36px rgba(0, 0, 0, 0.24);
}

.line-card--ember .fact-pill--price,
.offer-card--ember .offer-card__value--price,
.hero--ember .hero__metric--price { border-color: rgba(219, 128, 82, 0.34); box-shadow: inset 0 1px 0 rgba(255,255,255,0.16), 0 18px 36px rgba(219, 128, 82, 0.12); }
.line-card--meadow .fact-pill--price,
.offer-card--meadow .offer-card__value--price,
.hero--meadow .hero__metric--price { border-color: rgba(126, 168, 123, 0.34); box-shadow: inset 0 1px 0 rgba(255,255,255,0.16), 0 18px 36px rgba(126, 168, 123, 0.12); }
.line-card--frost .fact-pill--price,
.offer-card--frost .offer-card__value--price,
.hero--frost .hero__metric--price { border-color: rgba(149, 170, 189, 0.34); box-shadow: inset 0 1px 0 rgba(255,255,255,0.16), 0 18px 36px rgba(149, 170, 189, 0.12); }
.line-card--steel .fact-pill--price,
.offer-card--steel .offer-card__value--price,
.hero--steel .hero__metric--price { border-color: rgba(143, 152, 167, 0.34); box-shadow: inset 0 1px 0 rgba(255,255,255,0.16), 0 18px 36px rgba(143, 152, 167, 0.14); }
.line-card--timber .fact-pill--price,
.offer-card--timber .offer-card__value--price,
.hero--timber .hero__metric--price { border-color: rgba(146, 115, 94, 0.34); box-shadow: inset 0 1px 0 rgba(255,255,255,0.16), 0 18px 36px rgba(146, 115, 94, 0.12); }
.line-card--coal .fact-pill--price,
.offer-card--coal .offer-card__value--price,
.hero--coal .hero__metric--price { border-color: rgba(216, 111, 76, 0.34); box-shadow: inset 0 1px 0 rgba(255,255,255,0.16), 0 18px 36px rgba(216, 111, 76, 0.12); }

.offer-card__row:last-child {
  border-bottom: 0;
}

.product-layout {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 24px;
}

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

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

.gallery-card {
  padding: 18px;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 220ms ease, background 220ms ease;
}

.gallery-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 40px rgba(0, 0, 0, 0.28);
}

.gallery-box {
  display: grid;
  gap: 20px;
}

.visual-story {
  display: grid;
  gap: 24px;
}

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

.product-hero-media {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.018));
  box-shadow: 0 36px 70px rgba(0, 0, 0, 0.34);
}

.product-hero-media::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(255,255,255,0.14), transparent 32%),
    linear-gradient(180deg, transparent 15%, rgba(7, 7, 10, 0.12) 55%, rgba(7, 7, 10, 0.72) 100%);
  pointer-events: none;
  z-index: 1;
}

.product-hero-media__frame {
  position: relative;
  min-height: 420px;
}

.product-hero-media__image {
  display: block;
  width: 100%;
  height: clamp(360px, 46vw, 560px);
  object-fit: cover;
  transform: scale(1.01);
}

.product-hero-media__overlay {
  position: absolute;
  inset: auto 24px 24px 24px;
  z-index: 2;
  max-width: 540px;
  padding: 20px 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(16,16,20,0.34), rgba(16,16,20,0.78));
  backdrop-filter: blur(12px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.24);
}

.product-hero-media__overlay--compact {
  max-width: 500px;
}

.product-hero-media__overlay h2,
.product-hero-media__overlay h3 {
  margin: 0 0 10px;
}

.product-hero-media__overlay p {
  margin: 0;
  color: rgba(233, 235, 239, 0.78);
}

.gallery-card__image {
  position: relative;
  overflow: hidden;
  min-height: 260px;
  margin-bottom: 14px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.04);
  font-size: 28px;
  color: var(--accent-strong);
}

.gallery-card__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.05), transparent 30%, rgba(0,0,0,0.28) 100%),
    radial-gradient(circle at top right, rgba(255,255,255,0.14), transparent 30%);
  pointer-events: none;
}

.gallery-card__image img {
  display: block;
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 22px;
  transition: transform 260ms ease;
}

.gallery-card:hover .gallery-card__image img {
  transform: scale(1.035);
}

.gallery-card__caption {
  color: rgba(233, 235, 239, 0.8);
  font-size: 15px;
  line-height: 1.6;
  padding: 0 4px 2px;
}

.gallery-card--strip .gallery-card__caption {
  display: none;
}

.gallery-strip--modules {
  gap: 14px;
}

.gallery-card--modules {
  flex: 0 0 calc((100% - 14px) / 2);
  min-width: calc((100% - 14px) / 2);
  max-width: calc((100% - 14px) / 2);
  padding: 4px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(20, 22, 27, 0.62);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.16);
  scroll-snap-align: start;
}

.gallery-card__image--modules {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(200px, 18vw, 270px);
  margin-bottom: 0;
  padding: 4px;
  border-radius: 12px;
  background: rgba(17, 19, 24, 0.58);
}

.gallery-card__image--modules::after {
  display: none;
}

.gallery-card__image--modules img {
  width: 100%;
  height: clamp(192px, 17vw, 252px);
  object-fit: contain;
  object-position: center;
  border-radius: 10px;
  background: transparent;
}

.gallery-card--modules:hover .gallery-card__image--modules img {
  transform: none;
}

.gallery-strip-shell--modules::after {
  display: none;
}

.gallery-card__image.is-lightbox-trigger {
  cursor: zoom-in;
}

.gallery-card__image.is-lightbox-trigger:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 1px rgba(255,255,255,0.18), 0 0 0 6px rgba(201, 210, 222, 0.08);
}

.lightbox-open {
  overflow: hidden;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: grid;
  place-items: center;
  padding: clamp(18px, 4vw, 36px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 240ms ease;
}

.lightbox.is-open {
  opacity: 1;
  pointer-events: auto;
}

.lightbox__backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top, rgba(211, 218, 228, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(6, 7, 10, 0.84), rgba(6, 7, 10, 0.94));
  backdrop-filter: blur(18px);
}

.lightbox__dialog {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  width: min(1320px, calc(100vw - 48px));
  max-height: calc(100vh - 48px);
}

.lightbox__frame {
  position: relative;
  overflow: hidden;
  border-radius: 34px;
  border: 1px solid rgba(255,255,255,0.12);
  background:
    radial-gradient(circle at top right, rgba(255,255,255,0.07), transparent 28%),
    linear-gradient(180deg, rgba(20, 23, 30, 0.92), rgba(8, 10, 14, 0.98));
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.45);
}

.lightbox__frame::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255,255,255,0.06), transparent 18%);
}

.lightbox__toolbar,
.lightbox__caption-wrap {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 22px;
}

.lightbox__toolbar {
  top: 0;
}

.lightbox__caption-wrap {
  bottom: 0;
  align-items: end;
  background: linear-gradient(180deg, rgba(8, 10, 14, 0), rgba(8, 10, 14, 0.74) 58%, rgba(8, 10, 14, 0.92));
}

.lightbox__counter {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(7, 8, 12, 0.42);
  color: rgba(247, 249, 252, 0.88);
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  backdrop-filter: blur(14px);
}

.lightbox__image-wrap {
  display: grid;
  place-items: center;
  min-height: min(76vh, 920px);
  padding: clamp(56px, 4vw, 84px) clamp(26px, 4vw, 44px) clamp(92px, 6vw, 118px);
}

.lightbox__image {
  display: block;
  max-width: 100%;
  max-height: min(70vh, 860px);
  border-radius: 24px;
  object-fit: contain;
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.28);
  transform: scale(0.96);
  transition: transform 320ms ease;
}

.lightbox.is-open .lightbox__image {
  transform: scale(1);
}

.lightbox__caption {
  max-width: min(760px, 100%);
  color: rgba(244, 247, 251, 0.9);
  font-size: 15px;
  line-height: 1.65;
}

.lightbox__nav,
.lightbox__close {
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(8, 10, 14, 0.42);
  color: rgba(247, 249, 252, 0.9);
  backdrop-filter: blur(14px);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24);
}

.lightbox__nav {
  width: 58px;
  height: 58px;
  border-radius: 999px;
  font-size: 34px;
  line-height: 1;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.lightbox__nav:hover:not(:disabled),
.lightbox__close:hover {
  transform: translateY(-2px);
  background: rgba(210, 217, 227, 0.16);
  border-color: rgba(255,255,255,0.22);
}

.lightbox__nav:disabled {
  opacity: 0.28;
  cursor: default;
}

.lightbox__close {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 3;
  width: 50px;
  height: 50px;
  border-radius: 999px;
  font-size: 28px;
  line-height: 1;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

@media (max-width: 900px) {
  .lightbox {
    padding: 12px;
  }

  .lightbox__dialog {
    width: min(100vw - 24px, 100%);
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .lightbox__nav {
    position: absolute;
    bottom: 18px;
    z-index: 3;
    width: 48px;
    height: 48px;
    font-size: 28px;
  }

  .lightbox__nav--prev {
    left: 18px;
  }

  .lightbox__nav--next {
    right: 18px;
  }

  .lightbox__image-wrap {
    min-height: min(72vh, 760px);
    padding: 60px 16px 96px;
  }

  .lightbox__image {
    max-height: 62vh;
  }

  .lightbox__caption {
    font-size: 14px;
  }
}

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

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

.scenario-card {
  position: relative;
  min-height: 220px;
  padding: 28px 28px 30px;
  border-radius: 28px;
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at top right, rgba(255,255,255,0.06), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.02));
  box-shadow: var(--shadow);
  overflow: hidden;
}

.scenario-card__number {
  margin-bottom: 22px;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1;
  font-weight: 300;
  letter-spacing: 0.04em;
  color: var(--accent-strong);
}

.scenario-card h3 {
  max-width: 18ch;
  margin: 0 0 12px;
  font-size: clamp(22px, 2.2vw, 30px);
  line-height: 1.18;
}

.scenario-card p {
  max-width: 34ch;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

.scenario-card--ember .scenario-card__number,
.scenario-card--ember h3 { color: #efc5a8; }
.scenario-card--meadow .scenario-card__number,
.scenario-card--meadow h3 { color: #bad6b8; }
.scenario-card--frost .scenario-card__number,
.scenario-card--frost h3 { color: #d1deea; }
.scenario-card--steel .scenario-card__number,
.scenario-card--steel h3 { color: #cbd3df; }
.scenario-card--timber .scenario-card__number,
.scenario-card--timber h3 { color: #d0b49b; }
.scenario-card--coal .scenario-card__number,
.scenario-card--coal h3 { color: #efb08f; }

.product-sidebar {
  display: grid;
  gap: 16px;
}

.line-cta-band {
  border-color: rgba(255, 255, 255, 0.08);
}

.sidebar-box {
  padding: 22px;
}

.feature-list {
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
}

.feature-list li + li {
  margin-top: 10px;
}

.feature-list--compact {
  padding-left: 18px;
}

.feature-list--compact li + li {
  margin-top: 8px;
}

.messenger-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.messenger-list--wrap .messenger-pill {
  min-width: 104px;
}

.messenger-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.04);
  color: var(--muted);
}

.lead-form-box {
  padding: 30px;
  border-radius: 30px;
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at top right, rgba(185, 165, 141, 0.12), transparent 30%),
    linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.025));
  box-shadow: var(--shadow);
}

.lead-form-box__intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 320px);
  gap: 24px;
  align-items: start;
}

.lead-form-box__meta {
  display: grid;
  gap: 10px;
}

.lead-form-box__meta-card {
  display: grid;
  gap: 6px;
  min-height: 88px;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255,255,255,0.03);
}

.lead-form-box__meta-card strong {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(232, 225, 214, 0.96);
}

.lead-form-box__meta-card span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.lead-form-box h2 {
  margin: 0 0 10px;
}

.lead-form-box p {
  color: var(--muted);
}

.lead-form {
  margin-top: 24px;
}

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

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

.form-field span {
  color: var(--muted);
  font-size: 14px;
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255,255,255,0.045);
  color: var(--text);
  padding: 14px 16px;
  font: inherit;
  transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.form-field select[data-custom-select] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, rgba(241, 244, 249, 0.9) 50%),
    linear-gradient(135deg, rgba(241, 244, 249, 0.9) 50%, transparent 50%);
  background-position:
    calc(100% - 22px) calc(50% - 2px),
    calc(100% - 16px) calc(50% - 2px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 44px;
}

.custom-select {
  position: relative;
}

.custom-select__native {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
}

.custom-select__trigger {
  width: 100%;
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 18px;
  border-radius: 22px;
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.08), transparent 28%),
    linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.028));
  color: var(--text);
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.custom-select__trigger:hover {
  border-color: rgba(213, 196, 175, 0.24);
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.1), transparent 30%),
    linear-gradient(180deg, rgba(255,255,255,0.075), rgba(255,255,255,0.034));
}

.custom-select__trigger:focus-visible,
.custom-select.is-open .custom-select__trigger {
  outline: none;
  border-color: rgba(213, 196, 175, 0.38);
  box-shadow: 0 0 0 3px rgba(213, 196, 175, 0.08), 0 18px 34px rgba(0, 0, 0, 0.18);
}

.custom-select__label {
  flex: 1;
  min-width: 0;
  color: var(--text);
}

.custom-select__label.is-placeholder {
  color: rgba(243, 244, 246, 0.72);
}

.custom-select__icon {
  width: 12px;
  height: 12px;
  flex: 0 0 auto;
  color: rgba(241, 244, 249, 0.88);
  transition: transform 180ms ease;
}

.custom-select.is-open .custom-select__icon {
  transform: rotate(180deg);
}

.custom-select__menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  right: 0;
  z-index: 30;
  display: grid;
  gap: 6px;
  padding: 10px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    radial-gradient(circle at top right, rgba(185, 165, 141, 0.16), transparent 32%),
    linear-gradient(180deg, rgba(18, 20, 24, 0.98), rgba(9, 10, 13, 0.98));
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.42);
  opacity: 0;
  transform: translateY(-6px);
  pointer-events: none;
  transition: opacity 160ms ease, transform 160ms ease;
}

.custom-select.is-open .custom-select__menu {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.custom-select__option {
  width: 100%;
  min-height: 48px;
  display: flex;
  align-items: center;
  padding: 12px 14px;
  border: 1px solid transparent;
  border-radius: 16px;
  background: transparent;
  color: rgba(243, 244, 246, 0.9);
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.custom-select__option:hover,
.custom-select__option:focus-visible {
  outline: none;
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.08);
}

.custom-select__option.is-selected {
  background: linear-gradient(135deg, rgba(213, 196, 175, 0.2), rgba(255,255,255,0.06));
  border-color: rgba(213, 196, 175, 0.22);
  color: #fff7ed;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  outline: none;
  border-color: rgba(213, 196, 175, 0.38);
  background: rgba(255,255,255,0.06);
  box-shadow: 0 0 0 3px rgba(213, 196, 175, 0.08);
}

.form-field textarea {
  resize: vertical;
}

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

.form-field--hp {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.lead-form__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 20px;
}

.lead-form__submit {
  display: grid;
  gap: 10px;
}

.lead-form__status {
  min-height: 20px;
  font-size: 14px;
  color: var(--muted);
}

.lead-form__status.is-success {
  color: #d7f0dc;
}

.lead-form__status.is-error {
  color: #ffd2d2;
}

.lead-form__note {
  max-width: 520px;
  margin: 0;
  font-size: 13px;
}

.lead-form__note a {
  color: var(--accent-strong);
}

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

.form-checks {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 18px;
  color: var(--muted);
}

.form-checks label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.section--stub {
  min-height: 60vh;
  display: flex;
  align-items: center;
}

.stub-box {
  max-width: 720px;
  margin: 0 auto;
  padding: 40px;
  border-radius: 32px;
  text-align: center;
}

.site-footer {
  border-top: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.02);
}

.site-footer__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) repeat(3, minmax(180px, 1fr));
  gap: 24px;
  align-items: start;
  padding: 28px 0;
}

.site-footer__brand {
  max-width: 32rem;
}

.site-footer__title {
  font-size: 20px;
  font-weight: 700;
}

.site-footer__label {
  margin-bottom: 10px;
  font-size: 11px;
  line-height: 1.2;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(213, 196, 175, 0.82);
}

.site-footer__links {
  display: grid;
  gap: 10px;
  color: var(--muted);
}

.story-grid--premium {
  gap: 1.5rem;
}

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

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

.pain-card {
  min-height: 100%;
  padding: 24px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at top right, rgba(255,255,255,0.08), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.025));
  box-shadow: 0 22px 52px rgba(0, 0, 0, 0.32);
}

.pain-card strong {
  display: block;
  margin-bottom: 12px;
  font-size: 1.05rem;
}

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

.comparison-board {
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at top left, rgba(255,255,255,0.07), transparent 32%),
    linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.02));
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.36);
}

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

.comparison-row + .comparison-row {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.comparison-row--head {
  background: rgba(255, 255, 255, 0.03);
}

.comparison-cell {
  padding: 18px 22px;
  color: var(--muted);
}

.comparison-cell + .comparison-cell {
  border-left: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--text);
}

.comparison-cell--label {
  font-weight: 700;
  color: var(--text);
}

.audience-grid {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.audience-item {
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.audience-item strong {
  display: block;
  margin-bottom: 6px;
}

.audience-item span {
  color: var(--muted);
}

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

.faq-card {
  padding: 22px 24px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at top right, rgba(255,255,255,0.06), transparent 30%),
    linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.025));
}

.faq-card summary {
  cursor: pointer;
  list-style: none;
  font-weight: 700;
  color: var(--text);
}

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

.faq-card p {
  margin: 14px 0 0;
  color: var(--muted);
}

.story-card--premium {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.08), transparent 36%),
    linear-gradient(180deg, rgba(22, 24, 29, 0.96), rgba(10, 11, 15, 0.98));
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.4);
}

.story-card--premium::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(193, 161, 118, 0.16), transparent 45%, rgba(255, 255, 255, 0.04));
  pointer-events: none;
}

.story-card--premium > * {
  position: relative;
  z-index: 1;
}

.story-card__topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.story-card__city {
  font-size: 0.85rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
}

.story-card__meta--premium {
  color: var(--text);
}

.story-card--editorial::before {
  background: linear-gradient(135deg, rgba(168, 178, 196, 0.18), transparent 45%, rgba(255, 255, 255, 0.04));
}

.hero--showcase::before,
.hero--editorial::before {
  opacity: 0.85;
}

.showcase-panel--premium {
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.4);
}

.article-card--premium {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.08), transparent 34%),
    linear-gradient(180deg, rgba(21, 23, 28, 0.96), rgba(10, 11, 15, 0.98));
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.42);
}

.article-card--premium::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(156, 165, 180, 0.14), transparent 45%, rgba(255, 255, 255, 0.04));
  pointer-events: none;
}

.article-card--premium > * {
  position: relative;
  z-index: 1;
}

.stub-box--premium {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.08), transparent 34%),
    linear-gradient(180deg, rgba(22, 24, 29, 0.96), rgba(10, 11, 15, 0.98));
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.42);
}

.stub-box--premium::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(193, 161, 118, 0.14), transparent 45%, rgba(255, 255, 255, 0.04));
  pointer-events: none;
}

.stub-box--premium > * {
  position: relative;
  z-index: 1;
}

.map-embed__fallback {
  display: grid;
  gap: 1rem;
  place-items: start;
  min-height: 260px;
  padding: 2rem;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at top right, rgba(61, 126, 104, 0.22), transparent 36%),
    linear-gradient(180deg, rgba(18, 21, 24, 0.96), rgba(10, 11, 15, 0.98));
}

.map-embed__fallback p {
  max-width: 34rem;
  margin: 0;
  color: var(--muted);
}

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

.map-card--premium {
  position: relative;
  overflow: hidden;
  padding: 28px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.08), transparent 35%),
    linear-gradient(180deg, rgba(20, 22, 27, 0.97), rgba(11, 12, 16, 0.99));
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.45);
}

.map-card--premium::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(193, 161, 118, 0.1), transparent 42%, rgba(255, 255, 255, 0.04));
  pointer-events: none;
}

.map-card--premium > * {
  position: relative;
  z-index: 1;
}

.map-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

.map-card__head h3 {
  margin: 6px 0 0;
}

.map-card__text {
  margin: 0 0 18px;
  color: var(--muted);
}

.map-card__frame {
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  min-height: 320px;
}

.map-card__frame iframe {
  display: block;
  width: 100%;
  height: 320px;
}

.map-card__actions {
  margin-top: 18px;
  display: flex;
  justify-content: flex-start;
}

.works-empty-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 24px 0 0;
  text-align: left;
}

.works-empty-card {
  display: grid;
  gap: 10px;
  padding: 18px;
  border-radius: 20px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
}

.works-empty-card strong {
  color: var(--text);
}

.works-empty-card span,
.project-breadcrumbs {
  color: var(--muted);
}

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

.editorial-card {
  position: relative;
  overflow: hidden;
  padding: 28px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.07), transparent 36%),
    linear-gradient(180deg, rgba(21, 23, 28, 0.96), rgba(10, 11, 15, 0.99));
  box-shadow: 0 22px 56px rgba(0, 0, 0, 0.38);
}

.editorial-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(193, 161, 118, 0.12), transparent 44%, rgba(255, 255, 255, 0.03));
  pointer-events: none;
}

.editorial-card > * {
  position: relative;
  z-index: 1;
}

.editorial-card__number {
  display: inline-flex;
  margin-bottom: 18px;
  font-size: 2.15rem;
  line-height: 1;
  letter-spacing: 0.06em;
  color: rgba(213, 196, 175, 0.92);
}

.editorial-card h3 {
  margin-bottom: 12px;
}

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

.project-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  row-gap: 6px;
  align-items: center;
  margin-bottom: 12px;
  font-size: 14px;
}

.project-breadcrumbs a:hover {
  color: var(--text);
}

@media (max-width: 980px) {
  :root {
    --header-offset: 112px;
  }

  .section-heading {
    flex-direction: column;
    align-items: flex-start;
  }

  .site-header__inner {
    min-height: auto;
    grid-template-columns: auto minmax(0, 1fr);
    grid-template-areas:
      "brand actions"
      "nav nav";
    gap: 10px 16px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .site-nav,
  .site-header__actions {
    margin-left: 0;
  }

  .site-nav {
    width: 100%;
    justify-self: stretch;
    justify-content: center;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
    padding-bottom: 2px;
  }

  .site-nav::-webkit-scrollbar {
    display: none;
  }

  .site-header__actions {
    width: auto;
    justify-self: end;
  }

  .site-header__contacts {
    justify-items: end;
  }

  .site-header__contact-row,
  .site-header__cta-row,
  .site-header__contact-socials {
    justify-content: flex-end;
  }

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

  .site-nav {
    gap: 22px;
  }

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

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

  .advantage-grid,
  .product-summary-grid,
  .showcase-grid,
  .exhibition-showcase,
  .contact-columns,
  .map-grid,
  .works-empty-grid,
  .editorial-grid {
    grid-template-columns: 1fr;
  }

  .video-feature,
  .video-feature--compact {
    grid-template-columns: 1fr;
  }

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

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

  .hero--immersive .hero__grid {
    min-height: 430px;
    padding-top: 88px;
    padding-bottom: 28px;
  }

  .hero--line.hero--immersive {
    position: relative;
    top: auto;
  }

  .hero--immersive .hero__bg::before {
    background-attachment: scroll;
  }

  .line-story-shell {
    margin-top: -14px;
    padding-top: 42px;
    border-radius: 28px 28px 0 0;
  }

  .line-intro {
    margin-top: -30px;
  }

  .line-intro__panel {
    padding: 22px 20px 20px;
    border-radius: 24px;
  }

  .visual-story__facts {
    grid-template-columns: 1fr;
  }

  .site-footer__inner {
    grid-template-columns: 1fr 1fr;
  }

  .product-hero-media__overlay {
    inset: auto 18px 18px 18px;
  }

  .form-grid,
  .lead-form__footer {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: flex-start;
  }

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

@media (max-width: 720px) {
  :root {
    --header-offset: 108px;
  }

  .site-header {
    padding-top: max(0px, env(safe-area-inset-top));
  }

  .hero {
    padding-top: 34px;
  }

  body::before {
    opacity: 0.08;
    background-size: 160px 120px, 160px 120px;
  }

  .hero-brandmark {
    width: 82vw;
    right: -8%;
    top: 34px;
    opacity: 0.04;
    transform: rotate(-10deg);
  }

  .brand--logo img {
    height: 32px;
    max-width: 136px;
  }

  .site-header__inner {
    grid-template-columns: auto minmax(0, 1fr);
    grid-template-areas:
      "brand actions"
      "nav";
    align-items: start;
    justify-items: stretch;
    gap: 8px 12px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .site-header__actions {
    width: auto;
    justify-self: end;
    justify-content: flex-end;
  }

  .site-header__contacts {
    width: auto;
    gap: 4px;
    justify-items: end;
  }

  .site-header__contact-row,
  .site-header__cta-row,
  .site-header__contact-socials {
    width: auto;
    flex-wrap: nowrap;
    justify-content: flex-end;
  }

  .site-header__contact-row .site-header__contact-inline--email {
    margin-left: 10px;
  }

  .site-header__contact-inline {
    font-size: 10px;
    line-height: 1.1;
  }

  .site-header__cta-row {
    gap: 8px;
  }

  .site-header__cta-row .button {
    min-height: 26px;
    padding: 0 10px;
    font-size: 10px;
    border-radius: 999px;
  }

  .site-header__cta-row .site-header__messenger {
    width: 24px;
    height: 24px;
  }

  .site-header__cta-row .site-header__messenger svg {
    width: 11px;
    height: 11px;
  }

  .site-header__cta-row .site-header__messenger--max span {
    font-size: 10px;
  }

  .site-nav {
    width: 100%;
    justify-content: flex-start;
    gap: 14px;
    font-size: 0.85rem;
    padding-top: 2px;
  }

  .site-nav a {
    font-size: 13px;
  }

  .site-nav a::after {
    bottom: -8px;
  }

  .catalog-guide__card {
    padding: 20px;
  }

  .hero__content,
  .hero-card,
  .stub-box,
  .showcase-panel,
  .exhibition-showcase,
  .cta-band,
  .advantage-card,
  .lead-form-box {
    padding: 24px;
  }

  .hero__content h1 {
    font-size: clamp(2.2rem, 9vw, 3.3rem);
  }

  .hero__lead {
    font-size: 1rem;
  }

  .section {
    padding: 36px 0 48px;
  }

  .section-heading {
    gap: 14px;
    margin-bottom: 18px;
  }

  .hero__metrics {
    gap: 10px;
  }

  .hero__metrics li {
    width: 100%;
    justify-content: center;
  }

  .hero__actions {
    gap: 10px;
    margin: 22px 0 18px;
  }

  .hero__actions .button {
    min-height: 42px;
    padding: 0 16px;
    font-size: 14px;
  }

  .hero__panel,
  .hero__panel > * {
    min-width: 0;
  }

  .hero-card .hero__actions,
  .map-card__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-card .hero__actions .button,
  .map-card__actions .button {
    width: 100%;
  }

  .showcase-panel h2,
  .story-card h2,
  .article-card--legal h2,
  .editorial-card h3 {
    line-height: 1.2;
  }

  .story-card__meta {
    gap: 8px;
    margin: 16px 0 20px;
  }

  .article-card {
    padding: 26px;
  }

  .article-card__body {
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.7;
  }

  .legal-stack {
    gap: 14px;
  }

  .cta-band__actions {
    width: 100%;
    justify-content: stretch;
  }

  .cta-band__actions .button {
    width: 100%;
  }

  .line-card__facts,
  .product-card__details {
    gap: 8px;
  }

  .line-card__facts .fact-pill,
  .product-card__details .fact-pill {
    width: 100%;
    justify-content: center;
  }

  .home-hero-slider__dots {
    justify-content: center;
  }

  .home-hero-slide__overlay {
    min-height: 0;
  }

  .map-embed--premium,
  .map-embed--premium iframe,
  .map-card__frame,
  .map-card__frame iframe {
    min-height: 280px;
    height: 280px;
  }

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

  .product-grid-cards,
  .story-grid,
  .gallery-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .pain-grid,
  .story-grid--triple,
  .comparison-row {
    grid-template-columns: 1fr;
  }

  .comparison-cell + .comparison-cell {
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

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

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

  .exhibition-map-frame {
    padding: 16px;
    border-radius: 22px;
  }

  .exhibition-map-frame__top {
    flex-direction: column;
    align-items: flex-start;
  }

  .exhibition-map-frame__canvas,
  .exhibition-map-frame__canvas iframe {
    min-height: 320px;
    height: 320px;
  }

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

  .line-card,
  .scenario-card,
  .gallery-card,
  .sidebar-box,
  .offer-card,
  .product-card {
    padding: 20px;
  }

  .contact-item {
    padding: 12px 0;
  }

  .map-card__head {
    flex-direction: column;
    align-items: flex-start;
  }

  .map-card__actions .button {
    width: 100%;
  }

  .legal-table th,
  .legal-table td {
    display: block;
    width: 100%;
  }

  .legal-table th {
    padding-bottom: 4px;
  }

  .site-footer__inner {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px 0;
  }

  .site-footer__links {
    gap: 8px;
  }

  .line-card__summary,
  .line-card__availability-note,
  .line-card__meta,
  .gallery-card__caption,
  .scenario-card p,
  .lead-form-box__meta-card span {
    font-size: 14px;
    line-height: 1.55;
  }

  .scenario-card {
    min-height: 0;
  }

  .scenario-card__number {
    margin-bottom: 16px;
    font-size: 32px;
  }

  .scenario-card h3 {
    font-size: 24px;
    max-width: none;
  }

  .offer-card__row {
    padding: 12px 0;
  }

  .lead-form-box__meta-card {
    min-height: 0;
  }

  .lead-form__footer {
    gap: 14px;
  }

  .lead-form__submit,
  .lead-form__submit .button {
    width: 100%;
  }

  .lead-form__submit .button {
    min-height: 46px;
  }

  .hero--immersive .hero__content--premium {
  position: relative;
  z-index: 2;
  max-width: 780px;
  padding: 28px 32px 26px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(180deg, rgba(10, 12, 16, 0.52), rgba(10, 12, 16, 0.24));
  backdrop-filter: blur(10px);
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.28);
}

@media (max-width: 520px) {
  :root {
    --header-offset: 104px;
  }

  .brand--logo img {
    height: 28px;
    max-width: 118px;
  }

  .site-header__inner {
    gap: 6px 10px;
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .site-header__contact-inline {
    font-size: 9px;
  }

  .site-header__contact-row .site-header__contact-inline--email {
    margin-left: 8px;
  }

  .site-header__contact-row {
    gap: 4px 10px;
    flex-wrap: wrap;
  }

  .site-header__cta-row .button {
    min-height: 24px;
    padding: 0 9px;
    font-size: 9px;
  }

  .hero-card__title {
    font-size: 22px;
    line-height: 1.2;
  }

  .showcase-panel h2,
  .story-card h2 {
    font-size: 1.65rem;
  }

  .editorial-card h3,
  .article-card--legal h2 {
    font-size: 1.3rem;
  }

  .story-card,
  .showcase-panel,
  .article-card,
  .editorial-card {
    padding: 22px;
  }

  .story-card__topline {
    gap: 8px;
  }

  .story-card__meta span,
  .hero__metrics li {
    width: 100%;
    justify-content: center;
  }

  .hero__content .hero__metrics,
  .hero__content .hero__actions {
    align-items: stretch;
  }

  .hero__actions .button {
    width: 100%;
  }

  .hero-card__chips {
    gap: 8px;
    margin-top: 18px;
  }

  .hero-card__chips span {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .home-hero-slider__viewport {
    height: 260px;
  }

  .home-hero-slide__overlay {
    padding: 12px 12px 14px;
  }

  .home-hero-slide__overlay .eyebrow {
    margin-bottom: 6px;
    font-size: 12px;
  }

  .catalog-guide__card h2 {
    font-size: 18px;
  }

  .catalog-guide__card p,
  .line-card__summary,
  .line-card__meta {
    font-size: 14px;
  }

  .map-embed--premium,
  .map-embed--premium iframe,
  .map-card__frame,
  .map-card__frame iframe {
    min-height: 250px;
    height: 250px;
  }

  .site-nav {
    gap: 12px;
  }

  .site-nav a {
    font-size: 12px;
  }

  .hero__content,
  .hero-card,
  .stub-box,
  .showcase-panel,
  .exhibition-showcase,
  .cta-band,
  .advantage-card,
  .lead-form-box,
  .line-card,
  .scenario-card,
  .gallery-card,
  .sidebar-box,
  .offer-card,
  .product-card {
    padding: 18px;
    border-radius: 20px;
  }

  .hero__content h1 {
    font-size: clamp(1.9rem, 10vw, 2.7rem);
  }

  .hero__lead,
  .section-heading p,
  .line-page__note,
  .product-page__expansion-note {
    font-size: 0.95rem;
  }

  .showcase-list,
  .contact-item span,
  .contact-item strong,
  .map-card__text,
  .site-footer__text {
    font-size: 14px;
    line-height: 1.5;
  }

  .hero__actions .button {
    width: 100%;
  }

  .hero__metrics li {
    justify-content: flex-start;
    text-align: left;
  }

  .line-card h2,
  .product-card h3,
  .advantage-card h3 {
    font-size: 20px;
  }

  .gallery-card__image,
  .gallery-card__image img {
    height: 220px;
    min-height: 220px;
  }

  .form-field input,
  .form-field select,
  .form-field textarea {
    padding: 13px 14px;
    border-radius: 14px;
  }

  .lead-form-box__meta-card {
    min-height: 0;
    padding: 10px 12px;
  }

  .lead-form-box__meta-card span {
    font-size: 12px;
  }

  .exhibition-showcase__content h3,
  .exhibition-map-frame__top h3 {
    font-size: 24px;
  }

  .exhibition-showcase__lead {
    font-size: 16px;
  }
}

@media (max-width: 420px) {
  :root {
    --header-offset: 100px;
  }

  .hero__metrics li,
  .line-card__badge {
    padding: 7px 10px;
    font-size: 12px;
  }

  .catalog-guide__label,
  .advantage-card__number,
  .scenario-card__number {
    font-size: 28px;
  }

  .lead-form-box__intro {
    gap: 16px;
  }

  .site-header__contact-inline {
    font-size: 8.5px;
  }

  .site-header__cta-row {
    gap: 6px;
  }

  .site-header__cta-row .button {
    min-height: 23px;
    padding: 0 8px;
    font-size: 8.5px;
  }

  .cta-band__actions .button,
  .map-card__head .button,
  .hero__actions .button {
    width: 100%;
  }
}


}

.lightbox__stage {
  width: min(100%, 1180px);
  height: min(70vh, 860px);
  border-radius: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.28);
}

@media (max-width: 900px) {
  .lightbox__stage {
    height: 62vh;
  }
}

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

.media-video-grid--portrait {
  grid-template-columns: minmax(0, 1.18fr) repeat(2, minmax(0, 0.86fr));
  align-items: start;
}

.gallery-strip-heading > div {
  display: none;
}

.gallery-strip-heading {
  margin-bottom: 0;
}

.gallery-strip__heading {
  display: grid;
  gap: 8px;
  margin-bottom: 14px;
}

.gallery-strip__intro {
  margin: 0 0 18px;
  color: rgba(233, 235, 239, 0.78);
}

.gallery-strip-shell {
  --gallery-visible: 3;
  --gallery-gap: 18px;
  display: grid;
  gap: 14px;
  overflow: hidden;
  position: relative;
}

.gallery-strip-shell::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 18px;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(7, 8, 9, 0), rgba(7, 8, 9, 1));
}

.gallery-strip__actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.gallery-strip__nav {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(15, 17, 22, 0.74);
  color: rgba(247, 249, 252, 0.92);
  font-size: 26px;
  line-height: 1;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.gallery-strip__nav:disabled {
  opacity: 0.36;
  cursor: default;
  transform: none;
}

.gallery-strip__nav:hover {
  transform: translateY(-2px);
  background: rgba(210, 217, 227, 0.16);
  border-color: rgba(255, 255, 255, 0.22);
}

.gallery-strip__nav:disabled:hover {
  background: rgba(15, 17, 22, 0.74);
  border-color: rgba(255, 255, 255, 0.14);
}

.gallery-strip {
  display: flex;
  gap: var(--gallery-gap);
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 6px;
  margin-bottom: -8px;
  padding-right: 2px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none !important;
  scrollbar-color: transparent transparent;
  -ms-overflow-style: none;
}

.gallery-strip::-webkit-scrollbar {
  height: 0;
  display: none;
}

.gallery-strip::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
}

.gallery-card--strip {
  flex: 0 0 calc((100% - (var(--gallery-visible) - 1) * var(--gallery-gap)) / var(--gallery-visible));
  scroll-snap-align: start;
  min-width: 0;
  padding: 12px;
  border-radius: 30px;
  background:
    radial-gradient(circle at top right, rgba(255,255,255,0.06), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02));
}

.gallery-card--strip .gallery-card__image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: clamp(240px, 24vw, 320px);
  min-height: clamp(240px, 24vw, 320px);
  padding: 14px;
  border-radius: 24px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(6, 8, 12, 0.82), rgba(10, 12, 16, 0.58)),
    radial-gradient(circle at top, rgba(255,255,255,0.06), transparent 48%);
}

.gallery-card--strip .gallery-card__image img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  object-position: center;
  border-radius: 18px;
}

.gallery-card--strip .gallery-card__caption {
  display: block;
  margin-top: 14px;
  color: rgba(231, 235, 241, 0.78);
  font-size: 13px;
  line-height: 1.5;
  min-height: 2.8em;
}

.station-hotspots {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 410px);
  gap: 36px;
  align-items: start;
}

.station-hotspots__stage,
.station-hotspots__panel {
  padding: 16px;
  border-radius: 28px;
  background: rgba(18, 18, 20, 0.8);
}

.station-hotspots__stage {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.station-hotspots__image-wrap {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  aspect-ratio: 1.12 / 0.9;
  min-height: clamp(380px, 41vw, 610px);
  border-radius: 26px;
  background:
    radial-gradient(circle at top, rgba(255, 255, 255, 0.995), rgba(249, 249, 247, 0.985) 36%, rgba(241, 242, 244, 0.96) 100%);
  padding: clamp(10px, 1.4vw, 16px);
  box-shadow:
    inset 0 0 0 1px rgba(223, 226, 231, 0.82),
    0 14px 30px rgba(0, 0, 0, 0.1);
}

.station-hotspots__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center top;
  filter: drop-shadow(0 20px 30px rgba(0, 0, 0, 0.18));
}

.station-hotspots__pin {
  position: absolute;
  transform: translate(-50%, -50%);
  display: inline-flex;
  align-items: center;
  gap: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(247, 249, 252, 0.96);
  cursor: pointer;
}

.station-hotspots__pin::before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 10px);
  width: var(--pin-line-size, 38px);
  height: 1px;
  background: rgba(31, 35, 43, 0.16);
}

.station-hotspots__pin--left {
  flex-direction: row-reverse;
}

.station-hotspots__pin--left::before {
  left: auto;
  right: calc(100% + 8px);
}

.station-hotspots__pin--top {
  flex-direction: column-reverse;
  gap: 10px;
}

.station-hotspots__pin--top::before {
  top: auto;
  bottom: calc(100% + 8px);
  left: 50%;
  width: 1px;
  height: var(--pin-line-size, 44px);
  transform: translateX(-50%);
}

.station-hotspots__pin-dot {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(8, 10, 14, 0.88);
  box-shadow:
    0 10px 18px rgba(0, 0, 0, 0.22),
    0 0 0 0 rgba(255, 255, 255, 0.18);
  font-size: 12px;
  font-weight: 700;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.station-hotspots__pin-label {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(12, 14, 18, 0.78);
  backdrop-filter: blur(14px);
  white-space: nowrap;
  font-size: 14px;
  box-shadow: 0 12px 22px rgba(0, 0, 0, 0.16);
  transform: translate(var(--pin-offset-x, 0px), var(--pin-offset-y, 0px));
}

.station-hotspots__pin--top .station-hotspots__pin-label {
  min-height: 32px;
  padding: 0 12px;
}

.station-hotspots__pin[aria-pressed="true"] .station-hotspots__pin-label,
.station-hotspots__pin.is-active .station-hotspots__pin-label {
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(236, 239, 244, 0.12);
}

.station-hotspots__panels {
  position: relative;
  min-height: 100%;
  width: 100%;
  max-width: 410px;
  justify-self: end;
}

.station-hotspots__panel {
  display: none;
  gap: 16px;
  position: sticky;
  top: 118px;
  margin-left: 0;
}

.station-hotspots__panel.is-active {
  display: grid;
}

.station-hotspots__panel-media {
  overflow: hidden;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.04);
}

.station-hotspots__panel-media img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.station-hotspots__panel-body {
  display: grid;
  gap: 10px;
}

.station-hotspots__panel-body h3 {
  margin: 0;
  font-size: clamp(1.2rem, 2.2vw, 1.55rem);
}

.station-hotspots__panel-body p {
  margin: 0;
  color: rgba(233, 235, 239, 0.82);
}

.media-video-card {
  padding: 18px;
  background: rgba(18, 18, 20, 0.78);
  border-radius: 28px;
}

.media-video-trigger {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.03);
  text-align: left;
  cursor: pointer;
}

.media-video-inline {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.03);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.media-video-inline__player {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
  object-fit: contain;
}

.media-video-inline__expand {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.16);
  background: rgba(10, 12, 16, 0.68);
  color: rgba(247, 249, 252, 0.96);
  backdrop-filter: blur(14px);
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.media-video-inline__expand:hover {
  transform: translateY(-1px);
  border-color: rgba(255,255,255,0.26);
  background: rgba(20, 23, 30, 0.84);
}

.media-video-trigger__surface {
  position: relative;
  display: block;
  overflow: hidden;
  padding-top: 56.25%;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.42)),
    var(--video-poster, linear-gradient(135deg, rgba(32, 34, 40, 0.96), rgba(18, 20, 25, 0.98)));
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.media-video-trigger__surface::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(255,255,255,0.12), transparent 28%),
    linear-gradient(180deg, transparent 22%, rgba(0,0,0,0.18) 58%, rgba(0,0,0,0.46) 100%);
}

.media-video-trigger__play {
  position: absolute;
  inset: auto auto 18px 18px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.18);
  background: rgba(10, 12, 16, 0.66);
  color: rgba(247, 249, 252, 0.96);
  backdrop-filter: blur(14px);
}

.media-video-frame iframe,
.video-lightbox__frame iframe,
.video-lightbox__player {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1250;
  display: grid;
  place-items: center;
  padding: clamp(18px, 4vw, 36px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
}

.video-lightbox.is-open {
  opacity: 1;
  pointer-events: auto;
}

.video-lightbox__backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top, rgba(211, 218, 228, 0.10), transparent 28%),
    linear-gradient(180deg, rgba(6, 7, 10, 0.84), rgba(6, 7, 10, 0.94));
  backdrop-filter: blur(16px);
}

.video-lightbox__dialog {
  position: relative;
  z-index: 1;
  width: min(1100px, calc(100vw - 48px));
}

.video-lightbox__panel {
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  border: 1px solid rgba(255,255,255,0.12);
  background:
    radial-gradient(circle at top right, rgba(255,255,255,0.07), transparent 28%),
    linear-gradient(180deg, rgba(20, 23, 30, 0.92), rgba(8, 10, 14, 0.98));
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.45);
}

.video-lightbox__frame {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
  background: rgba(0, 0, 0, 0.35);
}

.video-lightbox__frame--file {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: min(88vh, 980px);
  padding-top: 0;
  background: #000;
}

.video-lightbox__frame--portrait {
  min-height: min(88vh, 980px);
}

.video-lightbox__player {
  position: relative;
  inset: auto;
  width: auto;
  max-width: 100%;
  height: min(86vh, 920px);
  max-height: 86vh;
  object-fit: contain;
  background: #000;
}

.video-lightbox__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 22px 22px;
}

.video-lightbox__title {
  color: rgba(247, 249, 252, 0.94);
  font-size: 18px;
  font-weight: 600;
}

.video-lightbox__hint {
  font-size: 13px;
  color: rgba(233, 235, 239, 0.7);
}

.video-lightbox__close {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
  width: 50px;
  height: 50px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(8, 10, 14, 0.42);
  color: rgba(247, 249, 252, 0.9);
  font-size: 28px;
  line-height: 1;
  backdrop-filter: blur(14px);
}

.media-video-title {
  margin-top: 14px;
  font-size: 16px;
  color: var(--text-primary);
}

.media-video-card--portrait {
  padding: 14px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02)),
    rgba(12, 13, 16, 0.92);
  box-shadow:
    0 30px 70px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.media-video-card--portrait.is-featured {
  grid-row: span 2;
}

.media-video-card--portrait .media-video-inline {
  border-radius: 24px;
  background:
    radial-gradient(circle at top, rgba(255, 255, 255, 0.08), transparent 42%),
    rgba(0, 0, 0, 0.8);
}

.media-video-card--portrait .media-video-inline__player {
  aspect-ratio: 9 / 16;
  min-height: 420px;
  object-fit: contain;
}

.media-video-card--portrait.is-featured .media-video-inline__player {
  min-height: 720px;
}

.media-video-card--portrait .media-video-title {
  margin-top: 12px;
  font-size: 15px;
  line-height: 1.35;
}

@media (max-width: 900px) {
  .gallery-strip-shell {
    --gallery-visible: 2;
    --gallery-gap: 14px;
  }

  .gallery-strip {
    gap: 14px;
  }

  .gallery-card--strip {
    flex-basis: calc((100% - var(--gallery-gap)) / 2);
  }

  .gallery-card--modules {
    flex: 0 0 calc((100% - var(--gallery-gap)) / 2);
    min-width: calc((100% - var(--gallery-gap)) / 2);
    max-width: calc((100% - var(--gallery-gap)) / 2);
    padding: 10px;
  }

  .gallery-card__image--modules {
    min-height: 210px;
    height: 210px;
    padding: 10px;
  }

  .gallery-card__image--modules img {
    max-height: 190px;
  }

  .media-video-grid {
    grid-template-columns: 1fr;
  }

  .media-video-grid--portrait {
    grid-template-columns: 1fr;
  }

  .media-video-card--portrait.is-featured {
    grid-row: auto;
  }

  .media-video-card--portrait .media-video-inline__player,
  .media-video-card--portrait.is-featured .media-video-inline__player {
    min-height: 0;
    max-height: min(78vh, 760px);
  }

  .station-hotspots {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .station-hotspots__image-wrap {
    aspect-ratio: 1 / 0.96;
    min-height: clamp(320px, 102vw, 500px);
    padding: 10px;
  }

  .line-intro__panel,
  .hero__content,
  .hero-card,
  .showcase-panel,
  .offer-card,
  .product-card {
    border-radius: 26px;
  }

  .station-hotspots__panels {
    max-width: none;
  }

  .station-hotspots__panel {
    position: static;
    top: auto;
  }

  .station-hotspots__pin {
    gap: 8px;
  }

  .station-hotspots__pin::before {
    display: none;
  }

  .station-hotspots__pin-label {
    display: none;
    min-height: 30px;
    padding: 0 11px;
    font-size: 11px;
    transform: none;
  }

  .station-hotspots__pin.is-active .station-hotspots__pin-label {
    display: inline-flex;
  }

  .video-lightbox {
    padding: 12px;
  }

  .video-lightbox__dialog {
    width: min(100vw - 24px, 100%);
  }

  .video-lightbox__meta {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 640px) {
  .gallery-strip-shell {
    --gallery-visible: 2;
    --gallery-gap: 12px;
  }

  .gallery-card--strip {
    flex-basis: calc((100% - var(--gallery-gap)) / 2);
    padding: 8px;
    border-radius: 22px;
  }

  .gallery-card--strip .gallery-card__image {
    min-height: 170px;
    height: 170px;
    padding: 8px;
    border-radius: 18px;
  }

  .gallery-card--strip .gallery-card__caption {
    margin-top: 10px;
    font-size: 12px;
    min-height: 3.2em;
  }

  .line-intro {
    margin-top: -18px;
  }

  .line-intro__panel {
    padding: 18px 16px;
    border-radius: 20px;
  }

  .hero__metrics {
    gap: 8px;
  }

  .hero__metrics li,
  .line-card__facts .fact-pill {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .line-card__facts {
    grid-template-columns: 1fr;
  }

  .showcase-panel--map {
    padding: 14px;
  }

  .exhibition-map-frame {
    padding: 14px;
    border-radius: 20px;
  }

  .exhibition-map-frame__canvas,
  .exhibition-map-frame__canvas iframe {
    min-height: 280px;
    height: 280px;
  }
}

@media (max-width: 640px) {
  .station-hotspots__image-wrap {
    aspect-ratio: 1 / 0.98;
    min-height: 290px;
  }

  .station-hotspots__panel {
    padding: 14px;
    border-radius: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-hero-slide,
  .home-hero-slider__dot,
  .gallery-strip__nav,
  .button {
    transition: none;
  }
}

@supports (content-visibility: auto) {
  .pain-grid,
  .line-grid,
  .showcase-grid,
  .contact-columns,
  .map-grid,
  .gallery-strip-shell,
  .station-hotspots,
  .media-video-grid,
  .lead-form-box,
  .article-card,
  .editorial-grid,
  .faq-grid,
  .comparison-row {
    content-visibility: auto;
    contain-intrinsic-size: 1px 920px;
  }

  .gallery-strip-shell,
  .media-video-grid,
  .station-hotspots,
  .map-grid {
    contain-intrinsic-size: 1px 720px;
  }

  .lead-form-box {
    contain-intrinsic-size: 1px 760px;
  }
}


