:root {
  --cream: #f5f2ec;
  --surface: #ffffff;
  --soft: #ebe7df;
  --charcoal: #292724;
  --charcoal-2: #35312d;
  --clay: #d96f3e;
  --text: #272522;
  --subtle: #706b66;
  --radius-xl: 34px;
  --radius-lg: 28px;
  --radius-md: 20px;
  --shadow-soft: 0 18px 50px rgba(43, 39, 35, .08);
  --page: min(1500px, calc(100vw - 48px));
}

html,
body {
  color: var(--text);
  background: var(--cream);
}

::selection { color: #fff; background: var(--clay); }
:focus-visible { outline-color: var(--clay); }
.skip-link { color: #fff; background: var(--charcoal); }

body {
  background-image: none;
  font-family: var(--body);
  font-size: 17px;
}

h1,
h2,
h3,
blockquote {
  color: var(--text);
  font-family: var(--display);
  font-weight: 600;
  letter-spacing: -.045em;
}

.eyebrow {
  color: var(--clay);
  font-family: var(--body);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .1em;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 36px;
  align-items: center;
  width: 100%;
  min-height: 88px;
  margin: 0;
  padding: 0 max(24px, calc((100vw - 1500px) / 2));
  border: 0;
  background: rgba(244, 242, 237, .92);
  backdrop-filter: blur(18px);
}

.brand {
  gap: 8px;
  color: var(--text);
  font-family: var(--body);
}

.brand strong {
  color: var(--text);
  font-size: 36px;
  font-weight: 800;
  letter-spacing: -.055em;
}

.brand > span {
  color: var(--clay);
  font-size: 31px;
  font-weight: 500;
}

.brand small {
  color: var(--subtle);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .06em;
}

.site-nav {
  justify-self: center;
  display: flex;
  gap: 2px;
  width: max-content;
  padding: 5px;
  border: 1px solid #deddd7;
  border-radius: 999px;
  background: rgba(255,255,255,.72);
}

.site-nav a {
  padding: 11px 15px;
  border-radius: 999px;
  color: #504c48;
  font-family: var(--body);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  transition: color .2s ease, background .2s ease;
}

.site-nav a::after { display: none; }
.site-nav a:hover,
.site-nav a:focus-visible { color: #fff; background: var(--charcoal); }

.header-call {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 182px;
  min-height: 47px;
  padding: 0 26px;
  border-radius: 999px;
  color: #fff;
  background: var(--clay);
  transition: transform .2s ease, background .2s ease;
}

.header-call:hover { background: var(--charcoal); transform: translateY(-2px); }
.header-call span { font-size: 13px; font-weight: 700; text-transform: uppercase; white-space: nowrap; }
.coordinates { display: none !important; }

.section {
  width: var(--page);
  max-width: none;
  margin: 0 auto;
  padding: clamp(76px, 7vw, 116px) 0;
}

section[id] { scroll-margin-top: 88px; }

.button {
  min-width: 240px;
  min-height: 58px;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: var(--clay);
  font-family: var(--body);
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.button .arrow {
  position: static;
  margin-left: 14px;
  color: currentColor;
}

.button:hover { color: #fff; background: var(--charcoal); }

.button:active,
.header-call:active { transform: translateY(1px) scale(.985); }

.header-call,
.button-rust {
  color: #fff;
  background: var(--clay);
}

.header-call:hover,
.button-rust:hover {
  color: #fff;
  background: var(--charcoal);
}

.landing-hero {
  display: grid;
  grid-template-columns: minmax(390px, 37%) minmax(0, 63%);
  width: var(--page);
  min-height: 650px;
  margin: 10px auto 0;
  overflow: hidden;
  border-radius: var(--radius-xl);
  color: var(--text);
  background: var(--surface);
  box-shadow: var(--shadow-soft);
}

.landing-hero-media {
  position: relative;
  grid-column: 2;
  grid-row: 1;
  margin: 18px 18px 18px 0;
  overflow: hidden;
  border-radius: var(--radius-lg);
}

.landing-hero-media::after {
  background: linear-gradient(0deg, rgba(25,29,26,.08), transparent 34%);
}

.landing-hero-media img {
  object-position: center center;
  filter: brightness(.98) saturate(.92) contrast(1.01);
  transform: none !important;
}

.landing-hero .grain { display: none; }

.landing-hero-copy {
  grid-column: 1;
  grid-row: 1;
  justify-content: center;
  width: auto;
  min-height: 650px;
  padding: 58px 48px 58px 54px;
}

.landing-hero-copy h1 {
  max-width: 540px;
  color: var(--text);
  font-size: clamp(52px, 5vw, 78px);
  font-weight: 700;
  line-height: .98;
  letter-spacing: -.065em;
}

.landing-hero-copy h1::after {
  width: 70px;
  height: 4px;
  margin-top: 26px;
  border-radius: 4px;
  background: var(--clay);
}

.landing-hero-copy > p:not(.eyebrow) {
  max-width: 470px;
  margin: 24px 0 0;
  color: #5f5a55;
  font-size: 18px;
  line-height: 1.55;
}

.hero-keyline {
  width: 100%;
  margin: 28px 0;
  border: 0;
}

.hero-keyline span {
  position: relative;
  padding: 14px 20px;
  border-radius: 16px;
  background: var(--soft);
}

.hero-keyline span::before {
  display: none;
}

.hero-keyline span + span { margin-left: 10px; padding-left: 20px; border: 0; }
.hero-keyline b { color: var(--text); font-size: 20px; }
.hero-keyline small { color: #766f69; font-size: 13px; }
.hero-actions { gap: 24px; }
.hero-vk { color: var(--text); border-color: #928b84; }
.hero-vk::after { color: var(--clay); }

.landing .ivan-intro {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0,1.22fr) minmax(340px,.78fr);
  gap: clamp(48px, 6vw, 92px);
  align-items: center;
  min-height: 360px;
  margin-top: 24px;
  padding: 82px 58px 54px;
  border: 0;
  border-radius: var(--radius-xl);
  background: var(--surface);
  box-shadow: var(--shadow-soft);
}

.intro-index {
  position: absolute;
  top: 0;
  left: 50%;
  min-width: 250px;
  padding: 14px 30px 16px;
  border-radius: 0 0 20px 20px;
  color: #fff;
  background: var(--charcoal);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .04em;
  text-align: center;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.ivan-intro blockquote {
  grid-column: 1;
  max-width: 820px;
  color: var(--text);
  font-size: clamp(46px, 4.8vw, 76px);
  line-height: .96;
}

.ivan-intro blockquote em { color: var(--clay); }

.intro-note {
  grid-column: 2;
  padding: 34px;
  border-radius: var(--radius-lg);
  color: #fff;
  background: var(--charcoal);
  box-shadow: var(--shadow-soft);
}

.intro-note strong { color: #fff; font-family: var(--body); font-size: 22px; }
.intro-note p { margin: 18px 0 0; color: #d7d1ca; font-size: 17px; line-height: 1.45; }
.intro-note p + p { padding-top: 18px; border-top: 1px solid rgba(255,255,255,.14); }
.intro-note p b { color: var(--clay); font-weight: 700; }

.landing .locations {
  width: var(--page);
  padding: 86px 0;
  color: var(--text);
  background: transparent;
}

.locations .section-head {
  display: grid;
  grid-template-columns: 1fr minmax(300px, 460px);
  align-items: end;
  margin-bottom: 48px;
}

.locations .section-head > div { display: contents; }
.locations .section-head .section-number { display: none; }
.locations .section-head h2 {
  grid-column: 1;
  grid-row: 1;
  color: var(--text);
  font-size: clamp(54px, 5.5vw, 86px);
  line-height: 1;
}

.locations .section-head .eyebrow {
  grid-column: 2;
  grid-row: 1;
  margin: 0;
  padding: 0;
  border: 0;
  color: var(--subtle);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

.locations-grid {
  display: grid;
  grid-template-columns: 1.25fr .75fr .75fr;
  grid-template-rows: repeat(2, 300px);
  gap: 16px;
}

.location-card {
  position: relative;
  align-self: stretch;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  border: 0 !important;
  border-radius: var(--radius-lg);
  color: #fff;
  background: var(--charcoal);
  box-shadow: var(--shadow-soft);
}

.location-card:nth-child(1) { grid-row: 1 / 3; }
.location-card:nth-child(4) { grid-column: 2 / 4; }
.location-photo,
.location-card:nth-child(n) .location-photo {
  position: absolute;
  inset: 0;
  width: auto;
  height: 100%;
  margin: 0;
  aspect-ratio: auto;
  border-radius: 0;
  clip-path: none;
}

.location-photo::after {
  content: "";
  position: absolute;
  inset: 35% 0 0;
  background: linear-gradient(transparent, rgba(33,30,27,.9));
}

.location-photo img { filter: brightness(.92) saturate(.86); }
.location-copy { position: absolute; z-index: 2; right: 24px; bottom: 18px; left: 28px; }
.location-copy span { display: block; margin: 0 0 8px; color: var(--clay); font-size: 16px; font-weight: 700; }
.location-copy h3 { margin: 0; color: #fff; font-size: clamp(19px, 1.7vw, 28px); font-weight: 700; line-height: 1.05; }
.location-copy p { display: -webkit-box; max-height: 57px; margin: 12px 0 0; padding: 0; overflow: hidden; border: 0; color: rgba(255,255,255,.82); font-size: 14px; line-height: 1.35; white-space: normal; text-overflow: clip; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.location-card:nth-child(4) .location-photo img { object-position: center 42%; }

.route-caveat {
  max-width: 760px;
  margin: 28px 0 0 auto;
  padding: 22px 26px;
  border: 0;
  border-radius: var(--radius-md);
  color: #fff;
  background: var(--charcoal);
}

.route-caveat::before { display: none; }

.landing .honest-prices {
  display: grid;
  grid-template-columns: minmax(360px,.82fr) minmax(0,1.18fr);
  gap: 42px;
  width: var(--page);
  padding: 86px 0;
  overflow: visible;
  color: var(--text);
  background: transparent;
}

.wide-title {
  grid-column: 1 / -1;
  margin-bottom: 6px;
  color: var(--text);
  font-size: clamp(52px, 5.4vw, 84px);
  line-height: 1;
}

.price-hero {
  display: block;
  align-self: stretch;
  padding: 48px;
  border-radius: var(--radius-xl);
  color: #fff;
  background: var(--charcoal);
  box-shadow: var(--shadow-soft);
}

.price-topline { padding: 0; }
.price-topline .eyebrow { color: #b8afa8; }
.price-hero h2 > span {
  color: #fff;
  font-family: var(--body);
  font-size: clamp(76px, 8.5vw, 132px);
  font-weight: 600;
  line-height: 1;
}

.price-hero h2 em {
  margin-top: 20px;
  padding: 0;
  color: #fff;
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 600;
}

.price-hero h2 em::before { display: none; }
.price-hero > p:not(.eyebrow) { color: #d2ccc5; font-size: 16px; }

.real-price-list {
  display: grid;
  gap: 10px;
}

.real-price-list > div {
  display: grid;
  grid-template-columns: minmax(190px,1.1fr) minmax(180px,.9fr) auto;
  gap: 22px;
  min-height: 74px;
  padding: 18px 24px;
  border: 0;
  border-radius: var(--radius-md);
  color: var(--text);
  background: var(--surface);
  box-shadow: 0 8px 28px rgba(43,39,35,.045);
}

.real-price-list > div::before { display: none; }
.real-price-list > div:nth-child(2) { color: #fff; background: var(--clay); }
.real-price-list > div:nth-child(2) span,
.real-price-list > div:nth-child(2) b { color: #fff; }
.real-price-list > div:hover { transform: translateX(5px); }
.real-price-list strong { color: inherit; font-size: 17px; }
.real-price-list span { color: var(--subtle); font-size: 14px; }
.real-price-list b { color: var(--text); font-size: 18px; }

.landing .real-cabin {
  display: grid;
  grid-template-columns: minmax(0,1.12fr) minmax(380px,.88fr);
  gap: clamp(48px, 6vw, 92px);
  width: var(--page);
  min-height: 690px;
  padding: 86px 0;
  overflow: visible;
  color: var(--text);
  background: transparent;
}

.real-cabin-copy {
  grid-column: 2;
  grid-row: 1;
  justify-content: center;
  width: auto;
  min-height: 690px;
  padding: 30px 0;
  color: var(--text);
  background: transparent;
}

.real-cabin-copy h2 { color: var(--text); font-size: clamp(52px, 5.4vw, 84px); line-height: .98; }
.real-cabin-copy h3 { margin: 18px 0 0; color: var(--clay); font-size: 24px; letter-spacing: -.02em; }
.real-cabin-copy > p:not(.eyebrow) { color: var(--subtle); font-size: 17px; }
.real-cabin-copy ul { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 20px 0 32px; }
.real-cabin-copy li {
  position: relative;
  padding: 15px 14px 15px 46px;
  border-radius: 16px;
  color: var(--text);
  background: var(--surface);
  font-size: 14px;
  text-transform: none;
}
.real-cabin-copy li::before { left: 18px; width: 10px; height: 10px; background: var(--clay); }
.real-cabin-copy .button { color: #fff; background: var(--clay); }
.real-cabin-copy .button:hover { color: #fff; background: var(--charcoal); }

.real-cabin-photos {
  position: relative;
  grid-column: 1;
  grid-row: 1;
  min-height: 690px;
}

.real-cabin-photos figure,
.real-cabin-photos figure:first-child {
  position: absolute;
  inset: 0 70px 0 0;
  overflow: hidden;
  border: 0;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-soft);
}

.real-cabin-photos figure:last-child {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 26px;
  width: 42%;
  height: 42%;
  overflow: hidden;
  border: 8px solid var(--cream);
  border-radius: var(--radius-lg);
  clip-path: none;
  box-shadow: var(--shadow-soft);
}

.real-cabin-photos figure:first-child img,
.real-cabin-photos figure:last-child img { filter: brightness(.9) saturate(.88); }

.landing .real-vehicles {
  width: var(--page);
  padding: 86px 0;
  color: var(--text);
  background: transparent;
}

.vehicle-section-title { margin-bottom: 46px; text-align: center; }
.vehicle-section-title h2 { color: var(--text); font-size: clamp(52px,5vw,80px); }
.vehicle-section-title h2::after { width: 68px; height: 4px; margin: 20px auto 0; border-radius: 4px; background: var(--clay); }
.real-vehicle-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.real-vehicle-grid article {
  display: grid;
  grid-template-columns: 70px 1fr;
  padding: 0 28px 28px;
  overflow: hidden;
  border-radius: var(--radius-xl);
  color: var(--text);
  background: var(--surface);
  box-shadow: var(--shadow-soft);
}
.real-vehicle-grid figure,
.real-vehicle-grid article:first-child figure,
.real-vehicle-grid article:last-child figure {
  grid-column: 1 / -1;
  justify-self: start;
  width: calc(100% + 56px);
  max-width: none;
  aspect-ratio: 16 / 9;
  margin: 0 -28px 26px;
  border-radius: var(--radius-xl) var(--radius-xl) 0 0;
  clip-path: none;
  background: var(--soft);
}
.real-vehicle-grid figure img { filter: brightness(.92) saturate(.88); }
.real-vehicle-grid .eyebrow { grid-column: 1; margin: 4px 0 0; color: var(--clay); font-size: 14px; }
.real-vehicle-grid h3 { grid-column: 2; color: var(--text); font-size: clamp(22px,2.2vw,34px); }
.real-vehicle-grid article > p:last-child { grid-column: 2; margin-top: 12px; border: 0; color: var(--subtle); font-size: 16px; }

.vehicle-compare {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 44px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  min-height: 84px;
  margin-top: 18px;
  padding: 24px 32px;
  border-radius: var(--radius-md);
  color: #ddd7d0;
  background: var(--charcoal);
}
.vehicle-compare span { display: flex; gap: 12px; align-items: center; line-height: 1.35; }
.vehicle-compare span:first-child { justify-content: flex-end; text-align: right; }
.vehicle-compare span:last-child { justify-content: flex-start; text-align: left; }
.vehicle-compare b { flex: 0 0 auto; color: #fff; font-size: 17px; }
.vehicle-compare i { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; color: #fff; background: var(--clay); font-size: 11px; font-style: normal; text-transform: uppercase; }

.landing .how-to {
  width: var(--page);
  padding: 86px 0;
  color: var(--text);
  background: transparent;
}
.how-to .section-head { margin-bottom: 46px; }
.how-to .section-head h2 { color: var(--text); font-size: clamp(52px,5.4vw,84px); }
.how-to .section-head h2::after { display: none; }
.how-to ol { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.how-to ol::before { display: none; }
.how-to li {
  position: relative;
  min-height: 360px;
  padding: 34px;
  overflow: hidden;
  border: 0;
  border-radius: var(--radius-lg);
  color: var(--text);
  background: var(--surface);
  box-shadow: var(--shadow-soft);
}
.how-to li:nth-child(2) { color: #fff; background: var(--charcoal); }
.how-to li > b {
  display: block;
  color: rgba(39,37,34,.1);
  font-size: clamp(108px,10vw,164px);
  font-weight: 500;
  line-height: .82;
}
.how-to li:nth-child(2) > b { color: rgba(255,255,255,.13); }
.how-to li > strong { margin: 38px 0 16px; color: inherit; font-size: clamp(22px,2vw,30px); }
.how-to li p { color: var(--subtle); font-size: 17px; }
.how-to li:nth-child(2) p { color: #d1cbc4; }
.landing .direct-contacts {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 46px;
  width: var(--page);
  min-height: 550px;
  margin: 86px auto 34px;
  padding: 64px;
  overflow: hidden;
  border-radius: var(--radius-xl);
  color: #fff;
  background:
    linear-gradient(90deg, rgba(38,35,32,.97) 0%, rgba(38,35,32,.91) 48%, rgba(38,35,32,.34)),
    url('/assets/real/vid-volga.webp') right bottom / 62% 100% no-repeat,
    var(--charcoal);
  box-shadow: var(--shadow-soft);
}
.direct-contacts::before { display: none; }
.contact-heading { align-self: center; }
.contact-heading h2 { color: #fff; font-size: clamp(48px,5vw,78px); line-height: 1; }
.contact-heading h2::after { width: 68px; height: 4px; border-radius: 4px; background: var(--clay); }
.contact-heading .eyebrow { color: var(--clay); }
.contact-heading > p:last-child { color: #d8d2cb; font-size: 17px; }
.contact-actions { align-self: center; width: auto; margin: 0; }
.contact-phone { color: #fff; font-family: var(--body); font-size: clamp(42px,4.6vw,74px); font-weight: 600; white-space: nowrap; }
.contact-buttons {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  width: min(100%, 530px);
}
.contact-buttons .button {
  width: 100%;
  min-width: 0;
  padding-right: 22px;
  padding-left: 22px;
  justify-content: space-between;
}
.contact-buttons .contact-profile { color: #fff; background: var(--clay); }
.contact-buttons .contact-profile:hover { color: var(--charcoal); background: #fff; }
.contact-buttons .contact-community {
  color: #fff;
  border: 1px solid rgba(255,255,255,.56);
  background: rgba(38,35,32,.72);
  backdrop-filter: blur(10px);
}
.contact-buttons .contact-community:hover { color: var(--charcoal); background: #fff; }

.site-footer { color: var(--text); background: var(--cream); }
.footer-grid {
  grid-template-columns: 1.2fr 1fr 1fr auto;
  width: var(--page);
  margin: 0 auto;
  padding: 34px 0 46px;
  border: 0;
}
.brand-footer strong { font-size: 30px; }
.brand-footer small { color: var(--subtle); }
.footer-grid p,
.footer-meta { color: var(--subtle); font-size: 15px; }
.footer-meta { align-items: flex-end; }

@media (max-width: 1180px) {
  :root { --page: min(100% - 36px, 1500px); }
  .site-header { gap: 18px; padding-right: 18px; padding-left: 18px; }
  .site-nav a { padding-right: 10px; padding-left: 10px; font-size: 12px; }
  .header-call { min-width: 164px; padding-right: 20px; padding-left: 20px; }
  .landing-hero { grid-template-columns: 42% 58%; }
  .landing-hero-copy { padding-right: 34px; padding-left: 38px; }
  .landing-hero-copy h1 { font-size: clamp(48px,5vw,64px); }
  .landing .ivan-intro { grid-template-columns: minmax(0,1.1fr) minmax(320px,.9fr); padding-right: 42px; padding-left: 42px; }
  .locations-grid { grid-template-rows: repeat(2,260px); }
  .landing .real-cabin { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; min-height: 72px; background: var(--cream); backdrop-filter: none; }
  .header-call { display: none; }
  .menu-button span { background: var(--text); }
  .menu-button b { color: var(--text); font-family: var(--body); }
  .menu-button { min-height: 44px; }
  .brand { min-height: 44px; align-items: center; }
  .site-nav {
    position: fixed;
    inset: auto;
    top: 0;
    left: 0;
    z-index: 50;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    gap: 0;
    width: 100vw;
    height: 100svh;
    padding: 90px 24px 36px;
    border: 0;
    border-radius: 0;
    color: var(--text);
    background: var(--cream);
    transform: translateX(100%);
  }
  .site-nav.open { transform: none; }
  .site-nav a { width: 100%; padding: 16px 0; border-bottom: 1px solid #d8d7d1; border-radius: 0; color: var(--text); font-size: 26px; }
  .site-nav a:hover { color: var(--clay); background: transparent; }
  .landing-hero { grid-template-columns: 1fr; grid-template-rows: 360px auto; min-height: 0; }
  .landing-hero-media { grid-column: 1; grid-row: 1; margin: 14px 14px 0; }
  .landing-hero-copy { grid-column: 1; grid-row: 2; min-height: 0; padding: 42px; }
  .landing .ivan-intro { grid-template-columns: 1fr; gap: 28px; padding: 78px 38px 38px; }
  .ivan-intro blockquote { grid-column: 1; }
  .ivan-intro .intro-note { grid-column: 1; }
  .locations .section-head { grid-template-columns: 1fr; gap: 20px; }
  .locations .section-head .eyebrow { grid-column: 1; grid-row: 2; }
  .locations-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 420px 280px 280px; }
  .location-card:nth-child(1) { grid-column: 1 / -1; grid-row: 1; }
  .location-card:nth-child(4) { grid-column: 1 / -1; }
  .landing .honest-prices { grid-template-columns: 1fr; }
  .price-hero { min-height: 420px; }
  .landing .real-cabin { grid-template-columns: 1fr; }
  .real-cabin-photos { grid-column: 1; grid-row: 1; min-height: 560px; }
  .real-cabin-copy { grid-column: 1; grid-row: 2; min-height: 0; padding: 0; }
  .real-vehicle-grid { grid-template-columns: 1fr; }
  .vehicle-compare { grid-template-columns: 1fr; }
  .vehicle-compare i { display: none; }
  .vehicle-compare span:first-child,
  .vehicle-compare span:last-child { justify-content: flex-start; text-align: left; }
  .how-to ol { grid-template-columns: 1fr; }
  .how-to li { min-height: 320px; }
  .landing .direct-contacts { grid-template-columns: 1fr; padding: 46px; }
  .contact-actions { width: 100%; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 24px; }
  .footer-meta { align-items: flex-start; }
}

/* styles.css скрывает вставку-террасу уже с 700px, а отступ 70px под неё живёт в базовом
   правиле redesign.css — в промежутке 641-700px фото домика оставалось смещённым влево */
@media (max-width: 700px) {
  .real-cabin-photos figure:first-child { right: 0; }
  .real-cabin-photos figure:last-child { display: none; }
}

@media (max-width: 640px) {
  :root { --page: calc(100% - 24px); --radius-xl: 26px; --radius-lg: 22px; }
  body { font-size: 16px; }
  .site-header { padding: 0 14px; }
  section[id] { scroll-margin-top: 72px; }
  .brand strong { font-size: 32px; }
  .brand small { font-size: 10px; }
  .section { padding-top: 58px; padding-bottom: 58px; }
  .landing-hero { grid-template-rows: 220px auto; margin-top: 4px; }
  .landing-hero-media { margin: 10px 10px 0; }
  .landing-hero-copy { padding: 32px 24px 36px; }
  .landing-hero-copy h1 { font-size: clamp(40px,12.5vw,54px); }
  .landing-hero-copy > p:not(.eyebrow) { font-size: 16px; }
  .hero-keyline { grid-template-columns: 1fr 1fr; gap: 8px; }
  .hero-keyline span { padding: 12px 14px; }
  .hero-keyline span + span { margin: 0; padding-left: 14px; }
  .hero-actions { display: grid; width: 100%; gap: 14px; }
  .hero-actions .button { width: 100%; }
  .hero-vk { display: none; }
  .landing .ivan-intro { min-height: 0; margin-top: 14px; padding: 72px 24px 24px; }
  .intro-index { min-width: 220px; padding: 12px 20px 14px; font-size: 12px; }
  .ivan-intro blockquote { font-size: 42px; }
  .intro-note { padding: 24px; }
  .landing .locations,
  .landing .honest-prices,
  .landing .real-cabin,
  .landing .real-vehicles,
  .landing .how-to { padding-top: 58px; padding-bottom: 58px; }
  .locations .section-head h2,
  .wide-title,
  .real-cabin-copy h2,
  .vehicle-section-title h2,
  .how-to .section-head h2 { font-size: 43px; }
  .locations-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: repeat(2,240px); gap: 10px; }
  .location-card:nth-child(1),
  .location-card:nth-child(4) { grid-column: auto; grid-row: auto; }
  .location-copy { right: 12px; bottom: 16px; left: 16px; }
  .location-copy span { margin-bottom: 7px; font-size: 14px; }
  .location-copy h3 { font-size: 17px; line-height: 1.02; }
  .location-copy p { display: none; }
  .route-caveat { padding: 18px 20px; }
  .price-hero { min-height: 0; padding: 30px 24px; }
  .price-hero h2 > span { font-size: 70px; }
  .real-price-list > div { grid-template-columns: 1fr auto; gap: 8px; padding: 18px; }
  .real-price-list span { grid-column: 1; }
  .real-price-list b { grid-column: 2; grid-row: 1 / 3; align-self: center; }
  .real-cabin-photos { min-height: 390px; }
  /* вставка-терраса на мобильном скрыта (styles.css:1588), поэтому отступ под неё убираем —
     иначе фото домика стоит 12/40 против 12/12 у всех остальных блоков */
  .real-cabin-photos figure:first-child { right: 0; }
  .real-cabin-photos figure:last-child { display: none; }
  .real-cabin-copy ul { grid-template-columns: 1fr; }
  .real-cabin-copy .button { width: 100%; }
  .real-vehicle-grid article { grid-template-columns: 1fr; padding: 0 20px 24px; }
  .real-vehicle-grid figure,
  .real-vehicle-grid article:first-child figure,
  .real-vehicle-grid article:last-child figure { width: calc(100% + 40px); margin-right: -20px; margin-left: -20px; }
  .real-vehicle-grid .eyebrow,
  .real-vehicle-grid h3,
  .real-vehicle-grid article > p:last-child { grid-column: 1; }
  .real-vehicle-grid .eyebrow { margin-bottom: 10px; }
  .real-vehicle-grid h3 { font-size: 24px; }
  .vehicle-compare { padding: 22px; }
  .vehicle-compare span { display: block; }
  .how-to li { min-height: 252px; padding: 24px; }
  .how-to li > b { font-size: 88px; }
  .how-to li > strong { margin: 24px 0 12px; }
  .landing .direct-contacts { min-height: 560px; margin-top: 58px; padding: 34px 24px; background: linear-gradient(0deg, rgba(38,35,32,.98), rgba(38,35,32,.76)), url('/assets/real/vid-volga.webp') center / cover; }
  .contact-heading h2 { font-size: 42px; }
  .contact-phone { font-size: 34px; }
  .contact-buttons { grid-template-columns: 1fr; width: 100%; }
  .contact-buttons .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; }
}
