@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700&display=swap');

:root {
  --navy-950: #061522;
  --navy-900: #092239;
  --navy-800: #103452;
  --blue: #16658d;
  --gold: #dfb772;
  --gold-light: #f0d49d;
  --cream: #f5f2eb;
  --white: #ffffff;
  --ink: #142330;
  --muted: #667581;
  --line: #d9dee0;
}

* { box-sizing: border-box; }

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

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: "DM Sans", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }

.site-header {
  align-items: center;
  background: rgba(6, 21, 34, 0.94);
  backdrop-filter: blur(14px);
  display: flex;
  height: 84px;
  justify-content: space-between;
  left: 0;
  padding: 0 5vw;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 50;
}

.brand { align-items: center; display: inline-flex; gap: 12px; color: white; }
.brand-mark {
  align-items: center;
  border: 1px solid rgba(255,255,255,.45);
  border-radius: 10px;
  display: inline-flex;
  font-family: "Manrope", sans-serif;
  font-size: 13px;
  font-weight: 700;
  height: 42px;
  justify-content: center;
  letter-spacing: -.08em;
  width: 42px;
}
.brand-text { display: flex; flex-direction: column; line-height: 1; text-transform: uppercase; }
.brand-text strong { font-family: "Manrope", sans-serif; font-size: 18px; letter-spacing: .18em; }
.brand-text small { font-size: 7px; letter-spacing: .19em; margin-top: 6px; opacity: .68; }

.desktop-nav { align-items: center; display: flex; gap: 35px; }
.desktop-nav a { color: rgba(255,255,255,.72); font-size: 13px; font-weight: 600; transition: .25s ease; }
.desktop-nav a:hover { color: var(--white); }
.desktop-nav .nav-cta { border: 1px solid rgba(255,255,255,.28); border-radius: 999px; color: white; padding: 11px 18px; }
.desktop-nav .nav-cta:hover { border-color: var(--gold); color: var(--gold-light); }

.mobile-nav { display: none; position: relative; }
.mobile-nav summary { cursor: pointer; display: grid; gap: 7px; list-style: none; padding: 10px 4px; }
.mobile-nav summary::-webkit-details-marker { display: none; }
.mobile-nav summary span { background: white; display: block; height: 1px; width: 26px; }
.mobile-nav nav {
  background: var(--navy-900);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 45px;
  width: 210px;
}
.mobile-nav nav a { color: white; font-size: 14px; padding: 12px; }

.hero {
  background:
    radial-gradient(circle at 77% 30%, rgba(35, 119, 157, .3), transparent 28%),
    linear-gradient(135deg, var(--navy-950), var(--navy-900));
  color: white;
  min-height: 820px;
  overflow: hidden;
  padding: 170px 5vw 0;
  position: relative;
}
.hero::before {
  background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 56px 56px;
  content: "";
  inset: 0;
  mask-image: linear-gradient(to bottom, black, transparent 85%);
  position: absolute;
}
.hero-grid { align-items: center; display: grid; gap: 5vw; grid-template-columns: 1.08fr .92fr; margin: 0 auto; max-width: 1280px; position: relative; z-index: 1; }
.eyebrow { align-items: center; color: var(--gold-light); display: flex; font-size: 11px; font-weight: 700; gap: 12px; letter-spacing: .18em; margin: 0 0 25px; text-transform: uppercase; }
.eyebrow span { background: currentColor; display: inline-block; height: 1px; width: 32px; }
.eyebrow.dark { color: #527087; }
.eyebrow.light { color: var(--gold-light); }
.hero h1, h2 { font-family: "Manrope", sans-serif; }
.hero h1 { font-size: clamp(60px, 7.3vw, 112px); font-weight: 500; letter-spacing: -.065em; line-height: .91; margin: 0; }
.hero h1 span { color: var(--gold); }
.hero-intro { color: rgba(255,255,255,.66); font-size: 17px; line-height: 1.75; margin: 32px 0 0; max-width: 590px; }
.hero-actions { align-items: center; display: flex; gap: 30px; margin-top: 38px; }
.button { align-items: center; border-radius: 999px; display: inline-flex; font-size: 13px; font-weight: 700; gap: 18px; justify-content: center; padding: 15px 22px; transition: .25s ease; }
.button-gold { background: var(--gold); color: var(--navy-950); }
.button-gold:hover { background: var(--gold-light); transform: translateY(-2px); }
.text-link { border-bottom: 1px solid rgba(255,255,255,.3); color: white; font-size: 13px; font-weight: 600; padding: 8px 0; }

.hero-visual { aspect-ratio: 1 / 1.03; min-height: 460px; position: relative; }
.hero-visual::before { border: 1px solid rgba(255,255,255,.09); border-radius: 50%; content: ""; inset: 4%; position: absolute; }
.orbit { border: 1px solid rgba(223,183,114,.35); border-radius: 50%; position: absolute; }
.orbit-one { inset: 17%; }
.orbit-two { border-color: rgba(255,255,255,.1); inset: 29%; }
.destination-card { left: 12%; position: absolute; top: 16%; z-index: 3; }
.destination-card span { color: rgba(255,255,255,.52); display: block; font-size: 9px; letter-spacing: .2em; text-transform: uppercase; }
.destination-card strong { display: block; font-family: "Manrope", sans-serif; font-size: clamp(58px, 6vw, 92px); font-weight: 500; letter-spacing: -.06em; margin: 5px 0 10px; }
.sun { background: var(--gold); border-radius: 50%; box-shadow: 0 0 70px rgba(223,183,114,.36); height: 88px; position: absolute; right: 18%; top: 26%; width: 88px; }
.skyline { align-items: flex-end; bottom: 11%; display: flex; height: 58%; justify-content: center; left: 7%; position: absolute; right: 7%; z-index: 2; }
.skyline::after { background: linear-gradient(90deg, transparent, rgba(6,21,34,.72) 10%, var(--navy-950) 50%, rgba(6,21,34,.72) 90%, transparent); bottom: 0; content: ""; height: 16%; left: -8%; position: absolute; right: -8%; }
.skyline i { background: linear-gradient(to top, #071823, #154462); clip-path: polygon(14% 8%, 50% 0, 86% 8%, 100% 100%, 0 100%); display: block; margin: 0 4px; width: 13%; }
.skyline i:nth-child(1) { height: 23%; }
.skyline i:nth-child(2) { height: 38%; }
.skyline i:nth-child(3) { height: 54%; }
.skyline i:nth-child(4) { clip-path: polygon(45% 0, 55% 0, 61% 42%, 100% 100%, 0 100%, 39% 42%); height: 100%; width: 10%; }
.skyline i:nth-child(5) { height: 48%; }
.skyline i:nth-child(6) { height: 31%; }
.skyline i:nth-child(7) { height: 20%; }
.visual-note { bottom: 5%; color: rgba(255,255,255,.48); font-size: 9px; letter-spacing: .15em; margin: 0; position: absolute; right: 8%; text-transform: uppercase; }
.hero-strip { border-top: 1px solid rgba(255,255,255,.1); display: grid; grid-template-columns: repeat(3, 1fr); margin: 70px auto 0; max-width: 1280px; position: relative; z-index: 2; }
.hero-strip div { align-items: center; border-right: 1px solid rgba(255,255,255,.1); display: flex; gap: 15px; padding: 25px 20px; }
.hero-strip div:last-child { border-right: 0; }
.hero-strip strong { color: var(--gold); font-size: 10px; }
.hero-strip span { color: rgba(255,255,255,.62); font-size: 12px; }

.section { padding: 110px 5vw; }
.section-heading { align-items: end; display: grid; gap: 8vw; grid-template-columns: 1.2fr .8fr; margin: 0 auto 55px; max-width: 1280px; }
.section-heading h2, .process h2, .about h2, .contact h2 { font-size: clamp(42px, 5vw, 72px); font-weight: 500; letter-spacing: -.055em; line-height: 1.04; margin: 0; }
.section-heading > p, .process-intro > p:last-child { color: var(--muted); font-size: 15px; line-height: 1.8; margin: 0 0 7px; max-width: 460px; }
.service-grid { display: grid; gap: 14px; grid-template-columns: repeat(6, 1fr); margin: 0 auto; max-width: 1280px; }
.service-card { background: rgba(255,255,255,.72); border: 1px solid var(--line); border-radius: 4px; display: flex; flex-direction: column; grid-column: span 2; min-height: 365px; padding: 30px; transition: .3s ease; }
.service-card:nth-child(4), .service-card:nth-child(5) { grid-column: span 3; }
.service-card:hover { border-color: #aebac0; transform: translateY(-5px); }
.service-card.featured { background: var(--navy-900); border-color: var(--navy-900); color: white; }
.service-number { color: #80909c; font-size: 10px; letter-spacing: .15em; }
.featured .service-number { color: var(--gold); }
.service-icon { align-items: center; border: 1px solid #bdc7cb; border-radius: 50%; color: #56707f; display: flex; font-size: 10px; font-weight: 700; height: 48px; justify-content: center; letter-spacing: .12em; margin: 34px 0 28px; width: 48px; }
.featured .service-icon { border-color: rgba(255,255,255,.32); color: var(--gold-light); }
.service-card h3 { font-family: "Manrope", sans-serif; font-size: 26px; font-weight: 600; letter-spacing: -.03em; margin: 0 0 14px; }
.service-card p { color: var(--muted); font-size: 13px; line-height: 1.75; margin: 0; }
.featured p { color: rgba(255,255,255,.6); }
.service-card a { align-items: center; border-top: 1px solid var(--line); display: flex; font-size: 11px; font-weight: 700; justify-content: space-between; margin-top: auto; padding-top: 18px; text-transform: uppercase; }
.featured a { border-color: rgba(255,255,255,.15); color: var(--gold-light); }

.about { background: white; }
.about-panel { background: var(--navy-900); display: grid; grid-template-columns: .9fr 1.1fr; margin: 0 auto; max-width: 1280px; min-height: 580px; }
.about-logo-wrap { align-items: center; background: radial-gradient(circle at center, #1b5c7e, #0a2941 65%); display: flex; justify-content: center; min-height: 440px; padding: 9%; position: relative; }
.about-logo-wrap::before { border: 1px solid rgba(255,255,255,.12); border-radius: 50%; content: ""; inset: 14%; position: absolute; }
.about-logo-wrap img { background: white; border-radius: 8px; box-shadow: 0 25px 70px rgba(0,0,0,.25); padding: 13px; position: relative; width: min(390px, 88%); z-index: 1; }
.about-copy { color: white; padding: 80px 7vw; }
.about-copy h2 { font-size: clamp(38px, 4vw, 58px); }
.about-copy > p:not(.eyebrow) { color: rgba(255,255,255,.62); font-size: 14px; line-height: 1.8; max-width: 570px; }
.button-outline { border: 1px solid rgba(255,255,255,.28); color: white; margin-top: 20px; }
.button-outline:hover { border-color: var(--gold); color: var(--gold-light); }

.process { display: grid; gap: 10vw; grid-template-columns: .8fr 1.2fr; margin: 0 auto; max-width: 1420px; }
.process-intro > p:last-child { margin-top: 27px; }
.steps { border-top: 1px solid #bdc6c9; }
.step { border-bottom: 1px solid #bdc6c9; display: grid; gap: 30px; grid-template-columns: 50px 1fr; padding: 35px 0; }
.step > span { color: var(--blue); font-size: 10px; font-weight: 700; }
.step h3 { font-family: "Manrope", sans-serif; font-size: 24px; letter-spacing: -.03em; margin: 0 0 10px; }
.step p { color: var(--muted); font-size: 13px; line-height: 1.7; margin: 0; }

.contact { background: white; padding-top: 60px; }
.contact-card { background: linear-gradient(125deg, #071925, #0d324c); color: white; display: grid; grid-template-columns: 1.2fr .8fr; margin: 0 auto; max-width: 1280px; overflow: hidden; padding: 75px; position: relative; }
.contact-card::after { border: 1px solid rgba(223,183,114,.19); border-radius: 50%; content: ""; height: 440px; position: absolute; right: -170px; top: -180px; width: 440px; }
.contact-copy { position: relative; z-index: 1; }
.contact-copy h2 { max-width: 720px; }
.contact-copy > p:not(.eyebrow) { color: rgba(255,255,255,.6); font-size: 14px; line-height: 1.8; max-width: 650px; }
.contact-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button-ghost { border: 1px solid rgba(255,255,255,.24); color: white; }
.button-ghost:hover { border-color: white; }
.contact-details { border-left: 1px solid rgba(255,255,255,.14); display: flex; flex-direction: column; font-style: normal; gap: 27px; justify-content: center; margin-left: 55px; padding-left: 55px; position: relative; z-index: 1; }
.contact-details div { display: flex; flex-direction: column; gap: 6px; }
.contact-details span { color: var(--gold-light); font-size: 9px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.contact-details a, .contact-details p { font-size: 14px; margin: 0; overflow-wrap: anywhere; }

footer { align-items: center; background: white; border-top: 1px solid var(--line); display: flex; justify-content: space-between; padding: 32px 5vw; }
.footer-brand { color: var(--navy-900); }
.footer-brand .brand-mark { border-color: #aeb8bd; }
footer > p, footer > a:last-child { color: #75828b; font-size: 10px; }

@media (max-width: 1000px) {
  .desktop-nav { display: none; }
  .mobile-nav { display: block; }
  .hero { min-height: auto; padding-top: 140px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-visual { margin: -30px auto 0; max-width: 600px; width: 100%; }
  .section-heading { gap: 40px; grid-template-columns: 1fr; }
  .about-panel, .contact-card { grid-template-columns: 1fr; }
  .contact-details { border-left: 0; border-top: 1px solid rgba(255,255,255,.14); display: grid; grid-template-columns: repeat(3, 1fr); margin: 50px 0 0; padding: 35px 0 0; }
}

@media (max-width: 760px) {
  .site-header { height: 74px; padding: 0 22px; }
  .brand-text strong { font-size: 15px; }
  .brand-text small { font-size: 6px; }
  .brand-mark { height: 38px; width: 38px; }
  .hero { padding: 125px 22px 0; }
  .hero h1 { font-size: clamp(54px, 17vw, 78px); }
  .hero-intro { font-size: 15px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 16px; }
  .hero-visual { min-height: 390px; }
  .destination-card { left: 6%; top: 21%; }
  .destination-card strong { font-size: 62px; }
  .sun { height: 62px; right: 12%; top: 25%; width: 62px; }
  .hero-strip { grid-template-columns: 1fr; margin-top: 15px; }
  .hero-strip div { border-bottom: 1px solid rgba(255,255,255,.1); border-right: 0; padding-left: 0; }
  .section { padding: 80px 22px; }
  .section-heading h2, .process h2, .about h2, .contact h2 { font-size: 40px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card, .service-card:nth-child(4), .service-card:nth-child(5) { grid-column: span 1; min-height: 330px; }
  .about { padding-left: 0; padding-right: 0; }
  .about-panel { min-height: 0; }
  .about-logo-wrap { min-height: 370px; }
  .about-copy { padding: 60px 25px; }
  .process { gap: 55px; grid-template-columns: 1fr; }
  .contact { padding: 0; }
  .contact-card { padding: 60px 24px; }
  .contact-details { grid-template-columns: 1fr; margin-top: 45px; }
  footer { align-items: flex-start; flex-direction: column; gap: 28px; padding: 38px 22px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
