@layer base{*{box-sizing:border-box;margin:0;padding:0}}:root{--navy:#1b2838;--navy-light:#2a3a4e;--cream:#f5f0e8;--cream-dark:#ebe4d8;--accent:#c4753a;--text-dark:#1b2838;--text-light:#f5f0e8;--white:#fff}body{color:var(--text-dark);background:var(--cream);-webkit-font-smoothing:antialiased;font-family:Inter,-apple-system,sans-serif}a{text-decoration:none}nav{z-index:100;justify-content:space-between;align-items:center;height:70px;padding:0 3rem;transition:background .3s,box-shadow .3s;display:flex;position:fixed;top:0;left:0;right:0}nav.transparent{background:0 0}nav.solid{background:#1b2838f7;box-shadow:0 2px 20px #00000040}.nav-logo{align-items:center;display:flex}.nav-logo img{width:auto;height:42px;display:block}@media (max-width:640px){.nav-logo img{height:34px}}.nav-links{align-items:center;gap:0;height:100%;list-style:none;display:flex}.nav-links>li{align-items:center;height:100%;display:flex;position:relative}.nav-links>li>a{color:var(--white);letter-spacing:.06em;text-transform:uppercase;align-items:center;height:100%;padding:0 1.2rem;font-size:.78rem;font-weight:400;transition:background .2s;display:flex}.nav-links>li>a:hover{background:#ffffff14}.dropdown{border-top:2px solid var(--accent);opacity:0;visibility:hidden;background:#1b2838f7;min-width:240px;transition:all .25s;position:absolute;top:100%;left:0;transform:translateY(-4px);box-shadow:0 8px 30px #0000004d}.nav-links>li:hover .dropdown{opacity:1;visibility:visible;transform:translateY(0)}.dropdown a{color:#fffc;letter-spacing:.03em;border-bottom:1px solid #ffffff0d;padding:.85rem 1.5rem;font-size:.8rem;font-weight:300;transition:all .2s;display:block}.dropdown a:last-child{border-bottom:none}.dropdown a:hover{color:var(--white);background:#ffffff14;padding-left:1.8rem}.nav-book{border-radius:4px;margin-left:.5rem;transition:transform .2s;background:var(--white)!important;color:var(--navy)!important;height:auto!important;padding:.5rem 1.3rem!important;font-weight:500!important}.nav-book:hover{transform:translateY(-1px);background:var(--cream)!important}.hamburger{cursor:pointer;background:0 0;border:none;padding:.5rem;display:none}.hamburger span{background:var(--white);width:28px;height:2px;margin:6px 0;transition:all .3s;display:block}.mobile-menu{background:var(--navy);z-index:150;padding:5rem 2rem 2rem;display:none;position:fixed;inset:0;overflow-y:auto}.mobile-menu.active{display:block}.mobile-close{color:var(--white);cursor:pointer;background:0 0;border:none;font-size:2rem;position:absolute;top:1.2rem;right:1.5rem}.mobile-menu h3{color:var(--white);margin:1.5rem 0 .5rem;font-family:Playfair Display,serif;font-size:1.5rem}.mobile-menu h3:first-of-type{margin-top:0}.mobile-menu a.mob-link{color:#ffffffb3;border-left:2px solid #ffffff1a;margin-bottom:.3rem;padding:.5rem 0 .5rem 1rem;font-size:1rem;transition:color .2s;display:block}.mobile-menu a.mob-link:hover{color:var(--white)}.mobile-menu a.mob-top{color:var(--white);padding:.8rem 0;font-family:Playfair Display,serif;font-size:1.5rem;transition:opacity .2s;display:block}.mobile-menu a.mob-top:hover{opacity:.7}.menu-modal{z-index:2000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0a1929d1;padding:2rem 1rem;display:none;position:fixed;inset:0;overflow-y:auto}.menu-modal.active{justify-content:center;align-items:flex-start;display:flex}.menu-card{background:var(--cream);border:1px solid var(--cream-dark);border-radius:6px;width:100%;max-width:560px;margin:auto;animation:.4s cubic-bezier(.16,1,.3,1) menuRise;position:relative;box-shadow:0 30px 80px #00000080}@keyframes menuRise{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.menu-card-inner{border:1px solid var(--accent);border-radius:4px;margin:14px;padding:3rem 2.6rem}.menu-close{width:38px;height:38px;color:var(--navy);cursor:pointer;opacity:.55;z-index:2;background:0 0;border:none;font-size:2rem;line-height:1;transition:opacity .2s;position:absolute;top:12px;right:16px}.menu-close:hover{opacity:1}.menu-kicker{text-align:center;text-transform:uppercase;letter-spacing:3px;color:var(--accent);margin-bottom:.8rem;font-size:.7rem;font-weight:500}.menu-title{text-align:center;color:var(--navy);font-family:Playfair Display,serif;font-size:2rem;font-weight:700;line-height:1.15}.menu-rule{color:var(--accent);justify-content:center;align-items:center;gap:12px;margin:1.2rem 0;font-size:.9rem;display:flex}.menu-rule span{background:var(--accent);opacity:.5;width:60px;height:1px}.menu-intro{text-align:center;color:#5a6470;max-width:420px;margin:0 auto 1.8rem;font-size:.92rem;font-weight:300;line-height:1.65}.menu-course{text-align:center;margin-bottom:1.7rem}.menu-course-head{justify-content:center;align-items:baseline;gap:10px;margin-bottom:.5rem;display:flex}.menu-course-name{color:var(--navy);font-family:Playfair Display,serif;font-size:1.25rem;font-weight:700}.menu-course-label{text-transform:uppercase;letter-spacing:2px;color:var(--accent);font-size:.62rem;font-weight:500}.menu-course-tag{color:var(--accent);margin:-.2rem 0 .55rem;font-family:Playfair Display,serif;font-size:.92rem;font-style:italic}.menu-dish{color:var(--text-dark);max-width:400px;margin:0 auto;font-size:.98rem;font-weight:400;line-height:1.6}.menu-or{color:var(--accent);margin:.15rem 0;font-size:.85rem;font-style:italic;display:inline-block}.menu-dish-note{color:#7a838d;margin-top:.4rem;font-size:.82rem;font-style:italic;font-weight:300}.menu-foot{text-align:center;color:#7a838d;max-width:420px;margin:0 auto 1.6rem;font-size:.76rem;font-weight:300;line-height:1.6}.menu-book{text-align:center;max-width:280px;margin:0 auto;display:block}@media (max-width:560px){.menu-card-inner{margin:10px;padding:2.2rem 1.4rem}.menu-title{font-size:1.6rem}}.page{display:none}.page.active{display:block}.hero{text-align:center;justify-content:center;align-items:center;height:100vh;min-height:700px;display:flex;position:relative;overflow:hidden}.hero-short{height:55vh;min-height:400px}.hero-bg{background-position:50%;background-size:cover;position:absolute;inset:0}.hero-overlay{background:linear-gradient(#1b28384d 0%,#1b283880 100%);position:absolute;inset:0}.hero-content{z-index:2;color:var(--white);max-width:800px;padding:0 2rem;position:relative}.hero-content h1{margin-bottom:.3rem;font-family:Playfair Display,serif;font-size:clamp(3rem,7vw,5.5rem);font-weight:400;line-height:1.05}.hero-short .hero-content h1{font-size:clamp(2.5rem,6vw,4.5rem)}.hero-content .subtitle{letter-spacing:.4em;text-transform:uppercase;margin-bottom:1.5rem;font-size:.8rem;font-weight:300}.hero-content p{opacity:.9;max-width:540px;margin:0 auto 2.5rem;font-size:1.15rem;font-weight:300;line-height:1.6}.hero-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.scroll-indicator{z-index:2;color:var(--white);opacity:.6;flex-direction:column;align-items:center;gap:.5rem;animation:2s infinite bounce;display:flex;position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%)}.scroll-indicator svg{width:24px;height:24px}@keyframes bounce{0%,to{transform:translate(-50%)translateY(0)}50%{transform:translate(-50%)translateY(8px)}}.btn{letter-spacing:.12em;text-transform:uppercase;cursor:pointer;border-radius:4px;padding:.85rem 2.2rem;font-family:Inter,sans-serif;font-size:.8rem;font-weight:500;transition:all .3s;display:inline-block}.btn-filled{background:var(--white);color:var(--navy)}.btn-filled:hover{transform:translateY(-2px);box-shadow:0 4px 20px #0003}.btn-outline{color:var(--white);background:0 0;border:1.5px solid #fff9}.btn-outline:hover{border-color:var(--white);background:#ffffff1a}.btn-dark{background:var(--navy);color:var(--white)}.btn-dark:hover{background:var(--navy-light);transform:translateY(-2px)}.btn-dark-outline{color:var(--navy);border:1.5px solid var(--navy);background:0 0}.btn-dark-outline:hover{background:var(--navy);color:var(--white)}.btn-accent{background:var(--accent);color:var(--white);border:none}.btn-accent:hover{transform:translateY(-2px);box-shadow:0 4px 15px #c4753a66}section{padding:6rem 3rem}section.content{max-width:1200px;margin:0 auto;padding:5rem 3rem}.section-label{letter-spacing:.35em;text-transform:uppercase;color:var(--accent);margin-bottom:.8rem;font-size:.7rem;font-weight:500}.section-title{margin-bottom:1rem;font-family:Playfair Display,serif;font-size:clamp(2rem,4vw,3.2rem);font-weight:400;line-height:1.15}.section-text{color:#4a5568;max-width:650px;font-size:1.05rem;font-weight:300;line-height:1.8}.pathways{text-align:center;padding:7rem 3rem}.pathways .section-text{text-align:center;margin:0 auto 3.5rem}.pathway-grid{grid-template-columns:1fr 1fr;gap:2rem;max-width:1200px;margin:0 auto;display:grid}.pathway-card{aspect-ratio:3/4;cursor:pointer;border-radius:16px;transition:transform .4s;position:relative;overflow:hidden}.pathway-card:hover{transform:translateY(-4px)}.pathway-card img{object-fit:cover;width:100%;height:100%;transition:transform .6s}.pathway-card:hover img{transform:scale(1.03)}.pathway-card .overlay{background:linear-gradient(#0a192900 20%,#0a19298c 45%,#0a1929eb 72%,#0a1929f7 100%);flex-direction:column;justify-content:flex-end;padding:2.5rem;display:flex;position:absolute;inset:0}.pathway-card h3{color:var(--white);margin-bottom:.5rem;font-family:Playfair Display,serif;font-size:clamp(1.5rem,2.5vw,2.2rem)}.pathway-card p{color:#ffffffe6;margin-bottom:1.5rem;font-size:.95rem;font-weight:300;line-height:1.5}.pathway-card .btn{align-self:flex-start}.products{background:var(--navy);color:var(--white);padding:7rem 3rem}.products .section-label{color:var(--accent)}.products .section-text{color:#ffffffb3;margin-bottom:3rem}.product-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;max-width:1200px;margin:0 auto;display:grid}.product-card{aspect-ratio:3/4;cursor:pointer;border-radius:12px;transition:transform .3s;position:relative;overflow:hidden}.product-card:hover{transform:translateY(-3px)}.product-card img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.product-card:hover img{transform:scale(1.05)}.product-card .card-overlay{background:linear-gradient(#0a192900 28%,#0a192980 52%,#0a1929e6 76%,#0a1929f7 100%);flex-direction:column;justify-content:flex-end;padding:1.5rem;display:flex;position:absolute;inset:0}.product-card h4{color:var(--white);margin-bottom:.3rem;font-family:Playfair Display,serif;font-size:1.3rem}.product-card .price{color:var(--accent);margin-bottom:.3rem;font-size:.85rem;font-weight:400}.product-card .desc{color:#ffffffe0;font-size:.8rem;font-weight:300;line-height:1.4}.product-card .card-actions{gap:.6rem;margin-top:.9rem;display:flex}.product-card .card-actions .btn-sm{letter-spacing:.03em;text-align:center;white-space:nowrap;flex:1;padding:.55rem .6rem;font-size:.78rem}.feature{grid-template-columns:1fr 1fr;display:grid}.feature-image{position:relative;overflow:hidden}.feature-image img{object-fit:cover;width:100%;height:100%}.feature-content{background:var(--cream);flex-direction:column;justify-content:center;padding:2.25rem 5rem;display:flex}.feature-content .section-title{margin-bottom:1.5rem}.feature-content .section-text{margin-bottom:2rem}.feature-price{color:var(--navy);margin-bottom:.3rem;font-family:Playfair Display,serif;font-size:1.8rem}.feature-price-note{color:#888;margin-bottom:2rem;font-size:.85rem}.safaris-full{align-items:center;min-height:80vh;display:flex;position:relative;overflow:hidden}.safaris-bg{background:50%/cover no-repeat;position:absolute;inset:0}.safaris-overlay{background:linear-gradient(90deg,#1b2838e6 0%,#1b283866 100%);position:absolute;inset:0}.safaris-content{z-index:2;max-width:550px;color:var(--white);padding:5rem;position:relative}.safaris-content .section-text{color:#fffc;margin-bottom:2.5rem}.media-band{width:100%;height:52vh;min-height:360px;position:relative;overflow:hidden}.media-band img{object-fit:cover;width:100%;height:100%;display:block}.media-band .media-caption{color:var(--white);letter-spacing:.04em;text-transform:uppercase;background:linear-gradient(#1b283800 0%,#1b28388c 100%);width:100%;padding:1.25rem 2rem;font-family:Inter,sans-serif;font-size:.85rem;position:absolute;bottom:0;left:0}@media (max-width:768px){.media-band{height:38vh;min-height:240px}.media-band .media-caption{padding:1rem 1.5rem;font-size:.78rem}}.reviews{text-align:center;background:var(--cream-dark);padding:7rem 3rem}.review-grid{grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1100px;margin:3rem auto 0;display:grid}.review-card{background:var(--white);text-align:left;border-radius:12px;padding:2.5rem 2rem}.review-stars{color:var(--accent);letter-spacing:2px;margin-bottom:1rem;font-size:1rem}.review-text{color:#4a5568;margin-bottom:1.5rem;font-size:.95rem;font-style:italic;line-height:1.7}.review-author{color:var(--navy);font-size:.85rem;font-weight:600}.review-source{color:#999;margin-top:.2rem;font-size:.75rem}.press{background:var(--white);text-align:center;padding:5rem 0 5.5rem;overflow:hidden}.press .section-label{color:var(--accent)}.press-marquee{margin-top:2.75rem;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 7% 93%,#0000);mask-image:linear-gradient(90deg,#0000,#000 7% 93%,#0000)}.press-track{gap:1.5rem;width:max-content;animation:28s linear infinite press-scroll;display:flex}.press-track:hover{animation-play-state:paused}.press-item{background:0 0;border-radius:16px;flex:none;width:132px;height:132px;transition:transform .25s;display:block;overflow:hidden}a.press-item:hover{transform:translateY(-4px)}.press-item img{object-fit:cover;width:100%;height:100%;display:block}@keyframes press-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (max-width:700px){.press-item{border-radius:13px;width:104px;height:104px}.press-track{gap:1.1rem;animation-duration:20s}}@media (prefers-reduced-motion:reduce){.press-track{animation:none}.press-marquee{overflow-x:auto}}.season{max-width:1080px;margin:0 auto}.season-table{background:var(--white);border-radius:14px;margin-top:2.5rem;overflow:hidden;box-shadow:0 10px 40px #0000002e}.season-row{grid-template-columns:1.7fr repeat(4,1fr);align-items:center;display:grid}.season-row+.season-row{border-top:1px solid var(--cream-dark)}.season-row.head{background:var(--navy-light)}.season-row.head .season-cell{color:var(--white);letter-spacing:.1em;text-transform:uppercase;font-size:.66rem;font-weight:600}.season-cell{text-align:center;color:#4a5568;padding:1rem 1.1rem;font-size:.85rem}.season-cell.species{color:var(--navy);text-align:left;font-family:Playfair Display,serif;font-size:1.02rem}.season-cell.species small{color:#8a94a0;margin-top:.1rem;font-family:Inter,sans-serif;font-size:.72rem;font-style:italic;font-weight:300;display:block}.season-dot{border-radius:50%;width:12px;height:12px;display:inline-block}.season-dot.peak{background:var(--accent)}.season-dot.good{background:#c4753a61}.season-dot.off{background:var(--cream-dark)}.season-legend{color:#ffffffbf;flex-wrap:wrap;justify-content:center;gap:1.8rem;margin-top:1.6rem;font-size:.78rem;display:flex}.season-legend span{align-items:center;gap:.45rem;display:inline-flex}@media (max-width:700px){.season-cell{padding:.7rem .35rem;font-size:.7rem}.season-cell.species{font-size:.82rem}.season-cell.species small{display:none}.season-dot{width:10px;height:10px}}.timeline{max-width:680px;margin:2.5rem auto 0}.timeline-item{padding:0 0 2.2rem 2.5rem;position:relative}.timeline-item:after{content:"";background:var(--cream-dark);width:2px;position:absolute;top:6px;bottom:0;left:6px}.timeline-item:last-child{padding-bottom:0}.timeline-item:last-child:after{display:none}.timeline-item:before{content:"";box-sizing:border-box;background:var(--accent);border:2px solid var(--cream);z-index:1;border-radius:50%;width:14px;height:14px;position:absolute;top:4px;left:0}.timeline-time{letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin-bottom:.3rem;font-size:.7rem;font-weight:600}.timeline-body h4{color:var(--navy);margin-bottom:.35rem;font-family:Playfair Display,serif;font-size:1.15rem;font-weight:400}.timeline-body p{color:#4a5568;font-size:.92rem;font-weight:300;line-height:1.7}.dark-section .timeline-item:after{background:#ffffff38}.dark-section .timeline-item:before{border-color:var(--navy)}.dark-section .timeline-body h4{color:var(--white)}.dark-section .timeline-body p{color:#f5f0e8d1}.faq{max-width:820px;margin:2.5rem auto 0}.faq-item{border-bottom:1px solid var(--cream-dark)}.faq-item summary{cursor:pointer;color:var(--navy);padding:1.4rem 2.6rem 1.4rem 0;font-family:Playfair Display,serif;font-size:1.12rem;font-weight:400;list-style:none;position:relative}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";color:var(--accent);font-family:Inter,sans-serif;font-size:1.6rem;font-weight:300;line-height:1;position:absolute;top:50%;right:.2rem;transform:translateY(-50%)}.faq-item[open] summary:after{content:"−"}.faq-item p{color:#4a5568;margin-top:-.2rem;padding:0 2.6rem 1.6rem 0;font-size:.95rem;font-weight:300;line-height:1.8}.faq-item p+p{margin-top:.9rem}.menu-courses{max-width:760px;margin:2.5rem auto 0}.menu-course-row{border-top:1px solid var(--cream-dark);grid-template-columns:170px 1fr;align-items:start;gap:2rem;padding:1.8rem 0;display:grid}.menu-course-row:last-child{border-bottom:1px solid var(--cream-dark)}.menu-course-label{color:var(--navy);font-family:Playfair Display,serif;font-size:1.15rem;font-weight:400}.menu-course-label small{letter-spacing:.1em;text-transform:uppercase;color:var(--accent);margin-top:.35rem;font-family:Inter,sans-serif;font-size:.72rem;font-weight:500;display:block}.menu-course-row p{color:#4a5568;font-size:.95rem;font-weight:300;line-height:1.8}.menu-course-row .menu-or{color:var(--accent);margin:.4rem 0;font-size:.85rem;font-style:italic;display:block}@media (max-width:640px){.menu-course-row{grid-template-columns:1fr;gap:.6rem}}.about-preview{text-align:center;padding:7rem 3rem}.about-preview .section-text{text-align:center;margin:0 auto 3rem}.crew-grid{grid-template-columns:repeat(4,1fr);gap:2rem;max-width:1000px;margin:0 auto;display:grid}.crew-card{text-align:center}.crew-circle{background:var(--navy-light);color:#ffffff4d;border:3px solid var(--cream-dark);border-radius:50%;justify-content:center;align-items:center;width:160px;height:160px;margin:0 auto 1rem;font-size:2.5rem;display:flex}.crew-card h4{margin-bottom:.2rem;font-family:Playfair Display,serif;font-size:1.1rem}.crew-card .role{color:#888;text-transform:uppercase;letter-spacing:.1em;font-size:.8rem}.crew-card p.bio{color:#666;max-width:280px;margin:.5rem auto 0;font-size:.82rem;line-height:1.6}.cta-banner{background:var(--navy);color:var(--white);text-align:center;padding:5rem 3rem}.cta-banner .section-title{color:var(--white);margin-bottom:1rem}.cta-banner p{color:#ffffffb3;margin-bottom:2.5rem;font-size:1.05rem}.two-col{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.two-col.reverse .col-image{order:2}.two-col.reverse .col-text{order:1}.col-image{border-radius:12px;overflow:hidden}.col-image img{object-fit:cover;width:100%;height:100%;min-height:350px;display:block}.col-text .section-text{margin-bottom:2rem}.split{grid-template-columns:1fr 1fr;min-height:550px;display:grid}.split-image{position:relative;overflow:hidden}.split-image img{object-fit:cover;width:100%;height:100%}.split-content{background:var(--cream);flex-direction:column;justify-content:center;padding:4rem 5rem;display:flex}.split-content .section-text{margin-bottom:2rem}.feat-price{color:var(--navy);margin-bottom:.2rem;font-family:Playfair Display,serif;font-size:1.7rem}.feat-price-note{color:#888;margin-bottom:2rem;font-size:.8rem}.inclusions{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-top:2rem;display:grid}.inclusion-item{text-align:center;background:var(--white);border-radius:12px;padding:2rem 1.5rem}.inclusion-icon{margin-bottom:.8rem;font-size:2rem}.inclusion-item h4{color:var(--navy);margin-bottom:.3rem;font-family:Playfair Display,serif;font-size:1rem}.inclusion-item p{color:#888;font-size:.8rem;line-height:1.5}.inclusion-item.has-photo{padding:0 0 1.5rem;overflow:hidden}.inclusion-photo{object-fit:cover;width:100%;height:150px;margin-bottom:1rem;display:block}.inclusion-item.has-photo h4,.inclusion-item.has-photo p{padding:0 1.5rem}.card-link{color:var(--accent);text-transform:uppercase;letter-spacing:.1em;margin-top:.6rem;font-size:.72rem;font-weight:600;display:inline-block}.card-link:hover{color:var(--navy)}.dark-section{background:var(--navy);color:var(--white);padding:5rem 3rem}.dark-section .section-text{color:#ffffffb3}.blog-grid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:2rem;display:grid}.blog-card{background:var(--white);border-radius:12px;transition:transform .3s;overflow:hidden}.blog-card:hover{transform:translateY(-3px)}.blog-thumb{background:var(--navy-light);height:200px;position:relative;overflow:hidden}.blog-thumb img{object-fit:cover;width:100%;height:100%}.blog-thumb span{color:#fff3;text-transform:uppercase;letter-spacing:.15em;justify-content:center;align-items:center;font-size:.8rem;display:flex;position:absolute;inset:0}.blog-body{padding:1.5rem}.blog-date{color:var(--accent);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.5rem;font-size:.7rem}.blog-body h4{color:var(--navy);margin-bottom:.5rem;font-family:Playfair Display,serif;font-size:1.1rem}.blog-body p{color:#666;font-size:.82rem;line-height:1.5}.blog-card.is-link{cursor:pointer;box-shadow:0 2px 12px #1b283814}.blog-card.is-link:hover{box-shadow:0 10px 28px #1b283829}.blog-read{color:var(--accent);text-transform:uppercase;letter-spacing:.1em;margin-top:.9rem;font-size:.72rem;font-weight:600;display:inline-block}.article{max-width:760px;margin:0 auto}.article .back-link{color:var(--accent);text-transform:uppercase;letter-spacing:.12em;margin-bottom:2rem;font-size:.72rem;font-weight:600;display:inline-block}.article .back-link:hover{text-decoration:underline}.article p{color:var(--text-dark);margin-bottom:1.4rem;font-size:1.06rem;line-height:1.85}.article h3{color:var(--navy);margin:2.6rem 0 1.1rem;font-family:Playfair Display,serif;font-size:1.55rem}.article-figure{margin:2.4rem 0}.article-figure img{border-radius:10px;width:100%;display:block}.article-cta{background:var(--cream-dark);text-align:center;border-radius:14px;margin-top:2.8rem;padding:2.2rem}.article-cta h4{color:var(--navy);margin-bottom:.6rem;font-family:Playfair Display,serif;font-size:1.35rem}.article-cta p{margin-bottom:.4rem;font-size:.98rem}.article-cta a{color:var(--accent);font-weight:600}.gallery-strip{grid-template-columns:repeat(3,1fr);gap:.5rem;padding:0 3rem;display:grid}.gallery-strip img{object-fit:cover;border-radius:8px;width:100%;height:300px}.gallery-merged{max-width:1200px;margin:0 auto;padding:0 3rem}.gallery-merged img{border-radius:8px;width:100%;height:auto;display:block}@media (max-width:768px){.gallery-merged{padding:0 1.5rem}.gallery-strip{grid-template-columns:1fr;padding:0 1.5rem}.gallery-strip img{height:200px}}footer{color:#fff9;background:#141e2b;padding:4rem 3rem 2rem}.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;max-width:1200px;margin:0 auto 3rem;display:grid}.footer-brand h3{color:var(--white);margin-bottom:.3rem;font-family:Playfair Display,serif;font-size:1.4rem}.footer-brand .tagline{letter-spacing:.3em;text-transform:uppercase;margin-bottom:1rem;font-size:.7rem}.footer-brand p{font-size:.85rem;line-height:1.7}.footer-col h4{color:var(--white);letter-spacing:.2em;text-transform:uppercase;margin-bottom:1rem;font-size:.75rem}.footer-col a{color:#fff9;margin-bottom:.6rem;font-size:.85rem;transition:color .2s;display:block}.footer-col a:hover{color:var(--white)}.footer-bottom{text-align:center;border-top:1px solid #ffffff1a;max-width:1200px;margin:0 auto;padding-top:2rem;font-size:.75rem}@media (max-width:1024px){.product-grid{grid-template-columns:repeat(2,1fr)}.crew-grid{grid-template-columns:repeat(2,1fr);gap:3rem}.feature{grid-template-columns:1fr}.feature-content{padding:2rem}.two-col,.split{grid-template-columns:1fr}.split-content{padding:3rem}.review-grid,.blog-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}}@media (max-width:768px){nav{padding:0 1.5rem}.nav-links{display:none}.hamburger{display:block}section{padding:4rem 1.5rem}section.content{padding:3.5rem 1.5rem}.pathways{padding:5rem 1.5rem}.pathway-grid{grid-template-columns:1fr}.pathway-card{aspect-ratio:4/5}.product-grid{grid-template-columns:1fr}.product-card{aspect-ratio:4/5}.review-grid{grid-template-columns:1fr}.crew-grid{grid-template-columns:repeat(2,1fr)}.blog-grid{grid-template-columns:1fr}.safaris-content,.feature-content{padding:3rem 1.5rem}.footer-grid{grid-template-columns:1fr;gap:2rem}.hero-content h1{font-size:3rem}.inclusions{grid-template-columns:1fr 1fr}}.product-grid.cols-3{grid-template-columns:repeat(3,1fr)}@media (max-width:1024px){.product-grid.cols-3{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.product-grid.cols-3{grid-template-columns:1fr}}.legal{text-align:left;max-width:820px;margin:0 auto}.legal .updated{color:#8a8a8a;margin-bottom:2rem;font-size:.85rem;font-style:italic}.legal .intro{color:#3a3a3a;margin-bottom:1.5rem;font-size:1.02rem;line-height:1.8}.legal h3{color:var(--navy);margin:2.6rem 0 .8rem;font-family:Playfair Display,serif;font-size:1.45rem}.legal h4{color:var(--navy);letter-spacing:.01em;margin:1.6rem 0 .5rem;font-family:Inter,sans-serif;font-size:1.02rem;font-weight:600}.legal p,.legal li{color:#4a4a4a;font-size:.97rem;line-height:1.8}.legal p{margin-bottom:.9rem}.legal ul{margin:.3rem 0 1.1rem 1.3rem}.legal li{margin-bottom:.4rem}.legal strong{color:var(--navy)}.legal a{color:var(--accent);font-weight:600}.legal hr{border:none;border-top:1px solid var(--cream-dark);margin:3rem 0}
