/* =========================================================
   Mohahlaula Airlines
   Palette sampled from the brand logo:
   slate-teal navy #13303C, logo gold #E0C44E
   Display: Cormorant Garamond  |  Body/UI: Manrope
   ========================================================= */

:root{
  --ink:#0C1D23;
  --navy:#13303C;
  --navy-deep:#0D242D;
  --gold:#D9B441;          /* accent / lines / text on dark */
  --gold-btn:#E0C44E;      /* button fill (logo gold) */
  --gold-btn-hover:#CFAF38;
  --cream:#FAF8F2;
  --paper:#FFFFFF;
  --steel:#5F747C;         /* muted captions/labels */
  --line:#E7E1D4;          /* hairline on cream */
  --line-dark:rgba(217,180,65,.28);

  --wrap:1160px;
  --gap:clamp(1.25rem,4vw,3rem);
  --radius:2px;

  --f-display:"Cormorant Garamond",Georgia,"Times New Roman",serif;
  --f-body:"Manrope",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
}

*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
body{
  margin:0;
  font-family:var(--f-body);
  font-size:clamp(1rem,.96rem + .2vw,1.075rem);
  line-height:1.65;
  color:var(--ink);
  background:var(--cream);
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
img{max-width:100%;height:auto;display:block}
a{color:inherit}
h1,h2,h3,h4{font-family:var(--f-display);font-weight:600;line-height:1.08;margin:0 0 .5em;letter-spacing:.005em}
p{margin:0 0 1.1rem}
ul{margin:0 0 1.1rem}

/* ---- Accessibility helpers ---- */
.skip{position:absolute;left:-999px;top:auto;background:var(--gold-btn);color:var(--navy);
  padding:.7rem 1.1rem;border-radius:var(--radius);font-weight:700;z-index:200}
.skip:focus{left:1rem;top:1rem}
:focus-visible{outline:3px solid var(--gold);outline-offset:2px}
.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}

/* ---- Layout ---- */
.wrap{width:100%;max-width:var(--wrap);margin-inline:auto;padding-inline:clamp(1.15rem,4vw,2rem)}
.section{padding-block:clamp(3.2rem,7vw,5.75rem)}
.section--tight{padding-block:clamp(2.4rem,5vw,3.75rem)}
.section--paper{background:var(--paper)}
.section--navy{background:var(--navy);color:#EAF1F2}
.section--navy h2,.section--navy h3{color:#fff}

/* Signature motif: the flight line — a gold hairline broken by a chevron
   node that echoes the wing in the logo. Used as an eyebrow above headings. */
.flightline{display:flex;align-items:center;gap:.85rem;margin:0 0 1.1rem;
  font-family:var(--f-body);font-size:.72rem;font-weight:700;letter-spacing:.22em;
  text-transform:uppercase;color:var(--gold)}
.flightline::after{content:"";flex:1;height:1px;
  background:linear-gradient(90deg,var(--gold),transparent)}
.flightline .chev{width:16px;height:9px;flex:none}
.section--navy .flightline{color:var(--gold)}
.flightline--center{justify-content:center;text-align:center}
.flightline--center::after{display:none}
.flightline--center::before{content:"";height:1px;width:44px;
  background:linear-gradient(90deg,transparent,var(--gold))}

/* ---- Buttons ---- */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;
  font-family:var(--f-body);font-weight:700;font-size:.94rem;letter-spacing:.02em;
  padding:.95rem 1.6rem;border-radius:var(--radius);border:1.5px solid transparent;
  text-decoration:none;cursor:pointer;transition:background .18s ease,color .18s ease,border-color .18s ease;
  min-height:48px}
.btn--gold{background:var(--gold-btn);color:var(--navy);border-color:var(--gold-btn)}
.btn--gold:hover{background:var(--gold-btn-hover);border-color:var(--gold-btn-hover)}
.btn--ghost{background:rgba(255,255,255,.06);color:#fff;border-color:rgba(255,255,255,.55)}
.btn--ghost:hover{background:rgba(255,255,255,.14);border-color:#fff}
.btn--navy{background:var(--navy);color:#fff;border-color:var(--navy)}
.btn--navy:hover{background:var(--navy-deep)}
.btn--outline{background:transparent;color:var(--navy);border-color:var(--navy)}
.btn--outline:hover{background:var(--navy);color:#fff}
.btn--wide{width:100%}

/* ---- Header ---- */
.site-header{position:fixed;inset:0 0 auto 0;z-index:100;
  transition:background .25s ease,box-shadow .25s ease,padding .25s ease;
  padding-block:.6rem}
.site-header::after{content:"";position:absolute;inset:0;z-index:-1;
  background:linear-gradient(180deg,rgba(12,29,35,.55),transparent);pointer-events:none;opacity:1;transition:opacity .25s}
.site-header.is-solid{background:var(--navy);box-shadow:0 1px 0 var(--line-dark)}
.site-header.is-solid::after{opacity:0}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem}
.brand{display:inline-flex;align-items:center;text-decoration:none;line-height:1;padding:.3rem 0}
.brand__plate{display:inline-flex;align-items:center;justify-content:center;
  background:var(--cream);border-radius:3px;padding:.5rem .85rem;
  box-shadow:0 2px 10px rgba(6,16,20,.18);transition:background .18s ease}
.brand:hover .brand__plate{background:#fff}
.brand__logo{height:42px;width:auto;display:block}
@media (max-width:520px){
  .brand__logo{height:34px}
  .brand__plate{padding:.4rem .65rem}
}

/* Nav */
.nav-toggle{display:inline-flex;flex-direction:column;justify-content:center;gap:5px;
  width:46px;height:46px;padding:11px;background:transparent;border:0;cursor:pointer}
.nav-toggle span{height:2px;width:100%;background:#fff;border-radius:2px;transition:transform .25s,opacity .2s}
.nav-toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.nav-toggle[aria-expanded="true"] span:nth-child(2){opacity:0}
.nav-toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

.site-nav ul{list-style:none;display:flex;align-items:center;gap:.35rem;margin:0;padding:0}
.site-nav a{display:inline-block;text-decoration:none;color:#EAF1F2;font-weight:600;font-size:.9rem;
  letter-spacing:.02em;padding:.6rem .85rem;border-radius:var(--radius)}
.site-nav a:hover,.site-nav a[aria-current="page"]{color:#fff;background:rgba(255,255,255,.08)}
.site-nav .btn{color:var(--navy);margin-left:.5rem}
.site-nav .btn:hover{color:var(--navy)}

@media (max-width:860px){
  .nav-toggle{display:inline-flex}
  .site-nav{position:fixed;inset:0 0 0 auto;width:min(320px,84vw);background:var(--navy-deep);
    transform:translateX(100%);transition:transform .3s ease;padding:5.5rem 1.5rem 2rem;
    box-shadow:-20px 0 60px rgba(0,0,0,.4);overflow-y:auto}
  .site-nav.is-open{transform:translateX(0)}
  .site-nav ul{flex-direction:column;align-items:stretch;gap:.15rem}
  .site-nav a{padding:.9rem .75rem;font-size:1.02rem;border-bottom:1px solid var(--line-dark);border-radius:0}
  .site-nav .btn{margin:1.1rem 0 0;justify-content:center}
  .nav-backdrop{position:fixed;inset:0;background:rgba(8,18,22,.5);opacity:0;visibility:hidden;
    transition:opacity .3s;z-index:90}
  .nav-backdrop.is-open{opacity:1;visibility:visible}
}
@media (min-width:861px){.nav-toggle{display:none}.nav-backdrop{display:none}}

/* ---- Hero ---- */
.hero{position:relative;min-height:100svh;display:flex;align-items:flex-end;
  color:#fff;overflow:hidden;isolation:isolate}
.hero__img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2}
.hero::after{content:"";position:absolute;inset:0;z-index:-1;
  background:linear-gradient(180deg,rgba(12,29,35,.22) 0%,rgba(12,29,35,.05) 38%,rgba(12,29,35,.62) 100%)}
.hero__inner{padding-block:clamp(2.5rem,7vw,5rem) clamp(2.75rem,7vw,4.5rem);width:100%}
.hero__title{font-size:clamp(2.9rem,7.4vw,5.4rem);font-weight:500;max-width:15ch;
  text-shadow:0 2px 24px rgba(6,16,20,.35);margin-bottom:.35em}
.hero__lead{font-family:var(--f-body);font-size:clamp(1.05rem,1rem + .5vw,1.3rem);font-weight:500;
  max-width:46ch;color:#F3EEE2;margin-bottom:1.9rem;text-shadow:0 1px 12px rgba(6,16,20,.4)}
.hero__cta{display:flex;flex-direction:column;gap:.75rem;max-width:440px}
@media (min-width:560px){.hero__cta{flex-direction:row}.hero__cta .btn{flex:1}}
.hero__note{margin:1.5rem 0 0;font-size:.85rem;color:#E4DDCB;font-weight:500;max-width:52ch}

/* Compact page header (inner pages) */
.pagehead{background:var(--navy);color:#fff;padding-top:clamp(6.5rem,12vw,8rem);
  padding-bottom:clamp(2.5rem,6vw,3.75rem)}
.pagehead__title{font-size:clamp(2.3rem,5.5vw,3.6rem);font-weight:500;margin-bottom:.25em;max-width:20ch}
.pagehead__lead{font-family:var(--f-body);max-width:60ch;color:#D8E2E3;font-size:1.08rem;margin:0}

/* ---- Lead / prose ---- */
.lead{font-size:clamp(1.15rem,1.05rem + .55vw,1.45rem);line-height:1.5;
  font-family:var(--f-display);font-weight:500;color:var(--navy);max-width:34ch}
.measure{max-width:66ch}
.eyebrow{font-weight:700;font-size:.72rem;letter-spacing:.22em;text-transform:uppercase;color:var(--steel)}

/* Two-column intro */
.split{display:grid;gap:clamp(1.5rem,4vw,3.5rem);align-items:start}
@media (min-width:820px){.split{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr)}}
.split--media{align-items:center}
.split__media img{border-radius:var(--radius);width:100%;object-fit:cover;box-shadow:0 24px 50px -30px rgba(12,29,35,.55)}
@media (min-width:820px){.split--rev .split__media{order:-1}}

/* ---- "Who we serve" band ---- */
.serve{display:grid;gap:1.5rem}
@media (min-width:720px){.serve{grid-template-columns:1fr 1fr}}
.serve__card{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);
  padding:clamp(1.4rem,3vw,2rem)}
.serve__card--yes{border-top:3px solid var(--gold)}
.serve__card--no{border-top:3px solid var(--steel)}
.serve__card h3{font-family:var(--f-body);font-weight:700;font-size:1.05rem;letter-spacing:.01em;
  display:flex;align-items:center;gap:.6rem;margin-bottom:.9rem}
.serve__list{list-style:none;padding:0;margin:0}
.serve__list li{position:relative;padding:.45rem 0 .45rem 1.7rem;border-bottom:1px solid var(--line);
  font-size:.98rem}
.serve__list li:last-child{border-bottom:0}
.serve__list li::before{position:absolute;left:0;top:.5rem;font-weight:700;font-size:.95rem}
.serve__list--yes li::before{content:"\2713";color:#3f7d54}
.serve__list--no li::before{content:"\2715";color:#a04b4b}

/* ---- Service cards ---- */
.cards{display:grid;gap:1.5rem}
@media (min-width:680px){.cards{grid-template-columns:1fr 1fr}}
.card{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);
  overflow:hidden;display:flex;flex-direction:column}
.section--navy .card{background:var(--navy-deep);border-color:var(--line-dark);color:#DCE6E7}
.card__media{aspect-ratio:16/10;overflow:hidden}
.card__media img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}
.card:hover .card__media img{transform:scale(1.04)}
.card__body{padding:clamp(1.3rem,2.6vw,1.75rem);display:flex;flex-direction:column;flex:1}
.card__kicker{font-weight:700;font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:.55rem}
.card h3{font-size:1.75rem;margin-bottom:.4rem}
.card p{font-size:.97rem;margin-bottom:1.2rem}
.card__link{margin-top:auto;text-decoration:none;font-weight:700;font-size:.9rem;color:var(--navy);
  display:inline-flex;align-items:center;gap:.4rem}
.section--navy .card__link{color:var(--gold)}
.card__link:hover{gap:.65rem}

/* ---- Stats ---- */
.stats{display:grid;gap:1.5rem;text-align:center}
@media (min-width:640px){.stats{grid-template-columns:repeat(3,1fr)}}
.stat__num{font-family:var(--f-display);font-weight:600;font-size:clamp(2.8rem,6vw,3.9rem);
  line-height:1;color:var(--gold)}
.stat__label{font-size:.95rem;color:#CBD8D9;margin-top:.4rem}
.stats--divided .stat + .stat{border-top:1px solid var(--line-dark)}
@media (min-width:640px){.stats--divided .stat + .stat{border-top:0;border-left:1px solid var(--line-dark)}}

/* ---- Feature list ---- */
.feature{display:grid;gap:1.25rem}
@media (min-width:720px){.feature{grid-template-columns:1fr 1fr}}
.feature__item{padding:1.25rem 0;border-top:1px solid var(--line)}
.feature__item h3{font-family:var(--f-body);font-weight:700;font-size:1.06rem;margin-bottom:.35rem}
.feature__item p{font-size:.96rem;margin:0;color:#3a4a4f}

/* ---- Scenic band ---- */
.band{position:relative;min-height:clamp(280px,42vw,440px);display:flex;align-items:center;color:#fff;overflow:hidden}
.band__img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2}
.band::after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(12,29,35,.72),rgba(12,29,35,.25))}
.band__title{font-size:clamp(1.9rem,4.5vw,3rem);max-width:20ch;margin:0}
.band__lead{max-width:48ch;color:#EFEADF;font-family:var(--f-body);margin:.75rem 0 0}

/* ---- FAQ ---- */
.faq{max-width:820px}
.faq details{border-bottom:1px solid var(--line);padding:.35rem 0}
.faq summary{cursor:pointer;list-style:none;padding:1rem 2.5rem 1rem 0;position:relative;
  font-family:var(--f-body);font-weight:700;font-size:1.06rem;color:var(--navy)}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:"+";position:absolute;right:.3rem;top:.85rem;font-size:1.5rem;
  font-weight:400;color:var(--gold);transition:transform .2s}
.faq details[open] summary::after{content:"\2013"}
.faq details p{margin:0 0 1.1rem;color:#39494e;max-width:70ch}

/* ---- Forms ---- */
.formcard{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);
  padding:clamp(1.5rem,4vw,2.75rem)}
.form-grid{display:grid;gap:1.15rem}
@media (min-width:640px){.form-grid{grid-template-columns:1fr 1fr}.form-grid .full{grid-column:1/-1}}
.field{display:flex;flex-direction:column;gap:.4rem}
.field label{font-weight:700;font-size:.86rem;letter-spacing:.01em}
.field .req{color:#a04b4b}
.field input,.field select,.field textarea{
  font-family:var(--f-body);font-size:1rem;color:var(--ink);background:var(--cream);
  border:1px solid var(--line);border-radius:var(--radius);padding:.8rem .9rem;width:100%}
.field textarea{resize:vertical;min-height:130px}
.field input:focus,.field select:focus,.field textarea:focus{outline:3px solid var(--gold);outline-offset:1px;border-color:var(--gold)}
.field .hint{font-size:.8rem;color:var(--steel)}
.form-actions{margin-top:1.6rem;display:flex;flex-wrap:wrap;gap:.9rem;align-items:center}
.form-note{font-size:.85rem;color:var(--steel);margin:.4rem 0 0}

/* ---- Info rows ---- */
.inforow{display:grid;gap:1.25rem}
@media (min-width:720px){.inforow{grid-template-columns:repeat(3,1fr)}}
.info{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);padding:1.5rem}
.info h3{font-family:var(--f-body);font-weight:700;font-size:1rem;margin-bottom:.5rem}
.info p,.info a{font-size:.95rem;margin:0;color:#39494e;text-decoration:none;word-break:break-word}
.info a:hover{color:var(--navy);text-decoration:underline}

/* ---- Callout ---- */
.callout{background:var(--navy);color:#fff;border-radius:var(--radius);
  padding:clamp(1.75rem,4vw,3rem);display:grid;gap:1.5rem;align-items:center}
@media (min-width:760px){.callout{grid-template-columns:1.4fr auto}}
.callout h2{color:#fff;margin-bottom:.3rem}
.callout p{color:#D3DEDF;margin:0;max-width:52ch}
.callout__actions{display:flex;flex-wrap:wrap;gap:.8rem}

/* ---- Footer ---- */
.site-footer{background:var(--navy-deep);color:#C6D2D3;padding-block:clamp(2.75rem,6vw,4rem) 1.75rem;font-size:.92rem}
.footer-grid{display:grid;gap:2rem}
@media (min-width:720px){.footer-grid{grid-template-columns:1.5fr 1fr 1.2fr}}
.brand__plate--lg{padding:.6rem 1rem}
.footer-logo{height:50px;width:auto;display:block}
.footer-brand p{margin:1.1rem 0 0;max-width:34ch;color:#A8B7B8}
.site-footer h4{font-family:var(--f-body);font-weight:700;font-size:.8rem;letter-spacing:.18em;
  text-transform:uppercase;color:var(--gold);margin-bottom:.9rem}
.site-footer ul{list-style:none;margin:0;padding:0}
.site-footer li{margin-bottom:.55rem}
.site-footer a{color:#C6D2D3;text-decoration:none}
.site-footer a:hover{color:#fff;text-decoration:underline}
.footer-bottom{margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid var(--line-dark);
  display:flex;flex-wrap:wrap;gap:.6rem 1.5rem;justify-content:space-between;align-items:center;
  font-size:.82rem;color:#8FA0A1}
.footer-legal{display:flex;flex-wrap:wrap;gap:.4rem 1.1rem}
.footer-legal a{color:#8FA0A1}

/* ---- Utilities ---- */
.stack > * + *{margin-top:1.1rem}
.mt-0{margin-top:0}
.center{text-align:center}
.hidden{display:none}

@media (prefers-reduced-motion:reduce){
  *,*::before,*::after{animation-duration:.001ms !important;transition-duration:.001ms !important;
    scroll-behavior:auto !important}
  .card:hover .card__media img{transform:none}
}

/* ---- Process steps ---- */
.steps{display:grid;gap:1.25rem;counter-reset:step}
@media (min-width:640px){.steps{grid-template-columns:repeat(2,1fr)}}
@media (min-width:980px){.steps{grid-template-columns:repeat(4,1fr)}}
.step{padding-top:1.1rem;border-top:2px solid var(--gold)}
.step__n{font-family:var(--f-display);font-weight:600;font-size:1.6rem;color:var(--gold);line-height:1}
.step h3{font-family:var(--f-body);font-weight:700;font-size:1.05rem;margin:.5rem 0 .4rem}
.step p{font-size:.94rem;margin:0;color:#3a4a4f}
.section--navy .step p{color:#C9D5D6}
.section--navy .step{border-top-color:var(--gold)}

/* ---- Prose page (legal) ---- */
.prose{max-width:760px}
.prose h2{font-size:clamp(1.6rem,3vw,2.1rem);margin-top:2.5rem}
.prose h2:first-child{margin-top:0}
.prose h3{font-family:var(--f-body);font-weight:700;font-size:1.1rem;margin-top:1.6rem}
.prose ul{padding-left:1.2rem}
.prose li{margin-bottom:.4rem}

/* ---- Heading + spacing utilities ---- */
.h-lg{font-size:clamp(2rem,4.5vw,3rem)}
.h-md{font-size:clamp(1.7rem,3.5vw,2.4rem)}
.mb-1{margin-bottom:1rem}
.mb-2{margin-bottom:2rem}
.mb-3{margin-bottom:2.75rem}
.mt-2{margin-top:2rem}
.max-18{max-width:18ch}
.max-20{max-width:20ch}
.muted{color:var(--steel)}
.section--navy .lead{color:#fff}

/* ---- Social links (small row in the footer bottom bar) ---- */
.social-list{list-style:none;display:flex;align-items:center;gap:.35rem;margin:0;padding:0}
.social-list li{margin:0}
.social-list a{display:inline-flex;align-items:center;justify-content:center;
  width:30px;height:30px;border-radius:50%;border:1px solid var(--line-dark);
  text-decoration:none;transition:background .18s ease,border-color .18s ease}
.social-list svg{width:15px;height:15px;flex:none;fill:var(--gold);transition:fill .18s ease}
.social-list a:hover{background:var(--gold);border-color:var(--gold)}
.social-list a:hover svg{fill:var(--navy-deep)}

.footer-credit{color:#8FA0A1}
.footer-bottom{gap:.75rem 1.75rem}

/* ---- Enquiry forms: honeypot + error banner ---- */
.hp-field{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}
.form-error{background:#FDF1F1;border:1px solid #E2B9B9;border-left:3px solid #A04B4B;
  border-radius:var(--radius);color:#6E2F2F;padding:.9rem 1.1rem;margin:0 0 1.4rem;font-size:.94rem}
.form-error a{color:#6E2F2F}
