:root{
  --ae-black:#15120f;
  --ae-charcoal:#211c18;
  --ae-orange:#ff8f3c;
  --ae-orange-deep:#c85f1d;
  --ae-cream:#fbf7f1;
  --ae-sand:#e9ddd1;
  --ae-beige:#d6c7ba;
  --ae-white:#fff;
  --ae-ink:#27211d;
  --ae-muted:#766d66;
  --ae-line:#e3d8cd;
  --ae-green:#31483d;
  --container:1240px;
  --shadow:0 22px 60px rgba(32,25,20,.13);
}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:112px}body{margin:0;background:var(--ae-cream);color:var(--ae-ink);font-family:Arial,"Helvetica Neue",sans-serif;line-height:1.65;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}body.menu-open{overflow:hidden}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}.container{width:min(var(--container),calc(100% - 48px));margin-inline:auto}.narrow{width:min(880px,calc(100% - 48px));margin-inline:auto}.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:18px;top:-80px;z-index:9999;background:#fff;color:#111;padding:12px 16px;border-radius:8px;box-shadow:var(--shadow)}.skip-link:focus{top:18px}.section{padding:94px 0}.section-muted{background:#f3ede6}.compact{padding:30px 0}.desktop-link{display:inline-flex}.eyebrow{margin:0 0 16px;text-transform:uppercase;letter-spacing:.2em;font-size:11px;font-weight:800;color:var(--ae-orange)}.eyebrow.dark{color:var(--ae-orange-deep)}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:44px;margin-bottom:42px}.section-heading h2,.ae-intro-heading h2,.ae-inclusive-copy h2,.ae-plan-inner h2,.ae-country-heading h2{margin:0;font-family:Georgia,"Times New Roman",serif;letter-spacing:-.045em;line-height:1.03;font-weight:600;color:var(--ae-black)}.section-heading h2{font-size:clamp(34px,4.3vw,62px);max-width:780px}.section-subtitle{max-width:470px;margin:0;color:var(--ae-muted);font-size:15px}.text-link{display:inline-flex;align-items:center;gap:10px;color:var(--ae-black);font-size:13px;font-weight:800;border-bottom:1px solid rgba(21,18,15,.35);padding-bottom:4px}.text-link:hover{color:var(--ae-orange-deep);border-color:var(--ae-orange)}.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border-radius:3px;font-weight:800;font-size:13px;letter-spacing:.01em;transition:.2s;border:1px solid transparent}.button-accent{background:var(--ae-orange);color:var(--ae-black)}.button-accent:hover{background:#ffab70;transform:translateY(-1px)}.button-dark{background:var(--ae-black);color:#fff}.button-dark:hover{background:var(--ae-orange-deep)}.button-outline-light{border-color:rgba(255,255,255,.62);color:#fff;background:rgba(15,13,11,.08);backdrop-filter:blur(4px)}.button-outline-light:hover{background:#fff;color:var(--ae-black)}

/* Header */
.topbar{background:var(--ae-black);color:#eadfd7;font-size:11px;letter-spacing:.035em}.topbar-inner{min-height:36px;display:flex;align-items:center;justify-content:space-between;gap:20px}.topbar-left,.topbar-right{display:flex;align-items:center;gap:12px}.topbar a:hover{color:#fff}.topbar-note{color:#fff;font-weight:700}.topbar-separator{color:var(--ae-orange)}.site-header{position:sticky;top:0;z-index:900;background:rgba(238,229,221,.97);border-bottom:1px solid rgba(45,35,29,.09);backdrop-filter:blur(12px)}.nav-wrap{min-height:96px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;flex:0 0 auto}.brand img{width:176px;height:74px;object-fit:contain}.main-nav{display:flex;align-items:center;gap:21px;font-size:12.5px;font-weight:800}.main-nav>a:not(.nav-cta),.nav-parent{position:relative;padding:37px 0 33px;border:0;background:transparent;color:#2b2521;cursor:pointer;font-weight:800;font-size:12.5px}.main-nav>a:not(.nav-cta):after,.nav-parent:after{content:"";position:absolute;left:0;bottom:25px;width:0;height:2px;background:var(--ae-orange-deep);transition:.22s}.main-nav>a:hover:after,.main-nav>a.is-active:after,.nav-group:hover>.nav-parent:after,.nav-group.is-active>.nav-parent:after{width:100%}.nav-parent span{color:var(--ae-orange-deep);font-size:15px;margin-left:3px}.nav-group{position:relative}.nav-dropdown{position:absolute;top:82px;left:-22px;width:240px;background:#fff;padding:12px;box-shadow:0 20px 55px rgba(30,20,15,.16);border:1px solid #eee4dc;opacity:0;visibility:hidden;transform:translateY(8px);transition:.2s;z-index:50}.nav-group:hover .nav-dropdown{opacity:1;visibility:visible;transform:none}.nav-dropdown>a,.nav-sublink{display:block;padding:10px 12px;border-radius:3px;color:#4b413b;font-size:12px}.nav-dropdown>a:hover,.nav-sublink:hover,.nav-sublink.is-active{background:#f8f1eb;color:var(--ae-orange-deep)}.nav-subgroup{position:relative}.nav-subrow{display:grid;grid-template-columns:minmax(0,1fr) 34px;align-items:center}.nav-sublink{min-width:0}.nav-subtoggle{display:grid;place-items:center;width:34px;height:34px;border:0;background:transparent;color:var(--ae-orange-deep);font-size:20px;cursor:pointer;border-radius:3px}.nav-subtoggle:hover{background:#f8f1eb}.nav-submenu{position:absolute;left:calc(100% + 12px);top:-12px;width:245px;background:#fff;padding:12px;box-shadow:0 20px 55px rgba(30,20,15,.16);border:1px solid #eee4dc;opacity:0;visibility:hidden;transform:translateX(8px);transition:.2s;z-index:60}.nav-subgroup:hover>.nav-submenu,.nav-subgroup:focus-within>.nav-submenu{opacity:1;visibility:visible;transform:none}.nav-submenu>a{display:block;padding:10px 12px;border-radius:3px;color:#4b413b;font-size:12px}.nav-submenu>a:hover,.nav-submenu>a.is-active{background:#f8f1eb;color:var(--ae-orange-deep)}.nav-dropdown .dropdown-all{margin-top:7px;border-top:1px solid #eee2d8;padding-top:13px;font-weight:800}.nav-cta{background:var(--ae-orange-deep);color:#fff;padding:12px 17px;border-radius:4px;box-shadow:0 9px 24px rgba(155,73,22,.2)}.nav-cta:hover{background:var(--ae-black)}.menu-toggle{display:none;border:0;background:transparent;padding:8px;margin-right:-8px;cursor:pointer}.menu-toggle span:not(.sr-only){display:block;width:27px;height:2px;background:var(--ae-black);margin:5px 0;transition:.2s}

/* Signature homepage hero */
.ae-hero{position:relative;min-height:760px;background:#111;color:#fff;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-end}.ae-hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 56%}.ae-hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(12,10,8,.82) 0%,rgba(12,10,8,.46) 52%,rgba(12,10,8,.16) 100%),linear-gradient(0deg,rgba(10,8,7,.72) 0%,transparent 45%)}.ae-hero-inner{position:relative;z-index:2;display:flex;align-items:flex-end;justify-content:space-between;gap:70px;padding:118px 0 184px}.ae-hero-copy{max-width:820px}.ae-hero-copy h1{margin:0;max-width:900px;font-family:Georgia,"Times New Roman",serif;font-size:clamp(52px,6.2vw,92px);line-height:.98;letter-spacing:-.055em;font-weight:600;color:#fff}.ae-hero-copy>p:not(.eyebrow){max-width:680px;margin:24px 0 0;color:rgba(255,255,255,.9);font-size:18px;line-height:1.65}.ae-hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:32px}.ae-hero-note{width:190px;border-left:1px solid rgba(255,255,255,.42);padding:8px 0 8px 20px;margin-bottom:12px}.ae-hero-note span{display:block;text-transform:uppercase;letter-spacing:.16em;color:var(--ae-orange);font-size:9px;font-weight:800;margin-bottom:8px}.ae-hero-note strong{font-family:Georgia,"Times New Roman",serif;font-size:17px;line-height:1.35;font-weight:500}.ae-experience-index{position:absolute;z-index:3;left:50%;bottom:0;transform:translateX(-50%);display:grid;grid-template-columns:repeat(4,1fr);background:rgba(18,15,13,.92);border-top:1px solid rgba(255,255,255,.14);backdrop-filter:blur(8px)}.ae-experience-index>a{display:grid;grid-template-columns:28px 1fr 20px;align-items:center;gap:12px;min-height:114px;padding:22px 20px;color:#fff;border-right:1px solid rgba(255,255,255,.14);transition:.2s}.ae-experience-index>a:last-child{border-right:0}.ae-experience-index>a:hover{background:var(--ae-orange-deep)}.ae-experience-index small{color:var(--ae-orange);font-size:10px;font-weight:800}.ae-experience-index a:hover small{color:#fff}.ae-experience-index span{display:block;min-width:0}.ae-experience-index b{display:block;font-size:13px;margin-bottom:4px}.ae-experience-index em{display:block;font-style:normal;color:rgba(255,255,255,.6);font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ae-experience-index strong{font-size:16px;font-weight:400}

/* Intro collage */
.ae-intro{background:var(--ae-cream)}.ae-intro-grid{display:grid;grid-template-columns:.85fr 1fr 1.15fr;gap:54px;align-items:center}.ae-intro-heading h2{font-size:clamp(40px,4.3vw,64px)}.ae-signature-line{display:flex;align-items:center;gap:13px;margin-top:28px}.ae-signature-line span{width:58px;height:1px;background:var(--ae-orange-deep)}.ae-signature-line small{font-family:Georgia,"Times New Roman",serif;font-style:italic;color:var(--ae-muted)}.ae-intro-copy{font-size:15px;color:#5c534d}.ae-intro-copy p{margin:0 0 17px}.ae-intro-copy .text-link{margin-top:9px}.ae-intro-collage{position:relative;min-height:490px}.ae-intro-collage figure{margin:0;position:absolute;overflow:hidden;background:#ddd}.ae-intro-collage img{width:100%;height:100%;object-fit:cover}.ae-photo-large{inset:0 74px 62px 0}.ae-photo-small{width:44%;height:48%;right:0;bottom:0;border:9px solid var(--ae-cream)}.ae-intro-collage figcaption{position:absolute;left:14px;bottom:13px;background:rgba(19,15,12,.82);color:#fff;padding:7px 10px;font-size:9px;text-transform:uppercase;letter-spacing:.1em}

/* Journey categories */
.ae-journeys{background:#eee4da}.ae-heading-row{align-items:end}.ae-journey-grid{display:grid;grid-template-columns:1.25fr .75fr .75fr;gap:12px;min-height:580px}.ae-journey-card{position:relative;overflow:hidden;color:#fff;isolation:isolate}.ae-journey-card:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(13,10,8,.85),rgba(13,10,8,.05) 65%);z-index:-1}.ae-journey-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2;transition:transform .55s ease}.ae-journey-card:hover img{transform:scale(1.035)}.ae-journey-card>div{position:absolute;left:28px;right:28px;bottom:28px}.ae-journey-card small{font-size:10px;text-transform:uppercase;letter-spacing:.16em;color:#ffd8bd;font-weight:800}.ae-journey-card h3{margin:5px 0 7px;font-family:Georgia,"Times New Roman",serif;font-size:clamp(27px,2.6vw,42px);line-height:1;font-weight:600}.ae-journey-card p{margin:0 0 12px;color:rgba(255,255,255,.74);font-size:12px}.ae-journey-card b{font-size:11px;text-transform:uppercase;letter-spacing:.08em}.ae-journey-number{position:absolute;top:20px;right:21px;width:37px;height:37px;border:1px solid rgba(255,255,255,.55);display:grid;place-items:center;font-size:10px}.ae-journey-trek{margin-top:48px}.ae-journey-zanzibar{margin-bottom:48px}

/* Featured tours */
.ae-featured-trips{background:#fff}.ae-tour-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:38px 22px}.ae-tour-card{border-top:1px solid #d9cdc3;padding-top:14px}.ae-tour-media{position:relative;display:block;aspect-ratio:4/3;overflow:hidden;background:#ddd}.ae-tour-media img{width:100%;height:100%;object-fit:cover;transition:.4s}.ae-tour-card:hover .ae-tour-media img{transform:scale(1.025)}.ae-tour-media>span{position:absolute;left:14px;top:14px;background:#fff;color:#201b17;padding:7px 9px;font-size:10px;font-weight:800}.ae-tour-body{padding-top:16px}.card-meta{display:flex;flex-wrap:wrap;gap:7px 14px;margin-bottom:9px;text-transform:uppercase;letter-spacing:.09em;color:var(--ae-orange-deep);font-size:9px;font-weight:800}.ae-tour-body h3{font-family:Georgia,"Times New Roman",serif;font-size:23px;line-height:1.16;margin:0 0 9px;letter-spacing:-.025em}.ae-tour-body h3 a:hover{color:var(--ae-orange-deep)}.ae-tour-body p{font-size:12.5px;color:var(--ae-muted);margin:0 0 13px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}

/* Country section */
.ae-country-section{background:var(--ae-black);color:#fff}.ae-country-shell{display:grid;grid-template-columns:.8fr 1.2fr;gap:90px}.ae-country-heading{align-self:start;position:sticky;top:150px}.ae-country-heading h2{color:#fff;font-size:clamp(43px,4.8vw,68px)}.ae-country-heading>p:not(.eyebrow){color:#bcb0a8;max-width:430px}.ae-country-heading .button{margin-top:20px}.ae-country-list{border-top:1px solid rgba(255,255,255,.18)}.ae-country-row{display:grid;grid-template-columns:40px 150px 1fr 20px;gap:20px;align-items:center;padding:28px 0;border-bottom:1px solid rgba(255,255,255,.18);transition:.2s}.ae-country-row:hover{padding-left:10px;color:#fff}.ae-country-row>span{color:var(--ae-orange);font-size:10px}.ae-country-row strong{font-family:Georgia,"Times New Roman",serif;font-size:26px;font-weight:500}.ae-country-row em{font-style:normal;color:#9f958e;font-size:12px;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ae-country-row b{color:var(--ae-orange);font-weight:400}

/* Inclusive */
.ae-inclusive{background:#f7f1e9}.ae-inclusive-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:70px;align-items:center}.ae-inclusive-photo{position:relative;min-height:580px;overflow:hidden}.ae-inclusive-photo img{width:100%;height:580px;object-fit:cover;object-position:center 40%}.ae-inclusive-photo span{position:absolute;left:0;bottom:0;background:var(--ae-orange);color:#1b1511;padding:16px 20px;max-width:310px;font-family:Georgia,"Times New Roman",serif;font-size:16px}.ae-inclusive-copy{max-width:500px}.ae-inclusive-copy h2{font-size:clamp(39px,4.2vw,62px)}.ae-inclusive-copy>p:not(.eyebrow){color:var(--ae-muted);margin:20px 0 25px}

/* Pre-footer CTA */
.ae-plan-band{position:relative;min-height:480px;display:flex;align-items:center;color:#fff;overflow:hidden;background:#111}.ae-plan-band>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 44%}.ae-plan-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(15,11,9,.84),rgba(15,11,9,.38))}.ae-plan-inner{position:relative;z-index:2;display:flex;align-items:end;justify-content:space-between;gap:60px}.ae-plan-inner>div:first-child{max-width:760px}.ae-plan-inner h2{color:#fff;font-size:clamp(44px,5vw,72px)}.ae-plan-inner p:not(.eyebrow){max-width:650px;color:rgba(255,255,255,.75)}.ae-plan-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}

/* Generic inner heroes */
.page-hero,.content-hero,.tour-hero{position:relative;overflow:hidden;background:var(--ae-black);color:#fff}.page-hero{padding:86px 0 82px;border-bottom:7px solid var(--ae-orange)}.page-hero .container{max-width:1000px;margin-left:max(24px,calc((100% - var(--container))/2));margin-right:auto}.page-hero h1,.content-hero h1,.tour-hero h1{margin:0;font-family:Georgia,"Times New Roman",serif;line-height:1.02;letter-spacing:-.05em;font-weight:600}.page-hero h1{font-size:clamp(47px,5.5vw,76px)}.page-hero p:not(.eyebrow){max-width:760px;color:#c8bbb1;margin:18px 0 0}.content-hero,.tour-hero{min-height:520px;display:flex;align-items:flex-end;background-image:var(--hero);background-size:cover;background-position:center}.content-hero-shade{position:absolute;inset:0;background:linear-gradient(0deg,rgba(14,10,8,.85),rgba(14,10,8,.08) 65%),linear-gradient(90deg,rgba(14,10,8,.35),transparent 70%)}.content-hero>.container,.tour-hero>.container{position:relative;z-index:2;padding-bottom:68px}.content-hero h1,.tour-hero h1{font-size:clamp(48px,5.7vw,80px);max-width:940px}.content-hero p:not(.eyebrow),.tour-hero p:not(.eyebrow){max-width:780px;color:rgba(255,255,255,.82);font-size:16px}.tour-badges{display:flex;flex-wrap:wrap;gap:8px;margin-top:22px}.tour-badges span{border:1px solid rgba(255,255,255,.35);padding:7px 10px;font-size:10px;text-transform:uppercase;letter-spacing:.08em}

/* Generic cards/listings */
.card-grid{display:grid;gap:26px}.listing-grid{grid-template-columns:repeat(3,1fr)}.card{background:#fff;border:1px solid #e8ddd4}.card-media{display:block;position:relative;aspect-ratio:4/3;overflow:hidden}.card-media img{width:100%;height:100%;object-fit:cover;transition:.35s}.card:hover .card-media img{transform:scale(1.025)}.card-duration{position:absolute;right:12px;top:12px;background:var(--ae-orange);color:#1b1511;padding:6px 9px;font-size:10px;font-weight:800}.card-body{padding:20px}.card-body h2,.card-body h3{font-family:Georgia,"Times New Roman",serif;line-height:1.18;margin:7px 0 9px;font-weight:600;letter-spacing:-.02em}.card-body h2{font-size:24px}.card-body h3{font-size:22px}.card-body p{color:var(--ae-muted);font-size:13px;margin:0 0 14px}.card-kicker{color:var(--ae-orange-deep);font-size:9px;text-transform:uppercase;letter-spacing:.12em;font-weight:800}.empty-state{padding:60px;border:1px solid var(--ae-line);background:#fff;text-align:center}.empty-state h2{font-family:Georgia,"Times New Roman",serif;font-size:34px}

/* Reading pages */
.article-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:76px;align-items:start}.prose{font-size:16px;color:#4e4640}.prose h2,.prose h3{font-family:Georgia,"Times New Roman",serif;color:var(--ae-black);line-height:1.14;letter-spacing:-.025em}.prose h2{font-size:34px;margin:36px 0 14px}.prose h3{font-size:25px}.prose p{margin:0 0 18px}.prose ul,.prose ol{padding-left:22px}.prose a{color:var(--ae-orange-deep);text-decoration:underline;text-underline-offset:3px}.prose.small{font-size:14px}.side-card{border-left:3px solid var(--ae-orange);padding:5px 0 5px 23px;position:sticky;top:145px}.side-card h2{font-family:Georgia,"Times New Roman",serif;font-size:27px;line-height:1.1;margin:0 0 12px}.side-card p{color:var(--ae-muted);font-size:13px}.side-card .button{margin:8px 0}.side-link{display:block;font-size:12px;font-weight:800;margin-top:8px;color:var(--ae-orange-deep)}.destination-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.destination-card{position:relative;min-height:320px;overflow:hidden;color:#fff}.destination-card:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(15,12,10,.84),transparent 72%)}.destination-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.destination-card span{position:absolute;z-index:2;left:18px;right:18px;bottom:18px}.destination-card strong{display:block;font-family:Georgia,"Times New Roman",serif;font-size:23px}.destination-card small,.destination-card em{display:block;color:rgba(255,255,255,.72);font-size:11px;font-style:normal;margin-top:4px}.article-grid{grid-template-columns:repeat(3,1fr)}

/* Tour page */
.tour-nav{position:sticky;top:96px;z-index:80;background:#fff;border-bottom:1px solid var(--ae-line)}.tour-nav .container{display:flex;align-items:center;gap:22px;min-height:58px;overflow-x:auto;white-space:nowrap}.tour-nav a{font-size:11px;font-weight:800;color:#61574f}.tour-nav a:hover{color:var(--ae-orange-deep)}.tour-nav-cta{margin-left:auto;background:var(--ae-orange)!important;color:#1a1511!important;padding:8px 12px}.tour-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:70px}.trip-facts{border-top:4px solid var(--ae-orange);padding-top:20px}.trip-facts h2{font-family:Georgia,"Times New Roman",serif;font-size:29px;margin:0 0 17px}.trip-facts dl{margin:0}.trip-facts dl>div{display:flex;justify-content:space-between;gap:18px;border-top:1px solid var(--ae-line);padding:11px 0}.trip-facts dt{font-size:11px;color:var(--ae-muted)}.trip-facts dd{margin:0;text-align:right;font-size:12px;font-weight:800}.trip-facts .button{width:100%;margin-top:15px}.chips{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.chips strong{margin-right:5px}.chips a{background:#fff;border:1px solid var(--ae-line);padding:6px 9px;font-size:11px}.timeline{border-left:1px solid #cdbeb1;margin-left:26px}.timeline-item{position:relative;display:grid;grid-template-columns:95px 1fr;gap:24px;padding:0 0 48px 34px}.timeline-item:before{content:"";position:absolute;left:-6px;top:7px;width:11px;height:11px;border-radius:50%;background:var(--ae-orange)}.day-number{font-size:10px;text-transform:uppercase;letter-spacing:.1em;color:var(--ae-orange-deep);font-weight:800}.timeline-item h3{font-family:Georgia,"Times New Roman",serif;font-size:28px;margin:0 0 10px}.two-columns{display:grid;grid-template-columns:1fr 1fr;gap:20px}.include-box,.exclude-box{background:#fff;padding:28px;border-top:4px solid var(--ae-green)}.exclude-box{border-top-color:#b4522d}.include-box h2,.exclude-box h2{font-family:Georgia,"Times New Roman",serif;font-size:29px;margin:0 0 12px}.faq-list{border-top:1px solid var(--ae-line)}.faq-list details{border-bottom:1px solid var(--ae-line);padding:18px 0}.faq-list summary{cursor:pointer;font-weight:800;font-size:14px}.enquiry-section{background:#eadfd3}.enquiry-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:65px}.enquiry-grid h2{font-family:Georgia,"Times New Roman",serif;font-size:48px;line-height:1;margin:0 0 16px}.contact-mini{display:grid;gap:4px;margin-top:25px}.contact-mini span{font-size:13px;color:var(--ae-muted)}

/* Forms/contact */
.enquiry-form{background:#fff;padding:28px;border:1px solid #ded2c7}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form-full{grid-column:1/-1}.enquiry-form label{display:block;font-size:10px;text-transform:uppercase;letter-spacing:.08em;font-weight:800;margin-bottom:5px}.enquiry-form input,.enquiry-form textarea,.enquiry-form select{width:100%;border:1px solid #d7cbc0;background:#fff;padding:11px 12px;border-radius:0;outline:none}.enquiry-form input:focus,.enquiry-form textarea:focus,.enquiry-form select:focus{border-color:var(--ae-orange-deep);box-shadow:0 0 0 3px rgba(255,143,60,.12)}.enquiry-form textarea{min-height:130px;resize:vertical}.contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px}.contact-grid h2{font-family:Georgia,"Times New Roman",serif;font-size:45px;line-height:1.05}.contact-cards{display:grid;gap:0;border-top:1px solid var(--ae-line);margin:28px 0}.contact-cards>div{display:grid;grid-template-columns:110px 1fr;gap:15px;border-bottom:1px solid var(--ae-line);padding:12px 0}.contact-cards strong{font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:var(--ae-orange-deep)}.contact-cards span,.contact-cards a{font-size:13px}.contact-copy{margin-top:25px}

/* Footer */
.site-footer{position:relative;background:#090807;color:#fff}.footer-accent{height:7px;background:var(--ae-orange)}.footer-main{display:grid;grid-template-columns:1.5fr .7fr .7fr .85fr;gap:65px;padding:70px 0 54px}.footer-logo{display:inline-flex;width:215px;margin-bottom:15px}.footer-logo img{width:100%;height:auto}.footer-identity>p{max-width:390px;color:#b7ada5;font-size:13px;margin:0 0 20px}.footer-contact-stack{display:grid;gap:8px;margin-bottom:20px}.footer-contact-stack a{display:flex;gap:11px;align-items:baseline}.footer-contact-stack span{width:92px;text-transform:uppercase;letter-spacing:.08em;color:#8d8179;font-size:8px}.footer-contact-stack strong{font-size:12px;color:#fff;word-break:break-word}.social-links{display:flex;gap:8px;flex-wrap:wrap}.social-links a{width:38px;height:38px;border:1px solid #61564e;border-radius:50%;display:grid;place-items:center;transition:.2s}.social-links a:hover{background:var(--ae-orange);border-color:var(--ae-orange);color:#111}.social-links svg{width:15px;height:15px;fill:currentColor}.footer-nav-column h2{margin:8px 0 18px;font-family:Georgia,"Times New Roman",serif;font-size:22px;font-weight:500}.footer-nav-column>a{display:block;color:#b7ada5;font-size:12px;padding:6px 0}.footer-nav-column>a:hover{color:var(--ae-orange)}.footer-bottom{display:grid;grid-template-columns:1fr auto 1fr;gap:20px;align-items:center;padding:20px 0 24px;border-top:1px solid #302a26;color:#82776f;font-size:10px}.footer-credit{text-align:center}.footer-credit a{color:var(--ae-orange);font-weight:800}.footer-services{text-align:right}.floating-whatsapp{position:fixed;right:22px;bottom:22px;z-index:600;width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:#1fa968;color:#fff;box-shadow:0 14px 34px rgba(0,0,0,.22);border:3px solid #fff}.floating-whatsapp svg{width:27px;height:27px}

/* Message/404 */
.message-page,.not-found{padding:110px 0;text-align:center}.message-page h1,.not-found h1{font-family:Georgia,"Times New Roman",serif;font-size:56px}

@media(max-width:1180px){
  .main-nav{gap:14px;font-size:11px}.main-nav>a:not(.nav-cta),.nav-parent{font-size:11px}.brand img{width:155px}.nav-cta{padding:10px 12px}.ae-hero-inner{padding-bottom:190px}.ae-intro-grid{grid-template-columns:1fr 1fr}.ae-intro-collage{grid-column:1/-1;min-height:520px}.ae-photo-large{inset:0 25% 0 0}.ae-photo-small{width:36%;height:62%}.footer-main{gap:36px}
}
@media(max-width:1050px){
  .menu-toggle{display:block}.nav-wrap{min-height:82px}.brand img{width:158px;height:66px}.main-nav{position:fixed;top:118px;right:0;bottom:0;width:min(420px,92vw);background:#f3e9e0;display:block;padding:22px 24px 90px;overflow-y:auto;transform:translateX(105%);transition:.25s;box-shadow:-20px 0 50px rgba(0,0,0,.14)}.main-nav.is-open{transform:none}.main-nav>a:not(.nav-cta),.nav-parent{display:block;width:100%;text-align:left;padding:13px 0;border-bottom:1px solid #ddcfc4;font-size:14px}.main-nav>a:not(.nav-cta):after,.nav-parent:after{display:none}.nav-parent span{float:right}.nav-group{position:static}.nav-dropdown{position:static;width:auto;box-shadow:none;border:0;background:#e9ddd2;padding:0 12px;opacity:1;visibility:visible;transform:none;display:none}.nav-group.is-open .nav-dropdown{display:block}.nav-dropdown>a,.nav-sublink{padding:10px 0}.nav-subgroup{position:static}.nav-subrow{grid-template-columns:minmax(0,1fr) 42px;border-bottom:1px solid rgba(80,60,45,.08)}.nav-subtoggle{width:42px;height:42px}.nav-subtoggle span{transform:rotate(90deg);transition:.2s}.nav-subgroup.is-open>.nav-subrow .nav-subtoggle span{transform:rotate(-90deg)}.nav-submenu{position:static;width:auto;box-shadow:none;border:0;border-left:2px solid rgba(200,95,29,.28);background:#dfd0c4;margin:0 0 8px 8px;padding:4px 12px;opacity:1;visibility:visible;transform:none;display:none}.nav-subgroup.is-open>.nav-submenu{display:block}.nav-submenu>a{padding:10px 0}.nav-cta{display:block;margin-top:18px;text-align:center;padding:13px}.ae-journey-grid{grid-template-columns:1.15fr .85fr}.ae-journey-zanzibar{grid-column:1/-1;height:360px;margin:0}.ae-country-shell{grid-template-columns:1fr;gap:45px}.ae-country-heading{position:static}.destination-grid{grid-template-columns:repeat(2,1fr)}.listing-grid{grid-template-columns:repeat(2,1fr)}.tour-layout,.article-layout{grid-template-columns:1fr}.trip-facts,.side-card{position:static}.footer-main{grid-template-columns:1.3fr 1fr 1fr}.footer-useful{grid-column:2/4}
}
@media(max-width:780px){
  .container,.narrow{width:min(100% - 32px,var(--container))}.topbar-left .topbar-note,.topbar-separator{display:none}.topbar-inner{min-height:34px}.topbar-right span:not(.topbar-separator){display:none}.site-header{top:0}.main-nav{top:116px}.section{padding:70px 0}.section-heading{display:block}.section-heading .desktop-link{margin-top:18px}.section-heading h2{font-size:40px}.ae-hero{min-height:760px}.ae-hero-bg{object-position:62% center}.ae-hero-shade{background:linear-gradient(0deg,rgba(10,8,7,.87),rgba(10,8,7,.3) 70%),linear-gradient(90deg,rgba(10,8,7,.58),transparent)}.ae-hero-inner{display:block;padding:92px 0 238px}.ae-hero-copy h1{font-size:54px}.ae-hero-copy>p:not(.eyebrow){font-size:15px}.ae-hero-note{display:none}.ae-experience-index{grid-template-columns:1fr 1fr}.ae-experience-index>a{min-height:94px;padding:14px}.ae-experience-index em{font-size:9px}.ae-intro-grid{display:block}.ae-intro-copy{margin:26px 0 35px}.ae-intro-collage{min-height:410px}.ae-photo-large{inset:0 18% 0 0}.ae-photo-small{width:40%;height:52%;border-width:6px}.ae-journey-grid{display:block}.ae-journey-card{display:block;height:390px;margin:0 0 12px}.ae-tour-grid{grid-template-columns:1fr 1fr}.ae-country-row{grid-template-columns:30px 115px 1fr 18px;gap:10px}.ae-country-row strong{font-size:21px}.ae-inclusive-grid{grid-template-columns:1fr}.ae-inclusive-photo,.ae-inclusive-photo img{min-height:0;height:480px}.ae-plan-inner{display:block}.ae-plan-actions{justify-content:flex-start;margin-top:24px}.footer-main{grid-template-columns:1fr 1fr}.footer-identity{grid-column:1/-1}.footer-useful{grid-column:auto}.footer-bottom{grid-template-columns:1fr;text-align:center}.footer-services{text-align:center}.listing-grid,.article-grid{grid-template-columns:1fr 1fr}.tour-nav{top:82px}.tour-nav .container{gap:16px}.two-columns,.enquiry-grid,.contact-grid{grid-template-columns:1fr}.form-grid{grid-template-columns:1fr}.form-full{grid-column:auto}
}
@media(max-width:540px){
  .topbar{display:none}.nav-wrap{min-height:78px}.main-nav{top:78px}.brand img{width:145px;height:60px}.ae-hero{min-height:725px}.ae-hero-inner{padding:86px 0 220px}.ae-hero-copy h1{font-size:43px;line-height:1}.ae-hero-actions{display:grid}.ae-hero-actions .button{width:100%}.ae-experience-index>a{grid-template-columns:22px 1fr 15px}.ae-experience-index em{display:none}.ae-intro-heading h2,.ae-inclusive-copy h2{font-size:39px}.ae-intro-collage{min-height:320px}.ae-photo-large{inset:0 12% 0 0}.ae-photo-small{width:44%;height:49%}.ae-journey-card{height:350px}.ae-tour-grid,.listing-grid,.article-grid,.destination-grid{grid-template-columns:1fr}.ae-country-row{grid-template-columns:28px 1fr 18px}.ae-country-row em{display:none}.ae-country-row strong{font-size:25px}.ae-inclusive-photo,.ae-inclusive-photo img{height:420px}.ae-plan-band{min-height:520px}.ae-plan-inner h2{font-size:43px}.footer-main{grid-template-columns:1fr;gap:25px}.footer-useful{grid-column:auto}.footer-nav-column{border-top:1px solid #302a26;padding-top:15px}.footer-bottom{font-size:9px}.content-hero,.tour-hero{min-height:470px}.content-hero h1,.tour-hero h1,.page-hero h1{font-size:43px}.content-hero>.container,.tour-hero>.container{padding-bottom:45px}.timeline-item{grid-template-columns:1fr;padding-left:25px}.day-number{margin-bottom:-12px}.contact-grid h2,.enquiry-grid h2{font-size:39px}.contact-cards>div{grid-template-columns:85px 1fr}.floating-whatsapp{width:50px;height:50px;right:15px;bottom:15px}
}

/* PATCH 002 — calmer content imagery + stronger search-intent landing pages */
.page-hero.listing-hero{padding:72px 0 68px;background:linear-gradient(120deg,#120d0a 0%,#23150d 55%,#3d1f0e 100%);border-bottom:5px solid var(--ae-orange)}
.listing-hero .container{max-width:1050px}.listing-hero h1{max-width:980px;font-size:clamp(44px,5vw,70px);letter-spacing:-.045em}.listing-hero p:not(.eyebrow){max-width:820px;font-size:16px;line-height:1.7}.listing-proof{display:flex;flex-wrap:wrap;gap:8px;margin-top:24px}.listing-proof span{padding:7px 10px;border:1px solid rgba(255,255,255,.22);color:#efe4da;font-size:10px;text-transform:uppercase;letter-spacing:.09em}
.listing-section{background:#f7f2ed}.listing-topline{display:flex;justify-content:space-between;align-items:center;gap:18px;margin-bottom:20px;padding-bottom:13px;border-bottom:1px solid #dfd4ca;color:#74675e;font-size:12px}.listing-topline p{margin:0}.listing-topline strong{font-size:18px;color:#2a201a;margin-right:4px}.listing-grid{gap:22px}.listing-card{border-radius:0;background:#fff;border:1px solid #e5dad0;box-shadow:0 8px 30px rgba(44,28,17,.04)}.listing-card .card-media{aspect-ratio:16/10}.listing-card .card-body{padding:18px 18px 20px}.listing-card .card-body h2{font-size:22px}.listing-card .card-body p{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;line-height:1.6}.pagination{display:flex;align-items:center;justify-content:center;gap:18px;margin-top:40px}.pagination a,.pagination span{padding:10px 14px;border:1px solid #ded2c7;background:#fff;font-size:12px;font-weight:800}.pagination a:hover{background:var(--ae-orange);border-color:var(--ae-orange);color:#16100d}
.content-hero,.tour-hero{min-height:430px}.content-hero>.container,.tour-hero>.container{padding-bottom:50px}.content-hero h1,.tour-hero h1{font-size:clamp(44px,5vw,70px)}.content-hero-shade{background:linear-gradient(0deg,rgba(14,10,8,.9),rgba(14,10,8,.18) 65%),linear-gradient(90deg,rgba(14,10,8,.52),transparent 72%)}
.destination-grid{grid-template-columns:repeat(3,1fr)}.destination-card{min-height:270px}.section-muted .card-grid{max-width:1180px}
@media(max-width:900px){.destination-grid{grid-template-columns:repeat(2,1fr)}.content-hero,.tour-hero{min-height:390px}.listing-topline{align-items:flex-start}}
@media(max-width:620px){.page-hero.listing-hero{padding:54px 0 50px}.listing-hero h1{font-size:40px}.listing-proof span{font-size:8px}.listing-topline{display:block}.listing-topline span{display:block;margin-top:4px}.content-hero,.tour-hero{min-height:360px}.content-hero h1,.tour-hero h1{font-size:39px}.destination-grid{grid-template-columns:1fr}.destination-card{min-height:250px}.pagination{gap:8px}.pagination a,.pagination span{padding:8px 9px;font-size:10px}}

/* PATCH 003 — Package Builder public experience */
.tour-hero-003{position:relative;min-height:610px;display:grid;align-items:end;overflow:hidden;background:#17110d}.tour-hero-003 .tour-hero-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.tour-hero-003 .tour-hero-shade{position:absolute;inset:0;background:linear-gradient(0deg,rgba(15,10,7,.92) 0%,rgba(15,10,7,.45) 58%,rgba(15,10,7,.16) 100%),linear-gradient(90deg,rgba(10,7,5,.5),transparent 68%)}.tour-hero-content{position:relative;z-index:1;color:#fff;padding:118px 0 58px}.tour-hero-kicker{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:20px}.tour-hero-kicker span{padding:7px 10px;border:1px solid rgba(255,255,255,.28);font-size:9px;text-transform:uppercase;letter-spacing:.14em;font-weight:800;background:rgba(24,14,8,.2)}.tour-hero-003 h1{max-width:930px;font-family:Georgia,"Times New Roman",serif;font-size:clamp(48px,6.4vw,86px);line-height:.98;letter-spacing:-.045em;margin:0 0 18px}.tour-hero-003 p{max-width:760px;margin:0;color:#f4e9df;font-size:16px;line-height:1.7}.tour-hero-facts{display:flex;flex-wrap:wrap;gap:0;margin-top:30px;border-top:1px solid rgba(255,255,255,.22);border-bottom:1px solid rgba(255,255,255,.22);width:max-content;max-width:100%}.tour-hero-facts span{padding:11px 17px;border-right:1px solid rgba(255,255,255,.2);font-size:10px;text-transform:uppercase;letter-spacing:.08em;font-weight:800}.tour-hero-facts span:first-child{padding-left:0}.tour-hero-facts span:last-child{border-right:0}.tour-nav-003{background:#fff;border-bottom:1px solid var(--ae-line);position:sticky;top:108px;z-index:35;box-shadow:0 6px 20px rgba(42,29,20,.04)}.tour-nav-003 .container{display:flex;align-items:center;gap:26px;min-height:64px;overflow-x:auto;scrollbar-width:none}.tour-nav-003 a{white-space:nowrap;font-size:10px;text-transform:uppercase;letter-spacing:.08em;font-weight:800;color:#5f564f}.tour-nav-003 .tour-nav-cta{margin-left:auto;background:var(--ae-orange);color:#17110d;padding:10px 14px}.tour-layout-003{grid-template-columns:minmax(0,1.45fr) minmax(315px,.55fr);gap:74px}.tour-overview-copy>h2{font-family:Georgia,"Times New Roman",serif;font-size:clamp(36px,4vw,54px);line-height:1.05;margin-top:0}.trip-facts-003{top:190px;border-radius:0;border-top:5px solid var(--ae-orange);background:#fff;padding:0 26px 26px;box-shadow:0 18px 45px rgba(54,35,22,.08)}.fact-card-head{margin:0 -26px 18px;padding:20px 26px;background:#211812;color:#fff}.fact-card-head small{text-transform:uppercase;letter-spacing:.13em;color:#f0a260;font-size:9px;font-weight:800}.fact-card-head h2{color:#fff;margin:4px 0 0;font-size:29px}.trip-facts-003 dl div{padding:12px 0;border-bottom:1px solid #eee5de}.trip-facts-003 dd small{display:block;color:#8a7c72;font-weight:400;margin-top:3px}.tour-highlights-003{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #d9ccc1;border-left:1px solid #d9ccc1}.tour-highlights-003 article{min-height:160px;padding:23px;border-right:1px solid #d9ccc1;border-bottom:1px solid #d9ccc1;background:#f8f3ee}.tour-highlights-003 span{font-family:Georgia,"Times New Roman",serif;color:var(--ae-orange);font-size:26px}.tour-highlights-003 p{margin:24px 0 0;font-weight:700;line-height:1.5}.tour-destination-chips{justify-content:center}.itinerary-section-003{background:#fff}.itinerary-stack-003{display:grid;gap:0;border-top:1px solid var(--ae-line)}.itinerary-day-003{display:grid;grid-template-columns:90px minmax(0,1fr) minmax(0,330px);gap:36px;padding:38px 0;border-bottom:1px solid var(--ae-line);align-items:start}.itinerary-day-number{display:grid;justify-items:start}.itinerary-day-number small{font-size:8px;letter-spacing:.2em;font-weight:800;color:#93867d}.itinerary-day-number strong{font-family:Georgia,"Times New Roman",serif;font-size:42px;line-height:1;color:var(--ae-orange)}.itinerary-day-body h3{font-family:Georgia,"Times New Roman",serif;font-size:30px;line-height:1.15;margin:0 0 13px}.itinerary-meta-003{display:flex;flex-wrap:wrap;gap:12px 20px;margin-top:20px;padding-top:16px;border-top:1px solid #eee4dc}.itinerary-meta-003 span{display:grid;font-size:11px;color:#655c55}.itinerary-meta-003 b{font-size:8px;text-transform:uppercase;letter-spacing:.11em;color:#a05a2d;margin-bottom:2px}.itinerary-day-003 figure{margin:0;aspect-ratio:4/3;overflow:hidden;background:#eee}.itinerary-day-003 figure img{width:100%;height:100%;object-fit:cover}.tour-gallery-003{display:grid;grid-template-columns:repeat(12,1fr);grid-auto-rows:180px;gap:12px}.tour-gallery-003 figure{margin:0;overflow:hidden;background:#ddd}.tour-gallery-003 figure:nth-child(5n+1){grid-column:span 7;grid-row:span 2}.tour-gallery-003 figure:nth-child(5n+2){grid-column:span 5}.tour-gallery-003 figure:nth-child(5n+3){grid-column:span 5}.tour-gallery-003 figure:nth-child(5n+4),.tour-gallery-003 figure:nth-child(5n+5){grid-column:span 6}.tour-gallery-003 img{width:100%;height:100%;object-fit:cover;transition:transform .45s}.tour-gallery-003 figure:hover img{transform:scale(1.03)}
@media(max-width:1050px){.tour-layout-003{grid-template-columns:1fr}.trip-facts-003{position:static}.tour-highlights-003{grid-template-columns:repeat(2,1fr)}.itinerary-day-003{grid-template-columns:72px 1fr}.itinerary-day-003 figure{grid-column:2}.tour-nav-003{top:82px}}
@media(max-width:780px){.tour-hero-003{min-height:540px}.tour-hero-content{padding:90px 0 42px}.tour-hero-003 h1{font-size:48px}.tour-hero-facts{width:100%}.tour-hero-facts span{padding:9px 10px}.tour-highlights-003{grid-template-columns:1fr}.itinerary-day-003{grid-template-columns:58px 1fr;gap:20px}.itinerary-day-003 figure{grid-column:1/-1}.tour-gallery-003{display:grid;grid-template-columns:1fr 1fr;grid-auto-rows:180px}.tour-gallery-003 figure:nth-child(n){grid-column:auto;grid-row:auto}.tour-gallery-003 figure:first-child{grid-column:1/-1;grid-row:span 2}.tour-nav-003 .container{gap:18px}}
@media(max-width:540px){.tour-hero-003{min-height:500px}.tour-hero-content{padding:72px 0 34px}.tour-hero-003 h1{font-size:40px}.tour-hero-003 p{font-size:14px}.tour-hero-facts span{font-size:8px}.tour-nav-003{top:78px}.itinerary-day-003{grid-template-columns:1fr}.itinerary-day-number{display:flex;align-items:baseline;gap:7px}.itinerary-day-003 figure{grid-column:auto}.tour-gallery-003{grid-template-columns:1fr}.tour-gallery-003 figure:first-child{grid-column:auto;grid-row:auto}.tour-gallery-003 figure{height:240px}.tour-highlights-003 article{min-height:130px}}

/* PATCH 004 — destination facts and lightweight structured page sections */
.destination-facts-wrap{background:#17130f;color:#fff;border-top:1px solid rgba(255,255,255,.08)}.destination-facts{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:0}.destination-facts>div{padding:22px 18px;border-right:1px solid rgba(255,255,255,.12)}.destination-facts>div:first-child{padding-left:0}.destination-facts>div:last-child{border-right:0}.destination-facts span{display:block;font-size:10px;text-transform:uppercase;letter-spacing:.13em;color:#f6a263;margin-bottom:6px}.destination-facts strong{font-size:13px;line-height:1.35}.destination-planning{margin-top:34px;padding-top:28px;border-top:1px solid #e5ddd3}.side-note{font-size:13px!important;padding:12px 0;border-top:1px solid rgba(30,25,20,.1)}.builder-section{padding:84px 0}.builder-light{background:#fff}.builder-sand{background:#f6f0e8}.builder-dark{background:#17130f;color:#fff}.builder-orange{background:#f47d29;color:#17130f}.builder-dark .eyebrow.dark,.builder-dark h2,.builder-dark h3,.builder-dark .prose,.builder-dark .prose p{color:#fff}.builder-narrow{max-width:920px}.builder-prose{font-size:18px}.builder-split{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:64px;align-items:center}.builder-image{min-height:430px;overflow:hidden;border-radius:30px 6px 30px 6px;box-shadow:0 20px 50px rgba(34,25,17,.14)}.builder-image img{width:100%;height:100%;min-height:430px;object-fit:cover;display:block}.builder-copy h2{font-size:clamp(34px,4vw,58px);line-height:1.02;margin:8px 0 20px}.builder-copy .button{margin-top:18px}.builder-highlights{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.builder-highlights>div{display:flex;gap:14px;align-items:flex-start;padding:18px 20px;border:1px solid rgba(70,50,32,.12);border-radius:14px;background:rgba(255,255,255,.65)}.builder-highlights span{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:#f47d29;color:#fff;flex:0 0 28px;font-weight:900}.builder-highlights p{margin:3px 0 0;line-height:1.45}.builder-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.builder-stats>div{padding:26px;border-left:3px solid #f47d29}.builder-stats strong{display:block;font-family:Georgia,serif;font-size:clamp(30px,4vw,52px);line-height:1;color:#f47d29}.builder-stats span{display:block;margin-top:8px;font-size:13px}.builder-gallery{display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:280px;gap:12px}.builder-gallery img{width:100%;height:100%;object-fit:cover;border-radius:14px}.builder-gallery img:first-child{grid-column:span 2;grid-row:span 2}.builder-faqs{border-top:1px solid #e4ddd4}.builder-faqs details{border-bottom:1px solid #e4ddd4;padding:18px 0}.builder-faqs summary{cursor:pointer;font-weight:800;list-style:none;padding-right:30px;position:relative}.builder-faqs summary::after{content:'+';position:absolute;right:0;color:#f47d29;font-size:22px;top:-3px}.builder-faqs details[open] summary::after{content:'–'}.builder-faqs .prose{padding:14px 0 0;font-size:15px}.builder-cta{background:#16120f;color:#fff;padding:70px 0}.builder-cta-inner{display:flex;justify-content:space-between;align-items:center;gap:40px}.builder-cta-inner h2{font-size:clamp(34px,4vw,56px);max-width:820px;margin:8px 0 12px;color:#fff}.builder-cta-inner .prose,.builder-cta-inner .prose p{color:#d9d0c8}.button-light{background:#fff;color:#17130f;white-space:nowrap}
@media(max-width:1050px){.destination-facts{grid-template-columns:repeat(3,1fr)}.destination-facts>div:nth-child(3){border-right:0}.builder-split{grid-template-columns:1fr;gap:34px}.builder-stats{grid-template-columns:repeat(2,1fr)}}
@media(max-width:680px){.builder-section{padding:58px 0}.destination-facts{grid-template-columns:repeat(2,1fr)}.destination-facts>div{padding:16px 12px}.destination-facts>div:nth-child(3){border-right:1px solid rgba(255,255,255,.12)}.destination-facts>div:nth-child(even){border-right:0}.builder-highlights,.builder-stats{grid-template-columns:1fr}.builder-gallery{grid-template-columns:1fr;grid-auto-rows:230px}.builder-gallery img:first-child{grid-column:auto;grid-row:auto}.builder-cta-inner{align-items:flex-start;flex-direction:column}.builder-image,.builder-image img{min-height:300px}}

/* PATCH 005 — trust, partner, payment and booking confidence layer */
.prefooter-trust{background:#f4ede5;border-top:1px solid #e4d7ca}.prefooter-trust-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0}.prefooter-trust a{display:flex;gap:18px;padding:28px 30px;color:#211a15;border-right:1px solid #ddcdbf;text-decoration:none;transition:background .2s}.prefooter-trust a:first-child{padding-left:0}.prefooter-trust a:last-child{border-right:0}.prefooter-trust a:hover{background:rgba(255,255,255,.45)}.prefooter-trust a>span{font-family:Georgia,serif;font-size:30px;color:var(--ae-orange);line-height:1}.prefooter-trust strong{display:block;font-size:14px;margin-bottom:5px}.prefooter-trust small{display:block;color:#6f6259;line-height:1.45;font-size:11px}.partner-grid,.payment-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.partner-card,.payment-card{border:1px solid #e5dbd1;background:#fff;padding:28px;min-height:220px;border-radius:18px}.partner-logo{height:84px;display:flex;align-items:center;margin-bottom:20px}.partner-logo img{max-height:72px;max-width:180px;object-fit:contain}.partner-card>div>span,.payment-card>span{font-size:9px;letter-spacing:.13em;text-transform:uppercase;color:#b85d20;font-weight:800}.partner-card h3,.payment-card h3{font-family:Georgia,serif;font-size:24px;margin:7px 0 10px}.partner-card p,.payment-card p{font-size:13px;color:#6a5f57;line-height:1.6}.payment-icon{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:#17130f;color:#fff;font-size:10px;font-weight:900;margin-bottom:18px;letter-spacing:.08em}.trust-empty{padding:34px;border:1px dashed #d8c8b9;background:#faf6f1;border-radius:18px}.trust-empty strong{font-family:Georgia,serif;font-size:22px}.trust-empty p{margin:8px 0 0;color:#75685f}.booking-confidence{background:#17130f;color:#fff}.booking-confidence-grid{display:grid;grid-template-columns:repeat(3,1fr)}.booking-confidence a{padding:24px 26px;color:#fff;text-decoration:none;border-right:1px solid rgba(255,255,255,.12)}.booking-confidence a:first-child{padding-left:0}.booking-confidence a:last-child{border-right:0}.booking-confidence span{display:block;color:#f79550;font-size:9px;text-transform:uppercase;letter-spacing:.13em;font-weight:800}.booking-confidence strong{display:block;font-family:Georgia,serif;font-size:20px;margin:5px 0}.booking-confidence small{display:block;color:#cfc3ba;line-height:1.5}.policy-consent{display:flex!important;gap:12px;align-items:flex-start;padding:16px 0 4px;font-size:12px;line-height:1.5;color:#62584f}.policy-consent input{width:18px!important;height:18px!important;flex:0 0 18px;margin-top:2px}.policy-consent a{color:#b95719;text-decoration:underline}.prose.compact{font-size:13px}.prose.compact p{margin:.55em 0}
@media(max-width:900px){.prefooter-trust-grid,.booking-confidence-grid{grid-template-columns:1fr}.prefooter-trust a,.booking-confidence a{border-right:0;border-bottom:1px solid #ddcdbf;padding:20px 0}.booking-confidence a{border-bottom-color:rgba(255,255,255,.12)}.partner-grid,.payment-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.partner-grid,.payment-grid{grid-template-columns:1fr}.partner-card,.payment-card{min-height:0;padding:22px}.prefooter-trust a>span{font-size:24px}}

/* PATCH 006 — Travel guide editorial metadata */
.guide-meta-strip{background:#fff;border-bottom:1px solid rgba(31,59,50,.12)}.guide-meta-inner{min-height:58px;display:flex;align-items:center;gap:22px;flex-wrap:wrap;font-size:13px;color:#5f6863}.guide-meta-inner span{display:flex;align-items:center;gap:6px}.guide-meta-inner span+span:before{content:"•";color:#d36216;margin-right:10px}.guide-meta-inner b{color:#1f3b32}@media(max-width:700px){.guide-meta-inner{padding-top:12px;padding-bottom:12px;gap:8px 14px}.guide-meta-inner span+span:before{display:none}}

/* PATCH 010D-R — destination hierarchy and country-hub polish */
.destination-index{background:#f7f2ed}.destination-index>.container{max-width:1220px}.destination-country-nav{display:flex;flex-wrap:wrap;gap:10px;margin:-34px 0 58px;padding:16px;background:#fff;border:1px solid #e3d7cc;position:relative;z-index:2;box-shadow:0 12px 35px rgba(39,27,18,.06)}.destination-country-nav a{padding:10px 16px;border:1px solid #dfd2c7;font-size:12px;font-weight:800;color:var(--ae-black)}.destination-country-nav a:hover{background:var(--ae-black);border-color:var(--ae-black);color:#fff}.destination-country-block{scroll-margin-top:130px;padding:0 0 78px;margin:0 0 78px;border-bottom:1px solid #dcd0c5}.destination-country-block:last-child{border-bottom:0;margin-bottom:0;padding-bottom:0}.destination-country-head{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:60px;align-items:end;margin-bottom:30px}.destination-country-head h2{font-family:Georgia,"Times New Roman",serif;font-size:clamp(38px,5vw,64px);line-height:1;margin:0 0 15px;letter-spacing:-.04em}.destination-country-head p:not(.eyebrow){max-width:720px;margin:0;color:var(--ae-muted);font-size:15px;line-height:1.7}.destination-index-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.destination-index-card{background:#fff;border:1px solid #e4d8ce;min-width:0}.destination-index-media{display:block;position:relative;aspect-ratio:16/10;overflow:hidden;background:#ddd}.destination-index-media:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(14,11,9,.55),transparent 55%)}.destination-index-media img{width:100%;height:100%;object-fit:cover;transition:transform .35s}.destination-index-card:hover .destination-index-media img{transform:scale(1.035)}.destination-index-media span{position:absolute;z-index:2;left:15px;bottom:13px;color:#fff;text-transform:uppercase;letter-spacing:.16em;font-size:9px;font-weight:900}.destination-index-card>div{padding:20px}.destination-index-card h3{font-family:Georgia,"Times New Roman",serif;font-size:26px;line-height:1.08;margin:0 0 10px}.destination-index-card p{color:var(--ae-muted);font-size:13px;line-height:1.65;margin:0 0 17px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.destination-coming{padding:28px;background:#efe5dc;border-left:3px solid var(--ae-orange)}.destination-coming p{margin:0;color:var(--ae-muted)}.country-destination-section{background:#f7f2ed}.country-destination-section+.section-muted{background:#eee4da}
@media(max-width:900px){.destination-country-head{grid-template-columns:1fr;gap:20px}.destination-country-head .button{justify-self:start}.destination-index-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:620px){.destination-country-nav{margin:-26px 0 42px;gap:7px}.destination-country-nav a{flex:1 1 calc(50% - 7px);text-align:center;padding:9px 8px}.destination-country-block{padding-bottom:54px;margin-bottom:54px}.destination-country-head h2{font-size:42px}.destination-index-grid{grid-template-columns:1fr}.destination-index-card h3{font-size:24px}}

/* PATCH 010G-R1 — Related trip cards: consistent 3/2/1 responsive grid */
.section-muted .tour-grid,
.builder-section .tour-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
  max-width:none;
}

.section-muted .tour-grid .tour-card,
.builder-section .tour-grid .tour-card{
  min-width:0;
  background:#fff;
  border:1px solid #e5dad0;
  box-shadow:0 8px 30px rgba(44,28,17,.04);
}

.section-muted .tour-grid .card-media,
.builder-section .tour-grid .card-media{
  aspect-ratio:16/10;
}

.section-muted .tour-grid .card-body,
.builder-section .tour-grid .card-body{
  padding:18px 18px 20px;
}

.section-muted .tour-grid .card-body h3,
.builder-section .tour-grid .card-body h3{
  font-size:22px;
}

.section-muted .tour-grid .card-body p,
.builder-section .tour-grid .card-body p{
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  overflow:hidden;
  line-height:1.6;
}

@media(max-width:900px){
  .section-muted .tour-grid,
  .builder-section .tour-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(max-width:620px){
  .section-muted .tour-grid,
  .builder-section .tour-grid{
    grid-template-columns:1fr;
  }
}


/* PATCH 016 — Team, partner logos and curated review presentation */
.ae-team-section{background:#f7f1e8}.ae-team-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.ae-team-photo{margin:0;aspect-ratio:4/5;border-radius:18px;overflow:hidden;background:#e9dfd2;box-shadow:0 12px 32px rgba(30,26,22,.08)}.ae-team-photo img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease}.ae-team-photo:hover img{transform:scale(1.025)}
.ae-partner-logo-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px;align-items:stretch}.ae-partner-logo-link{text-decoration:none;color:inherit}.ae-partner-logo{height:132px;display:flex;align-items:center;justify-content:center;padding:24px;border:1px solid rgba(50,42,35,.11);border-radius:16px;background:#fff;box-shadow:0 8px 24px rgba(36,28,20,.04)}.ae-partner-logo img{display:block;width:100%;height:100%;max-width:170px;max-height:78px;object-fit:contain;filter:saturate(.94);transition:transform .25s ease}.ae-partner-logo-link:hover .ae-partner-logo img{transform:scale(1.04)}
.ae-reviews-section{background:#fbf8f2}.ae-review-platforms{display:grid;gap:28px}.ae-review-platform{padding:26px;border:1px solid rgba(45,37,30,.1);border-radius:22px;background:#fff}.ae-review-platform-head{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:20px}.ae-review-brand{display:flex;align-items:center;gap:12px}.ae-review-brand img{width:38px;height:38px;object-fit:contain}.ae-review-brand strong{display:block;font-size:18px}.ae-review-brand small{display:block;color:#777067;margin-top:2px}.ae-review-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.ae-review-card{display:flex;flex-direction:column;min-height:225px;padding:20px;border:1px solid rgba(49,42,34,.09);border-radius:16px;background:#fcfaf6}.ae-review-stars{letter-spacing:.08em;color:#d86419;font-size:17px}.ae-review-card blockquote{margin:15px 0 20px;font-size:15px;line-height:1.7;color:#35312d;flex:1}.ae-review-person{display:flex;align-items:center;gap:10px;border-top:1px solid rgba(45,37,30,.08);padding-top:14px}.ae-review-person img{width:38px;height:38px;border-radius:50%;object-fit:cover}.ae-review-person div{display:grid;gap:2px;flex:1}.ae-review-person strong{font-size:13px}.ae-review-person small{font-size:11px;color:#817a72}.ae-review-person>a{text-decoration:none;font-size:18px;color:#c75d18}
@media(max-width:1000px){.ae-team-grid{grid-template-columns:repeat(3,1fr)}.ae-partner-logo-grid{grid-template-columns:repeat(3,1fr)}.ae-review-grid{grid-template-columns:1fr 1fr}.ae-review-grid .ae-review-card:last-child:nth-child(odd){grid-column:1/-1}}
@media(max-width:650px){.ae-team-grid{grid-template-columns:repeat(2,1fr);gap:10px}.ae-team-photo{border-radius:14px}.ae-partner-logo-grid{grid-template-columns:repeat(2,1fr);gap:10px}.ae-partner-logo{height:105px;padding:18px}.ae-review-platform{padding:18px}.ae-review-platform-head{align-items:flex-start;flex-direction:column}.ae-review-grid{grid-template-columns:1fr}.ae-review-grid .ae-review-card:last-child:nth-child(odd){grid-column:auto}}

/* =========================================================
   MOBILE RESPONSIVE STABILISATION — 2026-09-14
   Purpose: true phone/tablet presentation without changing desktop.
   Reference approach: mobile-first stacking, readable type, one-column cards,
   full-height navigation drawer, comfortable touch targets.
   ========================================================= */
@media (max-width:1050px){
  html{scroll-padding-top:84px}
  body{font-size:16px;overflow-x:hidden}
  .container,.narrow{width:min(100% - 40px,var(--container));max-width:none}
  .section{padding:64px 0}
  .section-heading{display:block;margin-bottom:30px}
  .section-heading h2{font-size:clamp(34px,7vw,48px);line-height:1.05}
  .section-subtitle{max-width:680px;margin-top:14px;font-size:15px}

  /* Header / mobile navigation */
  .topbar{display:none}
  .site-header{top:0}
  .nav-wrap{min-height:82px}
  .brand img{width:150px;height:62px}
  .menu-toggle{display:block;position:relative;z-index:1003;width:44px;height:44px;padding:8px;margin:0}
  .menu-toggle span:not(.sr-only){width:27px;margin:5px auto;transform-origin:center}
  .menu-toggle.is-open span:not(.sr-only):nth-child(1){transform:translateY(7px) rotate(45deg)}
  .menu-toggle.is-open span:not(.sr-only):nth-child(2){opacity:0}
  .menu-toggle.is-open span:not(.sr-only):nth-child(3){transform:translateY(-7px) rotate(-45deg)}
  .main-nav{
    position:fixed;inset:82px 0 0 0;width:100%;height:calc(100dvh - 82px);
    max-width:none;background:#f7eee6;display:block;padding:18px 20px 40px;
    overflow-y:auto;overscroll-behavior:contain;transform:translateX(100%);
    transition:transform .25s ease;box-shadow:none;z-index:1001
  }
  .main-nav.is-open{transform:translateX(0)}
  .main-nav>a:not(.nav-cta),.nav-parent{display:block;width:100%;text-align:left;padding:16px 2px;border-bottom:1px solid #ddcfc4;font-size:16px;line-height:1.35}
  .nav-parent{display:flex;align-items:center;justify-content:space-between}
  .nav-parent span{float:none;font-size:20px}
  .nav-dropdown{position:static;width:auto;box-shadow:none;border:0;background:#ecdfd4;padding:4px 12px 10px;opacity:1;visibility:visible;transform:none;display:none}
  .nav-group.is-open>.nav-dropdown{display:block}
  .nav-dropdown>a,.nav-sublink,.nav-submenu>a{font-size:15px;padding:12px 4px}
  .nav-subrow{grid-template-columns:minmax(0,1fr) 48px}
  .nav-subtoggle{width:48px;height:48px}
  .nav-submenu{position:static;width:auto;box-shadow:none;border:0;border-left:2px solid rgba(200,95,29,.28);background:#e4d5c8;margin:0 0 8px 6px;padding:4px 12px;opacity:1;visibility:visible;transform:none;display:none}
  .nav-subgroup.is-open>.nav-submenu{display:block}
  .nav-cta{display:flex;justify-content:center;margin:20px 0 8px;padding:14px 18px;font-size:15px}

  /* Homepage hero */
  .ae-hero{min-height:690px}
  .ae-hero-bg{object-position:center center}
  .ae-hero-shade{background:linear-gradient(0deg,rgba(10,8,7,.9) 0%,rgba(10,8,7,.5) 58%,rgba(10,8,7,.2) 100%)}
  .ae-hero-inner{display:block;padding:76px 0 230px}
  .ae-hero-copy{max-width:760px}
  .ae-hero-copy h1{font-size:clamp(44px,8vw,64px);line-height:1.02;letter-spacing:-.04em}
  .ae-hero-copy>p:not(.eyebrow){font-size:17px;line-height:1.55;margin-top:18px}
  .ae-hero-note{display:none}
  .ae-hero-actions{gap:10px;margin-top:24px}
  .ae-experience-index{grid-template-columns:1fr 1fr}
  .ae-experience-index>a{min-height:96px;padding:16px}
  .ae-experience-index b{font-size:14px}
  .ae-experience-index em{font-size:11px}

  /* Force real mobile/tablet stacking instead of compressed desktop grids */
  .ae-intro-grid,.ae-country-shell,.ae-inclusive-grid,.ae-plan-inner{grid-template-columns:1fr;display:grid;gap:30px}
  .ae-intro-heading h2,.ae-inclusive-copy h2,.ae-plan-inner h2,.ae-country-heading h2{font-size:clamp(36px,7vw,50px)}
  .ae-intro-copy{font-size:16px;margin:0}
  .ae-intro-collage{grid-column:auto;min-height:420px}
  .ae-photo-large{inset:0 12% 0 0}
  .ae-photo-small{width:42%;height:52%;border-width:6px}

  .ae-journey-grid{display:grid;grid-template-columns:1fr;gap:16px;min-height:0}
  .ae-journey-card,.ae-journey-zanzibar{grid-column:auto;height:420px;margin:0}
  .ae-journey-card h3{font-size:38px}
  .ae-journey-card p{font-size:15px}

  .ae-tour-grid,.listing-grid,.article-grid,.destination-grid,
  .section-muted .tour-grid,.builder-section .tour-grid{grid-template-columns:1fr!important;gap:28px}
  .ae-tour-body h3,.card-body h2,.card-body h3{font-size:27px;line-height:1.12}
  .ae-tour-body p,.card-body p{font-size:15px;line-height:1.6}
  .ae-tour-media,.card-media{aspect-ratio:16/10}

  .ae-country-heading{position:static}
  .ae-country-row{grid-template-columns:34px minmax(0,1fr) 22px;gap:12px;padding:22px 0}
  .ae-country-row em{grid-column:2/3;display:block;font-size:14px;line-height:1.55}
  .ae-country-row strong{font-size:28px}
  .ae-country-row b{grid-column:3;grid-row:1/3;align-self:center}

  .ae-inclusive-photo,.ae-inclusive-photo img{height:500px;min-height:0}
  .ae-plan-inner{align-items:start}
  .ae-plan-actions{justify-content:flex-start;margin-top:0}

  .footer-main{grid-template-columns:1fr;gap:0;padding:54px 0 38px}
  .footer-identity,.footer-useful{grid-column:auto}
  .footer-nav-column{border-top:1px solid #302a26;padding:22px 0}
  .footer-nav-column h3{font-size:22px}
  .footer-nav-column a{font-size:14px;padding:5px 0}
  .footer-bottom{grid-template-columns:1fr;text-align:center;gap:8px}
  .footer-services{text-align:center}
}

@media (max-width:780px){
  .container,.narrow{width:calc(100% - 32px)}
  .section{padding:56px 0}
  .eyebrow{font-size:10px;margin-bottom:12px}
  .section-heading h2{font-size:36px}
  .desktop-link{margin-top:16px}

  .ae-hero{min-height:680px}
  .ae-hero-inner{padding:62px 0 224px}
  .ae-hero-copy h1{font-size:46px}
  .ae-hero-copy>p:not(.eyebrow){font-size:16px}
  .ae-hero-actions{display:grid;grid-template-columns:1fr}
  .ae-hero-actions .button{width:100%;min-height:50px}
  .ae-experience-index>a{grid-template-columns:24px 1fr 16px;min-height:94px;padding:14px 12px}

  .ae-intro-heading h2,.ae-inclusive-copy h2,.ae-plan-inner h2,.ae-country-heading h2{font-size:38px}
  .ae-intro-collage{min-height:350px}
  .ae-photo-large{inset:0 10% 0 0}
  .ae-photo-small{width:45%;height:48%}
  .ae-journey-card,.ae-journey-zanzibar{height:360px}
  .ae-journey-card h3{font-size:34px}
  .ae-country-row strong{font-size:25px}
  .ae-inclusive-photo,.ae-inclusive-photo img{height:430px}
  .ae-plan-band{min-height:520px}
  .ae-plan-actions{display:grid;grid-template-columns:1fr;width:100%}
  .ae-plan-actions .button{width:100%}

  .ae-partner-logo-grid,.ae-team-grid,.ae-review-grid{grid-template-columns:1fr!important}
  .ae-review-platform{padding:18px}
  .ae-review-platform-head{align-items:flex-start;flex-direction:column}
}

@media (max-width:540px){
  .nav-wrap{min-height:74px}
  .brand img{width:138px;height:56px}
  .main-nav{inset:74px 0 0 0;height:calc(100dvh - 74px);padding:14px 16px 34px}
  .main-nav>a:not(.nav-cta),.nav-parent{font-size:16px;padding:15px 2px}

  .section{padding:50px 0}
  .ae-hero{min-height:650px}
  .ae-hero-inner{padding:52px 0 218px}
  .ae-hero-copy h1{font-size:40px;line-height:1.02}
  .ae-hero-copy>p:not(.eyebrow){font-size:15px}
  .ae-experience-index>a{min-height:88px;padding:12px 10px}
  .ae-experience-index em{display:none}
  .ae-experience-index b{font-size:13px}

  .section-heading h2,.ae-intro-heading h2,.ae-inclusive-copy h2,.ae-plan-inner h2,.ae-country-heading h2{font-size:34px}
  .ae-intro-collage{min-height:310px}
  .ae-photo-large{inset:0 8% 0 0}
  .ae-photo-small{width:46%;height:46%}
  .ae-journey-card,.ae-journey-zanzibar{height:330px}
  .ae-journey-card h3{font-size:31px}
  .ae-tour-body h3,.card-body h2,.card-body h3{font-size:25px}
  .ae-country-row{grid-template-columns:28px minmax(0,1fr) 18px}
  .ae-country-row strong{font-size:24px}
  .ae-country-row em{font-size:13px}
  .ae-inclusive-photo,.ae-inclusive-photo img{height:390px}
  .footer-logo{width:190px}
}

/* =========================================================
   AFROEAST TRUE MOBILE UI — V4 / 2026-09-14
   Device-class fallback prevents Android/mobile browser viewport quirks
   from falling back to compressed desktop/tablet presentation.
   Desktop is intentionally untouched.
   ========================================================= */
html.ae-mobile,
html.ae-mobile body{width:100%;max-width:100%;overflow-x:hidden}
html.ae-mobile body{font-size:16px;line-height:1.6}
html.ae-mobile main{width:100%;max-width:100%;overflow:hidden}
html.ae-mobile .container,
html.ae-mobile .narrow{width:calc(100% - 32px)!important;max-width:none!important;margin-left:auto!important;margin-right:auto!important}
html.ae-mobile .section{padding:52px 0!important}
html.ae-mobile .eyebrow{font-size:10px;line-height:1.35;margin-bottom:11px}
html.ae-mobile .section-heading{display:block!important;margin-bottom:28px!important}
html.ae-mobile .section-heading h2,
html.ae-mobile .ae-intro-heading h2,
html.ae-mobile .ae-inclusive-copy h2,
html.ae-mobile .ae-plan-inner h2,
html.ae-mobile .ae-country-heading h2{font-size:34px!important;line-height:1.04!important;letter-spacing:-.035em!important}
html.ae-mobile .section-subtitle{font-size:16px!important;line-height:1.6!important;margin-top:12px!important;max-width:none!important}
html.ae-mobile .text-link{font-size:14px!important}

/* Header: never allow the menu to become a right-hand desktop panel. */
html.ae-mobile .topbar{display:none!important}
html.ae-mobile .site-header{
  top:0!important;
  width:100%!important;
  max-width:100%!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
  overflow:visible!important
}
html.ae-mobile .nav-wrap{min-height:74px!important;width:calc(100% - 28px)!important;max-width:none!important;padding:0!important}
html.ae-mobile .brand img{width:138px!important;height:56px!important}
html.ae-mobile .menu-toggle{display:block!important;position:relative!important;z-index:1102!important;width:44px!important;height:44px!important;margin:0!important}
html.ae-mobile .main-nav{
  position:fixed!important;
  top:74px!important;
  right:0!important;
  bottom:0!important;
  left:0!important;
  inset:74px 0 0 0!important;
  width:100vw!important;
  min-width:100vw!important;
  max-width:100vw!important;
  height:calc(100dvh - 74px)!important;
  margin:0!important;
  padding:14px 18px 34px!important;
  display:block!important;
  background:#f7eee6!important;
  overflow-y:auto!important;
  overflow-x:hidden!important;
  box-shadow:none!important;
  transform:translate3d(100vw,0,0)!important;
  visibility:hidden!important;
  opacity:0!important;
  pointer-events:none!important;
  transition:transform .24s ease,opacity .18s ease,visibility .18s ease!important;
  z-index:1100!important
}
html.ae-mobile .main-nav.is-open{
  transform:translate3d(0,0,0)!important;
  visibility:visible!important;
  opacity:1!important;
  pointer-events:auto!important
}
html.ae-mobile body.menu-open{overflow:hidden!important;touch-action:none}
html.ae-mobile .main-nav>a:not(.nav-cta),
html.ae-mobile .nav-parent{font-size:17px!important;line-height:1.3!important;padding:15px 2px!important;min-height:52px!important;border-bottom:1px solid #ddcfc4!important}
html.ae-mobile .nav-parent{display:flex!important;align-items:center!important;justify-content:space-between!important}
html.ae-mobile .nav-dropdown{position:static!important;width:100%!important;max-width:none!important;background:#ecdfd4!important;padding:5px 12px 10px!important;box-shadow:none!important;border:0!important;transform:none!important}
html.ae-mobile .nav-dropdown>a,
html.ae-mobile .nav-sublink,
html.ae-mobile .nav-submenu>a{font-size:16px!important;line-height:1.35!important;padding:12px 4px!important}
html.ae-mobile .nav-submenu{position:static!important;width:100%!important;max-width:none!important;background:#e4d5c8!important;box-shadow:none!important;transform:none!important}
html.ae-mobile .nav-cta{display:flex!important;width:100%!important;min-height:50px!important;justify-content:center!important;font-size:16px!important;margin:18px 0 8px!important}

/* Home hero */
html.ae-mobile .ae-hero{min-height:680px!important;width:100%!important}
html.ae-mobile .ae-hero-bg{object-position:58% center!important}
html.ae-mobile .ae-hero-inner{display:block!important;padding:62px 0 218px!important}
html.ae-mobile .ae-hero-copy{max-width:none!important}
html.ae-mobile .ae-hero-copy h1{font-size:42px!important;line-height:1.01!important;letter-spacing:-.035em!important;margin-bottom:15px!important}
html.ae-mobile .ae-hero-copy>p:not(.eyebrow){font-size:16px!important;line-height:1.55!important;margin-top:0!important}
html.ae-mobile .ae-hero-note{display:none!important}
html.ae-mobile .ae-hero-actions{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;margin-top:22px!important}
html.ae-mobile .ae-hero-actions .button{width:100%!important;min-height:50px!important;font-size:14px!important}
html.ae-mobile .ae-experience-index{grid-template-columns:1fr 1fr!important;width:100%!important}
html.ae-mobile .ae-experience-index>a{min-height:94px!important;padding:14px 12px!important}
html.ae-mobile .ae-experience-index b{font-size:14px!important;line-height:1.25!important}
html.ae-mobile .ae-experience-index em{font-size:10px!important;line-height:1.35!important}

/* Home sections: true single-column phone flow. */
html.ae-mobile .ae-intro-grid,
html.ae-mobile .ae-country-shell,
html.ae-mobile .ae-inclusive-grid,
html.ae-mobile .ae-plan-inner{display:grid!important;grid-template-columns:1fr!important;gap:26px!important}
html.ae-mobile .ae-intro-copy{font-size:16px!important;line-height:1.7!important;margin:0!important}
html.ae-mobile .ae-intro-collage{grid-column:auto!important;min-height:330px!important}
html.ae-mobile .ae-photo-large{inset:0 9% 0 0!important}
html.ae-mobile .ae-photo-small{width:46%!important;height:47%!important;border-width:5px!important}

html.ae-mobile .ae-journey-grid{display:grid!important;grid-template-columns:1fr!important;gap:14px!important;min-height:0!important}
html.ae-mobile .ae-journey-card,
html.ae-mobile .ae-journey-zanzibar,
html.ae-mobile .ae-journey-trek{grid-column:auto!important;width:100%!important;height:350px!important;margin:0!important}
html.ae-mobile .ae-journey-card>div{left:22px!important;right:22px!important;bottom:22px!important}
html.ae-mobile .ae-journey-card h3{font-size:32px!important;line-height:1.02!important}
html.ae-mobile .ae-journey-card p{font-size:15px!important;line-height:1.5!important}

html.ae-mobile .ae-tour-grid,
html.ae-mobile .listing-grid,
html.ae-mobile .article-grid,
html.ae-mobile .destination-grid,
html.ae-mobile .destination-index-grid,
html.ae-mobile .section-muted .tour-grid,
html.ae-mobile .builder-section .tour-grid,
html.ae-mobile .partner-grid,
html.ae-mobile .payment-grid,
html.ae-mobile .ae-review-grid{display:grid!important;grid-template-columns:1fr!important;gap:26px!important}
html.ae-mobile .ae-tour-media,
html.ae-mobile .card-media{aspect-ratio:16/10!important;width:100%!important}
html.ae-mobile .ae-tour-body{padding-top:14px!important}
html.ae-mobile .ae-tour-body h3,
html.ae-mobile .card-body h2,
html.ae-mobile .card-body h3{font-size:26px!important;line-height:1.12!important}
html.ae-mobile .ae-tour-body p,
html.ae-mobile .card-body p{font-size:15px!important;line-height:1.62!important}
html.ae-mobile .card-meta{font-size:10px!important}

html.ae-mobile .ae-country-heading{position:static!important}
html.ae-mobile .ae-country-heading p:not(.eyebrow){font-size:16px!important;line-height:1.65!important}
html.ae-mobile .ae-country-row{display:grid!important;grid-template-columns:30px minmax(0,1fr) 20px!important;gap:10px!important;padding:21px 0!important}
html.ae-mobile .ae-country-row strong{font-size:25px!important;line-height:1.12!important}
html.ae-mobile .ae-country-row em{display:block!important;grid-column:2/3!important;font-size:14px!important;line-height:1.55!important}
html.ae-mobile .ae-country-row b{grid-column:3!important;grid-row:1/3!important;align-self:center!important}

html.ae-mobile .ae-inclusive-copy p{font-size:16px!important;line-height:1.65!important}
html.ae-mobile .ae-inclusive-photo,
html.ae-mobile .ae-inclusive-photo img{height:410px!important;min-height:0!important}
html.ae-mobile .ae-plan-band{min-height:540px!important}
html.ae-mobile .ae-plan-inner{align-items:start!important}
html.ae-mobile .ae-plan-inner p:not(.eyebrow){font-size:16px!important;line-height:1.6!important}
html.ae-mobile .ae-plan-actions{display:grid!important;grid-template-columns:1fr!important;width:100%!important;gap:10px!important;margin:0!important}
html.ae-mobile .ae-plan-actions .button{width:100%!important;min-height:50px!important}

/* Generic inner pages */
html.ae-mobile .content-hero,
html.ae-mobile .tour-hero{min-height:470px!important}
html.ae-mobile .content-hero h1,
html.ae-mobile .tour-hero h1,
html.ae-mobile .page-hero h1,
html.ae-mobile .tour-hero-003 h1{font-size:42px!important;line-height:1.02!important}
html.ae-mobile .tour-layout,
html.ae-mobile .article-layout,
html.ae-mobile .enquiry-grid,
html.ae-mobile .contact-grid,
html.ae-mobile .two-columns,
html.ae-mobile .builder-split,
html.ae-mobile .destination-country-head{grid-template-columns:1fr!important;gap:28px!important}
html.ae-mobile .tour-highlights-003{grid-template-columns:1fr!important}
html.ae-mobile .itinerary-day-003{grid-template-columns:58px minmax(0,1fr)!important;gap:18px!important}
html.ae-mobile .itinerary-day-003 figure{grid-column:1/-1!important}
html.ae-mobile .form-grid{grid-template-columns:1fr!important}
html.ae-mobile .form-full{grid-column:auto!important}

/* Footer */
html.ae-mobile .footer-main{display:grid!important;grid-template-columns:1fr!important;gap:0!important;padding:48px 0 34px!important}
html.ae-mobile .footer-identity,
html.ae-mobile .footer-useful{grid-column:auto!important}
html.ae-mobile .footer-logo{width:190px!important}
html.ae-mobile .footer-identity>p{font-size:14px!important;line-height:1.6!important}
html.ae-mobile .footer-nav-column{border-top:1px solid #302a26!important;padding:20px 0!important}
html.ae-mobile .footer-nav-column h2,
html.ae-mobile .footer-nav-column h3{font-size:23px!important;margin:0 0 12px!important}
html.ae-mobile .footer-nav-column>a{font-size:14px!important;line-height:1.45!important;padding:6px 0!important}
html.ae-mobile .footer-bottom{grid-template-columns:1fr!important;text-align:center!important;gap:8px!important;font-size:10px!important}
html.ae-mobile .footer-services{text-align:center!important}
html.ae-mobile .floating-whatsapp{right:14px!important;bottom:14px!important;width:50px!important;height:50px!important}

/* Also cover narrow tablets / browsers that report a wider layout viewport. */
@media (max-width:1199px){
  .site-header{backdrop-filter:none;-webkit-backdrop-filter:none}
  .main-nav{max-width:100vw}
  .ae-tour-grid,.listing-grid,.article-grid{grid-template-columns:1fr}
}

/* ======================================================================
   AFROEAST MOBILE FINAL POLISH — 2026-09-14
   Scope: persistent header + phone-scale typography/media only.
   Desktop layout remains unchanged.
   ====================================================================== */

/* Keep the desktop navigation bar pinned reliably while preserving its layout. */
.site-header{
  position:-webkit-sticky!important;
  position:sticky!important;
  top:0!important;
  z-index:1200!important;
}

/* Phone browsers: make the navigation truly persistent. Topbar is hidden on
   the mobile UI, so fixed positioning is safe and prevents it scrolling away. */
html.ae-mobile .site-header{
  position:fixed!important;
  top:0!important;
  left:0!important;
  right:0!important;
  width:100%!important;
  z-index:1200!important;
  box-shadow:0 1px 0 rgba(45,35,29,.10)!important;
}
html.ae-mobile body{padding-top:74px!important}
html.ae-mobile .main-nav{top:74px!important;height:calc(100dvh - 74px)!important}

/* Real phone proportions: readable copy, comfortable spacing, and media that
   feels designed for a phone rather than a scaled desktop page. */
html.ae-mobile body,
html.ae-mobile .prose,
html.ae-mobile .builder-copy,
html.ae-mobile .builder-section,
html.ae-mobile .content-body,
html.ae-mobile .tour-overview-copy,
html.ae-mobile .destination-country-head p,
html.ae-mobile .destination-index-card p{
  font-size:17px!important;
  line-height:1.72!important;
}

html.ae-mobile p,
html.ae-mobile li,
html.ae-mobile dd,
html.ae-mobile blockquote{
  font-size:17px;
  line-height:1.72;
}

html.ae-mobile .prose.small,
html.ae-mobile .prose.compact{font-size:16px!important;line-height:1.7!important}

html.ae-mobile .prose h2,
html.ae-mobile .builder-copy h2,
html.ae-mobile .builder-section h2,
html.ae-mobile .tour-overview-copy>h2{
  font-size:32px!important;
  line-height:1.08!important;
  letter-spacing:-.025em!important;
  margin:34px 0 14px!important;
}
html.ae-mobile .prose h3,
html.ae-mobile .builder-copy h3,
html.ae-mobile .builder-section h3{
  font-size:26px!important;
  line-height:1.14!important;
  margin:28px 0 12px!important;
}
html.ae-mobile .prose h4,
html.ae-mobile .builder-copy h4,
html.ae-mobile .builder-section h4{
  font-size:21px!important;
  line-height:1.2!important;
}
html.ae-mobile .prose p{margin:0 0 20px!important}
html.ae-mobile .prose ul,
html.ae-mobile .prose ol{padding-left:22px!important;margin:0 0 22px!important}
html.ae-mobile .prose li+li{margin-top:7px!important}

/* Inner-page hero: stronger title and readable intro copy. */
html.ae-mobile .content-hero,
html.ae-mobile .page-hero,
html.ae-mobile .tour-hero,
html.ae-mobile .tour-hero-003{min-height:430px!important}
html.ae-mobile .content-hero h1,
html.ae-mobile .page-hero h1,
html.ae-mobile .tour-hero h1,
html.ae-mobile .tour-hero-003 h1{
  font-size:40px!important;
  line-height:1.03!important;
  letter-spacing:-.035em!important;
}
html.ae-mobile .content-hero p,
html.ae-mobile .page-hero p,
html.ae-mobile .tour-hero p,
html.ae-mobile .tour-hero-003 p{
  font-size:17px!important;
  line-height:1.6!important;
}

/* Home typography and CTA sizing. */
html.ae-mobile .ae-hero-copy h1{font-size:44px!important;line-height:1!important}
html.ae-mobile .ae-hero-copy>p:not(.eyebrow){font-size:17px!important;line-height:1.6!important}
html.ae-mobile .section-heading h2,
html.ae-mobile .ae-intro-heading h2,
html.ae-mobile .ae-inclusive-copy h2,
html.ae-mobile .ae-plan-inner h2,
html.ae-mobile .ae-country-heading h2{font-size:36px!important;line-height:1.04!important}
html.ae-mobile .ae-intro-copy,
html.ae-mobile .ae-country-heading p:not(.eyebrow),
html.ae-mobile .ae-inclusive-copy p,
html.ae-mobile .ae-plan-inner p:not(.eyebrow),
html.ae-mobile .section-subtitle{font-size:17px!important;line-height:1.68!important}
html.ae-mobile .button{min-height:52px!important;font-size:15px!important;padding-inline:20px!important}
html.ae-mobile .text-link{font-size:15px!important}

/* Cards: one clear card per row, larger image and readable card copy. */
html.ae-mobile .ae-tour-media,
html.ae-mobile .card-media,
html.ae-mobile .destination-index-media{aspect-ratio:4/3!important}
html.ae-mobile .ae-tour-body h3,
html.ae-mobile .card-body h2,
html.ae-mobile .card-body h3,
html.ae-mobile .destination-index-card h3{font-size:28px!important;line-height:1.1!important}
html.ae-mobile .ae-tour-body p,
html.ae-mobile .card-body p,
html.ae-mobile .destination-index-card p{font-size:16.5px!important;line-height:1.65!important}
html.ae-mobile .card-meta,
html.ae-mobile .destination-index-media span{font-size:11px!important}

/* Images/content media should use the available phone width. */
html.ae-mobile .prose img,
html.ae-mobile .builder-section img,
html.ae-mobile .content-body img,
html.ae-mobile figure img{max-width:100%!important;height:auto}
html.ae-mobile .builder-image,
html.ae-mobile .builder-image img{width:100%!important;min-height:0!important}

/* Related highlights / facts / FAQ are no longer desktop-small. */
html.ae-mobile .tour-highlights-003 p{font-size:16px!important;line-height:1.55!important}
html.ae-mobile .trip-facts dt,
html.ae-mobile .trip-facts dd,
html.ae-mobile .trip-facts-003 dt,
html.ae-mobile .trip-facts-003 dd{font-size:15px!important;line-height:1.5!important}
html.ae-mobile .faq-list summary{font-size:17px!important;line-height:1.45!important;padding-block:2px!important}
html.ae-mobile .itinerary-day-body h3{font-size:27px!important}
html.ae-mobile .itinerary-day-body p{font-size:16.5px!important;line-height:1.65!important}

/* Footer should stay readable instead of shrinking to desktop utility text. */
html.ae-mobile .footer-identity>p,
html.ae-mobile .footer-nav-column>a{font-size:15px!important;line-height:1.6!important}
html.ae-mobile .footer-bottom{font-size:12px!important;line-height:1.55!important}

/* Same final proportions for ordinary browsers with a real narrow viewport,
   even when the ae-mobile UA helper is not present. */
@media (max-width:620px){
  body{font-size:17px;line-height:1.7}
  .container,.narrow{width:calc(100% - 28px)!important}
  .section{padding:54px 0}
  .prose{font-size:17px;line-height:1.72}
  .prose h2{font-size:32px;line-height:1.08}
  .prose h3{font-size:26px;line-height:1.14}
  .content-hero h1,.page-hero h1,.tour-hero h1,.tour-hero-003 h1{font-size:40px;line-height:1.03}
  .content-hero p,.page-hero p,.tour-hero p,.tour-hero-003 p{font-size:17px;line-height:1.6}
  .ae-tour-body h3,.card-body h2,.card-body h3,.destination-index-card h3{font-size:28px;line-height:1.1}
  .ae-tour-body p,.card-body p,.destination-index-card p{font-size:16.5px;line-height:1.65}
}

/* ======================================================================
   AFROEAST MOBILE FINAL SCALE V6 — 2026-09-14
   Scope: mobile visual scale/readability only. Desktop untouched.
   Reference: Safari Ninja phone-scale spacing and typography.
   ====================================================================== */
@media (max-width:700px){
  html{-webkit-text-size-adjust:100%!important;text-size-adjust:100%!important}
  body{font-size:18px!important;line-height:1.7!important}
  .container,.narrow{width:calc(100% - 32px)!important;max-width:none!important}
  .section,.builder-section{padding:64px 0!important}

  /* Headings and editorial copy */
  .prose,.builder-prose,.builder-copy .prose,.content-body,.tour-overview-copy{
    font-size:18px!important;line-height:1.72!important;
  }
  .prose p,.builder-prose p,.builder-copy p,.content-body p,.tour-overview-copy p{
    font-size:18px!important;line-height:1.72!important;margin-bottom:20px!important;
  }
  .prose li,.builder-prose li,.content-body li{font-size:18px!important;line-height:1.68!important}
  .prose h2,.builder-prose h2,.builder-copy h2,.tour-overview-copy>h2{
    font-size:34px!important;line-height:1.08!important;margin:36px 0 14px!important;
  }
  .prose h3,.builder-prose h3,.builder-copy h3{font-size:28px!important;line-height:1.12!important;margin:30px 0 12px!important}
  .prose h4,.builder-prose h4,.builder-copy h4{font-size:23px!important;line-height:1.18!important}

  /* Heroes */
  .content-hero,.tour-hero,.page-hero,.tour-hero-003{min-height:430px!important}
  .content-hero>.container,.tour-hero>.container{padding-bottom:48px!important}
  .content-hero h1,.tour-hero h1,.page-hero h1,.tour-hero-003 h1,.listing-hero h1{
    font-size:44px!important;line-height:1.02!important;letter-spacing:-.035em!important;
  }
  .content-hero p:not(.eyebrow),.tour-hero p:not(.eyebrow),.page-hero p:not(.eyebrow),.tour-hero-003 p{
    font-size:18px!important;line-height:1.6!important;max-width:100%!important;
  }
  .eyebrow,.card-kicker,.card-meta{font-size:11px!important;line-height:1.4!important}

  /* Homepage scale */
  .ae-hero-copy h1{font-size:46px!important;line-height:.98!important}
  .ae-hero-copy>p:not(.eyebrow){font-size:18px!important;line-height:1.62!important}
  .section-heading h2,.ae-intro-heading h2,.ae-inclusive-copy h2,.ae-plan-inner h2,.ae-country-heading h2{
    font-size:38px!important;line-height:1.04!important;
  }
  .section-subtitle,.ae-intro-copy,.ae-country-heading p:not(.eyebrow),.ae-inclusive-copy p,.ae-plan-inner p:not(.eyebrow){
    font-size:18px!important;line-height:1.68!important;
  }
  .button{min-height:54px!important;font-size:16px!important;padding:0 22px!important}
  .text-link{font-size:16px!important}

  /* Cards and listings */
  .ae-tour-grid,.listing-grid,.article-grid,.destination-grid,.destination-index-grid,
  .section-muted .tour-grid,.builder-section .tour-grid{grid-template-columns:1fr!important;gap:28px!important}
  .ae-tour-card,.listing-card,.card,.destination-index-card{width:100%!important}
  .ae-tour-media,.card-media,.destination-index-media{aspect-ratio:16/10!important;width:100%!important}
  .ae-tour-body,.card-body,.destination-index-card>div{padding:20px!important}
  .ae-tour-body h3,.card-body h2,.card-body h3,.destination-index-card h3,
  .section-muted .tour-grid .card-body h3,.builder-section .tour-grid .card-body h3{
    font-size:29px!important;line-height:1.1!important;margin-bottom:12px!important;
  }
  .ae-tour-body p,.card-body p,.destination-index-card p,
  .section-muted .tour-grid .card-body p,.builder-section .tour-grid .card-body p{
    font-size:17px!important;line-height:1.65!important;
  }
  .listing-topline,.listing-topline p,.pagination a,.pagination span{font-size:15px!important}

  /* Builder blocks / facts / FAQs */
  .builder-highlights{grid-template-columns:1fr!important;gap:14px!important}
  .builder-highlights>div{padding:20px!important}
  .builder-highlights p{font-size:17px!important;line-height:1.6!important}
  .builder-stats{grid-template-columns:1fr!important}
  .builder-stats span{font-size:16px!important}
  .builder-faqs summary,.faq-list summary{font-size:19px!important;line-height:1.45!important;padding:12px 0!important}
  .builder-faqs .prose{font-size:17px!important}
  .destination-facts{grid-template-columns:1fr 1fr!important}
  .destination-facts span{font-size:11px!important}
  .destination-facts strong{font-size:16px!important}
  .trip-facts dt,.trip-facts dd,.trip-facts-003 dt,.trip-facts-003 dd{font-size:16px!important;line-height:1.55!important}
  .itinerary-day-body h3{font-size:29px!important}
  .itinerary-day-body p{font-size:17px!important;line-height:1.68!important}

  /* Pre-footer planning / confidence */
  .builder-cta{padding:56px 0!important}
  .builder-cta-inner{gap:24px!important}
  .builder-cta-inner h2{font-size:36px!important;line-height:1.08!important}
  .builder-cta-inner .prose,.builder-cta-inner .prose p{font-size:17px!important;line-height:1.65!important}
  .prefooter-trust a,.booking-confidence a{padding:24px 0!important}
  .prefooter-trust strong,.booking-confidence strong{font-size:18px!important}
  .prefooter-trust small,.booking-confidence small{font-size:14px!important;line-height:1.55!important}

  /* Footer — deliberately phone-readable, not desktop utility scale */
  .footer-main{grid-template-columns:1fr!important;gap:0!important;padding:48px 0 34px!important}
  .footer-logo{width:205px!important;margin-bottom:18px!important}
  .footer-identity>p{font-size:17px!important;line-height:1.65!important;max-width:100%!important}
  .footer-contact-stack{gap:12px!important;margin-bottom:24px!important}
  .footer-contact-stack a{display:grid!important;grid-template-columns:100px 1fr!important;gap:12px!important;align-items:start!important}
  .footer-contact-stack span{width:auto!important;font-size:11px!important;line-height:1.5!important}
  .footer-contact-stack strong{font-size:16px!important;line-height:1.5!important}
  .social-links a{width:44px!important;height:44px!important}
  .social-links svg{width:18px!important;height:18px!important}
  .footer-nav-column{padding:24px 0!important;border-top:1px solid #302a26!important}
  .footer-nav-column h2,.footer-nav-column h3{font-size:27px!important;line-height:1.15!important;margin:0 0 14px!important}
  .footer-nav-column>a{font-size:17px!important;line-height:1.55!important;padding:8px 0!important}
  .footer-bottom{grid-template-columns:1fr!important;gap:10px!important;padding:24px 0 30px!important;font-size:13px!important;line-height:1.55!important;text-align:center!important}
  .footer-services{text-align:center!important}

  /* Comfortable media scale */
  .builder-image,.builder-image img{min-height:0!important;width:100%!important}
  .builder-gallery{grid-template-columns:1fr!important;grid-auto-rows:auto!important;gap:16px!important}
  .builder-gallery img,.builder-gallery img:first-child{grid-column:auto!important;grid-row:auto!important;width:100%!important;height:auto!important;aspect-ratio:4/3!important;object-fit:cover!important}
  .ae-intro-collage{min-height:360px!important}
  .ae-journey-card,.ae-journey-zanzibar,.ae-journey-trek{height:380px!important}
  .ae-journey-card h3{font-size:34px!important}
  .ae-journey-card p{font-size:17px!important}

  /* Forms/contact */
  .enquiry-form{padding:22px!important}
  .enquiry-form label{font-size:12px!important}
  .enquiry-form input,.enquiry-form textarea,.enquiry-form select{font-size:17px!important;min-height:52px!important}
  .contact-grid h2,.enquiry-grid h2{font-size:36px!important}
  .contact-cards strong{font-size:12px!important}
  .contact-cards span,.contact-cards a{font-size:17px!important}
}

/* UA-assisted fallback for Android/mobile browsers with unusual layout viewport. */
html.ae-mobile body{font-size:18px!important;line-height:1.7!important;-webkit-text-size-adjust:100%!important;text-size-adjust:100%!important}
html.ae-mobile .prose,
html.ae-mobile .builder-prose,
html.ae-mobile .builder-copy .prose,
html.ae-mobile .content-body{font-size:18px!important;line-height:1.72!important}
html.ae-mobile .prose p,
html.ae-mobile .builder-prose p,
html.ae-mobile .builder-copy p,
html.ae-mobile .content-body p{font-size:18px!important;line-height:1.72!important}
html.ae-mobile .footer-identity>p,
html.ae-mobile .footer-nav-column>a{font-size:17px!important;line-height:1.6!important}
html.ae-mobile .footer-contact-stack strong{font-size:16px!important}
html.ae-mobile .footer-contact-stack span{font-size:11px!important}
html.ae-mobile .footer-bottom{font-size:13px!important}

/* ======================================================================
   AFROEAST DEFINITIVE PHONE UI — V7 / 2026-09-14
   Purpose: true phone layout across the public site. This block is kept
   last intentionally so older tablet/mobile rules cannot shrink the UI.
   Desktop (>700px) is unchanged.
   ====================================================================== */
@media (max-width:700px){
  html{scroll-padding-top:92px!important;-webkit-text-size-adjust:100%!important;text-size-adjust:100%!important}
  html,body{width:100%!important;max-width:100%!important;overflow-x:hidden!important}
  body{padding-top:86px!important;font-size:18px!important;line-height:1.7!important}
  main{width:100%!important;max-width:100%!important;overflow:hidden!important}
  .container,.narrow{width:calc(100% - 36px)!important;max-width:none!important;margin-left:auto!important;margin-right:auto!important}

  /* Real mobile header/navigation — intentionally larger than the old compressed bar. */
  .topbar{display:none!important}
  .site-header{position:fixed!important;top:0!important;left:0!important;right:0!important;width:100%!important;height:86px!important;z-index:1400!important;background:#f4ebe3!important;border-bottom:1px solid rgba(45,35,29,.12)!important;box-shadow:0 3px 18px rgba(28,20,15,.08)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}
  .nav-wrap{width:calc(100% - 28px)!important;max-width:none!important;min-height:86px!important;height:86px!important;padding:0!important;margin:0 auto!important;gap:14px!important}
  .brand{height:78px!important;display:flex!important;align-items:center!important}
  .brand img{width:174px!important;height:72px!important;max-width:52vw!important;object-fit:contain!important}
  .menu-toggle{display:grid!important;place-items:center!important;position:relative!important;z-index:1402!important;width:52px!important;height:52px!important;min-width:52px!important;padding:9px!important;margin:0!important;border-radius:50%!important;background:rgba(255,255,255,.52)!important;border:1px solid rgba(45,35,29,.12)!important}
  .menu-toggle span:not(.sr-only){width:30px!important;height:2px!important;margin:3.5px auto!important;background:#191410!important}
  .menu-toggle.is-open span:not(.sr-only):nth-child(1){transform:translateY(9px) rotate(45deg)!important}
  .menu-toggle.is-open span:not(.sr-only):nth-child(2){opacity:0!important}
  .menu-toggle.is-open span:not(.sr-only):nth-child(3){transform:translateY(-9px) rotate(-45deg)!important}

  .main-nav{position:fixed!important;inset:86px 0 0 0!important;top:86px!important;left:0!important;right:0!important;bottom:0!important;width:100vw!important;min-width:100vw!important;max-width:100vw!important;height:calc(100dvh - 86px)!important;margin:0!important;padding:18px 20px 42px!important;background:#f7eee6!important;overflow-y:auto!important;overflow-x:hidden!important;overscroll-behavior:contain!important;box-shadow:none!important;transform:translate3d(100%,0,0)!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important;transition:transform .24s ease,opacity .18s ease,visibility .18s ease!important;z-index:1401!important}
  .main-nav.is-open{transform:translate3d(0,0,0)!important;visibility:visible!important;opacity:1!important;pointer-events:auto!important}
  body.menu-open{overflow:hidden!important;touch-action:none!important}
  .main-nav>a:not(.nav-cta),.nav-parent{display:flex!important;align-items:center!important;justify-content:space-between!important;width:100%!important;min-height:58px!important;padding:16px 2px!important;border:0!important;border-bottom:1px solid #ddcfc4!important;text-align:left!important;font-size:18px!important;line-height:1.25!important;font-weight:800!important}
  .nav-parent span{font-size:24px!important;line-height:1!important;margin-left:12px!important}
  .nav-dropdown{position:static!important;width:100%!important;max-width:none!important;margin:0!important;padding:7px 12px 10px!important;background:#ecdfd4!important;border:0!important;box-shadow:none!important;opacity:1!important;visibility:visible!important;transform:none!important;display:none!important}
  .nav-group.is-open>.nav-dropdown{display:block!important}
  .nav-dropdown>a,.nav-sublink,.nav-submenu>a{display:block!important;padding:14px 4px!important;font-size:17px!important;line-height:1.35!important}
  .nav-subrow{grid-template-columns:minmax(0,1fr) 48px!important}
  .nav-subtoggle{width:48px!important;height:48px!important;font-size:24px!important}
  .nav-submenu{position:static!important;width:100%!important;max-width:none!important;margin:0 0 8px 4px!important;padding:5px 12px!important;background:#e4d5c8!important;border:0!important;border-left:2px solid rgba(200,95,29,.28)!important;box-shadow:none!important;opacity:1!important;visibility:visible!important;transform:none!important;display:none!important}
  .nav-subgroup.is-open>.nav-submenu{display:block!important}
  .nav-cta{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;min-height:56px!important;margin:20px 0 8px!important;padding:14px 18px!important;font-size:17px!important}

  /* Global phone rhythm. */
  .section,.builder-section{padding:62px 0!important}
  .section.compact{padding:42px 0!important}
  .section-heading{display:block!important;margin-bottom:30px!important}
  .section-heading .desktop-link{display:inline-flex!important;margin-top:18px!important}
  .eyebrow{font-size:11px!important;line-height:1.4!important;letter-spacing:.13em!important;margin-bottom:11px!important}
  .section-heading h2,.ae-intro-heading h2,.ae-inclusive-copy h2,.ae-plan-inner h2,.ae-country-heading h2{font-size:39px!important;line-height:1.04!important;letter-spacing:-.035em!important}
  .section-subtitle,.ae-intro-copy,.ae-country-heading p:not(.eyebrow),.ae-inclusive-copy p,.ae-plan-inner p:not(.eyebrow){font-size:18px!important;line-height:1.68!important;max-width:none!important}
  .button{min-height:56px!important;padding:0 22px!important;font-size:16px!important;line-height:1.2!important}
  .text-link{font-size:16px!important;line-height:1.45!important}

  /* Homepage hero becomes a genuine phone composition. */
  .ae-hero{min-height:735px!important;height:auto!important;width:100%!important}
  .ae-hero-bg{object-position:58% center!important}
  .ae-hero-shade{background:linear-gradient(0deg,rgba(10,8,7,.94) 0%,rgba(10,8,7,.56) 56%,rgba(10,8,7,.24) 100%)!important}
  .ae-hero-inner{display:block!important;padding:68px 0 230px!important}
  .ae-hero-copy{max-width:none!important;width:100%!important}
  .ae-hero-copy h1{font-size:48px!important;line-height:.98!important;letter-spacing:-.04em!important;max-width:100%!important;margin:0!important}
  .ae-hero-copy>p:not(.eyebrow){font-size:18px!important;line-height:1.58!important;margin:20px 0 0!important;max-width:100%!important}
  .ae-hero-note{display:none!important}
  .ae-hero-actions{display:grid!important;grid-template-columns:1fr!important;gap:11px!important;margin-top:25px!important;width:100%!important}
  .ae-hero-actions .button{width:100%!important;min-height:57px!important}
  .ae-experience-index{left:0!important;right:0!important;bottom:0!important;transform:none!important;width:100%!important;max-width:none!important;grid-template-columns:1fr 1fr!important}
  .ae-experience-index>a{grid-template-columns:24px minmax(0,1fr) 18px!important;gap:9px!important;min-height:106px!important;padding:16px 13px!important}
  .ae-experience-index small{font-size:10px!important}
  .ae-experience-index b{font-size:14px!important;line-height:1.25!important}
  .ae-experience-index em{display:block!important;font-size:10px!important;line-height:1.35!important;white-space:normal!important}

  /* Home sections. */
  .ae-intro-grid,.ae-country-shell,.ae-inclusive-grid,.ae-plan-inner{display:grid!important;grid-template-columns:1fr!important;gap:30px!important}
  .ae-intro-copy{margin:0!important}
  .ae-intro-collage{grid-column:auto!important;min-height:355px!important;width:100%!important}
  .ae-photo-large{inset:0 8% 0 0!important}
  .ae-photo-small{width:47%!important;height:47%!important;border-width:5px!important}
  .ae-photo-large figcaption,.ae-photo-small figcaption{font-size:9px!important;padding:8px 10px!important}

  .ae-journey-grid{display:grid!important;grid-template-columns:1fr!important;gap:16px!important;min-height:0!important}
  .ae-journey-card,.ae-journey-zanzibar,.ae-journey-trek{grid-column:auto!important;width:100%!important;height:390px!important;margin:0!important}
  .ae-journey-card>div{left:22px!important;right:22px!important;bottom:24px!important}
  .ae-journey-card h3{font-size:35px!important;line-height:1.02!important}
  .ae-journey-card p{font-size:17px!important;line-height:1.5!important}
  .ae-journey-card b{font-size:12px!important}

  .ae-country-heading{position:static!important}
  .ae-country-row{display:grid!important;grid-template-columns:30px minmax(0,1fr) 22px!important;gap:10px!important;padding:23px 0!important}
  .ae-country-row strong{font-size:27px!important;line-height:1.1!important}
  .ae-country-row em{display:block!important;grid-column:2/3!important;font-size:15px!important;line-height:1.55!important}
  .ae-country-row b{grid-column:3!important;grid-row:1/3!important;align-self:center!important;font-size:18px!important}
  .ae-inclusive-photo,.ae-inclusive-photo img{height:430px!important;min-height:0!important;width:100%!important}
  .ae-plan-band{min-height:560px!important}
  .ae-plan-actions{display:grid!important;grid-template-columns:1fr!important;width:100%!important;gap:11px!important;margin:0!important}
  .ae-plan-actions .button{width:100%!important}

  /* Every public listing/card system becomes one deliberate card per row. */
  .ae-tour-grid,.listing-grid,.article-grid,.destination-grid,.destination-index-grid,.card-grid,
  .section-muted .tour-grid,.builder-section .tour-grid,.partner-grid,.payment-grid,.ae-review-grid,
  .ae-team-grid,.ae-partner-logo-grid{display:grid!important;grid-template-columns:1fr!important;gap:28px!important}
  .ae-tour-card,.listing-card,.card,.destination-index-card{width:100%!important;max-width:none!important}
  .ae-tour-media,.card-media,.destination-index-media{display:block!important;width:100%!important;aspect-ratio:16/10!important;height:auto!important}
  .ae-tour-body,.card-body,.destination-index-card>div{padding:20px!important}
  .ae-tour-body h3,.card-body h2,.card-body h3,.destination-index-card h3{font-size:29px!important;line-height:1.1!important;margin-bottom:11px!important}
  .ae-tour-body p,.card-body p,.destination-index-card p{font-size:17px!important;line-height:1.65!important}
  .card-meta,.destination-index-media span{font-size:11px!important}

  /* Inner heroes and editorial content. */
  .page-hero,.content-hero,.tour-hero,.tour-hero-003{min-height:465px!important;height:auto!important}
  .page-hero{padding:72px 0 62px!important}
  .content-hero>.container,.tour-hero>.container,.tour-hero-content{padding-bottom:50px!important}
  .page-hero h1,.content-hero h1,.tour-hero h1,.tour-hero-003 h1,.listing-hero h1{font-size:44px!important;line-height:1.02!important;letter-spacing:-.035em!important;max-width:100%!important}
  .page-hero p:not(.eyebrow),.content-hero p:not(.eyebrow),.tour-hero p:not(.eyebrow),.tour-hero-003 p{font-size:18px!important;line-height:1.6!important;max-width:100%!important}
  .prose,.builder-prose,.builder-copy,.content-body,.tour-overview-copy{font-size:18px!important;line-height:1.72!important}
  .prose p,.builder-prose p,.builder-copy p,.content-body p,.tour-overview-copy p{font-size:18px!important;line-height:1.72!important;margin:0 0 20px!important}
  .prose li,.builder-prose li,.content-body li{font-size:18px!important;line-height:1.68!important}
  .prose h2,.builder-prose h2,.builder-copy h2,.tour-overview-copy>h2{font-size:34px!important;line-height:1.08!important;margin:34px 0 14px!important}
  .prose h3,.builder-prose h3,.builder-copy h3{font-size:28px!important;line-height:1.12!important;margin:28px 0 12px!important}
  .prose h4,.builder-prose h4,.builder-copy h4{font-size:23px!important;line-height:1.18!important}

  /* Complex layouts stack cleanly on phones. */
  .tour-layout,.tour-layout-003,.article-layout,.enquiry-grid,.contact-grid,.two-columns,.builder-split,.destination-country-head{display:grid!important;grid-template-columns:1fr!important;gap:30px!important}
  .destination-country-head .button{justify-self:start!important}
  .destination-country-nav{display:flex!important;gap:8px!important;margin:-18px 0 36px!important;overflow-x:auto!important;flex-wrap:nowrap!important;padding-bottom:4px!important}
  .destination-country-nav a{flex:0 0 auto!important;white-space:nowrap!important;font-size:14px!important;padding:10px 13px!important}
  .destination-country-head h2{font-size:38px!important;line-height:1.05!important}

  .tour-nav,.tour-nav-003{top:86px!important;position:sticky!important;z-index:100!important}
  .tour-nav .container,.tour-nav-003 .container{width:100%!important;padding:0 18px!important;gap:18px!important;overflow-x:auto!important;white-space:nowrap!important;scrollbar-width:none!important}
  .tour-nav .container::-webkit-scrollbar,.tour-nav-003 .container::-webkit-scrollbar{display:none!important}
  .tour-nav a,.tour-nav-003 a{font-size:13px!important;min-height:54px!important;display:inline-flex!important;align-items:center!important}
  .tour-nav-cta{margin-left:0!important;flex:0 0 auto!important}
  .tour-hero-facts{width:100%!important;display:flex!important;overflow-x:auto!important;flex-wrap:nowrap!important;gap:7px!important;padding-bottom:2px!important}
  .tour-hero-facts span{flex:0 0 auto!important;font-size:10px!important;padding:9px 11px!important}

  .trip-facts,.trip-facts-003,.side-card{position:static!important;width:100%!important}
  .trip-facts dl>div,.trip-facts-003 dl>div{gap:16px!important;padding:14px 0!important}
  .trip-facts dt,.trip-facts dd,.trip-facts-003 dt,.trip-facts-003 dd{font-size:16px!important;line-height:1.5!important}
  .tour-highlights-003,.builder-highlights,.builder-stats{grid-template-columns:1fr!important;gap:14px!important}
  .itinerary-day-003{grid-template-columns:1fr!important;gap:16px!important;padding:24px 0!important}
  .itinerary-day-number{display:flex!important;align-items:baseline!important;gap:8px!important}
  .itinerary-day-003 figure{grid-column:auto!important;width:100%!important}
  .itinerary-day-003 figure img{width:100%!important;height:auto!important;aspect-ratio:4/3!important;object-fit:cover!important}
  .itinerary-day-body h3{font-size:29px!important;line-height:1.1!important}
  .itinerary-day-body p{font-size:17px!important;line-height:1.68!important}
  .tour-gallery-003,.builder-gallery{display:grid!important;grid-template-columns:1fr!important;grid-auto-rows:auto!important;gap:15px!important}
  .tour-gallery-003 figure,.tour-gallery-003 figure:first-child,.builder-gallery img,.builder-gallery img:first-child{grid-column:auto!important;grid-row:auto!important;width:100%!important;height:auto!important;aspect-ratio:4/3!important;object-fit:cover!important}

  /* Facts, chips, tables, FAQ and forms must not squeeze horizontally. */
  .destination-facts{grid-template-columns:1fr 1fr!important}
  .destination-facts>div{padding:16px 10px!important}
  .destination-facts strong{font-size:16px!important}
  .destination-facts span{font-size:11px!important}
  .chips{gap:8px!important;overflow:visible!important;white-space:normal!important}
  .chips a,.chips span{font-size:13px!important;line-height:1.35!important}
  .table-wrap{width:100%!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch!important}
  table{min-width:560px!important}
  th,td{font-size:15px!important;line-height:1.5!important;padding:12px 10px!important}
  .faq-list summary,.builder-faqs summary{font-size:19px!important;line-height:1.4!important;padding:14px 0!important}
  .form-grid{grid-template-columns:1fr!important;gap:16px!important}
  .form-full{grid-column:auto!important}
  .enquiry-form{padding:22px!important;width:100%!important}
  .enquiry-form input,.enquiry-form textarea,.enquiry-form select,.contact-grid input,.contact-grid textarea,.contact-grid select{width:100%!important;min-height:54px!important;font-size:17px!important}

  /* Trust/reviews/footer. */
  .prefooter-trust-grid,.booking-confidence-grid{grid-template-columns:1fr!important}
  .prefooter-trust a,.booking-confidence a{border-right:0!important;border-bottom:1px solid rgba(80,60,45,.16)!important;padding:24px 0!important}
  .ae-review-card blockquote{font-size:17px!important;line-height:1.6!important}
  .footer-main{display:grid!important;grid-template-columns:1fr!important;gap:0!important;padding:50px 0 34px!important}
  .footer-identity,.footer-useful{grid-column:auto!important}
  .footer-logo{width:220px!important;max-width:72vw!important;margin-bottom:18px!important}
  .footer-identity>p{font-size:17px!important;line-height:1.65!important;max-width:100%!important}
  .footer-contact-stack{gap:12px!important;margin-bottom:24px!important}
  .footer-contact-stack a{display:grid!important;grid-template-columns:88px minmax(0,1fr)!important;gap:12px!important;align-items:start!important}
  .footer-contact-stack span{width:auto!important;font-size:11px!important;line-height:1.45!important}
  .footer-contact-stack strong{font-size:16px!important;line-height:1.45!important}
  .social-links a{width:46px!important;height:46px!important}
  .footer-nav-column{border-top:1px solid #302a26!important;padding:24px 0!important}
  .footer-nav-column h2,.footer-nav-column h3{font-size:27px!important;line-height:1.15!important;margin:0 0 13px!important}
  .footer-nav-column>a{font-size:17px!important;line-height:1.55!important;padding:8px 0!important}
  .footer-bottom{grid-template-columns:1fr!important;gap:10px!important;padding:24px 0 30px!important;text-align:center!important;font-size:13px!important;line-height:1.55!important}
  .footer-services{text-align:center!important}
  .floating-whatsapp{right:14px!important;bottom:14px!important;width:54px!important;height:54px!important}
}

/* PATCH 018 — Professional team cards, profile pages and social controls */
.ae-team-section{background:linear-gradient(180deg,#f7f1e8 0%,#fffaf3 100%)}
.ae-team-heading{max-width:760px;margin-bottom:34px}
.ae-team-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.ae-team-card{background:#fff;border:1px solid rgba(43,31,21,.10);border-radius:20px;overflow:hidden;box-shadow:0 14px 34px rgba(47,34,23,.08);display:flex;flex-direction:column;min-width:0;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}
.ae-team-card:hover{transform:translateY(-4px);box-shadow:0 22px 48px rgba(47,34,23,.12);border-color:rgba(214,92,18,.28)}
.ae-team-card.is-founder{border-color:rgba(214,92,18,.32);box-shadow:0 18px 42px rgba(214,92,18,.10)}
.ae-team-media{position:relative;aspect-ratio:4/4.6;overflow:hidden;background:#e9dfd2}
.ae-team-media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .45s ease}
.ae-team-card:hover .ae-team-media img{transform:scale(1.025)}
.ae-team-badge{position:absolute;left:16px;top:16px;background:#d65c12;color:#fff;border-radius:999px;padding:7px 11px;font-size:11px;letter-spacing:.1em;text-transform:uppercase;font-weight:800;box-shadow:0 8px 20px rgba(0,0,0,.15)}
.ae-team-card-body{padding:22px 22px 24px;display:flex;flex-direction:column;align-items:flex-start;flex:1}
.ae-team-card-body h3{margin:0;font-family:var(--font-display,Georgia,serif);font-size:clamp(24px,2.2vw,32px);line-height:1.05;color:#1d1712}
.ae-team-role{margin:8px 0 0;color:#d65c12;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.ae-team-bio{margin:15px 0 0;color:#6f655c;line-height:1.65;font-size:14px}
.ae-team-profile-link{margin-top:auto;padding-top:18px;color:#17120e;text-decoration:none;font-weight:800;display:inline-flex;gap:9px;align-items:center;border-bottom:1px solid #d65c12;padding-bottom:4px}
.ae-team-profile-link span{color:#d65c12;transition:transform .2s ease}.ae-team-profile-link:hover span{transform:translateX(4px)}
.team-socials{display:flex;align-items:center;flex-wrap:wrap;gap:9px;margin-top:17px}
.team-socials a{width:36px;height:36px;border:1px solid rgba(43,31,21,.14);border-radius:50%;display:inline-grid;place-items:center;background:#fff;color:#2a211a;transition:background .2s ease,color .2s ease,border-color .2s ease,transform .2s ease}
.team-socials a:hover{background:#17120e;color:#fff;border-color:#17120e;transform:translateY(-2px)}
.team-socials svg{width:16px;height:16px;fill:currentColor;display:block}
.team-photo-placeholder{width:100%;height:100%;display:grid;place-items:center;align-content:center;gap:10px;background:radial-gradient(circle at 30% 20%,#f4bc88 0,#e98237 34%,#c84f0e 100%);color:#fff;text-align:center}
.team-photo-placeholder span{font-family:var(--font-display,Georgia,serif);font-size:clamp(52px,7vw,86px);font-weight:700;line-height:1}.team-photo-placeholder small{font-size:11px;text-transform:uppercase;letter-spacing:.12em;font-weight:800;opacity:.88}
.team-profile-hero{background:#17120e;color:#fff;padding:72px 0 78px;overflow:hidden}
.team-profile-hero-grid{display:grid;grid-template-columns:minmax(300px,.85fr) minmax(0,1.15fr);gap:64px;align-items:center}
.team-profile-photo-wrap{border-radius:24px;overflow:hidden;aspect-ratio:4/5;box-shadow:0 28px 60px rgba(0,0,0,.28);background:#2a211a}
.team-profile-photo-wrap>img{width:100%;height:100%;object-fit:cover;display:block}
.team-photo-placeholder-large span{font-size:clamp(72px,10vw,132px)}
.team-profile-copy .eyebrow{color:#f28a3b}.team-profile-copy h1{font-family:var(--font-display,Georgia,serif);font-size:clamp(48px,7vw,92px);line-height:.95;margin:8px 0 14px;color:#fff;max-width:760px}
.team-profile-role{font-size:14px;text-transform:uppercase;letter-spacing:.12em;color:#f28a3b;font-weight:800;margin:0 0 22px}
.team-profile-intro{font-size:clamp(18px,2vw,23px);line-height:1.65;color:#ded6cf;max-width:760px}
.team-profile-copy .team-socials a{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.18);color:#fff}.team-profile-copy .team-socials a:hover{background:#d65c12;border-color:#d65c12}
.team-profile-actions{display:flex;align-items:center;gap:20px;flex-wrap:wrap;margin-top:30px}.team-profile-actions .text-link{color:#fff}
.team-profile-story{background:#fffaf3}
@media(max-width:1000px){.ae-team-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.team-profile-hero-grid{grid-template-columns:minmax(260px,.8fr) minmax(0,1.2fr);gap:36px}}
@media(max-width:700px){.ae-team-grid{grid-template-columns:1fr!important;gap:22px!important}.ae-team-card{border-radius:17px}.ae-team-media{aspect-ratio:4/4.35}.ae-team-card-body{padding:20px}.ae-team-card-body h3{font-size:28px}.team-profile-hero{padding:28px 0 48px}.team-profile-hero-grid{grid-template-columns:1fr;gap:28px}.team-profile-photo-wrap{aspect-ratio:4/4.7;border-radius:18px;max-height:520px}.team-profile-copy h1{font-size:46px}.team-profile-intro{font-size:17px}.team-profile-actions{align-items:flex-start;flex-direction:column;gap:14px}}


/* PATCH 021 — Blog category experience */
.blog-hero{background:linear-gradient(115deg,#17120e 0%,#2b1b12 65%,#8f3e10 140%);color:#fff}.blog-hero h1{color:#fff}.blog-hero p{max-width:760px}.blog-hero .eyebrow,.blog-hero .eyebrow a{color:#f39a58}.blog-category-section{background:#fffaf3}.blog-section-heading{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:30px}.blog-section-heading>p{max-width:430px;color:#76695f}.blog-category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.blog-category-card{position:relative;min-height:360px;border-radius:20px;overflow:hidden;background:#211812;color:#fff;text-decoration:none;box-shadow:0 16px 40px rgba(42,27,17,.12);isolation:isolate}.blog-category-card>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2;transition:transform .45s ease}.blog-category-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(15,10,7,.08) 15%,rgba(15,10,7,.88) 100%);z-index:-1}.blog-category-card>div{position:absolute;left:0;right:0;bottom:0;padding:26px}.blog-category-card h3{color:#fff;font-family:var(--font-display,Georgia,serif);font-size:30px;line-height:1.05;margin:8px 0 9px}.blog-category-card p{color:#eee2d8;line-height:1.5;margin:0 0 14px}.blog-category-card strong{color:#ff9b52;font-size:14px}.blog-category-count{font-size:11px;text-transform:uppercase;letter-spacing:.11em;font-weight:800;color:#ffd3b2}.blog-category-card:hover>img{transform:scale(1.045)}.blog-latest{background:#fff}.blog-category-checks{grid-template-columns:repeat(2,minmax(0,1fr))}
@media(max-width:1000px){.blog-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:700px){.blog-section-heading{display:block!important}.blog-section-heading>p{margin-top:12px}.blog-category-grid{grid-template-columns:1fr!important;gap:18px!important}.blog-category-card{min-height:330px!important;border-radius:17px!important}.blog-category-card>div{padding:22px!important}.blog-category-card h3{font-size:28px!important}.blog-category-checks{grid-template-columns:1fr!important}}

/* Patch 022: country introduction + East Africa locator */
.ae-country-intro{padding:clamp(48px,6vw,82px) 0 16px;background:linear-gradient(180deg,#fffaf2 0%,#fff 100%)}
.ae-country-intro-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(340px,.92fr);gap:clamp(34px,5vw,78px);align-items:center}
.ae-country-intro-copy{max-width:720px}
.ae-country-intro-copy h2{margin:8px 0 18px;font-size:clamp(2rem,4vw,3.3rem);line-height:1.05;letter-spacing:-.035em;color:#171717}
.ae-country-intro-copy>p:not(.eyebrow){margin:0;color:#4b4b4b;font-size:1.08rem;line-height:1.85}
.ae-country-locator-note{display:inline-flex;align-items:center;gap:10px;margin-top:24px;padding:10px 14px;border:1px solid rgba(205,105,32,.22);border-radius:999px;background:#fff;color:#594638;font-size:.88rem;font-weight:700}
.ae-country-locator-note span{color:#c96624;font-size:.9rem}
.ae-country-map-card{margin:0;padding:18px;border:1px solid rgba(30,30,30,.1);border-radius:24px;background:#fff;box-shadow:0 24px 60px rgba(25,20,15,.09)}
.ae-country-map-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;padding:4px 4px 12px;border-bottom:1px solid rgba(30,30,30,.08)}
.ae-country-map-head span{font-size:.75rem;text-transform:uppercase;letter-spacing:.15em;color:#83766d;font-weight:800}
.ae-country-map-head strong{font-size:1.12rem;color:#1e1e1e}
.ae-country-map{display:block;width:100%;height:auto;margin-top:10px;border-radius:17px;background:#f8f3ea}
.ae-map-water{fill:#e7f1f2}
.ae-map-water-label{fill:#7d9da0;font-size:12px;letter-spacing:.19em;font-weight:700}
.ae-map-country{fill:#e7dfd2;stroke:#fff;stroke-width:5;stroke-linejoin:round;transition:fill .2s ease,transform .2s ease}
.ae-map-country.is-active{fill:#c96525;stroke:#fff3e8;stroke-width:6}
.ae-map-neighbour{fill:#eee9e0;stroke:#fff;stroke-width:4;stroke-linejoin:round}
.ae-map-labels text{fill:#655d56;font-size:12px;font-weight:900;letter-spacing:.08em;text-anchor:middle}
.ae-map-country.is-active~*{}
.ae-map-dot{fill:#c96525}.ae-map-legend{fill:#6b625c;font-size:12px;font-weight:700}
.ae-country-map-card figcaption{padding:8px 4px 2px;color:#81766f;font-size:.76rem;line-height:1.45}
@media (max-width:900px){.ae-country-intro-grid{grid-template-columns:1fr}.ae-country-map-card{max-width:620px;width:100%;margin-inline:auto}.ae-country-intro-copy{max-width:760px}}
@media (max-width:700px){.ae-country-intro{padding:38px 0 6px}.ae-country-intro-grid{gap:26px}.ae-country-intro-copy h2{font-size:clamp(1.85rem,9vw,2.55rem)}.ae-country-intro-copy>p:not(.eyebrow){font-size:1rem;line-height:1.75}.ae-country-locator-note{align-items:flex-start;border-radius:14px;font-size:.82rem}.ae-country-map-card{padding:12px;border-radius:19px}.ae-country-map-head{padding:4px 2px 10px}.ae-country-map-head strong{font-size:1rem}.ae-country-map{border-radius:14px}}

/* Patch 022R — real geographic Africa locator maps */
.ae-real-locator-wrap{margin-top:12px;overflow:hidden;border-radius:17px;background:#f5f1e9;aspect-ratio:1/1;display:grid;place-items:center}
.ae-real-locator-map{display:block;width:100%;height:100%;object-fit:contain;background:#f5f1e9}
.ae-real-map-legend{display:flex;align-items:center;gap:9px;padding:12px 5px 3px;color:#665d56;font-size:.8rem;font-weight:700}
.ae-real-map-dot{width:12px;height:12px;border-radius:50%;background:#c96525;box-shadow:0 0 0 4px rgba(201,101,37,.12);flex:0 0 auto}
@media (max-width:700px){.ae-real-locator-wrap{border-radius:14px}.ae-real-map-legend{font-size:.76rem}}
