/* ============================================================
   Aqua Horse Hurghada — shared stylesheet
   Mobile-first. Real-photo-driven, editorial, premium.
   ============================================================ */

:root {
  --sand:      #faf6ee;
  --sand-2:    #f3ecdc;
  --ink:       #15302e;
  --ink-soft:  #3a4a48;
  --muted:     #5f716e;
  --teal:      #0a7d89;
  --teal-2:    #0fa3b1;
  --aqua:      #7fe3d0;
  --coral:     #f0664a;
  --coral-d:   #e2532f;
  --deep:      #0c2422;
  --deep-2:    #11302f;
  --line:      #e7dcc6;
  --card-line: #ece2cf;
  --white:     #ffffff;
  --radius:    18px;
  --radius-lg: 26px;
  --shadow-sm: 0 8px 24px rgba(21,48,46,.06);
  --shadow:    0 14px 40px rgba(21,48,46,.10);
  --shadow-lg: 0 24px 60px rgba(21,48,46,.16);
  --maxw:      1240px;
  --font-disp: 'Bricolage Grotesque', sans-serif;
  --font-body: 'Hanken Grotesk', sans-serif;
  --font-mono: 'Hanken Grotesk', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--sand);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
::selection { background: var(--teal-2); color: #fff; }
img { max-width: 100%; display: block; }
a { color: inherit; }

h1, h2, h3, h4 { font-family: var(--font-disp); letter-spacing: -0.02em; line-height: 1.05; margin: 0; }
p { margin: 0; }

.wrap { max-width: var(--maxw); margin: 0 auto; padding-left: 20px; padding-right: 20px; }
.kicker { display: none; }
.center { text-align: center; }
.balance { text-wrap: balance; }
.muted { color: var(--muted); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: var(--font-body); font-weight: 700; font-size: 16px;
  text-decoration: none; border: none; cursor: pointer;
  padding: 15px 26px; border-radius: 999px; line-height: 1;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.btn:active { transform: translateY(1px); }
.btn-coral { background: var(--coral); color: #fff; box-shadow: 0 10px 26px rgba(240,102,74,.34); }
.btn-coral:hover { background: var(--coral-d); box-shadow: 0 12px 30px rgba(240,102,74,.42); }
.btn-teal { background: var(--teal); color: #fff; box-shadow: 0 8px 22px rgba(10,125,137,.28); }
.btn-teal:hover { background: #08646e; }
.btn-white { background: #fff; color: var(--ink); box-shadow: var(--shadow-sm); }
.btn-white:hover { box-shadow: var(--shadow); }
.btn-ghost { background: rgba(255,255,255,.14); color: #fff; backdrop-filter: blur(6px); }
.btn-lg { padding: 17px 32px; font-size: 17px; }
.btn-block { display: flex; width: 100%; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(250,246,238,.86); backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.header-inner { display: flex; align-items: center; gap: 14px; padding-top: 12px; padding-bottom: 12px; }
.brand { display: flex; align-items: center; gap: 11px; text-decoration: none; color: inherit; flex: none; }
.brand img { width: 42px; height: 42px; border-radius: 50%; flex: none; box-shadow: 0 4px 12px rgba(10,125,137,.3); }
.brand-name { font-family: var(--font-disp); font-weight: 700; font-size: 17px; line-height: 1.05; }
.brand-sub, .brand br { display: none; }
.nav { margin-left: auto; display: none; align-items: center; gap: 26px; }
.nav a { text-decoration: none; color: var(--ink-soft); font-weight: 500; font-size: 15px; transition: color .15s; }
.nav a:hover, .nav a.active { color: var(--teal); }
.header-tools { margin-left: auto; display: flex; align-items: center; gap: 10px; }

.lang { display: flex; align-items: center; gap: 2px; background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: 3px; flex: none; }
.lang button {
  border: none; cursor: pointer; font-family: var(--font-mono); font-size: 12px; font-weight: 700;
  padding: 6px 11px; border-radius: 999px; background: transparent; color: var(--muted);
}
.lang button.active { background: var(--teal); color: #fff; }
.header-cta { display: none; }

/* burger */
.burger { display: inline-flex; flex-direction: column; gap: 4px; width: 42px; height: 38px; border: 1px solid var(--line); background: #fff; border-radius: 12px; cursor: pointer; align-items: center; justify-content: center; flex: none; }
.burger span { width: 18px; height: 2px; background: var(--ink); border-radius: 2px; transition: .2s; }
.mobile-menu { display: none; flex-direction: column; padding: 8px 20px 18px; border-bottom: 1px solid var(--line); background: var(--sand); }
.mobile-menu.open { display: flex; }
.mobile-menu a { text-decoration: none; color: var(--ink); font-weight: 600; font-size: 17px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.mobile-menu a:last-child { border-bottom: none; }

/* ---------- Hero ---------- */
.hero { position: relative; min-height: 86vh; display: flex; align-items: flex-end; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.hero::after { content: ""; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(180deg, rgba(8,40,44,.18) 0%, rgba(8,40,44,.05) 38%, rgba(8,30,30,.62) 100%); }
.hero-inner { position: relative; z-index: 2; width: 100%; padding-top: 48px; padding-bottom: 44px; }
.hero .rating-pill {
  display: inline-flex; align-items: center; gap: 9px; background: rgba(255,255,255,.94);
  border-radius: 999px; padding: 7px 14px; margin-bottom: 18px; box-shadow: 0 6px 18px rgba(0,0,0,.18);
  font-family: var(--font-mono); font-size: 12px; color: var(--ink);
}
.stars { color: #f0a93a; letter-spacing: 1px; }
.hero h1 {
  color: #fff; font-weight: 800; font-size: clamp(34px, 8.5vw, 80px); margin: 0 0 16px;
  max-width: 16ch; text-shadow: 0 2px 28px rgba(0,0,0,.4);
}
.hero p { color: #f3fbf9; font-size: clamp(16px, 2.1vw, 21px); max-width: 46ch; margin: 0 0 26px; font-weight: 500; text-shadow: 0 1px 12px rgba(0,0,0,.35); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }

/* ---------- USP bar ---------- */
.usp-bar { background: var(--teal); color: #fff; }
.usp-bar .wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 22px; align-items: center; padding-top: 18px; padding-bottom: 18px; font-weight: 600; font-size: 14px; }
.usp-bar span.usp { display: inline-flex; align-items: center; gap: 9px; }
.usp-bar span.usp i { width: 7px; height: 7px; border-radius: 50%; background: var(--aqua); flex: none; }

/* ---------- Section scaffolding ---------- */
.section { padding-top: 64px; padding-bottom: 64px; }
.section-head { margin-bottom: 32px; }
.section-head h2 { font-weight: 700; font-size: clamp(28px, 6vw, 52px); margin-top: 8px; max-width: 20ch; }
.section-head .lead { color: var(--muted); font-size: 16.5px; max-width: 50ch; margin-top: 14px; }
.section-dark { background: var(--deep-2); color: #fff; }
.section-dark .muted { color: #9fbab5; }
.section-dark .kicker { color: var(--aqua); }

/* ---------- Tour cards ---------- */
.cards { display: grid; grid-template-columns: 1fr; gap: 20px; }
.card { background: #fff; border: 1px solid var(--card-line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; transition: transform .18s ease, box-shadow .18s ease; }
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.card-media { position: relative; aspect-ratio: 4/3; overflow: hidden; }
.card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.card:hover .card-media img { transform: scale(1.05); }
.card-price { position: absolute; top: 12px; right: 12px; background: #fff; color: var(--ink); font-family: var(--font-mono); font-weight: 700; font-size: 13.5px; padding: 6px 12px; border-radius: 999px; box-shadow: 0 4px 12px rgba(0,0,0,.18); }
.card-body { padding: 20px; display: flex; flex-direction: column; flex: 1; }
.card-body h3 { font-weight: 700; font-size: 21px; margin-bottom: 8px; }
.card-body p { color: var(--muted); font-size: 15px; flex: 1; margin-bottom: 16px; }
.card-link { align-self: flex-start; text-decoration: none; color: var(--teal); font-weight: 700; font-size: 15px; border-bottom: 2px solid var(--aqua); padding-bottom: 2px; }

/* ---------- Pricing band ---------- */
.price-band { background: linear-gradient(135deg, var(--teal-2) 0%, var(--teal) 100%); border-radius: var(--radius-lg); padding: clamp(28px, 6vw, 58px); color: #fff; position: relative; overflow: hidden; }
.price-band::after { content: ""; position: absolute; right: -50px; bottom: -50px; width: 240px; height: 240px; border-radius: 50%; background: rgba(255,255,255,.08); }
.price-grid { position: relative; display: grid; grid-template-columns: 1fr; gap: 28px; align-items: center; }
.price-big { font-family: var(--font-disp); font-weight: 800; font-size: clamp(56px, 16vw, 96px); line-height: .95; margin: 10px 0 6px; }
.price-big small { font-size: .3em; font-weight: 600; color: #bff2ec; }
.perks { display: grid; gap: 12px; }
.perk { display: flex; align-items: center; gap: 12px; background: rgba(255,255,255,.13); border-radius: 12px; padding: 13px 16px; font-weight: 600; font-size: 15px; }
.perk i { width: 9px; height: 9px; border-radius: 50%; background: var(--aqua); flex: none; }

/* ---------- Split feature rows ---------- */
.feature { display: grid; grid-template-columns: 1fr; gap: 22px; align-items: center; margin-bottom: 40px; }
.feature:last-child { margin-bottom: 0; }
.feature-media { border-radius: var(--radius); overflow: hidden; aspect-ratio: 4/3; box-shadow: var(--shadow); }
.feature-media img { width: 100%; height: 100%; object-fit: cover; }
.feature h3 { font-size: clamp(24px, 5vw, 34px); font-weight: 700; margin-bottom: 12px; }
.feature p { color: var(--muted); font-size: 16.5px; }

/* ---------- Gallery ---------- */
.gallery { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.gallery a { display: block; border-radius: 14px; overflow: hidden; aspect-ratio: 1/1; }
.gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.gallery a:hover img { transform: scale(1.06); }

/* ---------- Reviews ---------- */
.reviews-grid { display: grid; grid-template-columns: 1fr; gap: 20px; }
.review { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius); padding: 24px; margin: 0; display: flex; flex-direction: column; gap: 13px; }
.section-light .review { background: #fff; border-color: var(--card-line); box-shadow: var(--shadow-sm); }
.review blockquote { margin: 0; font-size: 16px; line-height: 1.6; flex: 1; }
.section-dark .review blockquote { color: #eaf3f1; }
.review figcaption { font-family: var(--font-mono); font-size: 12px; color: #8fb4af; }
.section-light .review figcaption { color: var(--muted); }
.rating-card { background: #fff; border: 1px solid var(--card-line); border-radius: var(--radius-lg); padding: 30px; text-align: center; box-shadow: var(--shadow); }
.rating-card .big { font-family: var(--font-disp); font-weight: 800; font-size: 68px; line-height: 1; color: var(--teal); }
.masonry { columns: 1; column-gap: 20px; }
.masonry .review { break-inside: avoid; margin-bottom: 20px; display: block; }

/* ---------- Booking / contact ---------- */
.split { display: grid; grid-template-columns: 1fr; gap: 32px; align-items: start; }
.contact-card { display: flex; align-items: center; gap: 13px; text-decoration: none; background: #fff; border: 1px solid var(--card-line); border-radius: 14px; padding: 14px 16px; color: var(--ink); font-weight: 600; transition: box-shadow .15s; }
.contact-card:hover { box-shadow: var(--shadow-sm); }
.contact-icon { width: 38px; height: 38px; border-radius: 10px; color: #fff; display: flex; align-items: center; justify-content: center; font-family: var(--font-mono); font-weight: 700; flex: none; font-size: 14px; }
.contact-card small { color: var(--muted); font-weight: 400; font-size: 13.5px; display: block; }

/* ---------- FAQ ---------- */
.faq { display: grid; gap: 12px; max-width: 860px; }
.faq details { background: #fff; border: 1px solid var(--card-line); border-radius: 14px; padding: 18px 22px; }
.faq summary { font-family: var(--font-disp); font-weight: 600; font-size: 18px; cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 14px; align-items: center; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--teal); font-size: 22px; line-height: 1; flex: none; transition: transform .2s; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { color: var(--muted); font-size: 15.5px; margin-top: 12px; }

/* ---------- CTA band ---------- */
.cta-band { background: linear-gradient(135deg, var(--teal-2), var(--teal)); border-radius: var(--radius-lg); padding: clamp(30px, 6vw, 56px); color: #fff; text-align: center; }
.cta-band h2 { font-weight: 800; font-size: clamp(26px, 6vw, 42px); margin-bottom: 12px; }
.cta-band p { color: #e6fbf7; font-size: 17px; max-width: 46ch; margin: 0 auto 24px; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }

/* ---------- Footer ---------- */
.site-footer { background: var(--deep); color: #cfe2de; }
.footer-top { display: grid; grid-template-columns: 1fr; gap: 28px; padding-top: 50px; padding-bottom: 28px; }
.footer-brand { display: flex; align-items: center; gap: 11px; margin-bottom: 14px; }
.footer-brand img { width: 40px; height: 40px; border-radius: 50%; }
.footer-brand span { font-family: var(--font-disp); font-weight: 700; font-size: 18px; color: #fff; }
.footer-col h4 { font-family: var(--font-mono); font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--aqua); margin-bottom: 14px; }
.footer-col a, .footer-col p { color: #cfe2de; text-decoration: none; font-size: 14.5px; display: block; margin-bottom: 9px; }
.footer-col a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); }
.footer-bottom .wrap { display: flex; flex-wrap: wrap; gap: 8px; justify-content: space-between; padding-top: 18px; padding-bottom: 18px; font-family: var(--font-mono); font-size: 12px; color: #7f9893; }

/* ---------- Floating WhatsApp ---------- */
.wa-float { position: fixed; right: 16px; bottom: 16px; z-index: 70; width: 56px; height: 56px; border-radius: 50%; background: #25d366; color: #fff; display: flex; align-items: center; justify-content: center; box-shadow: 0 8px 24px rgba(37,211,102,.45); text-decoration: none; transition: transform .15s; }
.wa-float:hover { transform: scale(1.08); }
.wa-float svg { width: 30px; height: 30px; }

/* ---------- Page hero (inner pages) ---------- */
.page-hero { padding-top: 56px; padding-bottom: 24px; }
.page-hero h1 { font-weight: 800; font-size: clamp(32px, 8vw, 64px); margin: 10px 0 14px; max-width: 18ch; }
.page-hero p { color: var(--muted); font-size: clamp(16px, 2vw, 20px); max-width: 54ch; }

/* ---------- Blog ---------- */
.post { background: #fff; border: 1px solid var(--card-line); border-radius: 20px; overflow: hidden; box-shadow: var(--shadow-sm); }
.post summary { list-style: none; cursor: pointer; display: flex; gap: 16px; align-items: center; }
.post summary::-webkit-details-marker { display: none; }
.post .thumb { width: 110px; height: 110px; flex: none; object-fit: cover; }
.post .post-meta { flex: 1; padding: 16px 16px 16px 0; }
.post .post-tag { font-family: var(--font-mono); font-size: 11px; letter-spacing: .1em; color: var(--teal); text-transform: uppercase; display: block; margin-bottom: 6px; }
.post .post-title { font-family: var(--font-disp); font-weight: 700; font-size: clamp(17px, 4.5vw, 23px); line-height: 1.2; color: var(--ink); display: block; }
.post .chev { flex: none; margin-right: 16px; color: var(--teal); transition: transform .2s; }
.post[open] .chev { transform: rotate(180deg); }
.post-body { padding: 6px 22px 26px; border-top: 1px solid #f1e9da; }
.post-body .date { color: var(--muted); font-family: var(--font-mono); font-size: 12px; margin: 16px 0; }
.post-body p { color: var(--ink-soft); font-size: 16.5px; line-height: 1.7; margin-bottom: 16px; max-width: 64ch; }

/* ---------- Quiz (booking) ---------- */
.quiz-wrap { max-width: 640px; margin: 0 auto; }
.quiz-card { background: #fff; border: 1px solid var(--card-line); border-radius: var(--radius-lg); box-shadow: var(--shadow); overflow: hidden; }
.quiz-progress { height: 6px; background: var(--sand-2); }
.quiz-progress i { display: block; height: 100%; background: linear-gradient(90deg, var(--teal-2), var(--teal)); transition: width .35s ease; border-radius: 0 999px 999px 0; }
.quiz-inner { padding: clamp(24px, 5vw, 40px); }
.quiz-step { display: none; animation: fade .35s ease; }
.quiz-step.active { display: block; }
@keyframes fade { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }
.quiz-stepno { font-family: var(--font-mono); font-size: 12px; letter-spacing: .12em; color: var(--teal); text-transform: uppercase; }
.quiz-q { font-family: var(--font-disp); font-weight: 700; font-size: clamp(22px, 5vw, 30px); margin: 8px 0 22px; }
.opt-grid { display: grid; grid-template-columns: 1fr; gap: 10px; }
.opt-grid.two { grid-template-columns: 1fr 1fr; }
.opt {
  display: flex; align-items: center; gap: 12px; text-align: left; width: 100%;
  border: 1.5px solid var(--line); background: var(--sand); color: var(--ink);
  font-family: var(--font-body); font-weight: 600; font-size: 16px; padding: 16px 18px;
  border-radius: 14px; cursor: pointer; transition: .15s;
}
.opt:hover { border-color: var(--teal); }
.opt.selected { border-color: var(--teal); background: #e9f6f4; box-shadow: 0 0 0 3px rgba(15,163,177,.14); }
.opt .opt-emoji { font-size: 22px; flex: none; }
.field { margin-bottom: 18px; }
.field label { display: block; font-weight: 600; font-size: 14px; margin-bottom: 8px; }
.field input { width: 100%; border: 1.5px solid var(--line); border-radius: 12px; padding: 14px; font-family: var(--font-body); font-size: 16px; color: var(--ink); background: var(--sand); }
.field input:focus { outline: none; border-color: var(--teal); }
.stepper { display: inline-flex; align-items: center; gap: 16px; border: 1.5px solid var(--line); border-radius: 12px; padding: 8px 14px; background: var(--sand); }
.stepper button { width: 36px; height: 36px; border-radius: 9px; border: none; background: var(--teal); color: #fff; font-size: 22px; cursor: pointer; line-height: 1; }
.stepper .count { font-family: var(--font-mono); font-weight: 700; font-size: 19px; min-width: 24px; text-align: center; }
.quiz-nav { display: flex; gap: 12px; margin-top: 26px; }
.quiz-nav .btn { flex: 1; }
.quiz-back { background: none; border: none; color: var(--muted); font-family: var(--font-body); font-weight: 600; font-size: 15px; cursor: pointer; padding: 0; }
.quiz-summary { background: var(--sand); border-radius: 14px; padding: 16px 18px; margin-bottom: 18px; font-size: 14.5px; }
.quiz-summary div { display: flex; justify-content: space-between; gap: 12px; padding: 4px 0; }
.quiz-summary span:first-child { color: var(--muted); }
.quiz-summary span:last-child { font-weight: 600; text-align: right; }
.quiz-done { text-align: center; padding: 20px 6px; }
.quiz-done .check { width: 66px; height: 66px; border-radius: 50%; background: #e3f7f1; color: var(--teal); display: flex; align-items: center; justify-content: center; font-size: 32px; margin: 0 auto 18px; }

/* ---------- utilities ---------- */
.hide { display: none !important; }
.mt-0 { margin-top: 0; }
.lead-strong { font-weight: 600; color: var(--ink-soft); }

/* ============================================================
   RESPONSIVE — tablet & desktop
   ============================================================ */
@media (min-width: 600px) {
  .wrap { padding-left: 24px; padding-right: 24px; }
  .usp-bar .wrap { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 30px; font-size: 14.5px; }
  .cards { grid-template-columns: repeat(2, 1fr); }
  .gallery { grid-template-columns: repeat(3, 1fr); }
  .reviews-grid { grid-template-columns: repeat(2, 1fr); }
  .masonry { columns: 2; }
  .footer-top { grid-template-columns: 1.4fr 1fr 1fr; }
}

@media (min-width: 860px) {
  body { font-size: 17px; }
  .nav { display: flex; }
  .nav + .header-tools { margin-left: 0; }
  .burger { display: none; }
  .mobile-menu { display: none !important; }
  .header-cta { display: inline-flex; }
  .cards { grid-template-columns: repeat(3, 1fr); }
  .price-grid { grid-template-columns: 1fr 1fr; }
  .split { grid-template-columns: 1fr 1fr; gap: 40px; }
  .feature { grid-template-columns: 1fr 1fr; gap: 44px; }
  .feature.reverse .feature-media { order: 2; }
  .reviews-grid { grid-template-columns: repeat(3, 1fr); }
  .masonry { columns: 3; }
  .section { padding-top: 84px; padding-bottom: 84px; }
  .hero { min-height: 80vh; align-items: center; }
  .hero-inner { padding-top: 40px; padding-bottom: clamp(40px, 9vh, 96px); }
  /* Bright generated hero needs a left scrim so the white headline stays legible
     while the rider on the right stays clear. */
  .hero::after { background:
    linear-gradient(90deg, rgba(7,26,28,.66) 0%, rgba(7,26,28,.40) 38%, rgba(7,26,28,0) 68%),
    linear-gradient(180deg, rgba(8,40,44,.10) 0%, rgba(8,30,30,0) 45%, rgba(8,30,30,.40) 100%); }
  .gallery { grid-template-columns: repeat(4, 1fr); }
  .wa-float { width: 60px; height: 60px; right: 24px; bottom: 24px; }
}

@media (min-width: 1100px) {
  .booking-aside { position: sticky; top: 92px; }
}
