* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { font-family: 'Open Sans', sans-serif; color: #444; background: #f7f7f7; line-height: 1.6; overflow-x: hidden; -webkit-text-size-adjust: 100%; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; height: auto; }
.container { width: 1180px; max-width: calc(100% - 40px); margin: 0 auto; }
header { position: fixed; top: 0; left: 0; width: 100%; z-index: 1000; padding: max(12px, env(safe-area-inset-top)) 0 12px; color: #fff; background: rgba(25,25,25,.88); backdrop-filter: blur(2px); overflow: visible; }
.nav { display: flex; align-items: center; justify-content: space-between; position: relative; gap: 12px; }
.logo { display: flex; align-items: center; flex-shrink: 0; }
.logo img { height: 26px; width: auto; display: block; }
.nav-toggle {
  display: none;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 4px;
  background: transparent;
  color: #fff;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
  appearance: none;
  touch-action: manipulation;
  position: relative;
  z-index: 1002;
}
.nav-toggle:focus-visible { outline: 2px solid #fff; outline-offset: 2px; }
.nav-toggle-icon { display: block; flex-shrink: 0; }
.menu { display: flex; gap: 34px; font-size: 12px; letter-spacing: 2px; text-transform: uppercase; align-items: center; }
.menu a:focus-visible { outline: 2px solid #fff; outline-offset: 4px; border-radius: 2px; }
.hero { min-height: 760px; background: linear-gradient(rgba(0,0,0,.48), rgba(0,0,0,.36)), radial-gradient(circle at 50% 40%, rgba(0,0,0,.12), rgba(0,0,0,.42)), url('../images/u-1507525428034.jpg') center/cover no-repeat; position: relative; color: #fff; }
.hero-content { text-align: center; padding-top: 220px; }
.mini { font-size: 11px; letter-spacing: 4px; text-transform: uppercase; opacity: .9; }
.hero-brand { display: inline-block; margin-top: 18px; }
.hero-brand img { width: 250px; max-width: 90vw; height: auto; display: block; }
.hero p { max-width: 660px; margin: 24px auto 0; font-size: 14px; color: rgba(255,255,255,.92); }
.featured-wrap { margin-top: 120px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.featured-card { position: relative; height: 300px; overflow: hidden; box-shadow: 0 18px 40px rgba(0,0,0,.12); }
.featured-card::after { content: ''; position: absolute; inset: 14px; border: 2px solid rgba(255,255,255,.85); }
.featured-card img { width: 100%; height: 100%; object-fit: cover; }
.featured-overlay { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; color: #fff; background: linear-gradient(rgba(0,0,0,.26), rgba(0,0,0,.42)); }
.featured-overlay h3 { font-family: 'Cormorant Garamond', serif; font-size: 46px; font-weight: 400; }
.featured-overlay span { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; }
.section { padding: 95px 0; }
.section-title { text-align: center; margin-bottom: 55px; }
.section-title h2 { font-family: 'Cormorant Garamond', serif; font-size: 52px; color: #222; font-weight: 500; }
.section-title p { color: #888; font-size: 13px; margin-top: 10px; }
.offers-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; text-align: center; }
.offer .icon { width: 62px; height: 62px; border-radius: 50%; margin: 0 auto 18px; border: 1px solid #f1d0d0; color: #df3c33; display: flex; align-items: center; justify-content: center; font-size: 24px; background: #fff; }
.offer h4 { font-family: 'Cormorant Garamond', serif; font-size: 28px; color: #222; font-weight: 500; }
.offer p { margin: 10px auto 16px; font-size: 13px; color: #7a7a7a; max-width: 230px; }
.view-more { color: #df3c33; font-size: 12px; letter-spacing: 2px; text-transform: uppercase; }
.tabs { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 8px 14px; text-align: center; margin-top: -20px; margin-bottom: 28px; color: #888; font-size: 11px; text-transform: uppercase; letter-spacing: 2px; }
.tabs span { margin: 0; cursor: default; }
.popular-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.tour-card { background: #fff; box-shadow: 0 8px 24px rgba(0,0,0,.07); }
.tour-card .thumb { height: 190px; overflow: hidden; }
.tour-card .thumb img { width: 100%; height: 100%; object-fit: cover; }
.tour-info { padding: 18px; text-align: center; }
.tour-info .region { font-size: 10px; letter-spacing: 2px; color: #6b93c6; text-transform: uppercase; }
.tour-info h5 { font-family: 'Cormorant Garamond', serif; font-size: 28px; color: #222; font-weight: 500; margin: 8px 0 6px; }
.split { display: grid; grid-template-columns: 1.05fr .95fr; gap: 60px; align-items: center; }
.split img { width: 100%; box-shadow: 0 16px 36px rgba(0,0,0,.09); }
.text-block h2 { font-family: 'Cormorant Garamond', serif; font-size: 58px; line-height: 1.05; color: #222; font-weight: 500; margin-bottom: 18px; }
.text-block p { color: #777; font-size: 14px; margin-bottom: 26px; }
.btn { display: inline-block; background: #ef5b52; color: #fff; padding: 12px 26px; font-size: 12px; letter-spacing: 2px; text-transform: uppercase; }
.vision { display: grid; grid-template-columns: .85fr 1.15fr; gap: 50px; align-items: center; }
.vision-left { text-align: center; }
.vision-left h3 { font-family: 'Cormorant Garamond', serif; color: #222; font-size: 44px; margin-bottom: 10px; font-weight: 500; }
.vision-left p { font-size: 14px; color: #777; margin-bottom: 26px; }
.gallery-row { display: grid; grid-template-columns: repeat(7, 1fr); gap: 8px; }
.gallery-row img { height: 170px; width: 100%; object-fit: cover; }
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.news-card { background: #fff; box-shadow: 0 8px 24px rgba(0,0,0,.06); }
.news-card .thumb { position: relative; height: 220px; }
.news-card .thumb img { width: 100%; height: 100%; object-fit: cover; }
.date-box { position: absolute; top: 14px; left: 14px; background: #fff; width: 58px; height: 68px; display: flex; flex-direction: column; align-items: center; justify-content: center; box-shadow: 0 8px 16px rgba(0,0,0,.08); font-family: 'Cormorant Garamond', serif; color: #222; }
.date-box strong { font-size: 28px; line-height: 1; }
.date-box span { font-size: 12px; letter-spacing: 2px; }
.news-content { padding: 22px; text-align: center; }
.news-content .cat { color: #d9a3a3; font-size: 10px; letter-spacing: 2px; text-transform: uppercase; }
.news-content h4 { font-family: 'Cormorant Garamond', serif; font-size: 34px; color: #222; font-weight: 500; margin: 10px 0; }
.news-content p { color: #7a7a7a; font-size: 13px; margin-bottom: 12px; }
.reviews { background: linear-gradient(rgba(255,255,255,.7), rgba(255,255,255,.8)), url('../images/u-1507525428034.jpg') center/cover no-repeat; }
.review-box { text-align: center; max-width: 900px; margin: 0 auto; }
.avatar { width: 92px; height: 92px; border-radius: 50%; margin: 0 auto 22px; overflow: hidden; border: 4px solid #fff; box-shadow: 0 10px 24px rgba(0,0,0,.12); }
.avatar img { width: 100%; height: 100%; object-fit: cover; }
.review-box p { color: #666; font-size: 14px; }
.review-box h5 { margin-top: 18px; color: #222; font-weight: 700; }
.insta-strip { display: grid; grid-template-columns: repeat(9, 1fr); gap: 0; }
.insta-strip > div { height: 150px; }
.insta-strip img { width: 100%; height: 100%; object-fit: cover; }
.insta-center { display: flex; align-items: center; justify-content: center; background: #fff; text-align: center; flex-direction: column; color: #222; border: 1px solid #eee; }
.insta-center h4 { font-family: 'Cormorant Garamond', serif; font-size: 30px; font-weight: 500; }
.insta-center span { margin-top: 10px; background: #df3c33; color: #fff; padding: 7px 12px; font-size: 11px; letter-spacing: 1px; }
footer { background: #1f1f1f; color: #cfcfcf; padding: 70px 0 30px; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr 1fr; gap: 34px; }
footer h4 { color: #fff; font-family: 'Cormorant Garamond', serif; font-size: 32px; font-weight: 500; margin-bottom: 20px; }
footer p, footer li { font-size: 13px; color: #b9b9b9; margin-bottom: 10px; list-style: none; }
.mini-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; }
.mini-gallery img { height: 70px; width: 100%; object-fit: cover; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); margin-top: 38px; padding-top: 20px; display: flex; justify-content: space-between; align-items: center; font-size: 12px; color: #8e8e8e; }
.nav-backdrop {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  border: 0;
  background: rgba(0, 0, 0, .35);
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}
.nav-backdrop.is-visible { display: block; }
@media (min-width: 993px) {
  .nav-toggle { display: none !important; }
  .nav-backdrop { display: none !important; pointer-events: none !important; }
  .nav .menu {
    display: flex !important;
    position: static !important;
    z-index: auto !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    max-height: none !important;
    overflow: visible !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 34px !important;
    background: transparent !important;
    padding: 0 !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }
  .nav .menu a {
    display: inline !important;
    padding: 0 !important;
    min-height: 0 !important;
    border-bottom: none !important;
  }
}
@media (max-width: 992px) {
  html { scroll-padding-top: 72px; }
  .nav-toggle { display: flex; }
  .menu {
    display: none;
    position: fixed;
    z-index: 1001;
    left: 0;
    right: 0;
    top: calc(max(12px, env(safe-area-inset-top, 0px)) + 42px);
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    max-height: min(70vh, calc(100vh - max(12px, env(safe-area-inset-top, 0px)) - 72px));
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background: rgba(22, 22, 22, .98);
    padding: 6px 0 14px;
    padding-bottom: max(14px, env(safe-area-inset-bottom, 0px));
    border-radius: 0 0 8px 8px;
    border: 1px solid rgba(255, 255, 255, .08);
    border-top: 0;
    box-shadow: 0 16px 40px rgba(0, 0, 0, .25);
  }
  .menu.is-open { display: flex; }
  .menu a {
    padding: 14px 18px;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid rgba(255, 255, 255, .06);
  }
  .menu a:last-child { border-bottom: 0; }
  body.nav-open { overflow: hidden; }
  .featured-wrap, .offers-grid, .popular-grid, .news-grid, .footer-grid, .split, .vision { grid-template-columns: 1fr 1fr; }
  .insta-strip { grid-template-columns: repeat(2, 1fr); }
  .insta-center {
    grid-column: 1 / -1;
    min-height: 110px;
    height: auto !important;
    padding: 22px 16px;
  }
  .insta-strip > div:not(.insta-center) { height: 140px; }
  .gallery-row { grid-template-columns: repeat(3, 1fr); }
  .gallery-row img { height: 150px; }
  .offer p { max-width: none; }
}
@media (max-width: 768px) {
  .container { max-width: calc(100% - 32px); }
  .hero { min-height: min(100vh, 720px); padding-bottom: 48px; }
  .hero-content { padding-top: 100px; }
  .hero p { font-size: 13px; padding: 0 4px; }
  .hero-brand img { width: min(260px, 85vw); }
  .featured-wrap, .offers-grid, .popular-grid, .news-grid, .footer-grid, .split, .vision { grid-template-columns: 1fr; }
  .featured-wrap { margin-top: 48px; gap: 16px; }
  .featured-card { height: 240px; }
  .featured-card::after { inset: 10px; }
  .section { padding: 56px 0; }
  .section-title { margin-bottom: 36px; }
  .section-title h2, .text-block h2 { font-size: clamp(32px, 8vw, 40px); }
  .vision-left h3 { font-size: clamp(32px, 9vw, 40px); }
  .featured-overlay h3 { font-size: clamp(32px, 10vw, 42px); }
  .tour-info h5 { font-size: clamp(22px, 6vw, 28px); }
  .news-content h4 { font-size: clamp(26px, 7vw, 34px); }
  .gallery-row { grid-template-columns: repeat(2, 1fr); }
  .gallery-row img { height: 130px; }
  .insta-strip > div:not(.insta-center) { height: 120px; }
  .footer-bottom { flex-direction: column; gap: 12px; text-align: center; }
  footer { padding: 48px 0 28px; padding-bottom: max(28px, env(safe-area-inset-bottom)); }
  .logo img { height: 24px; }
}
@media (max-width: 420px) {
  html { scroll-padding-top: 68px; }
  .gallery-row { grid-template-columns: 1fr; }
  .gallery-row img { height: 200px; }
  .mini { font-size: 10px; letter-spacing: 2px; padding: 0 8px; }
}
