*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --navy:    #0d1b2a;
  --ice:     #d6e8f5;
  --frost:   #a8cde0;
  --sky:     #4a8db7;
  --white:   #f5f9fc;
  --accent:  #1e6fa8;
  --cta:     #1a5c8e;
  --text:    #1c2b39;
  --muted:   #5a7a8e;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'DM Sans', sans-serif;
  background: var(--white);
  color: var(--text);
  overflow-x: hidden;
}

nav {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 64px;
  background: rgba(13, 27, 42, 0.72);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(168,205,224,0.12);
  transition: background .3s;
}

.logo {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.55rem;
  font-weight: 600;
  letter-spacing: .06em;
  color: var(--white);
  text-decoration: none;
}

.logo span {
  color: var(--frost);
  font-style: italic;
}

.nav-links {
  display: flex;
  gap: 36px;
  list-style: none;
}

.nav-links a {
  font-size: .82rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(245,249,252,.75);
  text-decoration: none;
  transition: color .25s;
}

.nav-links a:hover {
  color: var(--frost);
}

.nav-cta {
  font-size: .8rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 9px 24px;
  border: 1.5px solid var(--frost);
  color: var(--frost);
  background: transparent;
  cursor: pointer;
  transition: background .25s, color .25s;
}

.nav-cta:hover {
  background: var(--frost);
  color: var(--navy);
}

.hero {
  position: relative;
  height: 100vh;
  min-height: 640px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background:
    linear-gradient(to bottom, rgba(13,27,42,.55) 0%, rgba(13,27,42,.25) 50%, rgba(13,27,42,.72) 100%),
    url('https://images.unsplash.com/photo-1551698618-1dfe5d97d256?w=1800&q=80') center/cover no-repeat;
  padding: 0 24px;
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
  pointer-events: none;
  opacity: .5;
}

.hero-eyebrow {
  font-size: .75rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--frost);
  margin-bottom: 20px;
  opacity: 0;
  animation: fadeUp .8s .3s forwards;
}

.hero h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(3rem, 7vw, 6.2rem);
  font-weight: 300;
  line-height: 1.08;
  color: var(--white);
  max-width: 820px;
  opacity: 0;
  animation: fadeUp .9s .5s forwards;
}

.hero h1 em {
  font-style: italic;
  color: var(--frost);
}

.hero-sub {
  margin-top: 22px;
  font-size: clamp(.95rem, 1.6vw, 1.15rem);
  font-weight: 300;
  color: rgba(245,249,252,.82);
  max-width: 520px;
  line-height: 1.65;
  opacity: 0;
  animation: fadeUp .9s .7s forwards;
}

.hero-actions {
  margin-top: 40px;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  opacity: 0;
  animation: fadeUp .9s .9s forwards;
}

.btn-primary {
  padding: 16px 44px;
  background: var(--cta);
  color: var(--white);
  font-family: 'DM Sans', sans-serif;
  font-size: .85rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  transition: background .25s, transform .2s;
}

.btn-primary:hover {
  background: #155280;
  transform: translateY(-2px);
}

.btn-ghost {
  padding: 16px 44px;
  background: transparent;
  color: var(--white);
  font-size: .85rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  border: 1.5px solid rgba(245,249,252,.5);
  cursor: pointer;
  transition: border-color .25s, color .25s;
}

.btn-ghost:hover {
  border-color: var(--frost);
  color: var(--frost);
}

.categories {
  background: var(--navy);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.cat-item {
  position: relative;
  padding: 48px 40px;
  border-right: 1px solid rgba(168,205,224,.1);
  cursor: pointer;
  overflow: hidden;
  transition: background .3s;
}
.cat-item:last-child {
  border-right: none;
}

.cat-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--frost);
  transition: width .35s ease;
}

.cat-item:hover {
  background: rgba(74,141,183,.08);
}

.cat-item:hover::after {
  width: 100%;
}

.cat-icon {
  font-size: 1.4rem;
  margin-bottom: 14px;
  display: block;
}

.cat-item h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.35rem;
  font-weight: 400;
  color: var(--white);
  letter-spacing: .04em;
  margin-bottom: 8px;
}

.cat-item p {
  font-size: .8rem;
  color: var(--frost);
  opacity: .7;
  line-height: 1.5;
  letter-spacing: .02em;
}

.cat-arrow {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(168,205,224,.25);
  font-size: 1.3rem;
  transition: color .3s, right .3s;
}

.cat-item:hover .cat-arrow {
  color: var(--frost);
  right: 32px;
}

.cat-cta-row {
  background: var(--navy);
  padding: 28px 64px 48px;
  display: flex;
  justify-content: center;
  border-top: 1px solid rgba(168,205,224,.08);
}
.btn-cta-large {
  padding: 18px 64px;
  background: var(--accent);
  color: var(--white);
  font-size: .88rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  transition: background .25s, transform .2s;
}

.btn-cta-large:hover {
  background: #155280;
  transform: translateY(-2px);
}

.section {
  padding: 100px 64px;
}

.section-label {
  font-size: .72rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--sky);
  margin-bottom: 14px;
}

.section-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 300;
  color: var(--navy);
  line-height: 1.15;
  max-width: 560px;
}

.section-title em {
  font-style: italic;
  color: var(--sky);
}

.destinations-grid {
  margin-top: 56px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.dest-card {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  aspect-ratio: 3/4;
}

.dest-card img {
  width: 100%;
  height: 100%; 
  object-fit: cover;
  transition: transform .6s ease;
}

.dest-card:hover img {
  transform: scale(1.05);
}

.dest-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(13,27,42,.85) 0%, transparent 55%);
}

.dest-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 32px 28px;
}

.dest-country {
  font-size: .7rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--frost);
  margin-bottom: 8px;
}

.dest-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.7rem;
  font-weight: 400;
  color: var(--white);
}

.dest-tag {
  display: inline-block; 
  margin-top: 10px;
  padding: 5px 14px;
  border: 1px solid rgba(168,205,224,.4);
  font-size: .7rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--frost);
}

.why-section {
  background: var(--ice);
  padding: 100px 64px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.why-visual {
  position: relative;
  aspect-ratio: 4/5;
  overflow: hidden;
}

.why-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

  .why-badge {
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 120px;
  height: 120px;
  background: var(--navy);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.why-badge span:first-child {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.4rem;
  color: var(--frost);
  font-weight: 300;
  line-height: 1;
}

.why-badge span:last-child {
  font-size: .6rem;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: rgba(168,205,224,.7);
  margin-top: 4px;
}

.why-content .section-label {
  margin-bottom: 12px;
}

.why-features {
  margin-top: 44px;
  display: flex;
  flex-direction: column;
  gap: 32px; 
}

.why-feat {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.feat-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1rem;
  color: var(--sky);
  min-width: 24px;
  margin-top: 2px;
  font-style: italic;
}

.feat-body h4 {
  font-size: .9rem;
  font-weight: 500;
  letter-spacing: .04em;
  color: var(--navy);
  margin-bottom: 6px;
}

.feat-body p {
  font-size: .83rem;
  color: var(--muted);
  line-height: 1.65;
}

footer {
  background: var(--navy);
  color: rgba(245,249,252,.6);
  padding: 64px 64px 40px;
}

.footer-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(168,205,224,.1);
}

.footer-brand .logo {
  display: block;
  margin-bottom: 16px;
}

.footer-brand p {
  font-size: .82rem;
  line-height: 1.7;
  max-width: 260px;
}

.footer-col h5 {
  font-size: .72rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--frost);
  margin-bottom: 20px;
}

.footer-col ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px; 
}

.footer-col a {
  font-size: .82rem;
  color: rgba(245,249,252,.55);
  text-decoration: none;
  transition: color .2s;
}

.footer-col a:hover {
  color: var(--frost);
}

.footer-bottom {
  margin-top: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-bottom p { 
  font-size: .75rem; 
}

.footer-bottom span {
  color: var(--frost);
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes lineGrow {
  0%, 100% {
    opacity: .3;
    transform: scaleY(1);
  }
  50% {
    opacity: .8; transform: scaleY(1.3);
  }
}

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

.reveal.visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 900px) {
  nav {
    padding: 18px 28px;
  }
  .nav-links {
    display: none;
  }
  .section, .why-section {
    padding: 72px 28px;
  }
  .categories {
    grid-template-columns: repeat(2, 1fr);
  }
  .destinations-grid {
    grid-template-columns: 1fr 1fr;
  }
  .why-section {
    grid-template-columns: 1fr;
    gap: 48px; }
  .footer-top {
    grid-template-columns: 1fr 1fr;
  }
  .cat-cta-row {
    padding: 24px 28px 40px;
  }
}

@media (max-width: 600px) {
  .destinations-grid {
    grid-template-columns: 1fr;
  }
  .categories {
    grid-template-columns: 1fr;
  }
  .footer-top {
    grid-template-columns: 1fr;
  }
}