:root {
  --bg: #f8f2ea;
  --paper: rgba(255,255,255,0.62);
  --white: #ffffff;
  --ink: #321711;
  --muted: #6f5148;
  --primary: #7a1418;
  --primary-2: #b63e1f;
  --gold: #f1b66c;
  --gold-2: #ffdeaa;
  --green: #0e6655;
  --shadow: 0 20px 60px rgba(89, 31, 18, 0.16);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --border: rgba(144, 84, 56, 0.15);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  background:
    radial-gradient(circle at top left, rgba(255, 199, 131, 0.18), transparent 28%),
    radial-gradient(circle at 85% 10%, rgba(180, 62, 31, 0.12), transparent 25%),
    var(--bg);
  color: var(--ink);
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1180px, calc(100% - 2rem)); margin-inline: auto; }
.section { padding: 84px 0; position: relative; }
.bg-orb {
  position: fixed; inset: auto; width: 420px; height: 420px; border-radius: 50%;
  filter: blur(50px); opacity: 0.2; pointer-events: none; z-index: -1;
}
.orb-1 { top: 80px; left: -120px; background: #ffb167; }
.orb-2 { bottom: 80px; right: -140px; background: #b43a1d; }
.glass {
  background: rgba(255,255,255,0.52);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255,255,255,0.35);
  box-shadow: var(--shadow);
}
.site-header {
  position: sticky; top: 0; z-index: 20;
  background: rgba(248, 242, 234, 0.75);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(122,20,24,0.08);
}
.nav-wrap {
  display: flex; align-items: center; justify-content: space-between;
  min-height: 82px;
}
.brand-logo { width: 150px; }
.nav { display: flex; gap: 28px; }
.nav a {
  color: var(--muted); font-weight: 600; position: relative;
}
.nav a::after {
  content: ''; position: absolute; left: 0; bottom: -8px; width: 0; height: 2px; background: var(--primary-2); transition: width .25s ease;
}
.nav a:hover::after { width: 100%; }
.menu-btn { display: none; background: transparent; border: 0; padding: 6px; }
.menu-btn span { display: block; width: 24px; height: 2px; background: var(--primary); margin: 5px 0; }
.hero-grid, .about-grid { display: grid; gap: 48px; align-items: center; }
.hero-grid { grid-template-columns: 1.04fr .96fr; min-height: calc(100vh - 82px); padding: 40px 0; }
.about-grid { grid-template-columns: 1.02fr .98fr; }
.eyebrow {
  display: inline-flex; padding: 10px 16px; border-radius: 999px;
  font-size: .78rem; letter-spacing: .18em; text-transform: uppercase;
  font-weight: 800; color: var(--primary-2); background: rgba(255,255,255,0.65);
  border: 1px solid rgba(182,62,31,.12);
}
h1, h2, h3 { font-family: 'Cormorant Garamond', serif; margin: 0; line-height: .95; }
h1 { font-size: clamp(3.1rem, 8vw, 6.2rem); margin-top: 18px; }
h1 span {
  background: linear-gradient(90deg, var(--primary), var(--primary-2));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
h2 { font-size: clamp(2.4rem, 6vw, 4.1rem); margin-top: 14px; }
h3 { font-size: 2rem; }
p { color: var(--muted); line-height: 1.8; }
.hero-copy p { max-width: 620px; font-size: 1.08rem; margin: 22px 0 0; }
.cta-row { display: flex; gap: 14px; margin-top: 28px; flex-wrap: wrap; }
.btn {
  display: inline-flex; justify-content: center; align-items: center;
  gap: .5rem; padding: 15px 22px; border-radius: 18px; font-weight: 700;
  border: 1px solid transparent; transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
  cursor: pointer;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary {
  background: linear-gradient(135deg, var(--primary), var(--primary-2)); color: white; box-shadow: 0 18px 30px rgba(122,20,24,.18);
}
.btn-secondary { background: rgba(255,255,255,0.7); color: var(--primary); border-color: rgba(122,20,24,0.1); }
.btn-card { width: 100%; background: #fff5ea; color: var(--primary); border: 1px solid #f2d9c0; margin-top: 8px; }
.hero-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 34px; max-width: 640px; }
.stat-card { padding: 18px; border-radius: 22px; }
.stat-card strong { display: block; font-size: 1.35rem; color: var(--primary); }
.stat-card span { display: block; font-size: .95rem; color: var(--muted); margin-top: 4px; }
.hero-visual { position: relative; }
.image-card {
  border-radius: var(--radius-xl); overflow: hidden; border: 1px solid rgba(255,255,255,0.45);
  box-shadow: 0 30px 80px rgba(76, 27, 16, 0.22);
}
.hero-card { max-width: 560px; margin-left: auto; }
.hero-card img, .about-card img, .gallery-card img { width: 100%; height: 100%; object-fit: cover; }
.floating-tag {
  position: absolute; padding: 12px 16px; border-radius: 999px; font-size: .92rem; font-weight: 700; color: var(--primary);
}
.tag-top { top: -18px; right: 20px; }
.tag-bottom { bottom: 16px; left: 18px; }
.trust-bar {
  padding: 18px 0; border-block: 1px solid rgba(122,20,24,.08);
  background: rgba(255,255,255,.48); backdrop-filter: blur(12px);
}
.trust-items {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; text-align: center; font-weight: 700; color: var(--primary);
}
.section-copy { max-width: 630px; }
.feature-list { display: grid; gap: 14px; margin-top: 28px; }
.feature { display: flex; gap: 16px; align-items: flex-start; padding: 18px; border-radius: 22px; }
.feature span { font-size: 1.4rem; }
.feature strong { display: block; color: var(--ink); margin-bottom: 3px; }
.feature p { margin: 0; font-size: .95rem; }
.section-head { max-width: 720px; text-align: center; margin-inline: auto; }
.filters { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; margin: 30px 0 28px; }
.chip {
  border: 1px solid #ead8c5; background: rgba(255,255,255,.72); color: var(--primary); font-weight: 700;
  padding: 12px 16px; border-radius: 999px; cursor: pointer; transition: all .22s ease;
}
.chip.active, .chip:hover { background: linear-gradient(135deg, var(--primary), var(--primary-2)); color: #fff; border-color: transparent; }
.package-grid { display: grid; gap: 22px; grid-template-columns: repeat(4, 1fr); }
.tour-card {
  background: rgba(255,255,255,.76); border-radius: 28px; overflow: hidden; box-shadow: var(--shadow);
  border: 1px solid rgba(255,255,255,.45); transition: transform .22s ease, opacity .22s ease;
}
.tour-card.hidden { display: none; }
.tour-card:hover { transform: translateY(-5px); }
.tour-top { color: #fff; padding: 24px; min-height: 220px; display: flex; flex-direction: column; justify-content: flex-end; }
.tour-food { background: linear-gradient(160deg, #bd441b, #7d1516); }
.tour-heritage { background: linear-gradient(160deg, #0e6d5b, #0f3d37); }
.tour-night { background: linear-gradient(160deg, #8a1833, #5e1027); }
.tour-full { background: linear-gradient(160deg, #c3681c, #7c2816); }
.tour-badge { align-self: flex-start; background: rgba(255,255,255,.18); border: 1px solid rgba(255,255,255,.22); border-radius: 999px; padding: 8px 12px; font-size: .74rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 18px; }
.tour-meta { margin-top: 10px; opacity: .9; font-weight: 600; }
.tour-price { margin-top: 10px; font-size: 1.55rem; font-weight: 800; }
.tour-body { padding: 22px; }
.tour-body p { margin-top: 0; }
.tour-body ul { list-style: none; padding: 0; margin: 18px 0; display: grid; gap: 10px; }
.tour-body li { position: relative; padding-left: 20px; color: var(--muted); }
.tour-body li::before { content: ''; width: 8px; height: 8px; border-radius: 50%; background: var(--primary-2); position: absolute; left: 0; top: 11px; }
.gallery-grid { display: grid; grid-template-columns: 1fr .8fr 1fr; gap: 22px; margin-top: 30px; }
.gallery-card { min-height: 340px; border-radius: 30px; overflow: hidden; box-shadow: var(--shadow); }
.info-card { padding: 30px; display: flex; flex-direction: column; justify-content: center; }
.info-card h3 { margin-bottom: 12px; }
.info-pills { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 14px; }
.info-pills span { padding: 10px 12px; border-radius: 999px; background: #fff4e7; color: var(--primary); font-weight: 700; font-size: .9rem; }
.contact-wrap {
  border-radius: 36px; padding: 42px; display: grid; grid-template-columns: 1.1fr .9fr; gap: 28px;
}
.contact-cards { display: grid; gap: 14px; }
.contact-card {
  display: flex; flex-direction: column; gap: 6px; padding: 20px 22px; border-radius: 24px; background: rgba(255,255,255,.86); border: 1px solid rgba(122,20,24,.08);
}
.contact-card span { color: var(--muted); font-size: .92rem; }
.contact-card strong { color: var(--primary); font-size: 1.1rem; }
.contact-card.whatsapp { background: linear-gradient(135deg, #1c9e67, #168c5b); }
.contact-card.whatsapp span, .contact-card.whatsapp strong { color: white; }
.site-footer { padding: 28px 0 40px; }
.footer-wrap { display: flex; justify-content: space-between; gap: 14px; color: var(--muted); border-top: 1px solid rgba(122,20,24,.08); padding-top: 18px; }
.modal {
  position: fixed; inset: 0; display: none; place-items: center; z-index: 30;
}
.modal.show { display: grid; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(37, 12, 9, 0.54); backdrop-filter: blur(6px); }
.modal-dialog {
  position: relative; width: min(560px, calc(100% - 1.5rem)); background: #fffaf3; border-radius: 30px; padding: 28px; box-shadow: 0 35px 90px rgba(31, 8, 8, 0.32); z-index: 1;
}
.modal-close { position: absolute; top: 14px; right: 14px; width: 42px; height: 42px; border-radius: 50%; border: 0; background: #f7e3cf; color: var(--primary); font-size: 1.6rem; cursor: pointer; }
.booking-form { display: grid; gap: 14px; margin-top: 18px; }
.booking-form label { display: grid; gap: 8px; font-weight: 600; color: var(--ink); }
.booking-form input, .booking-form textarea {
  width: 100%; border: 1px solid #edd8c2; background: white; border-radius: 16px; padding: 14px 16px; font: inherit; color: var(--ink);
}
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .08s; }
.delay-2 { transition-delay: .16s; }
.delay-3 { transition-delay: .24s; }
@media (max-width: 1080px) {
  .package-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid, .contact-wrap, .hero-grid, .about-grid { grid-template-columns: 1fr; }
  .hero-card { margin: 0 auto; }
  .contact-wrap { padding: 30px; }
}
@media (max-width: 760px) {
  .nav {
    position: absolute; top: calc(100% + 12px); right: 1rem; background: rgba(255,255,255,.95); border: 1px solid rgba(122,20,24,.08);
    box-shadow: var(--shadow); padding: 14px; border-radius: 20px; min-width: 220px; display: none; flex-direction: column;
  }
  .nav.show { display: flex; }
  .menu-btn { display: block; }
  .hero-stats, .trust-items, .package-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr; }
  .trust-items { text-align: left; }
  .section { padding: 68px 0; }
  .floating-tag { display: none; }
  .brand-logo { width: 128px; }
  .contact-wrap { padding: 24px; }
  .footer-wrap { flex-direction: column; }
}
