:root{--navy:#10233f;--navy2:#183457;--cream:#f7f1e7;--paper:#fffdf9;--gold:#d6a94f;--ink:#1d2a39;--muted:#687383;--radius:22px;--shadow:0 18px 60px rgba(16,35,63,.10)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:"DM Sans",system-ui,sans-serif;color:var(--ink);background:var(--paper);line-height:1.6}img{max-width:100%;display:block}a{color:inherit}.wrap{width:min(1120px,calc(100% - 40px));margin:auto}
.site-header{position:sticky;top:0;z-index:20;background:rgba(255,253,249,.88);backdrop-filter:blur(14px);border-bottom:1px solid rgba(16,35,63,.06)}.header-inner{min-height:76px;display:flex;align-items:center;justify-content:space-between}.brand{font-weight:700;text-decoration:none;font-size:1.3rem;letter-spacing:-.03em;color:var(--navy)}.dot{color:var(--gold)}.nav{display:flex;gap:24px;align-items:center}.nav a{text-decoration:none;font-size:.95rem}.nav-cta{border:1px solid var(--navy);padding:9px 14px;border-radius:999px}
.hero{padding:88px 0 76px;background:radial-gradient(circle at 80% 10%,rgba(214,169,79,.16),transparent 30%),linear-gradient(180deg,#fffdf9 0%,#f8f3eb 100%);overflow:hidden}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:70px;align-items:center}.eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:.74rem;font-weight:700;color:var(--gold);margin:0 0 14px}
h1,h2,h3{margin-top:0;color:var(--navy);line-height:1.05}h1{font-family:"Fraunces",serif;font-size:clamp(3.3rem,7vw,6.5rem);letter-spacing:-.055em;margin-bottom:22px}h2{font-family:"Fraunces",serif;font-size:clamp(2.2rem,4vw,4rem);letter-spacing:-.04em}h3{font-size:1.25rem;letter-spacing:-.02em}.accent{color:var(--gold)}.lede{font-size:1.18rem;max-width:640px;color:#435064}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px}.button{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:13px 20px;font-weight:700;text-decoration:none;transition:.2s ease;min-height:48px}.button:hover{transform:translateY(-2px)}.primary{background:var(--navy);color:white}.ghost{border:1px solid var(--navy);color:var(--navy)}.cream{background:var(--cream);color:var(--navy)}
.audience-strip{display:flex;gap:30px;margin-top:42px;flex-wrap:wrap}.audience-strip div{display:flex;flex-direction:column}.audience-strip strong{font-size:1.35rem;color:var(--navy)}.audience-strip span{font-size:.8rem;color:var(--muted)}
.hero-visual{position:relative;min-height:540px}.photo-card{position:absolute;overflow:hidden;background:#e9e1d4;border-radius:28px;box-shadow:var(--shadow);border:10px solid white}.photo-card.large{width:82%;height:470px;right:0;top:10px;transform:rotate(2deg)}.photo-card img{width:100%;height:100%;object-fit:cover}.placeholder{background:linear-gradient(135deg,rgba(16,35,63,.06),rgba(214,169,79,.16)),repeating-linear-gradient(45deg,transparent,transparent 18px,rgba(16,35,63,.03) 18px,rgba(16,35,63,.03) 36px)}.doodle{position:absolute;color:var(--gold);font-size:2.2rem}.plane{left:3%;top:11%;transform:rotate(-18deg)}.trail{left:1%;top:18%;font-size:1.5rem;transform:rotate(-12deg);letter-spacing:-4px}.note-card{position:absolute;left:0;bottom:26px;background:white;border-radius:16px;padding:14px 18px;box-shadow:var(--shadow);font-weight:600;transform:rotate(-3deg);max-width:220px}
.marquee{background:var(--navy);color:white;padding:18px 0}.marquee-inner{display:flex;justify-content:space-between;gap:24px;flex-wrap:wrap;font-size:.78rem;letter-spacing:.14em;font-weight:700}.section{padding:100px 0}.soft{background:var(--cream)}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:70px}.prose{font-size:1.08rem;color:#435064}.section-head{display:grid;grid-template-columns:1.3fr .7fr;gap:40px;align-items:end;margin-bottom:46px}.section-head>p{color:var(--muted);max-width:400px;justify-self:end}
.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.service-card{background:white;padding:28px;border-radius:var(--radius);min-height:250px;box-shadow:0 8px 28px rgba(16,35,63,.05)}.service-num{font-size:.8rem;color:var(--gold);font-weight:700}.service-card h3{margin-top:52px}.service-card p{color:var(--muted)}
.portfolio-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.video-card{position:relative;border-radius:22px;overflow:hidden;background:#0b192e;aspect-ratio:9/16;box-shadow:0 14px 36px rgba(16,35,63,.10)}.video-card video{width:100%;height:100%;object-fit:cover;display:block;background:#0b192e}.video-placeholder{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:24px;background:linear-gradient(145deg,rgba(16,35,63,.96),rgba(24,52,87,.88));color:white;pointer-events:none}.video-placeholder span{font-family:"Fraunces",serif;font-size:1.45rem;margin-bottom:8px}.video-card:has(video[poster]) .video-placeholder{opacity:.96}.video-card video[src],.video-card video:not(:empty){position:relative;z-index:2}.kicker{text-transform:uppercase;letter-spacing:.12em;font-size:.7rem;font-weight:700;color:var(--gold);margin:18px 0 8px}.portfolio-item p:last-child{color:var(--muted)}
.proof{background:var(--navy);color:white}.proof h2{color:white}.proof-layout{display:grid;grid-template-columns:.78fr 1.22fr;gap:72px;align-items:center}.proof-photo-wrap{display:flex;justify-content:center}.proof-photo-card{background:white;padding:10px 10px 16px;border-radius:22px;box-shadow:0 18px 50px rgba(0,0,0,.18);transform:rotate(-2.2deg);max-width:380px;width:100%}.proof-photo-card img{width:100%;aspect-ratio:4/5;object-fit:cover;border-radius:14px}.proof-caption{font-size:.9rem;color:var(--navy);font-weight:600;text-align:center;margin-top:10px;font-family:"Fraunces",serif;font-style:italic}.proof-copy{min-width:0}.proof-points{display:grid;margin-top:28px}.proof-points div{display:grid;grid-template-columns:52px 1fr;gap:10px;align-items:center;border-top:1px solid rgba(255,255,255,.16);padding:18px 0}.proof-points strong{color:var(--gold)}.proof-points p{margin:0}
.contact{background:var(--navy2);color:white;text-align:center;padding:110px 0;position:relative;overflow:hidden}.contact:before{content:"✈";position:absolute;font-size:180px;opacity:.045;right:8%;top:-30px;transform:rotate(18deg)}.contact h2{color:white;margin-bottom:16px}.contact-inner>p:not(.eyebrow){max-width:650px;margin:0 auto 28px;color:#dce3ed}.light{color:#f2cd7c}.contact-links{display:flex;gap:18px;justify-content:center;margin-top:30px}.contact-links a{color:white;text-underline-offset:4px}
.footer{background:#0b192e;color:#aeb9c8;padding:24px 0;font-size:.86rem}.footer-inner{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap}
@media(max-width:900px){.hero-grid,.two-col,.section-head,.proof-layout{grid-template-columns:1fr}.hero-visual{min-height:430px}.photo-card.large{height:390px;width:88%;right:3%}.service-grid{grid-template-columns:1fr 1fr}.portfolio-grid{grid-template-columns:1fr 1fr}.section-head>p{justify-self:start}.proof-photo-card{max-width:420px}.proof-photo-wrap{justify-content:flex-start}}
@media(max-width:620px){.wrap{width:min(100% - 26px,1120px)}.nav a:not(.nav-cta){display:none}.hero{padding-top:56px}h1{font-size:clamp(3rem,16vw,4.8rem)}.hero-visual{min-height:360px}.photo-card.large{height:330px;width:90%}.note-card{font-size:.86rem}.service-grid{grid-template-columns:1fr}.portfolio-grid{grid-template-columns:1fr}.audience-strip{gap:20px}.section{padding:76px 0}.footer-inner{flex-direction:column}}

.portfolio-link{display:inline-block;margin-top:6px;color:var(--navy);font-weight:700;text-decoration:none;border-bottom:1px solid rgba(16,35,63,.25);padding-bottom:2px}.portfolio-link:hover{border-bottom-color:var(--gold);color:var(--gold)}

/* --- Mobile refinement v0.12 --- */
@media (max-width: 900px){
  .hero{
    padding:58px 0 54px;
  }

  .hero-grid{
    gap:34px;
  }

  .hero-copy{
    max-width:720px;
  }

  .hero-visual{
    min-height:420px;
  }

  .photo-card.large{
    width:86%;
    height:390px;
    right:4%;
    top:8px;
  }

  .photo-card.large img{
    object-position:64% center;
  }

  .audience-strip{
    margin-top:34px;
  }

  .section-head{
    gap:14px;
    margin-bottom:34px;
  }

  .service-grid{
    gap:14px;
  }

  .portfolio-grid{
    grid-template-columns:repeat(2, minmax(0,1fr));
    gap:20px;
  }

  .proof-layout{
    gap:42px;
  }

  .proof-photo-card{
    max-width:360px;
  }

  .contact{
    padding:84px 0;
  }
}

@media (max-width: 620px){
  body{
    overflow-x:hidden;
  }

  .wrap{
    width:min(calc(100% - 28px),1120px);
  }

  .site-header{
    position:sticky;
  }

  .header-inner{
    min-height:66px;
  }

  .brand{
    font-size:1.12rem;
  }

  .nav{
    gap:10px;
  }

  .nav-cta{
    padding:8px 12px;
    font-size:.9rem;
  }

  .hero{
    padding:44px 0 46px;
  }

  .hero-grid{
    gap:28px;
  }

  .eyebrow{
    font-size:.68rem;
    letter-spacing:.13em;
    margin-bottom:10px;
  }

  h1{
    font-size:clamp(2.75rem,15vw,4.3rem);
    line-height:.98;
    margin-bottom:18px;
  }

  h2{
    font-size:clamp(2rem,10vw,3rem);
    line-height:1.02;
  }

  .lede{
    font-size:1.04rem;
    line-height:1.55;
  }

  .hero-actions{
    display:grid;
    grid-template-columns:1fr;
    gap:10px;
    margin-top:24px;
  }

  .hero-actions .button{
    width:100%;
  }

  .audience-strip{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:10px;
    margin-top:28px;
  }

  .audience-strip div{
    min-width:0;
  }

  .audience-strip strong{
    font-size:1.18rem;
  }

  .audience-strip span{
    font-size:.72rem;
    line-height:1.25;
  }

  .hero-visual{
    min-height:350px;
  }

  .photo-card.large{
    width:92%;
    height:330px;
    right:2%;
    border-width:7px;
    border-radius:22px;
    transform:rotate(1.4deg);
  }

  .photo-card.large img{
    object-position:66% center;
  }

  .doodle.plane{
    left:0;
    top:8%;
    font-size:1.7rem;
  }

  .doodle.trail{
    left:-2%;
    top:15%;
    font-size:1.05rem;
  }

  .note-card{
    left:2%;
    bottom:10px;
    max-width:190px;
    padding:11px 14px;
    font-size:.82rem;
  }

  .marquee{
    padding:14px 0;
  }

  .marquee-inner{
    justify-content:flex-start;
    gap:14px 18px;
    font-size:.67rem;
  }

  .section{
    padding:68px 0;
  }

  .two-col{
    gap:18px;
  }

  .prose{
    font-size:1rem;
  }

  .section-head{
    gap:8px;
    margin-bottom:28px;
  }

  .section-head>p{
    margin-top:0;
  }

  .service-grid{
    grid-template-columns:1fr;
    gap:12px;
  }

  .service-card{
    min-height:auto;
    padding:22px;
  }

  .service-card h3{
    margin-top:28px;
    margin-bottom:10px;
  }

  .portfolio-grid{
    grid-template-columns:1fr;
    gap:30px;
  }

  .video-card{
    width:min(100%, 360px);
    margin:0 auto;
  }

  .portfolio-item{
    max-width:420px;
    margin:0 auto;
    width:100%;
  }

  .proof{
    padding-top:72px;
    padding-bottom:72px;
  }

  .proof-layout{
    gap:34px;
  }

  .proof-photo-wrap{
    justify-content:center;
  }

  .proof-photo-card{
    max-width:310px;
  }

  .proof-points{
    margin-top:22px;
  }

  .proof-points div{
    grid-template-columns:42px 1fr;
    padding:15px 0;
  }

  .contact{
    padding:76px 0;
  }

  .contact h2{
    margin-bottom:14px;
  }

  .contact .button{
    width:100%;
    max-width:360px;
  }

  .contact-links{
    margin-top:24px;
  }

  .footer{
    padding:20px 0;
  }

  .footer-inner{
    gap:6px;
  }
}

@media (max-width: 380px){
  .audience-strip{
    grid-template-columns:1fr;
    gap:8px;
  }

  .audience-strip div{
    flex-direction:row;
    gap:8px;
    align-items:baseline;
  }

  .hero-visual{
    min-height:315px;
  }

  .photo-card.large{
    height:295px;
  }
}

/* --- Accessibility refinement v0.13 --- */
.skip-link{
  position:absolute;
  left:12px;
  top:-60px;
  z-index:999;
  background:var(--navy);
  color:white;
  padding:10px 14px;
  border-radius:10px;
  text-decoration:none;
  font-weight:700;
}
.skip-link:focus{
  top:12px;
}

a:focus-visible,
button:focus-visible,
video:focus-visible{
  outline:3px solid var(--gold);
  outline-offset:4px;
  border-radius:6px;
}

.button:focus-visible,
.nav-cta:focus-visible{
  border-radius:999px;
}

@media (prefers-reduced-motion: reduce){
  html{
    scroll-behavior:auto;
  }

  *,
  *::before,
  *::after{
    animation-duration:.01ms !important;
    animation-iteration-count:1 !important;
    transition-duration:.01ms !important;
    scroll-behavior:auto !important;
  }

  .button:hover{
    transform:none;
  }
}

/* Preserve text clarity when users increase system contrast */
@media (prefers-contrast: more){
  :root{
    --muted:#4f5967;
  }

  .service-card,
  .photo-card,
  .proof-photo-card{
    box-shadow:none;
  }

  .nav-cta,
  .ghost{
    border-width:2px;
  }
}

/* --- Portfolio modal player v0.16 --- */
.portfolio-trigger{
  border:0;
  padding:0;
  cursor:pointer;
  display:block;
  width:100%;
  position:relative;
}
.portfolio-trigger img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.play-badge{
  position:absolute;
  inset:50% auto auto 50%;
  transform:translate(-50%,-50%);
  width:64px;
  height:64px;
  border-radius:999px;
  display:grid;
  place-items:center;
  background:rgba(16,35,63,.88);
  color:white;
  font-size:1.35rem;
  box-shadow:0 8px 24px rgba(0,0,0,.24);
}
.portfolio-trigger:hover .play-badge{
  background:var(--gold);
  color:var(--navy);
}
.media-modal[hidden]{display:none}
.media-modal{
  position:fixed;
  inset:0;
  z-index:1000;
  display:grid;
  place-items:center;
  padding:20px;
}
.media-modal-backdrop{
  position:absolute;
  inset:0;
  background:rgba(5,14,27,.82);
  backdrop-filter:blur(6px);
}
.media-modal-dialog{
  position:relative;
  z-index:1;
  width:min(920px,96vw);
  max-height:92vh;
  overflow:auto;
  background:var(--paper);
  border-radius:24px;
  padding:22px;
  box-shadow:0 30px 90px rgba(0,0,0,.35);
}
.media-modal-close{
  position:absolute;
  right:14px;
  top:10px;
  border:0;
  background:transparent;
  color:var(--navy);
  font-size:2rem;
  line-height:1;
  cursor:pointer;
}
.media-modal-title{
  padding-right:44px;
  margin-bottom:16px;
  font-size:clamp(1.6rem,4vw,2.4rem);
}
.media-modal-player{
  width:100%;
  display:grid;
  place-items:center;
}
.media-modal-player iframe{
  width:min(100%,420px);
  aspect-ratio:9/16;
  border:0;
  border-radius:18px;
  background:#000;
}
.media-modal-player video{
  width:min(100%,420px);
  max-height:76vh;
  border-radius:18px;
  background:#000;
}
.media-modal-original{
  margin-top:16px;
}
body.modal-open{
  overflow:hidden;
}
@media(max-width:620px){
  .media-modal{
    padding:10px;
  }
  .media-modal-dialog{
    width:100%;
    border-radius:18px;
    padding:16px;
  }
  .play-badge{
    width:58px;
    height:58px;
  }
}

/* --- Live-device QA refinement v0.17 --- */

/* Keep Tom's head in frame on portrait phones */
@media (max-width: 620px){
  .photo-card.large img{
    object-position:68% 18%;
  }
}

/* Improve tablet/small-screen crop too */
@media (min-width: 621px) and (max-width: 900px){
  .photo-card.large img{
    object-position:68% 16%;
  }
}

/* Landscape phones/tablets: preserve more of the portrait image */
@media (max-width: 950px) and (orientation: landscape){
  .hero{
    padding-top:34px;
    padding-bottom:40px;
  }

  .hero-grid{
    grid-template-columns:.95fr 1.05fr;
    gap:34px;
    align-items:start;
  }

  .hero-copy{
    padding-top:8px;
  }

  .hero-visual{
    min-height:390px;
  }

  .photo-card.large{
    width:90%;
    height:360px;
    right:1%;
    top:6px;
  }

  .photo-card.large img{
    object-position:68% 8%;
  }

  .note-card{
    bottom:2px;
  }

  /* Single horizontally scrollable portfolio row */
  .portfolio-grid{
    display:grid;
    grid-auto-flow:column;
    grid-auto-columns:minmax(260px, 34vw);
    grid-template-columns:none;
    overflow-x:auto;
    overscroll-behavior-inline:contain;
    scroll-snap-type:inline mandatory;
    gap:20px;
    padding-bottom:12px;
    -webkit-overflow-scrolling:touch;
  }

  .portfolio-item{
    scroll-snap-align:start;
    max-width:none;
    margin:0;
  }

  .video-card{
    width:100%;
    margin:0;
  }

  .portfolio-grid::-webkit-scrollbar{
    height:8px;
  }

  .portfolio-grid::-webkit-scrollbar-thumb{
    background:rgba(16,35,63,.18);
    border-radius:999px;
  }
}

/* Very short landscape screens */
@media (max-height: 500px) and (orientation: landscape){
  .photo-card.large{
    height:320px;
  }

  .hero-visual{
    min-height:345px;
  }
}

/* --- Mobile layout refinement v0.18 --- */

/* Portrait mobile: keep category strip on a single line */
@media (max-width: 620px) and (orientation: portrait){
  .marquee-inner{
    flex-wrap:nowrap;
    justify-content:space-between;
    gap:10px;
    white-space:nowrap;
    font-size:clamp(.50rem,2.25vw,.60rem);
    letter-spacing:.09em;
  }

  .marquee-inner span{
    flex:0 0 auto;
  }
}

/* Landscape mobile: put Why section text beside cockpit image */
@media (max-width: 950px) and (orientation: landscape){
  .proof-layout{
    grid-template-columns:minmax(220px,.78fr) minmax(0,1.22fr);
    gap:40px;
    align-items:center;
  }

  .proof-photo-wrap{
    justify-content:center;
    align-self:center;
  }

  .proof-photo-card{
    max-width:290px;
  }

  .proof-copy h2{
    font-size:clamp(2rem,4.8vw,3.15rem);
    margin-bottom:18px;
  }

  .proof-points{
    margin-top:18px;
  }

  .proof-points div{
    padding:13px 0;
  }
}

/* Short landscape phones: tighten the proof section slightly more */
@media (max-height: 500px) and (orientation: landscape){
  .proof{
    padding-top:54px;
    padding-bottom:54px;
  }

  .proof-layout{
    gap:30px;
  }

  .proof-photo-card{
    max-width:255px;
  }

  .proof-copy h2{
    font-size:clamp(1.8rem,4.3vw,2.7rem);
  }

  .proof-points div{
    padding:10px 0;
  }
}

/* --- Privacy + just-in-time embed consent v0.21 --- */
.footer-link{
  color:inherit;
  text-underline-offset:4px;
}

.privacy-wrap{
  max-width:860px;
}

.privacy-title{
  font-size:clamp(3rem,7vw,6rem);
}

.privacy-content{
  margin-top:52px;
}

.privacy-content h2{
  font-size:clamp(1.55rem,3vw,2.2rem);
  margin-top:42px;
  margin-bottom:12px;
}

.privacy-content p{
  color:#435064;
  font-size:1.02rem;
}

.privacy-content a{
  color:var(--navy);
  text-underline-offset:4px;
}

.privacy-updated{
  margin-top:48px;
  padding-top:20px;
  border-top:1px solid var(--line);
}

.embed-consent{
  width:min(100%,560px);
  padding:28px;
  border-radius:18px;
  background:var(--cream);
  text-align:left;
}

.embed-consent p{
  margin:0;
  color:#435064;
}

.embed-consent-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:20px;
}

@media(max-width:620px){
  .embed-consent{
    padding:20px;
  }

  .embed-consent-actions{
    display:grid;
    grid-template-columns:1fr;
  }

  .embed-consent-actions .button{
    width:100%;
  }
}

/* --- Portfolio external video refinement v0.22 --- */
.section-head-note{
  max-width:460px;
}

.portfolio-disclosure{
  margin-top:10px;
  font-size:.82rem;
  line-height:1.5;
  opacity:.78;
}

.embed-consent{
  width:min(100%,520px);
  padding:18px 20px;
  border-radius:16px;
  background:var(--cream);
  text-align:center;
}

.embed-consent p{
  margin:0 auto 14px;
  max-width:440px;
  font-size:.9rem;
  line-height:1.5;
  color:#435064;
}

.play-external-button{
  appearance:none;
  border:0;
  border-radius:999px;
  background:var(--navy);
  color:#fff;
  font:inherit;
  font-weight:700;
  padding:12px 18px;
  cursor:pointer;
}

.play-external-button:hover{
  transform:translateY(-1px);
}

.play-external-button:focus-visible{
  outline:3px solid var(--gold);
  outline-offset:3px;
}

@media(max-width:620px){
  .section-head-note{
    max-width:none;
  }

  .portfolio-disclosure{
    font-size:.78rem;
  }

  .embed-consent{
    padding:16px;
  }

  .play-external-button{
    width:100%;
  }
}

/* --- Public release version label v1.0 --- */
.site-version{
  font-size:.72rem;
  opacity:.5;
  letter-spacing:.04em;
  white-space:nowrap;
}
