:root {
  --red: #e50022;
  --red-dark: #b9001c;
  --ink: #18181b;
  --muted: #66666f;
  --paper: #ffffff;
  --soft: #f6f3f1;
  --sand: #f3d7aa;
  --sea: #8fd9df;
  --sea-dark: #2d8996;
  --forest: #244f46;
  --forest-light: #7da176;
  --line: rgba(24, 24, 27, .12);
  --shadow: 0 24px 70px rgba(24, 24, 27, .14);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }

.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.skip-link {
  position: fixed; left: 16px; top: -60px; z-index: 1000;
  padding: 10px 14px; border-radius: 10px; color: #fff; background: var(--ink);
}
.skip-link:focus { top: 16px; }

.header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255, 255, 255, .94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}
.header__inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { width: 245px; flex: 0 0 auto; }
.brand img { width: 100%; height: auto; }
.nav { display: flex; align-items: center; gap: 26px; font-weight: 700; }
.nav a { position: relative; padding: 10px 0; }
.nav a:not(.nav__button)::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: 3px; height: 2px;
  background: var(--red); transition: right .25s ease;
}
.nav a:not(.nav__button):hover::after, .nav a:not(.nav__button):focus-visible::after { right: 0; }
.nav__button { padding: 12px 18px !important; border-radius: 999px; color: #fff; background: var(--red); }
.menu-button { display: none; width: 48px; height: 48px; padding: 0; border: 0; border-radius: 14px; background: var(--red); cursor: pointer; }
.menu-button span { display: block; width: 22px; height: 2px; margin: 5px auto; background: #fff; transition: .25s ease; }
.menu-button.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-button.open span:nth-child(2) { opacity: 0; }
.menu-button.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.hero {
  position: relative; min-height: 710px; display: grid; align-items: center;
  background: linear-gradient(115deg, #fff 0 58%, #f7f1ee 58% 100%);
  isolation: isolate; overflow: hidden;
}
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: -3;
  background-image: radial-gradient(rgba(229, 0, 34, .10) 1px, transparent 1px);
  background-size: 24px 24px; mask-image: linear-gradient(to right, #000, transparent 70%);
}
.hero__grid { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 70px; padding-block: 90px; }
.kicker { margin: 0 0 12px; color: var(--red); font-size: .82rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; line-height: 1.05; }
h1 { max-width: 760px; margin-bottom: 24px; font-size: clamp(3rem, 6vw, 6.25rem); letter-spacing: -.065em; }
h2 { margin-bottom: 18px; font-size: clamp(2.35rem, 4.5vw, 4.7rem); letter-spacing: -.05em; }
h3 { margin-bottom: 10px; font-size: 1.45rem; }
.hero__text { max-width: 650px; margin: 0; color: var(--muted); font-size: clamp(1.05rem, 1.8vw, 1.35rem); }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 13px 23px; border: 2px solid transparent; border-radius: 999px; font-weight: 900; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-3px); }
.button--primary { color: #fff; background: var(--red); box-shadow: 0 16px 35px rgba(229, 0, 34, .25); }
.button--outline { border-color: var(--ink); background: rgba(255,255,255,.75); }
.hero__logo-card {
  position: relative; z-index: 2; padding: 58px 34px 30px; border: 1px solid rgba(255,255,255,.75);
  border-radius: 34px; background: rgba(255,255,255,.88); box-shadow: var(--shadow); transform: rotate(2deg);
}
.hero__logo-card::before { content: ""; position: absolute; inset: 12px; border: 1px dashed rgba(229,0,34,.22); border-radius: 24px; pointer-events: none; }
.hero__logo-card img { position: relative; width: 100%; border-radius: 12px; }
.hero__tag { position: absolute; top: 18px; left: 50%; transform: translateX(-50%); color: var(--red); font-weight: 900; letter-spacing: .12em; text-transform: uppercase; white-space: nowrap; }
.hero__places { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 24px; }
.hero__places span { padding: 11px 12px; border-radius: 14px; color: #fff; background: var(--ink); text-align: center; font-weight: 800; }
.hero__decor { position: absolute; inset: 0; z-index: -1; pointer-events: none; }
.hero__sun { position: absolute; right: 31%; top: 13%; width: 105px; aspect-ratio: 1; border-radius: 50%; background: var(--red); opacity: .14; }
.hero__mountains { position: absolute; left: -3%; bottom: -4%; width: 58%; height: 42%; opacity: .18; }
.hero__mountains i { position: absolute; bottom: 0; clip-path: polygon(50% 0,100% 100%,0 100%); background: var(--forest); }
.hero__mountains i:nth-child(1) { left: 0; width: 48%; height: 72%; }
.hero__mountains i:nth-child(2) { left: 27%; width: 55%; height: 100%; background: var(--forest-light); }
.hero__mountains i:nth-child(3) { right: 0; width: 42%; height: 63%; background: var(--forest); }
.hero__waves { position: absolute; right: -6%; bottom: 2%; width: 52%; height: 180px; opacity: .24; }
.hero__waves i { position: absolute; left: 0; right: 0; height: 80px; border-radius: 50%; border-top: 22px solid var(--sea-dark); }
.hero__waves i:nth-child(1) { top: 0; }
.hero__waves i:nth-child(2) { top: 44px; transform: translateX(45px); border-color: var(--sea); }
.hero__waves i:nth-child(3) { top: 88px; transform: translateX(-25px); }

.service-strip { position: relative; z-index: 4; margin-top: -38px; }
.service-strip__grid { display: grid; grid-template-columns: repeat(6, 1fr); overflow: hidden; border-radius: 24px; background: var(--ink); box-shadow: var(--shadow); }
.service-strip__grid div { min-height: 126px; display: flex; flex-direction: column; justify-content: center; gap: 5px; padding: 22px; color: #fff; border-right: 1px solid rgba(255,255,255,.12); }
.service-strip__grid div:last-child { border-right: 0; }
.service-strip__grid span { color: #ff5268; font-size: .75rem; font-weight: 900; letter-spacing: .15em; }
.service-strip__grid strong { line-height: 1.2; }

.section { padding: 110px 0; }
.section-heading { max-width: 760px; margin-bottom: 48px; }
.section-heading > p:last-child { margin: 0; color: var(--muted); font-size: 1.12rem; }
.section-heading--light h2, .section-heading--light > p:last-child { color: #fff; }
.section-heading--light .kicker { color: #ff8393; }
.services { background: var(--soft); }
.services__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-card {
  position: relative; min-height: 240px; display: flex; flex-direction: column; justify-content: flex-end;
  padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.service-card:hover { transform: translateY(-7px); border-color: rgba(229,0,34,.35); box-shadow: 0 22px 50px rgba(24,24,27,.1); }
.service-card > span { position: absolute; right: 24px; top: 20px; color: rgba(229,0,34,.24); font-size: 2.4rem; font-weight: 900; }
.service-card__icon { width: 68px; height: 68px; display: grid; place-items: center; margin-bottom: 32px; border-radius: 22px; color: #fff; background: var(--red); }
.service-card__icon svg { width: 34px; height: 34px; fill: currentColor; }
.service-card h3 { margin: 0; }

.destinations { position: relative; background: var(--ink); overflow: hidden; }
.destinations::before { content: ""; position: absolute; width: 560px; height: 560px; right: -220px; top: -250px; border-radius: 50%; border: 90px solid rgba(229,0,34,.10); }
.destinations__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.destination { overflow: hidden; border-radius: 34px; background: #fff; box-shadow: 0 28px 80px rgba(0,0,0,.28); }
.destination__art { position: relative; height: 300px; overflow: hidden; }
.destination--mountain .destination__art { background: linear-gradient(#dff0e8 0 56%, #a9c6ae 56%); }
.destination--beach .destination__art { background: linear-gradient(#d7f5f7 0 55%, #93dbe1 55% 82%, #f3d7aa 82%); }
.destination__sun { position: absolute; top: 42px; right: 52px; width: 84px; aspect-ratio: 1; border-radius: 50%; background: var(--red); }
.destination__peak { position: absolute; bottom: 0; clip-path: polygon(50% 0,100% 100%,0 100%); }
.destination__peak--one { left: -8%; width: 65%; height: 63%; background: #789c7f; }
.destination__peak--two { left: 23%; width: 70%; height: 89%; background: var(--forest); }
.destination__peak--three { right: -12%; width: 56%; height: 55%; background: #567866; }
.destination__wave { position: absolute; left: -8%; width: 116%; height: 100px; border-radius: 50%; border-top: 28px solid rgba(255,255,255,.85); }
.destination__wave--one { top: 155px; }
.destination__wave--two { top: 205px; transform: translateX(50px); border-color: rgba(45,137,150,.45); }
.destination__shore { position: absolute; inset: auto 0 0; height: 58px; background: var(--sand); }
.destination__content { padding: 34px; }
.destination__content > span { color: var(--red); font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.destination__content h3 { margin: 8px 0 22px; font-size: clamp(2rem, 3.2vw, 3.3rem); letter-spacing: -.04em; }
.destination__services { display: flex; flex-wrap: wrap; gap: 9px; }
.destination__services b { padding: 9px 12px; border-radius: 999px; background: var(--soft); font-size: .86rem; }

.lodging { background: linear-gradient(135deg, #fff 0 55%, #f6eeee 55%); }
.lodging__inner { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 70px; }
.lodging__copy > p:not(.kicker) { margin: 8px 0; color: var(--muted); font-size: 1.15rem; font-weight: 700; }
.lodging__logo { padding: 26px; border-radius: 28px; background: var(--red); box-shadow: var(--shadow); }
.lodging__logo img { width: 100%; border-radius: 10px; }

.footer { padding: 42px 0; color: #fff; background: var(--red); }
.footer__inner { display: grid; grid-template-columns: 260px 1fr auto; align-items: center; gap: 28px; }
.footer img { width: 260px; border-radius: 8px; }
.footer nav { display: flex; justify-content: center; flex-wrap: wrap; gap: 20px; font-weight: 800; }
.footer p { margin: 0; font-weight: 900; }

@media (max-width: 1000px) {
  .menu-button { display: block; }
  .nav {
    position: absolute; left: 20px; right: 20px; top: calc(100% + 10px); display: none;
    padding: 18px; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: var(--shadow);
  }
  .nav.open { display: grid; }
  .nav a { padding: 12px 10px; }
  .nav__button { text-align: center; }
  .hero { min-height: auto; background: #fff; }
  .hero__grid { grid-template-columns: 1fr; gap: 45px; padding-block: 72px 105px; }
  .hero__logo-card { width: min(660px, 100%); margin-inline: auto; transform: none; }
  .hero__mountains { width: 90%; }
  .hero__waves { width: 75%; }
  .service-strip__grid { grid-template-columns: repeat(3, 1fr); }
  .service-strip__grid div:nth-child(3) { border-right: 0; }
  .service-strip__grid div:nth-child(-n+3) { border-bottom: 1px solid rgba(255,255,255,.12); }
  .services__grid { grid-template-columns: repeat(2, 1fr); }
  .destinations__grid, .lodging__inner { grid-template-columns: 1fr; }
  .footer__inner { grid-template-columns: 1fr; text-align: center; }
  .footer img { margin-inline: auto; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 28px, 1160px); }
  .header__inner { min-height: 72px; }
  .brand { width: 194px; }
  .hero__grid { padding-block: 58px 92px; }
  h1 { font-size: clamp(2.7rem, 14vw, 4.4rem); }
  h2 { font-size: clamp(2.2rem, 11vw, 3.4rem); }
  .hero__actions { display: grid; }
  .button { width: 100%; }
  .hero__logo-card { padding: 52px 18px 22px; border-radius: 24px; }
  .hero__places { grid-template-columns: 1fr; }
  .service-strip { margin-top: -26px; }
  .service-strip__grid { grid-template-columns: repeat(2, 1fr); border-radius: 20px; }
  .service-strip__grid div { min-height: 105px; padding: 17px; }
  .service-strip__grid div:nth-child(2n) { border-right: 0; }
  .service-strip__grid div:nth-child(-n+4) { border-bottom: 1px solid rgba(255,255,255,.12); }
  .service-strip__grid div:nth-child(3) { border-right: 1px solid rgba(255,255,255,.12); }
  .section { padding: 82px 0; }
  .section-heading { margin-bottom: 34px; }
  .services__grid { grid-template-columns: 1fr; }
  .service-card { min-height: 210px; }
  .destination__art { height: 235px; }
  .destination__content { padding: 27px 22px 30px; }
  .destination__sun { width: 64px; top: 30px; right: 34px; }
  .lodging__inner { gap: 38px; }
  .footer nav { gap: 12px 18px; }
}

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