:root {
  --ink: #171c1b;
  --muted: #65706d;
  --paper: #f8f5ef;
  --white: #fffefd;
  --mist: #e9eeeb;
  --coral: #df594d;
  --coral-dark: #c8463c;
  --sage: #b8d1c0;
  --line: rgba(23, 28, 27, 0.14);
  --shadow: 0 24px 70px rgba(25, 39, 35, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", sans-serif;
  line-height: 1.6;
}
body.menu-open { overflow: hidden; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  transition: background 220ms ease, box-shadow 220ms ease, color 220ms ease;
}
.site-header.scrolled { background: rgba(248, 245, 239, 0.94); box-shadow: 0 8px 30px rgba(14, 24, 21, 0.08); backdrop-filter: blur(14px); }
.nav-shell { width: min(1180px, calc(100% - 40px)); height: 86px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font: 800 1.02rem/1 "Manrope", sans-serif; letter-spacing: -0.03em; }
.brand-mark { width: 36px; height: 36px; border-radius: 50%; background: var(--coral); color: var(--white); display: grid; place-items: center; }
.brand-mark svg { width: 20px; fill: currentColor; }
.primary-nav { display: flex; align-items: center; gap: 28px; }
.primary-nav > a:not(.button) { position: relative; color: #28312f; font-size: 0.92rem; font-weight: 600; text-decoration: none; }
.primary-nav > a:not(.button)::after { content: ""; position: absolute; right: 0; bottom: -6px; left: 0; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform 180ms ease; }
.primary-nav > a:not(.button):hover::after, .primary-nav > a:not(.button):focus-visible::after { transform: scaleX(1); transform-origin: left; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; border-radius: 50%; background: var(--white); cursor: pointer; }
.menu-toggle span:not(.sr-only) { display: block; width: 19px; height: 2px; margin: 4px auto; background: var(--ink); transition: transform 180ms ease, opacity 180ms ease; }

.button { min-height: 48px; padding: 0 24px; border: 1px solid var(--coral); border-radius: 999px; background: var(--coral); color: var(--white); display: inline-flex; align-items: center; justify-content: center; gap: 9px; font-weight: 700; text-decoration: none; box-shadow: 0 10px 24px rgba(223, 89, 77, 0.22); transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); background: var(--coral-dark); box-shadow: 0 15px 30px rgba(223, 89, 77, 0.3); }
.button:active { transform: translateY(0); }
.button svg { width: 18px; fill: currentColor; }
.button-small { min-height: 44px; padding: 0 20px; font-size: 0.9rem; }
.button-large { min-height: 56px; padding: 0 30px; }
.button-light { border-color: var(--white); background: var(--white); color: var(--ink); box-shadow: none; }
.button-light:hover, .button-light:focus-visible { background: #f4efe8; color: var(--ink); }

.hero { min-height: 760px; position: relative; display: grid; place-items: center; overflow: hidden; background: url("/assets/hero-flight.jpg") center/cover no-repeat; }
.hero::after { content: ""; position: absolute; inset: auto -10% -38% 45%; height: 70%; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; transform: rotate(-12deg); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(16, 25, 23, 0.76) 0%, rgba(16, 25, 23, 0.46) 48%, rgba(16, 25, 23, 0.12) 100%); }
.hero-content { position: relative; z-index: 2; width: min(1180px, calc(100% - 40px)); padding-top: 80px; color: var(--white); }
.eyebrow { margin: 0 0 18px; font: 700 0.75rem/1 "Manrope", sans-serif; letter-spacing: 0.18em; text-transform: uppercase; }
.eyebrow.coral { color: var(--coral); }
h1, h2, h3 { margin: 0; font-family: "Manrope", sans-serif; letter-spacing: -0.055em; line-height: 1.03; }
.hero h1 { max-width: 780px; font-size: clamp(3.7rem, 8vw, 7.5rem); font-weight: 700; text-wrap: balance; }
.hero-copy { max-width: 600px; margin: 26px 0 0; font-size: clamp(1rem, 2vw, 1.18rem); color: rgba(255,255,255,.84); }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 36px; }
.text-link { color: var(--white); font-weight: 700; text-decoration: none; }
.text-link span { display: inline-block; margin-left: 8px; transition: transform 180ms ease; }
.text-link:hover span { transform: translateY(4px); }
.hero-note { position: absolute; z-index: 2; right: 4.5vw; bottom: 42px; color: var(--white); display: flex; align-items: center; gap: 12px; font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; transform: rotate(90deg) translateX(100%); transform-origin: right bottom; opacity: .8; }
.hero-note-line { width: 70px; height: 1px; background: currentColor; }

.benefits { padding: 130px 0 110px; overflow: hidden; }
.section-intro { width: min(1180px, calc(100% - 40px)); margin: 0 auto 80px; }
.section-intro h2, .reviews h2 { max-width: 760px; font-size: clamp(2.7rem, 5vw, 5.2rem); }
.feature { width: min(1180px, calc(100% - 40px)); margin: 0 auto 130px; display: grid; grid-template-columns: 0.82fr 1.18fr; align-items: center; gap: clamp(45px, 8vw, 120px); }
.feature:last-child { margin-bottom: 0; }
.feature-left { grid-template-columns: 1.18fr 0.82fr; }
.feature-left .feature-copy { order: 2; }
.feature-left .feature-image { order: 1; }
.feature-copy { position: relative; padding: 30px 0; }
.feature-number { position: absolute; top: -18px; left: -40px; color: rgba(23, 28, 27, 0.1); font: 800 clamp(4rem, 9vw, 8rem)/1 "Manrope", sans-serif; }
.feature h3 { position: relative; font-size: clamp(2.2rem, 4vw, 4rem); }
.feature p { position: relative; max-width: 470px; margin: 24px 0 30px; color: var(--muted); font-size: 1.05rem; }
.inline-call { display: inline-flex; gap: 12px; align-items: center; color: var(--ink); font-weight: 700; text-decoration: none; border-bottom: 1px solid var(--ink); }
.inline-call span { transition: transform 180ms ease; }
.inline-call:hover span { transform: translateX(5px); }
.feature-image { min-height: 480px; position: relative; box-shadow: var(--shadow); }
.feature-image::before { content: ""; position: absolute; z-index: -1; width: 46%; height: 46%; background: var(--sage); }
.feature-right .feature-image::before { right: -30px; bottom: -30px; }
.feature-left .feature-image::before { top: -30px; left: -30px; background: #e5b8ad; }
.feature-image img { width: 100%; height: 100%; min-height: 480px; object-fit: cover; }
.image-one { transform: rotate(1deg); }
.image-two { transform: rotate(-1.2deg); }
.image-three { transform: rotate(.8deg); }

.reviews { padding: 120px max(20px, calc((100vw - 1180px) / 2)); background: var(--mist); }
.reviews-heading { display: grid; grid-template-columns: 0.35fr 1fr; align-items: end; margin-bottom: 70px; }
.reviews-heading .eyebrow { align-self: start; padding-top: 15px; }
.review-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 22px; }
.review-card { margin: 0; padding: clamp(32px, 5vw, 64px); background: var(--white); min-height: 390px; display: flex; flex-direction: column; justify-content: space-between; }
.review-card-dark { background: var(--ink); color: var(--white); transform: translateY(28px); }
.stars { color: var(--coral); letter-spacing: .25em; }
.review-card > p { max-width: 640px; margin: 40px 0; font: 600 clamp(1.3rem, 2.5vw, 2rem)/1.45 "Manrope", sans-serif; letter-spacing: -.025em; }
.review-card footer { display: flex; align-items: center; gap: 14px; }
.avatar { width: 46px; height: 46px; border-radius: 50%; background: var(--sage); color: var(--ink); display: grid; place-items: center; font-weight: 800; font-size: .8rem; }
.review-card footer span:last-child { display: grid; }
.review-card small { color: var(--muted); }
.review-card-dark small { color: rgba(255,255,255,.58); }

.cta { position: relative; min-height: 610px; padding: 100px 20px; display: grid; place-items: center; overflow: hidden; background: var(--coral); color: var(--white); text-align: center; }
.cta::before, .cta::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; }
.cta::before { width: 590px; height: 590px; left: -220px; top: -280px; }
.cta::after { width: 440px; height: 440px; right: -170px; bottom: -280px; }
.cta-content { position: relative; z-index: 2; max-width: 850px; }
.cta h2 { font-size: clamp(2.8rem, 6vw, 5.7rem); }
.cta-content > p:not(.eyebrow):not(.disclaimer) { margin: 26px auto 32px; font-size: 1.15rem; color: rgba(255,255,255,.82); }
.disclaimer { margin: 22px auto 0; max-width: 620px; font-size: .78rem; color: rgba(255,255,255,.68); }
.cta-plane { position: absolute; top: 45px; right: 8vw; color: rgba(255,255,255,.12); transform: rotate(-8deg); }
.cta-plane svg { width: 180px; fill: currentColor; }

.site-footer { padding: 62px 20px; background: var(--ink); color: var(--white); }
.footer-inner { width: min(1180px, 100%); margin: auto; display: grid; grid-template-columns: 1fr auto; gap: 38px; align-items: center; }
.footer-brand .brand-mark { background: var(--white); color: var(--coral); }
.footer-links { display: flex; gap: 28px; }
.footer-links a { color: rgba(255,255,255,.74); text-decoration: none; }
.footer-links a:hover { color: var(--white); }
.footer-inner > p { grid-column: 1 / -1; margin: 0; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.5); font-size: .82rem; }

.legal-main { min-height: 70vh; padding: 150px 20px 100px; background: var(--paper); }
.legal-shell { width: min(820px, 100%); margin: auto; }
.legal-shell h1 { margin-bottom: 18px; font-size: clamp(3rem, 7vw, 5.4rem); }
.legal-updated { margin: 0 0 55px; color: var(--muted); }
.legal-shell section { padding: 28px 0; border-top: 1px solid var(--line); }
.legal-shell h2 { margin-bottom: 15px; font-size: 1.5rem; letter-spacing: -.035em; }
.legal-shell p, .legal-shell li { color: #48514f; }
.legal-shell ul { padding-left: 22px; }
.legal-shell a { color: var(--coral-dark); }

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

@media (max-width: 900px) {
  .menu-toggle { display: block; position: relative; z-index: 22; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .primary-nav { position: fixed; inset: 0; padding: 115px 30px 45px; background: var(--paper); flex-direction: column; align-items: stretch; justify-content: flex-start; transform: translateX(100%); transition: transform 260ms ease; }
  .primary-nav.open { transform: translateX(0); }
  .primary-nav > a:not(.button) { padding: 12px 0; font: 700 1.8rem/1.2 "Manrope", sans-serif; }
  .primary-nav .button { margin-top: 18px; }
  .feature, .feature-left { grid-template-columns: 1fr; gap: 45px; margin-bottom: 100px; }
  .feature-left .feature-copy { order: 1; }
  .feature-left .feature-image { order: 2; }
  .feature-copy { max-width: 620px; }
  .feature-number { left: 0; }
  .reviews-heading { grid-template-columns: 1fr; gap: 12px; }
  .review-grid { grid-template-columns: 1fr; }
  .review-card-dark { transform: none; }
}

@media (max-width: 640px) {
  .nav-shell { width: min(100% - 28px, 1180px); height: 74px; }
  .brand { font-size: .9rem; }
  .brand-mark { width: 32px; height: 32px; }
  .hero { min-height: 700px; align-items: end; }
  .hero-content { width: calc(100% - 36px); padding: 120px 0 74px; }
  .hero h1 { font-size: clamp(3.2rem, 16vw, 5rem); }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 18px; }
  .text-link { text-align: center; }
  .hero-note { display: none; }
  .benefits { padding: 90px 0; }
  .section-intro { width: calc(100% - 36px); margin-bottom: 60px; }
  .feature { width: calc(100% - 36px); gap: 32px; }
  .feature-image, .feature-image img { min-height: 330px; }
  .feature-right .feature-image::before { right: -12px; bottom: -12px; }
  .feature-left .feature-image::before { top: -12px; left: -12px; }
  .reviews { padding: 90px 18px; }
  .review-card { min-height: 360px; padding: 30px; }
  .cta { min-height: 570px; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-links { flex-direction: column; gap: 12px; }
  .footer-inner > p { grid-column: 1; }
  .legal-main { padding-top: 125px; }
}
