@font-face{font-family:'Playfair Display';font-style:normal;font-weight:400;font-display:swap;src:url('/assets/fonts/playfair-display-400.ttf') format('truetype')}
@font-face{font-family:'Playfair Display';font-style:normal;font-weight:600;font-display:swap;src:url('/assets/fonts/playfair-display-600.ttf') format('truetype')}
@font-face{font-family:'Playfair Display';font-style:italic;font-weight:600;font-display:swap;src:url('/assets/fonts/playfair-display-600-italic.ttf') format('truetype')}
@font-face{font-family:Geist;font-style:normal;font-weight:400;font-display:swap;src:url('/assets/fonts/geist-400.ttf') format('truetype')}
@font-face{font-family:Geist;font-style:normal;font-weight:500;font-display:swap;src:url('/assets/fonts/geist-500.ttf') format('truetype')}
@font-face{font-family:Geist;font-style:normal;font-weight:600;font-display:swap;src:url('/assets/fonts/geist-600.ttf') format('truetype')}

:root {
  --ink:#191b1d;
  --paper:#f6f7f3;
  --blue:#2082d7;
  --blue-deep:#1266b0;
  --sky:#8bc9ff;
  --blue-wash:#e6f2fd;
  --orange:#bd4b2f;
  --muted:#606d78;
  --line:#d7e0e7;
  --font:Geist,Arial,sans-serif;
  --display:'Playfair Display',Georgia,serif;
  --gutter:clamp(24px,5vw,88px);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:100px}
body{margin:0;background:var(--paper);color:var(--ink);font:400 16px/1.7 var(--font);-webkit-font-smoothing:antialiased}
body.menu-open{overflow:hidden}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
button,a{-webkit-tap-highlight-color:transparent}
button{cursor:pointer;color:inherit}
img{display:block;max-width:100%;height:auto}
h1,h2,h3{margin:0;font-family:var(--display);font-weight:600}
p{margin:0 0 22px}
figure{margin:0}
[hidden]{display:none!important}
section{scroll-margin-top:16px}
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible{outline:3px solid var(--blue);outline-offset:5px}
::selection{background:var(--sky);color:var(--ink)}
.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.skip-link{position:fixed;top:-90px;left:20px;z-index:100;background:var(--blue-deep);color:#fff;padding:12px 20px;border-radius:12px}
.skip-link:focus{top:12px}
.icon{display:inline-block;width:16px;height:16px;flex:0 0 16px;object-fit:contain;vertical-align:middle}
.blue-text{color:var(--blue)}
.eyebrow,.section-kicker{font-family:var(--font);font-size:12px;font-weight:500;letter-spacing:1.4px;line-height:1.6}
.eyebrow{margin:0 0 28px}
.display{font-size:clamp(54px,5.5vw,94px);line-height:1.05;letter-spacing:-.035em;text-wrap:balance}
.section{padding:112px var(--gutter)}
.section-kicker{display:flex;justify-content:space-between;gap:24px;margin-bottom:44px}
.section-kicker>span:last-child{color:var(--muted);text-align:right;letter-spacing:1px}
.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:56px;margin-bottom:52px}
.section-heading>.display{min-width:0;flex:1}
.section-heading>p{max-width:350px;margin:0;color:var(--muted);line-height:1.8}
.section-footnote{font-size:13px;color:var(--muted);line-height:1.75;max-width:850px;margin:30px 0 0}
.lead{font-family:var(--font);font-size:clamp(24px,2vw,31px);font-weight:500;letter-spacing:-.6px;line-height:1.3}

/* One shared shape and scale for every call to action. */
.button,.nav-cta{display:inline-flex;align-items:center;justify-content:space-between;gap:24px;max-width:100%;min-height:56px;padding:15px 25px;border:1px solid transparent;border-radius:999px;font:500 15px/1.4 var(--font);transition:background .2s,border-color .2s,color .2s}
.button-primary{background:var(--blue-deep);color:white}
.button-primary:hover{background:#0d5697}
.button-primary>.icon{filter:brightness(0) invert(1)}
.button-sky{background:var(--sky);color:var(--ink)}
.button-sky:hover{background:#b2dcff}
.button-outline-light{background:transparent;color:#fff;border-color:#75808a}
.button-outline-light>.icon{filter:brightness(0) invert(1)}
.button-outline-light:hover{background:#ffffff0d;border-color:var(--sky)}
.text-link{display:inline-flex;align-items:center;gap:20px;padding:10px 0;border-bottom:1px solid #9badbc;color:var(--blue-deep);font-size:14px;font-weight:500;line-height:1.5}
.text-link:hover{border-color:var(--blue-deep)}
.round-arrow{display:grid;place-items:center;flex-shrink:0;width:44px;height:44px;border-radius:50%;border:1px solid #ffffff85;transition:background .2s,border-color .2s}

.site-header{position:fixed;z-index:40;top:0;left:0;right:0;min-height:100px;display:flex;align-items:center;justify-content:space-between;gap:28px;padding:20px var(--gutter);color:#fff;transition:background .25s,padding .25s,min-height .25s}
.site-header:after{content:none}
.site-header.is-scrolled{min-height:80px;padding-top:14px;padding-bottom:14px;background:#191b1df5;backdrop-filter:blur(14px)}
.site-header.is-scrolled:after{opacity:0}
.brand{display:inline-flex;align-items:center;flex-shrink:0}
.brand>img{width:168px;height:42px}
.desktop-nav{display:flex;align-items:center;gap:clamp(18px,1.8vw,30px);font-size:14px;font-weight:500;white-space:nowrap}
.desktop-nav a{padding:10px 0;position:relative}
.desktop-nav a:after{content:'';position:absolute;left:0;right:0;bottom:3px;height:1px;background:var(--sky);transform:scaleX(0);transform-origin:left;transition:transform .2s}
.desktop-nav a:hover:after{transform:scaleX(1)}
.nav-actions{display:flex;align-items:center;gap:20px}
.nav-cta{min-height:48px;font-size:14px;padding:12px 20px;border-color:#ffffff80;white-space:nowrap}
.nav-cta>.icon{filter:brightness(0) invert(1)}
.nav-cta:hover{background:var(--blue-deep);border-color:var(--blue-deep)}
.menu-toggle{display:none;width:44px;height:44px;background:transparent;border:0;padding:8px}
.menu-toggle span{display:block;height:1px;width:28px;background:#fff;margin:7px 0;transition:transform .2s}
.menu-toggle[aria-expanded=true] span:first-child{transform:translateY(4px) rotate(45deg)}
.menu-toggle[aria-expanded=true] span:last-child{transform:translateY(-4px) rotate(-45deg)}
.mobile-menu{position:fixed;inset:0;z-index:35;padding:125px var(--gutter) 40px;background:var(--ink);color:#fff;overflow-y:auto}
.mobile-menu>.eyebrow{color:#b3c0cb}
.mobile-menu>a{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:14px 0;border-bottom:1px solid #ffffff25;font-family:var(--display);font-size:30px;line-height:1.3}
.mobile-menu>a>span{font:400 12px/1 var(--font);color:var(--sky)}
.mobile-menu>a:last-child{margin-top:12px;border:0;color:var(--sky);font:500 17px/1.5 var(--font)}
.mobile-menu>a:last-child>.icon{filter:brightness(0) invert(1)}

.hero{height:100svh;min-height:780px;max-height:1240px;position:relative;overflow:hidden;background:#24313c;color:#fff}
.hero-image,.hero-shade{position:absolute;inset:0}
.hero-image{background:url('/assets/hero-immersif.png') center top/cover;animation:hero-arrive 1.6s ease-out both}
.hero-shade{background:linear-gradient(90deg,rgba(14,27,50,.32),rgba(14,27,50,.16) 46%,rgba(14,27,50,0) 82%),linear-gradient(180deg,rgba(14,27,50,.2),rgba(14,27,50,.12) 22%,rgba(14,27,50,.44) 48%,rgba(14,27,50,.84) 76%,#0e1b32)}
.hero-content{position:absolute;top:26.578%;left:var(--gutter);right:var(--gutter);animation:hero-copy 1s .1s ease-out both}
.hero h1{font-weight:400;font-size:clamp(96px,12.4vw,213px);line-height:.85;letter-spacing:-.056em}
.hero-bottom{margin-top:61px}
.hero-bottom p{font-size:20px;line-height:1.4;margin:0}
.hero-cta{position:absolute;left:50%;bottom:39px;transform:translateX(-50%);width:300px;z-index:2}
.hero-scroll{position:absolute;bottom:47px;left:var(--gutter);display:flex;align-items:center;gap:13px;font-size:12px;font-weight:500;letter-spacing:1.1px;line-height:1.6}
.scroll-circle{display:grid;place-items:center;width:14px;height:20px;font-size:20px}
.hero-coordinate{position:absolute;right:var(--gutter);bottom:47px;font-size:12px;font-weight:500;letter-spacing:1px;margin:0}
.hero-coordinate span{margin:0 8px}
.flight-strip{min-height:108px;padding:24px var(--gutter);display:grid;grid-template-columns:1.15fr 1.15fr 1fr 1fr;gap:28px;border-bottom:1px solid var(--line);align-items:center}
.flight-strip>div{display:grid;gap:5px}
.strip-label{font-size:11px;color:var(--muted);letter-spacing:1.1px;font-weight:500}
.flight-strip>div>span:last-child,.flight-strip>div>a{font-size:14px;font-weight:500}
.flight-strip>div>a{display:flex;align-items:center;gap:14px}
.strip-link{justify-self:end;display:flex;align-items:center;gap:24px;font-size:11px;font-weight:500;letter-spacing:1px}
.strip-link>span{color:var(--blue);font-size:40px;line-height:1}

.sharing-intro{display:grid;grid-template-columns:1.2fr 1fr;gap:9%;align-items:center}
.sharing-intro .display{font-size:clamp(54px,6.4vw,109px);line-height:.98;letter-spacing:-.025em;min-width:0}
.sharing-copy{max-width:500px;min-width:0}
.sharing-copy>p:not(.lead){color:var(--muted)}
.sharing-copy .text-link{margin-top:5px}
.sharing-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:48px;margin-top:84px}
.step{border-top:1px solid var(--line);padding-top:24px;min-width:0}
.step-number{font-size:12px;font-weight:500;color:var(--orange)}
.step h3{font-size:26px;line-height:1.25;letter-spacing:-.025em;margin:20px 0 12px}
.step p{font-size:15px;color:var(--muted);max-width:340px;margin:0}

.pilot-section{display:grid;grid-template-columns:1fr 1fr;min-height:940px;background:var(--ink);color:white}
.pilot-visual{position:relative;min-height:940px;overflow:hidden}
.pilot-landscape{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}
.pilot-visual-shade{position:absolute;inset:0;background:linear-gradient(0deg,#000,rgba(102,102,102,0))}
.pilot-overline{position:absolute;top:52px;left:7.5%;font-size:20px;letter-spacing:2px}
.pilot-id{position:absolute;left:45px;right:45px;bottom:45px;display:flex;align-items:center;gap:17px;padding-top:25px;border-top:1px solid #ffffff50}
.pilot-id>img{width:76px;height:76px;flex-shrink:0;object-fit:cover;border-radius:50%;border:2px solid #ffffffd9}
.pilot-id h3{font-size:25px;line-height:1.3;letter-spacing:-.025em}
.pilot-id p{font-size:12px;line-height:1.6;margin:5px 0 0;color:#d3dce3}
.pilot-id>a{display:flex;align-items:center;justify-content:center;gap:5px;flex-shrink:0;width:44px;height:44px;margin-left:auto;font-size:16px;font-weight:600}
.pilot-id>a>.icon{width:12px;height:12px;flex-basis:12px;filter:brightness(0) invert(1)}
.pilot-id>a:hover{color:var(--sky)}
.pilot-copy{display:flex;flex-direction:column;align-items:flex-start;align-self:stretch;padding:90px var(--gutter);min-width:0}
.pilot-copy .display{font-size:clamp(38px,4.7vw,79px);font-weight:600;line-height:.98;letter-spacing:-.016em;color:var(--sky);margin:0 0 28px}
.pilot-copy>.lead{font-size:clamp(24px,2vw,31px);line-height:1.25;margin:0 0 40px}
.pilot-copy>.pilot-bio,.pilot-copy>.pilot-invite{font-size:19px;line-height:1.65;color:#b9c5cf;max-width:510px;margin:0 0 36px}
.pilot-cta{margin-top:8px}

.experiences .section-heading .display{font-size:clamp(54px,6.4vw,109px);line-height:.98}
.experiences .section-heading>p{font-size:19px;line-height:1.5;max-width:300px}
.experience-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.experience-card{display:flex;position:relative;min-height:570px;overflow:hidden;isolation:isolate;border-radius:18px;background:#283c4c;color:white}
.experience-card>img{position:absolute;inset:0;z-index:-2;width:100%;height:100%;object-fit:cover;transition:transform .6s ease}
.experience-card:hover>img{transform:scale(1.025)}
.card-shade{position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,#14253245,transparent 15%,#0b192cf2)}
.card-tag{position:absolute;top:26px;left:28px;border:1px solid #ffffff85;border-radius:999px;padding:6px 12px;font-size:11px;font-weight:500;letter-spacing:1px;line-height:1.5}
.experience-content{width:100%;display:flex;flex-direction:column;align-items:flex-start;padding:150px 30px 28px;min-width:0}
.experience-category{min-height:32px;display:block;font-size:11px;line-height:1.5;letter-spacing:.7px;font-weight:500;margin-bottom:14px;color:#e5edf3}
.experience-content h3{font-size:clamp(42px,4.15vw,62px);line-height:1.04;letter-spacing:-.035em;margin-bottom:20px}
.experience-content p{font-size:16px;line-height:1.7;max-width:300px;margin:0;color:#e5edf3}
.experience-content>.round-arrow{align-self:flex-end;margin-top:auto;position:relative;top:8px}
.experience-content>.round-arrow:before{content:'';height:16px;position:absolute;bottom:100%;width:1px}
.experience-card:not(.experience-create) .round-arrow>.icon{filter:brightness(0) invert(1)}
.experience-card:hover .round-arrow{background:#ffffff1a;border-color:#fff}
.experience-love>img{object-position:center}
.experience-create{background:var(--sky);color:var(--ink)}
.experience-create>img.creative-art{height:auto;aspect-ratio:418/441;object-fit:contain;bottom:auto}
.experience-create .card-tag,.experience-create .round-arrow{border-color:#2c547849}
.experience-create .experience-category,.experience-create .experience-content p{color:#253d52}
.experience-create:hover .round-arrow{background:#ffffff50;border-color:#315c80}

/* A single, generous benefits card replaces the pricing grid. */
.moment-section{padding-top:0;padding-bottom:24px}
.moment-card{display:grid;grid-template-columns:1.05fr 1fr;gap:clamp(40px,6vw,100px);padding:clamp(40px,5vw,80px);background:var(--sky);border-radius:28px}
.moment-intro{min-width:0;display:flex;flex-direction:column;align-items:flex-start}
.moment-intro>.eyebrow{color:#254d70;margin-bottom:34px}
.moment-intro .display{font-size:clamp(58px,6.15vw,100px);line-height:1.02;margin-bottom:28px}
.moment-intro .display em{font-weight:600;color:#174f82}
.moment-description{font-size:17px;line-height:1.75;max-width:415px;margin-bottom:32px;color:#253d52}
.moment-intro>.button{margin-top:auto}
.moment-note{font-size:12px;line-height:1.7;color:#254d70;margin:15px 0 0}
.moment-benefits{list-style:none;padding:0;margin:0;align-self:center}
.moment-benefits li{display:flex;gap:22px;padding:27px 0;border-top:1px solid #2c547835}
.moment-benefits li:first-child{padding-top:0;border-top:0}
.moment-benefits li:last-child{padding-bottom:0}
.benefit-number{padding-top:8px;font-size:12px;line-height:1.5;color:#225680;font-weight:500}
.moment-benefits h3{font-size:28px;line-height:1.2;letter-spacing:-.025em;margin-bottom:10px}
.moment-benefits p{font-size:15px;color:#253d52;line-height:1.7;margin:0}

.testimonial-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:44px}
.section-heading>.testimonial-context{max-width:365px;font-size:14px}
.testimonial{border-top:1px solid var(--line);padding-top:22px;display:flex;flex-direction:column;min-width:0}
.quote-mark{height:68px;color:var(--blue);font-family:var(--display);font-size:86px;line-height:1}
.testimonial blockquote{font-size:23px;line-height:1.5;letter-spacing:-.6px;margin:0 0 30px;min-height:138px}
.testimonial figcaption{display:flex;align-items:center;gap:12px;margin-top:auto}
.testimonial-avatar{display:block;flex:0 0 64px;width:64px;height:64px;object-fit:cover;object-position:center 42%;background:var(--blue-wash);border:1px solid #c8dfef;border-radius:50%}
.testimonial-portrait-note{font-size:12px;line-height:1.65;color:var(--muted);margin:28px 0 0}
.testimonial figcaption>div{display:grid;gap:3px}
.testimonial figcaption strong{font-size:14px;font-weight:500}
.testimonial figcaption div>span{font-size:12px;color:var(--muted)}
.testimonial>a{align-self:flex-start;display:inline-flex;align-items:center;gap:12px;font-size:12px;line-height:1.5;margin-top:20px;padding:5px 0;color:var(--blue-deep);text-decoration:underline;text-underline-offset:4px}
.testimonial>a>.icon{width:12px;height:12px;flex-basis:12px}

.faq-section{display:grid;grid-template-columns:1fr 1.25fr;gap:8%;align-items:start;border-top:1px solid var(--line)}
.faq-heading{min-width:0}
.faq-heading .display{font-size:clamp(42px,4.1vw,70px);margin-bottom:30px}
.faq-heading>p:not(.eyebrow){color:var(--muted);margin-bottom:18px}
.faq-heading>.eyebrow{margin-bottom:34px}
.faq-list{border-top:1px solid #b7c9d7;min-width:0}
.faq-list details{border-bottom:1px solid var(--line)}
.faq-list summary{list-style:none;display:flex;align-items:center;gap:18px;padding:26px 0;cursor:pointer;font-size:16px;font-weight:500;line-height:1.5}
.faq-list summary::-webkit-details-marker{display:none}
.faq-number{font-size:12px;color:var(--muted);flex-shrink:0}
.faq-plus{width:18px;height:18px;position:relative;flex:0 0 18px;margin-left:auto;color:var(--blue-deep)}
.faq-plus:before,.faq-plus:after{content:'';position:absolute;left:1px;right:1px;top:8px;height:1px;background:currentColor;transition:transform .2s}
.faq-plus:after{transform:rotate(90deg)}
details[open] .faq-plus:after{transform:rotate(0)}
details[open] .faq-number{color:var(--blue-deep)}
.faq-answer{padding:0 36px 26px 33px}
.faq-answer p{font-size:16px;color:var(--muted);line-height:1.8;margin:0}

.location-section{display:grid;grid-template-columns:1fr 1fr;background:var(--blue-wash);border-top:1px solid var(--line)}
.location-info{min-width:0;padding:88px var(--gutter)}
.location-info .display{font-size:clamp(54px,5.1vw,87px);margin-bottom:36px}
.location-info>.eyebrow{color:#47647c;margin-bottom:32px}
.location-address strong{font-size:16px;font-weight:500}
.location-address address{font-size:16px;font-style:normal;line-height:1.8;margin-top:6px;color:#50667a}
.location-note{font-size:14px;line-height:1.75;color:#50667a;margin:22px 0 28px;max-width:380px}
.location-map{position:relative;min-height:690px;background:#cedfeb;overflow:hidden}
.location-map iframe{position:absolute;inset:0;width:100%;height:100%;min-height:100%;border:0;filter:grayscale(.65) saturate(.65)}
.map-caption{position:absolute;bottom:30px;left:30px;right:30px;display:flex;justify-content:space-between;align-items:center;gap:20px;padding:20px 24px;background:var(--paper);border-radius:16px;box-shadow:0 8px 35px #14253214}
.map-caption>span:first-child{font-size:11px;color:var(--muted);font-weight:500;letter-spacing:1px;line-height:1.9}
.map-caption strong{color:var(--ink);font-size:19px;font-weight:500;letter-spacing:-.4px}
.map-caption .round-arrow{border-color:#b7c9d7}
.map-caption:hover .round-arrow{background:var(--sky);border-color:var(--sky)}

.contact-section{display:grid;grid-template-columns:1.1fr 1fr;gap:8%;background:var(--ink);color:white}
.contact-heading,.contact-form-container{min-width:0}
.contact-heading>.eyebrow{color:#b9c5cf;margin-bottom:38px}
.contact-heading .display{font-size:clamp(48px,4.7vw,80px);line-height:1.07;margin-bottom:30px}
.contact-heading .blue-text{color:var(--sky)}
.contact-heading>p:not(.eyebrow){font-size:17px;line-height:1.8;max-width:450px;color:#b9c5cf}
.contact-person{display:inline-flex;align-items:center;gap:15px;margin-top:15px}
.contact-person>img{width:56px;height:56px;object-fit:cover;border-radius:50%;border:1px solid #637482}
.contact-person>span{display:grid;gap:4px}
.contact-person strong{font-size:15px;font-weight:500}
.contact-person>span>span{font-size:12px;color:#b9c5cf}
.contact-person:hover strong{color:var(--sky)}
.contact-form-container{align-self:center;padding-top:18px}
.form-intro{display:flex;justify-content:space-between;align-items:center;gap:16px;padding-bottom:24px;margin-bottom:30px;border-bottom:1px solid #3f4b56;font-size:12px;font-weight:500;letter-spacing:1.3px}
.form-intro>.icon{filter:brightness(0) invert(1)}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:26px}
.field{margin-bottom:25px;min-width:0}
.field label{display:block;font-size:14px;font-weight:500;margin-bottom:7px;color:#e5edf3}
.field label>span{color:var(--sky)}
.field input,.field select,.field textarea{width:100%;min-height:48px;padding:11px 0;background:transparent;color:#fff;border:0;border-bottom:1px solid #60717f;border-radius:0;font:400 16px/1.7 var(--font);transition:border-color .2s;color-scheme:dark}
.field input::placeholder,.field textarea::placeholder{color:#a8b7c3;opacity:1}
.field select{cursor:pointer;color:#e5edf3;padding-right:10px}
.field select option{background:var(--ink);color:#fff}
.field input:focus,.field select:focus,.field textarea:focus{outline:0;border-color:var(--sky);box-shadow:0 1px 0 var(--sky)}
.field textarea{resize:vertical;min-height:112px}
.form-submit{width:100%;margin-top:5px}
.form-note{color:#9caebd;font-size:12px;line-height:1.75;margin:16px 0 0}
.message-result{outline:0}
.message-result>.eyebrow{color:var(--sky);margin-bottom:18px}
.message-result h3{font-size:34px;line-height:1.2;letter-spacing:-.025em;margin-bottom:18px}
.message-result>p:not(.eyebrow){font-size:14px;color:#c4d0db}
.message-result>textarea{width:100%;min-height:230px;padding:18px;background:#ffffff05;border:1px solid #60717f;border-radius:12px;color:#e5edf3;font:400 16px/1.65 var(--font);resize:vertical}
.message-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:18px}
.message-actions>.button{flex:1;font-size:13px;padding:14px 18px;gap:12px;white-space:nowrap;min-height:50px}
.message-actions>.button>span{font-size:20px;line-height:1}
.message-result>#copy-status{font-size:12px;min-height:20px;margin:12px 0 0;color:var(--sky)}
.back-link{background:transparent;border:0;border-bottom:1px solid #60717f;font-size:13px;padding:6px 0;margin-top:10px}

.site-footer{background:var(--ink);color:white;padding:0 var(--gutter) 32px}
.footer-top{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:40px 0;border-top:1px solid #3b4650}
.footer-brand>img{width:216px;height:54px}
.footer-top>p{font-size:14px;line-height:1.7;color:#b0c0cc;margin:0}
.back-top{display:grid;place-items:center;flex-shrink:0;width:48px;height:48px;font-size:24px;border:1px solid #637482;border-radius:50%;transition:background .2s,color .2s,border-color .2s}
.back-top:hover{background:var(--sky);border-color:var(--sky);color:var(--ink)}
.footer-links{display:flex;justify-content:space-between;align-items:center;gap:26px;padding-top:25px;border-top:1px solid #3b4650;color:#a8b9c7;font-size:12px}
.footer-links nav{display:flex;flex-wrap:wrap;gap:22px}
.footer-links nav a,.footer-links nav button{padding:6px 0}
.footer-links nav button{font-size:12px;color:inherit;background:none;border:0;line-height:inherit}
.footer-links nav a:hover,.footer-links nav button:hover{color:var(--sky)}
.footer-links>span:last-child{font-size:10px;letter-spacing:1px}
dialog{width:min(680px,calc(100% - 40px));max-height:85svh;padding:48px;border:0;border-radius:20px;background:var(--paper);color:var(--ink);box-shadow:0 30px 100px #0003}
dialog::backdrop{background:#101d2bbf;backdrop-filter:blur(7px)}
dialog h2{font-size:42px;line-height:1.1;letter-spacing:-.025em;margin-bottom:26px}
dialog p:not(.eyebrow){font-size:16px;line-height:1.8;color:var(--muted)}
dialog p:last-child{margin:0}
dialog a{text-decoration:underline;text-underline-offset:3px;color:var(--blue-deep)}
.dialog-close{position:absolute;right:14px;top:10px;width:44px;height:44px;padding:0;border:0;background:transparent;font-size:30px}
.reveal.is-visible{animation:reveal-arrive .65s ease-out both}
@keyframes hero-arrive{from{transform:scale(1.035)}to{transform:scale(1)}}
@keyframes hero-copy{from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}
@keyframes reveal-arrive{from{opacity:.55;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}

@media(min-width:1800px){
  .section,.flight-strip,.site-header,.site-footer{padding-left:max(var(--gutter),calc((100% - 1700px)/2));padding-right:max(var(--gutter),calc((100% - 1700px)/2))}
  .hero-content{left:6vw;right:6vw}
}
@media(max-width:1200px){
  .site-header{gap:22px}.desktop-nav{gap:18px}.brand>img{width:156px;height:39px}.nav-cta{padding:12px 17px;gap:18px}
  .pilot-copy{padding:75px 38px}.pilot-copy .display{font-size:4.45vw}.pilot-copy>.pilot-bio,.pilot-copy>.pilot-invite{font-size:18px}
  .pilot-id{left:28px;right:28px;gap:12px}.pilot-id>img{width:62px;height:62px}.pilot-id h3{font-size:22px}
  .experience-content{padding-inline:24px}.card-tag{left:24px}
  .moment-card{gap:40px;padding:48px}.moment-intro .display{font-size:6.2vw}.moment-benefits h3{font-size:26px}
  .testimonial-grid{gap:28px}.testimonial blockquote{font-size:21px}
  .faq-section{gap:6%}.faq-heading .display{font-size:4.1vw}
  .contact-section{gap:6%}.contact-heading .display{font-size:4.7vw}.form-row{grid-template-columns:1fr;gap:0}
  .footer-links>span:last-child{display:none}.footer-brand>img{width:200px;height:50px}
}
@media(max-width:1000px){
  .desktop-nav{display:none}.menu-toggle{display:block}
  .section{padding-top:85px;padding-bottom:85px}.section-kicker>span:last-child{display:none}
  .hero-content{top:26%}.hero h1{font-size:13.6vw}.hero-bottom{margin-top:42px}.hero-bottom p{font-size:19px}
  .hero-cta{bottom:31px;left:auto;right:var(--gutter);transform:none}.hero-scroll{bottom:45px}.hero-coordinate{bottom:111px}
  .flight-strip{grid-template-columns:1.1fr 1.1fr 1fr;gap:20px}.strip-link{display:none}
  .sharing-intro{gap:6%}.sharing-intro .display{font-size:6.4vw}.sharing-copy .lead{font-size:24px}.sharing-steps{gap:28px;margin-top:60px}.step h3{font-size:23px}
  .pilot-section{grid-template-columns:1fr;min-height:0}.pilot-visual{min-height:620px}.pilot-landscape{object-position:center 57%}
  .pilot-copy{padding:70px var(--gutter)}.pilot-copy .display{font-size:clamp(44px,7vw,68px);line-height:1.03;margin-bottom:28px}
  .pilot-copy>.lead{font-size:28px;margin-bottom:28px}.pilot-copy>.pilot-bio,.pilot-copy>.pilot-invite{font-size:19px;line-height:1.65;max-width:680px;margin-bottom:28px}
  .pilot-id{left:var(--gutter);right:var(--gutter)}
  .experiences .section-heading .display{font-size:6.4vw}.experiences .section-heading>p{font-size:16px;max-width:230px}
  .experience-grid{grid-template-columns:1fr;max-width:620px;margin-inline:auto;gap:24px}.experience-card{min-height:560px}
  .experience-content{padding:145px 32px 32px}.experience-content h3{font-size:62px}.experience-category{min-height:0;letter-spacing:1px}.experience-content p{max-width:340px}.card-tag{left:32px}
  .moment-section{padding-top:0;padding-bottom:10px}.moment-card{grid-template-columns:1fr;gap:44px;padding:54px}.moment-intro .display{font-size:80px}.moment-description{max-width:530px}.moment-benefits{display:grid;grid-template-columns:1fr 1fr;gap:30px}.moment-benefits li,.moment-benefits li:first-child{border-top:1px solid #2c547835;padding:25px 0 0;gap:16px}.moment-benefits h3{font-size:25px}
  .section-heading>.testimonial-context{max-width:290px}.testimonial blockquote{font-size:20px}
  .faq-section{grid-template-columns:1fr;gap:45px}.faq-heading .display{font-size:60px}.faq-heading>p:not(.eyebrow) br{display:none}
  .location-info{padding:70px var(--gutter)}.location-info .display{font-size:5.5vw}.location-map{min-height:650px}
  .contact-heading .display{font-size:4.8vw}.contact-heading>p:not(.eyebrow){font-size:16px}.contact-person>span>span{max-width:210px}.contact-person>img{width:48px;height:48px}
  .footer-top>p{max-width:290px}
}
@media(max-width:760px){
  html{scroll-padding-top:88px}.section{padding-top:70px;padding-bottom:70px}.section-kicker{margin-bottom:32px}
  .site-header{min-height:84px;padding-top:16px;padding-bottom:16px}.site-header.is-scrolled{min-height:78px}
  .hero{min-height:740px;max-height:1100px}.hero-image{background-position:78% top}.hero-shade{background:linear-gradient(90deg,rgba(14,27,50,.32),rgba(14,27,50,.08) 85%),linear-gradient(180deg,rgba(14,27,50,.25),rgba(14,27,50,.18) 20%,rgba(14,27,50,.56) 50%,rgba(14,27,50,.88) 80%,#0e1b32)}
  .hero-content{top:25%}.hero h1{font-size:clamp(64px,14.5vw,110px);line-height:.94;letter-spacing:-.055em}.hero-bottom{margin-top:34px}.hero-bottom p{font-size:18px;line-height:1.5;max-width:370px}.hero-bottom p br{display:none}
  .hero-cta{left:var(--gutter);right:auto;bottom:85px;width:min(300px,calc(100% - 48px))}.hero-scroll{bottom:28px;font-size:11px}.hero-coordinate{display:none}
  .flight-strip{grid-template-columns:1fr 1fr;gap:20px}.flight-strip>div:last-of-type{display:none}.flight-strip>div>span:last-child{font-size:13px}.strip-label{letter-spacing:.7px;font-size:10px}
  .sharing-intro{grid-template-columns:1fr;gap:36px}.sharing-intro .display{font-size:clamp(48px,10vw,72px);line-height:1.02}.sharing-copy{max-width:none}.sharing-copy .lead{font-size:26px}
  .sharing-steps{grid-template-columns:1fr;gap:25px;margin-top:44px}.step{display:grid;grid-template-columns:26px 1fr;column-gap:18px;align-items:baseline;padding-top:20px}.step h3{font-size:25px;margin:0 0 10px}.step p{grid-column:2;max-width:100%;font-size:16px}
  .pilot-visual{min-height:540px}.pilot-landscape{object-position:center 52%}.pilot-overline{top:32px;left:var(--gutter);font-size:15px;letter-spacing:1.3px;max-width:calc(100% - 48px)}
  .pilot-id{bottom:30px}.pilot-id h3{font-size:23px}.pilot-copy{padding:60px var(--gutter)}.pilot-copy .display{font-size:clamp(31px,6.1vw,48px);line-height:1.08;letter-spacing:-.025em}
  .pilot-copy>.lead{font-size:26px}.pilot-copy>.pilot-bio,.pilot-copy>.pilot-invite{font-size:18px;line-height:1.65}
  .section-heading{display:block;margin-bottom:36px}.section-heading .display{font-size:clamp(43px,8vw,62px)}.section-heading>p{max-width:none;margin-top:26px}.experiences .section-heading .display{font-size:clamp(40px,8.2vw,64px);line-height:1.05}.experiences .section-heading>p{font-size:18px;max-width:none}
  .experience-card{min-height:570px}.experience-content{padding:145px 28px 32px}.experience-content h3{font-size:clamp(47px,10vw,62px)}.experience-content p{max-width:340px}.experience-category{font-size:11px;letter-spacing:.5px}.card-tag{left:28px}
  .moment-section{padding-top:0;padding-bottom:0}.moment-card{padding:36px 28px;border-radius:22px;gap:40px}.moment-intro>.eyebrow{margin-bottom:26px}.moment-intro .display{font-size:clamp(52px,9vw,68px);line-height:1.03}.moment-description{font-size:16px;max-width:none}.moment-note{font-size:12px}.moment-benefits{display:block}.moment-benefits li,.moment-benefits li:first-child{padding:24px 0;gap:18px}.moment-benefits li:last-child{padding-bottom:0}.moment-benefits h3{font-size:26px}.moment-benefits p{font-size:16px}
  .testimonial-grid{grid-template-columns:1fr;gap:32px}.section-heading>.testimonial-context{max-width:none;font-size:16px}.testimonial blockquote{font-size:23px;min-height:0;max-width:530px;margin-bottom:24px}.testimonial>a{font-size:12px}.quote-mark{height:64px}
  .faq-section{gap:36px}.faq-heading .display{font-size:clamp(40px,8vw,58px)}.faq-heading>.eyebrow{margin-bottom:28px}.faq-list summary{font-size:16px;gap:13px;padding:24px 0}.faq-answer{padding-left:28px;padding-right:22px}
  .location-section{grid-template-columns:1fr}.location-info{padding:70px var(--gutter)}.location-info .display{font-size:clamp(48px,9vw,70px)}.location-map{min-height:440px;height:440px}.map-caption{left:24px;right:24px;bottom:24px;padding:20px}
  .contact-section{grid-template-columns:1fr;gap:40px}.contact-heading .display{font-size:clamp(43px,8.5vw,65px)}.contact-heading>.eyebrow{margin-bottom:28px}.contact-heading>p:not(.eyebrow){font-size:17px;max-width:none}.contact-person>span>span{max-width:none}.contact-form-container{padding-top:8px}.form-row{grid-template-columns:1fr 1fr;gap:25px}.form-intro{margin-bottom:27px}
  .footer-top{flex-wrap:wrap;gap:24px;padding:34px 0}.footer-brand>img{width:184px;height:46px}.footer-top>p{order:3;flex-basis:100%;max-width:none}.footer-links{flex-direction:column;align-items:flex-start;gap:14px}.footer-links nav{gap:22px}
  dialog{padding:44px 26px 30px}dialog h2{font-size:36px}
}
@media(max-width:600px){.site-header .nav-cta{display:none}}
@media(max-width:440px){
  .brand>img{width:152px;height:38px}.nav-actions{gap:12px}
  .hero{min-height:720px}.hero h1{font-size:clamp(48px,14.5vw,64px)}.hero-bottom p{font-size:17px;max-width:320px}
  .sharing-intro .display{font-size:clamp(40px,11.8vw,50px)}.sharing-copy .lead{font-size:24px}.step h3{font-size:23px}
  .pilot-visual{min-height:480px}.pilot-id{gap:12px}.pilot-id>img{width:56px;height:56px}.pilot-id h3{font-size:20px}.pilot-id p{max-width:155px;font-size:11px}.pilot-id>a{width:30px}.pilot-id>a>.icon{display:none}.pilot-copy .display{font-size:clamp(26px,7vw,31px)}
  .experience-content{padding-inline:24px}.card-tag{left:24px}.experience-content h3{font-size:clamp(43px,12.2vw,53px)}.experience-content p{max-width:275px}.experience-category{font-size:10px;letter-spacing:.5px}
  .moment-card{padding:32px 24px}.moment-intro>.eyebrow{font-size:10px;letter-spacing:1px}.moment-intro .display{font-size:clamp(42px,12vw,53px)}.moment-intro>.button{width:100%;padding-inline:18px;gap:16px;font-size:14px}.moment-benefits h3{font-size:24px}
  .faq-heading .display{font-size:clamp(33px,9.4vw,41px)}.faq-list summary{gap:10px}.faq-number{font-size:11px}.faq-answer{padding-left:24px;padding-right:12px}
  .contact-heading .display{font-size:clamp(34px,9.5vw,42px)}.form-row{grid-template-columns:1fr;gap:0}.message-actions{display:grid;grid-template-columns:1fr}.message-result h3{font-size:30px}
  .location-info .display{font-size:clamp(44px,12vw,53px)}.location-info .button{padding-inline:20px;gap:18px;font-size:14px}.map-caption strong{font-size:17px}
  .footer-brand>img{width:176px;height:44px}.footer-links nav{gap:18px}.footer-top>p{font-size:13px}.mobile-menu>a{font-size:27px}
}
@media(min-width:1001px) and (max-width:1100px){.hero-coordinate{bottom:112px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.hero-image{transform:none!important}}


/* Compact language links stay accessible in both desktop and mobile headers. */
.language-switch{display:flex;align-items:center;flex-shrink:0;gap:2px;padding:3px;border:1px solid #ffffff66;border-radius:999px;background:#101c2e80}
.language-switch a{display:grid;place-items:center;min-width:40px;min-height:40px;padding:0 8px;border-radius:999px;font:500 12px/1 var(--font);letter-spacing:.04em;color:#fff;transition:background .2s,color .2s}
.language-switch a:hover{background:#ffffff24}
.language-switch a[aria-current=page]{background:var(--sky);color:var(--ink)}
.language-switch a:focus-visible{outline-color:var(--sky);outline-offset:3px}
html[lang=en] .hero h1{font-size:clamp(76px,10.5vw,176px);line-height:.98}
html[lang=en] .sharing-intro .display{font-size:clamp(50px,5.8vw,96px)}
@media(max-width:1200px){
  .desktop-nav{display:none}
  .menu-toggle{display:block}
}
@media(max-width:600px){
  .site-header{gap:12px}
  .site-header .brand>img{width:128px;height:32px}
  .nav-actions{gap:8px}
  html[lang=en] .hero h1{font-size:clamp(45px,10.5vw,63px)}
}
@media(max-width:380px){
  .site-header .brand>img{width:104px;height:26px}
  .site-header{padding-left:20px;padding-right:20px;gap:8px}
  .nav-actions{gap:4px}
}
