:root {
  --ink: #182321;
  --muted: #62716d;
  --paper: #fffaf1;
  --soft: #f2eadf;
  --white: #ffffff;
  --deep: #123f42;
  --teal: #1f7a78;
  --clay: #bf5638;
  --rose: #8e3f4d;
  --gold: #d0a247;
  --olive: #6d7b48;
  --line: rgba(24, 35, 33, .14);
  --shadow: 0 24px 70px rgba(24, 35, 33, .16);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); line-height: 1.55; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 90; background: var(--ink); color: white; padding: 10px; border-radius: 6px; }
.skip-link:focus { top: 12px; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255, 250, 241, .88); backdrop-filter: blur(16px); border-bottom: 1px solid var(--line); }
.nav-wrap { width: min(1240px, calc(100% - 32px)); margin: 0 auto; min-height: 76px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 22px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 1.05rem; white-space: nowrap; }
.site-logo { max-height: 72px; width: auto; object-fit: contain; }
.brand-mark { width: 38px; height: 38px; border-radius: 8px; display: grid; place-items: center; background: var(--deep); color: #ffd98e; font-weight: 900; box-shadow: inset 0 -7px rgba(255,255,255,.12); }
.nav-links { display: flex; justify-content: center; gap: 4px; }
.nav-links a { padding: 10px 12px; border-radius: 7px; color: #2f403c; font-weight: 750; }
.nav-links a:hover { background: var(--soft); }
.header-actions { display: flex; align-items: center; gap: 14px; justify-self: end; }

/* Language Switcher */
.lang-switcher { position: relative; }
.lang-btn { background: transparent; border: 1px solid var(--line); border-radius: 999px; padding: 6px 12px; display: flex; align-items: center; gap: 8px; font-size: 0.85rem; font-weight: 750; color: var(--ink); transition: background 0.2s ease; }
.lang-btn:hover { background: var(--soft); }
.lang-btn img { border-radius: 2px; width: 20px; }
.lang-dropdown { position: absolute; top: calc(100% + 10px); right: 0; background: white; border: 1px solid var(--line); border-radius: 8px; box-shadow: 0 12px 24px rgba(0,0,0,0.1); width: 140px; display: flex; flex-direction: column; padding: 6px; opacity: 0; transform: translateY(-10px); pointer-events: none; transition: opacity 0.2s ease, transform 0.2s ease; z-index: 100; }
.lang-dropdown.show { opacity: 1; transform: translateY(0); pointer-events: auto; }
.lang-dropdown a { display: flex; align-items: center; gap: 10px; padding: 8px 10px; font-size: 0.85rem; color: var(--ink); border-radius: 6px; font-weight: 600; text-decoration: none; transition: background 0.2s ease; }
.lang-dropdown a:hover { background: var(--soft); }
.lang-dropdown img { border-radius: 2px; width: 20px; }

/* Hide Google Translate Elements Exhaustively */
iframe.goog-te-banner-frame,
iframe.skiptranslate,
.goog-te-banner-frame.skiptranslate,
.goog-te-gadget-icon,
.goog-te-gadget-simple,
#goog-gt-tt,
.goog-te-balloon-frame,
div#goog-gt- { display: none !important; visibility: hidden !important; opacity: 0 !important; height: 0 !important; width: 0 !important; }
html, body { top: 0 !important; position: static !important; margin-top: 0 !important; }
.goog-tooltip { display: none !important; }
.goog-tooltip:hover { display: none !important; }
.goog-text-highlight { background-color: transparent !important; border: none !important; box-shadow: none !important; }

.wishlist-toggle { background: transparent; border: 0; color: var(--ink); padding: 8px; position: relative; border-radius: 50%; display: flex; transition: background 0.2s ease, color 0.2s ease; }
.wishlist-toggle:hover { background: var(--soft); color: var(--clay); }
.wishlist-badge { position: absolute; top: 0px; right: 0px; background: var(--clay); color: white; font-size: 0.65rem; font-weight: 800; min-width: 16px; height: 16px; border-radius: 8px; display: flex; align-items: center; justify-content: center; box-shadow: 0 0 0 2px white; opacity: 0; transform: scale(0); transition: opacity 0.2s ease, transform 0.2s ease; }
.wishlist-badge.show { opacity: 1; transform: scale(1); }
.nav-cta { background: var(--clay); color: white; padding: 11px 16px; border-radius: 7px; font-weight: 850; box-shadow: 0 4px 12px rgba(191,86,56,0.25); transition: transform 0.2s ease, box-shadow 0.2s ease; }
.nav-cta:hover { transform: translateY(-1px); box-shadow: 0 6px 16px rgba(191,86,56,0.35); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); background: white; border-radius: 7px; place-items: center; gap: 4px; padding: 10px; }
.menu-toggle span { display: block; width: 18px; height: 2px; background: var(--ink); }
.page-hero { min-height: 74vh; display: grid; align-items: end; position: relative; color: white; background: var(--deep) var(--hero-image) center/cover; }
.page-hero.compact { min-height: 48vh; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(11, 31, 33, .2), rgba(11, 31, 33, .86)); }
.hero-content { position: relative; z-index: 2; width: min(1240px, calc(100% - 32px)); margin: 0 auto; padding: 96px 0 62px; }
.hero-content h1 { max-width: 900px; margin: 0 0 18px; font-size: clamp(2.7rem, 7vw, 6.9rem); line-height: .93; letter-spacing: 0; }
.page-hero.compact h1 { font-size: clamp(2.4rem, 5vw, 4.8rem); }
.hero-content p:not(.eyebrow) { max-width: 760px; margin: 0 0 24px; color: rgba(255,255,255,.86); font-size: clamp(1.03rem, 2vw, 1.28rem); }
.eyebrow { margin: 0 0 12px; text-transform: uppercase; letter-spacing: .12em; font-size: .78rem; color: var(--clay); font-weight: 900; }
.page-hero .eyebrow, .band .eyebrow, .split-cta .eyebrow { color: #ffdc92; }
.hero-actions, .card-actions { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.toast.show { transform: translateY(0); opacity: 1; }

/* Cookie Widget */
.cookie-banner { position: fixed; bottom: 24px; left: 24px; max-width: 360px; background: white; color: var(--ink); padding: 22px; z-index: 1000; display: grid; gap: 14px; border-radius: 12px; border: 1px solid var(--line); box-shadow: 0 24px 48px rgba(0,0,0,0.12), 0 4px 12px rgba(0,0,0,0.08); transform: translateY(120px) scale(0.9); opacity: 0; transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.5s ease; }
.cookie-banner.show { transform: translateY(0) scale(1); opacity: 1; }
.cookie-banner-head { display: flex; align-items: center; gap: 10px; font-weight: 850; font-size: 1.05rem; }
.cookie-banner-head svg { color: var(--gold); }
.cookie-banner p { margin: 0; font-size: 0.9rem; color: var(--muted); line-height: 1.5; }
.cookie-banner .cookie-actions { display: flex; gap: 10px; align-items: center; margin-top: 4px; }
.cookie-banner a { color: var(--teal); font-weight: 700; font-size: 0.85rem; }
.cookie-banner .button { min-height: 36px; padding: 6px 16px; font-size: 0.85rem; flex: 1; }

/* WhatsApp Float */
.whatsapp-float { position: fixed; bottom: 24px; right: 24px; width: 60px; height: 60px; background-color: #25d366; color: white; border-radius: 50%; box-shadow: 0 4px 16px rgba(37,211,102,0.3); z-index: 990; display: flex; align-items: center; justify-content: center; transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s ease; }
.whatsapp-float:hover { transform: scale(1.08) translateY(-4px); box-shadow: 0 8px 24px rgba(37,211,102,0.4); color: white; }
.whatsapp-float svg { width: 34px; height: 34px; fill: currentColor; }
.button { min-height: 46px; border: 1px solid var(--line); background: white; color: var(--ink); display: inline-flex; justify-content: center; align-items: center; gap: 8px; padding: 11px 15px; border-radius: 7px; font-weight: 850; transition: transform .18s ease, background .18s ease; }
.button:hover { transform: translateY(-1px); }
.button.primary { background: var(--clay); border-color: var(--clay); color: white; }
.button.light { background: #fff2d3; color: var(--ink); }
.button.ghost { background: transparent; }
.button.small { min-height: 40px; padding: 9px 12px; font-size: .92rem; }
.button.full { width: 100%; }
.icon-button { width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 7px; background: white; }
.text-button { border: 0; background: transparent; color: #ffdc92; padding: 0; font-weight: 800; }
.search-panel { width: min(1240px, calc(100% - 32px)); margin: -38px auto 0; position: relative; z-index: 5; display: grid; grid-template-columns: 1fr 1.2fr; gap: 24px; align-items: center; background: white; border: 1px solid var(--line); border-radius: 8px; padding: 24px; box-shadow: var(--shadow); }
.search-panel h2, .section-head h2, .band h2, .split-cta h2 { margin: 0; font-size: clamp(1.8rem, 4vw, 3.4rem); line-height: 1; letter-spacing: 0; }
.quick-search { display: grid; grid-template-columns: 1fr auto; gap: 10px; }
input, select, textarea { width: 100%; border: 1px solid rgba(24,35,33,.2); border-radius: 7px; padding: 12px; background: #fffdf8; color: var(--ink); outline: none; }
textarea { min-height: 130px; resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 4px rgba(31,122,120,.12); }
label { display: grid; gap: 7px; font-size: .9rem; color: #2d3d39; font-weight: 850; }
.section { width: min(1240px, calc(100% - 32px)); margin: 0 auto; padding: 82px 0; }
.section.narrow { max-width: 980px; }
.section-head { display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: end; margin-bottom: 28px; }
.section-head a { font-weight: 850; color: var(--teal); }
.trip-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.trip-grid.compact-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.trip-card { background: white; border: 1px solid rgba(24,35,33,.1); border-radius: 8px; overflow: hidden; display: flex; flex-direction: column; min-width: 0; box-shadow: 0 12px 34px rgba(24,35,33,.08); transition: transform 0.3s ease, box-shadow 0.3s ease; }
.trip-image { position: relative; aspect-ratio: 1.35 / 1; overflow: hidden; background: #d9dfdb; }
.trip-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1); }
.trip-card:hover { transform: translateY(-4px); box-shadow: 0 20px 48px rgba(24,35,33,.15); }
.trip-card:hover .trip-image img { transform: scale(1.06); }
.pill { position: absolute; left: 12px; top: 12px; padding: 7px 10px; border-radius: 999px; background: #ffdc92; color: #17221f; font-size: .8rem; font-weight: 900; box-shadow: 0 4px 12px rgba(0,0,0,0.1); }
.trip-content { padding: 18px; display: flex; flex-direction: column; gap: 12px; flex: 1; }
.trip-content h2 { margin: 0; font-size: 1.25rem; line-height: 1.15; }
.trip-content p { margin: 0; color: var(--muted); flex: 1; }
.trip-meta, .tag-row { display: flex; flex-wrap: wrap; gap: 7px; color: var(--muted); font-size: .86rem; }
.tag-row span { padding: 6px 8px; border-radius: 6px; background: var(--soft); color: #4c5b57; font-weight: 750; }
.band { background: var(--deep); color: white; padding: 76px max(16px, calc((100% - 1240px) / 2)); display: grid; grid-template-columns: .65fr 1fr; gap: 36px; align-items: start; }
.process-grid, .guide-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.guide-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.process-grid article, .guide-grid article { border-top: 4px solid var(--gold); padding-top: 18px; }
.process-grid p, .guide-grid p, .band p { color: rgba(255,255,255,.72); }
.destination-strip { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); background: #102f33; color: white; }
.destination-strip a { min-height: 190px; padding: 24px; border-right: 1px solid rgba(255,255,255,.12); display: flex; flex-direction: column; justify-content: end; gap: 8px; }
.destination-strip span { color: rgba(255,255,255,.72); }
.split-cta { display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; background: var(--rose); color: white; padding: 58px max(16px, calc((100% - 1240px) / 2)); }
.catalog-section { width: min(1240px, calc(100% - 32px)); margin: 0 auto; padding: 54px 0 86px; }
.catalog-shell { display: grid; grid-template-columns: 300px 1fr; gap: 28px; align-items: start; }
.filters { position: sticky; top: 96px; background: white; border: 1px solid var(--line); border-radius: 8px; padding: 18px; box-shadow: 0 12px 34px rgba(24,35,33,.08); display: grid; gap: 13px; }
.filters h2 { margin: 0 0 4px; font-size: 1.35rem; }
.filter-count { margin: 0; color: var(--muted); font-weight: 800; }
.catalog-tools { display: grid; grid-template-columns: 1fr 210px; gap: 16px; align-items: center; margin-bottom: 18px; }
.catalog-tools p { margin: 0; color: var(--muted); }
.detail-shell { width: min(1240px, calc(100% - 32px)); margin: 0 auto; padding: 54px 0 86px; display: grid; grid-template-columns: minmax(0, 1fr) 410px; gap: 32px; align-items: start; }
.detail-main { display: grid; gap: 30px; }
.facts-bar { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: 8px; overflow: hidden; }
.facts-bar div { background: white; padding: 16px; }
.facts-bar strong { display: block; margin-bottom: 5px; color: var(--clay); font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; }
.facts-bar span { color: #2d3d39; font-weight: 800; }
.content-block { background: white; border: 1px solid rgba(24,35,33,.1); border-radius: 8px; padding: 26px; }
.content-block h2, .related-block h2, .side-card h2 { margin: 0 0 18px; font-size: clamp(1.65rem, 3vw, 2.55rem); line-height: 1; }
.content-block p { color: var(--muted); }
.highlight-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.highlight-grid div { background: var(--soft); border-radius: 7px; padding: 14px; }
.highlight-grid span { color: var(--teal); font-weight: 900; font-size: .76rem; text-transform: uppercase; letter-spacing: .08em; }
.highlight-grid p { margin: 4px 0 0; color: #34423f; font-weight: 760; }
.timeline { display: grid; gap: 11px; }
.timeline article { display: grid; grid-template-columns: 92px 1fr; gap: 16px; padding: 16px; border-radius: 8px; background: #fbf4e9; }
.timeline strong { color: var(--clay); }
.timeline h3 { margin: 0 0 4px; font-size: 1.08rem; }
.timeline p { margin: 0; color: var(--muted); }
.two-col { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.clean-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.clean-list li { padding-left: 28px; position: relative; color: #485652; }
.clean-list li::before { content: ""; position: absolute; left: 0; top: .72em; width: 10px; height: 10px; border-radius: 50%; background: var(--teal); }
.detail-side { position: sticky; top: 96px; }
.side-card, .form-card { background: white; border: 1px solid var(--line); border-radius: 8px; padding: 22px; box-shadow: var(--shadow); }
.enquiry-form { display: grid; gap: 12px; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.compact-form .form-grid { grid-template-columns: 1fr; }
.form-help { margin: 0; color: var(--muted); font-size: .88rem; }
.related-block { padding: 14px 0; }
.mini-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.mini-grid a { background: white; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; display: grid; }
.mini-grid img { width: 100%; height: 130px; object-fit: cover; }
.mini-grid strong, .mini-grid span { padding: 0 12px; }
.mini-grid strong { padding-top: 12px; }
.mini-grid span { padding-bottom: 12px; color: var(--muted); }
.destination-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.destination-card { background: white; border: 1px solid var(--line); border-radius: 8px; padding: 22px; min-height: 250px; display: flex; flex-direction: column; }
.destination-card h2 { margin: 0 0 12px; font-size: 1.45rem; }
.destination-card p { color: var(--muted); flex: 1; }
.destination-card strong { color: var(--teal); }
.lead { font-size: 1.28rem; color: #42514d; }
.values-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-top: 30px; }
.values-grid article { border-top: 4px solid var(--gold); padding-top: 16px; }
.contact-section { width: min(1120px, calc(100% - 32px)); margin: 0 auto; padding: 70px 0 86px; display: grid; grid-template-columns: .75fr 1fr; gap: 34px; align-items: start; }
.contact-copy h2 { margin: 0 0 14px; font-size: clamp(2rem, 4vw, 3.6rem); line-height: 1; }
.contact-copy p { color: var(--muted); font-size: 1.08rem; }
.contact-methods { display: grid; gap: 10px; margin-top: 22px; }
.contact-methods a { color: var(--teal); font-weight: 850; }
.footer { background: var(--paper); color: var(--ink); padding: 44px 0 24px; border-top: 1px solid var(--line); }
.footer-grid { width: min(1240px, calc(100% - 32px)); margin: 0 auto; display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 28px; }
.footer h2 { font-size: 1rem; margin: 0 0 12px; color: var(--clay); }
.footer p, .footer a { color: rgba(24,35,33,.75); }
.footer a { display: block; margin: 7px 0; }
.footer a:hover { color: var(--teal); }
.footer-brand { color: var(--ink); }
.footer-bottom { width: min(1240px, calc(100% - 32px)); margin: 28px auto 0; padding-top: 18px; border-top: 1px solid rgba(24,35,33,.12); color: rgba(24,35,33,.6); font-size: .9rem; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px; }
.payment-methods { display: flex; gap: 14px; align-items: center; }
.payment-methods img { height: 22px; width: auto; opacity: 0.85; transition: opacity 0.2s ease, transform 0.2s ease; filter: grayscale(20%); }
.payment-methods img[alt="Visa"] { height: 30px; margin-top: -2px; }
.payment-methods img:hover { opacity: 1; transform: scale(1.08); filter: grayscale(0%); }
.shortlist-panel { position: fixed; right: 18px; top: 94px; bottom: 18px; width: min(420px, calc(100% - 36px)); z-index: 80; background: white; border: 1px solid var(--line); border-radius: 8px; box-shadow: var(--shadow); padding: 18px; display: none; grid-template-rows: auto 1fr auto; gap: 16px; }
.shortlist-panel.open { display: grid; }
.shortlist-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.shortlist-head h2 { margin: 0; }
.shortlist-items { overflow: auto; display: grid; align-content: start; gap: 10px; }
.shortlist-item { border: 1px solid var(--line); border-radius: 7px; padding: 12px; display: grid; gap: 8px; }
.shortlist-item a { font-weight: 850; color: var(--deep); }
.toast { position: fixed; left: 50%; bottom: 22px; transform: translateX(-50%) translateY(70px); opacity: 0; background: var(--deep); color: white; border-radius: 8px; box-shadow: var(--shadow); padding: 13px 16px; max-width: min(560px, calc(100% - 32px)); z-index: 100; transition: .22s ease; }
.toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }
[hidden] { display: none !important; }
@media (max-width: 1040px) {
  .nav-wrap { grid-template-columns: auto 1fr auto; }
  .brand { order: 1; }
  .header-actions { order: 2; justify-self: end; margin-right: 6px; }
  .menu-toggle { display: grid; order: 3; justify-self: end; }
  .nav-links { order: 4; display: none; grid-column: 1 / -1; justify-content: start; flex-wrap: wrap; padding-bottom: 14px; }
  .nav-links.open { display: flex; }
  .nav-cta { display: none; }
  .search-panel, .band, .split-cta, .catalog-shell, .detail-shell, .contact-section { grid-template-columns: 1fr; }
  .trip-grid, .trip-grid.compact-grid, .destination-grid, .values-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .destination-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .filters, .detail-side { position: static; }
  .facts-bar { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 680px) {
  .nav-wrap { width: min(100% - 22px, 1240px); min-height: 68px; }
  .brand { font-size: .96rem; }
  .brand-mark { width: 34px; height: 34px; }
  .page-hero { min-height: 66vh; }
  .hero-content { padding: 72px 0 42px; }
  .search-panel { margin-top: 0; border-radius: 0; width: 100%; border-left: 0; border-right: 0; }
  .quick-search, .section-head, .catalog-tools, .form-grid, .two-col, .highlight-grid, .mini-grid, .process-grid, .guide-grid, .trip-grid, .trip-grid.compact-grid, .destination-grid, .values-grid, .destination-strip, .facts-bar { grid-template-columns: 1fr; }
  .section, .catalog-section, .detail-shell, .contact-section { padding: 52px 0; }
  .content-block, .side-card, .form-card { padding: 18px; }
  .timeline article { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
}