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

html { scroll-behavior: smooth; }

body {
  font-family: Inter, sans-serif;
  position: relative;
}

.brand-name {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1;
  background: linear-gradient(90deg, #1d4ed8, #0ea5e9, #f97316);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.top-contact {
  background: rgba(15, 23, 42, 0.88);
  backdrop-filter: blur(12px);
}

.top-contact a {
  color: rgba(255,255,255,.88);
  transition: .3s;
}

.top-contact a:hover { color: #fb923c; }

.bg-orb {
  position: fixed;
  border-radius: 9999px;
  filter: blur(90px);
  opacity: .22;
  z-index: -1;
  animation: floatOrb 14s ease-in-out infinite alternate;
}

.orb-1 { width: 280px; height: 280px; background: #60a5fa; top: 5%; left: -5%; }
.orb-2 { width: 320px; height: 320px; background: #fb923c; top: 40%; right: -8%; }
.orb-3 { width: 240px; height: 240px; background: #93c5fd; bottom: 10%; left: 30%; }

@keyframes floatOrb {
  from { transform: translateY(0); }
  to { transform: translateY(-40px) translateX(20px); }
}

.nav-shell {
  background: rgba(255,255,255,.74);
  backdrop-filter: blur(16px);
  border-radius: 999px;
  padding: 10px 18px;
  box-shadow: 0 12px 35px rgba(15,23,42,.08);
}

.nav-link:hover { color: #2563eb; }

.mobile-menu {
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s ease;
  background: rgba(255,255,255,.96);
  border-radius: 20px;
  margin-top: 10px;
}

.mobile-menu a {
  display: block;
  padding: 12px 18px;
}

.mobile-menu.open { max-height: 300px; }

.hero-bg {
  position: absolute;
  inset: 0;
  background: url('https://images.unsplash.com/photo-1524492412937-b28074a5d7da?auto=format&fit=crop&w=1800&q=80') center/cover;
  transform: scale(1.04);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(110deg, rgba(2,6,23,.78), rgba(37,99,235,.18)),
    radial-gradient(circle at 70% 20%, rgba(249,115,22,.18), transparent 20%);
}

.hero-title {
  font-size: clamp(3.5rem, 9vw, 7rem);
  line-height: .92;
  font-weight: 600;
  color: white;
  font-family: "Cormorant Garamond", serif;
}

.hero-copy {
  margin-top: 1.5rem;
  font-size: 1.1rem;
  line-height: 1.9;
  max-width: 700px;
  color: rgba(255,255,255,.88);
}

.eyebrow-light {
  letter-spacing: .25em;
  text-transform: uppercase;
  font-size: .75rem;
  color: rgba(255,255,255,.8);
  margin-bottom: 1rem;
}

.cta-btn, .secondary-btn {
  display: inline-block;
  padding: 14px 24px;
  border-radius: 999px;
  transition: .35s;
  font-weight: 500;
}

.cta-btn {
  background: #f97316;
  color: white;
}

.cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 25px rgba(249,115,22,.35);
}

.secondary-btn {
  background: rgba(255,255,255,.12);
  color: white;
  border: 1px solid rgba(255,255,255,.35);
}

.secondary-dark {
  background: #0f172a;
  border-color: #0f172a;
}

.eyebrow {
  letter-spacing: .18em;
  text-transform: uppercase;
  font-size: .75rem;
  color: #f97316;
  font-weight: 600;
}

.section-title {
  font-size: clamp(2rem, 4vw, 3.6rem);
  font-weight: 600;
  line-height: 1.05;
}

.section-sub {
  margin-top: 14px;
  color: #64748b;
  font-size: 1rem;
}

.hero-gradient-title {
  background: linear-gradient(90deg, #0f172a 0%, #2563eb 45%, #f97316 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-ambient {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 10% 20%, rgba(59,130,246,.09), transparent 25%),
    radial-gradient(circle at 80% 30%, rgba(249,115,22,.08), transparent 25%);
  pointer-events: none;
}

.destination-premium {
  position: relative;
  height: 460px;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 24px 55px rgba(15,23,42,.08);
  transition: transform .55s ease, box-shadow .55s ease;
}

.destination-premium img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .75s ease;
}

.destination-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(2,6,23,.82), rgba(2,6,23,.06));
}

.destination-content {
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 22px;
  color: white;
  transform: translateY(12px);
  transition: .5s ease;
}

.destination-tag {
  display: inline-block;
  font-size: .7rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(255,255,255,.75);
  margin-bottom: 8px;
}

.city-premium {
  font-family: "Cormorant Garamond", serif;
  font-size: 2.6rem;
  line-height: .95;
  margin-bottom: 10px;
  color: white;
}

.destination-premium p {
  color: rgba(255,255,255,.85);
  line-height: 1.7;
}

.destination-premium:hover {
  transform: translateY(-14px);
  box-shadow: 0 35px 75px rgba(37,99,235,.14);
}

.destination-premium:hover img {
  transform: scale(1.08);
}

.destination-premium:hover .destination-content {
  transform: translateY(0);
}

.story-image {
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 28px 60px rgba(15,23,42,.1);
}

.story-image img {
  width: 100%;
  height: 680px;
  object-fit: cover;
}

.experience-premium-copy {
  color: #475569;
  line-height: 1.95;
  font-size: 1.04rem;
}

.experience-line {
  display: flex;
  gap: 16px;
  padding: 16px 18px;
  border-radius: 20px;
  transition: .4s ease;
}

.experience-line:hover {
  background: rgba(255,255,255,.78);
  backdrop-filter: blur(10px);
  transform: translateX(8px);
  box-shadow: 0 18px 35px rgba(15,23,42,.05);
}

.experience-dot {
  width: 11px;
  height: 11px;
  border-radius: 9999px;
  margin-top: 9px;
  background: linear-gradient(135deg, #2563eb, #f97316);
  flex-shrink: 0;
}

.experience-city {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.9rem;
  line-height: 1;
  margin-bottom: 8px;
  background: linear-gradient(90deg, #2563eb, #f97316);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 18px;
}

.gallery-grid img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 24px;
  transition: transform .55s ease, filter .55s ease;
}

.gallery-grid img:hover {
  transform: rotate(-2deg) scale(1.04);
  filter: saturate(1.15);
}

.review-premium {
  position: relative;
  padding: 34px 30px;
  border-radius: 28px;
  background: rgba(255,255,255,.82);
  backdrop-filter: blur(14px);
  box-shadow: 0 22px 48px rgba(15,23,42,.05);
  transition: transform .5s ease, box-shadow .5s ease;
  overflow: hidden;
}

.review-premium::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(145deg, rgba(37,99,235,.04), rgba(249,115,22,.05));
  opacity: 0;
  transition: .5s ease;
}

.review-premium:hover::before { opacity: 1; }

.review-premium:hover {
  transform: translateY(-12px);
  box-shadow: 0 30px 60px rgba(15,23,42,.08);
}

.review-stars {
  color: #f97316;
  letter-spacing: .14em;
  font-size: .95rem;
  margin-bottom: 14px;
}

.review-title {
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 14px;
  background: linear-gradient(90deg, #0f172a, #2563eb);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.contact-shell {
  background: rgba(255,255,255,.8);
  backdrop-filter: blur(16px);
  border-radius: 28px;
  padding: 42px;
  box-shadow: 0 18px 40px rgba(15,23,42,.06);
}

.contact-shell input,
.contact-shell textarea {
  width: 100%;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid #dbe3ef;
  background: rgba(255,255,255,.85);
  outline: none;
}

.footer {
  background: rgba(255,255,255,.78);
  backdrop-filter: blur(12px);
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.reveal {
  opacity: 0;
  transform: translateY(36px);
  transition: opacity .9s ease, transform .9s ease;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 900px) {
  .gallery-grid { grid-template-columns: repeat(2,1fr); }
  .story-image img { height: 420px; }
}

@media (max-width: 640px) {
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-grid img { height: 240px; }
  .destination-premium { height: 360px; }
}