:root {
  --bg: #ece8de;
  --bg-soft: #f7f4ee;
  --surface: rgba(255, 255, 255, 0.86);
  --surface-strong: #ffffff;
  --ink: #10120f;
  --ink-soft: #4b4f46;
  --line: rgba(16, 18, 15, 0.1);
  --line-dark: rgba(255, 255, 255, 0.14);
  --forest: #505c4b;
  --forest-deep: #1e241d;
  --red: #ca4020;
  --red-deep: #a93418;
  --sand: #d7cfbe;
  --lime: #d7ed2b;
  --lime-ink: #5b6f00;
  --shadow-soft: 0 24px 70px rgba(21, 24, 19, 0.12);
  --shadow-hard: 0 32px 100px rgba(0, 0, 0, 0.22);
  --radius: 8px;
  --font-body: "Manrope", "Segoe UI", sans-serif;
  --font-display: "Oswald", "Arial Narrow", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  --anchor-offset: 148px;
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.34), transparent 22%),
    radial-gradient(circle at top left, rgba(91, 111, 0, 0.1), transparent 26%),
    var(--bg);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
}

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

body.page-service {
  --anchor-offset: 214px;
}

main [id] {
  scroll-margin-top: var(--anchor-offset);
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.page-shell {
  width: min(1220px, calc(100% - 40px));
  margin-inline: auto;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 40;
  transition: background-color 0.28s ease, border-color 0.28s ease, backdrop-filter 0.28s ease, box-shadow 0.28s ease;
}

.site-header.is-scrolled {
  background: rgba(238, 232, 222, 0.88);
  border-bottom: 1px solid rgba(16, 18, 15, 0.08);
  backdrop-filter: blur(18px);
  box-shadow: 0 10px 40px rgba(16, 18, 15, 0.08);
}

.page-service .site-header.is-scrolled,
.page-rental .site-header.is-scrolled {
  background: rgba(238, 232, 222, 0.96);
  border-bottom: 1px solid rgba(16, 18, 15, 0.08);
  backdrop-filter: none;
  box-shadow: 0 1px 0 rgba(16, 18, 15, 0.04);
}

.page-service .site-header.is-over-dark,
.page-rental .site-header.is-over-dark {
  background: rgba(13, 16, 13, 0.92);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(18px);
  box-shadow: 0 14px 44px rgba(0, 0, 0, 0.24);
}

.header-shell {
  width: min(1280px, calc(100% - 32px));
  margin-inline: auto;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(12px, 1.7vw, 24px);
  min-height: 189px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.brand__badge {
  position: relative;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 189px;
  height: 189px;
  color: var(--surface-strong);
  background: transparent;
  border: 0;
  border-radius: 0;
  isolation: isolate;
}

.brand__badge::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/tread-logo-frame.svg?v=20260518-17") center / contain no-repeat;
  filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.22));
  pointer-events: none;
}

.brand__badge img {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  object-fit: contain;
  object-position: center center;
  transform: translate(-50%, -50%);
}

.brand__badge--rental img {
  width: 69%;
  height: 69%;
}

.brand__badge--service img {
  width: 60%;
  height: 60%;
}

.brand__text {
  display: grid;
  gap: 2px;
  color: var(--surface-strong);
}

.site-header.is-scrolled .brand__text {
  color: var(--ink);
}

.page-service .site-header.is-over-dark .brand__text,
.page-rental .site-header.is-over-dark .brand__text {
  color: var(--surface-strong);
}

.brand__text strong {
  font-family: var(--font-display);
  font-size: 31px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

.brand__text small {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.74;
}

.page-service .header-shell {
  min-height: 189px;
}

.page-service .brand__badge {
  width: 189px;
  height: 189px;
}

.page-service .hero__layout {
  padding-top: 189px;
}

.page-service h1 {
  display: block;
  font-size: clamp(54px, 10.2vw, 138px);
  line-height: 0.8;
}

.page-service h1 span {
  display: block;
  transform: scaleY(0.86);
  transform-origin: center top;
}

.page-service h1 span + span {
  margin-top: 30px;
}

.page-service h2 {
  line-height: 1.14;
  transform: scaleY(0.88);
  transform-origin: left top;
}

.page-service .hero-card h2 {
  line-height: 1.16;
  transform: scaleY(0.86);
}

.page-service .story-section__lead h2 {
  max-width: 660px;
  margin-top: 14px;
  color: var(--surface-strong);
  font-size: clamp(48px, 5.8vw, 82px);
  line-height: 1.08;
  transform: scaleY(0.92);
}

.page-service .offer-panel h2,
.page-service .experience-copy h2,
.page-service .contacts-copy h2,
.page-service .request-form h2 {
  line-height: 1.14;
  transform: scaleY(0.88);
}

.page-service .offer-panel h2 {
  font-size: clamp(28px, 2.85vw, 44px);
  line-height: 1.16;
  overflow-wrap: normal;
  word-break: keep-all;
  hyphens: none;
}

.page-service .scroll-reveal-section {
  opacity: 0;
  transform: translateY(34px) scale(0.985);
  filter: blur(8px);
  transition:
    opacity 0.78s ease,
    transform 0.78s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.78s ease;
  will-change: opacity, transform, filter;
}

.page-service .scroll-reveal-section.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}

.main-nav {
  justify-self: end;
  display: flex;
  align-items: center;
  align-self: center;
  flex-wrap: nowrap;
  gap: clamp(8px, 0.82vw, 12px);
  color: rgba(255, 255, 255, 0.88);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  white-space: nowrap;
  transform: translateY(-36px);
}

@media (min-width: 981px) {
  .page-service .main-nav,
  .page-rental .main-nav {
    gap: clamp(6px, 0.64vw, 10px);
    font-size: 13px;
  }
}

.site-header.is-scrolled .main-nav {
  color: rgba(16, 18, 15, 0.8);
}

.page-service .site-header.is-over-dark .main-nav,
.page-rental .site-header.is-over-dark .main-nav {
  color: rgba(255, 255, 255, 0.88);
}

.main-nav a {
  padding: 10px 0;
}

.header-cta,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 20px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
  transition: transform 0.22s ease, background-color 0.22s ease, border-color 0.22s ease, color 0.22s ease;
}

.header-cta {
  align-self: center;
  color: var(--surface-strong);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transform: translate(-11px, -36px);
}

.header-cta:hover {
  transform: translate(-11px, -38px);
}

.site-header.is-scrolled .header-cta {
  color: var(--surface-strong);
  background: var(--ink);
  border-color: var(--ink);
}

.page-service .site-header.is-over-dark .header-cta,
.page-rental .site-header.is-over-dark .header-cta {
  color: var(--ink);
  background: var(--surface-strong);
  border-color: var(--surface-strong);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
}

.site-header.is-scrolled .menu-toggle {
  background: var(--ink);
  border-color: var(--ink);
}

.page-service .site-header.is-over-dark .menu-toggle,
.page-rental .site-header.is-over-dark .menu-toggle {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.22);
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: var(--surface-strong);
}

.hero {
  position: relative;
  min-height: 100svh;
  color: var(--surface-strong);
  overflow: hidden;
  background: #131614;
}

.hero__media,
.hero__veil {
  position: absolute;
  inset: 0;
}

.hero__media {
  background: url("../img/hero-photo.png") center center / cover no-repeat;
}

.hero__veil {
  background:
    linear-gradient(90deg, rgba(9, 11, 10, 0.82) 0%, rgba(9, 11, 10, 0.48) 42%, rgba(9, 11, 10, 0.2) 100%),
    linear-gradient(180deg, rgba(9, 11, 10, 0.32) 0%, rgba(9, 11, 10, 0.2) 42%, rgba(9, 11, 10, 0.86) 100%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.045) 0 1px, transparent 1px 120px);
}

.hero--service .hero__media {
  background: url("../img/service-photo.png") center center / cover no-repeat;
}

.hero--service .hero__veil {
  background:
    linear-gradient(90deg, rgba(9, 11, 10, 0.86) 0%, rgba(9, 11, 10, 0.42) 46%, rgba(9, 11, 10, 0.24) 100%),
    linear-gradient(180deg, rgba(13, 10, 8, 0.22) 0%, rgba(13, 10, 8, 0.24) 42%, rgba(13, 10, 8, 0.82) 100%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 120px);
}

.hero__layout {
  position: relative;
  z-index: 1;
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
  gap: clamp(28px, 4vw, 58px);
  align-items: end;
  padding-top: 189px;
  padding-bottom: 48px;
}

.hero__copy {
  max-width: 760px;
}

.page-rental .hero__copy {
  position: relative;
  top: 20px;
}

@media (min-width: 981px) and (min-height: 820px) {
  .page-rental .hero__copy {
    top: -30px;
  }
}

.kicker {
  margin: 0 0 16px;
  color: var(--lime-ink);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero .kicker,
.rides-section .kicker,
.faq-section .kicker,
.final-cta .kicker {
  color: var(--lime);
}

.page-rental .hero .kicker {
  position: relative;
  top: -12px;
  font-size: clamp(14px, 1.15vw, 16px);
}

.page-rental main > section:not(.hero) .kicker,
.page-rental .request-form > .kicker {
  font-size: 14px;
  letter-spacing: 0.12em;
}

h1,
h2,
h3,
p {
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

h1,
h2,
h3 {
  margin: 0;
  letter-spacing: 0;
}

h1,
h2 {
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 0.95;
  text-transform: uppercase;
}

h1 {
  display: grid;
  font-size: clamp(64px, 12vw, 158px);
}

.hero h1 {
  display: block;
  font-size: clamp(54px, 10.2vw, 138px);
  line-height: 0.8;
}

.hero h1 span {
  display: block;
  transform: scaleY(0.86);
  transform-origin: center top;
}

.hero h1 span + span {
  margin-top: 30px;
}

.page-rental .hero h1 {
  font-size: clamp(48px, 7.45vw, 98px);
  line-height: 0.78;
}

.page-rental .hero h1 span + span {
  margin-top: 14px;
}

h2 {
  font-size: clamp(34px, 5vw, 74px);
}

h3 {
  font-size: 24px;
  font-weight: 800;
  line-height: 1.08;
}

.hero__headline {
  max-width: 650px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(20px, 2.4vw, 28px);
  line-height: 1.42;
}

.page-rental .hero__headline {
  max-width: 610px;
  margin-top: 14px;
  font-size: clamp(18px, 1.65vw, 21px);
  line-height: 1.32;
}

.hero__subline {
  max-width: 600px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
}

.page-rental .hero__subline {
  max-width: 590px;
  margin-top: 8px;
  font-size: 15px;
  line-height: 1.45;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.page-rental .hero__actions {
  margin-top: 16px;
}

.btn {
  border: 1px solid transparent;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn--accent {
  color: var(--surface-strong);
  background: var(--red);
  border-color: var(--red);
}

.btn--accent:hover {
  background: var(--red-deep);
  border-color: var(--red-deep);
}

.btn--light {
  color: var(--ink);
  background: var(--surface-strong);
  border-color: var(--surface-strong);
}

.scroll-top-button {
  position: fixed;
  right: max(18px, env(safe-area-inset-right));
  bottom: max(18px, env(safe-area-inset-bottom));
  z-index: 80;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  padding: 0;
  color: var(--surface-strong);
  background: var(--red);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  box-shadow: 0 18px 44px rgba(16, 18, 15, 0.22);
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px) scale(0.92);
  transition: opacity 0.22s ease, transform 0.22s ease, background-color 0.22s ease;
}

.scroll-top-button.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.scroll-top-button:hover {
  background: var(--red-deep);
  transform: translateY(-2px) scale(1);
}

.scroll-top-button svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.hero__metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 44px;
}

.page-rental .hero__metrics {
  gap: 10px;
  margin-top: 18px;
  width: min(730px, calc(100vw - 44px));
}

.hero__metrics article {
  padding: 18px 18px 20px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  backdrop-filter: blur(12px);
}

.page-rental .hero__metrics article {
  min-height: clamp(176px, 14vw, 210px);
  padding: 18px 20px;
}

.hero__metrics strong {
  display: block;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.page-rental .hero__metrics strong {
  font-size: 17px;
  line-height: 1.18;
}

.hero__metrics span {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

.page-rental .hero__metrics span {
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.45;
}

.hero-card {
  align-self: end;
  padding: clamp(24px, 3vw, 34px);
  color: var(--ink);
  background: rgba(247, 244, 238, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  box-shadow: var(--shadow-hard);
}

.page-rental .hero-card {
  position: relative;
  top: 20px;
  padding: clamp(22px, 2.3vw, 28px) clamp(24px, 2.8vw, 34px);
}

.page-rental .hero-card h2 {
  font-size: clamp(34px, 3.2vw, 42px);
  line-height: 0.98;
}

.page-rental .hero-card__list {
  gap: 10px;
  margin-top: 18px;
}

.page-rental .hero-card__list article {
  padding-top: 12px;
}

.page-rental .hero-card__list span {
  margin-top: 6px;
  line-height: 1.38;
}

.page-rental .hero-card__chips {
  gap: 8px;
  margin-top: 18px;
}

.page-rental .hero-card__chips span {
  padding: 8px 11px;
}

@media (min-width: 981px) and (min-height: 820px) {
  .page-rental .hero-card {
    top: -30px;
  }
}

.hero--service .hero-card {
  color: var(--surface-strong);
  background: rgba(16, 18, 15, 0.72);
  border-color: rgba(255, 255, 255, 0.14);
}

.hero--service .hero-card__kicker {
  color: var(--lime);
}

.hero-card__kicker {
  margin: 0 0 12px;
  color: var(--red);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero-card h2 {
  font-size: clamp(28px, 3vw, 48px);
}

.hero-card__list {
  display: grid;
  gap: 14px;
  margin-top: 26px;
}

.hero-card__list article {
  padding: 16px 0 0;
  border-top: 1px solid var(--line);
}

.hero--service .hero-card__list article {
  border-top-color: rgba(255, 255, 255, 0.12);
}

.hero-card__list strong {
  display: block;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.hero-card__list span {
  display: block;
  margin-top: 8px;
  color: var(--ink-soft);
  font-size: 14px;
}

.hero--service .hero-card__list span,
.hero--service .hero-card__list a {
  color: rgba(255, 255, 255, 0.76);
}

.hero-card__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.hero-card__chips span {
  padding: 9px 12px;
  border: 1px solid rgba(16, 18, 15, 0.12);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero--service .hero-card__chips span {
  color: var(--surface-strong);
  border-color: rgba(255, 255, 255, 0.14);
}

.signal-band {
  position: relative;
  margin-top: -1px;
  background: linear-gradient(180deg, #121512, #1a1f19);
}

.page-service .signal-band {
  background:
    linear-gradient(180deg, rgba(247, 244, 238, 0.96), rgba(236, 232, 222, 0.98));
  border-bottom: 1px solid rgba(16, 18, 15, 0.08);
}

.signal-band__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  padding: 26px 0 30px;
}

.signal-band__grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 16px;
}

.page-service .signal-band__grid p {
  color: rgba(16, 18, 15, 0.82);
  font-size: clamp(18px, 1.35vw, 21px);
  font-weight: 650;
  line-height: 1.52;
}

.story-section,
.offers-section,
.experience-section,
.tech-section,
.reviews-section,
.faq-section,
.contacts-section {
  padding: clamp(84px, 9vw, 126px) 0;
}

.page-rental .story-section {
  padding-top: clamp(36px, 4vw, 54px);
  padding-bottom: clamp(30px, 4vw, 54px);
}

.page-rental .offers-section {
  padding-top: clamp(24px, 3vw, 46px);
}

.story-section__layout,
.faq-section__layout,
.contacts-section__layout,
.tech-section__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(26px, 4vw, 58px);
  align-items: start;
}

.page-service .story-section__layout {
  grid-template-columns: minmax(0, 0.95fr) minmax(340px, 0.82fr);
  align-items: start;
}

.page-service .story-section__lead {
  min-height: clamp(420px, 42vw, 560px);
  padding: clamp(28px, 3.6vw, 46px);
  color: var(--surface-strong);
  background:
    linear-gradient(180deg, rgba(8, 10, 9, 0.22), rgba(8, 10, 9, 0.42)),
    linear-gradient(90deg, rgba(8, 10, 9, 0.7), rgba(8, 10, 9, 0.12)),
    url("../img/service-about-card.png") center / cover no-repeat;
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}

.page-service .story-section__lead .kicker {
  color: var(--lime);
}

.story-section__lead,
.story-section__text,
.reviews-section__intro,
.faq-section__intro,
.contacts-copy,
.request-form,
.tech-section__intro {
  position: relative;
}

.story-section__text p,
.section-text,
.rides-section__intro p,
.contacts-copy p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 17px;
}

.story-section__text {
  display: grid;
  gap: 16px;
}

.page-rental .story-section__text {
  padding-top: clamp(54px, 4.8vw, 68px);
}

.page-service .story-section__text {
  align-self: start;
  gap: 18px;
  padding-top: 6px;
  max-width: 560px;
}

.page-service .story-section__text p {
  font-size: clamp(18px, 1.45vw, 22px);
  line-height: 1.55;
}

.story-section__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 6px;
}

.story-section__tags span {
  padding: 9px 12px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(16, 18, 15, 0.1);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.page-rental .story-section__lead h2 {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: flex;
  align-items: center;
  width: min(100%, 568px);
  min-height: 232px;
  margin: 0;
  padding: 42px;
  color: var(--surface-strong);
  background:
    linear-gradient(90deg, rgba(10, 13, 10, 0.92), rgba(18, 24, 16, 0.68) 52%, rgba(18, 24, 16, 0.18)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(0, 0, 0, 0.16)),
    url("../img/rides-photo.png") center 58% / cover no-repeat;
  border: 1px solid rgba(16, 18, 15, 0.12);
  border-radius: 8px;
  box-shadow: 0 26px 76px rgba(16, 18, 15, 0.18);
  font-size: clamp(38px, 4.45vw, 62px);
  line-height: 1;
  text-shadow: 0 8px 28px rgba(0, 0, 0, 0.42);
}

.value-grid,
.offers-grid,
.reviews-grid {
  display: grid;
  gap: 16px;
  margin-top: 34px;
}

.value-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.value-card {
  padding: 24px;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(16, 18, 15, 0.08);
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
}

.value-card span {
  color: var(--red);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.value-card h3 {
  margin-top: 18px;
}

.value-card p {
  margin: 12px 0 0;
  color: var(--ink-soft);
}

.value-card--accent {
  color: var(--surface-strong);
  background: linear-gradient(180deg, rgba(32, 39, 31, 0.96), rgba(20, 24, 19, 0.98));
}

.value-card--accent p {
  color: rgba(255, 255, 255, 0.7);
}

.programs-anchor {
  margin-top: clamp(26px, 3vw, 40px);
}

.programs-anchor .kicker {
  margin-bottom: 0;
}

.format-bridge {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.72fr);
  gap: clamp(20px, 3vw, 42px);
  align-items: center;
  min-height: 164px;
  margin-top: clamp(18px, 2.4vw, 30px);
  padding: clamp(24px, 3vw, 36px);
  color: var(--surface-strong);
  background:
    linear-gradient(90deg, rgba(13, 16, 13, 0.94), rgba(18, 24, 17, 0.78) 54%, rgba(18, 24, 17, 0.42)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(0, 0, 0, 0.18)),
    url("../img/rides-photo.png") center 62% / cover no-repeat;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  box-shadow: 0 22px 62px rgba(16, 18, 15, 0.16);
}

.format-bridge::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(215, 237, 43, 0.2), transparent 22%),
    radial-gradient(circle at 78% 18%, rgba(255, 255, 255, 0.12), transparent 30%);
  opacity: 0.72;
}

.format-bridge .kicker {
  margin-bottom: 10px;
  color: var(--lime);
}

.format-bridge h3 {
  max-width: 540px;
  color: var(--surface-strong);
  font-family: var(--font-display);
  font-size: clamp(30px, 3.2vw, 46px);
  font-weight: 600;
  line-height: 1.14;
  text-transform: uppercase;
}

.format-bridge p {
  max-width: 690px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  line-height: 1.5;
}

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

.format-bridge__links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 48px;
  padding: 12px 14px;
  color: var(--surface-strong);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: background-color 0.22s ease, border-color 0.22s ease, transform 0.22s ease;
}

.format-bridge__links a::after {
  content: "";
  width: 18px;
  height: 1px;
  margin-left: 12px;
  background: currentColor;
}

.format-bridge__links a:hover,
.format-bridge__links a:focus-visible {
  background: rgba(215, 237, 43, 0.16);
  border-color: rgba(215, 237, 43, 0.32);
  outline: none;
  transform: translateY(-2px);
}

.format-detail-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: 16px;
}

.format-detail-card {
  scroll-margin-top: calc(var(--anchor-offset) + 18px);
  min-width: 0;
  padding: clamp(24px, 2.7vw, 34px);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(16, 18, 15, 0.08);
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
}

.format-detail-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  margin-top: 24px;
  padding: 13px 16px;
  color: var(--surface-strong);
  background: var(--red);
  border: 1px solid var(--red);
  border-radius: 8px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: background-color 0.22s ease, border-color 0.22s ease, transform 0.22s ease;
}

.format-detail-link::after {
  content: "";
  width: 18px;
  height: 1px;
  background: currentColor;
}

.format-detail-link:hover,
.format-detail-link:focus-visible {
  background: var(--red-deep);
  border-color: var(--red-deep);
  outline: none;
  transform: translateY(-2px);
}

.format-detail-card--dark {
  color: var(--surface-strong);
  background:
    linear-gradient(180deg, rgba(18, 23, 18, 0.94), rgba(12, 15, 12, 0.98)),
    url("../img/rides-photo.png") center / cover no-repeat;
  border-color: rgba(255, 255, 255, 0.12);
}

.format-detail-card .kicker {
  margin-bottom: 14px;
}

.format-detail-card--dark .kicker {
  color: var(--lime);
}

.format-detail-card h3 {
  font-family: var(--font-display);
  font-size: clamp(30px, 3vw, 46px);
  font-weight: 600;
  line-height: 0.98;
  text-transform: uppercase;
}

.format-detail-card > p:not(.kicker) {
  max-width: 620px;
  margin: 16px 0 0;
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.5;
}

.format-detail-card--dark > p:not(.kicker) {
  color: rgba(255, 255, 255, 0.74);
}

.format-option-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 24px;
}

.format-option {
  padding: 15px 0 0;
  border-top: 1px solid rgba(16, 18, 15, 0.1);
}

.format-detail-card--dark .format-option {
  border-top-color: rgba(255, 255, 255, 0.13);
}

.format-option strong {
  display: block;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.format-option span {
  display: block;
  margin-top: 7px;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.46;
}

.format-detail-card--dark .format-option span {
  color: rgba(255, 255, 255, 0.72);
}

.format-page-hero {
  position: relative;
  overflow: hidden;
  min-height: 620px;
  color: var(--surface-strong);
  background:
    linear-gradient(90deg, rgba(10, 13, 11, 0.9), rgba(10, 13, 11, 0.58) 52%, rgba(10, 13, 11, 0.3)),
    linear-gradient(180deg, rgba(10, 13, 11, 0.36), rgba(10, 13, 11, 0.84)),
    var(--format-hero-image, url("../img/rides-photo.png")) center / cover no-repeat;
}

.format-page-hero--training {
  background:
    linear-gradient(90deg, rgba(10, 13, 11, 0.9), rgba(10, 13, 11, 0.56) 52%, rgba(10, 13, 11, 0.24)),
    linear-gradient(180deg, rgba(10, 13, 11, 0.34), rgba(10, 13, 11, 0.82)),
    var(--format-hero-image, url("../img/training-photo.png")) center / cover no-repeat;
}

.format-page-hero--certificates {
  background:
    linear-gradient(90deg, rgba(10, 13, 11, 0.9), rgba(10, 13, 11, 0.6) 52%, rgba(10, 13, 11, 0.34)),
    linear-gradient(180deg, rgba(10, 13, 11, 0.3), rgba(10, 13, 11, 0.82)),
    var(--format-hero-image, url("../img/hero-photo.png")) center / cover no-repeat;
}

.format-page-hero--time {
  background:
    linear-gradient(90deg, rgba(10, 13, 11, 0.9), rgba(10, 13, 11, 0.58) 52%, rgba(10, 13, 11, 0.3)),
    linear-gradient(180deg, rgba(10, 13, 11, 0.36), rgba(10, 13, 11, 0.84)),
    var(--format-hero-image, url("../img/rides-photo.png")) center 24% / cover no-repeat;
}

.format-page-hero--time .format-page-hero__content {
  padding-top: 218px;
}

.format-page-hero--time h1 {
  line-height: 1.06;
}

.format-page-hero__content {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: start;
  min-height: 620px;
  padding-top: 218px;
  padding-bottom: clamp(56px, 7vw, 96px);
}

.format-page-hero .kicker {
  margin-bottom: 22px;
  color: var(--lime);
}

.format-page-hero h1 {
  max-width: 940px;
  font-size: clamp(54px, 7vw, 104px);
  line-height: 1.06;
}

.format-page-hero p:not(.kicker) {
  max-width: 720px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(18px, 1.5vw, 22px);
  line-height: 1.45;
}

.format-page-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.breadcrumbs-strip {
  padding: 16px 0;
  background: rgba(247, 244, 238, 0.94);
  border-bottom: 1px solid rgba(16, 18, 15, 0.08);
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.breadcrumbs li {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  color: var(--ink-soft);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-transform: uppercase;
}

.breadcrumbs li + li::before {
  content: "/";
  margin-right: 10px;
  color: var(--red);
}

.breadcrumbs a {
  color: rgba(16, 18, 15, 0.64);
  transition: color 0.2s ease;
}

.breadcrumbs a:hover,
.breadcrumbs a:focus-visible {
  color: var(--red);
  outline: none;
}

.breadcrumbs [aria-current="page"] {
  color: var(--ink);
}

.format-page-section {
  padding: clamp(72px, 8vw, 112px) 0;
}

.page-events .format-page-section {
  padding-top: clamp(30px, 3.2vw, 46px);
}

.page-format-detail .breadcrumbs-strip + .format-page-section {
  padding-top: clamp(32px, 3.8vw, 52px);
}

.format-page-section--soft {
  background: var(--bg-soft);
}

.format-page-intro {
  max-width: 760px;
}

.page-events .format-page-intro h1 {
  display: block;
  max-width: 680px;
  font-size: clamp(44px, 7vw, 80px);
  line-height: 1.02;
}

.format-page-intro h2 {
  font-size: clamp(38px, 4.4vw, 64px);
  line-height: 1.24;
}

.format-page-intro p {
  margin: 18px 0 0;
  color: var(--ink-soft);
  font-size: 17px;
  line-height: 1.55;
}

.program-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}

.program-detail-card {
  min-width: 0;
  padding: clamp(24px, 2.8vw, 34px);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(16, 18, 15, 0.08);
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
}

.program-detail-card h3 {
  font-family: var(--font-display);
  font-size: clamp(30px, 3vw, 44px);
  font-weight: 600;
  line-height: 1.02;
  text-transform: uppercase;
}

.program-detail-card p {
  margin: 14px 0 0;
  color: var(--ink-soft);
  line-height: 1.55;
}

.program-detail-card ul {
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
  padding-left: 18px;
  color: var(--ink-soft);
}

.program-detail-card--with-certificate {
  display: flex;
  flex-direction: column;
}

.program-detail-card__certificate {
  width: 100%;
  aspect-ratio: 3 / 2;
  margin-bottom: 22px;
  object-fit: contain;
  background: #fff;
  border: 1px solid rgba(16, 18, 15, 0.1);
  border-radius: 6px;
}

.format-photo-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}

.format-photo-grid figure {
  display: flex;
  flex-direction: column;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(16, 18, 15, 0.08);
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
}

.format-photo-button {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  padding: 0;
  overflow: hidden;
  background: var(--ink);
  border: 0;
  cursor: zoom-in;
}

.format-photo-button img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.28s ease;
}

.format-photo-grid.format-photo-grid--podarochnye-varianty {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.format-photo-grid.format-photo-grid--podarochnye-varianty figure {
  background: transparent;
  box-shadow: none;
}

.format-photo-grid.format-photo-grid--podarochnye-varianty .format-photo-button {
  aspect-ratio: 3 / 2;
  background: #fff;
  border: 1px solid var(--line);
}

.format-photo-grid.format-photo-grid--podarochnye-varianty .format-photo-button img {
  height: 100%;
  object-fit: contain;
  transform: none;
}

.format-photo-grid.format-photo-grid--podarochnye-varianty .format-photo-button:hover img,
.format-photo-grid.format-photo-grid--podarochnye-varianty .format-photo-button:focus-visible img {
  transform: none;
}

.format-photo-button:hover img,
.format-photo-button:focus-visible img {
  transform: scale(1.04);
}

.format-photo-button:focus-visible {
  outline: 3px solid rgba(215, 237, 43, 0.72);
  outline-offset: -3px;
}

.format-photo-grid figcaption {
  flex: 1;
  padding: 14px 16px 16px;
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.45;
}

.gallery-modal {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: grid;
  place-items: center;
  padding: clamp(16px, 4vw, 54px);
  background: rgba(5, 7, 6, 0.9);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s ease;
}

.gallery-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.gallery-modal__image {
  display: block;
  max-width: min(96vw, 1320px);
  max-height: 90vh;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.45);
  cursor: zoom-out;
}

body.is-gallery-open {
  overflow: hidden;
}

.page-service .offers-section {
  color: var(--surface-strong);
  background:
    linear-gradient(180deg, rgba(13, 16, 13, 0.92), rgba(13, 16, 13, 0.88)),
    linear-gradient(90deg, rgba(13, 16, 13, 0.82), rgba(13, 16, 13, 0.38)),
    url("../img/service-photo.png") center / cover no-repeat;
}

.offers-grid {
  grid-template-columns: 1.2fr 1fr 1fr;
}

.page-rental .offers-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
}

.offer-panel {
  min-width: 0;
  min-height: 320px;
  padding: clamp(24px, 3vw, 34px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(16, 18, 15, 0.08);
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}

.page-rental .offer-panel {
  min-height: 410px;
  gap: 20px;
  padding: clamp(24px, 2.2vw, 30px);
}

.page-rental .offer-panel h2 {
  font-size: clamp(23px, 1.62vw, 28px);
  line-height: 1.08;
  text-wrap: balance;
  white-space: normal;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
  -webkit-hyphens: none;
}

.page-rental .offer-panel--tour h2 {
  font-size: clamp(20px, 1.35vw, 24px);
  text-wrap: auto;
}

.offer-panel--dark {
  color: var(--surface-strong);
  background:
    linear-gradient(180deg, rgba(14, 17, 14, 0.76), rgba(14, 17, 14, 0.92)),
    url("../img/rides-photo.png") center / cover no-repeat;
}

.offer-panel .kicker {
  color: var(--lime-ink);
}

.offer-panel--dark .kicker {
  color: var(--lime);
}

.offer-panel__text {
  margin: 18px 0 0;
  color: rgba(16, 18, 15, 0.72);
  font-size: 16px;
  line-height: 1.48;
}

.offer-panel--dark .offer-panel__text {
  color: rgba(255, 255, 255, 0.78);
}

.page-service .offers-section .offer-panel:not(.offer-panel--dark) {
  color: var(--ink);
  background: rgba(247, 244, 238, 0.92);
  border-color: rgba(255, 255, 255, 0.18);
}

.page-service .offers-section .offer-panel:not(.offer-panel--dark) .kicker {
  color: var(--red);
}

.page-service .offers-section .offer-panel:not(.offer-panel--dark) h2,
.page-service .offers-section .offer-panel:not(.offer-panel--dark) .text-link {
  color: var(--ink);
}

.page-service .offers-section .offer-panel:not(.offer-panel--dark) .offer-panel__text {
  color: rgba(16, 18, 15, 0.72);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.text-link::after {
  content: "";
  width: 18px;
  height: 1px;
  background: currentColor;
}

.training-section {
  width: min(1220px, calc(100% - 40px));
  min-height: clamp(500px, 42vw, 600px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  background: var(--bg-soft);
  border-radius: 8px;
  overflow: hidden;
}

.training-section__photo {
  min-width: 0;
  min-height: clamp(500px, 42vw, 600px);
  overflow: hidden;
}

.training-section__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 63% center;
  transform: scale(1.12);
  transform-origin: center center;
}

.training-section__content {
  width: 100%;
  max-width: none;
  min-width: 0;
  padding: clamp(24px, 2.4vw, 34px);
  align-self: center;
  justify-self: center;
}

.training-section__content h2 {
  max-width: 680px;
  font-size: clamp(30px, 2.25vw, 36px);
  line-height: 1.05;
}

.training-section__content .section-text {
  max-width: 760px;
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.45;
}

.program-list {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.program-list article {
  padding: 13px 16px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(16, 18, 15, 0.08);
  border-radius: 8px;
}

.program-list header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.program-list h3 {
  font-size: 20px;
}

.program-list h3 span {
  display: inline-block;
  margin-left: 10px;
  color: var(--red);
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
}

.program-list b,
.route-card b {
  color: var(--red);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.program-list b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 9px;
  background: rgba(202, 64, 32, 0.1);
  border-radius: 999px;
  line-height: 1;
  white-space: nowrap;
}

.program-list p,
.inline-note p,
.route-card p,
.experience-steps p,
.experience-aside li,
.tech-grid p,
.reviews-grid blockquote,
.faq-list p {
  margin: 12px 0 0;
  color: var(--ink-soft);
}

.inline-note {
  display: grid;
  grid-template-columns: 105px 1fr;
  gap: 16px;
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid rgba(16, 18, 15, 0.12);
}

.inline-note span {
  color: var(--red);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.training-section .program-list p,
.training-section .inline-note p {
  margin-top: 6px;
  font-size: 14px;
  line-height: 1.4;
}

.rides-section {
  position: relative;
  color: var(--surface-strong);
  background: #0d110e;
}

.rides-section__backdrop {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(9, 11, 10, 0.4), rgba(9, 11, 10, 0.92)),
    linear-gradient(90deg, rgba(9, 11, 10, 0.8), rgba(9, 11, 10, 0.28)),
    url("../img/rides-photo.png") center / cover no-repeat;
}

.rides-section__content {
  position: relative;
  z-index: 1;
  padding: clamp(88px, 10vw, 136px) 0;
}

.rides-section__intro {
  max-width: 900px;
}

.rides-section__intro h2 {
  font-size: clamp(36px, 4.25vw, 56px);
  line-height: 1.12;
}

.rides-section__intro p {
  color: rgba(255, 255, 255, 0.72);
}

.rides-section__intro h2 + p {
  margin-top: 20px;
}

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

.route-card {
  padding: 24px;
  background: rgba(245, 243, 237, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  color: var(--ink);
  box-shadow: var(--shadow-hard);
}

.route-card__time {
  display: inline-flex;
  padding: 8px 12px;
  color: var(--ink);
  background: var(--lime);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.route-card ul,
.experience-aside ul {
  margin: 16px 0 0;
  padding-left: 18px;
}

.experience-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(26px, 4vw, 56px);
  align-items: start;
}

.experience-process {
  display: grid;
  gap: 24px;
  align-content: start;
}

.experience-copy h2 {
  font-size: clamp(38px, 4.1vw, 58px);
  line-height: 1.08;
}

.experience-copy .section-text {
  margin-top: 24px;
}

.experience-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(220px, 1fr));
  gap: 16px;
}

.experience-steps article {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  align-items: start;
  padding-top: 20px;
  border-top: 4px solid var(--red);
}

.experience-steps span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background: var(--ink);
  color: var(--surface-strong);
  font-family: var(--font-display);
  font-size: 22px;
}

.experience-steps h3 {
  margin-top: 0;
  font-size: clamp(19px, 1.35vw, 22px);
  line-height: 1.08;
}

.experience-steps p {
  grid-column: auto;
}

.experience-aside {
  max-width: none;
  padding: 24px;
  justify-self: stretch;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(16, 18, 15, 0.08);
  border-radius: 8px;
}

.experience-aside ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 28px;
  row-gap: 8px;
}

.page-service .story-requests-card {
  grid-column: auto;
  justify-self: stretch;
  max-width: none;
  margin-top: 24px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow-soft);
}

.page-service .story-requests-card .kicker {
  color: var(--red);
}

.page-service .story-requests-card h3 {
  margin: 8px 0 0;
  font-size: 24px;
}

.tech-section {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.3), transparent),
    var(--bg-soft);
}

.page-service .tech-section {
  color: var(--surface-strong);
  background:
    linear-gradient(180deg, rgba(12, 15, 12, 0.9), rgba(12, 15, 12, 0.94)),
    linear-gradient(90deg, rgba(12, 15, 12, 0.9), rgba(12, 15, 12, 0.5)),
    url("../img/garage.png") center / cover no-repeat;
}

.page-service .tech-section .kicker {
  color: var(--lime);
}

.page-service .tech-section .section-text {
  color: rgba(255, 255, 255, 0.72);
}

.page-rental .tech-section__intro h2 {
  font-size: clamp(36px, 3.75vw, 52px);
  line-height: 1.12;
}

.page-rental .tech-section__intro .section-text {
  margin-top: 24px;
}

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

.page-rental .tech-grid {
  margin-top: 35px;
}

.tech-grid article {
  min-height: 220px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(16, 18, 15, 0.08);
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
}

.page-service .tech-grid article {
  color: var(--surface-strong);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(10px);
}

.page-service .tech-grid p {
  color: rgba(255, 255, 255, 0.72);
}

.reviews-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.page-rental .reviews-section__intro h2 {
  max-width: 780px;
  font-size: clamp(36px, 3.7vw, 56px);
  line-height: 1.12;
}

.reviews-grid blockquote {
  margin: 0;
  min-height: 220px;
  padding: 28px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(16, 18, 15, 0.08);
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
  font-size: 18px;
}

.faq-section {
  color: var(--surface-strong);
  background:
    linear-gradient(180deg, rgba(11, 14, 11, 0.92), rgba(11, 14, 11, 0.96)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    #111411;
  background-size: auto, 120px 100%, auto;
}

.page-rental .faq-section {
  background-image:
    linear-gradient(180deg, rgba(7, 10, 8, 0.56), rgba(7, 10, 8, 0.82)),
    linear-gradient(90deg, rgba(7, 10, 8, 0.7) 0%, rgba(7, 10, 8, 0.22) 48%, rgba(7, 10, 8, 0.58) 100%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    url("../img/faq-bg-generated.png?v=20260519-02");
  background-color: #0b0f0c;
  background-position: center, center, left top, center right;
  background-repeat: no-repeat, no-repeat, repeat, no-repeat;
  background-size: auto, auto, 120px 100%, cover;
}

.page-rental .faq-section__intro h2 {
  font-size: clamp(36px, 3.85vw, 54px);
  line-height: 1.12;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.page-rental .faq-list {
  margin-top: 35px;
}

.faq-list details {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  transition: background-color 0.22s ease, border-color 0.22s ease;
}

.faq-list details[open] {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.13);
}

.faq-list summary {
  cursor: pointer;
  padding: 20px 22px;
  list-style: none;
  font-size: 18px;
  font-weight: 800;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list p {
  padding: 0 22px 22px;
  color: rgba(255, 255, 255, 0.68);
}

.contacts-section {
  background: linear-gradient(180deg, rgba(87, 99, 79, 0.12), transparent 40%), var(--bg);
}

.page-rental .contacts-copy h2 {
  font-size: clamp(36px, 3.85vw, 54px);
  line-height: 1.12;
}

.contact-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.contact-cards article {
  padding: 18px 18px 20px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(16, 18, 15, 0.08);
  border-radius: 8px;
}

.contact-cards span {
  display: block;
  color: var(--red);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-cards strong {
  display: block;
  margin-top: 8px;
  font-size: 16px;
}

.contact-cards a {
  color: inherit;
}

.contact-card--links {
  grid-column: 1 / -1;
}

.contact-cards .contact-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.contact-cards .contact-links a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 9px 15px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  background: rgba(16, 18, 15, 0.06);
  border: 1px solid rgba(16, 18, 15, 0.08);
  border-radius: 999px;
  transition: background-color 0.18s ease, border-color 0.18s ease, filter 0.18s ease, transform 0.18s ease;
}

.contact-cards .contact-links a[href*="max.ru"] {
  color: #fff;
  background: #0057ff;
  border-color: #0057ff;
}

.contact-cards .contact-links a[href*="t.me"] {
  color: #fff;
  background: #229ed9;
  border-color: #229ed9;
}

.contact-cards .contact-links a[href*="vk.com"] {
  color: #fff;
  background: #0077ff;
  border-color: #0077ff;
}

.contact-cards .contact-links a:hover,
.contact-cards .contact-links a:focus-visible {
  color: #fff;
  filter: brightness(0.92);
  transform: translateY(-1px);
}

.request-form {
  padding: clamp(24px, 3vw, 34px);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(16, 18, 15, 0.08);
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
}

.page-rental .request-form {
  margin-top: 27px;
}

.request-form h2 {
  color: var(--ink);
  font-size: clamp(30px, 4vw, 52px);
}

.page-rental .request-form h2 {
  font-size: clamp(30px, 3.35vw, 44px);
  line-height: 1.12;
}

.request-form label {
  display: grid;
  gap: 8px;
  margin-top: 16px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
}

.request-form input,
.request-form select,
.request-form textarea {
  width: 100%;
  padding: 14px 15px;
  color: var(--ink);
  background: rgba(245, 243, 237, 0.88);
  border: 1px solid rgba(16, 18, 15, 0.12);
  border-radius: 8px;
}

.request-form input[readonly] {
  color: var(--ink);
  background: rgba(245, 243, 237, 0.62);
  cursor: default;
}

.request-form textarea {
  resize: vertical;
}

.form-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 18px 0 0;
  color: rgba(16, 18, 15, 0.62);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.45;
  cursor: pointer;
}

.request-form .form-consent input {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  margin-top: 1px;
  padding: 0;
  accent-color: #d73d1f;
}

.request-form .btn {
  margin-top: 14px;
}

.request-form .btn:disabled {
  cursor: progress;
  opacity: 0.72;
}

.form-honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  clip-path: inset(50%);
}

.form-status {
  min-height: 24px;
  margin: 16px 0 0;
  color: var(--red-deep);
  font-size: 14px;
  font-weight: 700;
}

.form-status[data-state="success"] {
  color: #2f6f43;
}

.form-status[data-state="error"] {
  color: var(--red-deep);
}

.page-events {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.32), transparent 26%),
    var(--bg);
}

.events-header {
  position: sticky;
  top: 0;
  z-index: 50;
  isolation: isolate;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: min(1280px, calc(100% - 32px));
  min-height: 189px;
  margin: 0 auto;
  padding: 0;
}

.events-header::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 50%;
  z-index: -2;
  width: 100vw;
  transform: translateX(-50%);
  background:
    linear-gradient(90deg, rgba(8, 10, 8, 0.98), rgba(15, 21, 14, 0.86) 44%, rgba(8, 10, 8, 0.98)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0) 48%, rgba(0, 0, 0, 0.34)),
    url("../img/rides-photo.png") center 46% / cover no-repeat;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 18px 50px rgba(16, 18, 15, 0.24);
  filter: saturate(0.72) contrast(1.08) brightness(0.82);
  pointer-events: none;
}

.events-header::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 50%;
  z-index: -1;
  width: 100vw;
  transform: translateX(-50%);
  background: radial-gradient(circle at 25% 46%, rgba(215, 237, 43, 0.14), transparent 30%);
  opacity: 0.56;
  pointer-events: none;
}

.events-header__brand,
.events-header__nav {
  display: flex;
  align-items: center;
}

.events-header__brand {
  color: var(--surface-strong);
}

.events-header__brand .brand__text {
  color: var(--surface-strong);
}

.events-header__brand .brand__text strong {
  font-size: 27.6px;
}

.events-header__brand .brand__text small {
  display: block;
  color: var(--lime);
  font-size: 12.65px;
  opacity: 1;
}

.events-header__nav {
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: clamp(16px, 2vw, 28px);
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.events-header__nav a {
  position: relative;
  padding: 8px 0;
  transition: color 0.22s ease;
}

.events-header__nav a:hover,
.events-header__nav a:focus-visible {
  color: var(--surface-strong);
  outline: none;
}

.events-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.events-list-card {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  align-items: start;
  gap: 14px;
  min-height: 132px;
  padding: 12px;
  background: var(--surface-strong);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.events-list-card__media {
  display: block;
  width: 92px;
  overflow: hidden;
  border-radius: 8px;
  background: rgba(16, 18, 15, 0.05);
}

.events-list-card__media img {
  width: 100%;
  height: auto;
  object-fit: contain;
  transition: transform 0.22s ease;
}

.events-list-card:hover .events-list-card__media img,
.events-list-card:focus-within .events-list-card__media img {
  transform: scale(1.025);
}

.events-list-card__body {
  min-width: 0;
}

.events-list-card h3 {
  margin: 0;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.22;
}

.events-list-card h3 a {
  text-decoration: none;
}

.events-list-card__body > p:not(.events-list-card__meta) {
  display: -webkit-box;
  margin: 8px 0 0;
  overflow: hidden;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.events-list-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 8px;
  margin: 8px 0 0;
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
}

.events-list-card__meta span {
  color: var(--ink-soft);
}

.events-list-card__link {
  display: inline-flex;
  margin-top: 10px;
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 1.2;
  text-transform: uppercase;
}

.events-hero {
  padding: clamp(30px, 5vw, 70px) 0 clamp(26px, 4vw, 52px);
}

.events-hero__grid,
.events-register__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
  gap: clamp(26px, 5vw, 64px);
  align-items: center;
}

.events-hero__grid {
  align-items: start;
}

.events-hero__media {
  align-self: start;
  justify-self: start;
  width: min(100%, 460px);
  margin-top: 35px;
  overflow: hidden;
  background: var(--surface-strong);
  border-radius: 8px;
  box-shadow: var(--shadow-hard);
}

.events-hero__media img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.events-hero h1,
.events-register__copy h2 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

.events-hero h1 {
  font-size: clamp(44px, 7vw, 88px);
}

.events-hero__subtitle {
  margin: 14px 0 0;
  color: var(--red);
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
}

.events-hero__description {
  max-width: 620px;
  margin: 18px 0 0;
  color: var(--ink-soft);
  font-size: 18px;
}

.events-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 26px;
}

.events-facts article {
  padding: 16px;
  background: var(--surface-strong);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.events-facts span {
  display: block;
  color: var(--red);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.events-facts strong {
  display: block;
  margin-top: 6px;
  font-size: 18px;
}

.events-schedule {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}

.events-schedule article,
.events-coaches {
  padding: 16px;
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.events-schedule span,
.events-coaches span {
  display: block;
  color: var(--red);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.events-schedule strong,
.events-coaches p {
  display: block;
  margin: 7px 0 0;
  color: var(--ink);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.32;
}

.events-schedule p {
  margin: 8px 0 0;
  color: var(--ink-soft);
  font-weight: 700;
  line-height: 1.45;
}

.events-note {
  max-width: 620px;
  margin: 10px 0 0;
  color: var(--ink-soft);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.45;
}

.events-schedule a {
  display: inline-flex;
  margin-top: 12px;
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
}

.events-coaches {
  margin-top: 14px;
}

.events-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.events-history-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 46px;
  width: fit-content;
  padding: 13px 16px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(16, 18, 15, 0.14);
  border-radius: 8px;
  box-shadow: 0 14px 38px rgba(16, 18, 15, 0.08);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: background-color 0.22s ease, border-color 0.22s ease, transform 0.22s ease;
}

.events-history-link::after {
  content: "";
  width: 22px;
  height: 1px;
  background: var(--red);
}

.events-history-link:hover,
.events-history-link:focus-visible {
  background: var(--surface-strong);
  border-color: rgba(16, 18, 15, 0.24);
  outline: none;
  transform: translateY(-2px);
}

.events-register {
  padding: clamp(34px, 5vw, 70px) 0;
  background: rgba(255, 255, 255, 0.38);
  border-top: 1px solid var(--line);
}

.events-register__grid {
  align-items: start;
}

.events-register__copy h2 {
  font-size: clamp(38px, 5vw, 66px);
}

.events-register__copy p:last-child {
  max-width: 520px;
  color: var(--ink-soft);
}

.final-cta {
  color: var(--surface-strong);
  background:
    linear-gradient(90deg, rgba(14, 17, 14, 0.88), rgba(14, 17, 14, 0.42)),
    linear-gradient(180deg, rgba(14, 17, 14, 0.08), rgba(14, 17, 14, 0.62)),
    url("../img/hero-photo.png") center 18% / cover no-repeat;
}

.final-cta__content {
  padding: clamp(90px, 10vw, 140px) 0;
}

.final-cta h2 {
  max-width: 1120px;
  font-size: clamp(38px, 3.75vw, 56px);
  line-height: 1.06;
}

.global-footer {
  padding: 40px max(24px, calc((100vw - 1120px) / 2)) 34px;
  color: #fff;
  background: #090d0a;
}

.global-footer__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 1120px;
  margin: 0 auto;
}

.global-footer article {
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.global-footer span {
  display: block;
  margin-bottom: 8px;
  color: #d7ed2b;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.09em;
  line-height: 1.2;
  text-transform: uppercase;
}

.global-footer strong,
.global-footer a {
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
  text-decoration: none;
}

.global-footer__credits {
  display: grid;
  justify-items: center;
  width: min(760px, 100%);
  margin: 34px auto 0;
  padding-top: 18px;
  color: rgba(255, 255, 255, 0.72);
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.global-footer__credits p {
  width: 100%;
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.55;
  text-align: center;
}

.global-footer__credits p + p {
  margin-top: 5px;
}

.global-footer__credits a {
  color: #d7ed2b;
  font-size: inherit;
  font-weight: 800;
}

.site-footer {
  padding: 24px 0;
  color: rgba(255, 255, 255, 0.7);
  background: #10120f;
}

.site-footer__inner {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.hero__copy,
.hero-card,
.signal-band__grid {
  animation: lift-in 0.72s ease both;
}

.hero-card {
  animation-delay: 0.12s;
}

@keyframes lift-in {
  from {
    opacity: 0;
    transform: translateY(22px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1180px) {
  .value-grid,
  .offers-grid,
  .route-grid,
  .reviews-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-rental .offers-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

}

@media (max-width: 980px) {
  body,
  body.page-service {
    --anchor-offset: 116px;
  }

  .header-shell {
    grid-template-columns: auto 1fr auto;
    min-height: 98px;
  }

  .page-service .header-shell {
    min-height: 98px;
  }

  .brand__badge {
    width: 98px;
    height: 98px;
  }

  .page-service .brand__badge {
    width: 98px;
    height: 98px;
  }

  .brand__badge--rental img {
    width: 68%;
    height: 68%;
  }

  .brand__badge--service img {
    width: 60%;
    height: 60%;
  }

  .header-cta,
  .brand__text small {
    display: none;
  }

  .menu-toggle {
    display: block;
    justify-self: end;
  }

  .main-nav {
    position: fixed;
    inset: 98px 0 auto;
    display: none;
    padding: 16px 16px 0;
    grid-column: 1 / -1;
    grid-template-columns: 1fr;
    gap: 0;
    background: rgba(236, 232, 222, 0.96);
    color: var(--ink);
    border-bottom: 1px solid rgba(16, 18, 15, 0.08);
    backdrop-filter: blur(18px);
    transform: none;
  }

  body.is-menu-open .main-nav {
    display: grid;
  }

  .main-nav a {
    padding: 16px 0;
    border-bottom: 1px solid rgba(16, 18, 15, 0.08);
  }

  .main-nav a:last-child {
    border-bottom: 0;
  }

  .hero__layout,
  .story-section__layout,
  .faq-section__layout,
  .contacts-section__layout,
  .tech-section__layout,
  .experience-grid,
  .training-section {
    grid-template-columns: 1fr;
  }

  .page-service .story-section__layout {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero__layout {
    min-height: auto;
    padding-top: 136px;
    padding-bottom: 36px;
    align-items: start;
  }

  .page-service .hero__layout {
    padding-top: 136px;
  }

  .page-service h1 {
    line-height: 0.84;
  }

  .page-service h1 span + span {
    margin-top: 18px;
  }

  .page-service .story-section__lead {
    min-height: 420px;
  }

  .hero-card,
  .experience-aside {
    justify-self: stretch;
    max-width: none;
  }

  .page-rental .hero-card {
    top: -22px;
  }

  .page-rental .hero__copy {
    top: -38px;
  }

  .hero__metrics,
  .signal-band__grid,
  .value-grid,
  .offers-grid,
  .route-grid,
  .reviews-grid,
  .contact-cards,
  .tech-grid,
  .experience-steps {
    grid-template-columns: 1fr 1fr;
  }

  .page-rental .offers-grid {
    grid-template-columns: 1fr 1fr;
  }

  .format-bridge {
    grid-template-columns: 1fr;
  }

  .format-bridge__links {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .format-detail-grid {
    grid-template-columns: 1fr;
  }

  .format-option-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .program-detail-grid {
    grid-template-columns: 1fr;
  }

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

  .format-photo-grid.format-photo-grid--podarochnye-varianty {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .training-section__photo {
    min-height: 320px;
  }

  .training-section__content {
    padding: 34px 20px 44px;
  }

  .page-rental .faq-list {
    margin-top: 0;
  }

  .page-rental .request-form {
    margin-top: 0;
  }

  .page-rental .tech-grid {
    margin-top: 28px;
  }

  .experience-aside {
    grid-column: auto;
  }
}

@media (max-width: 640px) {
  body,
  body.page-service {
    --anchor-offset: 102px;
  }

  .page-shell {
    width: min(100% - 28px, 1220px);
  }

  .training-section {
    width: min(100% - 28px, 1220px);
  }

  .header-shell {
    width: min(100% - 20px, 1280px);
    gap: 12px;
    min-height: 84px;
  }

  .page-service .header-shell {
    min-height: 84px;
  }

  .brand__badge {
    width: 84px;
    height: 84px;
  }

  .page-service .brand__badge {
    width: 84px;
    height: 84px;
  }

  .brand__text strong {
    font-size: 18px;
  }

  .page-service .story-section__lead {
    min-height: 360px;
    padding: 24px;
  }

  .page-service .story-section__text {
    max-width: none;
  }

  .page-rental .story-section__text {
    padding-top: 0;
  }

  .page-service .story-section__lead h2 {
    font-size: clamp(38px, 12vw, 52px);
  }

  .page-service .offers-section {
    padding-top: 36px;
  }

  .page-service .offers-grid {
    margin-top: 0;
  }

  .page-rental .story-section {
    padding-bottom: 18px;
  }

  .page-rental .offers-section {
    padding-top: 24px;
  }

  .page-rental .offers-grid {
    margin-top: 0;
  }

  .main-nav {
    inset: 84px 0 auto;
  }

  h1 {
    font-size: clamp(52px, 19vw, 88px);
  }

  h2 {
    font-size: clamp(30px, 11vw, 48px);
  }

  .final-cta h2 {
    max-width: 100%;
    font-size: clamp(26px, 7.2vw, 30px);
    line-height: 1.2;
  }

  .hero__actions {
    display: grid;
  }

  .scroll-top-button {
    right: max(14px, env(safe-area-inset-right));
    bottom: max(14px, env(safe-area-inset-bottom));
    width: 48px;
    height: 48px;
  }

  .scroll-top-button svg {
    width: 22px;
    height: 22px;
  }

  .hero__metrics,
  .signal-band__grid,
  .value-grid,
  .offers-grid,
  .route-grid,
  .reviews-grid,
  .contact-cards,
  .tech-grid,
  .experience-steps {
    grid-template-columns: 1fr;
  }

  .page-rental .offers-grid {
    grid-template-columns: 1fr;
  }

  .format-bridge {
    min-height: auto;
    padding: 22px;
  }

  .format-bridge h3 {
    font-size: clamp(29px, 8.4vw, 38px);
    line-height: 1.05;
  }

  .format-bridge__links {
    grid-template-columns: 1fr 1fr;
  }

  .format-detail-card h3 {
    font-size: clamp(29px, 8.4vw, 38px);
    line-height: 1.05;
  }

  .format-option-list {
    grid-template-columns: 1fr;
  }

  .format-photo-grid {
    grid-template-columns: 1fr;
  }

  .format-photo-grid.format-photo-grid--podarochnye-varianty {
    grid-template-columns: 1fr;
  }

  .format-page-hero,
  .format-page-hero__content {
    min-height: auto;
  }

  .format-page-hero__content {
    padding-top: 146px;
  }

  .format-page-hero h1 {
    font-size: clamp(42px, 12vw, 62px);
    line-height: 1.08;
  }

  .page-rental .offer-panel {
    min-height: 380px;
  }

  .page-rental .offer-panel h2 {
    font-size: clamp(29px, 7.6vw, 34px);
    line-height: 1.08;
  }

  .training-section__content h2 {
    font-size: clamp(28px, 8.2vw, 36px);
    line-height: 1.08;
  }

  .experience-copy h2 {
    font-size: clamp(34px, 10vw, 44px);
    line-height: 1.1;
  }

  .experience-copy .section-text {
    margin-top: 18px;
  }

  .experience-aside ul {
    grid-template-columns: 1fr;
  }

  .page-rental .tech-section__intro h2 {
    font-size: clamp(32px, 9vw, 42px);
    line-height: 1.12;
  }

  .page-rental .tech-section__intro .section-text {
    margin-top: 18px;
  }

  .page-rental .reviews-section__intro h2 {
    font-size: clamp(30px, 8.6vw, 38px);
    line-height: 1.14;
  }

  .page-rental .faq-section__intro h2 {
    font-size: clamp(30px, 8.6vw, 38px);
    line-height: 1.14;
  }

  .page-rental .contacts-copy h2 {
    font-size: clamp(30px, 8.6vw, 38px);
    line-height: 1.14;
  }

  .page-rental .request-form h2 {
    font-size: clamp(28px, 8vw, 36px);
    line-height: 1.14;
  }

  .rides-section__intro h2 {
    font-size: clamp(30px, 8vw, 38px);
    line-height: 1.14;
  }

  .rides-section__intro h2 + p {
    margin-top: 18px;
  }

  .inline-note {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .global-footer {
    padding: 30px 18px 28px;
  }

  .global-footer__grid {
    grid-template-columns: 1fr;
  }

  .site-footer__inner {
    display: grid;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-service .scroll-reveal-section,
  .page-service .scroll-reveal-section.is-visible {
    opacity: 1;
    transform: none;
    filter: none;
    transition: none;
  }
}

@media (max-width: 980px) {
  .events-header {
    min-height: 98px;
  }

  .events-header__brand .brand__text small {
    display: block;
  }

  .events-hero__grid,
  .events-register__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .events-header {
    width: min(100% - 20px, 1280px);
    min-height: 84px;
    gap: 12px;
  }

  .events-header__brand .brand__text small {
    font-size: 10px;
    letter-spacing: 0.08em;
  }

  .events-header__nav {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: end;
    gap: 4px;
    flex: 0 0 auto;
    font-size: 10px;
    line-height: 1.1;
    text-align: right;
  }

  .events-header__nav a {
    padding: 3px 0;
  }

  .events-list {
    grid-template-columns: 1fr;
  }

  .events-list-card {
    grid-template-columns: 78px minmax(0, 1fr);
    gap: 12px;
    min-height: 112px;
    padding: 10px;
  }

  .events-list-card__media {
    width: 78px;
  }

  .events-list-card h3 {
    font-size: 16px;
  }

  .events-list-card__body > p:not(.events-list-card__meta) {
    font-size: 13px;
    -webkit-line-clamp: 2;
  }

  .events-facts {
    grid-template-columns: 1fr;
  }

  .events-schedule {
    grid-template-columns: 1fr;
  }
}
