:root {
  --forest: #173d32;
  --forest-deep: #0b261f;
  --forest-soft: #23574a;
  --sand: #c9a66b;
  --fire: #d96b32;
  --paper: #f3efe6;
  --paper-deep: #e6dece;
  --white: #fffdf8;
  --ink: #252a27;
  --muted: #68716b;
  --line: rgba(37, 42, 39, 0.13);
  --display: "Alexandria", "Noto Sans Arabic", sans-serif;
  --body: "Tajawal", "Noto Sans Arabic", sans-serif;
  --wrap: min(1180px, calc(100% - 48px));
  --shadow: 0 30px 80px rgba(11, 38, 31, 0.13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 120px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); line-height: 1.75; overflow-x: hidden; }
body::before { content: ""; position: fixed; inset: 0; z-index: 999; pointer-events: none; opacity: .025; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitchTiles'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.75'/%3E%3C/svg%3E"); }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
p, h1, h2, h3 { text-wrap: pretty; }
:focus-visible { outline: 3px solid var(--sand); outline-offset: 4px; }
.wrap { width: var(--wrap); margin-inline: auto; }
.skip-link { position: fixed; inset: 8px auto auto 8px; z-index: 1100; padding: 9px 14px; color: var(--forest); background: var(--paper); border-radius: 10px; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.trip-alert { position: fixed; inset: 0 0 auto; z-index: 120; height: 36px; color: var(--paper); background: var(--forest-deep); border-bottom: 1px solid rgba(255,255,255,.11); font-size: .78rem; }
.alert-inner { display: flex; align-items: center; gap: 12px; height: 100%; }
.alert-inner p { display: flex; align-items: center; gap: 12px; margin: 0; white-space: nowrap; overflow: hidden; }
.alert-inner p span { color: rgba(255,255,255,.62); overflow: hidden; text-overflow: ellipsis; }
.alert-inner > a { margin-inline-start: auto; color: var(--sand); font-weight: 700; white-space: nowrap; }
.live-dot { width: 7px; height: 7px; flex: 0 0 auto; background: #75c99d; border-radius: 50%; box-shadow: 0 0 0 5px rgba(117,201,157,.13); }

.site-header { position: fixed; inset: 36px 0 auto; z-index: 110; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; height: 78px; padding-inline: max(24px, calc((100vw - 1180px) / 2)); color: #fff; border-bottom: 1px solid rgba(255,255,255,.16); transition: height .25s ease, background .25s ease, color .25s ease, box-shadow .25s ease; }
.site-header.scrolled, body:not([data-page="home"]) .site-header { height: 68px; color: var(--forest-deep); background: rgba(243,239,230,.95); border-bottom-color: rgba(23,61,50,.1); box-shadow: 0 10px 35px rgba(11,38,31,.08); backdrop-filter: blur(16px); }
.brand { display: inline-flex; align-items: center; gap: 11px; width: fit-content; direction: ltr; }
.brand-mark { display: grid; place-items: center; width: 42px; aspect-ratio: 1; color: var(--paper); background: var(--forest); border: 1px solid rgba(255,255,255,.32); border-radius: 50% 50% 43% 57%; font-family: var(--display); font-size: 1.18rem; font-weight: 800; line-height: 1; transform: rotate(-6deg); }
.brand-copy { display: grid; line-height: 1; }
.brand-copy strong { font: 800 .87rem/1 var(--display); letter-spacing: .1em; }
.brand-copy small { margin-top: 5px; color: var(--sand); font-size: .55rem; font-weight: 700; letter-spacing: .2em; }
.main-nav { display: flex; align-items: center; gap: 22px; font-size: .88rem; white-space: nowrap; }
.main-nav a { position: relative; padding-block: 8px; }
.main-nav a::after { content: ""; position: absolute; inset: auto 0 2px; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .2s ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { transform: scaleX(1); }
.header-tools { display: flex; align-items: center; justify-content: flex-end; gap: 14px; }
.language-switch { display: flex; gap: 6px; align-items: center; direction: ltr; font-size: .62rem; }
.language-switch > * { padding: 4px 6px; border: 1px solid currentColor; border-radius: 99px; opacity: .45; }
.language-switch strong { opacity: 1; }
.menu-button { display: none; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 54px; padding: 0 23px; color: #fff; background: var(--fire); border: 1px solid var(--fire); border-radius: 5px 18px 5px 18px; font-weight: 700; cursor: pointer; box-shadow: 0 15px 36px rgba(217,107,50,.23); transition: transform .18s ease, background .18s ease, box-shadow .18s ease; }
.button:hover, .button:focus-visible { color: #fff; background: #ed7840; transform: translateY(-2px); box-shadow: 0 20px 42px rgba(217,107,50,.32); }
.button-small { min-height: 42px; padding-inline: 17px; border-radius: 4px 14px 4px 14px; font-size: .84rem; }
.button-ghost { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.45); box-shadow: none; backdrop-filter: blur(8px); }
.button-ghost:hover { background: rgba(255,255,255,.16); }

.home-hero { position: relative; isolation: isolate; min-height: 950px; overflow: hidden; color: #fff; background: var(--forest-deep); }
.hero-image, .hero-shade, .hero-grain { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { z-index: -3; object-fit: cover; object-position: 50% 45%; transform: scale(1.02); }
.hero-shade { z-index: -2; background: linear-gradient(90deg, rgba(7,27,21,.3), rgba(7,27,21,.7)), linear-gradient(0deg, rgba(7,27,21,.95) 2%, rgba(7,27,21,.28) 62%, rgba(7,27,21,.62) 100%); }
.hero-grain { z-index: -1; opacity: .12; background-image: repeating-radial-gradient(ellipse at 15% 32%, transparent 0 34px, rgba(243,239,230,.32) 35px 36px, transparent 37px 63px); mask-image: linear-gradient(to right,#000,transparent 72%); }
.hero-content { display: grid; grid-template-columns: minmax(0,1.3fr) minmax(290px,.55fr); align-items: end; gap: 70px; min-height: 760px; padding-top: 160px; }
.hero-copy { padding-bottom: 40px; }
.eyebrow, .kicker { margin: 0 0 15px; color: var(--fire); font: 700 .78rem/1.4 var(--display); }
.eyebrow { display: flex; align-items: center; gap: 12px; color: var(--sand); }
.eyebrow span { width: 34px; height: 1px; background: currentColor; }
.hero-copy h1, .section-head h2, .section-heading h2, .contact-panel h2, .notify-panel h2 { margin: 0; font-family: var(--display); font-weight: 700; line-height: 1.16; letter-spacing: -.05em; }
.hero-copy h1 { max-width: 900px; font-size: clamp(3rem,6vw,6.3rem); }
.hero-copy h1 em, .section-head h2 em, .section-heading h2 em { color: var(--sand); font-style: normal; }
.hero-lead { max-width: 690px; margin: 24px 0 30px; color: rgba(255,255,255,.73); font-size: 1.1rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.countdown-card { margin-bottom: 40px; padding: 25px; background: rgba(243,239,230,.1); border: 1px solid rgba(255,255,255,.22); border-radius: 6px 30px 6px 30px; backdrop-filter: blur(18px); }
.countdown-top { display: flex; align-items: center; justify-content: space-between; gap: 10px; font-size: .8rem; }
.countdown-top b { padding: 4px 9px; color: #fff; background: var(--fire); border-radius: 999px; font-size: .65rem; }
.countdown-card > p { margin: 30px 0 2px; color: rgba(255,255,255,.55); font-size: .78rem; }
.countdown-card h2 { margin: 0 0 20px; color: var(--sand); font: 700 2rem/1.25 var(--display); }
.countdown-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 6px; direction: ltr; }
.countdown-grid > span { display: grid; place-items: center; min-height: 72px; background: rgba(7,27,21,.45); border-radius: 4px 13px 4px 13px; }
.countdown-grid strong { font: 700 1.3rem/1 var(--display); }
.countdown-grid small { color: rgba(255,255,255,.55); font-size: .68rem; }
.countdown-card > small { display: block; margin-top: 14px; color: rgba(255,255,255,.5); }
.hero-stats { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.hero-stats div { display: flex; flex-direction: column; justify-content: center; min-height: 120px; padding-inline: 24px; border-inline-start: 1px solid rgba(255,255,255,.16); }
.hero-stats div:last-child { border-inline-start: 0; }
.hero-stats strong { color: var(--sand); font: 700 1.9rem/1.2 var(--display); direction: ltr; }
.hero-stats span { margin-top: 5px; color: rgba(255,255,255,.64); font-size: .82rem; }

.section { position: relative; padding-block: 110px; }
.section-head { display: grid; grid-template-columns: 1.15fr .65fr; align-items: end; gap: 80px; margin-bottom: 50px; }
.section-head h2, .section-heading h2 { color: var(--forest-deep); font-size: clamp(2.4rem,4.5vw,4.8rem); }
.section-head > p { max-width: 470px; margin: 0 0 8px; color: var(--muted); }
.section-head.light h2, .section-head.light > p { color: var(--paper); }
.section-head.light > p { color: rgba(255,255,255,.62); }
.section-index { display: grid; place-items: center; width: 42px; aspect-ratio: 1; margin-bottom: 24px; color: var(--forest); border: 1px solid rgba(23,61,50,.3); border-radius: 50%; font: 700 .7rem/1 var(--display); }

.trips { background: var(--paper); }
.status-legend { display: flex; flex-wrap: wrap; gap: 7px; margin: -24px 0 28px; }
.status-legend span { padding: 5px 10px; border-radius: 999px; font-size: .7rem; font-weight: 700; }
.status-legend .is-available { color: #fff; background: var(--forest); }
.status-legend .is-limited { color: #fff; background: var(--fire); }
.status-legend .is-full { color: var(--muted); background: var(--paper-deep); }
.status-legend .is-soon { color: var(--forest); border: 1px dashed rgba(23,61,50,.4); }
.featured-trip { display: grid; grid-template-columns: 1.08fr .92fr; overflow: hidden; margin-bottom: 18px; background: var(--white); border-radius: 8px 42px 8px 42px; box-shadow: var(--shadow); }
.trip-photo { position: relative; min-height: 560px; overflow: hidden; }
.trip-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.trip-photo:hover img { transform: scale(1.035); }
.status { position: absolute; inset: 22px 22px auto auto; display: inline-flex; align-items: center; gap: 6px; min-height: 30px; padding: 4px 11px; color: #fff; border-radius: 999px; font-size: .72rem; font-weight: 700; box-shadow: 0 8px 24px rgba(0,0,0,.18); }
.status.available { background: var(--forest); }
.status.limited { background: var(--fire); direction: ltr; }
.status.available::before { content: ""; width: 6px; height: 6px; background: #86dfad; border-radius: 50%; }
.featured-copy { display: flex; flex-direction: column; justify-content: center; padding: 54px; }
.trip-kicker { margin: 0 0 8px; color: var(--fire); font-weight: 700; }
.featured-copy h3, .trip-card h3 { margin: 0; color: var(--forest-deep); font: 700 clamp(2rem,3.8vw,3.5rem)/1.25 var(--display); letter-spacing: -.045em; }
.trip-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin: 30px 0; overflow: hidden; background: var(--line); border: 1px solid var(--line); border-radius: 5px 18px 5px 18px; }
.trip-facts span { display: grid; padding: 13px 15px; background: var(--white); }
.trip-facts small { color: var(--muted); font-size: .72rem; }
.trip-facts strong { color: var(--forest); font-size: .88rem; }
.featured-copy > p:last-of-type { color: var(--muted); }
.card-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 20px; margin-top: 14px; }
.text-link { color: var(--forest); font-weight: 700; border-bottom: 1px solid rgba(23,61,50,.3); }
.trip-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.trip-card { display: flex; flex-direction: column; overflow: hidden; min-height: 550px; background: var(--white); border: 1px solid var(--line); border-radius: 6px 28px 6px 28px; transition: transform .2s ease, box-shadow .2s ease; }
.trip-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.trip-card-image { position: relative; height: 230px; overflow: hidden; }
.trip-card-image img { width: 100%; height: 100%; object-fit: cover; }
.trip-card:nth-child(1) .trip-card-image img { object-position: 30% 50%; }
.trip-card:nth-child(2) .trip-card-image img { object-position: 72% 50%; }
.trip-card-body { display: flex; flex: 1; flex-direction: column; padding: 26px; }
.trip-card h3 { font-size: 1.7rem; }
.mini-facts { display: flex; flex-wrap: wrap; gap: 6px; margin: 17px 0; }
.mini-facts span { padding: 4px 8px; color: var(--muted); border: 1px solid var(--line); border-radius: 999px; font-size: .7rem; }
.price-row { display: flex; align-items: end; gap: 7px; }
.price-row strong { color: var(--forest); font: 700 2.1rem/1 var(--display); direction: ltr; }
.price-row span { color: var(--muted); font-size: .76rem; }
.trip-card-body > p:not(.trip-kicker) { color: var(--muted); font-size: .9rem; }
.trip-arrow { display: flex; justify-content: space-between; align-items: center; margin-top: auto; padding-top: 15px; color: var(--forest); border-top: 1px solid var(--line); font-weight: 700; }
.dark-card { color: #fff; background: var(--forest); }
.dark-card .trip-card-body h3, .dark-card .trip-arrow { color: #fff; }
.dark-card .trip-kicker, .dark-card .dual-price strong { color: var(--sand); }
.dark-card .mini-facts span { color: rgba(255,255,255,.63); border-color: rgba(255,255,255,.16); }
.dark-card .trip-card-body > p:not(.trip-kicker) { color: rgba(255,255,255,.65); }
.dark-card .trip-arrow { border-top-color: rgba(255,255,255,.16); }
.dual-price { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.dual-price span { display: grid; padding: 10px; border: 1px solid rgba(255,255,255,.16); border-radius: 4px 13px 4px 13px; }
.dual-price small { color: rgba(255,255,255,.54); }
.dual-price strong { font: 700 1.45rem/1.3 var(--display); direction: ltr; }
.coming-card { background: var(--paper-deep); border-style: dashed; }
.coming-visual { display: grid; place-items: center; height: 230px; text-align: center; color: rgba(243,239,230,.8); background: var(--forest-deep); background-image: repeating-radial-gradient(ellipse at 50% 100%,transparent 0 25px,rgba(201,166,107,.1) 26px 27px,transparent 28px 48px); }
.coming-visual span { position: absolute; opacity: .08; font: 800 9rem/1 var(--display); }
.coming-visual p { position: relative; margin: 0; font: 600 1rem/1.6 var(--display); }

.about { background: linear-gradient(rgba(23,61,50,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(23,61,50,.025) 1px,transparent 1px),var(--paper); background-size: 48px 48px; }
.about-grid, .faq-grid, .rules-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: start; }
.about-copy { padding-top: 60px; }
.about-copy p { max-width: 680px; margin: 0 0 22px; color: var(--muted); }
.about-copy .lead { color: var(--ink); font-size: clamp(1.2rem,2vw,1.6rem); line-height: 1.8; }
.about-signature { width: fit-content; margin-top: 28px; padding-bottom: 3px; color: var(--fire); border-bottom: 1px solid rgba(217,107,50,.35); font: 700 1rem/1.7 var(--display); }

.services, .voices { color: #fff; background: var(--forest-deep); }
.service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; overflow: hidden; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.12); border-radius: 6px 32px 6px 32px; }
.service-card { min-height: 245px; padding: 30px; background: var(--forest); }
.service-card.featured { background: var(--fire); }
.service-card > span { color: var(--sand); font: 700 .7rem/1 var(--display); }
.service-card.featured > span { color: #fff; }
.service-card h3 { margin: 50px 0 10px; font: 700 1.45rem/1.3 var(--display); }
.service-card p { margin: 0; color: rgba(255,255,255,.62); font-size: .9rem; }
.service-card.featured p { color: rgba(255,255,255,.83); }
.services-note { margin: 20px 0 0; color: rgba(255,255,255,.55); font-size: .82rem; }

.booking { background: var(--paper-deep); }
.booking-grid { display: grid; grid-template-columns: .8fr 1fr .62fr; gap: 55px; align-items: start; }
.booking-steps { margin: 50px 0 0; padding: 0; list-style: none; }
.booking-steps li { display: grid; grid-template-columns: 48px 1fr; gap: 17px; padding: 0 0 30px; }
.booking-steps li > span { display: grid; place-items: center; width: 48px; height: 48px; color: var(--paper); background: var(--forest); border-radius: 50% 50% 42% 58%; font: 700 .9rem/1 var(--display); }
.booking-steps strong { font: 700 1rem/1.5 var(--display); }
.booking-steps p { margin: 5px 0 0; color: var(--muted); font-size: .9rem; }
.booking-tip { margin-top: 52px; padding: 25px; color: #fff; background: var(--forest); border-radius: 5px 24px 5px 24px; }
.booking-tip > span { color: var(--sand); font: 700 .72rem/1 var(--display); }
.booking-tip p { color: rgba(255,255,255,.7); font-size: .9rem; }
.booking-tip label { display: grid; gap: 7px; font-size: .78rem; }
.booking-tip input { width: 100%; height: 44px; padding-inline: 12px; color: rgba(255,255,255,.55); background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16); border-radius: 8px; }

.gallery { background: var(--paper); }
.gallery-grid { display: grid; grid-template-columns: 1.7fr 1fr 1fr; grid-template-rows: repeat(2,230px); gap: 10px; }
.gallery-grid figure { position: relative; overflow: hidden; margin: 0; border-radius: 4px 18px 4px 18px; }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.gallery-grid figure:hover img { transform: scale(1.04); }
.gallery-main { grid-row: 1 / 3; }
.gallery-main figcaption { position: absolute; inset: auto 18px 18px; padding: 8px 12px; color: #fff; background: rgba(11,38,31,.75); border-radius: 999px; font-size: .78rem; backdrop-filter: blur(8px); }
.gallery-video { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; min-height: 100%; color: var(--paper); background: var(--fire); border-radius: 4px 18px 4px 18px; }
.gallery-video span { display: grid; place-items: center; width: 45px; aspect-ratio: 1; margin-bottom: 8px; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; }
.gallery-video strong { font-family: var(--display); }
.gallery-video small { color: rgba(255,255,255,.68); }
.archive { padding-block: 70px; color: #fff; background: var(--forest); }
.archive-panel { display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 55px; }
.archive h2 { margin: 0; font: 700 clamp(2rem,4vw,4rem)/1.2 var(--display); letter-spacing: -.05em; }
.archive h2 em { color: var(--sand); font-style: normal; }
.archive p { color: rgba(255,255,255,.67); }

.voices-empty { display: flex; align-items: center; gap: 20px; padding: 30px; color: var(--forest-deep); background: var(--paper); border-radius: 5px 24px 5px 24px; }
.voices-empty > span { color: var(--fire); font: 700 4rem/1 var(--display); }
.voices-empty p { margin: 0; }
.voices-empty a { margin-inline-start: auto; color: var(--forest); font-weight: 700; border-bottom: 1px solid rgba(23,61,50,.3); white-space: nowrap; }

.team { background: var(--paper); }
.team-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 10px; }
.team-card { position: relative; min-height: 370px; overflow: hidden; color: #fff; border-radius: 4px 22px 4px 22px; }
.team-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg,rgba(7,27,21,.9),transparent 65%); }
.team-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.team-card:hover img { transform: scale(1.04); }
.team-card div { position: absolute; inset: auto 17px 17px; z-index: 1; }
.team-card p { margin: 0; color: var(--sand); font-size: .72rem; }
.team-card h3 { margin: 3px 0 0; font: 700 1.05rem/1.4 var(--display); }

.rules { background: var(--paper-deep); }
.rule-list { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding-top: 42px; }
.rule-list article { display: flex; gap: 14px; min-height: 130px; padding: 22px; background: rgba(255,255,255,.55); border: 1px solid var(--line); border-radius: 4px 18px 4px 18px; }
.rule-list span { color: var(--fire); font: 700 .72rem/1.7 var(--display); }
.rule-list p { margin: 0; font-size: .9rem; }

.faq { background: var(--paper); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; justify-content: space-between; gap: 20px; padding: 22px 0; cursor: pointer; list-style: none; font: 600 1rem/1.6 var(--display); }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--fire); font-size: 1.4rem; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: -4px 0 22px; color: var(--muted); }

.notify { padding-block: 75px; color: #fff; background: var(--fire); }
.notify-panel { display: grid; grid-template-columns: 1fr .8fr; align-items: center; gap: 70px; }
.notify-panel .kicker { color: var(--forest-deep); }
.notify-panel h2 { font-size: clamp(2rem,3.5vw,3.7rem); }
.notify-panel p { margin-bottom: 0; color: rgba(255,255,255,.8); }
.notify-panel form { display: grid; gap: 8px; }
.notify-panel label { font-size: .78rem; }
.notify-form-row { display: grid; grid-template-columns: 1fr auto; gap: 8px; }
.notify-form-row input { min-width: 0; height: 54px; padding-inline: 16px; border: 0; border-radius: 5px 16px 5px 16px; }
.notify-form-row .button { color: var(--paper); background: var(--forest-deep); border-color: var(--forest-deep); box-shadow: none; }
.notify-panel form > small { color: rgba(255,255,255,.65); }

.contact { color: #fff; background: var(--forest); }
.contact-panel { display: grid; grid-template-columns: 1fr .8fr; align-items: center; gap: 80px; }
.contact-panel h2 { font-size: clamp(2.2rem,4vw,4rem); }
.contact-panel p { color: rgba(255,255,255,.66); }
.contact-actions { display: grid; gap: 10px; }
.social-button { display: flex; align-items: center; justify-content: space-between; min-height: 82px; padding: 16px 21px; color: var(--forest-deep); background: var(--paper); border-radius: 4px 18px 4px 18px; }
.social-button span { color: var(--muted); font-size: .76rem; }
.social-button strong { font-family: var(--display); }
.social-button.whatsapp { color: #fff; background: #267c5b; }
.social-button.whatsapp span { color: rgba(255,255,255,.64); }

.site-footer { padding: 70px 0 24px; color: rgba(255,255,255,.65); background: #071b15; }
.footer-grid { display: grid; grid-template-columns: 1.35fr repeat(3,1fr); gap: 55px; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.footer-grid > div:first-child { gap: 18px; }
.footer-grid p { max-width: 280px; margin: 0; }
.footer-grid h3 { margin: 0 0 10px; color: var(--paper); font: 700 .9rem/1.5 var(--display); }
.footer-grid a:hover { color: var(--sand); }
.footer-grid span { font-size: .82rem; }
.footer-brand { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; margin-top: 55px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); font-size: .75rem; }
.whatsapp-float { position: fixed; inset: auto auto 28px 28px; z-index: 90; display: flex; align-items: center; gap: 8px; min-height: 50px; padding: 0 16px; color: #fff; background: #267c5b; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; box-shadow: 0 15px 35px rgba(0,0,0,.2); }
.whatsapp-float span { font-size: 1.35rem; }
.whatsapp-float b { font-size: .78rem; }
.mobile-book { display: none; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

/* Trip detail and legal pages */
.subpage { padding-top: 104px; }
.detail-hero { position: relative; isolation: isolate; min-height: 760px; display: flex; align-items: end; overflow: hidden; color: #fff; background: var(--forest-deep); }
.detail-hero .hero-image { object-position: 50% 54%; }
.detail-hero .hero-shade { background: linear-gradient(0deg,rgba(7,27,21,.96) 0%,rgba(7,27,21,.28) 75%),linear-gradient(90deg,rgba(7,27,21,.1),rgba(7,27,21,.56)); }
.detail-hero-content { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 50px; padding-bottom: 70px; }
.detail-breadcrumb { display: inline-flex; margin-bottom: 18px; color: var(--sand); font-weight: 700; }
.detail-hero h1 { max-width: 800px; margin: 0; font: 700 clamp(3rem,7vw,6.5rem)/1.12 var(--display); letter-spacing: -.055em; }
.detail-hero-copy > p { max-width: 690px; color: rgba(255,255,255,.7); font-size: 1.05rem; }
.detail-price { min-width: 280px; padding: 24px; background: rgba(243,239,230,.11); border: 1px solid rgba(255,255,255,.22); border-radius: 5px 24px 5px 24px; backdrop-filter: blur(16px); }
.detail-price small { display: block; color: rgba(255,255,255,.6); }
.detail-price strong { display: block; margin: 6px 0 18px; color: var(--sand); font: 700 2.1rem/1.3 var(--display); }
.detail-price .button { width: 100%; }
.detail-bar { color: var(--forest); background: var(--paper-deep); border-bottom: 1px solid var(--line); }
.detail-bar .wrap { display: grid; grid-template-columns: repeat(4,1fr); }
.detail-bar div { padding: 19px 20px; border-inline-start: 1px solid var(--line); }
.detail-bar div:last-child { border-inline-start: 0; }
.detail-bar small { display: block; color: var(--muted); }
.detail-bar strong { font-family: var(--display); font-size: .9rem; }
.detail-layout { display: grid; grid-template-columns: 1fr 320px; gap: 55px; align-items: start; }
.detail-section { padding-block: 75px; border-bottom: 1px solid var(--line); }
.detail-section h2 { margin: 0 0 24px; color: var(--forest-deep); font: 700 clamp(1.8rem,3.3vw,3rem)/1.3 var(--display); }
.detail-section .intro { max-width: 760px; color: var(--muted); font-size: 1.1rem; }
.day-list { display: grid; gap: 10px; }
.day { display: grid; grid-template-columns: 90px 1fr; gap: 20px; padding: 22px; background: var(--white); border: 1px solid var(--line); border-radius: 4px 18px 4px 18px; }
.day span { color: var(--fire); font: 700 .78rem/1.6 var(--display); }
.day h3 { margin: 0 0 5px; font: 700 1rem/1.5 var(--display); }
.day p { margin: 0; color: var(--muted); }
.include-grid, .bring-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; }
.include-grid div, .bring-grid div { display: flex; align-items: center; gap: 12px; min-height: 70px; padding: 15px; background: var(--white); border: 1px solid var(--line); border-radius: 4px 14px 4px 14px; }
.include-grid span { display: grid; place-items: center; width: 28px; aspect-ratio: 1; color: #fff; background: var(--forest); border-radius: 50%; }
.bring-grid span { color: var(--fire); }
.details-sidebar { position: sticky; top: 130px; padding-top: 75px; }
.booking-box { padding: 25px; color: #fff; background: var(--forest); border-radius: 5px 24px 5px 24px; box-shadow: var(--shadow); }
.booking-box h3 { margin: 0 0 8px; font: 700 1.25rem/1.5 var(--display); }
.booking-box > p { color: rgba(255,255,255,.65); font-size: .86rem; }
.booking-box .button { width: 100%; margin: 12px 0; }
.share-button { display: flex; justify-content: center; width: 100%; min-height: 46px; align-items: center; color: var(--paper); border: 1px solid rgba(255,255,255,.2); border-radius: 8px; font-weight: 700; }
.details-gallery { display: grid; grid-template-columns: 2fr 1fr 1fr; grid-template-rows: 190px 190px; gap: 8px; }
.details-gallery figure { overflow: hidden; margin: 0; border-radius: 4px 16px 4px 16px; }
.details-gallery figure:first-child { grid-row: 1 / 3; }
.details-gallery img { width: 100%; height: 100%; object-fit: cover; }
.details-gallery figure:nth-child(2) img { object-position: 20% 50%; }
.details-gallery figure:nth-child(3) img { object-position: 80% 50%; }
.details-gallery figure:nth-child(4) img { object-position: 50% 22%; }
.policy-note { padding: 20px; color: var(--muted); background: var(--paper-deep); border-inline-start: 4px solid var(--sand); }
.legal-main { max-width: 850px; margin-inline: auto; padding: 175px 24px 100px; }
.legal-main h1 { margin: 0 0 12px; color: var(--forest-deep); font: 700 clamp(2.5rem,6vw,5rem)/1.2 var(--display); }
.legal-main > p { color: var(--muted); }
.legal-main section { padding-block: 28px; border-bottom: 1px solid var(--line); }
.legal-main h2 { color: var(--forest); font: 700 1.2rem/1.5 var(--display); }
.legal-main li { margin-bottom: 8px; }

@media (max-width: 1050px) {
  .main-nav { gap: 14px; }
  .language-switch { display: none; }
  .hero-content { grid-template-columns: 1fr 300px; gap: 30px; }
  .trip-grid { grid-template-columns: 1fr 1fr; }
  .trip-card:last-child { grid-column: 1 / -1; min-height: 410px; }
  .booking-grid { grid-template-columns: 1fr 1fr; }
  .booking-tip { grid-column: 1 / -1; margin-top: 0; }
  .team-grid { grid-template-columns: repeat(3,1fr); }
}

@media (max-width: 820px) {
  :root { --wrap: min(100% - 32px, 680px); }
  html { scroll-padding-top: 105px; }
  .trip-alert { height: 34px; }
  .alert-inner p span { display: none; }
  .site-header { inset-block-start: 34px; height: 68px; grid-template-columns: 1fr auto; padding-inline: 16px; }
  .site-header.scrolled, body:not([data-page="home"]) .site-header { height: 64px; }
  .menu-button { display: grid; gap: 6px; width: 44px; height: 44px; padding: 13px 10px; background: transparent; border: 0; cursor: pointer; }
  .menu-button span { display: block; width: 24px; height: 2px; background: currentColor; transition: transform .2s ease; }
  .menu-button[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 98px 0 auto; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 16px; color: var(--forest-deep); background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 20px 40px rgba(11,38,31,.15); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 12px; border-bottom: 1px solid var(--line); }
  .header-tools { position: absolute; inset: 12px auto auto 70px; }
  .header-cta { display: none; }
  .hero-content { display: flex; flex-direction: column; align-items: stretch; justify-content: flex-end; min-height: 760px; padding-top: 135px; }
  .hero-copy { padding-bottom: 0; }
  .countdown-card { width: min(100%,430px); margin: 0 0 30px; }
  .home-hero { min-height: 1050px; }
  .hero-stats { grid-template-columns: 1fr 1fr; }
  .hero-stats div { min-height: 88px; }
  .section { padding-block: 78px; }
  .section-head, .about-grid, .faq-grid, .rules-grid, .contact-panel, .notify-panel, .archive-panel { grid-template-columns: 1fr; gap: 28px; }
  .section-head { margin-bottom: 35px; }
  .about-copy { padding-top: 0; }
  .featured-trip { grid-template-columns: 1fr; }
  .trip-photo { min-height: 390px; }
  .featured-copy { padding: 34px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 340px 180px 180px; }
  .gallery-main { grid-column: 1 / -1; grid-row: auto; }
  .team-grid { grid-template-columns: 1fr 1fr; }
  .voices-empty { align-items: flex-start; flex-wrap: wrap; }
  .voices-empty a { margin-inline-start: 0; }
  .footer-grid { grid-template-columns: 1.2fr 1fr; }
  .detail-hero { min-height: 820px; }
  .detail-hero-content, .detail-layout { grid-template-columns: 1fr; }
  .detail-price { width: min(100%,430px); }
  .detail-bar .wrap { grid-template-columns: 1fr 1fr; }
  .details-sidebar { position: static; padding-top: 0; }
}

@media (max-width: 560px) {
  :root { --wrap: calc(100% - 28px); }
  body { padding-bottom: 76px; }
  .alert-inner { gap: 8px; }
  .alert-inner p { font-size: .7rem; }
  .alert-inner > a { font-size: .68rem; }
  .brand-mark { width: 38px; }
  .brand-copy strong { font-size: .78rem; }
  .hero-copy h1 { font-size: clamp(2.45rem,13vw,4rem); }
  .hero-lead { font-size: .98rem; }
  .hero-actions .button { flex: 1; padding-inline: 14px; font-size: .88rem; }
  .home-hero { min-height: 990px; }
  .hero-content { min-height: 750px; gap: 20px; }
  .countdown-card { padding: 20px; }
  .hero-stats div { padding-inline: 14px; }
  .hero-stats strong { font-size: 1.55rem; }
  .hero-stats span { font-size: .7rem; }
  .section-head h2, .section-heading h2 { font-size: 2.35rem; }
  .trip-photo { min-height: 300px; }
  .featured-copy { padding: 25px 20px 28px; }
  .featured-copy h3 { font-size: 2rem; }
  .trip-facts { grid-template-columns: 1fr; }
  .trip-grid { grid-template-columns: 1fr; }
  .trip-card:last-child { grid-column: auto; }
  .service-grid, .booking-grid, .rule-list { grid-template-columns: 1fr; }
  .service-card { min-height: 205px; }
  .service-card h3 { margin-top: 34px; }
  .gallery-grid { grid-template-rows: 270px 145px 145px; }
  .team-grid { grid-template-columns: 1fr 1fr; gap: 7px; }
  .team-card { min-height: 260px; }
  .notify-form-row { grid-template-columns: 1fr; }
  .contact-actions { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; }
  .footer-bottom { flex-direction: column; }
  .whatsapp-float { inset: auto auto 88px 14px; width: 48px; min-height: 48px; justify-content: center; padding: 0; }
  .whatsapp-float b { display: none; }
  .mobile-book { position: fixed; inset: auto 0 0; z-index: 100; display: flex; align-items: center; justify-content: space-between; min-height: 72px; padding: 10px 16px; color: #fff; background: var(--forest-deep); border-top: 1px solid rgba(255,255,255,.14); }
  .mobile-book span { display: grid; }
  .mobile-book small { color: var(--sand); font-size: .65rem; }
  .mobile-book strong { font-size: .86rem; }
  .mobile-book > b { padding: 10px 15px; background: var(--fire); border-radius: 4px 13px 4px 13px; font-size: .78rem; }
  .detail-hero { min-height: 780px; }
  .detail-hero-content { padding-bottom: 40px; }
  .detail-hero h1 { font-size: 3rem; }
  .detail-bar .wrap { grid-template-columns: 1fr 1fr; }
  .detail-bar div { padding: 14px 10px; }
  .detail-bar strong { font-size: .75rem; }
  .day { grid-template-columns: 1fr; gap: 5px; }
  .include-grid, .bring-grid { grid-template-columns: 1fr; }
  .details-gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 250px 130px 130px; }
  .details-gallery figure:first-child { grid-column: 1 / -1; grid-row: auto; }
  .legal-main { padding-top: 150px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
