:root {
  --navy: #071b45;
  --deep: #173f42;
  --teal: #117b7f;
  --sea: #58b5ba;
  --sand: #dbc29f;
  --coral: #d9825e;
  --cream: #f7f2e9;
  --paper: #fffdf9;
  --ink: #17363a;
  --muted: #627377;
  --line: rgba(23,54,58,.15);
  --serif: "Playfair Display", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.65; }
img { display: block; max-width: 100%; }
a { color: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 12px 18px; background: var(--paper); color: var(--ink); border-radius: 99px; transition: top .2s; }
.skip-link:focus { top: 14px; }

.site-header { position: sticky; top: 0; z-index: 50; min-height: 82px; display: flex; align-items: center; justify-content: space-between; padding: 12px clamp(22px,5vw,72px); background: rgba(255,253,249,.94); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); }
.brand img { width: 190px; height: 55px; object-fit: contain; object-position: left center; }
.main-nav { display: flex; align-items: center; gap: clamp(16px,2vw,32px); }
.main-nav a { font-size: .88rem; font-weight: 600; text-decoration: none; }
.main-nav a:not(.nav-cta):hover { color: var(--teal); }
.nav-cta { padding: 11px 18px; border-radius: 99px; background: var(--teal); color: #fff; }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.menu-toggle span:not(.sr-only) { display: block; width: 25px; height: 2px; margin: 5px 0; background: var(--ink); }

.hero { min-height: calc(100vh - 82px); display: grid; grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr); overflow: hidden; background: var(--deep); }
.hero-copy { padding: clamp(60px,8vw,118px) clamp(34px,7vw,108px); color: #fff; align-self: center; }
.eyebrow { margin: 0 0 14px; color: var(--coral); font-size: .76rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow.light { color: var(--sand); }
.hero h1 { margin: 0; font-family: var(--serif); font-size: clamp(3.4rem,6vw,6.4rem); line-height: .96; letter-spacing: -.04em; }
.hero h1 span { color: var(--sand); }
.date { margin: 18px 0 0; font-size: 1rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.hero-line { width: 88px; height: 1px; margin: 35px 0; background: var(--sea); }
.hero h2 { margin: 0 0 16px; font-family: var(--serif); font-size: clamp(2.2rem,4vw,4.1rem); line-height: 1.08; }
.hero-intro { max-width: 540px; margin: 0; color: #d9e5e4; font-size: 1.05rem; }
.hero-actions { display: flex; align-items: center; gap: 25px; margin-top: 32px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; border-radius: 99px; font-weight: 700; text-decoration: none; transition: transform .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(0,0,0,.18); }
.button-primary { background: var(--sand); color: var(--ink); }
.text-link { color: #fff; font-size: .9rem; font-weight: 600; text-underline-offset: 5px; }
.hero-facts { display: flex; flex-wrap: wrap; gap: 10px; padding: 0; margin: 38px 0 0; list-style: none; }
.hero-facts li { padding: 8px 13px; border: 1px solid rgba(255,255,255,.25); border-radius: 99px; color: #d9e5e4; font-size: .75rem; font-weight: 700; text-transform: uppercase; }
.hero-visual { position: relative; min-height: 660px; }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(23,63,66,.32), transparent 40%), linear-gradient(0deg, rgba(0,0,0,.15), transparent 45%); }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; }
.hero-note { position: absolute; right: 35px; bottom: 35px; z-index: 2; padding: 14px 20px; border-radius: 99px; background: rgba(255,253,249,.9); color: var(--deep); font-family: var(--serif); font-size: 1.1rem; }

.section { padding: clamp(80px,10vw,150px) clamp(24px,7vw,108px); }
.section-heading { max-width: 760px; margin-bottom: 55px; }
.section-heading.centered { margin-left: auto; margin-right: auto; text-align: center; }
.section h2 { margin: 0 0 20px; color: var(--teal); font-family: var(--serif); font-size: clamp(2.3rem,4.8vw,4.6rem); line-height: 1.08; letter-spacing: -.025em; }
.section-heading > p:last-child { max-width: 680px; color: var(--muted); font-size: 1.08rem; }
.centered > p:last-child { margin-left: auto; margin-right: auto; }

.experience { background: var(--cream); }
.experience-grid { display: grid; grid-template-columns: minmax(280px,.8fr) minmax(360px,1.2fr); gap: 28px; max-width: 1100px; }
.portrait-card { position: relative; width: min(100%,520px); aspect-ratio: 1; align-self: center; justify-self: center; margin: 0; padding: 9px; border: 9px solid var(--teal); border-radius: 50%; background: var(--paper); box-shadow: 0 22px 60px rgba(23,54,58,.14); }
.portrait-card img { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; object-position: center 52%; }
.portrait-card figcaption { position: absolute; left: 50%; bottom: 18px; padding: 10px 16px; border-radius: 99px; background: rgba(255,253,249,.94); font-weight: 700; white-space: nowrap; transform: translateX(-50%); }
.benefit-panel { padding: clamp(35px,5vw,70px); border-radius: 30px; background: var(--teal); color: #fff; }
.benefit-panel h3 { margin: 0 0 30px; font-family: var(--serif); font-size: 2rem; }
.benefit-panel ul, .stay-list ul, .included ul { padding: 0; margin: 0; list-style: none; }
.benefit-panel li, .stay-list li, .included li { position: relative; padding: 12px 0 12px 27px; border-bottom: 1px solid rgba(255,255,255,.15); }
.benefit-panel li::before, .stay-list li::before, .included li::before { content: ""; position: absolute; left: 0; top: 23px; width: 7px; height: 7px; border-radius: 50%; background: var(--sand); }
.takeaways { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; margin-top: 48px; }
.takeaways article { padding: 26px; border-radius: 22px; background: var(--paper); }
.takeaways span { color: var(--coral); font-size: .75rem; font-weight: 700; }
.takeaways h3 { margin: 10px 0 8px; color: var(--teal); font-family: var(--serif); font-size: 1.4rem; }
.takeaways p { margin: 0; color: var(--muted); font-size: .92rem; }

.mental-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(45px,7vw,100px); align-items: center; background: var(--deep); color: #fff; }
.mental-image { width: min(100%,620px); aspect-ratio: 1; justify-self: center; overflow: hidden; padding: 9px; border: 9px solid var(--sea); border-radius: 50%; background: var(--deep); box-shadow: 0 24px 70px rgba(0,0,0,.2); }
.mental-image img { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; object-position: center 88%; }
.mental-copy h2 { color: #fff; }
.mental-copy .lead { max-width: 700px; color: #d5e2e1; font-size: 1.05rem; }
.sessions { padding: 0; margin: 40px 0 0; list-style: none; }
.sessions li { display: flex; gap: 18px; align-items: flex-start; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.16); }
.sessions li > span { display: grid; place-items: center; flex: 0 0 38px; height: 38px; border-radius: 50%; background: var(--sand); color: var(--ink); font-weight: 700; }
.sessions strong, .sessions small { display: block; }
.sessions strong { font-family: var(--serif); font-size: 1.18rem; }
.sessions small { margin-top: 3px; color: #c4d4d2; font-size: .92rem; }

.africa { background: var(--paper); }
.africa-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.travel-card { overflow: hidden; border-radius: 26px; background: var(--cream); box-shadow: 0 20px 60px rgba(23,54,58,.08); }
.travel-card img { width: 100%; aspect-ratio: 1.15; object-fit: cover; }
.travel-card > div { padding: 28px; }
.card-number { margin: 0 0 8px; color: var(--coral); font-size: .75rem; font-weight: 700; }
.travel-card h3 { margin: 0 0 10px; color: var(--teal); font-family: var(--serif); font-size: 1.65rem; }
.travel-card p:last-child { margin: 0; color: var(--muted); }

.stay { background: var(--cream); }
.stay-heading { max-width: 850px; margin-bottom: 45px; }
.stay-heading > p:last-child { max-width: 760px; margin-bottom: 0; color: var(--muted); font-size: 1.08rem; }
.stay-layout { display: grid; grid-template-columns: 1.05fr .95fr; gap: 30px; align-items: stretch; }
.stay-collage { display: grid; grid-template-columns: 1.25fr .75fr; grid-template-rows: 1fr 1fr; gap: 14px; min-height: 600px; }
.stay-collage img { width: 100%; height: 100%; object-fit: cover; border-radius: 22px; }
.stay-main { grid-row: 1 / 3; }
.stay-list { padding: clamp(35px,5vw,70px); border-radius: 28px; background: var(--teal); color: #fff; }
.stay-list h3 { margin: 0 0 22px; font-family: var(--serif); font-size: 1.8rem; }
.button-hotel { margin-top: 30px; background: var(--paper); color: var(--ink); }
.hotel-gallery { display: grid; grid-template-columns: .82fr 1.18fr; gap: 20px; margin-top: 20px; }
.hotel-gallery figure { position: relative; min-height: 430px; margin: 0; overflow: hidden; border-radius: 24px; }
.hotel-gallery img { width: 100%; height: 100%; object-fit: cover; }
.hotel-gallery figure:first-child img { object-position: center 45%; }
.hotel-gallery figure:last-child img { object-position: center 58%; }
.hotel-gallery figcaption { position: absolute; left: 18px; bottom: 18px; padding: 10px 15px; border-radius: 99px; background: rgba(23,63,66,.86); color: #fff; font-size: .82rem; font-weight: 700; }

.hosts { display: grid; grid-template-columns: 1.25fr .75fr; gap: clamp(45px,7vw,100px); align-items: center; background: var(--paper); }
.hosts-photo { position: relative; overflow: hidden; border-radius: 28px; }
.hosts-photo::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(23,54,58,.08); border-radius: inherit; }
.hosts-photo img { width: 100%; }
.hosts-logo { width: min(290px,80%); margin: 0 0 32px; }
.hosts-copy h2 { font-size: clamp(2.7rem,5vw,5rem); }
.hosts-copy p:not(.eyebrow) { color: var(--muted); }

.price-section { background: var(--deep); color: #fff; }
.price-intro { max-width: 680px; }
.price-section h2 { color: #fff; }
.price-intro > p:last-child { color: #ccdad9; }
.price-card { display: grid; place-items: center; margin: 50px 0; padding: clamp(42px,7vw,78px); border-radius: 32px; background: var(--teal); text-align: center; }
.price-card p { margin: 0 0 10px; font-size: .78rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.price-card strong { font-family: var(--serif); font-size: clamp(3.4rem,8vw,7rem); line-height: 1; }
.price-card span { margin-top: 16px; color: #d2e3e1; }
.availability { width: fit-content; margin: -24px auto 34px; padding: 10px 22px; border: 1px solid rgba(255,255,255,.35); border-radius: 999px; color: var(--sand); font-weight: 700; letter-spacing: .04em; }
.cost-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.included, .extras { padding: clamp(30px,4vw,52px); border-radius: 25px; background: rgba(255,255,255,.07); }
.included h3, .extras h3 { margin: 0 0 20px; font-family: var(--serif); font-size: 1.7rem; }
.included li { border-color: rgba(255,255,255,.1); }
.extras p { display: flex; justify-content: space-between; gap: 18px; padding: 12px 0; margin: 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.extras p strong { color: var(--sand); }
.extras p span { color: #d1dfde; }

.gallery-section { background: var(--cream); }
.gallery { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; max-width: 1050px; margin: 0 auto; }
.gallery figure { position: relative; aspect-ratio: 1.25; margin: 0; overflow: hidden; border-radius: 24px; }
.gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.gallery figure:hover img { transform: scale(1.035); }
.gallery figcaption { position: absolute; left: 18px; bottom: 18px; padding: 10px 15px; border-radius: 99px; background: rgba(23,63,66,.84); color: #fff; font-size: .82rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.gallery-line { margin: 45px 0 0; text-align: center; color: var(--teal); font-family: var(--serif); font-size: clamp(1.5rem,3vw,2.4rem); }

.final-cta { position: relative; display: grid; place-items: center; min-height: 760px; padding: 100px 24px; overflow: hidden; background: linear-gradient(rgba(7,27,69,.86),rgba(23,63,66,.9)), url('/assets/julia-marta.jpeg') center/cover no-repeat; color: #fff; text-align: center; }
.final-inner { max-width: 800px; }
.final-cta h2 { margin: 0 0 22px; font-family: var(--serif); font-size: clamp(3rem,6.5vw,6.4rem); line-height: 1.05; }
.final-cta p:not(.eyebrow) { max-width: 650px; margin: 0 auto 32px; color: #d8e4e3; font-size: 1.08rem; }
.button-light { background: var(--paper); color: var(--ink); }
.button-outline { border: 1px solid rgba(255,255,255,.68); color: #fff; }
.contact-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; }
.contact-email { display: inline-block; margin-top: 24px; color: var(--sand); font-weight: 700; text-underline-offset: 5px; }
.signature { margin-top: 70px; font-family: var(--serif); font-size: 2.1rem; }
.signature span, .signature small { display: block; font-family: var(--sans); }
.signature span { margin-top: 4px; color: var(--sand); font-size: .66rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.signature small { margin-top: 15px; color: #d8e4e3; font-size: .9rem; }

.site-footer { display: flex; justify-content: space-between; padding: 22px clamp(24px,7vw,108px); background: var(--navy); color: #d6dceb; font-size: .84rem; }
.site-footer p { margin: 0; }
.site-footer a { text-underline-offset: 4px; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 20px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  .site-header { min-height: 70px; }
  .brand img { width: 160px; height: 45px; }
  .menu-toggle { display: block; }
  .main-nav { position: absolute; top: 70px; left: 0; right: 0; display: none; padding: 22px; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 18px 35px rgba(23,54,58,.1); }
  .main-nav.open { display: grid; }
  .main-nav a { padding: 8px 0; }
  .nav-cta { text-align: center; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { order: 2; }
  .hero-visual { min-height: 55vh; order: 1; }
  .experience-grid, .mental-section, .stay-layout, .hosts { grid-template-columns: 1fr; }
  .hotel-gallery { grid-template-columns: 1fr 1fr; }
  .takeaways { grid-template-columns: repeat(2,1fr); }
  .africa-cards { grid-template-columns: 1fr; }
  .travel-card { display: grid; grid-template-columns: .8fr 1.2fr; }
  .travel-card img { height: 100%; aspect-ratio: auto; }
  .mental-image { max-width: 620px; }
  .hosts-copy { max-width: 720px; }
}

@media (max-width: 640px) {
  body { font-size: 16px; }
  .site-header { padding-left: 18px; padding-right: 18px; }
  .brand img { width: 145px; }
  .hero-copy { padding: 48px 24px 64px; }
  .hero-visual { min-height: 46vh; }
  .hero-note { right: 16px; bottom: 16px; font-size: .9rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-facts li { font-size: .68rem; }
  .section { padding-left: 20px; padding-right: 20px; }
  .takeaways { grid-template-columns: 1fr; }
  .portrait-card { width: min(100%,480px); }
  .travel-card { display: block; }
  .travel-card img { aspect-ratio: 1.2; }
  .stay-collage { grid-template-columns: 1fr 1fr; min-height: 470px; }
  .stay-main { grid-column: 1 / 3; grid-row: auto; }
  .stay-collage { grid-template-rows: 1.4fr .8fr; }
  .hotel-gallery { grid-template-columns: 1fr; }
  .hotel-gallery figure { min-height: 420px; }
  .contact-actions { align-items: stretch; flex-direction: column; }
  .contact-actions .button { width: 100%; }
  .cost-columns, .gallery { grid-template-columns: 1fr; }
  .extras p { align-items: flex-start; flex-direction: column; gap: 2px; }
  .gallery figure { aspect-ratio: 1.05; }
  .final-cta { min-height: 680px; }
  .site-footer { gap: 20px; align-items: flex-start; flex-direction: column; }
  .footer-links { justify-content: flex-start; flex-direction: column; gap: 10px; }
}

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