:root {
  --brand-red: #e50914;
  --brand-red-dark: #9b050b;
  --black: #050505;
  --ink: #0a0a0a;
  --panel: #111111;
  --panel-soft: #181818;
  --line: rgba(255, 255, 255, 0.14);
  --line-red: rgba(229, 9, 20, 0.72);
  --text: #ffffff;
  --muted: #cfcfcf;
  --dim: #8f8f8f;
  --font-title: "Oswald", Arial, sans-serif;
  --font-body: "Inter", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  margin: 0;
  background: var(--black);
  color: var(--text);
  font-family: var(--font-body);
  line-height: 1.5;
}

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

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

:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 2000;
  transform: translateY(-140%);
  background: var(--brand-red);
  color: #fff;
  padding: 10px 14px;
  border-radius: 6px;
  font-weight: 800;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.1));
  transition: background-color 0.25s ease, box-shadow 0.25s ease, backdrop-filter 0.25s ease;
}

.site-header.is-scrolled {
  background: rgba(5, 5, 5, 0.92);
  backdrop-filter: blur(14px);
  box-shadow: 0 10px 36px rgba(0, 0, 0, 0.38);
}

.navbar {
  min-height: 88px;
  padding: 0;
}

.navbar-brand {
  width: 150px;
  padding: 8px 0;
  position: relative;
  isolation: isolate;
}

.navbar-brand img {
  position: relative;
  z-index: 2;
  width: 120px;
  height: auto;
  transform-origin: center;
  animation: logo-quake 20s ease-in-out infinite;
  will-change: transform;
}

.navbar-brand::before,
.navbar-brand::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: 12px;
  width: 150px;
  height: 82px;
  pointer-events: none;
  opacity: 0;
  transform: translateX(-50%) translateY(8px) scale(0.55);
  filter: blur(12px);
  mix-blend-mode: screen;
  animation: logo-smoke 20s ease-out infinite;
}

.navbar-brand::before {
  width: 178px;
  height: 92px;
  bottom: 4px;
  filter: blur(18px);
  background:
    radial-gradient(circle at 16% 60%, rgba(255, 255, 255, 0.62) 0 17px, transparent 42px),
    radial-gradient(circle at 38% 48%, rgba(255, 255, 255, 0.48) 0 20px, transparent 48px),
    radial-gradient(circle at 65% 64%, rgba(255, 255, 255, 0.44) 0 18px, transparent 44px),
    radial-gradient(circle at 88% 44%, rgba(255, 255, 255, 0.34) 0 15px, transparent 38px);
  animation-name: logo-smoke-wide;
}

.navbar-brand::after {
  background:
    radial-gradient(circle at 18% 58%, rgba(255, 255, 255, 0.9) 0 15px, transparent 34px),
    radial-gradient(circle at 42% 42%, rgba(255, 255, 255, 0.72) 0 19px, transparent 42px),
    radial-gradient(circle at 70% 62%, rgba(255, 255, 255, 0.62) 0 16px, transparent 38px),
    radial-gradient(circle at 88% 34%, rgba(255, 255, 255, 0.54) 0 13px, transparent 32px);
}

.navbar-nav {
  gap: 18px;
}

.nav-link {
  color: #f3f3f3;
  font-size: 0.92rem;
  font-weight: 800;
  padding-inline: 0 !important;
  transition: color 0.2s ease;
}

.nav-link:hover,
.nav-link:focus,
.nav-link.active {
  color: var(--brand-red);
}

.navbar-toggler {
  border: 1px solid var(--line);
  background: var(--brand-red);
  border-radius: 6px;
  color: #f3f3f3;
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 3px rgba(229, 9, 20, 0.35);
}

@keyframes logo-quake {
  0%,
  8%,
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }

  1% {
    transform: translate3d(-3px, 2px, 0) rotate(-1.2deg);
  }

  2% {
    transform: translate3d(4px, -2px, 0) rotate(1.4deg);
  }

  3% {
    transform: translate3d(-4px, -1px, 0) rotate(-1deg);
  }

  4% {
    transform: translate3d(3px, 2px, 0) rotate(1deg);
  }

  5% {
    transform: translate3d(-2px, 1px, 0) rotate(-0.7deg);
  }

  6% {
    transform: translate3d(2px, -1px, 0) rotate(0.7deg);
  }

  7% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
}

@keyframes logo-smoke {
  0%,
  8%,
  100% {
    opacity: 0;
    transform: translateX(-50%) translateY(8px) scale(0.55);
  }

  1% {
    opacity: 0.92;
    transform: translateX(-50%) translateY(4px) scale(0.76);
  }

  3% {
    opacity: 0.68;
    transform: translateX(-52%) translateY(-12px) scale(1.08);
  }

  5.5% {
    opacity: 0.34;
    transform: translateX(-48%) translateY(-31px) scale(1.42);
  }

  7.5% {
    opacity: 0;
    transform: translateX(-50%) translateY(-46px) scale(1.55);
  }
}

@keyframes logo-smoke-wide {
  0%,
  8%,
  100% {
    opacity: 0;
    transform: translateX(-50%) translateY(10px) scale(0.62);
  }

  1% {
    opacity: 0.62;
    transform: translateX(-51%) translateY(7px) scale(0.86);
  }

  3.4% {
    opacity: 0.52;
    transform: translateX(-47%) translateY(-16px) scale(1.18);
  }

  6.2% {
    opacity: 0.22;
    transform: translateX(-53%) translateY(-39px) scale(1.62);
  }

  8% {
    opacity: 0;
    transform: translateX(-50%) translateY(-58px) scale(1.95);
  }
}

.btn-primary-brand,
.btn-outline-brand {
  border-radius: 7px;
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 13px 26px;
  font-size: 0.95rem;
  font-weight: 900;
  transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.btn-primary-brand i,
.btn-outline-brand i {
  font-size: 1.2rem;
  line-height: 1;
}

.btn-primary-brand {
  background: linear-gradient(135deg, var(--brand-red), #f51b25);
  border: 1px solid var(--brand-red);
  color: #fff;
  box-shadow: 0 16px 34px rgba(229, 9, 20, 0.28);
}

.btn-outline-brand {
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.34);
  color: #fff;
}

.btn-primary-brand:hover,
.btn-outline-brand:hover,
.contact-button:hover {
  transform: translateY(-2px);
}

.btn-primary-brand:hover {
  color: #fff;
  background: #ff1a24;
  box-shadow: 0 20px 44px rgba(229, 9, 20, 0.38);
}

.btn-outline-brand:hover {
  color: #fff;
  border-color: var(--brand-red);
  background: rgba(229, 9, 20, 0.14);
}

.header-cta {
  min-height: 44px;
  padding: 10px 20px;
  white-space: nowrap;
}

.hero-section {
  position: relative;
  min-height: 895px;
  overflow: hidden;
  display: flex;
  align-items: center;
  isolation: isolate;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.98) 0%, rgba(0, 0, 0, 0.82) 23%, rgba(0, 0, 0, 0.38) 56%, rgba(0, 0, 0, 0.72) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0) 62%, #050505 100%), url("../img/hero-cross-training.jpg");
  background-size: cover;
  background-position: center top;
}

.hero-content {
  padding-top: 112px;
}

.hero-section h1 {
  margin: 0;
  font-family: var(--font-title);
  font-size: clamp(4.6rem, 8vw, 9.6rem);
  line-height: 0.92;
  text-transform: uppercase;
}

.hero-section h1 span,
.hero-section h1 strong {
  display: block;
}

.hero-section h1 span {
  color: #fff;
  text-shadow: 0 10px 22px rgba(0, 0, 0, 0.55);
}

.hero-section h1 strong {
  color: var(--brand-red);
  font-weight: 700;
}

.hero-lead {
  max-width: 590px;
  margin: 20px 0 26px;
  color: #f0f0f0;
  font-size: clamp(1.12rem, 1.7vw, 1.55rem);
  font-weight: 700;
  line-height: 1.17;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.hero-note {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 32px 0 0;
  color: #ffffff;
  font-size: 1.08rem;
  font-weight: 700;
}

.note-icon {
  color: var(--brand-red);
  font-size: 1.9rem;
  line-height: 1;
}

.section {
  padding: 34px 0;
}

.section-about,
.section-details,
.final-cta {
  background: linear-gradient(90deg, #050505, #171717 48%, #050505);
}

.feature-image {
  width: 100%;
  min-height: 315px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.45);
}

.eyebrow {
  margin: 0 0 8px;
  color: var(--brand-red);
  font-family: var(--font-title);
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
}

.section-copy h2,
.detail-block h2,
.partner-card h2,
.final-cta h2 {
  margin: 0;
  font-family: var(--font-title);
  font-size: clamp(2.25rem, 4vw, 4rem);
  line-height: 1.05;
}

.accent-text {
  max-width: 740px;
  margin: 18px 0 28px;
  padding-left: 26px;
  border-left: 5px solid var(--brand-red);
  color: #f2f2f2;
  font-size: 1.08rem;
}

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

.differentials article {
  min-height: 108px;
  padding: 0 22px;
  border-right: 1px solid var(--line);
  text-align: center;
}

.differentials article:last-child {
  border-right: 0;
}

.differentials p {
  max-width: 160px;
  margin: 11px auto 0;
  color: #d8d8d8;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.7);
}

.differential-icon,
.benefit-icon {
  display: inline-grid;
  place-items: center;
  color: var(--brand-red);
}

.differential-icon {
  width: 52px;
  height: 52px;
}

.differential-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 0 7px rgba(229, 9, 20, 0.28));
}

.section-benefits {
  padding-top: 18px;
  background: #050505;
}

.section-benefits .eyebrow {
  margin-bottom: 8px;
  color: #ff111d;
  font-size: 1.05rem;
  line-height: 1;
}

.info-card {
  min-height: 140px;
  height: 100%;
  display: grid;
  grid-template-columns: 64px 1fr;
  grid-template-rows: auto 1fr;
  column-gap: 18px;
  align-items: start;
  padding: 25px 24px 22px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.055), transparent 34%),
    linear-gradient(145deg, #151515 0%, #0b0b0b 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.055),
    0 18px 34px rgba(0, 0, 0, 0.28);
  transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.info-card:hover,
.offer-card:hover {
  transform: translateY(-6px);
  border-color: var(--line-red);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.34);
}

.benefit-icon {
  grid-row: 1 / span 2;
  width: 64px;
  height: 64px;
  align-self: center;
}

.benefit-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.info-card h3,
.offer-card h3 {
  margin: 0 0 12px;
  font-family: var(--font-title);
  font-size: 1.65rem;
  line-height: 1.08;
}

.info-card h3 {
  color: #f4f4f4;
  font-size: 1.42rem;
  font-weight: 700;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.45);
}

.info-card p,
.offer-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.45;
}

.info-card p {
  max-width: 220px;
  color: #d7d7d7;
  font-size: 0.84rem;
  font-weight: 500;
  line-height: 1.45;
}

.offer-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.offer-card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 8px;
  background:
    radial-gradient(circle at 26% 8%, rgba(255, 255, 255, 0.055), transparent 32%),
    linear-gradient(180deg, #171717 0%, #0e0e0e 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 16px 32px rgba(0, 0, 0, 0.28);
  transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.offer-card > img {
  width: 100%;
  aspect-ratio: 1.82;
  object-fit: cover;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.offer-card > div {
  position: relative;
  min-height: 150px;
  padding: 33px 18px 22px;
}

.badge-icon {
  position: absolute;
  top: -34px;
  left: 16px;
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border: 5px solid #141414;
  border-radius: 50%;
  background: #f31320;
  color: #fff;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.34);
}

.badge-icon img {
  width: 31px;
  height: 31px;
  object-fit: contain;
}

.badge-icon img[src$="kettlebell.png"] {
  width: 34px;
  height: 34px;
}

.offer-card h3 {
  margin-bottom: 12px;
  color: #f1f1f1;
  font-family: var(--font-title);
  font-size: 1.58rem;
  font-weight: 700;
  line-height: 1;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.65);
}

.offer-card p {
  max-width: 215px;
  color: #d3d3d3;
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.45;
}

.section-details {
  padding: 38px 0;
  background: #090909;
}

.detail-block,
.schedule-card,
.partner-card {
  height: 100%;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 10px;
  background:
    radial-gradient(circle at 26% 12%, rgba(255, 255, 255, 0.055), transparent 34%),
    linear-gradient(145deg, #151515 0%, #090909 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.055),
    0 18px 36px rgba(0, 0, 0, 0.35);
}

.section-details .eyebrow {
  margin-bottom: 12px;
  color: #f31320;
  font-size: 1.24rem;
  line-height: 1;
  letter-spacing: 0;
}

.detail-block address {
  margin: 17px 0 22px;
  color: #dcdcdc;
  font-size: 1.03rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.35;
}

.detail-block h2 {
  color: #f2f2f2;
  font-size: clamp(2.15rem, 3vw, 2.9rem);
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.55);
}

.map-card {
  position: relative;
  min-height: 132px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #111;
}

.map-card iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.schedule-row {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
  color: #fff;
  font-size: 1rem;
  font-weight: 900;
}

.schedule-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 6px;
  background: #f31320;
}

.schedule-icon img {
  width: 31px;
  height: 31px;
  object-fit: contain;
}

.schedule-day {
  color: #d9d9d9;
}

.schedule-row strong {
  font-family: var(--font-title);
  color: #f2f2f2;
  font-size: 1.95rem;
  font-weight: 700;
  white-space: nowrap;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.55);
}

.small-note {
  margin: 20px 0 0;
  color: #d0d0d0;
  font-size: 0.96rem;
  font-weight: 600;
  line-height: 1.35;
}

.partner-content {
  min-height: 236px;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.partner-content h2 {
  max-width: 265px;
  color: #f2f2f2;
  font-size: 1.18rem;
  line-height: 1.15;
  text-transform: uppercase;
}

.partner-content h2 strong {
  display: block;
  margin-top: 5px;
  font-family: var(--font-title);
  font-size: 2.9rem;
  text-transform: none;
}

.partner-content h2 small {
  display: block;
  font-family: var(--font-body);
  font-size: 1.08rem;
  font-weight: 800;
  text-transform: none;
}

.partner-content p {
  max-width: 245px;
  margin: 24px 0 0;
  color: #d0d0d0;
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.35;
}

.partner-icon {
  width: 98px;
  height: 98px;
  margin-bottom: 18px;
  color: #f31320;
}

.partner-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 0 9px rgba(243, 19, 32, 0.22));
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.gallery-grid img {
  width: 100%;
  aspect-ratio: 1.46;
  object-fit: cover;
  border: 1px solid var(--line);
  border-radius: 7px;
  transition: transform 0.24s ease, border-color 0.24s ease;
}

.gallery-grid img:hover {
  transform: scale(1.03);
  border-color: var(--line-red);
}

.final-cta {
  position: relative;
  overflow: hidden;
  min-height: 122px;
  display: flex;
  align-items: center;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(229, 9, 20, 0.45);
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.97) 0%, rgba(15, 15, 15, 0.93) 42%, rgba(35, 8, 8, 0.88) 100%);
}

.cta-figure {
  position: absolute;
  inset: 0 auto 0 0;
  width: 270px;
  opacity: 0.62;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.05), rgba(5, 5, 5, 0.35) 58%, rgba(5, 5, 5, 0.96) 100%),
    url("../img/cta-athlete.jpg") center / cover;
}

.final-cta .container {
  position: relative;
}

.final-cta h2 {
  padding-left: 210px;
  color: #f5f5f5;
  font-size: clamp(2.25rem, 3.1vw, 3.35rem);
  line-height: 0.96;
  text-transform: uppercase;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.65);
}

.final-cta h2 strong {
  display: block;
  margin-top: 5px;
  color: #f31320;
}

.contact-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.contact-button {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 14px 22px;
  border: 1px solid #e50914;
  border-radius: 8px;
  background: rgba(90, 7, 10, 0.26);
  color: #fff;
  font-weight: 900;
  line-height: 1.15;
  transition: transform 0.22s ease, background-color 0.22s ease, border-color 0.22s ease;
}

.contact-button span {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: #b40710;
  font-family: var(--font-title);
  font-size: 1.8rem;
  font-weight: 700;
}

.contact-button span i {
  font-size: 1.45rem;
  line-height: 1;
}

.site-footer {
  padding: 48px 0 24px;
  background: #040404;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 0.9fr 1fr;
  gap: 34px;
  align-items: center;
}

.footer-logo {
  width: 180px;
}

.site-footer h2 {
  margin: 0 0 14px;
  color: var(--brand-red);
  font-family: var(--font-title);
  font-size: 1.15rem;
  text-transform: uppercase;
}

.site-footer p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.social-links {
  display: flex;
  gap: 14px;
}

.social-links a {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--brand-red);
  color: #fff;
  font-family: var(--font-title);
  font-size: 2rem;
  font-weight: 700;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.social-links a i {
  font-size: 1.55rem;
  line-height: 1;
}

.social-links a:hover {
  transform: translateY(-2px);
  background: #ff1a24;
}

.footer-signature {
  padding-left: 30px;
  border-left: 1px solid var(--line);
}

.footer-signature p::after {
  content: "";
  display: block;
  width: 120px;
  height: 4px;
  margin-top: 18px;
  background: var(--brand-red);
}

.copyright {
  margin-top: 28px !important;
  text-align: center;
  color: var(--dim) !important;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1199.98px) {
  .offer-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

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

@media (max-width: 991.98px) {
  .site-header {
    background: rgba(5, 5, 5, 0.94);
  }

  .navbar {
    min-height: 76px;
  }

  .navbar-brand {
    width: auto;
  }

  .navbar-brand img {
    width: 92px;
  }

  .navbar-collapse {
    padding: 18px 0 22px;
  }

  .navbar-nav {
    gap: 8px;
  }

  .hero-section {
    min-height: 760px;
  }

  .hero-content {
    padding-top: 130px;
  }

  .differentials {
    grid-template-columns: repeat(2, 1fr);
  }

  .differentials article:nth-child(2) {
    border-right: 0;
  }

  .differentials article:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .final-cta h2 {
    padding-left: 130px;
  }
}

@media (max-width: 767.98px) {
  html {
    scroll-padding-top: 78px;
  }

  .section {
    padding: 30px 0;
  }

  .hero-section {
    min-height: 710px;
    align-items: flex-end;
    padding-bottom: 34px;
  }

  .hero-bg {
    background-position: 58% top;
  }

  .hero-section h1 {
    font-size: clamp(4rem, 17vw, 5.6rem);
  }

  .hero-actions,
  .contact-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .btn-primary-brand,
  .btn-outline-brand {
    width: 100%;
  }

  .accent-text {
    padding-left: 18px;
    font-size: 1rem;
  }

  .offer-grid {
    grid-template-columns: 1fr;
  }

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

  .schedule-row {
    grid-template-columns: 44px 1fr;
    gap: 10px 14px;
  }

  .schedule-row strong {
    grid-column: 2;
  }

  .final-cta h2 {
    padding-left: 0;
    font-size: 2.4rem;
  }

  .cta-figure {
    width: 190px;
    opacity: 0.28;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-signature {
    padding-left: 0;
    border-left: 0;
  }
}

@media (max-width: 479.98px) {
  .hero-section h1 {
    font-size: 3.7rem;
  }

  .differentials,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .differentials article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .differentials article:last-child {
    border-bottom: 0;
  }

  .info-card {
    padding: 24px 22px;
  }
}
