* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); overflow-x: clip; }
body {
  margin: 0;
  color: var(--ink);
  background-color: var(--paper);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.72' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.065'/%3E%3C/svg%3E");
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.5;
  overflow-x: clip;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; color: inherit; }
button { cursor: pointer; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
::selection { color: var(--paper-light); background: var(--rust); }
:focus-visible { outline: 2px solid var(--rust); outline-offset: 4px; }
[hidden] { display: none !important; }
.skip-link { position: fixed; z-index: 1000; top: 10px; left: 10px; transform: translateY(-160%); padding: 10px 16px; background: var(--ink); color: var(--paper); }
.skip-link:focus { transform: none; }

.site-header {
  position: relative;
  z-index: 50;
  display: grid;
  grid-template-columns: 285px 1fr 96px;
  align-items: center;
  min-height: 104px;
  margin: 0 var(--pad);
  border-bottom: 1px solid var(--ink);
}
.brand { display: inline-flex; align-items: flex-start; gap: 12px; width: max-content; font-family: var(--display); line-height: .88; }
.brand strong { font-size: clamp(38px, 3.8vw, 62px); letter-spacing: -.05em; }
.brand > span { color: var(--rust); font-size: 43px; font-weight: 300; line-height: .82; }
.brand small { color: var(--olive); font-size: 18px; font-weight: 600; letter-spacing: .08em; line-height: 1; }
.site-nav { display: flex; align-items: center; justify-content: center; gap: clamp(18px, 2.3vw, 46px); }
.site-nav a { position: relative; padding: 42px 0 35px; font: 500 14px/1 var(--display); letter-spacing: .055em; text-transform: uppercase; }
.site-nav a::after { content: ""; position: absolute; right: 0; bottom: 24px; left: 0; height: 2px; background: var(--rust); transform: scaleX(0); transform-origin: left; transition: transform .25s ease; }
.site-nav a:hover::after, .site-nav a[aria-current="page"]::after { transform: scaleX(1); }
.site-nav a[aria-current="page"] { color: var(--rust); }
.coordinates { justify-self: end; color: var(--rust); font: 500 12px/1.35 var(--display); letter-spacing: .14em; }
.menu-button { display: none; border: 0; background: none; }

.eyebrow { margin: 0 0 18px; color: var(--rust); font: 600 13px/1.2 var(--display); letter-spacing: .14em; text-transform: uppercase; }
h1, h2, h3, blockquote { margin: 0; font-family: var(--display); font-weight: 600; text-transform: uppercase; }
h1 { font-size: clamp(76px, 10vw, 178px); line-height: .84; letter-spacing: -.045em; }
h2 { font-size: clamp(53px, 6vw, 105px); line-height: .89; letter-spacing: -.04em; }
h3 { font-size: clamp(34px, 3.4vw, 62px); line-height: .9; letter-spacing: -.03em; }
.lede { max-width: 620px; margin: 26px 0 0; color: #45453d; font-size: clamp(18px, 1.7vw, 25px); line-height: 1.35; }
.section { max-width: 1800px; margin: 0 auto; padding: clamp(100px, 10vw, 170px) var(--pad); }
.section-dark { position: relative; color: var(--paper-light); background: var(--olive-dark); }
.button {
  position: relative;
  display: inline-flex; align-items: center; justify-content: space-between; gap: 36px;
  min-width: 250px; min-height: 60px; padding: 17px 24px;
  border: 1px solid var(--olive); border-radius: 0; background: var(--olive); color: var(--paper-light);
  font: 600 15px/1 var(--display); letter-spacing: .08em; text-transform: uppercase; transition: color .25s ease, background .25s ease;
}
.button { justify-content: center; text-align: center; }
.button .arrow { position: absolute; right: 22px; }
.button:hover { color: var(--ink); background: transparent; }
.button-rust { border-color: var(--rust); background: var(--rust); }
.button-light { border-color: var(--paper); color: var(--ink); background: var(--paper); }
.button-light:hover { color: var(--paper); }
.arrow { display: inline-block; color: var(--rust); font-size: 28px; font-weight: 300; line-height: .6; transition: transform .25s ease; }
a:hover .arrow, button:hover .arrow { transform: translateX(7px); }
.text-link { display: inline-flex; align-items: center; gap: 18px; margin-top: 34px; border-bottom: 1px solid var(--ink); font: 600 15px/2.2 var(--display); letter-spacing: .08em; text-transform: uppercase; }

.home-hero { position: relative; min-height: calc(100svh - 104px); margin: 0 var(--pad); overflow: hidden; background: var(--ink); color: var(--paper-light); }
.hero-media { position: absolute; inset: 0; overflow: hidden; }
.hero-media img { object-position: center center; filter: brightness(.68) saturate(.8) sepia(.08); }
.hero-media::after { content: ""; position: absolute; inset: 0; background: rgba(0, 0, 0, .15); }
.grain { position: absolute; inset: 0; opacity: .2; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.23'/%3E%3C/svg%3E"); }
.hero-copy { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; width: 58%; min-height: calc(100svh - 104px); padding: 70px clamp(25px, 6vw, 100px) 130px; }
.hero-copy h1 { font-size: clamp(82px, 9vw, 165px); text-shadow: 0 2px 20px rgba(0,0,0,.18); }
.hero-copy > p:not(.eyebrow) { max-width: 470px; margin: 30px 0; color: #eee4d3; font-size: clamp(18px, 1.35vw, 23px); }
.hero-copy .button { color: var(--paper-light); background: var(--olive); }
.hero-copy .button:hover { background: var(--paper); color: var(--ink); }
.hero-facts { position: absolute; z-index: 3; right: 0; bottom: 0; left: 34%; display: grid; grid-template-columns: repeat(3, 1fr); min-height: 86px; background: rgba(40,43,32,.94); }
.hero-facts span { display: flex; align-items: center; justify-content: center; gap: 12px; border-left: 1px solid rgba(232,221,199,.4); font: 500 20px/1 var(--display); text-transform: uppercase; }
.hero-facts small { display: block; color: #aaa58d; font: 400 10px/1 var(--body); letter-spacing: .08em; }
.hero-stamp { position: absolute; z-index: 3; top: 24px; right: 24px; width: 80px; padding: 10px; border: 1px solid var(--rust); color: var(--rust); font: 500 10px/1.15 var(--display); text-align: center; letter-spacing: .12em; }
.hero-stamp b { font-size: 30px; }

.section-head { display: grid; grid-template-columns: 120px minmax(0, 1fr); gap: 26px; margin-bottom: clamp(55px, 7vw, 100px); }
.section-head .section-number { color: var(--rust); font: 500 52px/1 var(--display); }
.section-head > div { display: grid; grid-template-columns: minmax(0, 1fr) minmax(250px, 420px); column-gap: 42px; align-items: end; }
.section-head .eyebrow { grid-column: 1 / -1; }
.section-head h2 { max-width: 1000px; }
.section-head .lede { margin: 0; }
.route-list { border-top: 1px solid var(--ink); }
.route-row { display: grid; grid-template-columns: 70px 150px minmax(280px, 1.7fr) .55fr .55fr .65fr 40px; align-items: center; min-height: 142px; border-bottom: 1px solid var(--line); transition: color .25s ease, background .25s ease; }
.route-row:hover { color: var(--paper-light); background: var(--olive); }
.route-number { color: var(--rust); font: 500 40px/1 var(--display); }
.route-thumb { align-self: stretch; margin-right: 28px; overflow: hidden; }
.route-thumb img { transition: transform .45s ease; }
.route-row:hover .route-thumb img { transform: scale(1.04); }
.route-main strong { display: block; font: 600 clamp(28px, 2.5vw, 48px)/1 var(--display); text-transform: uppercase; }
.route-main small { display: block; max-width: 520px; margin-top: 10px; font-family: var(--body); line-height: 1.3; }
.route-row > span:not(.route-main):not(.route-thumb):not(.route-number):not(.arrow) { font: 500 19px/1.2 var(--display); text-transform: uppercase; }
.route-row small { display: block; margin-bottom: 7px; color: var(--muted); font: 400 10px/1 var(--body); letter-spacing: .08em; text-transform: uppercase; }
.route-row:hover small { color: #d7cfbc; }
.route-price { font-size: 24px !important; }

.manifesto { min-height: 720px; padding: clamp(100px, 10vw, 170px) var(--pad); overflow: hidden; }
.manifesto > *:not(.manifesto-map) { position: relative; z-index: 2; }
.manifesto blockquote { max-width: 1420px; font-size: clamp(60px, 7.4vw, 132px); line-height: .92; letter-spacing: -.035em; }
.manifesto blockquote em { color: var(--rust); font-style: normal; }
.manifesto-note { display: flex; justify-content: flex-end; gap: 35px; margin-top: 70px; }
.manifesto-note span { color: var(--rust); font: 500 14px/1.4 var(--display); letter-spacing: .12em; }
.manifesto-note p { max-width: 470px; margin: 0; color: #cfc7b4; }
.manifesto-map { position: absolute; top: -25%; right: -7%; width: 55vw; aspect-ratio: 1; opacity: .16; border: 1px solid var(--paper); border-radius: 50%; box-shadow: 0 0 0 55px transparent; background-image: repeating-radial-gradient(ellipse at center, transparent 0 28px, var(--paper) 29px 30px); transform: rotate(-12deg) scaleY(.65); }

.vehicle-duo { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(22px, 3vw, 50px); }
.vehicle-panel { position: relative; display: grid; grid-template-columns: 1fr auto; align-items: end; padding-bottom: 24px; border-bottom: 1px solid var(--ink); }
.vehicle-panel .media-frame { grid-column: 1 / -1; aspect-ratio: 3 / 2; margin-bottom: 22px; overflow: hidden; }
.vehicle-panel .media-frame img { filter: saturate(.72); transition: transform .6s ease, filter .6s ease; }
.vehicle-panel:hover img { transform: scale(1.025); filter: saturate(.9); }
.vehicle-panel > span:not(.arrow) { grid-column: 1 / -1; margin-bottom: 10px; color: var(--rust); font: 500 13px/1 var(--display); letter-spacing: .12em; }

.cabin-teaser { display: grid; grid-template-columns: .72fr 1.5fr; grid-template-rows: auto auto; align-items: end; gap: 0 clamp(40px, 6vw, 110px); }
.cabin-copy { grid-row: 1 / 3; padding: 40px 0; }
.cabin-copy p:not(.eyebrow) { max-width: 440px; margin: 32px 0; font-size: 20px; }
.cabin-image { min-height: 590px; overflow: hidden; }
.amenities { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; list-style: none; border-bottom: 1px solid var(--ink); }
.amenities li { padding: 22px 14px; border-left: 1px solid var(--line); font: 500 15px/1 var(--display); text-align: center; text-transform: uppercase; }
.quote-section { display: grid; grid-template-columns: 1.25fr .75fr; position: relative; padding-bottom: 220px; }
.quote-image { min-height: 650px; filter: saturate(.72); }
.quote-copy { align-self: center; padding: clamp(35px, 5vw, 90px); background: var(--paper-light); }
.quote-copy blockquote { font-size: clamp(36px, 3.7vw, 66px); line-height: 1.02; }
.quote-section .stat-line { position: absolute; right: var(--pad); bottom: 100px; left: 32%; }
.stat-line { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.stat-line span { padding: 24px; border-left: 1px solid var(--line); font: 500 16px/1.2 var(--display); text-align: center; text-transform: uppercase; }
.stat-line b { margin-right: 10px; color: var(--rust); font-size: 44px; }

.page-intro { display: grid; grid-template-columns: .86fr 1.14fr; min-height: 70vh; margin: 0 var(--pad); padding-top: clamp(60px, 7vw, 120px); border-bottom: 1px solid var(--ink); }
.page-intro > div:first-child { align-self: center; padding: 30px 8vw 60px 0; }
.intro-image { min-height: 620px; overflow: hidden; }
.intro-image img { filter: saturate(.7) sepia(.05); }
.route-filters { display: flex; gap: 34px; margin-bottom: 45px; border-bottom: 1px solid var(--ink); }
.route-filters button { padding: 0 0 16px; border: 0; border-bottom: 3px solid transparent; background: none; font: 500 16px/1 var(--display); text-transform: uppercase; }
.route-filters button:hover, .route-filters button.active { color: var(--rust); border-color: var(--rust); }
.route-row[hidden] { display: none; }
.split-story { display: grid; grid-template-columns: .8fr 1.2fr; gap: 7vw; align-items: center; background: var(--paper-light); }
.split-copy p:not(.eyebrow) { max-width: 520px; margin-top: 35px; font-size: 20px; }
.split-media { min-height: 580px; }

.page-title-only { position: relative; min-height: 480px; padding: clamp(80px, 9vw, 145px) var(--pad) 70px; border-bottom: 1px solid var(--ink); overflow: hidden; }
.page-title-only h1 { font-size: clamp(74px, 11vw, 180px); }
.page-title-only::after { content: "53°12′N / 50°08′E"; position: absolute; top: 50%; right: var(--pad); color: var(--rust); font: 500 13px/1 var(--display); letter-spacing: .14em; transform: rotate(90deg); }
.vehicle-spec { display: grid; grid-template-columns: .82fr 1.18fr; gap: 6vw; align-items: center; }
.vehicle-copy { position: relative; }
.vehicle-copy .route-number { position: absolute; top: 0; right: 0; }
.vehicle-copy > p:not(.eyebrow) { max-width: 530px; margin: 28px 0; font-size: 20px; }
.vehicle-copy dl { margin: 30px 0 38px; border-top: 1px solid var(--line); }
.vehicle-copy dl div { display: grid; grid-template-columns: 1fr 1.4fr; padding: 12px 0; border-bottom: 1px solid var(--line); }
.vehicle-copy dt { color: var(--muted); font-size: 13px; text-transform: uppercase; }
.vehicle-copy dd { margin: 0; font: 500 16px/1.2 var(--display); text-transform: uppercase; }
.vehicle-photo { min-height: 720px; overflow: hidden; }
.vehicle-spec-reverse { grid-template-columns: 1.18fr .82fr; }
.vehicle-spec-reverse .vehicle-copy { grid-column: 2; }
.vehicle-spec-reverse .vehicle-photo { grid-row: 1; grid-column: 1; }
.vehicle-spec-reverse .vehicle-copy dl div { border-color: rgba(232,221,199,.3); }
.vehicle-spec-reverse .vehicle-copy dt { color: #aaa58d; }
.equipment { display: grid; grid-template-columns: .9fr 1.1fr; gap: 6vw; }
.equipment .section-head { display: block; margin: 0; }
.equipment .section-number { display: none; }
.equipment .section-head > div { display: block; }
.equipment-list { display: grid; grid-template-columns: 1fr 1fr; margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--ink); }
.equipment-list li { padding: 25px 0 25px 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); font: 500 20px/1.2 var(--display); text-transform: uppercase; }

.page-photo-hero { display: grid; grid-template-columns: .62fr 1.38fr; min-height: calc(100svh - 104px); margin: 0 var(--pad); }
.photo-hero-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 60px clamp(30px, 5vw, 80px) 60px 0; }
.photo-hero-copy p:not(.eyebrow) { max-width: 430px; margin: 30px 0; font-size: 20px; }
.photo-hero-media { overflow: hidden; }
.amenity-band { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0 var(--pad); border-bottom: 1px solid var(--ink); }
.amenity-band span { padding: 27px; border-left: 1px solid var(--line); font: 500 18px/1 var(--display); text-align: center; text-transform: uppercase; }
.amenity-band b { margin-right: 18px; color: var(--rust); }
.cabin-inside { display: grid; grid-template-columns: 1.3fr .7fr; gap: 7vw; align-items: center; }
.inside-photo { min-height: 650px; overflow: hidden; }
.inside-copy > p:not(.eyebrow) { margin: 28px 0; font-size: 20px; }
.inside-copy ul, .price-includes ul { margin: 30px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--ink); }
.inside-copy li, .price-includes li { padding: 13px 0; border-bottom: 1px solid var(--line); }
.lake-note { display: grid; grid-template-columns: 260px 1fr; align-items: center; color: var(--paper); background: var(--olive); }
.lake-note .stamp { display: inline-block; width: max-content; padding: 30px; border: 2px solid var(--rust); color: var(--rust); font: 500 16px/1.5 var(--display); letter-spacing: .12em; transform: rotate(-3deg); }
.lake-note blockquote { max-width: 1100px; font-size: clamp(42px, 5vw, 84px); line-height: 1; }

.about-hero { display: grid; grid-template-columns: .88fr 1.12fr; min-height: calc(100svh - 104px); margin: 0 var(--pad); }
.about-copy { align-self: center; padding: 60px 5vw 60px 0; }
.about-copy h1 { font-size: clamp(75px, 8vw, 140px); }
.about-copy p:not(.eyebrow) { max-width: 470px; margin-top: 30px; font-size: 21px; }
.about-photo { min-height: 700px; }
.stat-line-large { margin: 0 var(--pad); }
.about-story { display: grid; grid-template-columns: 1fr 1fr; gap: 7vw; }
.story-columns { columns: 2; column-gap: 40px; font-size: 20px; }
.story-columns p { margin-top: 0; }
.archive-grid { display: grid; grid-template-columns: .8fr 1fr 1.35fr; align-items: end; gap: 22px; padding-top: 0; }
.archive-grid figure { margin: 0; }
.archive-grid figure:nth-child(1) img { aspect-ratio: 4/5; }
.archive-grid figure:nth-child(2) img { aspect-ratio: 1; }
.archive-grid figure:nth-child(3) img { aspect-ratio: 3/2; }
.archive-grid img { filter: grayscale(.72) sepia(.15); }
.archive-grid figcaption { padding-top: 10px; font: 500 12px/1 var(--display); letter-spacing: .08em; text-transform: uppercase; }

.gallery-title { display: grid; grid-template-columns: 1fr .6fr; align-items: end; }
.gallery-title .eyebrow, .gallery-title h1 { grid-column: 1; }
.gallery-title .lede { grid-column: 2; grid-row: 2; align-self: end; margin: 0; }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: minmax(230px, 28vw); gap: 8px; padding: 8px; }
.gallery-item { position: relative; overflow: hidden; padding: 0; border: 0; background: var(--ink); text-align: left; }
.gallery-item.wide { grid-column: span 2; }
.gallery-item.tall { grid-row: span 2; }
.gallery-item img { filter: saturate(.65); transition: transform .65s ease, filter .65s ease; }
.gallery-item:hover img { transform: scale(1.025); filter: saturate(.9); }
.gallery-item > span { position: absolute; right: 0; bottom: 0; left: 0; display: flex; justify-content: space-between; padding: 28px 22px 18px; color: var(--paper); background: rgba(24,25,20,.58); }
.gallery-item b { font: 500 14px/1 var(--display); letter-spacing: .08em; text-transform: uppercase; }
.gallery-item small { font: 400 10px/1 var(--display); letter-spacing: .12em; }
.lightbox { position: fixed; z-index: 100; inset: 0; display: grid; place-items: center; padding: 4vw; background: rgba(18,19,15,.95); }
.lightbox img { max-width: 1500px; max-height: 86vh; object-fit: contain; }
.lightbox-close { position: absolute; top: 20px; right: 25px; width: 52px; height: 52px; border: 1px solid var(--paper); background: transparent; color: var(--paper); font: 300 35px/1 var(--display); }

.prices-title { min-height: 520px; }
.price-note { position: absolute; right: var(--pad); bottom: 90px; padding: 26px 40px; color: var(--paper); background: var(--olive); font: 500 20px/1.3 var(--display); text-align: center; text-transform: uppercase; }
.price-list { padding-top: 0; }
.price-row { display: grid; grid-template-columns: 70px 1.5fr .55fr 1fr .65fr 35px; align-items: center; min-height: 132px; border-bottom: 1px solid var(--ink); transition: color .25s, background .25s; }
.price-row:first-child { border-top: 1px solid var(--ink); }
.price-row:hover { color: var(--paper); background: var(--olive); }
.price-row > span:first-child { color: var(--rust); font: 500 34px/1 var(--display); }
.price-row strong { font: 600 clamp(27px, 3vw, 52px)/1 var(--display); text-transform: uppercase; }
.price-row > b { color: var(--olive); font: 500 25px/1 var(--display); text-transform: uppercase; }
.price-row:hover > b { color: var(--paper); }
.price-row small { max-width: 280px; line-height: 1.25; }
.price-row em { font: 600 clamp(25px, 2.3vw, 42px)/1 var(--display); font-style: normal; white-space: nowrap; }
.price-includes { display: grid; grid-template-columns: 1.3fr .7fr; gap: 7vw; align-items: center; background: var(--paper-light); }
.price-image { min-height: 630px; overflow: hidden; }
.fine-print { margin-top: 25px; color: var(--muted); font-size: 14px; }

.faq-layout { display: grid; grid-template-columns: 1.5fr .5fr; min-height: calc(100svh - 104px); }
.faq-main { padding: clamp(70px, 8vw, 130px) 7vw 100px var(--pad); }
.faq-main h1 { margin-bottom: 70px; }
.faq-list { border-top: 1px solid var(--ink); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: grid; grid-template-columns: 65px 1fr 34px; align-items: center; min-height: 79px; list-style: none; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--rust); font: 500 18px/1 var(--display); }
.faq-list summary b { font: 500 21px/1.15 var(--display); text-transform: uppercase; }
.faq-list summary i { position: relative; width: 22px; height: 22px; }
.faq-list summary i::before, .faq-list summary i::after { content: ""; position: absolute; top: 10px; right: 0; left: 0; height: 1px; background: var(--ink); transition: transform .25s; }
.faq-list summary i::after { transform: rotate(90deg); }
.faq-list details[open] summary i::after { transform: rotate(0); }
.faq-list details > div { display: grid; grid-template-columns: 65px 1fr 34px; }
.faq-list details p { grid-column: 2; max-width: 670px; margin: 0; padding: 0 0 24px; color: #4d4b42; }
.faq-aside { position: relative; min-height: 100%; background: var(--olive-dark); overflow: hidden; }
.faq-aside img { filter: brightness(.7) saturate(.55); }
.faq-aside p { position: absolute; top: 50%; right: 20px; color: var(--paper); font: 500 20px/1.4 var(--display); text-align: right; text-transform: uppercase; transform: rotate(90deg) translateX(50%); transform-origin: right center; }

.booking-layout { display: grid; grid-template-columns: .9fr 1.1fr; min-height: calc(100svh - 104px); padding: clamp(55px, 6vw, 105px) var(--pad); }
.booking-copy { padding-right: 7vw; }
.booking-copy h1 { margin-bottom: 28px; }
.booking-form { margin-top: 42px; }
.booking-form > label:not(.form-consent), .form-two label { display: grid; grid-template-columns: 125px 1fr; align-items: center; min-height: 63px; border-bottom: 1px solid var(--ink); }
.booking-form label > span:first-child { font: 500 15px/1 var(--display); letter-spacing: .08em; text-transform: uppercase; }
.booking-form input:not([type="checkbox"]), .booking-form select { width: 100%; padding: 15px 0; border: 0; outline: 0; background: transparent; }
.booking-form input::placeholder { color: #898374; }
.form-two { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.form-two label { grid-template-columns: 80px 1fr; }
.form-consent { display: flex; gap: 12px; align-items: flex-start; margin: 22px 0; color: var(--muted); font-size: 13px; }
.form-consent input { accent-color: var(--olive); }
.booking-form .button { width: 100%; }
.form-status { min-height: 24px; margin: 13px 0 0; color: var(--rust); }
.booking-form.sent .form-status { color: var(--olive); }
.booking-side { border-left: 1px solid var(--ink); }
.booking-photo { height: 62%; margin-left: 18px; }
.contact-block { display: grid; grid-template-columns: .7fr 1fr .7fr; align-items: center; min-height: 38%; margin-left: 18px; border-top: 1px solid var(--ink); }
.contact-block > strong { font: 600 clamp(50px, 5.5vw, 92px)/1 var(--display); }
.contact-block > div { display: flex; flex-direction: column; gap: 5px; }
.contact-block a { border-bottom: 1px solid var(--ink); font: 500 clamp(21px, 2vw, 33px)/1.5 var(--display); }
.contact-block span { font: 500 13px/1.5 var(--display); letter-spacing: .08em; text-transform: uppercase; }
.contact-block > b { justify-self: end; padding: 18px; border: 2px solid var(--rust); color: var(--rust); font: 500 14px/1.35 var(--display); text-align: center; text-transform: uppercase; transform: rotate(-2deg); }

.site-footer { color: var(--paper); background: var(--ink); }
.footer-callout { display: grid; grid-template-columns: 1fr auto; align-items: end; padding: clamp(85px, 9vw, 150px) var(--pad); border-bottom: 1px solid rgba(232,221,199,.28); }
.footer-callout .eyebrow { grid-column: 1 / -1; }
.footer-callout h2 { font-size: clamp(74px, 10vw, 178px); }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr .55fr; gap: 40px; align-items: end; padding: 55px var(--pad); }
.brand-footer strong { font-size: 50px; }
.brand-footer small { color: #aaa58d; }
.footer-grid p { margin: 0; color: #aaa58d; }
.footer-grid a:hover { color: var(--rust); }
.footer-meta { display: flex; flex-direction: column; align-items: flex-end; color: #aaa58d; font: 500 12px/1.5 var(--display); letter-spacing: .1em; text-transform: uppercase; }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity .65s ease, transform .65s cubic-bezier(.22,.7,.18,1); }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1180px) {
  .site-header { grid-template-columns: 225px 1fr 60px; }
  .site-nav { gap: 18px; }
  .site-nav a { font-size: 12px; }
  .brand strong { font-size: 47px; }
  .route-row { grid-template-columns: 54px 110px 1.5fr .5fr .5fr .65fr 30px; }
  .route-main small { display: none; }
  .section-head > div { display: block; }
  .section-head .lede { margin-top: 25px; }
  .booking-layout { grid-template-columns: 1fr 1fr; }
  .contact-block { grid-template-columns: 1fr 1fr; }
  .contact-block > b { display: none; }
}

@media (max-width: 900px) {
  body { font-size: 16px; }
  .site-header { grid-template-columns: 1fr auto; min-height: 82px; margin: 0 20px; }
  .brand strong { font-size: 42px; }
  .brand small { font-size: 14px; }
  .brand > span { font-size: 34px; }
  .coordinates { display: none; }
  .menu-button { position: relative; z-index: 55; display: grid; grid-template-columns: 26px auto; gap: 4px 12px; align-items: center; padding: 10px 0; }
  .menu-button span { grid-column: 1; display: block; width: 26px; height: 1px; background: var(--ink); transition: transform .25s, opacity .25s; }
  .menu-button b { grid-column: 2; grid-row: 1 / 4; font: 500 12px/1 var(--display); text-transform: uppercase; }
  .menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(5px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-5px) rotate(-45deg); }
  .site-nav { position: fixed; z-index: 50; inset: 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 0; padding: 90px 30px 40px; background: var(--paper); transform: translateX(100%); transition: transform .35s ease; }
  .site-nav.open { transform: none; }
  .site-nav a { width: 100%; padding: 13px 0; border-bottom: 1px solid var(--line); font-size: 29px; }
  .site-nav a::after { display: none; }
  .home-hero { min-height: calc(100svh - 82px); margin: 0; }
  .hero-copy { width: 100%; min-height: calc(100svh - 82px); justify-content: flex-end; padding: 60px 20px 155px; }
  .hero-copy h1 { font-size: clamp(64px, 16vw, 110px); }
  .hero-copy > p:not(.eyebrow) { margin: 20px 0; }
  .hero-media img { object-position: 64% center; }
  .hero-facts { left: 0; min-height: 105px; }
  .hero-facts span { flex-direction: column; gap: 5px; font-size: 15px; }
  .hero-stamp { top: 14px; right: 14px; }
  .section-head { grid-template-columns: 58px 1fr; }
  .section-head .section-number { font-size: 37px; }
  .route-row { grid-template-columns: 48px 1fr auto 24px; min-height: 110px; }
  .route-row .route-thumb, .route-row > span:nth-of-type(4), .route-row > span:nth-of-type(5) { display: none; }
  .route-price { font-size: 18px !important; }
  .manifesto { min-height: 600px; }
  .manifesto-note { justify-content: flex-start; }
  .vehicle-duo, .cabin-teaser, .quote-section, .page-intro, .split-story, .vehicle-spec, .vehicle-spec-reverse, .equipment, .page-photo-hero, .cabin-inside, .about-hero, .about-story, .price-includes, .faq-layout, .booking-layout { grid-template-columns: 1fr; }
  .vehicle-panel + .vehicle-panel { margin-top: 55px; }
  .cabin-copy { grid-row: auto; }
  .cabin-image { min-height: 460px; }
  .amenities { grid-template-columns: 1fr 1fr; }
  .quote-copy { margin: -70px 20px 0; z-index: 2; }
  .quote-section .stat-line { right: 20px; bottom: 70px; left: 20px; }
  .quote-section { padding-bottom: 250px; }
  .page-intro { margin: 0 20px; }
  .page-intro > div:first-child { padding-right: 0; }
  .intro-image { min-height: 500px; }
  .split-story { gap: 55px; }
  .vehicle-spec-reverse .vehicle-copy, .vehicle-spec-reverse .vehicle-photo { grid-column: auto; grid-row: auto; }
  .vehicle-spec-reverse .vehicle-copy { grid-row: 1; }
  .vehicle-photo { min-height: 560px; }
  .equipment-list { margin-top: 45px; }
  .page-photo-hero, .about-hero { margin: 0 20px; }
  .photo-hero-media, .about-photo { min-height: 560px; }
  .amenity-band { grid-template-columns: 1fr 1fr; margin: 0 20px; }
  .inside-photo { min-height: 520px; }
  .lake-note { grid-template-columns: 1fr; gap: 55px; }
  .about-copy { padding-right: 0; }
  .about-photo { grid-row: 1; }
  .stat-line-large { margin: 0 20px; }
  .story-columns { columns: auto; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 42vw; }
  .gallery-item.tall { grid-row: span 1; }
  .price-note { position: static; width: max-content; margin-top: 25px; }
  .price-row { grid-template-columns: 45px 1fr auto 25px; padding: 22px 0; }
  .price-row > b, .price-row small { display: none; }
  .price-image { min-height: 520px; }
  .faq-aside { display: none; }
  .booking-copy { padding-right: 0; }
  .booking-side { margin-top: 70px; border: 0; }
  .booking-photo, .contact-block { margin-left: 0; }
  .booking-photo { height: 520px; }
  .contact-block { min-height: 230px; }
  .footer-callout { grid-template-columns: 1fr; gap: 35px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 600px) {
  :root { --pad: 20px; }
  h1 { font-size: clamp(62px, 20vw, 95px); }
  h2 { font-size: clamp(48px, 15vw, 72px); }
  .section { padding-top: 90px; padding-bottom: 90px; }
  .button { width: 100%; min-width: 0; }
  .hero-copy .button { width: auto; }
  .hero-facts span { padding: 10px 5px; text-align: center; }
  .hero-facts small { font-size: 9px; }
  .section-head { display: block; }
  .section-head .section-number { display: block; margin-bottom: 25px; }
  .route-row { grid-template-columns: 38px 1fr 24px; }
  .route-row .route-price { display: none; }
  .route-main strong { font-size: 27px; }
  .manifesto blockquote { font-size: 49px; }
  .manifesto-note { display: block; }
  .manifesto-note p { margin-top: 22px; }
  .vehicle-duo { display: block; }
  .amenities, .amenity-band { grid-template-columns: 1fr 1fr; }
  .amenities li, .amenity-band span { padding: 18px 8px; font-size: 13px; }
  .quote-image { min-height: 490px; }
  .stat-line { grid-template-columns: 1fr; }
  .stat-line span { border-bottom: 1px solid var(--line); }
  .quote-section .stat-line { bottom: 50px; }
  .quote-section { padding-bottom: 385px; }
  .page-intro { display: block; padding-top: 70px; }
  .intro-image { min-height: 390px; }
  .route-filters { gap: 20px; overflow-x: auto; }
  .route-filters button { flex: 0 0 auto; }
  .page-title-only { min-height: 390px; }
  .page-title-only::after { display: none; }
  .vehicle-photo, .photo-hero-media, .about-photo, .inside-photo, .price-image, .split-media { min-height: 390px; }
  .equipment-list { grid-template-columns: 1fr; }
  .lake-note .stamp { padding: 20px; }
  .about-copy h1 { font-size: 69px; }
  .archive-grid { grid-template-columns: 1fr; }
  .archive-grid figure:nth-child(n) img { aspect-ratio: 3/2; }
  .gallery-title { display: block; }
  .gallery-title .lede { margin-top: 25px; }
  .gallery-grid { display: block; padding: 5px; }
  .gallery-item { width: 100%; height: 62vw; margin-bottom: 5px; }
  .price-row { grid-template-columns: 34px 1fr 23px; }
  .price-row em { display: block; grid-column: 2; margin-top: 10px; color: var(--rust); }
  .price-row .arrow { grid-column: 3; grid-row: 1 / 3; }
  .faq-main { padding-right: 20px; }
  .faq-main h1 { margin-bottom: 45px; }
  .faq-list summary { grid-template-columns: 45px 1fr 25px; }
  .faq-list summary b { font-size: 17px; }
  .faq-list details > div { grid-template-columns: 45px 1fr; }
  .form-two { grid-template-columns: 1fr; gap: 0; }
  .booking-form > label:not(.form-consent), .form-two label { grid-template-columns: 92px 1fr; }
  .booking-photo { height: 390px; }
  .contact-block { grid-template-columns: 1fr; gap: 25px; padding: 30px 0; }
  .contact-block > strong { font-size: 62px; }
  .footer-callout .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-meta { align-items: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* Одностраничная версия по реальному брифу Ивана */
.landing img { height: auto; align-self: start; object-fit: contain; }
.landing-hero { position: relative; min-height: calc(100svh - 104px); margin: 0 var(--pad); overflow: hidden; color: var(--paper-light); background: var(--ink); }
.landing-hero-media { position: absolute; inset: 0; overflow: hidden; }
.landing-hero-media figure { position: relative; height: 100%; margin: 0; overflow: hidden; }
.landing-hero-media img { width: 100%; height: 100%; object-fit: cover; filter: brightness(.55) saturate(.72) sepia(.08); }
.landing-hero-media::after { content: ""; position: absolute; inset: 0; z-index: 1; background: rgba(17,18,14,.12); pointer-events: none; }
.landing-hero-media figure::after { content: ""; position: absolute; inset: 0; background: rgba(17,18,14,.16); }
.landing-hero-media figcaption { position: absolute; z-index: 2; top: 24px; padding: 8px 12px; border: 1px solid rgba(241,233,216,.55); font: 500 11px/1 var(--display); letter-spacing: .12em; text-transform: uppercase; }
.hero-uaz figcaption { left: 24px; }
.hero-gelik figcaption { right: 24px; }
.hero-car-label { position: absolute; z-index: 3; top: 24px; padding: 8px 12px; border: 1px solid rgba(241,233,216,.55); color: var(--paper-light); font: 500 11px/1 var(--display); letter-spacing: .12em; text-transform: uppercase; }
.hero-car-label-uaz { left: 24px; }
.hero-car-label-gelik { right: 24px; }
.landing-hero-copy { position: relative; z-index: 3; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; width: 62%; min-height: calc(100svh - 104px); padding: 60px clamp(25px, 6vw, 95px) 140px; }
.landing-hero-copy h1 { font-size: clamp(76px, 8.3vw, 145px); }
.landing-hero-copy > p:not(.eyebrow) { max-width: 560px; margin: 25px 0; font-size: clamp(18px, 1.5vw, 23px); text-shadow: 0 1px 15px rgba(0,0,0,.5); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button-ghost { border-color: var(--paper-light); background: rgba(24,25,20,.36); }
.button-ghost:hover { color: var(--ink); background: var(--paper-light); }
.hero-phone { margin-top: 20px; font: 500 clamp(23px, 2vw, 34px)/1 var(--display); letter-spacing: .04em; white-space: nowrap; }
.landing-facts { position: absolute; z-index: 4; right: 0; bottom: 0; left: 38%; display: grid; grid-template-columns: repeat(3,1fr); background: rgba(40,43,32,.96); }
.landing-facts span { min-height: 92px; padding: 20px; border-left: 1px solid rgba(232,221,199,.35); text-align: center; text-transform: uppercase; }
.landing-facts small { display: block; color: #aaa58d; font-size: 10px; letter-spacing: .12em; }
.landing-facts b { display: block; margin-top: 7px; font: 500 22px/1 var(--display); }

.ivan-intro { display: grid; grid-template-columns: 150px 1.45fr .55fr; gap: clamp(25px,4vw,70px); align-items: start; }
.intro-index { color: var(--rust); font: 500 15px/1 var(--display); letter-spacing: .12em; text-transform: uppercase; }
.ivan-intro blockquote { font-size: clamp(47px,5.5vw,94px); line-height: .94; }
.ivan-intro blockquote em { color: var(--rust); font-style: normal; }
.intro-note { padding-top: 6px; border-top: 1px solid var(--ink); }
.intro-note strong { font: 600 28px/1 var(--display); text-transform: uppercase; }
.intro-note p { margin: 18px 0 0; }

.locations { background: var(--paper-light); }
.locations-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: clamp(16px,2vw,34px); align-items: start; }
.location-card { align-self: start; border-top: 1px solid var(--ink); }
.location-photo { margin-bottom: 22px; overflow: hidden; background: var(--olive-dark); }
.location-photo img { width: 100%; }
.location-card > span { color: var(--rust); font: 500 19px/1 var(--display); }
.location-card h3 { margin: 13px 0 20px; font-size: clamp(34px,3.15vw,58px); }
.location-card p { margin: 0; padding-top: 16px; border-top: 1px solid var(--line); }
.route-caveat { max-width: 920px; margin: 70px 0 0 auto; padding: 25px 0 0 60px; border-top: 1px solid var(--ink); color: var(--olive); font-size: 20px; }

.honest-prices { display: grid; grid-template-columns: .78fr 1.22fr; gap: 7vw; }
.price-hero h2 { color: var(--paper-light); }
.price-hero h2 em { color: var(--rust); font-size: .63em; font-style: normal; }
.price-hero > p:not(.eyebrow) { max-width: 460px; margin-top: 30px; color: #d0c8b5; font-size: 21px; }
.real-price-list { border-top: 1px solid rgba(232,221,199,.4); }
.real-price-list > div { display: grid; grid-template-columns: 1fr 1fr auto; gap: 22px; align-items: center; min-height: 94px; border-bottom: 1px solid rgba(232,221,199,.28); }
.real-price-list strong { font: 500 23px/1.15 var(--display); text-transform: uppercase; }
.real-price-list span { color: #aaa58d; }
.real-price-list b { color: var(--paper-light); font: 600 25px/1 var(--display); white-space: nowrap; }

.real-cabin { display: grid; grid-template-columns: .68fr 1.32fr; gap: 6vw; align-items: start; }
.real-cabin-copy { position: sticky; top: 30px; }
.real-cabin-copy > p:not(.eyebrow) { max-width: 450px; margin: 28px 0; font-size: 20px; }
.real-cabin-copy ul { margin: 0 0 34px; padding: 0; list-style: none; border-top: 1px solid var(--ink); }
.real-cabin-copy li { padding: 12px 0; border-bottom: 1px solid var(--line); }
.real-cabin-photos { display: grid; gap: 20px; }
.real-cabin-photos figure { margin: 0; }
.real-cabin-photos img { width: 100%; }

.real-vehicle-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(25px,4vw,70px); align-items: start; }
.real-vehicle-grid article { align-self: start; }
.real-vehicle-grid figure { margin: 0 0 28px; border-bottom: 1px solid var(--ink); }
.real-vehicle-grid figure img { width: 100%; }
.real-vehicle-grid article:first-child figure { max-width: 76%; }
.real-vehicle-grid h3 { margin: 0 0 20px; }
.real-vehicle-grid article > p:last-child { max-width: 520px; padding-top: 18px; border-top: 1px solid var(--line); }

.how-to { background: var(--paper-light); }
.how-to ol { display: grid; grid-template-columns: repeat(3,1fr); margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--ink); }
.how-to li { min-height: 280px; padding: 28px; border-right: 1px solid var(--line); }
.how-to li > b { color: var(--rust); font: 500 24px/1 var(--display); }
.how-to li > strong { display: block; margin: 48px 0 18px; font: 600 clamp(30px,3vw,52px)/.98 var(--display); text-transform: uppercase; }
.how-to li p { max-width: 350px; }

.direct-contacts { display: grid; grid-template-columns: 1fr 1fr; gap: 7vw; color: var(--paper-light); background: var(--olive); }
.contact-actions { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 16px; }
.contact-phone { margin-bottom: 20px; border-bottom: 2px solid var(--paper-light); font: 600 clamp(34px,4vw,66px)/1.2 var(--display); white-space: nowrap; }
.button-ghost-dark { border-color: var(--paper-light); background: transparent; }
.button-ghost-dark:hover { color: var(--ink); background: var(--paper-light); }
.contact-actions p { max-width: 440px; color: #d5cebd; }
.sticky-call { position: fixed; z-index: 70; right: 22px; bottom: 20px; display: none; min-height: 58px; padding: 12px 18px; color: var(--paper-light); background: var(--rust); box-shadow: 0 8px 30px rgba(24,25,20,.3); font-family: var(--display); text-transform: uppercase; }
.sticky-call span, .sticky-call b { display: block; }
.sticky-call span { font-size: 11px; letter-spacing: .08em; }
.sticky-call b { font-size: 18px; white-space: nowrap; }

@media (max-width: 1050px) {
  .landing-hero-copy { width: 74%; }
  .ivan-intro { grid-template-columns: 90px 1fr; }
  .intro-note { grid-column: 2; display: grid; grid-template-columns: 1fr 1fr; gap: 25px; }
  .intro-note strong { grid-column: 1 / -1; }
  .locations-grid { grid-template-columns: 1fr 1fr; row-gap: 65px; }
  .honest-prices { grid-template-columns: 1fr; }
  .real-cabin { grid-template-columns: 1fr; }
  .real-cabin-copy { position: static; }
}

@media (max-width: 900px) {
  .landing-hero { margin: 0; }
  .landing-hero-copy { width: 100%; min-height: calc(100svh - 82px); justify-content: flex-end; padding: 60px 20px 140px; }
  .landing-hero-media { grid-template-columns: 1fr 1fr; }
  .landing-hero-media img { object-position: center; }
  .landing-facts { left: 0; }
  .real-cabin-photos { grid-template-columns: 1fr 1fr; align-items: start; }
  .real-vehicle-grid, .direct-contacts { grid-template-columns: 1fr; }
  .real-vehicle-grid article:first-child figure { max-width: 100%; }
}

@media (max-width: 600px) {
  .landing-hero { min-height: auto; color: var(--ink); background: var(--paper); }
  .landing-hero-media { position: relative; height: 310px; }
  .landing-hero-media img { filter: brightness(.78) saturate(.78); }
  .landing-hero-media figcaption { top: auto; bottom: 10px; color: var(--paper-light); }
  .hero-uaz figcaption { left: 10px; }
  .hero-gelik figcaption { right: 10px; }
  .hero-car-label { top: auto; bottom: 10px; }
  .hero-car-label-uaz { left: 10px; }
  .hero-car-label-gelik { right: 10px; }
  .landing-hero-copy { min-height: auto; padding: 36px 20px 128px; }
  .landing-hero-copy h1 { font-size: clamp(61px,19vw,83px); }
  .landing-hero-copy > p:not(.eyebrow) { margin: 19px 0; text-shadow: none; }
  .hero-actions { width: 100%; }
  .hero-actions .button { width: 100%; }
  .button-ghost { color: var(--ink); border-color: var(--ink); background: transparent; }
  .hero-phone { color: var(--rust); }
  .landing-facts { grid-template-columns: repeat(3,1fr); color: var(--paper-light); }
  .landing-facts span { min-height: 102px; padding: 17px 5px; }
  .landing-facts b { font-size: 16px; }
  .ivan-intro { display: block; }
  .intro-index { margin-bottom: 34px; }
  .ivan-intro blockquote { font-size: 46px; }
  .intro-note { display: block; margin-top: 45px; }
  .locations-grid { grid-template-columns: 1fr; }
  .location-card h3 { font-size: 48px; }
  .route-caveat { margin-top: 55px; padding-left: 0; font-size: 17px; }
  .real-price-list > div { grid-template-columns: 1fr auto; padding: 20px 0; }
  .real-price-list span { grid-row: 2; }
  .real-price-list b { grid-column: 2; grid-row: 1 / 3; font-size: 20px; }
  .real-cabin-photos { grid-template-columns: 1fr; }
  .real-vehicle-grid { gap: 80px; }
  .how-to ol { grid-template-columns: 1fr; }
  .how-to li { min-height: 230px; border-right: 0; border-bottom: 1px solid var(--line); }
  .direct-contacts { gap: 55px; }
  .contact-phone { font-size: 34px; }
  .sticky-call { display: block; right: 12px; bottom: 12px; left: 12px; text-align: center; }
  .site-footer { padding-bottom: 88px; }
}

/* Компактная экспедиционная композиция */
.landing .ivan-intro,
.landing .honest-prices,
.landing .real-cabin,
.landing .real-vehicles,
.landing .how-to,
.landing .direct-contacts {
  padding-top: clamp(68px, 6.5vw, 108px);
  padding-bottom: clamp(68px, 6.5vw, 108px);
}

.landing-hero-copy {
  width: 72%;
  padding: 54px clamp(28px, 5vw, 82px) 54px;
}
.landing-hero-copy h1 {
  max-width: 980px;
  font-size: clamp(66px, 6.35vw, 110px);
  line-height: .88;
}
.landing-hero-copy > p:not(.eyebrow) { max-width: 510px; margin: 22px 0; }
.landing-hero-media img { filter: brightness(.48) saturate(.66) sepia(.1); }
.landing-hero-media::after {
  background: linear-gradient(90deg, rgba(17,18,14,.67) 0%, rgba(17,18,14,.22) 58%, rgba(17,18,14,.08) 100%);
}
.landing-facts {
  right: 24px;
  bottom: 24px;
  left: auto;
  width: min(690px, 54vw);
  grid-template-columns: 68px repeat(3, 1fr);
  gap: 0;
  padding: 9px;
  border: 1px solid rgba(232,221,199,.36);
  border-radius: 14px;
  background: rgba(24,25,20,.72);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06), 0 16px 42px rgba(0,0,0,.16);
  backdrop-filter: blur(10px);
}
.landing-facts::before {
  content: "63";
  display: grid;
  place-items: center;
  align-self: center;
  justify-self: center;
  width: 44px;
  height: 44px;
  border: 1px solid var(--rust);
  border-radius: 50%;
  color: var(--rust);
  font: 600 17px/1 var(--display);
}
.landing-facts span {
  display: block;
  min-height: 58px;
  padding: 8px 17px;
  border: 0;
  border-left: 1px solid rgba(232,221,199,.24);
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  text-align: left;
}
.landing-facts span:last-child { border-bottom: 0; }
.landing-facts small { align-self: center; }
.landing-facts b { margin-top: 8px; font-size: 20px; }

.ivan-intro {
  grid-template-columns: 92px minmax(0, 1.35fr) minmax(280px, .65fr);
  gap: clamp(24px, 3.5vw, 58px);
  align-items: center;
  border: 0;
}
.landing .ivan-intro {
  padding-top: clamp(48px, 4.4vw, 72px);
  padding-bottom: clamp(48px, 4.4vw, 72px);
}
.intro-index { width: max-content; padding: 9px 11px; color: var(--paper-light); background: var(--rust); }
.ivan-intro blockquote {
  max-width: 920px;
  font-size: clamp(40px, 3.75vw, 64px);
  line-height: .96;
}
.intro-note { padding: 0; border: 0; }
.intro-note strong {
  color: var(--rust);
  font: 700 15px/1.2 var(--body);
  letter-spacing: .02em;
  text-transform: none;
}
.intro-note p { margin-top: 14px; font-size: 16px; line-height: 1.42; }

.landing .locations { padding-top: clamp(64px, 5.5vw, 92px); padding-bottom: clamp(64px, 5.5vw, 92px); }
.locations .section-head { margin-bottom: clamp(38px, 4vw, 60px); }
.location-photo { aspect-ratio: 4 / 3; border-radius: 12px; }
.location-photo img { height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.16,1,.3,1); }
.location-photo.portrait img { object-position: center 44%; }
.location-card:hover .location-photo img { transform: scale(1.025); }
.route-caveat {
  position: relative;
  max-width: 820px;
  margin-top: 46px;
  padding: 20px 24px 20px 48px;
  border: 0;
  border-radius: 10px;
  background: rgba(88,89,59,.09);
  font-size: 18px;
}
.route-caveat::before { content: ""; position: absolute; top: 29px; left: 24px; width: 8px; height: 8px; border-radius: 50%; background: var(--rust); }

.honest-prices {
  grid-template-columns: minmax(330px, .86fr) minmax(0, 1.14fr);
  gap: clamp(34px, 5vw, 82px);
  background-color: var(--olive-dark);
  background-image: linear-gradient(rgba(232,221,199,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(232,221,199,.035) 1px, transparent 1px);
  background-size: 34px 34px;
}
.price-hero {
  align-self: start;
  padding: clamp(24px, 2.4vw, 38px);
  border: 1px solid rgba(232,221,199,.38);
  background: rgba(24,25,20,.2);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06);
}
.price-topline { display: flex; justify-content: space-between; gap: 20px; padding-bottom: 18px; border-bottom: 1px solid rgba(232,221,199,.28); }
.price-topline .eyebrow { margin: 0; }
.price-topline > span { color: #aaa58d; font: 500 11px/1.2 var(--display); letter-spacing: .12em; text-transform: uppercase; }
.price-hero h2 { display: grid; margin-top: 28px; }
.price-hero h2 > span { font-size: clamp(72px, 7.1vw, 124px); line-height: .82; }
.price-hero h2 em { width: max-content; margin-top: 18px; padding: 9px 12px 8px; color: var(--paper-light); background: var(--rust); font-size: clamp(23px, 2.25vw, 38px); letter-spacing: -.01em; }
.price-hero > p:not(.eyebrow) { margin: 26px 0 0; font-size: 18px; }
.real-price-list { counter-reset: price-row; }
.real-price-list > div {
  counter-increment: price-row;
  grid-template-columns: 38px minmax(180px, 1fr) minmax(170px, .9fr) auto;
  gap: 18px;
  min-height: 78px;
  padding: 0 10px;
  transition: background .25s ease, transform .25s ease;
}
.real-price-list > div::before {
  content: counter(price-row, decimal-leading-zero);
  color: var(--rust);
  font: 500 13px/1 var(--display);
  letter-spacing: .08em;
}
.real-price-list > div:hover { background: rgba(232,221,199,.065); transform: translateX(5px); }
.real-price-list strong { font-size: clamp(18px, 1.45vw, 23px); }
.real-price-list span { font-size: 14px; }
.real-price-list b { font-size: clamp(19px, 1.6vw, 25px); }

.real-cabin {
  grid-template-columns: minmax(330px, .72fr) minmax(0, 1.28fr);
  gap: clamp(30px, 4.5vw, 72px);
  align-items: center;
}
.real-cabin-copy {
  position: static;
  display: flex;
  flex-direction: column;
  padding: clamp(30px, 3vw, 46px);
  border: 0;
  border-radius: 16px;
  background: rgba(241,233,216,.72);
}
.real-cabin-copy h2 { font-size: clamp(54px, 5.2vw, 88px); }
.real-cabin-copy > p:not(.eyebrow) { margin: 20px 0; font-size: 17px; }
.real-cabin-copy ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px 22px;
  margin: 4px 0 28px;
  border: 0;
}
.real-cabin-copy li {
  position: relative;
  padding: 0 0 0 17px;
  border: 0;
  font-size: 15px;
}
.real-cabin-copy li::before {
  content: "";
  position: absolute;
  top: .62em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--rust);
}
.real-cabin-copy .button { margin-top: auto; }
.real-cabin-photos {
  position: relative;
  display: block;
  min-height: 560px;
  max-height: none;
}
.real-cabin-photos figure { position: absolute; overflow: hidden; border-radius: 16px; }
.real-cabin-photos figure:first-child { inset: 0 12% 0 0; }
.real-cabin-photos figure:last-child {
  right: 0;
  bottom: 28px;
  width: 37%;
  height: 43%;
  border: 8px solid var(--paper);
  border-radius: 14px;
  box-shadow: 0 22px 50px rgba(24,25,20,.18);
}
.real-cabin-photos img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.76) sepia(.04); transition: transform .6s cubic-bezier(.16,1,.3,1); }
.real-cabin-photos figure:hover img { transform: scale(1.025); }

.vehicle-section-title { margin-bottom: clamp(34px, 4vw, 58px); }
.vehicle-section-title h2 { font-size: clamp(58px, 5vw, 82px); }
.real-vehicle-grid { gap: clamp(24px, 3vw, 48px); }
.real-vehicle-grid article {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  column-gap: 22px;
  padding-top: 0;
  border-top: 0;
}
.real-vehicle-grid figure,
.real-vehicle-grid article:first-child figure {
  grid-column: 1 / -1;
  width: 100%;
  max-width: none;
  aspect-ratio: 16 / 8.35;
  margin: 0 0 24px;
  overflow: hidden;
  border-radius: 14px;
  border-bottom: 0;
  background: var(--olive-dark);
}
.real-vehicle-grid figure img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72) sepia(.04); transition: transform .6s cubic-bezier(.16,1,.3,1), filter .6s ease; }
.real-vehicle-grid article:hover figure img { transform: scale(1.025); filter: saturate(.9); }
.real-vehicle-grid .eyebrow { grid-column: 1; grid-row: 2 / 4; margin: 4px 0 0; }
.real-vehicle-grid h3 { grid-column: 2; margin: 0; font-size: clamp(35px, 3.05vw, 53px); }
.real-vehicle-grid article > p:last-child { grid-column: 2; max-width: 540px; margin: 20px 0 0; padding-top: 15px; }

.how-to { overflow: hidden; }
.how-to .section-head { margin-bottom: clamp(42px, 4vw, 62px); }
.how-to .section-head { max-width: 1400px; margin-right: auto; margin-left: auto; }
.how-to ol {
  position: relative;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  gap: clamp(22px, 3vw, 48px);
  border-top: 0;
}
.how-to ol::before {
  content: "";
  position: absolute;
  top: 28px;
  right: 16.66%;
  left: 16.66%;
  height: 1px;
  background: var(--ink);
}
.how-to li { position: relative; min-height: 0; padding: 0; border: 0; text-align: center; }
.how-to li > b {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border: 1px solid var(--ink);
  border-radius: 50%;
  color: var(--paper-light);
  background: var(--olive);
  font-size: 18px;
  margin: 0 auto;
}
.how-to li:nth-child(2) > b { background: var(--rust); }
.how-to li > strong { margin: 28px 0 14px; font-size: clamp(31px, 2.7vw, 47px); }
.how-to li p { margin: 0 auto; font-size: 16px; }

.direct-contacts {
  position: relative;
  grid-template-columns: minmax(360px, 600px) minmax(520px, 760px);
  justify-content: center;
  gap: clamp(48px, 5vw, 90px);
  overflow: hidden;
  background: var(--olive-dark);
}
.direct-contacts::before { content: ""; position: absolute; top: 0; right: var(--pad); left: var(--pad); height: 3px; background: var(--rust); }
.contact-heading h2 { max-width: 660px; font-size: clamp(54px, 5.8vw, 98px); }
.contact-heading { align-self: center; width: 100%; }
.contact-heading > p:last-child { max-width: 420px; margin: 28px 0 0; color: #cfc7b4; }
.contact-actions {
  width: 100%;
  max-width: 760px;
  align-items: stretch;
  justify-content: center;
  gap: 0;
  padding-left: clamp(28px, 4vw, 64px);
  border-left: 1px solid rgba(232,221,199,.3);
}
.contact-label { margin-bottom: 14px; color: var(--rust); font: 600 12px/1 var(--display); letter-spacing: .14em; text-transform: uppercase; }
.contact-phone { width: max-content; margin: 0 0 32px; font-size: clamp(43px, 4.5vw, 76px); }
.contact-buttons { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; max-width: 620px; }
.contact-buttons .button { width: 100%; min-width: 0; }

.footer-callout {
  grid-template-columns: 72px 1fr auto;
  gap: clamp(22px, 3vw, 48px);
  align-items: center;
  padding: clamp(38px, 4vw, 64px) var(--pad);
}
.footer-mark {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border: 1px solid var(--rust);
  border-radius: 50%;
  color: var(--rust);
  font: 600 26px/1 var(--display);
}
.footer-callout h2 { font-size: clamp(58px, 6vw, 96px); }
.footer-callout .button { min-width: 280px; }
.footer-grid { padding-top: 38px; padding-bottom: 38px; }

@media (max-width: 1050px) {
  .landing-hero-copy { width: 78%; }
  .landing-hero-copy h1 { font-size: clamp(62px, 7.1vw, 84px); }
  .ivan-intro { grid-template-columns: 72px 1fr; align-items: start; }
  .ivan-intro .intro-note { grid-column: 2; display: grid; grid-template-columns: 1fr 1fr; gap: 0 24px; }
  .ivan-intro .intro-note strong { grid-column: 1 / -1; }
  .honest-prices { grid-template-columns: 1fr; }
  .price-hero { display: grid; grid-template-columns: 1.1fr .9fr; column-gap: 36px; }
  .price-topline { grid-column: 1 / -1; }
  .price-hero > p:not(.eyebrow) { align-self: end; }
  .real-cabin { grid-template-columns: 1fr; }
  .real-cabin-photos { min-height: 480px; }
}

@media (max-width: 900px) {
  .landing-hero-copy { width: 100%; padding-right: 30%; }
  .landing-facts { right: 18px; bottom: 18px; width: min(650px, 68vw); }
  .real-vehicle-grid { grid-template-columns: 1fr 1fr; }
  .real-vehicle-grid article { grid-template-columns: 1fr; }
  .real-vehicle-grid .eyebrow,
  .real-vehicle-grid h3,
  .real-vehicle-grid article > p:last-child { grid-column: 1; grid-row: auto; }
  .real-vehicle-grid h3 { font-size: 38px; }
  .direct-contacts { grid-template-columns: 1fr; justify-content: stretch; }
  .contact-heading, .contact-actions { max-width: none; }
  .contact-actions { padding: 32px 0 0; border-top: 1px solid rgba(232,221,199,.3); border-left: 0; }
  .footer-callout { grid-template-columns: 58px 1fr; }
  .footer-callout .button { grid-column: 2; width: max-content; }
}

@media (max-width: 700px) {
  .landing-hero { min-height: 760px; color: var(--paper-light); background: var(--ink); }
  .landing-hero-media { position: absolute; height: 100%; }
  .landing-hero-media img { filter: brightness(.39) saturate(.64); }
  .landing-hero-copy { min-height: 760px; justify-content: flex-start; padding: 78px 20px 235px; }
  .landing-hero-copy h1 { font-size: clamp(50px, 14vw, 72px); }
  .landing-hero-copy > p:not(.eyebrow) { color: var(--paper-light); text-shadow: 0 1px 12px rgba(0,0,0,.5); }
  .hero-actions { width: 100%; }
  .hero-actions .button { width: 100%; }
  .button-ghost { color: var(--paper-light); border-color: var(--paper-light); background: rgba(24,25,20,.32); }
  .hero-phone { color: var(--paper-light); }
  .hero-phone { display: none; }
  .landing-facts { right: 12px; bottom: 126px; left: 12px; width: auto; grid-template-columns: repeat(3, 1fr); gap: 0; padding: 8px; border-radius: 12px; }
  .landing-facts::before { display: none; }
  .landing-facts span { min-height: 70px; padding: 11px 7px; border-right: 0; border-bottom: 0; border-left: 1px solid rgba(232,221,199,.24); text-align: center; }
  .landing-facts span:first-of-type { border-left: 0; }
  .landing-facts span:last-child { border-right: 0; }
  .landing-facts b { margin-top: 7px; font-size: 16px; }
  .ivan-intro { display: grid; grid-template-columns: 1fr; gap: 24px; }
  .ivan-intro .intro-note { grid-column: 1; display: block; }
  .ivan-intro blockquote { font-size: 42px; }
  .intro-index { margin-bottom: 0; }
  .price-hero { display: block; }
  .price-hero h2 > span { font-size: 67px; }
  .real-price-list > div { grid-template-columns: 28px 1fr auto; gap: 12px; padding: 17px 0; }
  .real-price-list span { grid-column: 2; grid-row: 2; }
  .real-price-list b { grid-column: 3; grid-row: 1 / 3; }
  .real-cabin-copy { padding: 28px 22px; }
  .real-cabin-copy ul { grid-template-columns: 1fr; gap: 12px; }
  .real-cabin-photos { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; min-height: 0; max-height: none; }
  .real-cabin-photos figure,
  .real-cabin-photos figure:first-child,
  .real-cabin-photos figure:last-child { position: relative; inset: auto; width: auto; height: 250px; border: 0; border-radius: 12px; box-shadow: none; }
  .real-vehicle-grid { grid-template-columns: 1fr; gap: 62px; }
  .how-to ol { display: grid; grid-template-columns: 1fr; gap: 34px; padding-left: 76px; }
  .how-to ol::before { top: 28px; bottom: 28px; left: 28px; width: 1px; height: auto; }
  .how-to li > b { position: absolute; top: 0; left: -76px; }
  .how-to li { text-align: left; }
  .how-to li > strong { margin-top: 0; }
  .how-to li p { margin-left: 0; }
  .contact-phone { font-size: clamp(34px, 9vw, 50px); }
  .contact-buttons { grid-template-columns: 1fr; }
  .footer-callout { grid-template-columns: 48px 1fr; gap: 18px; }
  .footer-mark { width: 48px; height: 48px; font-size: 20px; }
  .footer-callout h2 { font-size: clamp(48px, 15vw, 70px); }
  .footer-callout .button { grid-column: 1 / -1; width: 100%; min-width: 0; }
}

/* 2026 dark expedition redesign */
html,
body {
  color: var(--paper-light);
  background: var(--paper);
}
body {
  background-image:
    radial-gradient(circle at 18% 8%, rgba(44, 67, 55, .18), transparent 30%),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.72' numOctaves='3' stitchTiles='stitchTiles'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.035'/%3E%3C/svg%3E");
}
::selection { color: #0d1712; background: var(--rust); }
:focus-visible { outline-color: var(--rust); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  grid-template-columns: 330px 1fr 96px;
  min-height: 92px;
  margin: 0;
  padding: 0 var(--pad);
  border-bottom: 1px solid rgba(244, 198, 43, .42);
  background: rgba(13, 23, 18, .94);
  backdrop-filter: blur(16px);
}
.brand { align-items: center; gap: 10px; }
.brand strong {
  font-size: clamp(34px, 3vw, 50px);
  font-weight: 500;
  letter-spacing: -.035em;
}
.brand > span { color: var(--rust); font-size: 39px; font-weight: 300; }
.brand small { color: var(--paper-light); font-size: 14px; font-weight: 400; letter-spacing: .08em; }
.site-nav { justify-content: flex-end; gap: clamp(18px, 2.2vw, 42px); }
.site-nav a {
  padding: 38px 0 31px;
  font-family: var(--body);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .04em;
}
.site-nav a::after { bottom: 25px; height: 2px; background: var(--rust); }
.coordinates { color: var(--rust); font-family: var(--body); font-size: 10px; font-weight: 600; }

.eyebrow {
  margin-bottom: 20px;
  color: var(--rust);
  font-family: var(--body);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .13em;
}
h1,
h2,
h3,
blockquote {
  font-weight: 300;
  letter-spacing: -.045em;
}
h2 { font-size: clamp(66px, 8vw, 134px); line-height: .86; }
h3 { font-size: clamp(34px, 3.1vw, 54px); font-weight: 400; line-height: .92; }

.section { max-width: none; padding: clamp(92px, 9vw, 156px) var(--pad); }
.button {
  min-width: 260px;
  min-height: 64px;
  padding: 18px 28px;
  border-color: var(--rust);
  border-radius: 0;
  color: #0d1712;
  background: var(--rust);
  font-family: var(--body);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .06em;
}
.button:hover { color: var(--rust); background: transparent; }
.button .arrow { color: currentColor; }

.landing-hero {
  min-height: calc(100svh - 92px);
  margin: 0;
  border: 0;
  background: #0a100d;
}
.landing-hero-media img {
  object-position: center 52%;
  filter: brightness(.56) saturate(.72) contrast(1.04);
}
.landing-hero-media::after {
  background:
    linear-gradient(90deg, rgba(6, 12, 9, .92) 0%, rgba(6, 12, 9, .67) 31%, rgba(6, 12, 9, .12) 69%, rgba(6, 12, 9, .1) 100%),
    linear-gradient(0deg, rgba(6, 12, 9, .4), transparent 42%);
}
.landing-hero-copy {
  width: min(780px, 53vw);
  min-height: calc(100svh - 92px);
  padding: clamp(52px, 6vw, 92px) 0 clamp(58px, 7vw, 106px) var(--pad);
}
.landing-hero-copy h1 {
  max-width: 760px;
  font-size: clamp(86px, 9.1vw, 154px);
  font-weight: 300;
  line-height: .82;
  letter-spacing: -.06em;
}
.landing-hero-copy h1::after {
  content: "";
  display: block;
  width: 52px;
  height: 4px;
  margin-top: 32px;
  background: var(--rust);
}
.landing-hero-copy > p:not(.eyebrow) {
  max-width: 470px;
  margin: 26px 0 34px;
  color: #e1ded3;
  font-size: clamp(16px, 1.2vw, 19px);
  line-height: 1.55;
  text-shadow: none;
}
.hero-actions { display: flex; align-items: center; gap: 38px; }
.hero-vk {
  position: relative;
  padding: 10px 0 8px;
  border-bottom: 1px solid rgba(240,234,220,.65);
  font-family: var(--body);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.hero-vk::after { content: "↗"; margin-left: 10px; color: var(--rust); }
.landing-facts,
.hero-phone,
.hero-car-label { display: none; }

.landing .ivan-intro {
  position: relative;
  grid-template-columns: 110px minmax(0, 1.45fr) minmax(260px, .55fr);
  gap: clamp(30px, 4.5vw, 80px);
  padding-top: clamp(72px, 7vw, 112px);
  padding-bottom: clamp(72px, 7vw, 112px);
  border-bottom: 1px solid rgba(244,198,43,.32);
  background: #101b16;
}
.intro-index {
  padding: 0;
  color: var(--rust);
  background: transparent;
  font-family: var(--body);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .1em;
}
.ivan-intro blockquote {
  max-width: 1040px;
  color: var(--paper-light);
  font-size: clamp(46px, 5vw, 84px);
  font-weight: 300;
  line-height: .93;
}
.ivan-intro blockquote em { color: var(--rust); }
.intro-note strong { color: var(--rust); font-size: 12px; }
.intro-note p { color: #b9beb8; font-size: 14px; line-height: 1.55; }

.landing .locations {
  padding-top: clamp(94px, 9vw, 154px);
  padding-bottom: clamp(94px, 9vw, 154px);
  color: var(--paper-light);
  background: #0d1712;
}
.locations .section-head {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 430px);
  align-items: end;
  margin-bottom: clamp(54px, 6vw, 92px);
}
.locations .section-head .section-number { display: none; }
.locations .section-head > div { display: contents; }
.locations .section-head .eyebrow {
  grid-column: 2;
  grid-row: 1;
  align-self: start;
  margin: 18px 0 0;
  padding-top: 18px;
  border-top: 3px solid var(--rust);
  color: #c2c5bf;
  font-size: 14px;
  line-height: 1.45;
}
.locations .section-head h2 { grid-column: 1; grid-row: 1; }
.locations-grid {
  grid-template-columns: 1.35fr 1fr 1fr .82fr;
  gap: 10px;
}
.location-card { min-width: 0; }
.location-photo {
  aspect-ratio: 1 / 1.08;
  border: 0;
  border-radius: 0;
  background: #17221c;
}
.location-card:nth-child(1) .location-photo { clip-path: polygon(0 0, 100% 0, 84% 100%, 0 100%); }
.location-card:nth-child(2) .location-photo { clip-path: polygon(16% 0, 100% 0, 100% 100%, 0 100%); }
.location-card:nth-child(3) .location-photo { clip-path: polygon(0 0, 100% 0, 86% 100%, 0 100%); }
.location-card:nth-child(4) .location-photo { clip-path: polygon(17% 0, 100% 0, 100% 100%, 0 100%); }
.location-photo img { filter: brightness(.83) saturate(.74); }
.location-card > span {
  display: inline-block;
  margin-top: 24px;
  color: var(--rust);
  font: 300 clamp(28px, 2.5vw, 42px)/1 var(--display);
}
.location-card h3 {
  margin: -30px 0 0 64px;
  padding-top: 0;
  border: 0;
  color: var(--paper-light);
  font-family: var(--body);
  font-size: clamp(16px, 1.4vw, 23px);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: .015em;
}
.location-card p { margin: 16px 0 0 64px; color: #9fa69f; font-size: 13px; line-height: 1.5; }
.route-caveat {
  max-width: 720px;
  margin: 62px 0 0 auto;
  padding: 20px 0 0;
  border-top: 1px solid rgba(240,234,220,.25);
  border-radius: 0;
  color: #b5bbb4;
  background: transparent;
  font-size: 15px;
}
.route-caveat::before { top: 25px; left: -22px; width: 6px; height: 6px; background: var(--rust); }

.landing .honest-prices {
  position: relative;
  grid-template-columns: minmax(360px, .82fr) minmax(0, 1.18fr);
  gap: clamp(62px, 8vw, 140px);
  overflow: hidden;
  color: var(--paper-light);
  background-color: #101b16;
  background-image:
    repeating-radial-gradient(ellipse at 18% 44%, transparent 0 34px, rgba(240,234,220,.035) 35px 36px),
    repeating-radial-gradient(ellipse at 79% 25%, transparent 0 48px, rgba(240,234,220,.025) 49px 50px);
  background-size: 65% 120%, 70% 120%;
}
.price-hero {
  align-self: center;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}
.price-topline { padding: 0 0 22px; border-bottom: 0; }
.price-topline > span { display: none; }
.price-hero h2 { margin-top: 18px; }
.price-hero h2 > span {
  font-size: clamp(112px, 12vw, 210px);
  font-weight: 300;
  line-height: .78;
  letter-spacing: -.075em;
}
.price-hero h2 em {
  position: relative;
  margin-top: 44px;
  padding: 22px 0 0;
  color: var(--paper-light);
  background: transparent;
  font-family: var(--body);
  font-size: clamp(20px, 2vw, 34px);
  font-style: normal;
  font-weight: 500;
  letter-spacing: .01em;
}
.price-hero h2 em::before { content: ""; position: absolute; top: 0; left: 0; width: 130px; height: 4px; background: var(--rust); }
.price-hero > p:not(.eyebrow) { max-width: 440px; margin-top: 24px; color: #b7bcb6; font-size: 15px; }
.real-price-list { align-self: center; }
.real-price-list > div {
  grid-template-columns: 52px minmax(180px, 1fr) minmax(170px, .86fr) auto;
  min-height: 84px;
  padding: 0;
  border-color: rgba(240,234,220,.25);
}
.real-price-list > div::before { color: var(--rust); font: 300 26px/1 var(--display); }
.real-price-list > div:hover { background: transparent; transform: translateX(8px); }
.real-price-list strong { font-family: var(--body); font-size: 15px; font-weight: 500; letter-spacing: .02em; }
.real-price-list span { color: #9ba29b; font-size: 12px; }
.real-price-list b { color: var(--paper-light); font: 400 16px/1 var(--body); }

.landing .real-cabin {
  position: relative;
  display: block;
  min-height: 780px;
  padding: 0;
  overflow: hidden;
  color: var(--paper-light);
  background: #0a120e;
}
.real-cabin-copy {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: center;
  width: min(650px, 47vw);
  min-height: 780px;
  padding: clamp(74px, 8vw, 136px) 0 clamp(74px, 8vw, 136px) var(--pad);
  border: 0;
  border-radius: 0;
  background: linear-gradient(90deg, rgba(7,14,10,.98), rgba(7,14,10,.84) 72%, transparent);
}
.real-cabin-copy h2 { font-size: clamp(88px, 9vw, 154px); font-weight: 300; line-height: .8; }
.real-cabin-copy > p:not(.eyebrow) { max-width: 430px; color: #c3c7c1; font-size: 15px; line-height: 1.6; }
.real-cabin-copy ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
  margin: 12px 0 36px;
}
.real-cabin-copy li { padding: 0; color: #c3c7c1; font-size: 12px; text-transform: uppercase; }
.real-cabin-copy li::before { position: static; display: inline-block; margin: 0 10px 2px 0; background: var(--rust); }
.real-cabin-copy .button { margin-top: 0; align-self: flex-start; }
.real-cabin-photos { position: absolute; inset: 0; min-height: 0; }
.real-cabin-photos figure,
.real-cabin-photos figure:first-child,
.real-cabin-photos figure:last-child { position: absolute; border: 0; border-radius: 0; box-shadow: none; }
.real-cabin-photos figure:first-child { inset: 0 0 0 31%; }
.real-cabin-photos figure:last-child {
  top: 33%;
  right: 0;
  bottom: 0;
  width: 36%;
  height: auto;
  clip-path: polygon(36% 0, 100% 0, 100% 100%, 0 100%);
  border-left: 2px solid var(--rust);
}
.real-cabin-photos figure:first-child img { filter: brightness(.68) saturate(.66); }
.real-cabin-photos figure:last-child img { filter: brightness(.72) saturate(.72); }

.landing .real-vehicles {
  padding-top: clamp(100px, 10vw, 170px);
  padding-bottom: clamp(100px, 10vw, 170px);
  color: var(--paper-light);
  background: #0d1712;
}
.vehicle-section-title { margin-bottom: clamp(50px, 6vw, 88px); }
.vehicle-section-title h2 { font-size: clamp(80px, 9vw, 150px); font-weight: 300; }
.vehicle-section-title h2::after { content: ""; display: block; width: 52px; height: 4px; margin-top: 24px; background: var(--rust); }
.real-vehicle-grid { grid-template-columns: 1fr 1fr; gap: 0; }
.real-vehicle-grid article { grid-template-columns: 1fr; }
.real-vehicle-grid figure,
.real-vehicle-grid article:first-child figure {
  aspect-ratio: 16 / 8.3;
  margin-bottom: 26px;
  border-radius: 0;
}
.real-vehicle-grid article:first-child figure { clip-path: polygon(0 0, 100% 0, 87% 100%, 0 100%); }
.real-vehicle-grid article:last-child figure { clip-path: polygon(13% 0, 100% 0, 100% 100%, 0 100%); }
.real-vehicle-grid figure img { filter: brightness(.78) saturate(.72); }
.real-vehicle-grid .eyebrow {
  grid-column: 1;
  grid-row: auto;
  margin: 0 0 12px;
  color: var(--rust);
  font: 500 13px/1 var(--body);
  letter-spacing: .08em;
}
.real-vehicle-grid h3 {
  grid-column: 1;
  color: var(--paper-light);
  font-family: var(--body);
  font-size: clamp(18px, 1.8vw, 30px);
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: 0;
}
.real-vehicle-grid article > p:last-child {
  grid-column: 1;
  margin-top: 17px;
  padding-top: 17px;
  border-top-color: rgba(244,198,43,.6);
  color: #9fa69f;
  font-size: 13px;
}

.landing .how-to {
  position: relative;
  padding-top: clamp(100px, 10vw, 170px);
  padding-bottom: clamp(210px, 20vw, 330px);
  color: var(--paper-light);
  background: #101b16;
}
.how-to::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: clamp(140px, 16vw, 250px);
  border-top: 2px solid var(--rust);
  background: linear-gradient(rgba(13,23,18,.3), rgba(13,23,18,.6)), url('/assets/real/uaz-les.webp') center 61% / cover;
  clip-path: polygon(0 12%, 100% 0, 100% 100%, 0 100%);
}
.how-to .section-head { display: block; max-width: none; margin-bottom: clamp(72px, 8vw, 120px); }
.how-to .section-head .section-number,
.how-to .section-head .eyebrow { display: none; }
.how-to .section-head > div { display: block; }
.how-to .section-head h2 { font-size: clamp(80px, 9vw, 150px); font-weight: 300; }
.how-to .section-head h2::after { content: ""; display: block; width: 52px; height: 4px; margin-top: 24px; background: var(--rust); }
.how-to ol { max-width: none; gap: clamp(34px, 5vw, 84px); }
.how-to ol::before {
  top: 168px;
  right: 0;
  left: 0;
  background: rgba(240,234,220,.72);
}
.how-to li { text-align: left; }
.how-to li > b {
  display: block;
  width: auto;
  height: auto;
  margin: 0;
  border: 0;
  border-radius: 0;
  color: var(--rust);
  background: transparent !important;
  font: 300 clamp(62px, 6vw, 100px)/1 var(--display);
}
.how-to li > strong {
  margin: 18px 0 92px;
  color: var(--paper-light);
  font-family: var(--body);
  font-size: clamp(18px, 1.7vw, 28px);
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: 0;
}
.how-to li p { max-width: 360px; margin: 0; color: #a9afa8; font-size: 14px; }

.landing .direct-contacts {
  position: relative;
  display: block;
  min-height: 720px;
  padding-top: clamp(100px, 9vw, 150px);
  padding-bottom: clamp(100px, 9vw, 150px);
  overflow: hidden;
  color: var(--paper-light);
  background:
    linear-gradient(90deg, rgba(9,16,12,.98), rgba(9,16,12,.88) 64%, rgba(9,16,12,.6)),
    url('/assets/real/vid-volga.webp') right center / 52% 100% no-repeat,
    #0a120e;
}
.direct-contacts::before { right: var(--pad); left: var(--pad); height: 1px; background: rgba(244,198,43,.5); }
.contact-heading { width: 100%; }
.contact-heading h2 {
  max-width: 760px;
  font-size: clamp(72px, 7.5vw, 126px);
  font-weight: 300;
  line-height: .82;
}
.contact-heading h2::after { content: ""; display: block; width: 52px; height: 4px; margin-top: 28px; background: var(--rust); }
.contact-heading > p:last-child { max-width: 430px; margin-top: 26px; color: #a9afa8; font-size: 14px; }
.contact-actions {
  align-items: flex-start;
  width: 100%;
  max-width: 1180px;
  margin-top: 52px;
  padding: 0;
  border: 0;
}
.contact-label { display: none; }
.contact-phone {
  width: auto;
  margin: 0 0 44px;
  border: 0;
  color: var(--paper-light);
  font: 300 clamp(70px, 9.4vw, 160px)/.86 var(--display);
  letter-spacing: -.055em;
}
.contact-buttons { display: flex; grid-template-columns: none; gap: 42px; }
.contact-buttons .button { width: 260px; min-width: 260px; }
.contact-buttons .button-ghost-dark {
  width: auto;
  min-width: 0;
  padding: 18px 0 10px;
  border: 0;
  border-bottom: 1px solid rgba(240,234,220,.7);
  color: var(--paper-light);
  background: transparent;
}
.contact-buttons .button-ghost-dark:hover { color: var(--rust); background: transparent; }
.contact-buttons .button-ghost-dark .arrow { position: static; margin-left: 12px; }

.site-footer { color: var(--paper-light); background: #09100c; }
.footer-grid {
  grid-template-columns: 1.35fr 1fr 1fr .55fr;
  padding-top: 38px;
  padding-bottom: 38px;
  border-top: 1px solid rgba(244,198,43,.55);
}
.brand-footer strong { font-size: 36px; }
.footer-grid p,
.footer-meta { color: #858d86; font-size: 12px; }

@media (max-width: 1180px) {
  .site-header { grid-template-columns: 250px 1fr 64px; }
  .landing-hero-copy { width: 62vw; }
  .locations-grid { grid-template-columns: 1fr 1fr; gap: 46px 12px; }
  .location-card:nth-child(n) .location-photo { clip-path: none; }
  .location-photo { aspect-ratio: 16 / 10; }
  .landing .honest-prices { grid-template-columns: 1fr; }
  .price-hero { display: grid; grid-template-columns: 1.05fr .95fr; }
  .price-topline { grid-column: 1 / -1; }
  .price-hero h2 { grid-column: 1; }
  .price-hero > p:not(.eyebrow) { grid-column: 2; align-self: end; margin-bottom: 12px; }
  .real-price-list { width: 100%; }
}

@media (max-width: 900px) {
  .site-header { min-height: 78px; margin: 0; padding: 0 20px; }
  .menu-button span { background: var(--paper-light); }
  .menu-button b { color: var(--paper-light); }
  .site-nav { color: var(--paper-light); background: #0d1712; }
  .site-nav a { border-color: rgba(240,234,220,.2); }
  .landing-hero { min-height: calc(100svh - 78px); }
  .landing-hero-copy { width: 72vw; min-height: calc(100svh - 78px); padding-left: 28px; }
  .landing-hero-copy h1 { font-size: clamp(78px, 11.5vw, 112px); }
  .landing .ivan-intro { grid-template-columns: 80px 1fr; }
  .ivan-intro .intro-note { grid-column: 2; }
  .locations .section-head { grid-template-columns: 1fr; }
  .locations .section-head .eyebrow { grid-column: 1; grid-row: 2; max-width: 430px; }
  .locations .section-head h2 { grid-column: 1; }
  .real-cabin-copy { width: 64vw; }
  .real-cabin-photos figure:first-child { left: 22%; }
  .real-vehicle-grid { grid-template-columns: 1fr 1fr; }
  .real-vehicle-grid article { grid-template-columns: 1fr; }
  .real-vehicle-grid .eyebrow,
  .real-vehicle-grid h3,
  .real-vehicle-grid article > p:last-child { grid-column: 1; }
  .real-vehicle-grid .eyebrow { font-size: 13px; }
  .how-to ol { grid-template-columns: repeat(3, 1fr); padding-left: 0; }
  .contact-phone { white-space: normal; }
}

@media (max-width: 700px) {
  .site-header { min-height: 70px; }
  .brand strong { font-size: 35px; }
  .brand small { font-size: 11px; }
  .brand > span { font-size: 31px; }
  .landing-hero { min-height: 720px; }
  .landing-hero-media { position: absolute; height: 100%; }
  .landing-hero-media img { object-position: 63% center; filter: brightness(.46) saturate(.7); }
  .landing-hero-media::after {
    background: linear-gradient(180deg, rgba(6,12,9,.22), rgba(6,12,9,.86) 72%, rgba(6,12,9,.98));
  }
  .landing-hero-copy {
    width: 100%;
    min-height: 720px;
    justify-content: flex-end;
    padding: 80px 20px 54px;
  }
  .landing-hero-copy h1 { font-size: clamp(62px, 18vw, 82px); }
  .landing-hero-copy h1::after { margin-top: 22px; }
  .landing-hero-copy > p:not(.eyebrow) { margin: 20px 0 26px; font-size: 15px; }
  .hero-actions { display: grid; width: 100%; gap: 12px; }
  .hero-actions .button { width: 100%; }
  .hero-vk { justify-self: center; }
  .landing .ivan-intro { grid-template-columns: 1fr; gap: 26px; }
  .ivan-intro .intro-note { grid-column: 1; }
  .ivan-intro blockquote { font-size: 43px; }
  .locations-grid { grid-template-columns: 1fr; gap: 54px; }
  .location-photo { aspect-ratio: 16 / 10; }
  .location-card h3,
  .location-card p { margin-left: 58px; }
  .route-caveat { margin-top: 70px; padding-left: 20px; }
  .route-caveat::before { left: 0; }
  .price-hero { display: block; }
  .price-hero h2 > span { font-size: clamp(82px, 25vw, 118px); }
  .price-hero > p:not(.eyebrow) { margin-top: 24px; }
  .real-price-list > div { grid-template-columns: 34px minmax(0, 1fr) auto; gap: 10px; }
  .real-price-list span { grid-column: 2; }
  .real-price-list b { grid-column: 3; }
  .landing .real-cabin { min-height: 820px; }
  .real-cabin-photos figure:first-child { inset: 0; width: auto; height: 100%; }
  .real-cabin-photos figure:last-child { display: none; }
  .real-cabin-copy {
    justify-content: flex-end;
    width: 100%;
    min-height: 820px;
    padding: 300px 20px 48px;
    background: linear-gradient(0deg, rgba(7,14,10,.99) 0%, rgba(7,14,10,.9) 58%, rgba(7,14,10,.08) 100%);
  }
  .real-cabin-copy h2 { font-size: clamp(66px, 20vw, 88px); }
  .real-cabin-copy ul { gap: 8px 16px; }
  .real-cabin-copy .button { width: 100%; }
  .real-vehicle-grid { grid-template-columns: 1fr; gap: 64px; }
  .real-vehicle-grid article:first-child figure,
  .real-vehicle-grid article:last-child figure { clip-path: none; }
  .real-vehicle-grid figure,
  .real-vehicle-grid article:first-child figure { aspect-ratio: 16 / 10; }
  .vehicle-section-title h2,
  .how-to .section-head h2 { font-size: clamp(64px, 19vw, 84px); }
  .landing .how-to { padding-bottom: 190px; }
  .how-to ol { grid-template-columns: 1fr; gap: 46px; }
  .how-to ol::before { top: 0; bottom: 0; left: 23px; width: 1px; height: auto; }
  .how-to li { padding-left: 68px; }
  .how-to li > b { position: absolute; top: 0; left: 0; font-size: 48px; }
  .how-to li > strong { margin: 0 0 12px; font-size: 20px; }
  .how-to li p { font-size: 13px; }
  .how-to::after { height: 150px; }
  .landing .direct-contacts { min-height: 620px; padding-top: 90px; padding-bottom: 90px; background: #0a120e; }
  .contact-heading h2 { font-size: clamp(50px, 14.5vw, 62px); }
  .contact-phone { margin-bottom: 32px; font-size: clamp(48px, 14vw, 68px); line-height: .95; }
  .contact-buttons { display: grid; width: 100%; gap: 14px; }
  .contact-buttons .button { width: 100%; }
  .contact-buttons .button-ghost-dark { width: max-content; justify-self: center; }
  .footer-grid { grid-template-columns: 1fr; gap: 24px; }
  .footer-meta { align-items: flex-start; }
  .sticky-call { border: 1px solid rgba(13,23,18,.45); color: #0d1712; background: var(--rust); }
}

/* 2026 compact editorial refresh */
body {
  font-size: 17px;
  line-height: 1.6;
}

h1,
h2,
h3,
blockquote {
  font-family: var(--display);
  font-weight: 500;
  letter-spacing: -.055em;
}

h2 {
  font-size: clamp(48px, 5.8vw, 94px);
  line-height: .94;
}

.section {
  padding-top: clamp(68px, 6.5vw, 108px);
  padding-bottom: clamp(68px, 6.5vw, 108px);
}

.button {
  justify-content: center;
  text-align: center;
}

.landing-hero {
  display: grid;
  grid-template-columns: minmax(430px, 42%) minmax(0, 58%);
  min-height: clamp(680px, calc(100svh - 88px), 760px);
  background: #09130f;
}

.landing-hero-media {
  position: relative;
  inset: auto;
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
  height: 100%;
}

.landing-hero-media::after {
  background:
    linear-gradient(90deg, rgba(9,19,15,.54), transparent 26%),
    linear-gradient(0deg, rgba(9,19,15,.26), transparent 38%);
}

.landing-hero-media img {
  object-position: 72% center;
  filter: brightness(.72) saturate(.78) contrast(1.03);
}

.landing-hero-copy {
  grid-column: 1;
  grid-row: 1;
  width: auto;
  min-height: 100%;
  padding: clamp(58px, 6vw, 96px) clamp(36px, 4vw, 74px) clamp(56px, 6vw, 92px) var(--pad);
}

.landing-hero-copy h1 {
  max-width: 690px;
  font-size: clamp(50px, 4.7vw, 82px);
  font-weight: 600;
  line-height: .98;
  letter-spacing: -.06em;
}

.landing-hero-copy h1::after {
  width: 72px;
  height: 3px;
  margin-top: 30px;
}

.landing-hero-copy > p:not(.eyebrow) {
  max-width: 520px;
  margin: 25px 0 0;
  font-size: clamp(16px, 1.1vw, 19px);
  line-height: 1.65;
}

.hero-keyline {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: min(100%, 520px);
  margin: 32px 0;
  border-top: 1px solid rgba(244,198,43,.62);
}

.hero-keyline span {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 18px 24px 0 0;
}

.hero-keyline span + span {
  padding-left: 24px;
  border-left: 1px solid rgba(240,234,220,.18);
}

.hero-keyline b {
  color: var(--paper-light);
  font: 600 clamp(20px, 1.7vw, 27px)/1.1 var(--body);
  letter-spacing: -.03em;
}

.hero-keyline small {
  color: #9fa69f;
  font: 600 11px/1.2 var(--body);
  letter-spacing: .09em;
  text-transform: uppercase;
}

.hero-actions {
  gap: 30px;
}

.landing .ivan-intro {
  grid-template-columns: 84px minmax(0, 1.55fr) minmax(260px, .45fr);
  gap: clamp(26px, 3.5vw, 62px);
  padding-top: clamp(62px, 5vw, 88px);
  padding-bottom: clamp(62px, 5vw, 88px);
}

.ivan-intro blockquote {
  max-width: 940px;
  font-size: clamp(36px, 3.75vw, 62px);
  font-weight: 500;
  line-height: 1.02;
}

.intro-note p {
  font-size: 15px;
}

.landing .locations {
  padding-top: clamp(68px, 6vw, 104px);
  padding-bottom: clamp(68px, 6vw, 104px);
}

.locations .section-head {
  margin-bottom: clamp(38px, 4.2vw, 64px);
}

.locations .section-head .eyebrow {
  margin-top: 8px;
  padding-top: 14px;
  font-size: 13px;
}

.location-card {
  border-top: 0 !important;
}

.location-photo {
  border-top: 0 !important;
}

.location-card > span {
  font: 500 clamp(22px, 1.8vw, 32px)/1 var(--display);
}

.location-card h3 {
  margin-top: -25px;
  font-size: clamp(17px, 1.35vw, 23px);
  font-weight: 600;
}

.location-card p {
  color: #b1b7b1;
  font-size: 14px;
}

.route-caveat {
  margin-top: 44px;
  font-size: 15px;
}

.landing .honest-prices {
  gap: clamp(48px, 6vw, 104px);
}

.price-hero h2 > span,
.contact-phone {
  font-family: var(--body);
}

.price-hero h2 > span {
  font-size: clamp(92px, 10vw, 172px);
  font-weight: 500;
}

.real-price-list strong,
.real-price-list b {
  font-size: 16px;
}

.real-price-list span {
  font-size: 13px;
}

.landing .real-cabin,
.real-cabin-copy {
  min-height: 690px;
}

.real-cabin-copy {
  padding-top: clamp(66px, 6vw, 100px);
  padding-bottom: clamp(66px, 6vw, 100px);
}

.real-cabin-copy h2 {
  font-size: clamp(58px, 6vw, 98px);
  font-weight: 500;
  line-height: .94;
}

.real-cabin-copy > p:not(.eyebrow) {
  font-size: 16px;
}

.real-cabin-copy li {
  font-size: 13px;
}

.landing .real-vehicles {
  padding-top: clamp(72px, 6.5vw, 110px);
  padding-bottom: clamp(72px, 6.5vw, 110px);
}

.vehicle-section-title {
  margin-bottom: clamp(38px, 4vw, 64px);
}

.vehicle-section-title h2,
.how-to .section-head h2 {
  font-size: clamp(48px, 5.6vw, 90px);
  font-weight: 500;
}

.real-vehicle-grid article > p:last-child {
  font-size: 15px;
}

.landing .how-to {
  padding-top: clamp(68px, 6.5vw, 108px);
  padding-bottom: clamp(72px, 7vw, 116px);
}

.how-to::after {
  content: none;
}

.how-to .section-head {
  margin-bottom: clamp(42px, 4.5vw, 68px);
}

.how-to ol {
  gap: clamp(24px, 3vw, 52px);
  border-top: 0;
}

.how-to ol::before {
  content: none;
}

.how-to li {
  min-height: 0;
  padding: 8px 22px 8px 26px;
  border-left: 2px solid rgba(244,198,43,.7);
}

.how-to li > b {
  font: 500 clamp(38px, 3.4vw, 56px)/1 var(--display);
}

.how-to li > strong {
  margin: 24px 0 14px;
  font-size: clamp(20px, 1.55vw, 27px);
  font-weight: 600;
}

.how-to li p {
  color: #b8bdb8;
  font-size: 15px;
  line-height: 1.6;
}

.landing .direct-contacts {
  min-height: 0;
  padding-top: clamp(76px, 7vw, 118px);
  padding-bottom: clamp(76px, 7vw, 118px);
}

.contact-heading h2 {
  max-width: 900px;
  font-size: clamp(48px, 5.3vw, 86px);
  font-weight: 500;
  line-height: .98;
}

.contact-heading > p:last-child {
  font-size: 15px;
}

.contact-actions {
  margin-top: 42px;
}

.contact-phone {
  margin-bottom: 34px;
  font-size: clamp(52px, 6vw, 102px);
  font-weight: 500;
  letter-spacing: -.06em;
}

@media (max-width: 1080px) {
  .landing-hero {
    grid-template-columns: minmax(380px, 46%) minmax(0, 54%);
  }

  .landing-hero-copy h1 {
    font-size: clamp(44px, 4.8vw, 62px);
  }

  .landing .ivan-intro {
    grid-template-columns: 68px 1fr;
  }

  .ivan-intro .intro-note {
    grid-column: 2;
  }
}

@media (max-width: 820px) {
  .landing-hero {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 280px auto;
    min-height: 0;
  }

  .landing-hero-media {
    position: relative;
    grid-column: 1;
    grid-row: 1;
    height: 100%;
  }

  .landing-hero-media::after {
    background: linear-gradient(0deg, rgba(9,19,15,.42), transparent 50%);
  }

  .landing-hero-media img {
    object-position: 68% center;
    filter: brightness(.76) saturate(.8);
  }

  .landing-hero-copy {
    grid-column: 1;
    grid-row: 2;
    width: 100%;
    min-height: 0;
    padding: 44px var(--pad) 54px;
  }

  .landing-hero-copy h1 {
    font-size: clamp(45px, 10vw, 72px);
  }

  .landing .ivan-intro {
    grid-template-columns: 1fr;
  }

  .ivan-intro .intro-note {
    grid-column: 1;
  }

  .landing .real-cabin,
  .real-cabin-copy {
    min-height: 730px;
  }
}

@media (max-width: 700px) {
  body {
    font-size: 16px;
  }

  .section {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .landing-hero {
    min-height: 0;
  }

  .landing-hero-copy {
    justify-content: flex-start;
    min-height: 0;
    padding: 38px 20px 48px;
  }

  .landing-hero-copy h1 {
    font-size: clamp(39px, 11.5vw, 54px);
    line-height: 1;
  }

  .landing-hero-copy h1::after {
    margin-top: 24px;
  }

  .landing-hero-copy > p:not(.eyebrow) {
    font-size: 16px;
  }

  .hero-keyline {
    margin: 26px 0;
  }

  .hero-keyline span {
    padding-top: 15px;
  }

  .hero-keyline b {
    font-size: 19px;
  }

  .ivan-intro blockquote {
    font-size: 31px;
  }

  .locations .section-head {
    display: block;
  }

  .locations .section-head .eyebrow {
    margin-top: 24px;
  }

  .location-card h3 {
    font-size: 20px;
  }

  .location-card p {
    font-size: 15px;
  }

  .landing .real-cabin,
  .real-cabin-copy {
    min-height: 760px;
  }

  .vehicle-section-title h2,
  .how-to .section-head h2 {
    font-size: clamp(40px, 11vw, 52px);
  }

  .landing .how-to {
    padding-top: 58px;
    padding-bottom: 64px;
  }

  .how-to ol {
    gap: 34px;
    padding-left: 0;
  }

  .how-to li {
    padding: 4px 0 4px 22px;
  }

  .how-to li > b {
    position: static;
    font-size: 38px;
  }

  .how-to li > strong {
    margin-top: 16px;
    font-size: 21px;
  }

  .how-to li p {
    font-size: 15px;
  }

  .landing .direct-contacts {
    min-height: 0;
    padding-top: 68px;
    padding-bottom: 78px;
  }

  .contact-heading h2 {
    font-size: clamp(38px, 10.5vw, 50px);
  }

  .contact-phone {
    font-size: clamp(38px, 10vw, 52px);
  }
}
