:root {
  --graphite: #393330;
  --graphite-deep: #211d1b;
  --champagne: #d4bfa0;
  --brass: #b89e79;
  --bone: #f5f5f5;
  --paper: #ffffff;
  --mist: #eeeeee;
  --line: #dddddd;
  --ink: #211d1b;
  --muted: #6f6761;
  --shadow: 0 24px 80px rgba(22, 18, 15, 0.16);
  --floating-control-color: var(--paper);
  --floating-control-soft: rgba(255, 255, 255, 0.22);
  --floating-control-border: rgba(212, 191, 160, 0.7);
  --menu-control-color: var(--paper);
  --menu-control-shadow: 0 1px 18px rgba(33, 29, 27, 0.24);
  --menu-triangle-color: var(--floating-control-soft);
  --menu-triangle-border: var(--floating-control-border);
  color-scheme: light;
}

html[data-floating-tone="light"] {
  --floating-control-color: var(--graphite-deep);
  --floating-control-soft: rgba(212, 191, 160, 0.42);
  --floating-control-border: rgba(184, 158, 121, 0.8);
}

html[data-floating-tone="dark"] {
  --floating-control-color: var(--paper);
  --floating-control-soft: rgba(255, 255, 255, 0.2);
  --floating-control-border: rgba(212, 191, 160, 0.72);
}

html[data-menu-tone="light"] {
  --menu-control-color: #5b4631;
}

html[data-menu-tone="dark"] {
  --menu-control-color: #fff1d8;
  --menu-control-shadow:
    0 1px 16px rgba(0, 0, 0, 0.72),
    0 0 24px rgba(245, 231, 208, 0.22);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--paper);
  color: var(--ink);
  font-family:
    Inter,
    Manrope,
    Arial,
    sans-serif;
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: 0;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

::selection {
  background: var(--champagne);
  color: var(--graphite-deep);
}

.site-shell {
  position: relative;
  overflow-x: clip;
}

.container {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.section {
  position: relative;
  padding: 104px 0;
}

.section-light {
  background: var(--paper);
}

.section-muted {
  background: var(--bone);
}

.section-dark {
  background: var(--graphite);
  color: var(--paper);
}

.onepage-band {
  scroll-margin-top: 0;
}

.band-products {
  background:
    linear-gradient(135deg, rgba(212, 191, 160, 0.16), rgba(255, 255, 255, 0) 42%),
    #f7f3ee;
}

.band-materials {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 43% 52%, rgba(57, 51, 48, 0) 0 205px, rgba(57, 51, 48, 0.045) 206px 292px, rgba(57, 51, 48, 0) 293px),
    linear-gradient(90deg, rgba(57, 51, 48, 0.04), rgba(212, 191, 160, 0.12)),
    #ffffff;
}

.band-materials .container {
  position: relative;
  z-index: 1;
}

.band-specs {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(238, 238, 238, 0.9)),
    #eeeeee;
}

.band-docs {
  background:
    linear-gradient(135deg, rgba(212, 191, 160, 0.24), rgba(245, 245, 245, 0.96)),
    #f5f5f5;
}

.band-regions {
  background:
    linear-gradient(135deg, rgba(57, 51, 48, 0.08), rgba(255, 255, 255, 0.72)),
    #ebe6df;
}

.onepage-label {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin-bottom: 18px;
  padding: 5px 10px;
  border: 1px solid currentColor;
  color: var(--brass);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.section-dark .onepage-label {
  color: var(--champagne);
}

.brand {
  display: inline-grid;
  grid-template-columns: 28px auto;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.brand__mark {
  width: 28px;
  height: 28px;
  border: 2px solid var(--champagne);
  position: relative;
}

.brand__mark::after {
  content: "";
  position: absolute;
  inset: 5px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  transform: rotate(45deg);
}

.site-menu {
  position: fixed;
  inset: 0 auto auto 0;
  z-index: 70;
  color: var(--paper);
}

.floating-brand {
  position: fixed;
  z-index: 72;
  top: 28px;
  left: 24px;
  display: inline-grid;
  grid-template-columns: 28px auto;
  align-items: center;
  gap: 12px;
  padding: 10px 16px;
  background: rgba(33, 29, 27, 0.34);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(16px);
  color: var(--paper);
  font-weight: 850;
  text-transform: uppercase;
}

.menu-toggle {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.menu-button {
  position: fixed;
  z-index: 74;
  right: 24px;
  top: 30px;
  width: auto;
  height: 34px;
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 12px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--menu-control-color);
  text-transform: uppercase;
  cursor: pointer;
  text-shadow: var(--menu-control-shadow);
  transition: color 180ms ease, opacity 180ms ease, transform 180ms ease;
}

.menu-button::after {
  content: none;
}

.menu-button strong {
  display: block;
  color: currentColor;
  font-size: 14px;
  font-weight: 850;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
}

.menu-button__icon {
  width: 18px;
  height: 18px;
  position: relative;
  border: 0;
  background: var(--menu-triangle-border);
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  filter: drop-shadow(0 2px 8px rgba(33, 29, 27, 0.28));
  opacity: 0.94;
  transition: opacity 180ms ease;
}

.menu-button__icon::before {
  content: "";
  position: absolute;
  inset: 1.5px;
  background: var(--menu-triangle-color);
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.menu-button__icon::after {
  content: none;
}

.menu-button:hover,
.menu-button:focus-visible {
  opacity: 0.72;
  transform: translateX(3px);
}

.menu-scrim {
  position: fixed;
  inset: 0;
  z-index: 71;
  background: rgba(0, 0, 0, 0.34);
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.glass-menu {
  position: fixed;
  right: 24px;
  top: 72px;
  bottom: 28px;
  left: auto;
  z-index: 73;
  width: min(420px, calc(100vw - 64px));
  display: grid;
  grid-template-rows: auto auto auto auto;
  gap: clamp(9px, 1.45svh, 16px);
  padding: clamp(16px, 2.1svh, 24px) clamp(18px, 2.1vw, 24px) clamp(14px, 1.9svh, 20px);
  overflow: hidden;
  border: 1px solid rgba(212, 191, 160, 0.5);
  background:
    linear-gradient(135deg, rgba(33, 29, 27, 0.5), rgba(57, 51, 48, 0.24)),
    rgba(33, 29, 27, 0.38);
  backdrop-filter: blur(26px);
  box-shadow: -26px 26px 90px rgba(0, 0, 0, 0.28);
  transform: translateX(calc(100% + 32px));
  transition: transform 240ms ease;
}

.glass-menu::before {
  content: "";
  position: absolute;
  right: -86px;
  top: -42px;
  width: 240px;
  height: 240px;
  background: rgba(255, 255, 255, 0.06);
  clip-path: polygon(0 22%, 100% 0, 72% 100%);
  pointer-events: none;
}

.menu-toggle:checked ~ .menu-scrim {
  opacity: 1;
  pointer-events: auto;
}

.menu-toggle:checked ~ .glass-menu {
  transform: translateX(0);
}

.glass-menu__brand {
  position: relative;
  z-index: 1;
  display: inline-grid;
  grid-template-columns: 28px auto;
  align-items: center;
  gap: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.glass-menu__brand .brand__mark {
  width: 30px;
  height: 30px;
}

.glass-menu__list {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(5px, 0.8svh, 8px);
  align-content: start;
  min-height: 0;
  overflow: visible;
  padding-right: 0;
  scrollbar-width: none;
}

.glass-menu__list::-webkit-scrollbar {
  display: none;
}

.glass-menu__list a {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  align-items: center;
  min-height: clamp(36px, 5.7svh, 48px);
  padding: clamp(7px, 1.1svh, 10px) 13px clamp(7px, 1.1svh, 10px) 40px;
  overflow: hidden;
  border: 0;
  background:
    linear-gradient(90deg, rgba(212, 191, 160, 0.2), rgba(255, 255, 255, 0.045) 38%, rgba(255, 255, 255, 0.018)),
    rgba(255, 255, 255, 0.028);
  color: rgba(255, 255, 255, 0.86);
  text-transform: uppercase;
  transform: translateX(0);
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.glass-menu__list a:nth-child(even) {
  margin-left: clamp(8px, 1.7vw, 18px);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.035), rgba(212, 191, 160, 0.16) 68%, rgba(255, 255, 255, 0.025)),
    rgba(255, 255, 255, 0.022);
}

.glass-menu__list a::before {
  content: "";
  position: absolute;
  left: 13px;
  top: 50%;
  width: 15px;
  height: 15px;
  background: rgba(212, 191, 160, 0.8);
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
  transform: translateY(-50%);
}

.glass-menu__list a::after {
  content: "";
  position: absolute;
  right: -30px;
  top: -20px;
  width: 78px;
  height: 78px;
  border: 1px solid rgba(212, 191, 160, 0.24);
  transform: rotate(45deg);
  opacity: 0.72;
  pointer-events: none;
}

.glass-menu__list span {
  display: none;
}

.glass-menu__list strong {
  font-size: clamp(14px, 2.25svh, 18px);
  line-height: 1;
}

.glass-menu__list a:hover,
.glass-menu__list a:focus-visible {
  color: var(--champagne);
  background:
    linear-gradient(90deg, rgba(212, 191, 160, 0.32), rgba(255, 255, 255, 0.075) 48%, rgba(255, 255, 255, 0.025)),
    rgba(255, 255, 255, 0.05);
  transform: translateX(-6px);
}

.glass-menu__actions {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.glass-menu__actions .button,
.glass-menu__actions .ghost-button {
  min-height: clamp(34px, 5svh, 40px);
  padding: clamp(8px, 1svh, 10px) 14px;
  font-size: 12px;
}

.glass-menu p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(12px, 1.75svh, 14px);
  line-height: 1.28;
}

.button,
.ghost-button,
.icon-button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid currentColor;
  padding: 12px 18px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0;
  outline: none;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.button:focus-visible,
.ghost-button:focus-visible,
.icon-button:focus-visible,
.segment-button:focus-visible,
.color-select__button:focus-visible,
.color-select__option:focus-visible {
  outline: none;
  box-shadow:
    0 0 0 2px rgba(245, 236, 220, 0.95),
    0 0 0 4px rgba(184, 158, 121, 0.5),
    0 12px 34px rgba(33, 29, 27, 0.12);
}

.button {
  background: var(--champagne);
  color: var(--graphite-deep);
  border-color: var(--champagne);
}

.button:hover,
.button:focus-visible {
  background: var(--brass);
  border-color: var(--brass);
}

.ghost-button {
  background: transparent;
  color: inherit;
}

.ghost-button:hover,
.ghost-button:focus-visible {
  color: var(--champagne);
}

.button:disabled,
.ghost-button:disabled {
  cursor: wait;
  opacity: 0.62;
  transform: none;
}

.icon-button {
  width: 44px;
  padding: 0;
  color: inherit;
  background: transparent;
}

.hero {
  min-height: 100svh;
  display: grid;
  align-items: center;
  position: relative;
  overflow: hidden;
  background: var(--graphite-deep);
  color: var(--paper);
}

.hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0.70)),
    linear-gradient(90deg, rgba(33, 29, 27, 0.82), rgba(33, 29, 27, 0.08));
}

.hero__geometry {
  position: absolute;
  left: 2%;
  top: 12%;
  width: min(780px, 58vw);
  height: min(780px, 58vw);
  z-index: 1;
  background: rgba(255, 255, 255, 0.13);
  clip-path: polygon(0 24%, 100% 0, 70% 100%);
}

.hero__geometry::before,
.hero__geometry::after {
  content: "";
  position: absolute;
  inset: 42px;
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.hero__geometry::after {
  inset: 104px;
  background: rgba(212, 191, 160, 0.08);
}

.hero__content {
  position: relative;
  z-index: 2;
  padding: 126px 0 54px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--brass);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 32px;
  height: 1px;
  background: currentColor;
}

.hero h1,
.page-hero h1,
.section-title {
  margin: 0;
  font-weight: 850;
  line-height: 0.98;
  text-transform: uppercase;
  letter-spacing: 0;
}

.hero h1 {
  max-width: 1080px;
  margin-top: 18px;
  font-size: 70px;
}

.hero__lead {
  max-width: 760px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 19px;
}

.hero-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 54px;
  border-top: 1px solid rgba(255, 255, 255, 0.28);
  border-left: 1px solid rgba(255, 255, 255, 0.22);
}

.hero-grid a {
  min-height: 122px;
  padding: 22px;
  border-right: 1px solid rgba(255, 255, 255, 0.22);
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.06);
}

.hero-grid strong {
  display: block;
  color: var(--paper);
  text-transform: uppercase;
  font-size: 14px;
}

.hero-grid span {
  display: block;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.70);
  font-size: 14px;
}

.hero-grid a:hover,
.hero-grid a:focus-visible {
  background: rgba(212, 191, 160, 0.18);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.65fr);
  gap: 44px;
  align-items: end;
  margin-bottom: 48px;
}

.section-title {
  font-size: 48px;
}

.section-lead {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
}

.section-dark .section-lead {
  color: rgba(255, 255, 255, 0.72);
}

.accent {
  color: var(--champagne);
}

.trust-grid,
.system-grid,
.bim-grid,
.document-grid,
.solution-grid,
.project-grid,
.pain-grid,
.region-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.trust-item,
.system-card,
.bim-card,
.document-card,
.solution-card,
.project-card,
.pain-card,
.region-card {
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 28px;
  min-height: 220px;
  background: rgba(255, 255, 255, 0.74);
}

.section-dark .trust-grid,
.section-dark .system-grid,
.section-dark .bim-grid,
.section-dark .document-grid,
.section-dark .solution-grid,
.section-dark .project-grid {
  border-color: rgba(255, 255, 255, 0.18);
}

.section-dark .trust-item,
.section-dark .system-card,
.section-dark .bim-card,
.section-dark .document-card,
.section-dark .solution-card,
.section-dark .project-card {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.18);
}

.trust-item strong,
.system-card h3,
.bim-card h3,
.document-card h3,
.solution-card h3,
.project-card h3,
.pain-card h3,
.region-card h3 {
  display: block;
  margin: 0 0 14px;
  font-size: 22px;
  line-height: 1.1;
  text-transform: uppercase;
}

.trust-item p,
.system-card p,
.bim-card p,
.document-card p,
.solution-card p,
.project-card p,
.pain-card p,
.region-card p {
  margin: 0;
  color: var(--muted);
}

.section-dark .trust-item p,
.section-dark .system-card p,
.section-dark .bim-card p,
.section-dark .document-card p,
.section-dark .solution-card p,
.section-dark .project-card p {
  color: rgba(255, 255, 255, 0.70);
}

.review-card {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(213, 191, 157, 0.22)),
    rgba(255, 255, 255, 0.64);
  backdrop-filter: blur(18px);
}

.review-card__person {
  margin-top: 18px !important;
  color: var(--brass) !important;
  font-size: 14px;
  line-height: 1.35;
  text-transform: uppercase;
  font-weight: 800;
}

.system-card {
  min-height: 430px;
  display: grid;
  grid-template-rows: 180px auto;
  padding: 0;
}

.system-card__image {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.system-card__body {
  padding: 28px;
}

.systems-intro {
  min-height: 64svh;
  display: grid;
  align-items: center;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(33, 29, 27, 0.91), rgba(57, 51, 48, 0.72)),
    url("/media/golmet-projects/reika.webp") center / cover;
  color: var(--paper);
}

.systems-intro::after {
  content: "";
  position: absolute;
  right: 8%;
  top: 18%;
  width: 340px;
  height: 340px;
  border: 1px solid rgba(212, 191, 160, 0.28);
  transform: rotate(45deg);
}

.systems-intro .section-lead {
  color: rgba(255, 255, 255, 0.74);
}

.systems-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
  border-left: 1px solid rgba(255, 255, 255, 0.24);
}

.systems-strip a {
  min-height: 76px;
  display: grid;
  align-items: center;
  padding: 18px 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.24);
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
  color: var(--paper);
  font-weight: 850;
  text-transform: uppercase;
}

.systems-strip a:hover,
.systems-strip a:focus-visible {
  background: rgba(212, 191, 160, 0.18);
  color: var(--champagne);
}

.product-story {
  min-height: 100svh;
  position: relative;
  display: grid;
  align-items: center;
  overflow: hidden;
  background: var(--graphite);
  scroll-margin-top: 0;
}

.product-story__image,
.product-story__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.product-story__image {
  object-fit: cover;
}

.product-story__shade {
  background:
    linear-gradient(90deg, rgba(33, 29, 27, 0.52), rgba(33, 29, 27, 0.10) 46%, rgba(33, 29, 27, 0.64)),
    rgba(33, 29, 27, 0.14);
}

.product-story__geometry {
  position: absolute;
  z-index: 1;
  width: min(620px, 50vw);
  height: min(620px, 50vw);
  border: 1px solid rgba(212, 191, 160, 0.28);
  transform: rotate(45deg);
}

.product-story--left .product-story__geometry {
  right: 7%;
  top: 18%;
}

.product-story--right .product-story__geometry {
  left: 7%;
  bottom: 16%;
}

.product-story__inner {
  position: relative;
  z-index: 2;
  display: grid;
}

.product-story--right .product-story__inner {
  justify-items: end;
}

.product-story__panel {
  width: min(720px, 100%);
  padding: 52px 58px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.62);
  box-shadow: var(--shadow);
  color: var(--ink);
}

.product-story__panel h2 {
  margin: 0;
  font-size: 48px;
  line-height: 0.98;
  text-transform: uppercase;
}

.product-story__panel p {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 18px;
}

.story-specs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 26px;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.story-specs div {
  min-height: 118px;
  padding: 16px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.54);
}

.story-specs span,
.story-specs strong {
  display: block;
}

.story-specs span {
  color: var(--brass);
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
}

.story-specs strong {
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.35;
}

.meta-list {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.meta-list li {
  display: grid;
  grid-template-columns: 14px 1fr;
  gap: 12px;
  align-items: start;
}

.meta-list li::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-top: 8px;
  background: var(--champagne);
  transform: rotate(45deg);
}

.panel-on-photo {
  position: relative;
  min-height: 720px;
  display: grid;
  align-items: center;
  overflow: hidden;
  background: var(--graphite);
}

.panel-on-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.panel-on-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(33, 29, 27, 0.42);
}

.photo-panel {
  position: relative;
  z-index: 1;
  width: min(720px, 100%);
  margin-left: auto;
  padding: 44px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow);
}

.photo-panel h2 {
  margin: 0;
  font-size: 44px;
  line-height: 1;
  text-transform: uppercase;
}

.photo-panel p {
  color: var(--muted);
}

.material-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border: 1px solid var(--line);
}

.material-tab {
  padding: 26px;
  border-right: 1px solid var(--line);
}

.material-tab:last-child {
  border-right: 0;
}

.swatch-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  margin-top: 32px;
}

.swatch {
  position: relative;
  overflow: hidden;
  appearance: none;
  min-height: 116px;
  padding: 12px;
  display: grid;
  align-items: end;
  border: 1px solid var(--line);
  background: var(--swatch-image, var(--bone));
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.22),
    0 18px 42px rgba(33, 29, 27, 0.06);
  color: var(--swatch-text, var(--graphite-deep));
  font-size: 12px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  border-radius: 0;
  cursor: default;
}

.swatch::before,
.swatch::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.swatch::before {
  z-index: 1;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.34), transparent 42%),
    linear-gradient(315deg, rgba(0, 0, 0, 0.1), transparent 52%);
  opacity: var(--swatch-shine, 0.88);
}

.swatch::after {
  z-index: 1;
  background: var(--swatch-pattern, none);
  background-size: var(--swatch-pattern-size, auto);
  opacity: var(--swatch-pattern-opacity, 1);
}

.swatch span {
  position: relative;
  z-index: 2;
  text-shadow: var(--swatch-text-shadow, 0 1px 18px rgba(255, 255, 255, 0.52));
}

.swatch[data-material="colors"][data-swatch-index="0"] {
  --swatch-image: #f4f3ee;
}

.swatch[data-material="colors"][data-swatch-index="1"] {
  --swatch-image: #f1eadf;
}

.swatch[data-material="colors"][data-swatch-index="2"] {
  --swatch-image: #383e42;
  --swatch-text: var(--paper);
  --swatch-text-shadow: 0 1px 18px rgba(0, 0, 0, 0.42);
}

.swatch[data-material="colors"][data-swatch-index="3"] {
  --swatch-image: #252729;
  --swatch-text: var(--paper);
  --swatch-text-shadow: 0 1px 18px rgba(0, 0, 0, 0.46);
}

.swatch[data-material="colors"][data-swatch-index="4"] {
  --swatch-image: #080808;
  --swatch-text: var(--paper);
  --swatch-text-shadow: 0 1px 18px rgba(0, 0, 0, 0.52);
}

.swatch[data-material="colors"][data-swatch-index="5"] {
  --swatch-image: linear-gradient(116deg, #725d42 0%, #d5c09a 27%, #947851 43%, #f4e5c4 55%, #806948 72%, #c2a77b 100%);
  --swatch-text: var(--paper);
  --swatch-pattern: none;
  --swatch-text-shadow: 0 1px 14px rgba(0, 0, 0, 0.34);
}

.swatch[data-material="textures"] {
  --swatch-pattern:
    repeating-linear-gradient(8deg, rgba(255, 255, 255, 0.14) 0 3px, transparent 3px 18px),
    repeating-linear-gradient(96deg, transparent 0 14px, rgba(65, 35, 16, 0.16) 15px 17px, transparent 18px 42px),
    radial-gradient(ellipse at 30% 42%, rgba(255, 255, 255, 0.2), transparent 42%),
    radial-gradient(ellipse at 78% 24%, rgba(42, 21, 10, 0.22), transparent 36%);
  --swatch-pattern-opacity: 0.95;
}

.swatch[data-material="textures"][data-swatch-index="0"] {
  --swatch-image: linear-gradient(115deg, #cf8c3d, #a96828 46%, #e0ad5a);
}

.swatch[data-material="textures"][data-swatch-index="1"] {
  --swatch-image: linear-gradient(115deg, #4c3022, #1f1511 46%, #6a4935);
  --swatch-text: var(--paper);
  --swatch-text-shadow: 0 1px 16px rgba(0, 0, 0, 0.5);
}

.swatch[data-material="textures"][data-swatch-index="2"] {
  --swatch-image: linear-gradient(115deg, #c7a56f, #8d6535 48%, #d2b27d);
}

.swatch[data-material="textures"][data-swatch-index="3"] {
  --swatch-image: linear-gradient(115deg, #8b6746, #54351f 48%, #b08a5f);
}

.swatch[data-material="textures"][data-swatch-index="4"] {
  --swatch-image: linear-gradient(115deg, #e3d9c5, #c7b99d 48%, #f4ecdf);
}

.swatch[data-material="textures"][data-swatch-index="5"] {
  --swatch-image: linear-gradient(115deg, #5d5550, #332d2a 50%, #7a7069);
  --swatch-text: var(--paper);
  --swatch-text-shadow: 0 1px 16px rgba(0, 0, 0, 0.52);
}

.swatch[data-material="perforation"] {
  --swatch-image: #ece9e2;
  --swatch-pattern: radial-gradient(circle, rgba(33, 29, 27, 0.58) 0 2px, transparent 2.2px);
  --swatch-pattern-size: 18px 18px;
  --swatch-pattern-opacity: 0.7;
}

.swatch[data-material="perforation"][data-swatch-index="0"] {
  --swatch-pattern: radial-gradient(circle, rgba(33, 29, 27, 0.46) 0 1.4px, transparent 1.6px);
}

.swatch[data-material="perforation"][data-swatch-index="1"] {
  --swatch-pattern: radial-gradient(circle, rgba(33, 29, 27, 0.5) 0 2px, transparent 2.2px);
}

.swatch[data-material="perforation"][data-swatch-index="2"] {
  --swatch-pattern: radial-gradient(circle, rgba(33, 29, 27, 0.55) 0 3px, transparent 3.2px);
}

.swatch[data-material="perforation"][data-swatch-index="3"] {
  --swatch-image: #111111;
  --swatch-pattern: radial-gradient(circle, rgba(245, 245, 245, 0.42) 0 2.3px, transparent 2.5px);
  --swatch-text: var(--paper);
  --swatch-text-shadow: 0 1px 16px rgba(0, 0, 0, 0.54);
}

.swatch[data-material="perforation"][data-swatch-index="4"] {
  --swatch-image: #f7f6f1;
  --swatch-pattern: radial-gradient(circle, rgba(33, 29, 27, 0.2) 0 2.2px, transparent 2.4px);
}

.swatch[data-material="perforation"][data-swatch-index="5"] {
  --swatch-image: linear-gradient(135deg, #d6d1c6, #f2eee5);
  --swatch-pattern: none;
}

.swatch[data-material="pvs-laser"] {
  --swatch-image: linear-gradient(135deg, #d2d0ca, #f5f4f0);
  --swatch-pattern: none;
}

.swatch[data-material="pvs-laser"][data-swatch-index="1"] {
  --swatch-image: linear-gradient(135deg, #56524f, #211d1b);
  --swatch-pattern: none;
  --swatch-text: var(--paper);
  --swatch-text-shadow: 0 1px 16px rgba(0, 0, 0, 0.5);
}

.swatch[data-material="pvs-laser"][data-swatch-index="2"] {
  --swatch-image: linear-gradient(135deg, #c6aa78, #8c704a);
  --swatch-pattern: none;
  --swatch-text: var(--paper);
  --swatch-text-shadow: 0 1px 14px rgba(0, 0, 0, 0.35);
}

.swatch[data-material="pvs-laser"][data-swatch-index="3"] {
  --swatch-image: linear-gradient(135deg, #e3dfd7, #c9c0b3);
  --swatch-pattern: none;
}

.swatch[data-material="pvs-laser"][data-swatch-index="4"] {
  --swatch-image: linear-gradient(135deg, #f5f4f0, #e5e3dd);
  --swatch-pattern: none;
}

.swatch[data-material="pvs-laser"][data-swatch-index="5"] {
  --swatch-image: linear-gradient(135deg, #5b5652, #211d1b);
  --swatch-pattern:
    radial-gradient(circle at 24% 28%, rgba(212, 191, 160, 0.34) 0 9px, transparent 10px),
    radial-gradient(circle at 76% 34%, rgba(245, 245, 245, 0.2) 0 13px, transparent 14px),
    radial-gradient(circle at 52% 72%, rgba(212, 191, 160, 0.24) 0 18px, transparent 19px);
  --swatch-text: var(--paper);
  --swatch-text-shadow: 0 1px 18px rgba(0, 0, 0, 0.5);
}

.swatch-lightbox {
  position: fixed;
  inset: 0;
  z-index: 95;
  display: grid;
  place-items: center;
  padding: 18px;
  background: rgba(33, 29, 27, 0.68);
  backdrop-filter: blur(10px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.swatch-lightbox[data-open="true"] {
  opacity: 1;
  pointer-events: auto;
}

.swatch-lightbox__card {
  position: relative;
  width: min(430px, 100%);
  padding: 12px;
  border: 1px solid rgba(212, 191, 160, 0.7);
  background: rgba(245, 245, 245, 0.92);
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.34);
  transform: translateY(14px) scale(0.98);
  transition: transform 180ms ease;
}

.swatch-lightbox[data-open="true"] .swatch-lightbox__card {
  transform: translateY(0) scale(1);
}

.swatch-lightbox__preview.swatch {
  width: 100%;
  min-height: min(58vh, 430px);
  padding: 18px;
  pointer-events: none;
}

.swatch-lightbox__title {
  display: block;
  margin-top: 12px;
  color: var(--graphite-deep);
  font-size: 16px;
  line-height: 1.2;
  text-transform: uppercase;
}

.swatch-lightbox__close {
  position: absolute;
  z-index: 3;
  right: 20px;
  top: 20px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(212, 191, 160, 0.7);
  background: rgba(33, 29, 27, 0.62);
  color: var(--paper);
  font-size: 24px;
  line-height: 1;
  backdrop-filter: blur(10px);
}

.data-table {
  width: 100%;
  border-collapse: collapse;
  background: var(--paper);
}

.data-table th,
.data-table td {
  border: 1px solid var(--line);
  padding: 14px 16px;
  text-align: left;
  vertical-align: top;
}

.data-table th {
  background: var(--bone);
  text-transform: uppercase;
  font-size: 12px;
}

.result-panel .data-table {
  background: #fff;
}

.result-panel .data-table th {
  background: var(--graphite-deep);
  color: var(--paper);
  border-color: rgba(255, 255, 255, 0.16);
}

.result-panel .data-table td {
  font-size: 15px;
  line-height: 1.45;
}

.result-panel .data-table td:nth-child(2) {
  min-width: 300px;
}

.result-panel .data-table span {
  color: var(--muted);
}

.status {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 4px 9px;
  border: 1px solid var(--line);
  color: var(--graphite);
  background: var(--bone);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.status[data-status="available"] {
  border-color: rgba(80, 120, 76, 0.35);
  background: #edf5ea;
}

.status[data-status="by-request"] {
  border-color: rgba(184, 158, 121, 0.52);
  background: #fbf6ed;
}

.page-hero {
  padding: 168px 0 84px;
  background: var(--graphite);
  color: var(--paper);
  position: relative;
  overflow: hidden;
}

.page-hero::after {
  content: "";
  position: absolute;
  right: 10%;
  top: 38%;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(212, 191, 160, 0.32);
  transform: rotate(45deg);
}

.page-hero h1 {
  max-width: 960px;
  margin-top: 18px;
  font-size: 58px;
}

.page-hero p {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 19px;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 0.5fr);
  gap: 42px;
  align-items: start;
}

.aside-panel {
  border: 1px solid var(--line);
  padding: 28px;
  background: var(--bone);
}

.aside-panel h2,
.aside-panel h3 {
  margin-top: 0;
  text-transform: uppercase;
}

.content-flow > * + * {
  margin-top: 24px;
}

.content-flow h2 {
  margin-top: 48px;
  font-size: 34px;
  line-height: 1.1;
  text-transform: uppercase;
}

.content-flow h3 {
  margin-top: 34px;
  font-size: 24px;
  line-height: 1.15;
  text-transform: uppercase;
}

.link-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.link-chip {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 12px;
  border: 1px solid var(--line);
  background: var(--paper);
  color: var(--graphite);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.link-chip:hover,
.link-chip:focus-visible {
  border-color: var(--champagne);
  background: #fbf6ed;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-item {
  border: 1px solid var(--line);
  background: var(--paper);
  padding: 24px;
}

.faq-item h3 {
  margin: 0 0 10px;
  font-size: 20px;
  text-transform: uppercase;
}

.faq-item p {
  margin: 0;
  color: var(--muted);
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 0.55fr);
  border: 1px solid var(--line);
}

.contact-map {
  min-height: 520px;
  background:
    linear-gradient(135deg, rgba(33, 29, 27, 0.78), rgba(33, 29, 27, 0.24)),
    url("/media/golmet-projects/contacts.webp") center / cover;
}

.contact-panel {
  padding: 38px;
  background: var(--paper);
}

.telegram-request-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(420px, 1fr);
  gap: 28px;
  align-items: stretch;
}

.telegram-flow-card,
.telegram-request-panel {
  border: 1px solid rgba(184, 158, 121, 0.42);
  background:
    linear-gradient(135deg, rgba(245, 239, 230, 0.84), rgba(212, 191, 160, 0.2)),
    rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 54px rgba(33, 29, 27, 0.08);
}

.telegram-flow-card {
  display: grid;
  align-content: start;
  gap: 18px;
  padding: 30px;
  min-height: 100%;
}

.telegram-flow-card h3 {
  margin: 0;
  font-size: 28px;
  line-height: 1.05;
  text-transform: uppercase;
}

.telegram-flow-card p {
  margin: 0;
  color: var(--muted);
}

.telegram-contact-card {
  display: grid;
  gap: 5px;
  margin-top: 6px;
  border: 1px solid rgba(184, 158, 121, 0.36);
  padding: 16px;
  background: rgba(255, 255, 255, 0.42);
}

.telegram-contact-card strong {
  font-size: 22px;
  line-height: 1;
}

.telegram-contact-card span {
  color: var(--muted);
}

.telegram-request-panel.proposal-send-box {
  margin-top: 0;
}

.form-grid {
  display: grid;
  gap: 14px;
}

.field {
  display: grid;
  gap: 7px;
}

.field span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--line);
  padding: 11px 12px;
  background: var(--paper);
}

.field textarea {
  min-height: 120px;
  resize: vertical;
}

.file-upload {
  display: grid;
  gap: 8px;
}

.file-upload__field {
  position: relative;
  cursor: pointer;
}

.file-upload__input {
  position: absolute;
  width: 1px !important;
  height: 1px !important;
  opacity: 0;
  pointer-events: none;
}

.file-upload__surface {
  min-height: 78px;
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  gap: 13px;
  border: 1px dashed rgba(184, 158, 121, 0.72);
  padding: 15px;
  background:
    linear-gradient(135deg, rgba(212, 191, 160, 0.14), rgba(255, 255, 255, 0.72)),
    var(--paper);
  color: var(--graphite-deep);
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.file-upload__input:focus-visible + .file-upload__surface,
.file-upload__field:hover .file-upload__surface {
  border-color: var(--brass);
  background:
    linear-gradient(135deg, rgba(212, 191, 160, 0.22), rgba(255, 255, 255, 0.84)),
    var(--paper);
  transform: translateY(-1px);
}

.file-upload__icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(184, 158, 121, 0.72);
  background: rgba(212, 191, 160, 0.22);
}

.file-upload__icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: var(--graphite);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.file-upload__surface,
.file-upload__surface span,
.file-upload__surface small {
  font-size: 13px;
  font-weight: 500;
  text-transform: none;
}

.file-upload__surface strong {
  display: block;
  margin-bottom: 2px;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.1;
  text-transform: uppercase;
}

.file-upload__surface small {
  display: block;
  color: var(--muted);
  line-height: 1.35;
}

.file-upload__hint {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.file-upload__list {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 0;
}

.file-upload__list li {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  border: 1px solid rgba(33, 29, 27, 0.1);
  padding: 8px 10px;
  background: rgba(245, 245, 245, 0.82);
  color: var(--graphite-deep);
  font-size: 12px;
}

.file-upload__list li span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.file-upload__list li strong {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  white-space: nowrap;
}

.file-upload__list .file-upload__error {
  display: block;
  border-color: rgba(140, 65, 44, 0.32);
  background: rgba(140, 65, 44, 0.08);
  color: #6f3427;
}

.form-status {
  margin: 0;
  border: 1px solid rgba(184, 158, 121, 0.34);
  padding: 11px 12px;
  background: rgba(245, 239, 230, 0.72);
  color: var(--muted);
  font-size: 13px;
  line-height: 1.4;
}

.form-status:empty {
  display: none;
}

.form-status[data-status="success"] {
  border-color: rgba(72, 121, 86, 0.32);
  background: rgba(72, 121, 86, 0.08);
  color: #355c3e;
}

.form-status[data-status="error"] {
  border-color: rgba(140, 65, 44, 0.32);
  background: rgba(140, 65, 44, 0.08);
  color: #6f3427;
}

.color-field {
  position: relative;
  z-index: 5;
}

.color-select {
  position: relative;
}

.color-select__button,
.color-select__option {
  width: 100%;
  min-height: 46px;
  display: grid;
  grid-template-columns: 28px 1fr auto;
  gap: 12px;
  align-items: center;
  border: 1px solid var(--line);
  background: var(--paper);
  padding: 9px 12px;
  text-align: left;
}

.color-select__button::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(45deg);
}

.color-swatch {
  width: 24px;
  height: 24px;
  border: 1px solid rgba(33, 29, 27, 0.18);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.36);
}

.color-select__menu {
  position: absolute;
  z-index: 30;
  inset: calc(100% + 8px) 0 auto 0;
  max-height: 310px;
  overflow-y: auto;
  border: 1px solid rgba(33, 29, 27, 0.22);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 54px rgba(33, 29, 27, 0.18);
}

.color-select__option {
  grid-template-columns: 28px 1fr;
  border: 0;
  border-bottom: 1px solid var(--line);
}

.color-select__option:last-child {
  border-bottom: 0;
}

.color-select__option:hover,
.color-select__option:focus-visible,
.color-select__option[aria-selected="true"] {
  background: #fbf6ed;
}

.site-footer {
  position: relative;
  overflow: hidden;
  padding: 72px 0 50px;
  background:
    linear-gradient(116deg, rgba(33, 29, 27, 0.98), rgba(41, 34, 29, 0.98) 56%, rgba(33, 29, 27, 0.98)),
    var(--graphite-deep);
  color: var(--paper);
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(90deg, rgba(212, 191, 160, 0.08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(212, 191, 160, 0.06) 1px, transparent 1px),
    linear-gradient(135deg, transparent 0 46%, rgba(212, 191, 160, 0.1) 46% 47%, transparent 47% 100%);
  background-size: 96px 96px, 96px 96px, 180px 180px;
  opacity: 0.7;
  pointer-events: none;
}

.site-footer::after {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(212, 191, 160, 0.92), transparent);
}

.site-footer__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.72fr);
  gap: 48px;
  align-items: start;
}

.site-footer__grid > div:first-child {
  max-width: 720px;
}

.site-footer__grid > div:last-child {
  position: relative;
  padding: 28px;
  border: 1px solid rgba(212, 191, 160, 0.28);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(212, 191, 160, 0.05)),
    rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(14px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 26px 64px rgba(0, 0, 0, 0.28);
}

.site-footer__grid > div:last-child::before {
  content: "";
  position: absolute;
  top: 0;
  left: 28px;
  right: 28px;
  height: 3px;
  background: linear-gradient(90deg, var(--champagne), rgba(212, 191, 160, 0));
}

.site-footer .brand {
  grid-template-columns: 42px auto;
  gap: 16px;
  color: var(--paper);
  font-size: 24px;
}

.site-footer .brand__mark {
  width: 42px;
  height: 42px;
  border-color: rgba(212, 191, 160, 0.9);
  background: rgba(212, 191, 160, 0.08);
}

.site-footer .brand__mark::after {
  inset: 9px;
  border-color: rgba(255, 255, 255, 0.72);
}

.site-footer p {
  color: rgba(245, 245, 245, 0.74) !important;
  line-height: 1.72;
}

.site-footer__grid > div:last-child p {
  margin: 0 0 24px !important;
  color: rgba(245, 245, 245, 0.84) !important;
  font-size: 19px;
  font-weight: 760;
  line-height: 1.45;
}

.site-footer__grid > div:last-child p::after {
  content: "";
  display: block;
  width: 72px;
  height: 1px;
  margin-top: 20px;
  background: rgba(212, 191, 160, 0.72);
}

.site-footer a {
  color: rgba(255, 255, 255, 0.78);
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: var(--champagne);
}

.site-footer .link-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 0;
}

.site-footer .link-chip {
  position: relative;
  width: 100%;
  min-height: 48px;
  justify-content: space-between;
  gap: 12px;
  border-color: rgba(212, 191, 160, 0.3);
  background:
    linear-gradient(135deg, rgba(212, 191, 160, 0.16), rgba(255, 255, 255, 0.06)),
    rgba(33, 29, 27, 0.24);
  color: rgba(255, 255, 255, 0.88);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
  transition:
    border-color 180ms ease,
    background 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.site-footer .link-chip::after {
  content: "";
  flex: 0 0 auto;
  width: 9px;
  height: 9px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  opacity: 0.72;
  transform: rotate(45deg);
  transition: transform 180ms ease, opacity 180ms ease;
}

.site-footer .link-chip:hover,
.site-footer .link-chip:focus-visible {
  border-color: rgba(212, 191, 160, 0.76);
  background:
    linear-gradient(135deg, rgba(212, 191, 160, 0.3), rgba(255, 255, 255, 0.1)),
    rgba(33, 29, 27, 0.34);
  color: var(--paper);
  transform: translateY(-2px);
}

.site-footer .link-chip:hover::after,
.site-footer .link-chip:focus-visible::after {
  opacity: 1;
  transform: translateX(3px) rotate(45deg);
}

.side-rail {
  position: fixed;
  z-index: 40;
  right: 20px;
  top: 50%;
  display: grid;
  gap: 8px;
  color: var(--floating-control-color);
  transform: translateY(-50%);
  transition: color 180ms ease, opacity 180ms ease, transform 180ms ease;
  --rail-active-y: 12px;
  --rail-active-fill: var(--champagne);
  --rail-active-border: var(--brass);
}

html[data-menu-open="true"] .side-rail {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-50%) translateX(18px);
}

.side-rail a {
  position: relative;
  width: 8px;
  height: 24px;
  border: 1px solid var(--floating-control-border);
  background: var(--floating-control-soft);
  backdrop-filter: blur(12px);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.22),
    0 10px 26px rgba(33, 29, 27, 0.12);
  font-size: 0;
  transition: background 180ms ease, border-color 180ms ease, height 160ms ease, opacity 160ms ease;
}

.side-rail__hit {
  content: "";
  position: absolute;
  inset: 0 -30px;
  display: block;
  background: transparent;
  pointer-events: auto;
}

.side-rail a.is-active {
  background: var(--rail-active-fill);
  border-color: var(--rail-active-border);
}

.side-rail a:hover,
.side-rail a:focus-visible {
  background: var(--rail-active-fill);
  border-color: var(--rail-active-border);
  height: 34px;
}

.side-rail__indicator {
  position: absolute;
  right: calc(100% + 12px);
  top: var(--rail-active-y);
  width: 11px;
  height: 20px;
  background: var(--rail-active-border);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  filter: drop-shadow(0 10px 22px rgba(33, 29, 27, 0.18));
  opacity: 0.92;
  pointer-events: none;
  transform: translateY(-50%);
  transition: top 260ms ease, background 180ms ease, opacity 180ms ease;
  animation: rail-indicator-nudge 1700ms ease-in-out infinite;
}

.side-rail__indicator::before {
  content: "";
  position: absolute;
  inset: 1.5px;
  background: var(--rail-active-fill);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.side-rail__indicator::after {
  content: none;
}

.side-rail:has(a:hover) .side-rail__indicator,
.side-rail:has(a:focus-visible) .side-rail__indicator {
  opacity: 0;
}

@keyframes rail-indicator-nudge {
  0%,
  100% {
    translate: -2px 0;
  }
  50% {
    translate: 3px 0;
  }
}

.side-rail a::after {
  content: attr(data-label);
  position: absolute;
  right: calc(100% + 34px);
  top: 50%;
  min-width: max-content;
  padding: 9px 13px;
  border: 1px solid var(--floating-control-border);
  background: var(--floating-control-soft);
  backdrop-filter: blur(14px) saturate(1.12);
  color: var(--rail-label-color, var(--menu-control-color));
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
  text-transform: uppercase;
  text-shadow: var(--rail-label-shadow, var(--menu-control-shadow));
  opacity: 0;
  pointer-events: none;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.22),
    0 16px 38px rgba(33, 29, 27, 0.14);
  transform: translate(18px, -50%);
  transition: color 180ms ease, opacity 180ms ease, transform 180ms ease;
}

.side-rail a::before {
  content: "";
  position: absolute;
  right: calc(100% + 14px);
  top: 50%;
  width: 11px;
  height: 20px;
  border: 0;
  background: var(--floating-control-border);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  opacity: 0;
  pointer-events: none;
  filter: drop-shadow(0 12px 26px rgba(33, 29, 27, 0.12));
  transform: translate(18px, -50%);
  transition: opacity 180ms ease, transform 180ms ease;
}

.side-rail a::before {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.24);
}

.side-rail a:hover::after,
.side-rail a:focus-visible::after,
.side-rail a:hover::before,
.side-rail a:focus-visible::before {
  opacity: 1;
  transform: translate(0, -50%);
}

.side-rail a:hover::before,
.side-rail a:focus-visible::before {
  transform: translate(0, -50%);
}

html[data-rail-scrolling="true"] .side-rail a::after,
html[data-rail-scrolling="true"] .side-rail a::before {
  opacity: 0 !important;
  transform: translate(18px, -50%) !important;
}

html[data-rail-scrolling="true"] .side-rail a::before {
  transform: translate(18px, -50%) !important;
}

@media (hover: none), (pointer: coarse) {
  .side-rail a::after,
  .side-rail a::before {
    display: none !important;
  }
}

.call-widget {
  position: fixed;
  right: 28px;
  bottom: 28px;
  z-index: 68;
  width: 184px;
  height: 302px;
  pointer-events: none;
}

.call-widget__toggle-input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.call-widget__toggle,
.call-widget__action {
  position: absolute;
  right: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(212, 191, 160, 0.72);
  background:
    radial-gradient(circle at 34% 24%, rgba(255, 255, 255, 0.26), transparent 30%),
    linear-gradient(135deg, rgba(155, 123, 85, 0.82), rgba(120, 86, 61, 0.78) 58%, rgba(96, 69, 55, 0.82));
  backdrop-filter: blur(14px) saturate(1.15);
  color: var(--paper);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.16),
    0 0 0 1px rgba(212, 191, 160, 0.18),
    0 18px 34px rgba(33, 29, 27, 0.24),
    0 0 30px rgba(245, 226, 198, 0.18),
    7px 8px 0 rgba(33, 29, 27, 0.16);
  pointer-events: auto;
}

.call-widget__toggle {
  bottom: 0;
  width: 76px;
  height: 76px;
  gap: 10px;
  border-radius: 50%;
  isolation: isolate;
  overflow: visible;
  cursor: pointer;
  transition:
    width 260ms ease,
    border-radius 260ms ease,
    background 220ms ease,
    box-shadow 220ms ease,
    transform 220ms ease;
  animation: call-pulse 7600ms ease-in-out infinite;
}

.call-widget__toggle::before,
.call-widget__toggle::after {
  content: "";
  position: absolute;
  inset: -28px;
  z-index: 0;
  border-radius: inherit;
  pointer-events: none;
  opacity: 0;
  transform: scale(1.18);
}

.call-widget__toggle::before {
  background:
    radial-gradient(circle, transparent 43%, rgba(98, 72, 52, 0.18) 52%, rgba(184, 158, 121, 0.3) 62%, transparent 78%),
    radial-gradient(circle, rgba(98, 72, 52, 0.12), transparent 66%),
    radial-gradient(circle, rgba(245, 226, 198, 0.16), transparent 64%);
  filter: blur(5px);
  animation: call-halo-converge 7600ms ease-in-out infinite;
}

.call-widget__toggle::after {
  inset: -20px;
  border: 0;
  background:
    radial-gradient(circle, transparent 46%, rgba(98, 72, 52, 0.14) 56%, rgba(212, 191, 160, 0.24) 66%, transparent 80%);
  filter: blur(4px);
  box-shadow: none;
  animation: call-halo-converge 7600ms ease-in-out infinite 180ms;
}

.call-widget__toggle:hover,
.call-widget__toggle:focus-visible {
  transform: translateY(-3px);
  background:
    radial-gradient(circle at 34% 24%, rgba(255, 255, 255, 0.3), transparent 30%),
    linear-gradient(135deg, rgba(170, 138, 96, 0.88), rgba(128, 96, 71, 0.84) 58%, rgba(99, 71, 57, 0.88));
}

.call-widget__label {
  position: relative;
  z-index: 1;
  max-width: 0;
  overflow: hidden;
  opacity: 0;
  color: var(--paper);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
  transition: max-width 240ms ease, opacity 180ms ease;
}

.call-widget svg {
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.call-widget__icon-stack {
  position: relative;
  z-index: 1;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}

.call-widget__phone {
  width: 34px;
  height: 34px;
  transform-origin: 50% 50%;
  animation: call-phone-ring 7600ms ease-in-out infinite;
  translate: 1px 1px;
}

.call-widget__signal {
  position: absolute;
  right: -1px;
  top: -1px;
  width: 24px;
  height: 24px;
  stroke-width: 2.4;
  opacity: 0.92;
  transform-origin: 12px 12px;
  animation: call-signal-breathe 7600ms ease-in-out infinite;
  transition: opacity 180ms ease, transform 220ms ease;
}

.call-widget__actions {
  position: absolute;
  inset: 0;
}

.call-widget__action {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  gap: 8px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(42px) scale(0.72);
  transition:
    opacity 180ms ease,
    transform 280ms ease,
    width 260ms ease,
    border-radius 260ms ease,
    background 180ms ease;
}

.call-widget__action svg {
  width: 26px;
  height: 26px;
}

.call-widget__action span {
  max-width: 0;
  overflow: hidden;
  opacity: 0;
  color: var(--paper);
  font-size: 11px;
  font-weight: 850;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  transition: max-width 220ms ease, opacity 180ms ease;
}

.call-widget__action--email {
  bottom: 226px;
}

.call-widget__action--callback {
  bottom: 154px;
}

.call-widget__action--direct {
  bottom: 82px;
}

.call-widget__action:hover,
.call-widget__action:focus-visible {
  width: 152px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 30% 22%, rgba(255, 255, 255, 0.3), transparent 28%),
    linear-gradient(135deg, rgba(175, 144, 101, 0.9), rgba(130, 96, 73, 0.86) 58%, rgba(103, 74, 59, 0.9));
}

.call-widget__action:hover span,
.call-widget__action:focus-visible span {
  max-width: 96px;
  opacity: 1;
}

.call-widget__toggle-input:checked ~ .call-widget__toggle {
  width: 164px;
  border-radius: 999px;
  animation: none;
}

.call-widget__toggle-input:checked ~ .call-widget__toggle::before,
.call-widget__toggle-input:checked ~ .call-widget__toggle::after {
  animation: none;
  opacity: 0;
}

.call-widget__toggle-input:checked ~ .call-widget__toggle .call-widget__phone {
  animation: none;
}

.call-widget__toggle-input:checked ~ .call-widget__toggle .call-widget__label {
  max-width: 96px;
  opacity: 1;
}

.call-widget__toggle-input:checked ~ .call-widget__toggle .call-widget__signal {
  opacity: 0;
  transform: scale(0.84);
}

.call-widget__toggle-input:checked ~ .call-widget__actions .call-widget__action {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.call-widget__toggle-input:checked ~ .call-widget__actions .call-widget__action--callback {
  transition-delay: 80ms;
}

.call-widget__toggle-input:checked ~ .call-widget__actions .call-widget__action--direct {
  transition-delay: 20ms;
}

.call-widget__toggle-input:checked ~ .call-widget__actions .call-widget__action--email {
  transition-delay: 140ms;
}

@keyframes call-pulse {
  0%,
  72%,
  100% {
    box-shadow:
      inset 0 0 0 1px rgba(255, 255, 255, 0.16),
      0 0 0 1px rgba(212, 191, 160, 0.18),
      0 18px 34px rgba(33, 29, 27, 0.24),
      0 0 28px rgba(245, 226, 198, 0.18),
      7px 8px 0 rgba(33, 29, 27, 0.16),
      0 0 0 0 rgba(212, 191, 160, 0);
  }
  10.8% {
    box-shadow:
      inset 0 0 0 1px rgba(255, 255, 255, 0.18),
      0 0 0 1px rgba(212, 191, 160, 0.28),
      0 20px 38px rgba(33, 29, 27, 0.26),
      0 0 42px rgba(245, 226, 198, 0.34),
      7px 8px 0 rgba(33, 29, 27, 0.16),
      0 0 0 15px rgba(212, 191, 160, 0);
  }
}

@keyframes call-halo-converge {
  0%,
  72%,
  100% {
    opacity: 0;
    transform: scale(1.18);
  }
  1.2% {
    opacity: 0.76;
    transform: scale(1.16);
  }
  6% {
    opacity: 0.62;
    transform: scale(1.08);
  }
  10.8% {
    opacity: 0;
    transform: scale(0.98);
  }
}

@keyframes call-phone-ring {
  0%,
  10.8%,
  17.8%,
  100% {
    transform: rotate(0) translate(0, 0);
  }
  12% {
    transform: rotate(-10deg) translate(-1px, 0);
  }
  13.4% {
    transform: rotate(9deg) translate(1px, -1px);
  }
  14.8% {
    transform: rotate(-8deg) translate(-1px, 1px);
  }
  16.2% {
    transform: rotate(7deg) translate(1px, 0);
  }
  17.4% {
    transform: rotate(-4deg) translate(0, 0);
  }
}

@keyframes call-signal-breathe {
  0%,
  76%,
  100% {
    opacity: 0.82;
    transform: scale(0.96);
  }
  12.8% {
    opacity: 1;
    transform: scale(1.08);
  }
}

@media (prefers-reduced-motion: reduce) {
  .call-widget__toggle,
  .call-widget__toggle::before,
  .call-widget__toggle::after,
  .call-widget__phone,
  .call-widget__signal {
    animation: none;
  }
}

.calculator-shell {
  display: grid;
  grid-template-columns: 1fr;
  gap: 34px;
  align-items: start;
}

.calculator-panel,
.result-panel {
  border: 1px solid rgba(33, 29, 27, 0.18);
  background: rgba(255, 255, 255, 0.88);
  padding: 34px;
  box-shadow: 0 18px 70px rgba(33, 29, 27, 0.08);
}

.calculator-panel {
  position: relative;
  overflow: visible;
}

.result-panel {
  position: relative;
  overflow: hidden;
}

.result-panel::before {
  content: "";
  position: absolute;
  right: 32px;
  top: 32px;
  width: 210px;
  height: 210px;
  border: 1px solid rgba(212, 191, 160, 0.24);
  transform: rotate(45deg);
  pointer-events: none;
}

.result-panel > * {
  position: relative;
  z-index: 1;
}

.calculator-panel::after {
  content: "";
  position: absolute;
  right: -130px;
  top: -180px;
  width: 420px;
  height: 420px;
  border: 54px solid rgba(212, 191, 160, 0.16);
  border-radius: 50%;
  pointer-events: none;
}

.calculator-panel > * {
  position: relative;
  z-index: 1;
}

.calculator-step {
  display: grid;
  gap: 18px;
  margin-top: 22px;
}

.segmented {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.segment-button {
  min-height: 50px;
  border: 1px solid var(--line);
  background: var(--bone);
  padding: 10px;
  text-align: center;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.segment-button[aria-pressed="true"] {
  border-color: var(--champagne);
  background: #fbf6ed;
}

.numeric-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.toggle-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.toggle {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 10px;
  align-items: center;
  min-height: 46px;
  border: 1px solid var(--line);
  padding: 10px;
}

.result-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.result-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: start;
}

.result-head h2,
.calculator-panel h2 {
  margin: 12px 0 0;
  font-size: 38px;
  line-height: 1;
  text-transform: uppercase;
}

.result-head p {
  max-width: 760px;
  margin: 16px 0 0;
  color: var(--muted);
}

.result-head .result-actions {
  margin-top: 0;
  justify-content: flex-end;
}

.result-summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 24px;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.result-summary div {
  min-height: 0;
  padding: 16px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #fbf8f2;
}

.result-summary span,
.result-summary strong {
  display: block;
}

.result-summary span {
  color: var(--brass);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.result-summary strong {
  margin-top: 8px;
  font-size: 30px;
  line-height: 1;
  color: var(--graphite-deep);
}

.result-notes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 22px;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.result-notes article {
  min-height: 0;
  padding: 18px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.72);
}

.result-notes h3 {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.1;
  text-transform: uppercase;
}

.result-notes p {
  margin: 0;
  color: var(--muted);
}

.proposal-send-box {
  display: grid;
  gap: 16px;
  margin-top: 28px;
  border: 1px solid rgba(184, 158, 121, 0.46);
  padding: 24px;
  background:
    linear-gradient(135deg, rgba(245, 239, 230, 0.84), rgba(212, 191, 160, 0.22)),
    rgba(255, 255, 255, 0.76);
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 54px rgba(33, 29, 27, 0.08);
}

.proposal-send-box h3 {
  margin: 8px 0 0;
  font-size: 24px;
  line-height: 1.05;
  text-transform: uppercase;
}

.proposal-send-box p {
  max-width: 820px;
  margin: 10px 0 0;
  color: var(--muted);
}

.proposal-send-box .form-status {
  margin-top: 0;
}

.lead-intake-closed {
  align-content: start;
}

.lead-intake-closed__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.spec-table-wrap {
  overflow-x: auto;
  margin-top: 22px;
}

.carousel {
  position: relative;
}

.carousel__viewport {
  overflow: hidden;
}

.carousel__container {
  display: flex;
}

.carousel__slide {
  flex: 0 0 33.333%;
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.carousel__slide img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.carousel__body {
  padding: 22px;
}

.carousel__controls {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  margin-top: 18px;
}

@media (max-width: 1100px) {
  .hero h1 {
    font-size: 54px;
  }

  .hero-grid,
  .systems-strip,
  .trust-grid,
  .system-grid,
  .bim-grid,
  .document-grid,
  .solution-grid,
  .project-grid,
  .pain-grid,
  .region-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .section-heading,
  .split,
  .contact-grid,
  .telegram-request-grid {
    grid-template-columns: 1fr;
  }

  .side-rail {
    right: 12px;
    display: grid;
    gap: 6px;
  }

  .side-rail a {
    width: 7px;
    height: 21px;
  }

  .side-rail__indicator {
    right: calc(100% + 9px);
    width: 10px;
    height: 18px;
  }

  .story-specs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .result-head,
  .result-notes {
    grid-template-columns: 1fr;
  }

  .result-head .result-actions {
    justify-content: flex-start;
  }

  .result-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-footer__grid {
    grid-template-columns: 1fr;
  }

  .site-footer__grid > div:last-child {
    max-width: 680px;
  }
}

@media (max-width: 740px) {
  .container {
    width: min(100% - 28px, 1180px);
  }

  .section {
    padding: 72px 0;
  }

  .floating-brand {
    top: 14px;
    left: 14px;
    right: auto;
  }

  .menu-button {
    right: 14px;
    top: 18px;
    width: auto;
    height: 32px;
    padding: 0;
    transform: none;
  }

  .menu-button strong {
    display: block;
    font-size: 13px;
  }

  .side-rail {
    right: 8px;
    gap: 5px;
  }

  .side-rail a {
    width: 7px;
    height: 18px;
  }

  .side-rail a:hover,
  .side-rail a:focus-visible {
    height: 26px;
  }

  .side-rail__indicator {
    right: calc(100% + 7px);
    width: 9px;
    height: 16px;
  }

  .side-rail a::after,
  .side-rail a::before {
    display: none;
  }

  .call-widget {
    right: 14px;
    bottom: 16px;
    width: 158px;
    height: 266px;
  }

  .call-widget__toggle {
    width: 64px;
    height: 64px;
  }

  .call-widget__toggle-input:checked ~ .call-widget__toggle {
    width: 148px;
  }

  .call-widget__phone {
    width: 28px;
    height: 28px;
  }

  .call-widget__icon-stack {
    width: 38px;
    height: 38px;
  }

  .call-widget__signal {
    right: 0;
    top: 0;
    width: 20px;
    height: 20px;
  }

  .call-widget__action {
    width: 52px;
    height: 52px;
  }

  .call-widget__action--email {
    bottom: 194px;
  }

  .call-widget__action--callback {
    bottom: 132px;
  }

  .call-widget__action--direct {
    bottom: 70px;
  }

  .site-footer {
    padding: 54px 0 98px;
  }

  .site-footer__grid {
    gap: 26px;
  }

  .site-footer .brand {
    grid-template-columns: 36px auto;
    gap: 12px;
    font-size: 21px;
  }

  .site-footer .brand__mark {
    width: 36px;
    height: 36px;
  }

  .site-footer p {
    font-size: 15px !important;
  }

  .site-footer__grid > div:last-child {
    padding: 22px;
  }

  .site-footer__grid > div:last-child::before {
    left: 22px;
    right: 22px;
  }

  .site-footer .link-list {
    grid-template-columns: 1fr;
  }

  .glass-menu {
    right: 14px;
    top: 64px;
    bottom: 12px;
    left: auto;
    width: min(360px, calc(100vw - 52px));
    gap: 8px;
    padding: 14px;
  }

  .glass-menu::before {
    right: -76px;
    top: -28px;
  }

  .glass-menu__list a {
    min-height: 38px;
    padding: 7px 10px 7px 36px;
  }

  .glass-menu__list a::before {
    left: 11px;
    width: 13px;
    height: 13px;
  }

  .glass-menu__list a::after {
    width: 62px;
    height: 62px;
  }

  .glass-menu__list strong {
    font-size: 14px;
  }

  .glass-menu__actions .button,
  .glass-menu__actions .ghost-button {
    min-height: 34px;
    padding: 8px 12px;
  }

  .glass-menu p {
    font-size: 12px;
    line-height: 1.22;
  }

  .hero {
    min-height: 92svh;
  }

  .hero__geometry {
    left: -26%;
    top: 20%;
    width: 120vw;
    height: 120vw;
  }

  .hero__content {
    padding: 118px 0 28px;
  }

  .hero h1 {
    font-size: 32px;
    line-height: 1.02;
  }

  .page-hero h1 {
    font-size: 38px;
  }

  .hero__lead,
  .page-hero p {
    font-size: 16px;
  }

  .hero-grid,
  .systems-strip,
  .trust-grid,
  .system-grid,
  .bim-grid,
  .document-grid,
  .solution-grid,
  .project-grid,
  .pain-grid,
  .region-grid,
  .material-tabs,
  .swatch-grid,
  .numeric-grid,
  .toggle-grid,
  .result-summary,
  .segmented {
    grid-template-columns: 1fr;
  }

  .swatch-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 22px;
  }

  .swatch {
    min-height: auto;
    aspect-ratio: 1 / 0.86;
    padding: 8px;
    font-size: 9px;
    line-height: 1.05;
    cursor: pointer;
  }

  .swatch span {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .swatch-lightbox__preview.swatch {
    aspect-ratio: auto;
    min-height: min(58vh, 430px);
    font-size: 0;
    cursor: default;
  }

  .section-title,
  .photo-panel h2,
  .product-story__panel h2 {
    font-size: 34px;
  }

  .photo-panel {
    padding: 28px;
  }

  .panel-on-photo {
    min-height: 620px;
  }

  .systems-intro {
    min-height: auto;
  }

  .product-story {
    min-height: auto;
    padding: 88px 0 54px;
  }

  .product-story__shade {
    background: rgba(33, 29, 27, 0.58);
  }

  .product-story__geometry {
    display: none;
  }

  .product-story__panel {
    padding: 30px 24px;
    background: rgba(255, 255, 255, 0.91);
  }

  .product-story__panel p {
    font-size: 16px;
  }

  .story-specs {
    grid-template-columns: 1fr;
  }

  .calculator-panel,
  .result-panel {
    padding: 24px;
  }

  .telegram-flow-card,
  .telegram-request-panel.proposal-send-box {
    padding: 22px;
  }

  .result-head h2,
  .calculator-panel h2 {
    font-size: 30px;
  }

  .carousel__slide {
    flex-basis: 86%;
  }

  .data-table th,
  .data-table td {
    padding: 12px;
    font-size: 14px;
  }
}

@media print {
  .site-header,
  .site-menu,
  .site-footer,
  .side-rail,
  .call-widget,
  .page-hero,
  .calculator-panel,
  .result-actions,
  .no-print {
    display: none !important;
  }

  body {
    background: #fff;
    color: #111;
  }

  .section {
    padding: 0;
  }

  .container {
    width: 100%;
  }

  .calculator-shell {
    display: block;
  }

  .result-panel {
    border: 0;
    padding: 0;
  }

  .data-table th,
  .data-table td {
    border-color: #aaa;
  }
}

.consent-control {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: flex-start;
  padding: 14px 16px;
  border: 1px solid rgba(118, 96, 74, 0.22);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.consent-control input {
  width: 18px;
  height: 18px;
  margin-top: 1px;
  accent-color: var(--accent);
}

.consent-control a {
  color: var(--ink);
  text-decoration: underline;
  text-underline-offset: 3px;
}
