
*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}
:root{
  --sky:#080f1e;--sky2:#0c1830;--sky3:#112244;
  --gold:#c9a84c;--gold2:#e8c87a;--white:#f2ede3;--muted:#7a8fa8;
  --card:rgba(255,255,255,0.04);--border:rgba(201,168,76,0.18);
  --crimson:#8b1212;--crimson2:#a81818;
  --sepia-bg:#1a1208;
}
html{scroll-behavior:smooth}
body{font-family:'DM Sans',sans-serif;background:var(--sky);color:var(--white);line-height:1.7;overflow-x:hidden}

nav{position:sticky;top:0;z-index:200;background:rgba(8,15,30,0.96);backdrop-filter:blur(16px);border-bottom:.5px solid var(--border);height:64px;padding:0 2rem;display:flex;align-items:center;justify-content:space-between}
.nav-logo{font-family:'Cormorant Garamond',serif;font-size:1.25rem;font-weight:600;color:var(--gold);letter-spacing:.06em;cursor:pointer;text-decoration:none}
.nav-menu{display:flex;gap:2rem;list-style:none;align-items:center}
.nav-menu a{font-size:12px;color:var(--muted);text-decoration:none;letter-spacing:.1em;text-transform:uppercase;transition:color .2s;cursor:pointer}
.nav-menu a:hover{color:var(--white)}
.nav-cta{background:var(--gold)!important;color:var(--sky)!important;padding:9px 20px;border-radius:3px;font-weight:500!important}
.nav-cta:hover{background:var(--gold2)!important}
.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:10px;margin:-10px}
.hamburger span{display:block;width:22px;height:1.5px;background:var(--white)}
.mobile-menu{display:none;position:fixed;top:64px;left:0;right:0;bottom:0;width:100%;background:rgba(8,15,30,0.98);z-index:199;flex-direction:column;align-items:center;justify-content:center;gap:2rem}
.mobile-menu.open{display:flex}
.mobile-menu a{font-size:1.2rem;color:var(--white);text-decoration:none;cursor:pointer;text-align:center}

section{display:none}
section.active{display:block}

/* HERO */
.hero{position:relative;min-height:calc(100vh - 64px);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:4rem 2rem 3rem;overflow:hidden}
.hero-bg{position:absolute;inset:0;background:url('images/asset-594f4cb6.jpg') center center/cover no-repeat;filter:brightness(.45)}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,rgba(8,15,30,.3) 0%,rgba(8,15,30,.15) 40%,rgba(8,15,30,.8) 100%)}
.hero-content{position:relative;z-index:2;max-width:800px}
.hero-eyebrow{font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:var(--gold);margin-bottom:1.5rem;opacity:0;animation:fadeUp .8s ease forwards .2s}
.hero h1{font-family:'Cormorant Garamond',serif;font-size:clamp(3rem,8vw,6rem);font-weight:300;line-height:1.05;color:var(--white);margin-bottom:1.5rem;opacity:0;animation:fadeUp .8s ease forwards .4s}
.hero h1 em{font-style:italic;color:var(--gold)}
.hero-sub{font-size:1.1rem;font-weight:300;color:rgba(242,237,227,.8);max-width:580px;margin:0 auto 2.5rem;opacity:0;animation:fadeUp .8s ease forwards .6s}
.hero-btns{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;opacity:0;animation:fadeUp .8s ease forwards .8s}
.hero-stats{display:flex;gap:3rem;justify-content:center;flex-wrap:wrap;margin-top:4rem;padding-top:2rem;border-top:.5px solid rgba(201,168,76,.2);position:relative;z-index:2;opacity:0;animation:fadeUp .8s ease forwards 1s}
.stat-n{font-family:'Cormorant Garamond',serif;font-size:2.4rem;font-weight:300;color:var(--gold);line-height:1}
.stat-l{font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);margin-top:.3rem}

.btn{display:inline-block;padding:14px 32px;font-family:'DM Sans',sans-serif;font-size:13px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;border-radius:3px;cursor:pointer;transition:all .2s;text-decoration:none;border:none}
.btn-gold{background:var(--gold);color:var(--sky)}
.btn-gold:hover{background:var(--gold2);transform:translateY(-1px)}
.btn-ghost{background:transparent;color:var(--white);border:.5px solid rgba(242,237,227,.4)}
.btn-ghost:hover{border-color:var(--gold);color:var(--gold)}

.page{max-width:1100px;margin:0 auto;padding:5rem 2rem}
.section-tag{font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:1rem}
.section-h{font-family:'Cormorant Garamond',serif;font-size:clamp(2rem,5vw,3.2rem);font-weight:300;line-height:1.15;color:var(--white);margin-bottom:1.5rem}
.section-body{color:var(--muted);font-size:1rem;line-height:1.85;max-width:640px;margin-bottom:1.5rem}
.divider{height:.5px;background:var(--border);margin:3rem 0}

.photo-strip{display:grid;gap:4px}
.strip-2{grid-template-columns:1fr 1fr}
.strip-3{grid-template-columns:1fr 1fr 1fr}
.photo-strip img{width:100%;aspect-ratio:16/9;object-fit:cover;display:block}

.specs-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1px;background:var(--border);border:.5px solid var(--border);border-radius:8px;overflow:hidden;margin:2rem 0}
.spec{background:var(--sky2);padding:1.5rem;transition:background .2s}
.spec:hover{background:rgba(17,34,68,.9)}
.spec-val{font-family:'Cormorant Garamond',serif;font-size:1.8rem;font-weight:300;color:var(--gold);line-height:1;margin-bottom:.3rem}
.spec-name{font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--muted)}

.feat-list{list-style:none;display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:.75rem;margin:1.5rem 0}
.feat-list li{display:flex;align-items:flex-start;gap:10px;font-size:14px;color:var(--muted);padding:1rem 1.2rem;background:var(--card);border:.5px solid var(--border);border-radius:6px;line-height:1.6}
.feat-list li::before{content:'';width:5px;height:5px;border-radius:50%;background:var(--gold);flex-shrink:0;margin-top:7px}

.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:2rem 0}
.gallery img{width:100%;aspect-ratio:3/2;object-fit:cover;border-radius:4px;display:block;transition:opacity .2s}
.gallery img:hover{opacity:.85}

.dest-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.75rem;margin:2rem 0}
.dest-card{background:var(--card);border:.5px solid var(--border);border-radius:8px;padding:1.25rem;padding-bottom:2.4rem;cursor:pointer;transition:border-color .2s,transform .15s;position:relative;overflow:hidden}
.dest-card:hover{border-color:var(--gold);transform:translateY(-2px)}
.dest-city{font-family:'Cormorant Garamond',serif;font-size:1.35rem;color:var(--white);margin-bottom:.2rem}
.dest-state{font-size:11px;color:var(--muted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.6rem}
.dest-time{font-size:13px;color:var(--gold)}

/* FOUNDER */
.founder-hero{position:relative;overflow:hidden}
.founder-hero img{width:100%;aspect-ratio:32/9;object-fit:cover;display:block;object-position:center 20%}
.founder-hero-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,rgba(8,15,30,0) 40%,rgba(8,15,30,1) 100%)}

.founder-intro{display:grid;grid-template-columns:260px 1fr;gap:3rem;align-items:start;margin-bottom:3rem}
.founder-card{background:var(--card);border:.5px solid var(--border);border-radius:8px;overflow:hidden;text-align:center}
.founder-card img{width:100%;aspect-ratio:3/4;object-fit:cover;object-position:center 10%}
.founder-card-body{padding:1.25rem}
.founder-name{font-family:'Cormorant Garamond',serif;font-size:1.4rem;color:var(--white);margin-bottom:.2rem}
.founder-title{font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--gold);margin-bottom:1.2rem}
.creds{list-style:none;text-align:left}
.creds li{font-size:12px;color:var(--muted);padding:7px 0;border-bottom:.5px solid var(--border);line-height:1.4}
.creds li:last-child{border-bottom:none}

.narrative{font-size:15px;color:var(--muted);line-height:1.9}
.narrative p{margin-bottom:1.25rem}
.narrative strong{color:var(--white);font-weight:500}
.narrative h3{font-family:'Cormorant Garamond',serif;font-size:1.7rem;font-weight:400;color:var(--white);margin:2.5rem 0 1rem}
.narrative blockquote{border-left:2px solid var(--gold);padding:1rem 1.5rem;margin:2rem 0;font-family:'Cormorant Garamond',serif;font-size:1.25rem;font-style:italic;color:rgba(242,237,227,.85);line-height:1.7}

/* HERITAGE FIGURES — inline portraits in narrative */
.heritage-figure{float:right;margin:0 0 1.5rem 2rem;width:200px;text-align:center}
.heritage-figure img{width:100%;border-radius:6px;border:.5px solid var(--border);display:block}
.heritage-figure figcaption{font-size:11px;color:var(--muted);margin-top:.6rem;line-height:1.4;font-style:italic}
.heritage-figure-left{float:left;margin:0 2rem 1.5rem 0;width:200px;text-align:center}
.heritage-figure-left img{width:100%;border-radius:6px;border:.5px solid var(--border);display:block}
.heritage-figure-left figcaption{font-size:11px;color:var(--muted);margin-top:.6rem;line-height:1.4;font-style:italic}
.clearfix::after{content:'';display:table;clear:both}

/* Walden monoplane — full width in narrative */
.heritage-wide{margin:2rem 0;border-radius:8px;overflow:hidden;border:.5px solid var(--border)}
.heritage-wide img{width:100%;display:block}
.heritage-wide figcaption{font-size:12px;color:var(--muted);padding:.75rem 1rem;background:rgba(8,15,30,.6);font-style:italic}

/* Experience aircraft — two-up */
.experience-panel{margin:2rem 0;border-radius:8px;overflow:hidden;border:.5px solid var(--border)}
.experience-panel img{width:100%;display:block}
.experience-panel figcaption{font-size:12px;color:var(--muted);padding:.75rem 1rem;background:rgba(8,15,30,.6);font-style:italic}

.edu-exp{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-top:2rem}
.edu-box{background:var(--card);border:.5px solid var(--border);border-radius:8px;padding:1.5rem}
.edu-box h4{font-family:'Cormorant Garamond',serif;font-size:1.15rem;font-weight:400;color:var(--gold);margin-bottom:1rem;letter-spacing:.04em}
.edu-box ul{list-style:none}
.edu-box li{font-size:13px;color:var(--muted);padding:6px 0;border-bottom:.5px solid var(--border);line-height:1.5}
.edu-box li:last-child{border-bottom:none}

.company-2col{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-top:2rem}
.info-box{background:var(--card);border:.5px solid var(--border);border-radius:8px;padding:1.75rem;margin-bottom:1rem}
.info-box h3{font-family:'Cormorant Garamond',serif;font-size:1.2rem;font-weight:400;color:var(--white);margin-bottom:.75rem}
.info-box p{font-size:14px;color:var(--muted);line-height:1.8}
.badge{display:inline-block;font-size:11px;color:var(--gold);border:.5px solid var(--gold);padding:4px 12px;border-radius:3px;letter-spacing:.06em;margin-top:.75rem;margin-right:.5rem}

.contact-grid{display:grid;grid-template-columns:1fr 1.3fr;gap:3rem;margin-top:2rem}
.c-label{font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:var(--gold);margin-bottom:.3rem}
.c-val{font-size:1.05rem;color:var(--white);text-decoration:none;display:block;margin-bottom:1.5rem}
.c-val:hover{color:var(--gold)}
.qform{background:var(--card);border:.5px solid var(--border);border-radius:8px;padding:2rem}
.qform-title{font-family:'Cormorant Garamond',serif;font-size:1.3rem;color:var(--white);margin-bottom:1.5rem}
.frow{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.ffield{display:flex;flex-direction:column;gap:6px;margin-bottom:1rem}
.ffield label{font-size:11px;text-transform:uppercase;letter-spacing:.1em;color:var(--muted)}
.ffield input,.ffield textarea,.ffield select{background:rgba(255,255,255,.05);border:.5px solid rgba(201,168,76,.25);border-radius:4px;padding:10px 14px;font-family:'DM Sans',sans-serif;font-size:16px;color:var(--white);outline:none;transition:border-color .2s;width:100%}
.ffield input:focus,.ffield textarea:focus,.ffield select:focus{border-color:var(--gold)}
.ffield input::placeholder,.ffield textarea::placeholder{color:rgba(122,143,168,.5)}
.ffield select option{background:var(--sky2)}
.ffield textarea{resize:vertical;min-height:90px}
.fsub{width:100%;background:var(--gold);color:var(--sky);border:none;padding:14px;font-family:'DM Sans',sans-serif;font-size:13px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;border-radius:4px;cursor:pointer;transition:background .2s;margin-top:.5rem}
.fsub:hover{background:var(--gold2)}

.img-section{width:100%;overflow:hidden;position:relative}
.img-section img{width:100%;aspect-ratio:21/9;object-fit:cover;display:block;object-position:center 30%}
.img-caption{position:absolute;bottom:0;left:0;right:0;padding:1.5rem 2rem;background:linear-gradient(transparent,rgba(8,15,30,.85));font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:rgba(242,237,227,.55)}

footer{background:#040a14;border-top:.5px solid var(--border);padding:3rem 2rem;text-align:center}
.foot-logo{font-family:'Cormorant Garamond',serif;font-size:1.35rem;color:var(--gold);margin-bottom:1rem}
.foot-links{display:flex;justify-content:center;gap:2rem;list-style:none;flex-wrap:wrap;margin-bottom:2rem}
.foot-links a{font-size:11px;color:var(--muted);text-decoration:none;letter-spacing:.1em;text-transform:uppercase;cursor:pointer}
.foot-links a:hover{color:var(--gold)}
.foot-legal{font-size:12px;color:#3a4a5a;max-width:700px;margin:0 auto;line-height:1.7}
.foot-copy{font-size:11px;color:#2a3848;margin-top:1.5rem}
.toast{display:none;position:fixed;bottom:2rem;left:50%;transform:translateX(-50%);background:var(--gold);color:var(--sky);padding:12px 28px;border-radius:4px;font-size:14px;font-weight:500;z-index:999}

@keyframes fadeUp{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}

@media(max-width:768px){
  .nav-menu{display:none}
  .hamburger{display:flex}
  .hero h1{font-size:2.8rem}
  .hero-stats{gap:1.5rem}
  .strip-2,.strip-3{grid-template-columns:1fr}
  .photo-strip img{aspect-ratio:4/3}
  .gallery{grid-template-columns:1fr 1fr}
  .founder-intro{grid-template-columns:1fr}
  .heritage-figure,.heritage-figure-left{float:none;width:100%;margin:1rem 0}
  .company-2col,.contact-grid{grid-template-columns:1fr}
  .edu-exp{grid-template-columns:1fr}
  .frow{grid-template-columns:1fr}
  .img-section img{aspect-ratio:16/9}
  .founder-hero img{aspect-ratio:21/9}
}
@media(max-width:480px){
  .dest-grid{grid-template-columns:1fr 1fr}
  .gallery{grid-template-columns:1fr}
}

.ext-gallery{display:grid;grid-template-columns:1.4fr 1fr;grid-template-rows:auto auto;gap:4px;margin:1.5rem 0}
.ext-main{grid-column:1;grid-row:1}
.ext-main img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:4px 0 0 4px;display:block}
.ext-side{grid-column:2;grid-row:1;display:flex;flex-direction:column;gap:4px;min-height:300px}
.ext-side img{width:100%;aspect-ratio:3/2;object-fit:cover;display:block}
.ext-side img:first-child{border-radius:0 4px 0 0}
.ext-side img:last-child{border-radius:0 0 4px 0}
.ext-wide{grid-column:1/-1;grid-row:2;display:grid;grid-template-columns:1fr 1fr 1fr;gap:4px}
.ext-wide img{width:100%;aspect-ratio:16/9;object-fit:cover;display:block;border-radius:4px;transition:opacity .2s}
.ext-wide img:hover{opacity:.85}
@media(max-width:768px){
  .ext-gallery{grid-template-columns:1fr}
  .ext-main img{border-radius:4px;aspect-ratio:16/9}
  .ext-side{flex-direction:row}
  .ext-side img{aspect-ratio:16/9;border-radius:4px}
  .ext-wide{grid-template-columns:1fr 1fr}
  .ext-wide img{aspect-ratio:16/9}
}
@media(max-width:480px){
  .ext-wide{grid-template-columns:1fr}
}

/* ── SKIP LINK (accessibility) ── */
.skip-link{position:absolute;top:-100px;left:1rem;background:var(--gold);color:var(--sky);padding:8px 16px;border-radius:4px;font-size:14px;font-weight:500;z-index:9999;transition:top .2s}
.skip-link:focus{top:1rem}

/* ── TRUST STRIP ── */
.trust-strip{display:flex;justify-content:center;flex-wrap:wrap;gap:0;background:#060d1a;border-top:.5px solid var(--border);border-bottom:.5px solid var(--border)}
.trust-item{display:flex;align-items:center;gap:8px;padding:14px 2rem;font-size:12px;letter-spacing:.06em;text-transform:uppercase;color:var(--muted);border-right:.5px solid var(--border)}
.trust-item:last-child{border-right:none}
.trust-icon{color:var(--gold);font-size:14px;flex-shrink:0}

/* ── MID-PAGE CTA ── */
.mid-cta{background:linear-gradient(135deg,#0c1830 0%,#112244 100%);border-top:.5px solid var(--border);border-bottom:.5px solid var(--border);padding:4rem 2rem;text-align:center}
.mid-cta-inner{max-width:640px;margin:0 auto}
.mid-cta-headline{font-family:'Cormorant Garamond',serif;font-size:2.4rem;font-weight:300;color:var(--white);margin-bottom:.75rem}
.mid-cta-sub{font-size:1rem;color:var(--muted);margin-bottom:2rem;line-height:1.7}
.mid-cta-btns{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}
.mid-cta-btns a{text-decoration:none}

/* ── MOBILE STICKY CTA ── */
.sticky-cta{display:none;position:fixed;bottom:0;left:0;right:0;z-index:300;background:#060d1a;border-top:.5px solid var(--border);padding:.75rem 1rem;gap:.75rem}
.sticky-cta-call{display:flex;align-items:center;justify-content:center;gap:8px;flex:1;background:var(--gold);color:var(--sky);padding:12px;border-radius:4px;font-size:14px;font-weight:500;text-decoration:none;letter-spacing:.04em}
.sticky-cta-icon{font-size:16px}
.sticky-cta-quote{flex:1;background:transparent;color:var(--white);border:.5px solid rgba(242,237,227,.3);padding:12px;border-radius:4px;font-family:'DM Sans',sans-serif;font-size:14px;font-weight:400;cursor:pointer;letter-spacing:.04em;transition:border-color .2s}
.sticky-cta-quote:hover{border-color:var(--gold);color:var(--gold)}

/* ── FOCUS STYLES (accessibility) ── */
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--gold);outline-offset:3px}

/* ── IMPROVED FORM VALIDATION STATES ── */
.ffield input:invalid:not(:placeholder-shown){border-color:rgba(224,74,74,.5)}
.ffield input:valid:not(:placeholder-shown){border-color:rgba(100,200,120,.35)}

/* ── SMOOTH SECTION TRANSITIONS ── */
section.active{animation:sectionIn .35s ease}
@keyframes sectionIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}

/* ── DESTINATION CARDS — better hover ── */
.dest-card{position:relative;overflow:hidden}
.dest-card::after{content:'Book this route \2192';position:absolute;bottom:-1.8rem;left:0;right:0;text-align:center;font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--gold);padding:.5rem;transition:bottom .2s}
.dest-card:hover::after{bottom:.2rem}

/* ── PHONE LINKS ── */
a[href^="tel"]{color:inherit;text-decoration:none}
a[href^="tel"]:hover{color:var(--gold)}

/* ── MOBILE STICKY SHOW ── */
@media(max-width:768px){
  .sticky-cta{display:flex}
  body{padding-bottom:72px}
  .ffield input,.ffield textarea,.ffield select{font-size:16px}
  .trust-item{border-right:none;border-bottom:.5px solid var(--border);width:100%;justify-content:center}
  .trust-strip{flex-direction:column}
  .mid-cta-headline{font-size:1.8rem}
}
@media(min-width:769px){
  .trust-strip{flex-direction:row}
}


/* ── LOGO ── */
.nav-logo-img{display:flex;align-items:center;cursor:pointer;text-decoration:none;flex-shrink:0}
.nav-logo-image{height:44px;width:auto;display:block;transition:opacity .2s}
.nav-logo-img:hover .nav-logo-image{opacity:.85}
.hero-logo-wrap{margin-bottom:1.5rem;opacity:0;animation:fadeUp .8s ease forwards 0s}
.hero-logo{width:min(480px,80vw);height:auto;display:block;margin:0 auto;filter:drop-shadow(0 4px 24px rgba(139,18,18,.4))}

/* ── NAV HEADER COLOR (crimson from logo) ── */
.nav-logo{color:var(--crimson2)!important}


/* --- multipage additions 2026-08-29 --- */
.crew-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;margin:2rem 0;align-items:start}
.crew-card{background:var(--card);border:.5px solid var(--border);border-radius:8px;overflow:hidden}
.crew-photo{width:100%;aspect-ratio:4/5;object-fit:cover;display:block;background:#101c33}
.crew-photo-ph{width:100%;aspect-ratio:4/5;display:flex;align-items:center;justify-content:center;
  background:linear-gradient(160deg,#101c33,#0a1424);color:var(--muted);font-size:11px;
  letter-spacing:.16em;text-transform:uppercase;text-align:center;padding:1rem;border-bottom:.5px solid var(--border)}
.crew-body{padding:1.3rem}
.crew-name{font-family:'Cormorant Garamond',serif;font-size:1.45rem;font-weight:400;color:var(--white);margin-bottom:.2rem}
.crew-role{font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--gold);margin-bottom:.9rem}
.crew-body p{font-size:14px;line-height:1.7;color:var(--muted);margin-bottom:.7rem}
.crew-body ul{list-style:none;font-size:13px;color:var(--muted);line-height:1.9}
.crew-body ul li::before{content:'· ';color:var(--gold)}
.tbl{width:100%;border-collapse:collapse;margin:1.5rem 0;font-size:14px}
.tbl th,.tbl td{text-align:left;padding:.8rem 1rem;border-bottom:.5px solid var(--border);color:var(--muted)}
.tbl th{color:var(--gold);font-size:11px;letter-spacing:.12em;text-transform:uppercase;font-weight:400}
.tbl td strong{color:var(--white);font-weight:400}
.notebox{background:var(--card);border:.5px solid var(--border);border-left:2px solid var(--gold);
  border-radius:6px;padding:1.2rem 1.4rem;margin:1.5rem 0;font-size:13px;color:var(--muted);line-height:1.7}

/* --- 2026-08-29 FIX: width/height attributes were added for CLS, but with no height:auto
   both dimensions became definite, so every CSS aspect-ratio was ignored and object-fit
   cropped into a full-height box. height:auto restores aspect-ratio control. --- */
img{height:auto}

/* --- trip type toggle --- */
.trip-toggle{display:flex;align-items:center;gap:.6rem;margin:0 0 1rem}
.trip-toggle input[type=checkbox]{appearance:none;-webkit-appearance:none;width:18px;height:18px;flex:0 0 18px;
  border:1px solid rgba(201,168,76,.45);border-radius:3px;background:rgba(255,255,255,.05);cursor:pointer;
  position:relative;transition:background .15s,border-color .15s}
.trip-toggle input[type=checkbox]:checked{background:var(--gold);border-color:var(--gold)}
.trip-toggle input[type=checkbox]:checked::after{content:'';position:absolute;left:5px;top:1px;width:5px;height:10px;
  border:solid var(--sky);border-width:0 2px 2px 0;transform:rotate(45deg)}
.trip-toggle input[type=checkbox]:focus-visible{outline:2px solid var(--gold);outline-offset:2px}
.trip-toggle label{font-size:11px;text-transform:uppercase;letter-spacing:.1em;color:var(--white);cursor:pointer;margin:0}
.trip-hint{font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:rgba(122,143,168,.75);margin-left:auto}
.trip-row.rt{grid-template-columns:1fr 1fr 1fr}
@media(max-width:640px){.frow{grid-template-columns:1fr}}

/* --- 2026-08-29 FIX: the `hidden` attribute maps to UA display:none, which any author
   display rule (.ffield{display:flex}) silently overrides. Without this the Return Date
   field was visible from page load despite element.hidden === true. --- */
[hidden]{display:none!important}

/* --- 2026-08-29 MOBILE FIXES --- */

/* 1. Safety net. `.img-wrap` (company page) has no rule, so its image rendered at its
   natural 2048px and blew the page out sideways on every viewport, desktop included. */
img{max-width:100%}

/* 2. The fleet table is 4 columns of fixed content; below 700px it exceeds a phone.
   Scroll it inside its own container so the page body never moves sideways. */
.tbl-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;margin:1.5rem 0}
.tbl-wrap .tbl{margin:0;min-width:420px}
@media(max-width:480px){.tbl th,.tbl td{padding:.7rem .6rem;font-size:13px}}

/* 3. PRE-EXISTING, inherited from the single-page site: .ext-gallery collapses to one
   column at 768px, but .ext-main and .ext-side keep grid-column:1 / grid-column:2 from
   the top-level rules, so .ext-side was placed in an implicit second column outside the
   container. Live on the old site too. */
@media(max-width:768px){
  .ext-main,.ext-side{grid-column:1}
  .ext-main{grid-row:auto}
  .ext-side{grid-row:auto;min-height:0}
}

/* 4. The round-trip row must collapse on a phone; .trip-row.rt (0,2,0) outranked the
   .frow rule inside the media query (0,1,0), so it stayed three columns wide. */
@media(max-width:640px){.frow,.trip-row,.trip-row.rt{grid-template-columns:1fr}}

/* 5. PRE-EXISTING: at <=768px .ext-side becomes flex-direction:row while its images keep
   width:100%, so two full-width images sit side by side and the second lands outside the
   page. Grid with two equal tracks is what the row was reaching for. */
@media(max-width:768px){
  .ext-side{display:grid;grid-template-columns:1fr 1fr;gap:4px}
  .ext-side img{width:100%;min-width:0}
}

/* 6. Touch targets. Footer links rendered 19px tall and the contact links 24-29px, below
   the ~44px guidance and close enough together to be flagged as "tap targets too close".
   Padding only - nothing moves on desktop. */
@media(max-width:768px){
  .foot-links a{display:inline-block;padding:.6rem .35rem}
  .c-val{display:inline-block;padding:.3rem 0}
  .foot-copy a{display:inline-block;padding:.4rem 0}
  .trip-toggle{padding:.3rem 0}
  .trip-toggle label{padding:.6rem 0}
  .nav-menu a,.mobile-menu a{padding:.7rem .4rem}
}

/* 7. On a narrow phone the "Round trip" label and the state hint both wrap to two lines
   beside each other. The checkbox already says what it does - drop the hint below 480px. */
@media(max-width:480px){.trip-hint{display:none}.trip-toggle label{padding:.6rem 0;white-space:nowrap}}

.crew-pending{color:#8a8a8a;font-style:italic;font-size:.92em;margin:.35rem 0 0}

.news-item{border-top:.5px solid var(--border);padding:2.2rem 0;max-width:760px}
.news-item:first-of-type{border-top:none}
.news-date{font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:var(--gold);margin-bottom:.6rem}
.news-head{font-family:'Cormorant Garamond',serif;font-size:1.9rem;font-weight:400;color:var(--white);line-height:1.25;margin:0 0 1rem}
.news-item p{font-size:15px;line-height:1.8;color:var(--muted);margin-bottom:1rem}
@media(max-width:640px){.news-head{font-size:1.5rem}}

@media(min-width:1081px) and (max-width:1400px){
  nav{padding:0 1.2rem}
  .nav-menu{gap:1.15rem}
  .nav-menu a{font-size:11px;letter-spacing:.06em;white-space:nowrap}
  .nav-logo{white-space:nowrap;font-size:1.05rem}
}

@media(min-width:769px) and (max-width:1080px){
  .nav-menu{display:none}
  .hamburger{display:flex}
}

.news-dl{margin-top:1.2rem!important;font-size:13px;letter-spacing:.04em}
.news-dl a{text-decoration:none;border-bottom:.5px solid rgba(201,162,39,.45);padding-bottom:2px}
