@font-face {
  font-family: "ProximaNova";
  src: url("https://static.tildacdn.pro/tild3735-3632-4265-b232-366263373931/RoadRadio-Light_1.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ProximaNova";
  src: url("https://static.tildacdn.pro/tild3239-6162-4563-b364-303732396633/RoadRadio-Bold_1.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ProximaNova";
  src: url("https://static.tildacdn.pro/tild3064-3031-4362-b063-353561353230/AnyConvcom__Proxima_.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ProximaNova";
  src: url("https://static.tildacdn.pro/tild6433-6434-4164-a331-373336336662/Proxima-Nova-Condens.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ProximaNova";
  src: url("https://static.tildacdn.pro/tild3731-6666-4663-b538-363965313361/Proxima-Nova-Bold_1.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ProximaNova";
  src: url("https://static.tildacdn.pro/tild3731-6666-4663-b538-363965313361/Proxima-Nova-Bold_1.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --bg-primary: #09090b;
  --bg-secondary: #18181b;
  --bg-panel: rgba(14, 14, 17, 0.84);
  --bg-soft: rgba(255, 255, 255, 0.03);
  --line-soft: rgba(255, 255, 255, 0.1);
  --line-hard: rgba(255, 255, 255, 0.18);
  --text-muted: #a1a1aa;
  --text-soft: #d4d4d8;
  --text-strong: #ffffff;
  --accent: #e21e23;
  --accent-hover: #c91b20;
  --accent-rgb: 226, 30, 35;
  --cta-rgb: 226, 30, 35;
  --cta-bg: #e21e23;
  --cta-bg-hover: #c91b20;
  --cta-text: #ffffff;
  --font-ui: "ProximaNova", Arial, sans-serif;
  --cta-height: 56px;
  --cta-radius: 6px;
  --cta-padding-x: 34px;
  --header-lockup-height: 23px;
  --shadow-panel: 0 24px 80px rgba(0, 0, 0, 0.28);
  --shadow-soft: 0 20px 50px rgba(0, 0, 0, 0.22);
  --scroll-reveal-duration: 520ms;
  --scroll-reveal-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --scroll-reveal-offset: 20px;
  --scroll-reveal-scale: 0.985;
  --type-track-base: normal;
  --type-track-ui: 0.2px;
  --type-track-display: 1px;
  --type-nav-size: 14px;
  --type-nav-line: 14px;
  --type-eyebrow-size: 18px;
  --type-eyebrow-line: 20px;
  --type-kicker-size: 14px;
  --type-kicker-line: 14px;
  --type-button-size: 16px;
  --type-button-line: 16px;
  --type-body-size: 18px;
  --type-body-line: 28px;
  --type-lead-size: 20px;
  --type-lead-line: 31px;
  --type-card-size: 24px;
  --type-card-line: 29px;
  --type-panel-size: 30px;
  --type-panel-line: 34px;
  --type-section-size: 46px;
  --type-section-line: 52px;
  --type-hero-size: 60px;
  --type-hero-line: 68px;
  --type-stat-size: 46px;
  --type-stat-line: 46px;
  --type-contact-size: 20px;
  --type-contact-line: 31px;
  --type-label-size: 15px;
  --type-label-line: 17px;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-ui);
  font-weight: 300;
  color: var(--text-strong);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background:
    radial-gradient(circle at top, rgba(255, 255, 255, 0.08), transparent 34%),
    linear-gradient(180deg, #18181b 0%, #09090b 30%, #09090b 100%);
}

.portal-grid::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.35));
  pointer-events: none;
}

.font-display {
  font-family: var(--font-ui) !important;
}

.section-kicker {
  color: rgba(212, 212, 216, 0.7);
  font-size: 14.4px;
  line-height: 17px;
  font-weight: 600;
  letter-spacing: var(--type-track-display);
  text-transform: uppercase;
}

.hero-title {
  font-size: clamp(2.875rem, 5.2vw, 60px);
  line-height: 1.04;
  font-weight: 100;
  letter-spacing: 0.02em;
}

.section-title {
  font-size: clamp(2.125rem, 4vw, 46px);
  line-height: 1.08;
  font-weight: 100;
  letter-spacing: 0.03em;
}

.panel-title {
  font-size: clamp(1.75rem, 2.8vw, 40px);
  line-height: 1.08;
  font-weight: 300;
  letter-spacing: 0.02em;
}

.card-title {
  font-size: clamp(1.375rem, 2vw, 28px);
  line-height: 1.12;
  font-weight: 300;
  letter-spacing: 0.02em;
}

.hero-copy,
.lead-copy {
  font-size: 20px;
  line-height: 1.55;
  font-weight: 300;
}

.section-copy {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 300;
}

.prealux-lockup {
  display: inline-flex;
  align-items: flex-start;
  gap: 5px;
  line-height: 0;
}

.prealux-brand-mark {
  display: block;
  width: 21px;
  height: 21px;
  flex-shrink: 0;
  transform: translateY(1px);
  transform-origin: top left;
}

.prealux-wordmark {
  display: block;
  width: auto;
  height: 23px;
  flex-shrink: 0;
}

.prealux-btn,
.prealux-btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: var(--cta-height);
  padding: 0 var(--cta-padding-x);
  border-radius: var(--cta-radius);
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.02em;
  white-space: nowrap;
  text-decoration: none;
  transition:
    background-color 0.2s ease-in-out,
    color 0.2s ease-in-out,
    border-color 0.2s ease-in-out,
    transform 0.2s ease-in-out;
}

.prealux-btn {
  border: 0;
  background: var(--accent);
  color: #ffffff;
}

.prealux-btn:hover {
  background: var(--accent-hover);
  color: #ffffff;
}

.prealux-btn-outline {
  border: 1px solid rgba(var(--accent-rgb), 0.55);
  background: rgba(var(--accent-rgb), 0.08);
  color: #ffffff;
}

.prealux-btn-outline:hover {
  border-color: rgba(var(--accent-rgb), 0.8);
  background: rgba(var(--accent-rgb), 0.16);
  color: #ffffff;
}

.card-frame {
  position: relative;
  overflow: hidden;
}

.card-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.07);
  pointer-events: none;
}

.category-card {
  position: relative;
  overflow: hidden;
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.category-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(var(--accent-rgb), 0.18), transparent 58%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0));
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}

.category-card::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2px;
  background: var(--accent);
  transform: scaleX(0.22);
  transform-origin: left;
  transition: transform 0.35s ease;
  pointer-events: none;
}

.category-card:hover {
  transform: translateY(-6px);
  border-color: rgba(var(--accent-rgb), 0.55);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28), inset 0 0 0 1px rgba(var(--accent-rgb), 0.22);
}

.category-card:hover::before {
  opacity: 1;
}

.category-card:hover::after {
  transform: scaleX(1);
}

.category-card:hover .category-kicker,
.category-card:hover .category-link,
.category-card:hover .category-icon {
  color: var(--accent);
}

.category-card:hover .category-link svg {
  transform: translateX(6px);
}

.category-link svg {
  transition: transform 0.35s ease;
}

.hero-direction-row {
  position: relative;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.hero-direction-row::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(var(--accent-rgb), 0.18), transparent 58%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0));
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}

.hero-direction-row::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2px;
  background: var(--accent);
  transform: scaleX(0.24);
  transform-origin: left;
  transition: transform 0.35s ease;
  pointer-events: none;
}

.hero-direction-row:hover {
  transform: translateX(6px);
  border-color: rgba(var(--accent-rgb), 0.55);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.22), inset 0 0 0 1px rgba(var(--accent-rgb), 0.2);
}

.hero-direction-row:hover::before {
  opacity: 1;
}

.hero-direction-row:hover::after {
  transform: scaleX(1);
}

.hero-direction-title,
.hero-direction-path {
  transition: color 0.35s ease;
}

.hero-direction-row:hover .hero-direction-path {
  color: var(--accent);
}

.red-accent-card {
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.red-accent-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, var(--cta-bg), var(--cta-bg)) left top / 22% 2px no-repeat,
    radial-gradient(circle at top left, rgba(var(--cta-rgb), 0.18), transparent 58%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0));
  opacity: 0;
  transition: opacity 0.35s ease, background-size 0.35s ease;
  pointer-events: none;
}

.red-accent-card:hover {
  transform: translateY(-6px);
  border-color: rgba(var(--cta-rgb), 0.55);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28), inset 0 0 0 1px rgba(var(--cta-rgb), 0.22);
}

.red-accent-card:hover::before {
  opacity: 1;
  background-size: 100% 2px, auto, auto;
}

.red-accent-kicker,
.red-accent-title,
.red-accent-value {
  transition: color 0.35s ease;
}

.red-accent-card:hover .red-accent-kicker,
.red-accent-card:hover .red-accent-title,
.red-accent-card:hover .red-accent-value {
  color: var(--cta-bg);
}

.surface-panel {
  border: 1px solid var(--line-soft);
  background: var(--bg-panel);
  box-shadow: var(--shadow-panel);
}

.muted-copy {
  color: var(--text-muted);
}

.tracker-frame {
  display: none;
  visibility: hidden;
}

.analytics-pixel {
  position: absolute;
  left: -9999px;
}

.tone-yellow {
  --accent: #f5ca3b;
  --accent-rgb: 245, 202, 59;
}

.tone-green {
  --accent: #65be50;
  --accent-rgb: 101, 190, 80;
}

.tone-terracotta {
  --accent: #ba5a3f;
  --accent-rgb: 186, 90, 63;
}

.tone-silver {
  --accent: #b8c1cc;
  --accent-rgb: 184, 193, 204;
}

.tone-red {
  --accent: #cb2f2a;
  --accent-rgb: 203, 47, 42;
}

.tone-sand {
  --accent: #dac497;
  --accent-rgb: 218, 196, 151;
}

/* Opt-in typography system for migrated custom pages. */
.typography-system .section-kicker {
  color: rgba(212, 212, 216, 0.7);
  font-size: 14.4px;
  line-height: 17px;
  font-weight: 600;
  letter-spacing: var(--type-track-display);
  text-transform: uppercase;
}

.typography-system .hero-title {
  font-size: clamp(2.875rem, 5.2vw, var(--type-hero-size));
  line-height: calc(var(--type-hero-line) / var(--type-hero-size));
  font-weight: 100;
  letter-spacing: var(--type-track-display);
  text-transform: none;
}

.typography-system .section-title,
.typography-system .contact-section-title {
  font-size: clamp(2.625rem, 4vw, var(--type-section-size));
  line-height: calc(var(--type-section-line) / var(--type-section-size));
  font-weight: 100;
  letter-spacing: var(--type-track-display);
  text-transform: none;
}

.typography-system .panel-title {
  font-size: clamp(1.5rem, 2.1vw, var(--type-panel-size));
  line-height: calc(var(--type-panel-line) / var(--type-panel-size));
  font-weight: 300;
  letter-spacing: var(--type-track-display);
  text-transform: none;
}

.typography-system .card-title {
  font-size: clamp(1.5rem, 1.8vw, var(--type-card-size));
  line-height: calc(var(--type-card-line) / var(--type-card-size));
  font-weight: 300;
  letter-spacing: var(--type-track-base);
  text-transform: none;
}

.typography-system .metric-value,
.typography-system .figure-value,
.typography-system .stat-card-value {
  font-size: clamp(2.25rem, 3vw, var(--type-stat-size));
  line-height: 1;
  font-weight: 300;
  letter-spacing: var(--type-track-display);
  text-transform: none;
}

.typography-system .hero-copy,
.typography-system .lead-copy {
  font-size: var(--type-lead-size);
  line-height: calc(var(--type-lead-line) / var(--type-lead-size));
  font-weight: 300;
  letter-spacing: var(--type-track-base);
}

.typography-system .section-copy,
.typography-system .feature-copy,
.typography-system .video-caption,
.typography-system .faq-answer,
.typography-system .footer-copy,
.typography-system .address-copy {
  font-size: var(--type-body-size);
  line-height: calc(var(--type-body-line) / var(--type-body-size));
  font-weight: 400;
  letter-spacing: var(--type-track-base);
}

.typography-system .category-description {
  font-size: var(--type-label-size);
  line-height: calc(var(--type-label-line) / var(--type-label-size));
  font-weight: 300;
  letter-spacing: var(--type-track-base);
}

.typography-system .portal-topline,
.typography-system .hero-panel-chip,
.typography-system .category-kicker,
.typography-system .feature-index,
.typography-system .video-meta-badge,
.typography-system .footer-kicker {
  font-size: var(--type-kicker-size);
  line-height: var(--type-kicker-line);
  font-weight: 600;
  letter-spacing: var(--type-track-ui);
  text-transform: uppercase;
}

.typography-system .home-metric-label {
  font-size: var(--type-lead-size);
  line-height: calc(var(--type-body-line) / var(--type-lead-size));
  font-weight: 600;
  letter-spacing: var(--type-track-base);
  text-transform: none;
}

.typography-system .contact-link,
.typography-system .header-phone {
  font-size: var(--type-button-size);
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: var(--type-track-ui);
  text-transform: none;
}

.typography-system .email-link {
  font-size: var(--type-button-size);
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: var(--type-track-base);
  text-transform: none;
}

.typography-system .prealux-btn,
.typography-system .prealux-btn-outline {
  font-size: var(--type-button-size);
  line-height: var(--type-button-line);
  font-weight: 600;
  letter-spacing: var(--type-track-ui);
  text-transform: none;
}

.typography-system .header-cta {
  font-size: var(--type-nav-size);
  line-height: var(--type-nav-line);
  font-weight: 600;
  letter-spacing: var(--type-track-ui);
  text-transform: uppercase;
}

.typography-system .site-nav-link {
  font-size: var(--type-nav-size);
  line-height: var(--type-nav-line);
  font-weight: 600;
  letter-spacing: var(--type-track-ui);
  text-transform: uppercase;
}

.typography-system .site-nav-dropdown-link {
  font-size: var(--type-label-size);
  line-height: 1.4;
  font-weight: 300;
  letter-spacing: var(--type-track-base);
  text-transform: none;
}

.typography-system .mobile-nav-title,
.typography-system .live-badge {
  font-size: var(--type-kicker-size);
  line-height: var(--type-kicker-line);
  font-weight: 600;
  letter-spacing: var(--type-track-ui);
  text-transform: uppercase;
}

.typography-system .mobile-nav-link,
.typography-system .mobile-nav-accordion {
  font-size: var(--type-nav-size);
  line-height: 20px;
  font-weight: 600;
  letter-spacing: var(--type-track-ui);
  text-transform: uppercase;
}

.typography-system .mobile-nav-submenu-link {
  font-size: var(--type-label-size);
  line-height: 1.4;
  font-weight: 300;
  letter-spacing: var(--type-track-base);
  text-transform: none;
}

.typography-system .mobile-nav-phone {
  font-size: var(--type-lead-size);
  line-height: 1.2;
  font-weight: 100;
  letter-spacing: var(--type-track-base);
  text-transform: none;
}

.typography-system .hero-direction-title,
.typography-system .category-link {
  font-size: var(--type-kicker-size);
  line-height: 20px;
  font-weight: 300;
  letter-spacing: var(--type-track-ui);
  text-transform: uppercase;
}

.typography-system .hero-direction-path {
  color: var(--accent);
  font-size: var(--type-kicker-size);
  line-height: 20px;
  font-weight: 600;
  letter-spacing: var(--type-track-base);
  text-transform: none;
}

.typography-system .contact-detail-label {
  margin: 0 0 8px;
  font-size: var(--type-kicker-size);
  line-height: var(--type-kicker-line);
  font-weight: 400;
  letter-spacing: var(--type-track-ui);
  text-transform: none;
}

.typography-system .contact-detail-value {
  display: grid;
  gap: 6px;
  font-size: var(--type-contact-size);
  line-height: calc(var(--type-contact-line) / var(--type-contact-size));
  font-weight: 100;
  letter-spacing: var(--type-track-base);
  text-transform: none;
}

.typography-system .faq-question {
  font-size: var(--type-lead-size);
  line-height: calc(var(--type-body-line) / var(--type-lead-size));
  font-weight: 400;
  letter-spacing: var(--type-track-base);
  text-transform: none;
}

.typography-system .live-status {
  font-size: var(--type-kicker-size);
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: var(--type-track-base);
  text-transform: none;
}

.typography-system .portal-accent-word,
.typography-system .contact-title-accent {
  color: var(--accent);
}

@media screen and (max-width: 1023px) {
  .mobile-scroll-reveal-ready .hero-direction-row,
  .mobile-scroll-reveal-ready .category-card,
  .mobile-scroll-reveal-ready .red-accent-card {
    opacity: 0;
    transform: translate3d(0, var(--scroll-reveal-offset), 0) scale(var(--scroll-reveal-scale));
    transition:
      transform var(--scroll-reveal-duration) var(--scroll-reveal-ease),
      opacity var(--scroll-reveal-duration) var(--scroll-reveal-ease);
    will-change: transform, opacity;
  }

  .mobile-scroll-reveal-ready .hero-direction-row::before,
  .mobile-scroll-reveal-ready .category-card::before,
  .mobile-scroll-reveal-ready .red-accent-card::before {
    transition: opacity var(--scroll-reveal-duration) var(--scroll-reveal-ease);
  }

  .mobile-scroll-reveal-ready .hero-direction-row::after,
  .mobile-scroll-reveal-ready .category-card::after {
    transition: transform var(--scroll-reveal-duration) var(--scroll-reveal-ease);
  }

  .mobile-scroll-reveal-ready .hero-direction-title,
  .mobile-scroll-reveal-ready .hero-direction-path,
  .mobile-scroll-reveal-ready .category-kicker,
  .mobile-scroll-reveal-ready .category-link,
  .mobile-scroll-reveal-ready .category-icon,
  .mobile-scroll-reveal-ready .red-accent-kicker,
  .mobile-scroll-reveal-ready .red-accent-title,
  .mobile-scroll-reveal-ready .red-accent-value {
    transition: none;
  }

  .mobile-scroll-reveal-ready .category-link svg {
    transition: transform var(--scroll-reveal-duration) var(--scroll-reveal-ease);
  }

  .mobile-scroll-reveal-ready .red-accent-card::before {
    background-size: 100% 2px, auto, auto;
  }

  .mobile-scroll-reveal-ready .hero-direction-row.is-animated,
  .mobile-scroll-reveal-ready .category-card.is-animated,
  .mobile-scroll-reveal-ready .red-accent-card.is-animated {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }

  .mobile-scroll-reveal-ready .hero-direction-row.is-animated {
    border-color: rgba(var(--accent-rgb), 0.55);
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.22), inset 0 0 0 1px rgba(var(--accent-rgb), 0.2);
  }

  .mobile-scroll-reveal-ready .hero-direction-row.is-animated::before {
    opacity: 1;
  }

  .mobile-scroll-reveal-ready .hero-direction-row.is-animated::after {
    transform: scaleX(1);
  }

  .mobile-scroll-reveal-ready .hero-direction-row.is-animated .hero-direction-path {
    color: var(--accent);
  }

  .mobile-scroll-reveal-ready .category-card.is-animated {
    border-color: rgba(var(--accent-rgb), 0.55);
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28), inset 0 0 0 1px rgba(var(--accent-rgb), 0.22);
  }

  .mobile-scroll-reveal-ready .category-card.is-animated::before {
    opacity: 1;
  }

  .mobile-scroll-reveal-ready .category-card.is-animated::after {
    transform: scaleX(1);
  }

  .mobile-scroll-reveal-ready .category-card.is-animated .category-kicker,
  .mobile-scroll-reveal-ready .category-card.is-animated .category-link,
  .mobile-scroll-reveal-ready .category-card.is-animated .category-icon {
    color: var(--accent);
  }

  .mobile-scroll-reveal-ready .category-card.is-animated .category-link svg {
    transform: translateX(6px);
  }

  .mobile-scroll-reveal-ready .red-accent-card.is-animated {
    border-color: rgba(var(--cta-rgb), 0.55);
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28), inset 0 0 0 1px rgba(var(--cta-rgb), 0.22);
  }

  .mobile-scroll-reveal-ready .red-accent-card.is-animated::before {
    opacity: 1;
  }

  .mobile-scroll-reveal-ready .red-accent-card.is-animated .red-accent-kicker,
  .mobile-scroll-reveal-ready .red-accent-card.is-animated .red-accent-title,
  .mobile-scroll-reveal-ready .red-accent-card.is-animated .red-accent-value {
    color: var(--cta-bg);
  }
}

@media screen and (max-width: 959px) {
  .typography-system .hero-copy,
  .typography-system .lead-copy,
  .typography-system .section-copy,
  .typography-system .feature-copy,
  .typography-system .video-caption,
  .typography-system .faq-answer,
  .typography-system .footer-copy,
  .typography-system .address-copy {
    font-size: 18px;
    line-height: calc(28 / 18);
  }
}

@media screen and (max-width: 639px) {
  .typography-system .portal-topline,
  .typography-system .hero-panel-chip,
  .typography-system .category-kicker,
  .typography-system .feature-index,
  .typography-system .video-meta-badge,
  .typography-system .footer-kicker,
  .typography-system .mobile-nav-title,
  .typography-system .contact-detail-label,
  .typography-system .live-badge {
    font-size: 12px;
    line-height: 12px;
  }

  .typography-system .hero-title {
    font-size: 40px;
    line-height: calc(44 / 40);
  }

  .typography-system .section-title,
  .typography-system .contact-section-title {
    font-size: 32px;
    line-height: calc(36 / 32);
  }

  .typography-system .panel-title {
    font-size: 28px;
    line-height: calc(32 / 28);
  }

  .typography-system .metric-value,
  .typography-system .figure-value,
  .typography-system .stat-card-value {
    font-size: 32px;
  }

  .typography-system .hero-copy,
  .typography-system .lead-copy,
  .typography-system .section-copy,
  .typography-system .feature-copy,
  .typography-system .video-caption,
  .typography-system .faq-answer,
  .typography-system .footer-copy,
  .typography-system .address-copy {
    font-size: 16px;
    line-height: calc(24 / 16);
  }

  .typography-system .contact-link,
  .typography-system .header-phone,
  .typography-system .email-link,
  .typography-system .faq-question,
  .typography-system .mobile-nav-link,
  .typography-system .mobile-nav-accordion,
  .typography-system .mobile-nav-submenu-link,
  .typography-system .prealux-btn,
  .typography-system .prealux-btn-outline {
    font-size: 14px;
  }

  .typography-system .contact-detail-value {
    font-size: 16px;
    line-height: calc(24 / 16);
  }

  .typography-system .mobile-nav-phone {
    font-size: 20px;
    line-height: 1.2;
  }

  .typography-system .live-status {
    font-size: 12px;
  }
}

.site-header {
  background-color: rgba(9, 9, 11, 0.7);
  transition: background-color 0.22s ease-in-out, border-color 0.22s ease-in-out;
}

.site-header.is-scrolled {
  background-color: rgba(9, 9, 11, 0.4);
}

.site-header-shell {
  display: flex;
  align-items: center;
  gap: 28px;
  min-height: 72px;
}

.site-header-brand {
  flex-shrink: 0;
}

.site-nav {
  display: flex;
  flex: 1 1 auto;
  justify-content: center;
  min-width: 0;
}

.site-nav-list {
  display: flex;
  align-items: center;
  gap: 32px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-nav-item {
  position: relative;
}

.site-nav-item::before {
  content: "";
  position: absolute;
  left: -14px;
  right: -14px;
  top: 100%;
  height: 18px;
}

.site-nav-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 0;
  border: 0;
  background: transparent;
  color: rgba(244, 244, 245, 0.9);
  font-size: 13px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition: color 0.22s ease;
}

.site-nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.24s cubic-bezier(0.22, 1, 0.36, 1);
}

.site-nav-item:hover > .site-nav-link,
.site-nav-item:focus-within > .site-nav-link,
.site-nav-link:hover,
.site-nav-link.is-active {
  color: #ffffff;
}

.site-nav-item:hover > .site-nav-link::after,
.site-nav-item:focus-within > .site-nav-link::after,
.site-nav-link:hover::after,
.site-nav-link.is-active::after {
  transform: scaleX(1);
}

.site-nav-caret {
  width: 10px;
  height: 10px;
  color: rgba(244, 244, 245, 0.7);
  transition: transform 0.22s ease, color 0.22s ease;
}

.site-nav-item:hover > .site-nav-link .site-nav-caret,
.site-nav-item:focus-within > .site-nav-link .site-nav-caret,
.site-nav-link.is-active .site-nav-caret {
  color: #ffffff;
  transform: rotate(180deg);
}

.site-nav-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  min-width: 268px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(12, 12, 15, 0.94);
  backdrop-filter: blur(18px);
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.34);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(-50%) translateY(6px);
  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
}

.site-nav-item:hover > .site-nav-dropdown,
.site-nav-item:focus-within > .site-nav-dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.site-nav-dropdown-list {
  display: grid;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-nav-dropdown-link {
  display: block;
  padding: 10px 12px;
  border-radius: 12px;
  color: #d4d4d8;
  font-size: 14px;
  line-height: 1.35;
  text-decoration: none;
  transition: background-color 0.22s ease, color 0.22s ease, transform 0.22s ease;
}

.site-nav-dropdown-link:hover,
.site-nav-dropdown-link.is-active {
  background: rgba(255, 255, 255, 0.05);
  color: #ffffff;
  transform: translateX(2px);
}

.header-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.header-actions--desktop {
  display: flex;
  flex-shrink: 0;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  margin-left: auto;
}

.header-phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: var(--header-lockup-height);
  color: var(--text-soft);
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-decoration: none;
  transition: color 0.2s ease;
}

.header-phone:hover {
  color: #ffffff;
}

.header-cta {
  height: var(--header-lockup-height);
  min-height: var(--header-lockup-height);
  min-width: 154px;
  padding: 0 22px;
  font-size: 13px;
  letter-spacing: 0.02em;
  text-transform: none;
}

body.mobile-menu-open {
  overflow: hidden;
}

.site-burger {
  display: none;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: #ffffff;
  cursor: pointer;
  transition: border-color 0.22s ease, background-color 0.22s ease;
}

.site-burger:hover {
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.08);
}

.site-burger-box {
  position: relative;
  width: 18px;
  height: 14px;
}

.site-burger-line {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transform-origin: center;
  transition: transform 0.22s ease, opacity 0.22s ease, top 0.22s ease;
}

.site-burger-line:nth-child(1) {
  top: 0;
}

.site-burger-line:nth-child(2) {
  top: 6px;
}

.site-burger-line:nth-child(3) {
  top: 12px;
}

.site-burger.is-active .site-burger-line:nth-child(1) {
  top: 6px;
  transform: rotate(45deg);
}

.site-burger.is-active .site-burger-line:nth-child(2) {
  opacity: 0;
}

.site-burger.is-active .site-burger-line:nth-child(3) {
  top: 6px;
  transform: rotate(-45deg);
}

.mobile-nav {
  position: fixed;
  inset: 0;
  z-index: 80;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.24s ease, visibility 0.24s ease;
}

.mobile-nav.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.mobile-nav-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(0, 0, 0, 0.62);
  cursor: pointer;
}

.mobile-nav-panel {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: min(92vw, 420px);
  height: 100%;
  padding: 24px 20px 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(12, 12, 15, 0.96);
  backdrop-filter: blur(22px);
  transform: translateX(100%);
  transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
  overflow-y: auto;
}

.mobile-nav.is-open .mobile-nav-panel {
  transform: translateX(0);
}

.mobile-nav-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.mobile-nav-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: #ffffff;
  cursor: pointer;
  transition: border-color 0.22s ease, background-color 0.22s ease;
}

.mobile-nav-close:hover {
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.08);
}

.mobile-nav-list {
  display: grid;
  gap: 8px;
}

.mobile-nav-link,
.mobile-nav-accordion {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 16px 0;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: transparent;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

.mobile-nav-accordion-icon {
  position: relative;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.mobile-nav-accordion-icon::before,
.mobile-nav-accordion-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transform: translate(-50%, -50%);
  transition: transform 0.22s ease, opacity 0.22s ease;
}

.mobile-nav-accordion-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.mobile-nav-group.is-open .mobile-nav-accordion-icon::after {
  opacity: 0;
}

.mobile-nav-submenu {
  display: grid;
  gap: 6px;
  padding: 10px 0 8px 14px;
}

.mobile-nav-submenu[hidden] {
  display: none;
}

.mobile-nav-submenu-link {
  display: block;
  padding: 10px 0;
  color: #d4d4d8;
  font-size: 14px;
  line-height: 1.4;
  text-decoration: none;
  transition: color 0.22s ease, transform 0.22s ease;
}

.mobile-nav-submenu-link:hover,
.mobile-nav-submenu-link.is-active,
.mobile-nav-link.is-active {
  color: #ffffff;
  transform: translateX(2px);
}

.mobile-nav-contacts {
  display: grid;
  gap: 14px;
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  justify-items: center;
}

.mobile-nav-phone {
  width: 60%;
  justify-content: center;
  min-height: auto;
  color: #f4f4f5;
  font-size: 22px;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
}

.mobile-nav-contacts .header-cta {
  width: 60%;
  min-width: 0;
  justify-content: center;
}

.page-shell {
  position: relative;
}

.page-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line-soft);
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 82% 18%, rgba(255, 255, 255, 0.12), transparent 24%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.04), rgba(226, 30, 35, 0.08) 45%, rgba(0, 0, 0, 0));
  pointer-events: none;
}

.page-hero-grid {
  display: grid;
  align-items: end;
  gap: 48px;
  min-height: 68vh;
  padding: 88px 0 72px;
}

.page-hero-panel {
  padding: 28px;
  border: 1px solid var(--line-soft);
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow-soft);
}

.page-hero--terms::after,
.projects-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.page-hero--terms::after {
  background:
    linear-gradient(180deg, rgba(9, 9, 11, 0.06), rgba(9, 9, 11, 0.28)),
    url("../images/tild3434-6163-4666-a234-626138333631__drawing.png") center/cover no-repeat;
  opacity: 0.08;
  mix-blend-mode: screen;
}

.terms-hero-grid {
  align-items: center;
  min-height: 58vh;
  padding: 62px 0 50px;
}

.terms-hero-panel {
  display: grid;
  gap: 24px;
  padding: 24px;
}

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

.terms-hero-doc {
  display: grid;
  gap: 14px;
  grid-template-columns: 78px minmax(0, 1fr);
  align-items: center;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  text-decoration: none;
  transition: border-color 0.2s ease, transform 0.2s ease, background-color 0.2s ease;
}

.terms-hero-doc:hover {
  border-color: rgba(var(--accent-rgb), 0.32);
  background: rgba(255, 255, 255, 0.06);
  transform: translateY(-2px);
}

.terms-hero-doc-preview {
  display: block;
  overflow: hidden;
  aspect-ratio: 3 / 4;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #ffffff;
}

.terms-hero-doc-preview img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.terms-hero-doc-copy {
  display: grid;
  gap: 8px;
  align-content: center;
  min-width: 0;
}

.terms-hero-doc-copy .section-kicker {
  color: rgba(212, 212, 216, 0.62);
  font-size: 11px;
  line-height: 1;
}

.terms-hero-doc-title {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 600;
}

.about-hero-grid {
  align-items: center;
  gap: 40px;
  min-height: 58vh;
  padding: 56px 0 44px;
}

.about-hero-panel {
  padding: 24px;
}

.about-hero-panel .stats-grid {
  grid-template-columns: 1fr;
}

.about-hero-panel .stat-card {
  min-height: 88px;
  padding: 18px;
}

.about-hero-panel .stat-card-value {
  font-size: clamp(1.8rem, 2.2vw, 2.35rem);
}

.about-hero-panel .stat-card-label {
  margin-top: 12px;
  font-size: 13px;
  line-height: 1.4;
}

.accent-chip {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(0, 0, 0, 0.3);
  padding: 10px 16px;
  color: #d4d4d8;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: none;
}

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

.stat-card {
  min-height: 164px;
  padding: 22px;
  border: 1px solid var(--line-soft);
  background: rgba(255, 255, 255, 0.03);
}

.stat-card-value {
  font-size: clamp(2rem, 2.8vw, 46px);
  line-height: 1;
  font-weight: 300;
  letter-spacing: 0.02em;
}

.stat-card-label {
  margin-top: 18px;
  color: var(--text-soft);
  font-size: 15px;
  line-height: 1.55;
}

.content-section {
  padding: 88px 0;
  border-bottom: 1px solid var(--line-soft);
}

.terms-content-section {
  position: relative;
  overflow: hidden;
}

.terms-content-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(9, 9, 11, 0) 14%, rgba(9, 9, 11, 0.05) 100%),
    url("../images/tild3434-6163-4666-a234-626138333631__drawing.png") center/cover no-repeat;
  opacity: 0.035;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.4));
  pointer-events: none;
}

.terms-content-section > .mx-auto {
  position: relative;
  z-index: 1;
}

.theme-light {
  --text-muted: #5d636b;
  --text-soft: #333333;
  --text-strong: #26282b;
  --line-soft: rgba(38, 40, 43, 0.08);
  background: #ffffff;
  color: var(--text-strong);
}

.theme-light .section-kicker,
.theme-light .footer-kicker,
.theme-light .feature-index {
  color: rgba(38, 40, 43, 0.72);
}

.theme-light li::marker {
  color: var(--text-strong);
}

.theme-light a {
  color: var(--text-strong);
  text-decoration-color: rgba(38, 40, 43, 0.42);
}

.theme-light a:hover {
  color: var(--accent);
  text-decoration-color: rgba(var(--accent-rgb), 0.48);
}

.theme-light a.prealux-btn,
.theme-light a.prealux-btn:hover {
  color: var(--cta-text);
}

.split-head {
  display: grid;
  gap: 24px;
  align-items: start;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
}

.timeline {
  display: grid;
  gap: 20px;
}

.timeline-item {
  display: grid;
  gap: 16px;
  grid-template-columns: 116px minmax(0, 1fr);
  padding: 24px;
  border: 1px solid var(--line-soft);
  background: rgba(255, 255, 255, 0.03);
}

.timeline-year {
  color: var(--accent);
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.timeline-copy {
  color: var(--text-soft);
  font-size: 17px;
  line-height: 1.6;
}

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

.feature-card {
  min-height: 100%;
  padding: 24px;
  border: 1px solid var(--line-soft);
  background: rgba(255, 255, 255, 0.03);
}

.feature-card-topline {
  display: inline-flex;
  width: 100%;
  height: 3px;
  margin-bottom: 18px;
  background: linear-gradient(90deg, rgba(var(--accent-rgb), 1), rgba(var(--accent-rgb), 0));
}

.feature-card p,
.feature-card ul {
  color: var(--text-soft);
  font-size: 16px;
  line-height: 1.6;
}

.feature-card ul {
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
  padding-left: 18px;
}

.about-trust-shell {
  padding: 28px;
  border: 1px solid var(--line-soft);
  background: rgba(255, 255, 255, 0.03);
}

.about-trust-head {
  display: grid;
  gap: 24px;
  align-items: end;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
}

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

.about-trust-tile {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 108px;
  padding: 18px 20px;
  border: 1px solid var(--line-soft);
  background: rgba(255, 255, 255, 0.03);
}

.about-trust-label {
  color: var(--text-muted);
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.about-trust-name {
  color: #ffffff;
  font-size: clamp(1.25rem, 2vw, 1.7rem);
  line-height: 1.08;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.about-trust-shell .logo-wall {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin-top: 28px;
}

.about-trust-shell .logo-tile {
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
  align-items: center;
  min-height: 124px;
  height: 100%;
  padding: 18px;
  border: 1px solid var(--line-soft);
  background: rgba(255, 255, 255, 0.03);
  text-align: center;
}

.about-trust-shell .logo-label {
  color: var(--text-muted);
  font-size: 11px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: none;
}

.about-trust-shell .logo-wordmark,
.about-trust-shell .logo-wordmark-ru {
  color: #ffffff;
  font-size: clamp(1rem, 1.5vw, 1.35rem);
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.about-trust-shell .logo-wordmark-ru {
  letter-spacing: 0.08em;
}

.about-workspace-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
  align-items: stretch;
}

.about-workspace-side {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: minmax(0, 1fr);
}

.about-workspace-lead,
.about-workspace-card {
  height: 100%;
}

.about-workspace-lead-media,
.about-workspace-media {
  position: relative;
  height: 100%;
}

.about-workspace-lead-media {
  min-height: 760px;
}

.about-workspace-media {
  min-height: 280px;
}

.about-workspace-card--wide {
  grid-column: 1 / -1;
}

.about-workspace-card--wide .about-workspace-media {
  min-height: 260px;
}

.partners-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.partner-pill {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid rgba(var(--accent-rgb), 0.18);
  background: rgba(var(--accent-rgb), 0.07);
  color: #ffffff;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: none;
}

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

.certificate-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 18px;
  border: 1px solid var(--line-soft);
  background: rgba(255, 255, 255, 0.03);
}

.certificate-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 4 / 3;
  border: 1px dashed rgba(255, 255, 255, 0.24);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02)),
    rgba(0, 0, 0, 0.22);
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-transform: none;
  text-align: center;
}

.certificate-meta {
  display: grid;
  gap: 8px;
  padding-top: 16px;
}

.certificate-name {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
}

.certificate-note {
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.6;
}

.person-grid {
  display: grid;
  gap: 32px;
  grid-template-columns: minmax(320px, 0.84fr) minmax(0, 1.16fr);
  align-items: center;
}

.portrait-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 4 / 5;
  border: 1px dashed rgba(255, 255, 255, 0.24);
  background:
    radial-gradient(circle at top, rgba(var(--accent-rgb), 0.16), transparent 46%),
    rgba(255, 255, 255, 0.03);
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-transform: none;
  text-align: center;
}

.portrait-card {
  overflow: hidden;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.02);
}

.portrait-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 50% 18%;
}

.expert-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.expert-fact {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid rgba(var(--accent-rgb), 0.22);
  background: rgba(var(--accent-rgb), 0.08);
  color: #ffffff;
  font-size: 13px;
  line-height: 1.3;
  letter-spacing: 0.02em;
}

.expert-hero-note {
  max-width: 58rem;
}

.interview-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
  align-items: start;
}

.expert-video-card {
  display: grid;
  gap: 18px;
  padding: 18px;
  border: 1px solid var(--line-soft);
  background: rgba(255, 255, 255, 0.03);
}

.expert-video-player {
  width: 100%;
  display: block;
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #000000;
}

.interview-meta {
  display: grid;
  gap: 8px;
}

.interview-points {
  display: grid;
  gap: 16px;
}

.interview-point {
  display: grid;
  gap: 14px;
  grid-template-columns: 68px minmax(0, 1fr);
  padding: 22px;
  border: 1px solid var(--line-soft);
  background: rgba(255, 255, 255, 0.03);
}

.interview-point-index {
  padding-top: 4px;
}

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

.principle-card {
  display: grid;
  gap: 16px;
  padding: 26px;
  border: 1px solid var(--line-soft);
  background: rgba(255, 255, 255, 0.03);
}

.principle-quote {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.25rem, 2vw, 1.9rem);
  line-height: 1.35;
  font-weight: 300;
}

.principle-caption {
  margin: 0;
  color: var(--text-soft);
  font-size: 15px;
  line-height: 1.65;
}

.competency-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.competency-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(var(--accent-rgb), 0.22);
  background: rgba(var(--accent-rgb), 0.08);
  color: var(--accent);
}

.competency-icon svg {
  width: 22px;
  height: 22px;
}

.direction-band {
  display: grid;
  gap: 24px;
  padding: 20px;
  border: 1px solid var(--line-soft);
  background: rgba(255, 255, 255, 0.03);
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
}

.direction-band-media {
  min-height: 320px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
}

.direction-band-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.direction-band-copy {
  display: grid;
  align-content: center;
  gap: 18px;
  padding: 10px 4px;
}

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

.expert-area {
  display: grid;
  gap: 12px;
  padding: 20px;
  border: 1px solid var(--line-soft);
  background: rgba(255, 255, 255, 0.03);
}

.expert-area-title {
  margin: 0;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 600;
}

.expert-area-copy {
  margin: 0;
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.6;
}

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

.expert-gallery-card {
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border: 1px solid var(--line-soft);
  background: rgba(255, 255, 255, 0.03);
}

.expert-gallery-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 28%;
}

.expert-bridge-shell {
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(248px, 0.62fr) minmax(0, 1.38fr);
  align-items: center;
  padding: 28px;
  border: 1px solid var(--line-soft);
  background: rgba(255, 255, 255, 0.03);
  box-shadow: var(--shadow-soft);
}

.expert-bridge-copy {
  max-width: 24rem;
}

.expert-bridge-gallery {
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(0, 1.28fr) repeat(2, minmax(0, 0.9fr));
}

.expert-bridge-shot {
  overflow: hidden;
  min-height: 0;
  aspect-ratio: 4 / 5;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.expert-bridge-shot--lead {
  aspect-ratio: 1.12 / 0.82;
}

.expert-bridge-shot img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.expert-question-intro {
  max-width: 56rem;
}

.contact-expert-card {
  display: grid;
  gap: 18px;
  padding: 18px;
  border: 1px solid var(--line-soft);
  background: rgba(255, 255, 255, 0.03);
  grid-template-columns: 120px minmax(0, 1fr);
}

.contact-expert-visual {
  overflow: hidden;
  aspect-ratio: 4 / 5;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
}

.contact-expert-visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 50% 18%;
}

.contact-expert-copy {
  display: grid;
  align-content: center;
  gap: 10px;
}

.quote-panel {
  padding: 28px;
  border: 1px solid rgba(var(--accent-rgb), 0.16);
  background: rgba(var(--accent-rgb), 0.06);
}

.quote-panel blockquote {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  line-height: 1.45;
  font-weight: 300;
}

.quote-panel figcaption {
  margin-top: 18px;
  color: #d4d4d8;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-transform: none;
}

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

.competency-card {
  display: grid;
  gap: 16px;
  padding: 24px;
  border: 1px solid var(--line-soft);
  background: rgba(255, 255, 255, 0.03);
}

.competency-index {
  color: var(--accent);
  font-size: 13px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

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

.question-card {
  min-height: 100%;
  padding: 20px 22px;
  border: 1px solid var(--line-soft);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text-soft);
  font-size: 16px;
  line-height: 1.55;
}

.prealux-form-shell {
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  padding: 28px;
  border: 1px solid var(--line-soft);
  background: rgba(255, 255, 255, 0.03);
  box-shadow: var(--shadow-soft);
}

.prealux-form {
  display: grid;
  gap: 16px;
}

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

.prealux-field {
  display: grid;
  gap: 10px;
}

.prealux-field-label {
  color: #d4d4d8;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: none;
}

.prealux-field input,
.prealux-field textarea {
  width: 100%;
  border: 1px solid var(--line-hard);
  background: rgba(9, 9, 11, 0.7);
  color: #ffffff;
  padding: 16px 18px;
  font-size: 16px;
  line-height: 1.4;
  font-family: var(--font-ui);
  outline: none;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

.prealux-field input:focus,
.prealux-field textarea:focus {
  border-color: rgba(var(--accent-rgb), 0.6);
  background: rgba(9, 9, 11, 0.9);
}

.prealux-field textarea {
  min-height: 168px;
  resize: vertical;
}

.prealux-form-note {
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.6;
}

.t-form__successbox {
  display: none;
}

.project-list {
  display: grid;
  gap: 24px;
}

.projects-hero {
  position: relative;
}

.projects-hero::after {
  background:
    linear-gradient(180deg, rgba(9, 9, 11, 0.04), rgba(9, 9, 11, 0.18)),
    url("../images/tild3434-6163-4666-a234-626138333631__drawing.png") center/cover no-repeat;
  opacity: 0.06;
  mix-blend-mode: screen;
}

.projects-hero-grid {
  align-items: center;
  gap: 30px;
  min-height: 56vh;
  padding: 62px 0 54px;
  grid-template-columns: minmax(0, 1.02fr) minmax(430px, 1fr);
}

.projects-hero-copy {
  max-width: 40.5rem;
}

.projects-hero .hero-title {
  max-width: 13.2ch;
}

.projects-hero-mosaic {
  position: relative;
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(240px, 1.16fr) minmax(198px, 0.84fr);
  grid-auto-rows: 1fr;
  align-items: stretch;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.03);
  box-shadow: var(--shadow-soft);
  width: 100%;
  max-width: 492px;
  justify-self: end;
}

.projects-hero-stack {
  display: grid;
  gap: 12px;
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.projects-hero-shot {
  position: relative;
  overflow: hidden;
  min-height: 0;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
}

.projects-hero-shot--lead {
  aspect-ratio: 0.98 / 1.16;
}

.projects-hero-stack .projects-hero-shot {
  aspect-ratio: 0.96 / 0.57;
}

.projects-hero-shot img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.projects-hero-shot::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(9, 9, 11, 0.06), rgba(9, 9, 11, 0.62));
  pointer-events: none;
}

.projects-hero-caption {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 12px;
  z-index: 1;
  color: #ffffff;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.projects-proof-shell {
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: end;
  padding: 26px;
  border: 1px solid var(--line-soft);
  background: rgba(255, 255, 255, 0.03);
  box-shadow: var(--shadow-soft);
}

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

.projects-proof-card {
  display: grid;
  gap: 12px;
  align-content: start;
  min-height: 100%;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(9, 9, 11, 0.24);
  text-decoration: none;
  transition: border-color 0.2s ease, transform 0.2s ease, background-color 0.2s ease;
}

.projects-proof-card:hover {
  border-color: rgba(var(--accent-rgb), 0.32);
  background: rgba(255, 255, 255, 0.05);
  transform: translateY(-2px);
}

.projects-proof-preview {
  overflow: hidden;
  aspect-ratio: 4 / 5;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #ffffff;
}

.projects-proof-preview img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.projects-proof-name {
  color: #ffffff;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 600;
}

.projects-proof-link {
  color: var(--accent);
  font-size: 11px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.project-card {
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 0.44fr) minmax(0, 0.56fr);
  padding: 28px;
  border: 1px solid var(--line-soft);
  background: rgba(255, 255, 255, 0.03);
  box-shadow: var(--shadow-soft);
}

.project-gallery {
  display: grid;
  gap: 14px;
}

.project-main-shot {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    radial-gradient(circle at top, rgba(var(--accent-rgb), 0.16), transparent 46%),
    rgba(255, 255, 255, 0.03);
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-transform: none;
  text-align: center;
}

.project-thumb-row {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.project-thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
  color: rgba(161, 161, 170, 0.9);
  font-size: 11px;
  line-height: 1.45;
  letter-spacing: 0.05em;
  text-transform: none;
  text-align: center;
}

.project-main-shot img,
.project-thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.project-copy {
  display: grid;
  gap: 18px;
  align-content: start;
}

.project-label {
  color: var(--accent);
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: none;
}

.project-work-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 18px;
  color: var(--text-soft);
  font-size: 16px;
  line-height: 1.6;
}

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

.terms-card {
  display: grid;
  gap: 18px;
  padding: 24px;
  border: 1px solid var(--line-soft);
  background: rgba(255, 255, 255, 0.03);
}

.terms-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.terms-card-index {
  color: var(--accent);
  font-size: 13px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.terms-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 18px;
  color: var(--text-soft);
  font-size: 16px;
  line-height: 1.65;
}

.legal-note {
  padding: 24px;
  border: 1px solid rgba(var(--accent-rgb), 0.16);
  background: rgba(var(--accent-rgb), 0.06);
  color: #f4f4f5;
  font-size: 15px;
  line-height: 1.7;
}

.terms-support-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: minmax(0, 0.98fr) minmax(0, 1.02fr);
}

.terms-support-card,
.terms-proof-card,
.terms-sources-card {
  position: relative;
  overflow: hidden;
  padding: 24px;
  border: 1px solid var(--line-soft);
  background: rgba(255, 255, 255, 0.03);
  box-shadow: var(--shadow-soft);
}

.terms-proof-card {
  display: grid;
  gap: 18px;
}

.terms-support-card {
  display: grid;
  align-content: start;
  gap: 14px;
}

.terms-support-card .terms-list {
  margin-top: 0 !important;
  gap: 8px;
}

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

.terms-proof-preview {
  display: grid;
  gap: 12px;
  align-content: start;
  text-decoration: none;
}

.terms-proof-preview-visual {
  overflow: hidden;
  aspect-ratio: 4 / 5;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #ffffff;
}

.terms-proof-preview-visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.terms-proof-preview-name {
  color: #ffffff;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 600;
}

.terms-proof-links {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 18px;
  color: var(--text-soft);
  font-size: 15px;
  line-height: 1.55;
}

.terms-proof-links a {
  color: #f4f4f5;
  text-decoration: none;
}

.terms-proof-links a:hover {
  color: #ffffff;
}

.sources-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 18px;
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.6;
}

.sources-list a {
  color: #f4f4f5;
  text-decoration: none;
}

.sources-list a:hover {
  color: #ffffff;
}

.contact-band {
  padding: 88px 0;
  border-bottom: 1px solid var(--line-soft);
}

.contact-band.theme-light {
  margin-top: -1px;
}

.contact-band-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  padding: 28px;
  border: 1px solid var(--line-soft);
  background:
    linear-gradient(135deg, rgba(var(--accent-rgb), 0.12), rgba(255, 255, 255, 0.02) 45%, rgba(0, 0, 0, 0)),
    rgba(255, 255, 255, 0.03);
  box-shadow: var(--shadow-soft);
}

.home-docs-section {
  position: relative;
  overflow: hidden;
}

.home-docs-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(9, 9, 11, 0) 12%, rgba(9, 9, 11, 0.06) 100%),
    url("../images/tild3434-6163-4666-a234-626138333631__drawing.png") center/cover no-repeat;
  opacity: 0.045;
  mix-blend-mode: screen;
  pointer-events: none;
}

.home-docs-shell {
  position: relative;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.04), rgba(226, 30, 35, 0.06) 48%, rgba(0, 0, 0, 0)),
    rgba(255, 255, 255, 0.02);
  box-shadow: var(--shadow-soft);
}

.home-docs-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.05);
  pointer-events: none;
}

.home-docs-grid {
  align-items: stretch;
}

.live-monitor-frame--draft {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(9, 9, 11, 0.1)),
    #09090b;
  border-color: rgba(255, 255, 255, 0.1);
}

.live-monitor-frame--draft::after {
  content: "";
  position: absolute;
  inset: 1px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.015), rgba(0, 0, 0, 0.08)),
    url("images/tild3434-6163-4666-a234-626138333631__drawing.png") center/cover no-repeat;
  opacity: 0.11;
  mix-blend-mode: screen;
  pointer-events: none;
}

.contact-band.theme-light .contact-band-grid {
  background:
    linear-gradient(135deg, rgba(var(--accent-rgb), 0.08), rgba(255, 255, 255, 0.98) 45%, rgba(255, 255, 255, 0.94)),
    #ffffff;
  box-shadow: 0 18px 42px rgba(38, 40, 43, 0.08);
}

.contact-band.theme-light .contact-band-grid::after {
  border-color: rgba(38, 40, 43, 0.08);
}

.contact-band-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.contact-pill {
  display: inline-flex;
  align-items: center;
  min-height: 50px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.28);
  color: #ffffff;
  font-size: 15px;
  line-height: 1;
  text-decoration: none;
}

.contact-pill:hover {
  border-color: rgba(255, 255, 255, 0.22);
}

.site-footer-card {
  display: grid;
  gap: 32px;
  border: 1px solid var(--line-soft);
  background: rgba(10, 10, 12, 0.8);
  padding: 32px;
  box-shadow: var(--shadow-panel);
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr) minmax(220px, 0.7fr);
}

.footer-text {
  color: var(--text-muted);
  font-size: 15px;
  line-height: 1.7;
}

.footer-contact-list {
  display: grid;
  gap: 8px;
}

.footer-contact-list a {
  color: var(--text-soft);
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: none;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-contact-list a:hover {
  color: #ffffff;
}

.footer-meta a {
  color: var(--text-soft);
  text-decoration: none;
}

.footer-meta a:hover {
  color: #ffffff;
}

@media screen and (max-width: 1200px) {
  .stats-grid,
  .feature-grid,
  .certificate-grid,
  .question-grid,
  .expert-areas,
  .about-trust-grid,
  .about-trust-shell .logo-wall {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .project-card,
  .prealux-form-shell,
  .person-grid,
  .interview-grid,
  .direction-band,
  .about-workspace-grid {
    grid-template-columns: 1fr;
  }

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

  .about-workspace-lead-media {
    min-height: 620px;
  }
}

@media screen and (max-width: 992px) {
  .site-header-shell {
    justify-content: space-between;
    min-height: 64px;
  }

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

  .site-burger {
    display: inline-flex;
    flex-shrink: 0;
  }

  .page-hero-grid {
    min-height: auto;
    padding: 72px 0 56px;
  }

  .about-hero-grid {
    padding: 44px 0 34px;
    gap: 30px;
  }

  .stats-grid,
  .split-head,
  .terms-grid,
  .contact-band-grid,
  .site-footer-card,
  .principles-grid,
  .about-trust-head {
    grid-template-columns: 1fr;
  }

  .timeline-item {
    grid-template-columns: 1fr;
  }

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

  .contact-band-grid {
    align-items: start;
  }

  .projects-hero-grid,
  .projects-proof-shell,
  .terms-support-grid,
  .expert-bridge-shell {
    grid-template-columns: 1fr;
  }

  .projects-hero-grid {
    min-height: auto;
    padding: 48px 0 34px;
  }

  .projects-hero-copy {
    max-width: none;
  }

  .terms-hero-docs,
  .projects-proof-grid,
  .terms-proof-previews,
  .expert-bridge-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-footer-card {
    gap: 24px;
  }
}

@media screen and (min-width: 993px) {
  .site-burger,
  .mobile-nav {
    display: none;
  }

  .projects-hero .hero-title {
    font-size: clamp(2.9rem, 4.35vw, 3.85rem);
    line-height: 0.98;
    text-wrap: balance;
  }
}

@media screen and (max-width: 768px) {
  .content-section,
  .contact-band {
    padding: 72px 0;
  }

  .hero-copy,
  .lead-copy,
  .section-copy {
    font-size: 17px;
  }

  .stats-grid,
  .feature-grid,
  .certificate-grid,
  .competency-grid,
  .question-grid,
  .terms-grid,
  .prealux-form-grid,
  .project-thumb-row,
  .expert-areas,
  .expert-gallery {
    grid-template-columns: 1fr;
  }

  .project-card {
    padding: 22px;
  }

  .page-hero-panel,
  .prealux-form-shell,
  .contact-band-grid {
    padding: 22px;
  }

  .projects-proof-shell,
  .expert-bridge-shell,
  .home-docs-shell {
    padding: 22px;
  }

  .about-hero-grid {
    padding: 26px 0 20px;
    gap: 24px;
  }

  .about-hero .accent-chip {
    padding: 8px 14px;
  }

  .about-hero .hero-title {
    font-size: clamp(2.2rem, 9.4vw, 3.2rem);
    line-height: 0.98;
  }

  .about-hero .hero-copy {
    font-size: 15px;
    line-height: 1.55;
  }

  .about-trust-shell {
    padding: 22px;
  }

  .terms-hero-docs,
  .projects-proof-grid,
  .terms-proof-previews,
  .expert-bridge-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .projects-hero-grid,
  .projects-proof-shell,
  .terms-support-grid,
  .expert-bridge-shell {
    grid-template-columns: 1fr;
  }

  .projects-hero-grid {
    min-height: auto;
    padding: 42px 0 28px;
  }

  .projects-hero-copy {
    max-width: none;
  }

  .projects-hero-mosaic {
    max-width: 720px;
  }

  .about-trust-grid,
  .about-workspace-side,
  .about-trust-shell .logo-wall {
    grid-template-columns: 1fr;
  }

  .about-workspace-lead-media {
    min-height: 460px;
  }

  .about-workspace-media,
  .about-workspace-card--wide .about-workspace-media {
    min-height: 300px;
  }

  .interview-point,
  .contact-expert-card {
    grid-template-columns: 1fr;
  }

  .expert-video-card,
  .direction-band {
    padding: 16px;
  }

  .mobile-nav-phone,
  .mobile-nav-contacts .header-cta {
    width: 100%;
  }
}

@media screen and (max-width: 639px) {
  .terms-hero-docs,
  .projects-proof-grid,
  .terms-proof-previews,
  .expert-bridge-gallery,
  .projects-hero-mosaic {
    grid-template-columns: 1fr;
  }

  .terms-hero-doc {
    grid-template-columns: 64px minmax(0, 1fr);
    padding: 12px;
  }

  .terms-support-card,
  .terms-proof-card,
  .terms-sources-card,
  .projects-proof-shell,
  .expert-bridge-shell,
  .home-docs-shell {
    padding: 20px;
  }

  .projects-hero-grid,
  .terms-hero-grid {
    padding: 30px 0 20px;
  }

  .projects-hero-shot--lead,
  .projects-hero-stack .projects-hero-shot,
  .expert-bridge-shot,
  .expert-bridge-shot--lead {
    aspect-ratio: 16 / 10;
  }
}

.portal-modal-open {
  overflow: hidden;
}

.portal-modal {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.24s ease, visibility 0.24s ease;
}

.portal-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.portal-modal__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(9, 9, 11, 0.82);
  cursor: pointer;
}

.portal-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 560px);
  max-height: min(100vh - 48px, 760px);
  overflow: auto;
  padding: 28px;
  border: 1px solid var(--line-hard);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03)),
    rgba(9, 9, 11, 0.96);
  box-shadow: 0 32px 96px rgba(0, 0, 0, 0.42);
  transform: translateY(20px) scale(0.985);
  transition: transform 0.24s ease;
}

.portal-modal.is-open .portal-modal__dialog {
  transform: translateY(0) scale(1);
}

.portal-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  border: 1px solid var(--line-soft);
  background: rgba(255, 255, 255, 0.04);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.portal-modal__close:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: var(--line-hard);
}

.portal-modal__close svg {
  width: 18px;
  height: 18px;
}

.portal-modal__eyebrow {
  margin: 0 0 12px;
  color: rgba(245, 202, 59, 0.9);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.portal-modal__title {
  margin: 0;
  padding-right: 48px;
  color: #ffffff;
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.05;
  font-weight: 600;
}

.portal-modal__description {
  margin: 14px 0 0;
  color: #d4d4d8;
  font-size: 16px;
  line-height: 1.6;
  max-width: 42ch;
}

.portal-modal__form {
  margin-top: 24px;
}

.portal-modal__status {
  display: none;
  padding: 14px 16px;
  border: 1px solid transparent;
  font-size: 14px;
  line-height: 1.5;
}

.portal-modal__status.is-visible {
  display: block;
}

.portal-modal__status.is-success {
  border-color: rgba(101, 190, 80, 0.35);
  background: rgba(101, 190, 80, 0.12);
  color: #d9f8d1;
}

.portal-modal__status.is-error {
  border-color: rgba(226, 30, 35, 0.35);
  background: rgba(226, 30, 35, 0.12);
  color: #ffd9da;
}

.portal-modal__submit[disabled] {
  opacity: 0.6;
  cursor: not-allowed;
}

.portal-modal .prealux-field input {
  min-height: 56px;
}

@media screen and (max-width: 639px) {
  .portal-modal {
    padding: 16px;
  }

  .portal-modal__dialog {
    padding: 22px 18px 18px;
    max-height: min(100vh - 32px, 760px);
  }

  .portal-modal__close {
    top: 12px;
    right: 12px;
  }

  .portal-modal__title {
    padding-right: 44px;
    font-size: 28px;
  }

  .portal-modal__description {
    font-size: 15px;
  }

  .portal-modal__form .prealux-form-grid {
    grid-template-columns: 1fr;
  }
}
