:root {
  --ink: #171510;
  --forest: #203927;
  --moss: #526f48;
  --cedar: #744b34;
  --clay: #a85d3a;
  --sun: #f2ca3f;
  --paper: #f7f1e6;
  --stone: #e7e0d2;
  --white: #fffaf1;
  --line: rgba(23, 21, 16, 0.16);
  --shadow: 0 22px 55px rgba(23, 21, 16, 0.18);
  --radius: 8px;
  --max: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(82, 111, 72, 0.07) 1px, transparent 1px),
    linear-gradient(180deg, rgba(116, 75, 52, 0.06) 1px, transparent 1px),
    var(--paper);
  background-size: 72px 72px, 72px 72px, auto;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
}

body.menu-open {
  overflow: hidden;
}

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

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

.container {
  width: min(var(--max), calc(100% - 40px));
  margin-inline: auto;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  min-height: 108px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px clamp(20px, 5vw, 64px);
  color: var(--white);
  transition: min-height 220ms ease, background 220ms ease, box-shadow 220ms ease, color 220ms ease;
}

.site-header::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(23, 21, 16, 0.78), rgba(23, 21, 16, 0));
  transition: opacity 220ms ease;
}

.site-header.is-scrolled {
  min-height: 76px;
  color: var(--ink);
  background: rgba(255, 250, 241, 0.94);
  box-shadow: 0 12px 36px rgba(23, 21, 16, 0.12);
  backdrop-filter: blur(18px);
}

.site-header.is-scrolled::before {
  opacity: 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.brand img {
  width: 170px;
  height: 92px;
  object-fit: contain;
  border-radius: var(--radius);
  background: transparent;
  filter: drop-shadow(0 12px 22px rgba(0, 0, 0, 0.42));
  transition: width 220ms ease, height 220ms ease, filter 220ms ease;
}

.site-header.is-scrolled .brand img {
  width: 118px;
  height: 62px;
  filter: drop-shadow(0 8px 12px rgba(23, 21, 16, 0.16));
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2.2vw, 30px);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.site-nav a {
  position: relative;
  white-space: nowrap;
}

.site-nav a:not(.nav-action):not(.nav-quote)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 100%;
  height: 2px;
  background: var(--sun);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
}

.nav-action {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: var(--radius);
  color: var(--ink);
  background: var(--sun);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
}

.nav-quote {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border: 1px solid rgba(255, 250, 241, 0.42);
  border-radius: var(--radius);
}

.site-header.is-scrolled .nav-quote {
  border-color: rgba(23, 21, 16, 0.24);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid currentColor;
  border-radius: var(--radius);
  color: inherit;
  background: transparent;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

.hero {
  position: relative;
  height: 100svh;
  min-height: 560px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: var(--white);
  background-image: url("img/hero-pucon-wide.jpg");
  background-size: cover;
  background-position: center center;
}

@supports (height: 100dvh) {
  .hero {
    height: 100dvh;
  }
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(17, 19, 13, 0.86), rgba(17, 19, 13, 0.58) 42%, rgba(17, 19, 13, 0.18)),
    linear-gradient(180deg, rgba(17, 19, 13, 0.24), rgba(17, 19, 13, 0.1) 58%, rgba(17, 19, 13, 0.62));
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.hero-content {
  position: relative;
  z-index: 2;
  padding: clamp(104px, 13svh, 138px) 0 clamp(20px, 4.5svh, 42px);
}

.section-kicker {
  margin: 0 0 14px;
  color: var(--sun);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero h1,
.section-heading h2,
.reviews-copy h2,
.final-cta h2 {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: 0;
}

.hero h1 {
  max-width: 740px;
  font-size: clamp(3.8rem, 8.8vw, 7.7rem);
}

.hero-copy {
  max-width: 580px;
  margin: 14px 0 0;
  color: rgba(255, 250, 241, 0.88);
  font-size: clamp(1rem, 2vw, 1.2rem);
  line-height: 1.5;
}

.hero-actions,
.final-cta-content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-actions {
  margin-top: 20px;
}

.btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-weight: 800;
  line-height: 1;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

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

.btn-primary {
  color: var(--ink);
  background: var(--sun);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18);
}

.btn-secondary {
  color: var(--white);
  border-color: rgba(255, 250, 241, 0.5);
  background: rgba(255, 250, 241, 0.08);
}

.btn-dark {
  color: var(--white);
  background: var(--ink);
}

.hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 840px;
  margin-top: 20px;
}

.hero-facts span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 0 14px;
  border: 1px solid rgba(255, 250, 241, 0.24);
  border-radius: var(--radius);
  color: rgba(255, 250, 241, 0.88);
  background: rgba(17, 19, 13, 0.28);
}

.section {
  padding: clamp(56px, 7vw, 88px) 0;
}

.split-layout,
.services-layout,
.reviews-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: start;
}

.section-heading h2,
.reviews-copy h2 {
  font-size: clamp(2.1rem, 3.8vw, 4rem);
  line-height: 1.02;
}

.section-heading.center {
  max-width: 780px;
  margin: 0 auto 34px;
  text-align: center;
}

.section-heading.center .section-kicker {
  color: var(--clay);
}

.about {
  background: var(--white);
}

.about .section-kicker,
.services .section-kicker {
  color: var(--moss);
}

.about-copy p {
  margin: 0 0 16px;
  color: rgba(23, 21, 16, 0.78);
  font-size: clamp(0.98rem, 1.4vw, 1.08rem);
  line-height: 1.55;
}

.about-points {
  margin-top: 28px;
  border-top: 1px solid var(--line);
}

.about-points div {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 18px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}

.about-points strong {
  font-size: 0.95rem;
  text-transform: uppercase;
}

.about-points span {
  color: rgba(23, 21, 16, 0.7);
}

.fleet {
  background:
    linear-gradient(180deg, rgba(32, 57, 39, 0.95), rgba(23, 21, 16, 0.96)),
    var(--forest);
  color: var(--white);
}

.fleet .section-heading.center .section-kicker {
  color: var(--sun);
}

.vehicle-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  max-width: 980px;
  margin-inline: auto;
}

.vehicle-card {
  overflow: hidden;
  border: 1px solid rgba(255, 250, 241, 0.16);
  border-radius: var(--radius);
  color: var(--ink);
  background: var(--white);
  box-shadow: var(--shadow);
}

.vehicle-card figure {
  margin: 0;
  aspect-ratio: 5 / 3;
  overflow: hidden;
  background: var(--stone);
}

.vehicle-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vehicle-card:first-child img {
  object-position: center 43%;
}

.vehicle-card:last-child img {
  object-position: center 48%;
}

.vehicle-body {
  padding: clamp(18px, 2.7vw, 26px);
}

.vehicle-tag {
  display: inline-flex;
  margin: 0 0 12px;
  padding: 5px 9px;
  border-radius: var(--radius);
  color: var(--white);
  background: var(--forest);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.vehicle-body h3,
.service-item h3 {
  margin: 0;
  font-size: clamp(1.22rem, 2.1vw, 1.68rem);
  line-height: 1.12;
}

.vehicle-body p {
  margin: 10px 0 14px;
  color: rgba(23, 21, 16, 0.76);
}

.vehicle-body ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.vehicle-body li {
  position: relative;
  padding-left: 18px;
  color: rgba(23, 21, 16, 0.82);
  font-size: 0.94rem;
  line-height: 1.45;
}

.vehicle-body li::before {
  content: "";
  position: absolute;
  top: 0.74em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--clay);
}

.vehicle-action {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  padding: 0 16px;
  border-radius: var(--radius);
  color: var(--ink);
  background: var(--sun);
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 12px 26px rgba(23, 21, 16, 0.12);
}

.vehicle-action:hover,
.vehicle-action:focus-visible {
  transform: translateY(-2px);
}

.services {
  background: var(--paper);
}

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

.service-item {
  min-height: 230px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 250, 241, 0.64);
}

.service-item span {
  display: inline-flex;
  margin-bottom: 34px;
  color: var(--clay);
  font-weight: 800;
}

.service-item p {
  margin: 14px 0 0;
  color: rgba(23, 21, 16, 0.72);
}

.reviews {
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(32, 57, 39, 0.96), rgba(23, 21, 16, 0.98)),
    var(--forest);
}

.reviews-layout {
  align-items: center;
}

.reviews-copy p:not(.section-kicker) {
  max-width: 560px;
  margin: 22px 0 0;
  color: rgba(255, 250, 241, 0.78);
}

.stars {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin: 28px 0;
}

.stars span {
  font-weight: 800;
  text-transform: uppercase;
}

.stars strong {
  color: var(--sun);
  font-size: 1.25rem;
  letter-spacing: 0;
}

.review-carousel {
  overflow: hidden;
  border: 1px solid rgba(255, 250, 241, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 250, 241, 0.08);
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.25);
}

.review-viewport {
  overflow: hidden;
}

.review-track {
  display: flex;
  transition: transform 260ms ease;
}

.review-card {
  flex: 0 0 100%;
  min-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(26px, 4vw, 44px);
}

.review-head {
  display: flex;
  align-items: center;
  gap: 14px;
}

.review-avatar {
  width: 54px;
  height: 54px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: var(--ink);
  background: var(--sun);
  font-size: 1.25rem;
  font-weight: 900;
}

.review-card:nth-child(2) .review-avatar {
  background: var(--stone);
}

.review-card:nth-child(3) .review-avatar {
  color: var(--white);
  background: var(--cedar);
}

.review-card:nth-child(4) .review-avatar {
  color: var(--white);
  background: #6d2fb0;
}

.review-head h3 {
  margin: 0;
  color: var(--white);
  font-size: 1.35rem;
  line-height: 1.1;
}

.review-head p {
  margin: 4px 0 0;
  color: rgba(255, 250, 241, 0.58);
  line-height: 1.2;
}

.review-rating {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}

.review-rating span {
  color: var(--sun);
  font-size: 1.2rem;
  letter-spacing: 0;
}

.review-rating small {
  color: rgba(255, 250, 241, 0.58);
  font-size: 0.98rem;
}

.review-text {
  margin: 22px 0 0;
  color: rgba(255, 250, 241, 0.76);
  font-size: clamp(1rem, 1.8vw, 1.22rem);
  line-height: 1.56;
}

.review-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 24px 24px;
}

.review-controls button {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 250, 241, 0.22);
  border-radius: var(--radius);
  color: var(--white);
  background: rgba(255, 250, 241, 0.08);
  font-size: 1.7rem;
  line-height: 1;
  cursor: pointer;
}

.review-controls button:hover,
.review-controls button:focus-visible {
  border-color: var(--sun);
  color: var(--sun);
}

.review-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.review-dots button {
  width: 10px;
  height: 10px;
  min-width: 10px;
  border: 0;
  border-radius: 999px;
  padding: 0;
  background: rgba(255, 250, 241, 0.32);
}

.review-dots button.is-active {
  width: 28px;
  background: var(--sun);
}

.final-cta {
  padding: clamp(70px, 8vw, 104px) 0;
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(242, 202, 63, 0.92), rgba(255, 250, 241, 0.88)),
    var(--sun);
}

.final-cta-content {
  justify-content: space-between;
}

.final-cta .section-kicker {
  width: 100%;
  margin-bottom: 10px;
  color: var(--forest);
}

.final-cta h2 {
  max-width: 780px;
  font-size: clamp(2.2rem, 4.6vw, 4.5rem);
  line-height: 1;
}

.site-footer {
  color: rgba(255, 250, 241, 0.78);
  background: var(--ink);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 34px;
  padding: 58px 0;
}

.footer-logo {
  width: 168px;
  margin-bottom: 18px;
  border-radius: var(--radius);
  background: transparent;
  filter: drop-shadow(0 12px 18px rgba(0, 0, 0, 0.28));
}

.site-footer p {
  max-width: 380px;
  margin: 0;
}

.site-footer h2 {
  margin: 0 0 16px;
  color: var(--white);
  font-size: 0.9rem;
  text-transform: uppercase;
}

.site-footer a {
  display: block;
  margin-top: 10px;
  color: rgba(255, 250, 241, 0.78);
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: var(--sun);
}

.quote-page {
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(32, 57, 39, 0.96), rgba(23, 21, 16, 0.98)),
    var(--forest);
}

.quote-hero {
  min-height: 100svh;
  display: flex;
  align-items: center;
  padding: clamp(116px, 16vw, 150px) 0 clamp(56px, 7vw, 92px);
}

.quote-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.72fr);
  gap: clamp(34px, 6vw, 78px);
  align-items: center;
}

.quote-copy h1 {
  max-width: 760px;
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(3rem, 7vw, 6.6rem);
  line-height: 0.98;
}

.quote-copy p:not(.section-kicker) {
  max-width: 620px;
  margin: 22px 0 28px;
  color: rgba(255, 250, 241, 0.76);
  font-size: clamp(1rem, 1.7vw, 1.18rem);
}

.quote-card {
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid rgba(255, 250, 241, 0.18);
  border-radius: var(--radius);
  color: var(--ink);
  background: var(--white);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.3);
}

.quote-badge {
  display: inline-flex;
  margin: 0 0 18px;
  padding: 7px 10px;
  border-radius: var(--radius);
  color: var(--ink);
  background: var(--sun);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.quote-card h2 {
  margin: 0;
  font-size: clamp(1.5rem, 3vw, 2.35rem);
  line-height: 1.05;
}

.quote-price {
  display: grid;
  gap: 4px;
  margin: 18px 0;
  padding: 16px;
  border-radius: var(--radius);
  background: rgba(242, 202, 63, 0.16);
}

.quote-price span {
  color: rgba(23, 21, 16, 0.64);
  font-weight: 700;
}

.quote-price strong {
  color: var(--forest);
  font-size: clamp(1.85rem, 3.1vw, 2.45rem);
  line-height: 1;
  letter-spacing: 0;
}

.quote-price small {
  color: rgba(23, 21, 16, 0.62);
  font-weight: 700;
}

.quote-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.quote-list li {
  position: relative;
  padding-left: 22px;
  color: rgba(23, 21, 16, 0.74);
  line-height: 1.45;
}

.quote-list li::before {
  content: "";
  position: absolute;
  top: 0.64em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--clay);
}

.quote-action {
  width: 100%;
  margin-top: 24px;
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  padding: 18px clamp(20px, 5vw, 64px);
  border-top: 1px solid rgba(255, 250, 241, 0.12);
  color: rgba(255, 250, 241, 0.56);
  font-size: 0.88rem;
}

@media (max-width: 920px) {
  .site-header {
    min-height: 96px;
    padding-inline: 20px;
  }

  .brand img {
    width: 136px;
    height: 74px;
  }

  .site-header.is-scrolled .brand img {
    width: 104px;
    height: 56px;
  }

  .menu-toggle {
    display: block;
  }

  .site-nav {
    position: fixed;
    top: 0;
    right: 0;
    width: min(360px, 86vw);
    height: 100svh;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    gap: 10px;
    padding: 92px 28px 32px;
    color: var(--ink);
    background: var(--white);
    box-shadow: -22px 0 50px rgba(0, 0, 0, 0.18);
    transform: translateX(105%);
    transition: transform 220ms ease;
  }

  .site-nav.is-open {
    transform: translateX(0);
  }

  .site-nav a {
    padding: 14px 0;
  }

  .nav-action {
    margin-top: 10px;
  }

  .menu-open .menu-toggle span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .menu-open .menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  .menu-open .menu-toggle span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .hero {
    height: 100svh;
    background-position: 54% center;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(17, 19, 13, 0.8), rgba(17, 19, 13, 0.48)),
      linear-gradient(180deg, rgba(17, 19, 13, 0.12), rgba(17, 19, 13, 0.72));
  }

  .hero-media img {
    object-position: center 34%;
  }

  .split-layout,
  .services-layout,
  .reviews-layout,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .quote-layout {
    grid-template-columns: 1fr;
  }

  .quote-hero {
    align-items: flex-start;
  }

  .vehicle-grid,
  .service-list {
    grid-template-columns: 1fr;
  }

  .vehicle-grid {
    max-width: 560px;
  }
}

@media (max-width: 620px) {
  .container {
    width: min(100% - 28px, var(--max));
  }

  .hero-content {
    padding-top: clamp(92px, 13svh, 116px);
    padding-bottom: clamp(18px, 4svh, 28px);
  }

  .hero h1 {
    font-size: clamp(2.85rem, 14.5vw, 4.35rem);
    line-height: 0.94;
  }

  .hero-copy {
    margin-top: 12px;
    font-size: clamp(0.92rem, 3.8vw, 1rem);
    line-height: 1.45;
  }

  .hero-actions,
  .final-cta-content {
    align-items: stretch;
  }

  .btn {
    width: 100%;
  }

  .vehicle-action {
    width: 100%;
  }

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

  .quote-copy h1 {
    font-size: clamp(2.8rem, 13vw, 4.5rem);
  }

  .quote-price strong {
    font-size: clamp(1.75rem, 8vw, 2.25rem);
  }

  .hero-facts {
    gap: 8px;
    margin-top: 14px;
  }

  .hero-facts span {
    min-height: 30px;
    padding: 0 10px;
    font-size: 0.82rem;
  }

  .about-points div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .section {
    padding: 54px 0;
  }

  .service-item {
    min-height: auto;
  }

  .review-card {
    min-height: 430px;
    padding: 24px;
  }

  .review-head h3 {
    font-size: 1.1rem;
  }

  .review-text {
    font-size: 0.95rem;
    line-height: 1.48;
  }

  .review-controls {
    padding: 0 18px 18px;
  }

  .footer-bottom {
    flex-direction: column;
  }
}

@media (max-height: 760px) {
  .site-header {
    min-height: 82px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .brand img {
    width: 124px;
    height: 66px;
  }

  .site-header.is-scrolled .brand img {
    width: 96px;
    height: 52px;
  }

  .hero-content {
    padding-top: 88px;
    padding-bottom: 18px;
  }

  .hero .section-kicker {
    margin-bottom: 8px;
    font-size: 0.72rem;
  }

  .hero h1 {
    font-size: clamp(3rem, 7.6vw, 6.2rem);
    line-height: 0.92;
  }

  .hero-copy {
    max-width: 540px;
    margin-top: 10px;
    font-size: 1rem;
    line-height: 1.42;
  }

  .hero-actions {
    gap: 10px;
    margin-top: 14px;
  }

  .btn {
    min-height: 42px;
    padding-inline: 18px;
  }

  .hero-facts {
    gap: 8px;
    margin-top: 12px;
  }

  .hero-facts span {
    min-height: 30px;
    padding-inline: 10px;
    font-size: 0.84rem;
  }
}

@media (max-width: 620px) and (max-height: 760px) {
  .site-header {
    min-height: 76px;
  }

  .brand img {
    width: 108px;
    height: 58px;
  }

  .hero-content {
    padding-top: 80px;
    padding-bottom: 14px;
  }

  .hero h1 {
    font-size: clamp(2.6rem, 13vw, 3.6rem);
  }

  .hero-copy {
    font-size: 0.88rem;
    line-height: 1.38;
  }

  .hero-actions {
    gap: 8px;
    margin-top: 12px;
  }

  .btn {
    min-height: 38px;
    padding-inline: 14px;
  }

  .hero-facts {
    gap: 6px;
    margin-top: 10px;
  }

  .hero-facts span {
    min-height: 26px;
    padding-inline: 8px;
    font-size: 0.74rem;
  }
}

@supports (height: 100dvh) {
  .hero {
    height: 100dvh;
  }

  @media (max-width: 920px) {
    .site-nav {
      height: 100dvh;
    }
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
