:root {
  --blue-950: #031833;
  --blue-900: #062c63;
  --blue-800: #0a3c78;
  --blue-100: #e7eef8;
  --gold-500: #d8a63a;
  --gold-300: #f0d48a;
  --ink: #162033;
  --muted: #667085;
  --line: #dfe6ef;
  --paper: #f7f9fc;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(3, 24, 51, 0.16);
  --radius: 14px;
  --pill: 999px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Manrope", Arial, sans-serif;
  line-height: 1.6;
}

body.menu-open {
  overflow: hidden;
}

body.menu-open .hero-actions,
body.menu-open .whatsapp-float {
  display: none;
}

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

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

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

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

.skip-link,
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.skip-link:focus {
  width: auto;
  height: auto;
  clip: auto;
  z-index: 20;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  background: var(--white);
  border-radius: var(--radius);
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background: rgba(5, 20, 43, 0.82);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 14px 42px rgba(3, 24, 51, 0.16);
  backdrop-filter: blur(20px);
  transition: background 240ms ease, box-shadow 240ms ease;
}

.site-header.is-scrolled {
  background: rgba(5, 20, 43, 0.94);
  box-shadow: 0 16px 46px rgba(3, 24, 51, 0.24);
}

.nav {
  min-height: 76px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding-block: 10px;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
}

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

.brand-logo {
  width: 250px;
  height: 72px;
  object-fit: contain;
  object-position: left center;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 28px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.96rem;
  font-weight: 600;
}

.nav-menu a {
  transition: color 180ms ease, transform 180ms ease;
}

.nav-menu a:hover {
  color: var(--white);
}

.nav-menu a:active,
.button:active,
.whatsapp-float:active {
  transform: translateY(1px);
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 20px;
  color: var(--white) !important;
  background: rgba(216, 166, 58, 0.92);
  border-radius: var(--pill);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.nav-cta:hover {
  color: var(--white) !important;
  background: var(--gold-500);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius);
  background: transparent;
}

.nav-toggle span:not(.sr-only) {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--white);
}

.hero {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  isolation: isolate;
  background: var(--blue-950);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 78% 34%, rgba(216, 166, 58, 0.14), transparent 28%),
    linear-gradient(180deg, rgba(3, 24, 51, 0.74), var(--blue-950) 88%);
}

.hero-media {
  position: relative;
  grid-area: media;
  align-self: center;
  overflow: hidden;
  height: clamp(470px, 42vw, 560px);
  border: 1px solid rgba(240, 212, 138, 0.22);
  border-radius: 22px;
  opacity: 0.96;
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.26);
}

.hero-media > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 48% center;
  filter: saturate(0.92) contrast(1) brightness(0.9);
}

.hero-grid {
  position: relative;
  z-index: 1;
  min-height: 760px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-block: 132px 70px;
}

.hero-copy {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(390px, 0.74fr);
  grid-template-areas:
    "eyebrow media"
    "title media"
    "body media"
    "actions media"
    "proof media";
  column-gap: clamp(42px, 5vw, 82px);
  align-items: center;
  max-width: none;
  color: var(--white);
}

.hero-copy > :not(.hero-media) {
  position: relative;
  z-index: 2;
}

.eyebrow,
.section-kicker {
  margin: 0 0 16px;
  color: var(--gold-300);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.eyebrow {
  grid-area: eyebrow;
  align-self: end;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--gold-500);
  font-size: 0.74rem;
}

.eyebrow::before {
  content: "";
  width: 24px;
  height: 1px;
  flex: 0 0 auto;
  background: var(--gold-500);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: "Manrope", Arial, sans-serif;
  line-height: 1.05;
}

h1 {
  grid-area: title;
  margin-bottom: 24px;
  max-width: 780px;
  font-size: clamp(4rem, 6vw, 5.35rem);
  font-weight: 500;
  letter-spacing: 0;
}

h1 em {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 500;
}

h2 {
  margin-bottom: 18px;
  font-size: 3.35rem;
  font-weight: 600;
  letter-spacing: 0;
}

h3 {
  font-size: 1.18rem;
  letter-spacing: 0;
}

.hero-copy > p:not(.eyebrow) {
  grid-area: body;
  max-width: 54ch;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.12rem;
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.hero-actions {
  grid-area: actions;
}

.hero-proof {
  grid-area: proof;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 620px;
  margin-top: 26px;
}

.hero-proof span {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 9px 13px;
  color: rgba(255, 255, 255, 0.86);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(240, 212, 138, 0.18);
  border-radius: 10px;
  font-size: 0.88rem;
  font-weight: 800;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 18px;
  border: 1px solid transparent;
  border-radius: var(--pill);
  font-weight: 800;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.button-gold {
  color: var(--blue-950);
  background: var(--gold-500);
  gap: 14px;
}

.button-gold:hover {
  background: var(--gold-300);
}

.button-blue {
  width: 100%;
  color: var(--white);
  background: var(--blue-900);
}

.button-blue:hover {
  background: var(--blue-800);
}

.button-ghost {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.08);
}

.button-ghost.dark {
  color: var(--blue-950);
  border-color: var(--line);
  background: var(--white);
}

.button-outline {
  color: var(--white);
  border-color: rgba(10, 60, 120, 0.92);
  background: rgba(3, 24, 51, 0.38);
}

.button-outline:hover {
  border-color: var(--gold-500);
  background: rgba(3, 24, 51, 0.58);
}

.section {
  padding-block: 88px;
}

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

.intro-grid,
.apply-grid,
.contact,
.proof-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 56px;
  align-items: start;
}

.intro-grid p,
.section-head p,
.proof p,
.apply-copy p,
.contact p,
.site-footer p {
  color: var(--muted);
}

.office-story {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 30px;
  align-items: end;
  margin-top: 44px;
}

.office-story figure,
.contact-photo {
  margin: 0;
  overflow: hidden;
  background: var(--blue-950);
  border-radius: 18px;
  box-shadow: 0 18px 50px rgba(3, 24, 51, 0.12);
}

.office-story img,
.contact-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.office-story figure {
  aspect-ratio: 2.22;
  min-height: 0;
}

.office-story span {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--gold-500);
  font-weight: 800;
}

.office-story h3 {
  max-width: 520px;
  margin-bottom: 14px;
  color: var(--blue-950);
  font-size: 1.85rem;
}

.office-story p {
  margin-bottom: 0;
  color: var(--muted);
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(260px, 0.38fr);
  gap: 40px;
  align-items: end;
  margin-bottom: 34px;
}

.text-link {
  justify-self: end;
  color: var(--blue-900);
  font-weight: 800;
  border-bottom: 2px solid var(--gold-500);
}

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

.destination-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 18px;
}

.destination-card {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  border-radius: 18px;
  background: var(--blue-950);
}

.destination-card.large {
  min-height: 560px;
  grid-row: span 2;
}

.destination-card.wide {
  min-height: 260px;
  grid-column: span 2;
}

.destination-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(3, 24, 51, 0.02), rgba(3, 24, 51, 0.82));
}

.destination-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms cubic-bezier(0.16, 1, 0.3, 1);
}

.destination-card:hover img {
  transform: scale(1.04);
}

.destination-card div {
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  padding: 26px;
  color: var(--white);
}

.destination-card span {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--gold-300);
  font-weight: 800;
}

.destination-card h3 {
  max-width: 560px;
  margin-bottom: 14px;
  font-size: 1.32rem;
  font-weight: 600;
}

.destination-card a {
  font-weight: 800;
}

.service-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  background: transparent;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.service-list article {
  padding: 30px 28px;
  background: var(--paper);
  border-top: 1px solid var(--line);
}

.service-list article:nth-child(-n + 2) {
  border-top: 0;
}

.service-list article:nth-child(odd) {
  border-right: 1px solid var(--line);
}

.service-list span {
  color: var(--gold-500);
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 800;
}

.service-list p {
  margin-bottom: 0;
  color: var(--muted);
}

.proof {
  color: var(--white);
  background: var(--blue-900);
}

.proof .section-kicker {
  color: var(--gold-300);
}

.proof h2 {
  color: var(--white);
}

.proof p {
  color: rgba(255, 255, 255, 0.78);
}

.testimonial-stack {
  display: grid;
  gap: 18px;
}

blockquote {
  margin: 0;
  padding: 28px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
}

blockquote p {
  color: var(--white) !important;
  font-size: 1.05rem;
}

cite {
  color: var(--gold-300);
  font-style: normal;
  font-weight: 800;
}

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

.contact-card,
.inquiry-form {
  border-radius: 18px;
  border: 1px solid var(--line);
  background: var(--paper);
}

.contact-card {
  display: grid;
  gap: 6px;
  max-width: 420px;
  margin-top: 28px;
  padding: 24px;
}

.contact-card a {
  color: var(--blue-900);
  font-weight: 800;
}

.inquiry-form {
  display: grid;
  gap: 18px;
  padding: 28px;
  box-shadow: 0 22px 60px rgba(3, 24, 51, 0.08);
}

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

label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 13px 14px;
  color: var(--ink);
  background: var(--white);
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--blue-900);
  box-shadow: 0 0 0 4px rgba(6, 44, 99, 0.11);
}

label small {
  display: none;
  color: #b42318;
  font-weight: 700;
}

label.has-error small {
  display: block;
}

label.has-error input,
label.has-error select,
label.has-error textarea {
  border-color: #b42318;
}

.form-status {
  min-height: 24px;
  margin: 0;
  color: var(--blue-900);
  font-weight: 800;
}

.contact {
  align-items: stretch;
}

.contact-photo {
  max-width: 430px;
  aspect-ratio: 1.05;
  margin-top: 24px;
}

.contact iframe {
  width: 100%;
  min-height: 360px;
  border: 0;
  border-radius: 18px;
  box-shadow: 0 18px 50px rgba(3, 24, 51, 0.12);
}

.whatsapp-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 9;
  display: grid;
  width: 58px;
  aspect-ratio: 1;
  place-items: center;
  color: var(--white);
  background: linear-gradient(180deg, #18df5f 0%, #05b943 100%);
  border: 2px solid rgba(255, 255, 255, 0.86);
  border-radius: 50%;
  box-shadow: 0 12px 28px rgba(5, 185, 67, 0.34), 0 4px 10px rgba(3, 24, 51, 0.18);
}

.whatsapp-float svg {
  width: 38px;
  height: 38px;
  display: block;
}

.whatsapp-bubble {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.35;
}

.whatsapp-phone {
  fill: currentColor;
}

.site-footer {
  padding-block: 54px;
  color: rgba(255, 255, 255, 0.78);
  background: var(--blue-950);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.62fr 0.78fr 0.85fr;
  gap: 40px;
}

.footer-grid > div {
  display: grid;
  gap: 10px;
  align-content: start;
}

.footer-grid strong {
  color: var(--white);
}

.footer-grid a:hover {
  color: var(--gold-300);
}

.footer-brand {
  margin-bottom: 8px;
}

.image-credits {
  font-size: 0.86rem;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  animation: rise 700ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

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

@media (max-width: 920px) {
  .shell {
    width: min(1120px, calc(100% - 32px));
  }

  .nav {
    min-height: 68px;
    padding-block: 8px;
  }

  .brand-logo {
    width: 224px;
    height: 64px;
  }

  .nav-toggle {
    display: block;
    width: 42px;
    height: 42px;
    border-radius: 14px;
  }

  .nav-menu {
    position: fixed;
    inset: 68px 0 auto;
    display: grid;
    gap: 0;
    padding: 12px 24px 24px;
    color: var(--white);
    z-index: 11;
    background: var(--blue-900);
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 0;
    opacity: 0;
    pointer-events: none;
    transform: translateY(calc(-100% - 140px));
    transition: transform 240ms ease, opacity 180ms ease;
  }

  .nav-menu.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .nav-menu a {
    padding: 14px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .nav-cta {
    margin-top: 14px;
    padding: 13px 16px !important;
    text-align: center;
    justify-content: center;
    border-bottom: 0 !important;
  }

  .hero,
  .hero-grid {
    min-height: auto;
  }

  .hero-copy {
    display: block;
    max-width: 100%;
  }

  .hero-grid,
  .intro-grid,
  .office-story,
  .apply-grid,
  .contact,
  .proof-grid,
  .section-head {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    padding-block: 122px 58px;
  }

  .hero-media {
    position: relative;
    display: block;
    inset: auto;
    width: 100%;
    min-width: 0;
    min-height: 0;
    height: 220px;
    margin: 22px 0 24px;
    overflow: hidden;
    border-radius: 18px;
    opacity: 0.9;
    box-shadow: none;
  }

  h1 {
    font-size: 3.45rem;
  }

  h2 {
    font-size: 3rem;
  }

  .text-link {
    justify-self: start;
  }

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

  .destination-card.large,
  .destination-card.wide {
    grid-row: auto;
    grid-column: auto;
    min-height: 360px;
  }

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

@media (max-width: 640px) {
  .shell {
    width: min(100% - 24px, 1120px);
  }

  .brand-logo {
    width: 206px;
    height: 60px;
  }

  h1 {
    font-size: 2.75rem;
  }

  h2 {
    font-size: 2.15rem;
  }

  .section {
    padding-block: 68px;
  }

  .hero::after {
    background: linear-gradient(180deg, rgba(3, 24, 51, 0.98), rgba(3, 24, 51, 0.72));
  }

  .hero-actions,
  .contact-actions {
    display: grid;
  }

  .hero-proof {
    display: grid;
  }

  .hero-stats,
  .service-list,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .service-list article:nth-child(odd) {
    border-right: 0;
  }

  .service-list article:nth-child(2) {
    border-top: 1px solid var(--line);
  }

  .service-list article,
  .inquiry-form,
  blockquote,
  .destination-card div {
    padding: 22px;
  }

  .destination-card,
  .destination-card.large,
  .destination-card.wide {
    min-height: 320px;
  }

  .whatsapp-float {
    right: 14px;
    bottom: 14px;
    width: 56px;
  }
}
