/* OLGA /v3 — header brand / 000.001.034 */
:root {
  --v3-navy: #1A2A3A;
  --v3-gold: #D4AF37;
  --v3-coral: #E85D3A;
  --v3-light: #F8F9FA;
  --v3-paper: var(--v3-light);
  --v3-ink: #152637;
  --v3-muted: #64717a;
  --v3-line: rgba(26,42,58,.14);
  --v3-shadow: 0 24px 70px rgba(20,34,48,.14);
  --v3-serif: Georgia, "Times New Roman", serif;
  --v3-sans: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.v3-page {
  margin: 0;
  min-width: 320px;
  background: var(--v3-light);
  color: var(--v3-ink);
  font-family: var(--v3-sans);
  font-size: 17px;
  line-height: 1.55;
}
.v3-page img { display: block; width: 100%; }
.v3-page a { color: inherit; text-decoration: none; }
.v3-page button,
.v3-page input,
.v3-page select { font: inherit; }
.v3-container { width: min(1260px, calc(100% - 64px)); margin: 0 auto; }
.v3-eyebrow {
  margin: 0 0 11px;
  color: var(--v3-coral);
  font-size: 13px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.v3-btn {
  min-height: 52px;
  border: 0;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  cursor: pointer;
  font-weight: 800;
}
.v3-btn-primary {
  background: var(--v3-coral);
  color: #fff;
  box-shadow: 0 12px 28px rgba(232,93,58,.25);
  transition: transform .2s ease, box-shadow .2s ease;
}
.v3-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(232,93,58,.32);
}

/* Header */
.v3-header {
  position: absolute;
  z-index: 30;
  inset: 0 0 auto;
  color: #fff;
}
.v3-header-inner {
  min-height: 92px;
  display: flex;
  align-items: center;
  gap: 24px;
  border-bottom: 1px solid rgba(255,255,255,.22);
}
.v3-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}
.v3-page .v3-brand-logo {
  display: block;
  width: 58px;
  max-width: 58px;
  height: 58px;
  object-fit: contain;
  flex: 0 0 58px;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.v3-brand-title {
  display: block;
  color: #fff;
  font-family: var(--v3-sans);
  font-size: 18px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .02em;
  white-space: nowrap;
}
.v3-nav {
  display: flex;
  gap: 24px;
  margin-left: auto;
  font-size: 14px;
  font-weight: 700;
}
.v3-nav a,
.v3-phone { transition: color .2s ease; }
.v3-nav a:hover,
.v3-phone:hover { color: var(--v3-gold); }
.v3-phone {
  white-space: nowrap;
  font-size: 15px;
  font-weight: 800;
}
.v3-header-cta {
  padding: 12px 18px;
  border-radius: 999px;
  background: var(--v3-coral);
  color: #fff;
  box-shadow: 0 10px 24px rgba(232,93,58,.24);
  font-size: 13px;
  font-weight: 800;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.v3-header-cta:hover {
  transform: translateY(-1px);
  background: var(--v3-coral);
  color: #fff;
  box-shadow: 0 14px 30px rgba(232,93,58,.32);
}
.v3-menu-toggle,
.v3-mobile-menu { display: none; }

/* Hero */
.v3-hero {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  background: var(--v3-navy);
  color: #fff;
}
.v3-hero-media,
.v3-hero-shade {
  position: absolute;
  inset: 0;
}
.v3-hero-media {
  background: url('/static/media/object-sun-2.webp') center 48% / cover no-repeat;
  transform: scale(1.02);
}
.v3-hero-shade {
  background:
    linear-gradient(90deg, rgba(26,42,58,.84) 0%, rgba(26,42,58,.72) 34%, rgba(26,42,58,.42) 58%, rgba(26,42,58,.10) 80%, rgba(26,42,58,.03) 100%),
    linear-gradient(0deg, rgba(26,42,58,.38) 0%, rgba(26,42,58,0) 44%);
}
.v3-hero-grid {
  position: relative;
  z-index: 2;
  min-height: 700px;
  padding-top: 124px;
  padding-bottom: 58px;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(340px, .75fr);
  gap: 64px;
  align-items: center;
}
.v3-hero-copy { max-width: 750px; }
.v3-hero .v3-eyebrow { color: var(--v3-gold); }
.v3-hero h1 {
  margin: 0 0 22px;
  max-width: 780px;
  color: #fff;
  font-family: var(--v3-serif);
  font-size: clamp(54px, 5.6vw, 82px);
  line-height: .98;
  letter-spacing: -.035em;
  font-weight: 500;
}
.v3-hero h1 strong {
  color: var(--v3-gold);
  font-weight: 700;
}
.v3-hero-lead {
  max-width: 710px;
  margin: 0 0 32px;
  font-size: 20px;
  line-height: 1.5;
  color: rgba(255,255,255,.92);
}
.v3-hero-lead strong { color: #fff; }
.v3-proof {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.v3-proof div {
  min-width: 146px;
  padding: 13px 16px 12px;
  border: 1px solid rgba(255,255,255,.26);
  border-radius: 14px;
  background: rgba(26,42,58,.24);
  backdrop-filter: blur(10px);
}
.v3-proof b {
  display: block;
  color: #fff;
  font-family: var(--v3-serif);
  font-size: 25px;
  line-height: 1;
}
.v3-proof span {
  display: block;
  margin-top: 6px;
  color: rgba(255,255,255,.76);
  font-size: 12px;
  line-height: 1.25;
}

/* Forms */
.v3-hero-form,
.v3-bottom-form {
  padding: 28px;
  border-radius: 22px;
  background: rgba(248,249,250,.97);
  color: var(--v3-ink);
  box-shadow: var(--v3-shadow);
}
.v3-form-heading span {
  color: var(--v3-coral);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.v3-form-heading h2 {
  margin: 7px 0 8px;
  color: var(--v3-navy);
  font-family: var(--v3-serif);
  font-size: 32px;
  line-height: 1.05;
  font-weight: 600;
}
.v3-form-heading p {
  margin: 0 0 20px;
  color: var(--v3-muted);
  font-size: 14px;
}
.v3-hero-form > label:not(.v3-consent),
.v3-bottom-form > label:not(.v3-consent) {
  display: block;
  margin-bottom: 11px;
}
.v3-hero-form > label:not(.v3-consent) > span,
.v3-bottom-form > label:not(.v3-consent) > span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.v3-hero-form input,
.v3-hero-form select,
.v3-bottom-form input,
.v3-bottom-form select {
  width: 100%;
  height: 52px;
  padding: 0 14px;
  border: 1px solid #d7dcde;
  border-radius: 11px;
  outline: none;
  background: #fff;
  color: var(--v3-navy);
  font-size: 15px;
}
.v3-hero-form input:focus,
.v3-hero-form select:focus,
.v3-bottom-form input:focus,
.v3-bottom-form select:focus {
  border-color: var(--v3-gold);
  box-shadow: 0 0 0 3px rgba(212,175,55,.18);
}
.v3-consent {
  display: grid !important;
  grid-template-columns: 20px 1fr;
  gap: 9px;
  align-items: start;
  margin: 14px 0 !important;
  cursor: pointer;
}
.v3-consent input {
  width: 18px !important;
  height: 18px !important;
  margin: 2px 0 0;
  accent-color: var(--v3-coral);
}
.v3-consent span {
  color: #68757d;
  font-size: 12px;
  line-height: 1.4;
}
.v3-consent a {
  color: var(--v3-navy);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.v3-hero-form .v3-btn,
.v3-bottom-form .v3-btn { width: 100%; }
.form-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
  overflow: hidden !important;
}
.form-status {
  min-height: 19px;
  margin: 8px 0 0;
  font-size: 13px;
  line-height: 1.35;
}
.form-status.is-success { color: #31725f; }
.form-status.is-error { color: var(--v3-coral); }
.v3-page button[disabled] { cursor: wait; opacity: .7; }

.v3-hero-note {
  position: relative;
  z-index: 3;
  border-top: 1px solid rgba(255,255,255,.18);
  background: rgba(15,30,42,.72);
  backdrop-filter: blur(8px);
}
.v3-hero-note .v3-container {
  min-height: 60px;
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 13px;
}
.v3-hero-note span {
  color: var(--v3-gold);
  font-weight: 800;
  white-space: nowrap;
}
.v3-hero-note strong {
  color: rgba(255,255,255,.86);
  font-weight: 600;
}

/* Generic section */
.v3-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
  gap: 70px;
  align-items: end;
  margin-bottom: 34px;
}
.v3-section-head h2,
.v3-experts h2,
.v3-contact h2 {
  margin: 0;
  color: var(--v3-navy);
  font-family: var(--v3-serif);
  font-size: clamp(40px, 4.7vw, 62px);
  line-height: 1.02;
  letter-spacing: -.025em;
  font-weight: 600;
}
.v3-section-head > p {
  margin: 0 0 5px;
  color: var(--v3-muted);
  font-size: 16px;
}

/* Visual editorial */
.v3-visual-section {
  padding: 92px 0 100px;
  background: var(--v3-paper);
}
.v3-editorial-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr .85fr;
  grid-template-rows: 260px 260px;
  gap: 12px;
}
.v3-editorial-card {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  background: #ddd;
}
.v3-editorial-card--large { grid-row: 1 / span 2; }
.v3-editorial-card--wide { grid-column: 2 / span 2; }
.v3-editorial-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}
.v3-editorial-card:hover img { transform: scale(1.025); }
.v3-editorial-card::after {
  content: "";
  position: absolute;
  inset: 42% 0 0;
  background: linear-gradient(transparent, rgba(15,30,42,.82));
}
.v3-editorial-card div {
  position: absolute;
  z-index: 2;
  left: 22px;
  right: 22px;
  bottom: 20px;
  color: #fff;
}
.v3-editorial-card small {
  display: block;
  margin-bottom: 7px;
  color: #fff;
  font-size: 15px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: .045em;
  text-transform: uppercase;
  text-shadow: 0 2px 8px rgba(0,0,0,.62);
}
.v3-editorial-card strong {
  display: block;
  max-width: 560px;
  color: #fff;
  font-family: var(--v3-serif);
  font-size: 25px;
  line-height: 1.12;
  text-shadow: 0 2px 10px rgba(0,0,0,.60);
}

/* Projects */
.v3-projects {
  padding: 96px 0 104px;
  background: #fff;
}
.v3-section-head--projects { margin-bottom: 26px; }
.v3-carousel-wrap { position: relative; }
.v3-carousel-controls {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-bottom: 12px;
}
.v3-carousel-controls button {
  width: 44px;
  height: 44px;
  border: 1px solid var(--v3-line);
  border-radius: 50%;
  background: #fff;
  color: var(--v3-navy);
  cursor: pointer;
  font-size: 20px;
}
.v3-carousel-controls button:hover {
  border-color: var(--v3-gold);
  color: #8e741d;
}
.v3-objects-carousel {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 300px;
  gap: 14px;
  overflow-x: auto;
  padding: 4px 2px 20px;
  scroll-behavior: smooth;
  scrollbar-width: none;
  scroll-snap-type: x proximity;
}
.v3-objects-carousel::-webkit-scrollbar { display: none; }
.v3-object-card {
  scroll-snap-align: start;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--v3-line);
  border-radius: 16px;
  background: #fff;
  text-align: left;
  cursor: pointer;
  box-shadow: 0 8px 22px rgba(22,39,55,.06);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.v3-object-card:hover,
.v3-object-card.is-active {
  transform: translateY(-3px);
  border-color: rgba(212,175,55,.8);
  box-shadow: 0 16px 34px rgba(22,39,55,.11);
}
.v3-object-card img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
}
.v3-object-card .object-card-body {
  display: grid;
  gap: 4px;
  padding: 15px 16px 17px;
}
.v3-object-card small {
  color: #7b858c;
  font-size: 12px;
}
.v3-object-card strong {
  min-height: 42px;
  color: var(--v3-navy);
  font-family: var(--v3-serif);
  font-size: 22px;
  line-height: 1.08;
}
.v3-object-card em {
  color: #8d7420;
  font-size: 13px;
  line-height: 1.3;
  font-style: normal;
  font-weight: 700;
}
.v3-object-detail {
  margin-top: 18px;
  padding: 18px;
  border: 1px solid var(--v3-line);
  border-radius: 22px;
  background: var(--v3-paper);
  display: grid;
  grid-template-columns: minmax(0,1.15fr) minmax(350px,.85fr);
  gap: 30px;
}
.detail-gallery { min-width: 0; }
.detail-main-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  background: #e7e7e3;
}
.detail-main {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
}
.gallery-arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 52px;
  border: 0;
  border-radius: 10px;
  background: rgba(255,255,255,.93);
  color: var(--v3-navy);
  cursor: pointer;
  font-size: 30px;
  box-shadow: 0 8px 22px rgba(0,0,0,.14);
}
.gallery-arrow--left { left: 12px; }
.gallery-arrow--right { right: 12px; }
.detail-thumbs {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 8px;
  margin-top: 8px;
}
.detail-thumb {
  padding: 0;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 9px;
  background: none;
  cursor: pointer;
}
.detail-thumb.is-active { border-color: var(--v3-coral); }
.detail-thumb img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
}
.detail-content {
  align-self: start;
  padding: 8px 14px 8px 4px;
}
.detail-kicker {
  margin: 0 0 5px;
  color: #8d7420;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.detail-content h3 {
  margin: 0 0 14px;
  color: var(--v3-navy);
  font-family: var(--v3-serif);
  font-size: clamp(36px, 3.5vw, 50px);
  line-height: 1.02;
}
.detail-description {
  margin: 0 0 18px;
  color: #57666f;
  font-size: 16px;
}
.detail-features {
  list-style: none;
  padding: 15px 0 0;
  margin: 0 0 18px;
  border-top: 1px solid var(--v3-line);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px 14px;
}
.detail-features li {
  position: relative;
  padding-left: 23px;
  color: #3f5360;
  font-size: 14px;
}
.detail-features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--v3-coral);
  font-weight: 900;
}
.detail-meta {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 8px;
  margin-bottom: 19px;
}
.detail-meta div {
  padding: 11px;
  border: 1px solid rgba(26,42,58,.08);
  border-radius: 10px;
  background: #fff;
}
.detail-meta small {
  display: block;
  color: #899299;
  font-size: 10px;
}
.detail-meta strong {
  display: block;
  margin-top: 3px;
  color: var(--v3-navy);
  font-size: 13px;
  line-height: 1.2;
}
.detail-cta { min-width: 260px; }

/* Experts */
.v3-experts {
  padding: 96px 0;
  background: var(--v3-navy);
  color: #fff;
}
.v3-experts-grid {
  display: grid;
  grid-template-columns: minmax(0,.82fr) minmax(0,1.18fr);
  gap: 70px;
  align-items: center;
}
.v3-experts .v3-eyebrow { color: var(--v3-gold); }
.v3-experts h2 { color: #fff; }
.v3-experts-intro > p:not(.v3-eyebrow) {
  max-width: 590px;
  margin: 22px 0 0;
  color: rgba(255,255,255,.82);
  font-size: 17px;
}
.v3-experts-intro .v3-experts-highlight {
  margin-top: 20px;
  color: #fff;
  font-family: var(--v3-serif);
  font-size: 28px;
  line-height: 1.15;
  font-weight: 700;
}
.v3-experts-intro strong { color: #fff; }
.v3-team-card {
  padding: 30px;
  border: 1px solid rgba(212,175,55,.45);
  border-radius: 22px;
  background: rgba(255,255,255,.035);
}
.v3-team-names {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 20px;
  align-items: center;
}
.v3-team-names > div:not(.v3-team-plus) {
  padding: 21px;
  border-radius: 16px;
  background: #fff;
  color: var(--v3-navy);
  text-align: center;
}
.v3-team-names small {
  display: block;
  margin-bottom: 9px;
  color: #8d7420;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}
.v3-team-names strong {
  display: block;
  font-family: var(--v3-serif);
  font-size: 32px;
  line-height: .98;
}
.v3-team-names span {
  display: block;
  margin-top: 9px;
  color: #68747c;
  font-size: 12px;
}
.v3-team-plus {
  color: var(--v3-gold);
  font-family: var(--v3-serif);
  font-size: 42px;
}
.v3-team-proof {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 8px;
  margin-top: 12px;
}
.v3-team-proof div {
  padding: 13px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 12px;
  text-align: center;
}
.v3-team-proof b {
  display: block;
  color: var(--v3-gold);
  font-family: var(--v3-serif);
  font-size: 30px;
  line-height: 1.05;
}
.v3-team-proof span {
  display: block;
  margin-top: 6px;
  color: rgba(255,255,255,.82);
  font-size: 14px;
  line-height: 1.35;
}

/* Scenarios */
.v3-scenarios {
  padding: 96px 0 104px;
  background: var(--v3-paper);
}
.v3-scenario-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 14px;
}
.v3-scenario-card {
  min-height: 310px;
  padding: 28px;
  border: 1px solid var(--v3-line);
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  background: #fff;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.v3-scenario-card:hover {
  transform: translateY(-3px);
  border-color: rgba(212,175,55,.8);
  box-shadow: 0 16px 36px rgba(20,34,48,.10);
}
.v3-scenario-card > span {
  color: var(--v3-gold);
  font-family: var(--v3-serif);
  font-size: 24px;
}
.v3-scenario-card > strong {
  margin-top: 54px;
  color: var(--v3-navy);
  font-family: var(--v3-serif);
  font-size: 35px;
  line-height: 1;
}
.v3-scenario-card p {
  margin: 15px 0 0;
  color: var(--v3-muted);
  font-size: 16px;
  line-height: 1.5;
}
.v3-scenario-card em {
  margin-top: auto;
  padding-top: 22px;
  color: var(--v3-coral);
  font-style: normal;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 800;
}

/* Contact */
.v3-contact {
  position: relative;
  overflow: hidden;
  padding: 92px 0;
  background: var(--v3-light);
}
.v3-contact-media {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(248,249,250,.98) 0%, rgba(248,249,250,.93) 48%, rgba(248,249,250,.50) 70%, rgba(248,249,250,.20) 100%),
    url('/static/media/object-high-3.webp') center / cover no-repeat;
}
.v3-contact-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0,1.15fr) minmax(330px,.65fr);
  gap: 90px;
  align-items: center;
}
.v3-contact-copy { max-width: 700px; }
.v3-contact-copy > p:not(.v3-eyebrow) {
  max-width: 620px;
  margin: 22px 0 25px;
  color: #58666e;
  font-size: 17px;
}
.v3-contact-points {
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
}
.v3-contact-points span {
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.82);
  color: var(--v3-navy);
  font-size: 12px;
  font-weight: 700;
}
.v3-contact-points span::before {
  content: "✓";
  margin-right: 6px;
  color: var(--v3-coral);
  font-weight: 900;
}

/* Footer */
.v3-footer {
  padding: 35px 0;
  background: var(--v3-navy);
  color: #fff;
}
.v3-footer-grid {
  display: grid;
  grid-template-columns: 1fr auto 1.25fr;
  gap: 32px;
  align-items: center;
}
.v3-footer-grid > div:first-child {
  display: grid;
  gap: 3px;
}
.v3-footer-grid > div:first-child strong {
  font-size: 13px;
}
.v3-footer-grid > div:first-child span {
  color: rgba(255,255,255,.62);
  font-size: 11px;
}
.v3-footer-contact {
  display: grid;
  gap: 3px;
  font-size: 13px;
}
.v3-footer-contact a:first-child {
  color: var(--v3-gold);
  font-weight: 800;
}
.v3-footer-links {
  display: flex;
  justify-content: flex-end;
  gap: 8px 18px;
  flex-wrap: wrap;
  color: rgba(255,255,255,.68);
  font-size: 11px;
}
.v3-footer-links a:hover { color: var(--v3-gold); }

/* Mobile */
@media (max-width: 1060px) {
  .v3-container { width: min(100% - 42px, 940px); }
  .v3-nav,
  .v3-phone,
  .v3-header-cta { display: none; }

  .v3-menu-toggle {
    display: grid;
    margin-left: auto;
    width: 42px;
    height: 42px;
    place-content: center;
    gap: 5px;
    border: 1px solid rgba(255,255,255,.35);
    border-radius: 50%;
    background: rgba(16,30,43,.36);
  }
  .v3-menu-toggle span {
    width: 19px;
    height: 2px;
    background: #fff;
  }
  .v3-mobile-menu {
    position: absolute;
    top: 78px;
    left: 20px;
    right: 20px;
    padding: 12px;
    border: 1px solid rgba(212,175,55,.5);
    border-radius: 14px;
    background: rgba(26,42,58,.98);
    box-shadow: var(--v3-shadow);
  }
  .v3-mobile-menu.is-open { display: grid; }
  .v3-mobile-menu a {
    padding: 11px 12px;
    border-radius: 8px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
  }
  .v3-mobile-menu .mobile-phone {
    margin-top: 4px;
    border-top: 1px solid rgba(255,255,255,.14);
    color: var(--v3-gold);
  }

  .v3-hero-grid {
    grid-template-columns: 1fr 330px;
    gap: 28px;
  }
  .v3-hero h1 { font-size: clamp(50px,6.2vw,70px); }
  .v3-section-head { gap: 34px; }
  .v3-object-detail { grid-template-columns: 1fr; }
  .v3-experts-grid { grid-template-columns: 1fr; }
  .v3-contact-grid { gap: 38px; }
}

@media (max-width: 760px) {
  body.v3-page { font-size: 15px; }
  .v3-container { width: min(100% - 28px, 680px); }
  .v3-header-inner { min-height: 78px; }
  .v3-page .v3-brand-logo { width: 52px; max-width: 52px; height: 52px; flex-basis: 52px; }

  .v3-hero {
    min-height: auto;
  }
  .v3-hero-media {
    background-position: 63% center;
  }
  .v3-hero-shade {
    background:
      linear-gradient(180deg, rgba(26,42,58,.86) 0%, rgba(26,42,58,.70) 46%, rgba(26,42,58,.40) 72%, rgba(26,42,58,.58) 100%);
  }
  .v3-hero-grid {
    min-height: 0;
    padding-top: 112px;
    padding-bottom: 34px;
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .v3-hero h1 {
    max-width: 610px;
    font-size: clamp(43px,12vw,58px);
  }
  .v3-hero-lead { font-size: 17px; }
  .v3-proof { gap: 8px; }
  .v3-proof div {
    flex: 1 1 30%;
    min-width: 100px;
    padding: 11px 10px;
  }
  .v3-proof b { font-size: 20px; }
  .v3-proof span { font-size: 10px; }
  .v3-hero-form { padding: 21px; }
  .v3-form-heading h2 { font-size: 28px; }

  .v3-hero-note .v3-container {
    min-height: 76px;
    display: grid;
    gap: 3px;
    padding: 10px 0;
  }
  .v3-hero-note span { white-space: normal; }

  .v3-visual-section,
  .v3-projects,
  .v3-experts,
  .v3-scenarios,
  .v3-contact { padding: 68px 0; }

  .v3-section-head,
  .v3-contact-grid {
    grid-template-columns: 1fr;
    gap: 17px;
  }
  .v3-section-head h2,
  .v3-experts h2,
  .v3-contact h2 { font-size: 40px; }

  .v3-editorial-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 300px 210px 210px;
  }
  .v3-editorial-card--large {
    grid-column: 1 / -1;
    grid-row: auto;
  }
  .v3-editorial-card--wide { grid-column: 1 / -1; }
  .v3-editorial-card small { font-size: 14px; }
  .v3-editorial-card strong { font-size: 22px; }

  .v3-carousel-controls { display: none; }
  .v3-objects-carousel { grid-auto-columns: 78vw; }
  .v3-object-detail { padding: 10px; gap: 17px; }
  .detail-content { padding: 5px; }
  .detail-features { grid-template-columns: 1fr; }
  .detail-meta { grid-template-columns: 1fr 1fr; }

  .v3-experts-intro .v3-experts-highlight { font-size: 24px; }

  .v3-team-card { padding: 18px; }
  .v3-team-names {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .v3-team-plus {
    text-align: center;
    font-size: 30px;
    line-height: 1;
  }
  .v3-team-proof {
    grid-template-columns: 1fr;
  }

  .v3-scenario-grid { grid-template-columns: 1fr; }
  .v3-scenario-card { min-height: 250px; }

  .v3-contact-media {
    background:
      linear-gradient(rgba(248,249,250,.92), rgba(248,249,250,.92)),
      url('/static/media/object-high-3.webp') center / cover no-repeat;
  }
  .v3-bottom-form { padding: 21px; }

  .v3-footer-grid {
    grid-template-columns: 1fr;
    align-items: start;
  }
  .v3-footer-links {
    justify-content: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 480px) {
  .v3-page .v3-brand-logo { width: 46px; max-width: 46px; height: 46px; flex-basis: 46px; }
  .v3-brand-title { font-size: 15px; }
  .v3-hero h1 { font-size: 42px; }
  .v3-proof { display: grid; grid-template-columns: 1fr 1fr; }
  .v3-proof div:last-child { grid-column: 1 / -1; }
  .v3-editorial-grid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4,230px);
  }
  .v3-editorial-card--large,
  .v3-editorial-card--wide { grid-column: auto; }
  .v3-objects-carousel { grid-auto-columns: 86vw; }
  .detail-meta { grid-template-columns: 1fr; }
}
