:root{
  --ink:#081521;
  --navy:#0d2436;
  --navy-2:#15354a;
  --paper:#fffaf1;
  --cream:#f2eadc;
  --mist:#dce5e8;
  --blue-gray:#6f8793;
  --gold:#bd812c;
  --gold-light:#dfb768;
  --rust:#a64f32;
  --text:#15212a;
  --muted:#66727a;
  --white:#ffffff;
  --border:rgba(8,21,33,.14);
  --shadow:0 24px 70px rgba(8,21,33,.14);
  --max:1240px;
}

.site-footer{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:18px clamp(20px,4vw,64px);background:var(--ink);color:rgba(255,255,255,.65);font-size:.7rem;letter-spacing:.08em}.footer-copyright{margin:0;grid-column:1;justify-self:start;text-align:left}.footer-admin{grid-column:2;justify-self:center;color:rgba(255,255,255,.65);text-decoration:none;border-bottom:1px solid rgba(255,255,255,.3)}.footer-admin:hover{color:white}.footer-spacer{grid-column:3;justify-self:end;width:1px;height:1px}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{font-family:'DM Sans',sans-serif;background:var(--paper);color:var(--text);min-height:100vh}
button,a,input,select,textarea{font:inherit}
a{color:inherit}
button{cursor:pointer}
button,a{touch-action:manipulation;-webkit-tap-highlight-color:transparent}
button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{
  outline:3px solid rgba(223,183,104,.72);
  outline-offset:3px;
}
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.site-shell{min-height:100vh}
.desktop-nav{position:sticky;top:0;z-index:50;height:96px;background:rgba(8,21,33,.97);border-bottom:1px solid rgba(189,129,44,.65);display:flex;align-items:center;padding:0 max(28px,calc((100vw - var(--max))/2));gap:32px}
.brand{display:flex;align-items:center;gap:10px;text-decoration:none;min-width:max-content}
.brand-mark{width:132px;height:70px;display:block;object-fit:cover;object-position:center 49%;filter:drop-shadow(0 1px 3px rgba(0,0,0,.28))}
.brand-wordmark{font-family:'Cormorant Garamond',serif;color:var(--white);font-size:clamp(1rem,1.55vw,1.38rem);font-weight:500;letter-spacing:.08em;white-space:nowrap;text-transform:uppercase}
.brand-copy strong{display:block;font-family:'Bebas Neue',sans-serif;letter-spacing:3px;font-size:1.5rem;color:var(--white);line-height:1}
.brand-copy small{display:block;color:var(--gold-light);font-size:.63rem;letter-spacing:2px;text-transform:uppercase;margin-top:5px}
.desktop-links{display:flex;align-items:center;gap:30px;margin-left:auto}
.nav-btn{border:0;background:none;color:#d9e0e4;text-transform:uppercase;font-size:.72rem;font-weight:600;letter-spacing:1.8px;padding:31px 0 27px;position:relative}
.nav-btn::after{content:'';position:absolute;left:0;right:0;bottom:20px;height:2px;background:var(--gold);transform:scaleX(0);transition:.2s}
.nav-btn:hover,.nav-btn.active{color:var(--gold-light)}
.nav-btn.active::after{transform:scaleX(1)}
.nav-book{border:1px solid var(--gold);color:var(--gold-light);padding:12px 21px;background:transparent;text-transform:uppercase;font-size:.7rem;font-weight:600;letter-spacing:1.7px;border-radius:4px}
.nav-book:hover{background:var(--gold);color:var(--ink)}
.mobile-top,.mobile-bottom{display:none}
.view{display:none;animation:fade .28s ease}
.view.active{display:block}
@keyframes fade{from{opacity:.45;transform:translateY(5px)}to{opacity:1;transform:none}}
.hero{background:var(--ink);color:white;min-height:610px;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(420px,.92fr);position:relative;overflow:hidden}
.hero-copy{padding:92px max(48px,calc((100vw - var(--max))/2)) 90px;display:flex;flex-direction:column;justify-content:center;padding-right:60px;position:relative;z-index:2}
.eyebrow{display:flex;align-items:center;gap:14px;color:var(--gold-light);text-transform:uppercase;font-size:.7rem;letter-spacing:3px;font-weight:600;margin-bottom:20px}
.eyebrow::before{content:'';width:42px;height:1px;background:var(--gold)}
h1,h2,h3{font-family:'Bebas Neue',sans-serif;font-weight:400}
h1{font-size:clamp(4.9rem,7.4vw,7.6rem);line-height:.88;letter-spacing:3px;max-width:720px}
h1 span{color:var(--gold-light)}
.hero-lede{font-family:'Cormorant Garamond',serif;font-size:1.45rem;line-height:1.5;color:#dce3e8;max-width:640px;margin:25px 0 34px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap}
.btn{border:0;min-height:52px;padding:0 28px;text-transform:uppercase;letter-spacing:1.7px;font-size:.72rem;font-weight:600;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;border-radius:3px}
.btn-primary{background:var(--gold);color:var(--ink)}
.btn-primary:hover{background:var(--gold-light)}
.btn-secondary{border:1px solid rgba(255,255,255,.38);color:white;background:transparent}
.btn-secondary:hover{border-color:var(--gold);color:var(--gold-light)}
.hero-visual{background:linear-gradient(135deg,var(--navy),#0a1722 70%);position:relative;min-height:610px;overflow:hidden;border-left:1px solid rgba(189,129,44,.25)}
.horizon-line{position:absolute;left:-20%;right:-10%;top:47%;height:1px;background:linear-gradient(90deg,transparent,var(--gold-light),transparent);transform:rotate(-8deg);opacity:.68}
.instrument-ring{position:absolute;border:1px solid rgba(223,183,104,.2);border-radius:50%}
.instrument-ring.one{width:420px;height:420px;right:-80px;top:60px}
.instrument-ring.two{width:240px;height:240px;left:65px;bottom:50px}
.instrument-ring::before,.instrument-ring::after{content:'';position:absolute;inset:14%;border:1px dashed rgba(220,229,232,.13);border-radius:50%}
.instrument-ring::after{inset:32%;border-style:solid}
.altimeter{position:absolute;right:18%;top:33%;width:178px;height:178px;border-radius:50%;border:6px solid #1d3444;background:#07111a;box-shadow:0 0 0 2px rgba(223,183,104,.35),0 28px 60px rgba(0,0,0,.38);display:grid;place-items:center}
.altimeter::before{content:'';width:4px;height:68px;background:var(--gold-light);position:absolute;bottom:50%;left:50%;transform-origin:bottom;transform:translateX(-50%) rotate(37deg);border-radius:2px}
.altimeter::after{content:'8500+';font-family:'Bebas Neue';font-size:2rem;letter-spacing:2px;color:white;transform:translateY(27px)}
.visual-caption{position:absolute;left:55px;bottom:54px;max-width:330px}
.visual-caption small{color:var(--gold-light);text-transform:uppercase;letter-spacing:2px;font-size:.66rem}
.visual-caption strong{display:block;font-family:'Bebas Neue';font-size:2.5rem;line-height:1;color:white;letter-spacing:2px;margin-top:10px}
.visual-caption p{font-size:.85rem;line-height:1.6;color:#aebcc5;margin-top:12px}
.credential-strip{background:var(--cream);border-bottom:1px solid var(--border)}
.credential-inner{max-width:var(--max);margin:auto;display:grid;grid-template-columns:repeat(4,1fr)}
.credential{padding:26px 28px;border-right:1px solid var(--border)}
.credential:last-child{border:0}
.credential strong{font-family:'Bebas Neue';font-size:2rem;letter-spacing:1.5px;color:var(--rust)}
.credential span{display:block;font-size:.68rem;text-transform:uppercase;letter-spacing:1.6px;color:var(--muted);margin-top:3px}
.section{padding:92px max(28px,calc((100vw - var(--max))/2))}
.section-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:38px}
.section-label{color:var(--rust);text-transform:uppercase;font-size:.68rem;letter-spacing:2.5px;font-weight:600;margin-bottom:9px}
.section h2,.page-hero h1{color:var(--ink);font-size:clamp(3rem,5vw,5rem);line-height:.95;letter-spacing:2px}
.section-intro{max-width:590px;color:var(--muted);line-height:1.75;font-size:.96rem}
.training-preview{background:var(--paper)}
.card-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.card{background:white;border:1px solid var(--border);padding:28px;min-height:238px;box-shadow:0 12px 30px rgba(8,21,33,.05);position:relative;overflow:hidden}
.card::before{content:'';position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--gold)}
.card-index{font-family:'Bebas Neue';color:rgba(166,79,50,.38);font-size:2.3rem}
.card h3{color:var(--ink);font-size:1.65rem;letter-spacing:1px;margin:18px 0 10px}
.card p{color:var(--muted);font-size:.84rem;line-height:1.7}
.card-link{display:inline-block;margin-top:18px;color:var(--rust);text-transform:uppercase;font-size:.68rem;font-weight:600;letter-spacing:1.4px;text-decoration:none}
.chronicle-feature{background:var(--cream);display:grid;grid-template-columns:minmax(400px,.94fr) minmax(0,1.06fr);gap:0;padding:0}
.chronicle-cover{background:linear-gradient(145deg,#06121d,#102c40 62%,#1c3c4d);min-height:530px;color:white;padding:58px max(48px,calc((100vw - var(--max))/2));padding-right:55px;display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden}
.chronicle-cover::after{content:'';position:absolute;width:460px;height:460px;border-radius:50%;border:1px solid rgba(223,183,104,.16);right:-120px;bottom:-170px;box-shadow:0 0 0 46px rgba(223,183,104,.035),0 0 0 92px rgba(223,183,104,.025)}
.chronicle-kicker{color:var(--gold-light);text-transform:uppercase;letter-spacing:2.4px;font-size:.7rem;font-weight:600}
.chronicle-cover h2{font-size:clamp(4rem,6vw,6.5rem);color:white;line-height:.9;max-width:680px;margin:28px 0 22px;position:relative;z-index:2}
.chronicle-cover .byline{font-family:'Cormorant Garamond';font-style:italic;font-size:1.25rem;color:#d8e1e6;position:relative;z-index:2}
.chronicle-copy{padding:72px max(48px,calc((100vw - var(--max))/2));padding-left:70px;background:var(--cream);display:flex;flex-direction:column;justify-content:center}
.chronicle-copy .meta{display:flex;gap:10px;flex-wrap:wrap;margin:16px 0 22px}
.pill{background:rgba(111,135,147,.14);color:var(--navy);font-size:.65rem;text-transform:uppercase;letter-spacing:1.3px;padding:7px 10px}
.chronicle-copy p{color:#48565e;line-height:1.85;max-width:590px}
.quote{border-left:3px solid var(--rust);padding-left:20px;font-family:'Cormorant Garamond';font-size:1.35rem;font-style:italic;color:var(--ink);margin:26px 0 30px;max-width:570px}
.about-preview{background:var(--paper);display:grid;grid-template-columns:1.05fr .95fr;gap:60px;align-items:center}
.about-panel{background:var(--navy);color:white;padding:50px;box-shadow:var(--shadow)}
.about-panel h3{font-size:3rem;line-height:1;color:white;margin-bottom:20px}
.about-panel p{color:#c5d1d7;line-height:1.8}
.about-facts{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:30px}
.fact{background:#f6f0e5;border:1px solid var(--border);padding:22px}
.fact strong{font-family:'Bebas Neue';font-size:2rem;color:var(--rust)}
.fact span{display:block;color:var(--muted);font-size:.68rem;text-transform:uppercase;letter-spacing:1.3px;margin-top:4px}
.final-cta{background:var(--rust);color:white;text-align:center;padding:76px 24px}
.final-cta h2{font-size:clamp(3.4rem,5.8vw,5.5rem);color:white}
.final-cta p{max-width:590px;margin:17px auto 28px;color:#fae9df;line-height:1.7}
.page-hero{padding:76px max(28px,calc((100vw - var(--max))/2)) 50px;background:var(--cream);border-bottom:1px solid var(--border)}

.page-hero p{max-width:690px;color:var(--muted);line-height:1.8;margin-top:15px}
.chronicles-banner{
  width:100%;
  background:var(--ink);
  border-bottom:1px solid rgba(189,129,44,.65);
  overflow:hidden;
}
.chronicles-banner img{
  display:block;
  width:100%;
  height:clamp(330px,27vw,500px);
  object-fit:cover;
  object-position:center;
}

.page-content{padding:56px max(28px,calc((100vw - var(--max))/2)) 100px}
.training-list{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}
.training-item{background:white;border:1px solid var(--border);padding:32px;display:grid;grid-template-columns:62px 1fr;gap:22px}
.training-item .num{font-family:'Bebas Neue';font-size:2.7rem;color:var(--gold)}
.training-item h3{font-size:1.8rem;color:var(--ink);margin-bottom:8px}

.training-item p{color:var(--muted);line-height:1.7;font-size:.9rem}
.training-item-copy{display:flex;flex-direction:column}
.training-item-meta{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin:12px 0 15px;
}
.training-item-meta span{
  display:inline-flex;
  align-items:center;
  min-height:25px;
  padding:5px 9px;
  background:var(--cream);
  color:var(--rust);
  border:1px solid rgba(166,79,50,.18);
  font-size:.58rem;
  font-weight:600;
  letter-spacing:.85px;
  text-transform:uppercase;
}
.training-item-list{
  list-style:none;
  display:grid;
  gap:8px;
  margin-top:14px;
}
.training-item-list li{
  position:relative;
  padding-left:18px;
  color:#4f5c64;
  font-size:.82rem;
  line-height:1.55;
}
.training-item-list li::before{
  content:'';
  position:absolute;
  left:0;
  top:.62em;
  width:7px;
  height:7px;
  border-radius:50%;
  background:var(--gold);
}
.training-item-action{margin-top:auto;padding-top:20px}
.training-item-action .btn{min-height:45px;padding:0 18px;font-size:.6rem}
.training-location-note{
  grid-column:1/-1;
  background:var(--navy);
  color:white;
  padding:25px 28px;
  display:grid;
  grid-template-columns:minmax(0,1.3fr) minmax(270px,.7fr);
  gap:24px;
  align-items:center;
  border-left:4px solid var(--gold);
}
.training-location-note h3{
  color:white;
  font-size:1.9rem;
  margin-bottom:7px;
}
.training-location-note p{
  color:#c5d1d7;
  font-size:.84rem;
  line-height:1.65;
}
.training-location-note strong{
  color:var(--gold-light);
}
.training-location-airports{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  justify-content:flex-end;
}
.training-location-airports span{
  border:1px solid rgba(223,183,104,.36);
  color:var(--gold-light);
  padding:6px 9px;
  font-size:.58rem;
  text-transform:uppercase;
  letter-spacing:.8px;
}

.chronicles-grid{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:34px}
.story-card{background:white;border:1px solid var(--border);overflow:hidden}
.story-card-cover{background:var(--navy);color:white;padding:54px;min-height:300px;display:flex;flex-direction:column;justify-content:end}
.story-card-cover small{color:var(--gold-light);text-transform:uppercase;letter-spacing:2px}
.story-card-cover h2{font-size:4.2rem;line-height:.9;color:white;margin-top:15px}
.story-card-body{padding:30px}
.story-card-body p{color:var(--muted);line-height:1.75}
.sidebar{background:var(--cream);padding:30px;align-self:start}
.sidebar h3{font-size:1.75rem;color:var(--ink);margin-bottom:14px}
.sidebar p{color:var(--muted);line-height:1.7;font-size:.88rem}
.article{max-width:820px;margin:0 auto;background:white;border:1px solid var(--border);padding:60px}
.article .article-kicker{color:var(--rust);font-size:.68rem;text-transform:uppercase;letter-spacing:2px;font-weight:600}
.article h1{font-family:'Bebas Neue';font-size:clamp(4rem,7vw,6.8rem);line-height:.9;color:var(--ink);margin:15px 0 20px}
.article .article-deck{font-family:'Cormorant Garamond';font-size:1.5rem;font-style:italic;color:#50606a;line-height:1.55;margin-bottom:38px}
.article p{font-family:'Cormorant Garamond';font-size:1.22rem;line-height:1.75;color:#273640;margin-bottom:1.3em}
.article blockquote{border-left:3px solid var(--gold);padding:18px 0 18px 24px;margin:36px 0;font-family:'Cormorant Garamond';font-size:1.55rem;font-style:italic;color:var(--navy)}
.booking-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:34px}
.contact-card{background:var(--navy);color:white;padding:38px;align-self:start}
.contact-card h3{font-size:2.4rem;color:white;margin-bottom:15px}
.contact-card p{color:#c4d1d8;line-height:1.75}
.form-card{background:white;border:1px solid var(--border);padding:38px}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.field{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}
.field.full{grid-column:1/-1}
.field label{font-size:.65rem;text-transform:uppercase;letter-spacing:1.4px;font-weight:600;color:var(--muted)}
.field input,.field select,.field textarea{border:1px solid #bbc6ca;background:#fbfaf6;min-height:50px;padding:13px;color:var(--text)}
.field textarea{min-height:110px;resize:vertical}

.about-photo-card{background:white;border:1px solid var(--border);padding:12px;box-shadow:var(--shadow)}
.about-photo-card img{display:block;width:100%;aspect-ratio:4/5;object-fit:cover;object-position:center}

/* Dedicated About page */
.about-page-hero{
  background:var(--paper);
  padding:64px max(28px,calc((100vw - var(--max))/2));
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(470px,.95fr);
  gap:clamp(42px,6vw,86px);
  align-items:center;
  border-bottom:1px solid var(--border);
}
.about-page-copy .section-label{margin-bottom:18px}
.about-page-copy h1{
  color:var(--ink);
  font-size:clamp(4.5rem,6.8vw,7rem);
  line-height:.88;
  max-width:720px;
}
.about-page-subline{
  margin:22px 0 24px;
  color:var(--rust);
  font-family:'Bebas Neue',sans-serif;
  font-size:1.45rem;
  letter-spacing:1.8px;
  max-width:670px;
}
.about-page-copy>p{
  color:#45535d;
  line-height:1.82;
  max-width:680px;
  margin-bottom:17px;
}
.about-page-hero-quote{
  margin:27px 0 0;
  padding:20px 0 20px 22px;
  border-left:4px solid var(--gold);
  color:var(--ink);
  font-family:'Cormorant Garamond',serif;
  font-size:1.75rem;
  font-style:italic;
  line-height:1.35;
  max-width:650px;
}
.about-page-signature{
  margin-top:25px;
  font-family:'Cormorant Garamond',serif;
  font-size:2.1rem;
  font-style:italic;
  color:var(--ink);
}
.about-page-role{
  color:var(--muted);
  font-size:.8rem;
  text-transform:uppercase;
  letter-spacing:1.4px;
  margin-top:2px;
}
.about-page-photo{
  background:white;
  border:1px solid var(--border);
  padding:12px;
  box-shadow:var(--shadow);
  border-radius:4px;
}
.about-page-photo img{
  display:block;
  width:100%;
  height:clamp(500px,42vw,690px);
  object-fit:cover;
  object-position:center;
  border-radius:2px;
}
.about-page-stats{
  background:var(--ink);
  color:white;
  padding:28px max(28px,calc((100vw - var(--max))/2));
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:1px;
}
.about-page-stat{
  padding:12px 24px;
  border-right:1px solid rgba(255,255,255,.16);
}
.about-page-stat:last-child{border-right:0}
.about-page-stat strong{
  display:block;
  color:var(--gold-light);
  font-family:'Bebas Neue',sans-serif;
  font-size:2.25rem;
  letter-spacing:1.5px;
}
.about-page-stat span{
  display:block;
  color:#d5dde2;
  font-size:.68rem;
  text-transform:uppercase;
  letter-spacing:1.4px;
  margin-top:3px;
}
.about-story-wrap{
  background:var(--cream);
  padding:72px max(28px,calc((100vw - var(--max))/2)) 88px;
}
.about-story-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}
.about-story-card{
  background:white;
  border:1px solid var(--border);
  padding:36px;
  box-shadow:0 12px 30px rgba(8,21,33,.05);
}
.about-story-card.wide{grid-column:1/-1}
.about-story-card.dark{
  background:var(--navy);
  color:white;
  border-color:rgba(255,255,255,.08);
  border-left:4px solid var(--gold);
}
.about-story-card .section-label{margin-bottom:10px}
.about-story-card h2{
  color:var(--ink);
  font-size:clamp(2.7rem,4vw,4.3rem);
  line-height:.94;
  margin-bottom:19px;
}
.about-story-card.dark h2{color:white}
.about-story-card p{
  color:#4a5860;
  line-height:1.82;
  font-size:.92rem;
  margin-bottom:15px;
}
.about-story-card p:last-child{margin-bottom:0}
.about-story-card.dark p{color:#c5d1d7}
.about-story-pullquote{
  margin:25px 0;
  padding:22px 24px;
  background:var(--ink);
  color:white;
  font-family:'Cormorant Garamond',serif;
  font-size:1.62rem;
  font-style:italic;
  line-height:1.42;
  border-left:4px solid var(--gold);
}
.about-gold-standard{
  list-style:none;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  margin:26px 0 20px;
}
.about-gold-standard li{
  background:var(--cream);
  border:1px solid var(--border);
  padding:18px;
  color:#4a5860;
  font-size:.74rem;
  line-height:1.55;
}
.about-gold-standard strong{
  display:block;
  color:var(--rust);
  font-family:'Bebas Neue',sans-serif;
  font-size:1.35rem;
  line-height:1;
  letter-spacing:.7px;
  margin-bottom:7px;
}
.about-faa-note{
  display:flex;
  gap:12px;
  align-items:flex-start;
  margin-top:18px;
  padding-top:17px;
  border-top:1px solid var(--border);
  color:var(--muted);
  font-size:.66rem;
  line-height:1.55;
}
.about-faa-note a{
  color:var(--rust);
  font-weight:600;
  text-underline-offset:3px;
}
.about-nobu-story{
  display:grid;
  grid-template-columns:minmax(0,1.12fr) minmax(280px,.88fr);
  gap:32px;
  align-items:start;
}
.about-nobu-aside{
  background:var(--cream);
  border:1px solid var(--border);
  padding:25px;
}
.about-nobu-aside strong{
  display:block;
  color:var(--rust);
  font-family:'Bebas Neue',sans-serif;
  font-size:1.75rem;
  letter-spacing:.8px;
  margin-bottom:10px;
}
.about-nobu-aside p{
  font-family:'Cormorant Garamond',serif;
  font-size:1.18rem;
  line-height:1.55;
  color:var(--ink);
}
.about-philosophy-list{
  list-style:none;
  display:grid;
  gap:12px;
  margin-top:20px;
}
.about-philosophy-list li{
  position:relative;
  padding-left:21px;
  color:#d2dde2;
  font-size:.84rem;
  line-height:1.6;
}
.about-philosophy-list li::before{
  content:'';
  position:absolute;
  left:0;
  top:.62em;
  width:8px;
  height:8px;
  border-radius:50%;
  background:var(--gold);
}
.about-page-cta{
  grid-column:1/-1;
  background:var(--rust);
  color:white;
  padding:38px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
}
.about-page-cta h2{
  color:white;
  font-size:3.4rem;
  line-height:.92;
}
.about-page-cta p{
  color:#fae9df;
  max-width:650px;
  line-height:1.7;
  margin-top:10px;
}
.about-page-cta .btn{
  flex:0 0 auto;
  background:white;
  color:var(--rust);
}
.about-page-cta .btn:hover{
  background:var(--gold-light);
  color:var(--ink);
}
.about-copy-stack{display:flex;flex-direction:column;gap:22px}
.booking-note{margin-top:20px;padding:18px;border-left:4px solid var(--rust);background:var(--cream);color:#48565e;font-size:.84rem;line-height:1.7}
.booking-note strong{color:var(--ink)}
.other-field{display:none}
.other-field.visible{display:flex}
.request-preview{grid-column:1/-1;background:var(--cream);border:1px solid var(--border);padding:18px;margin-bottom:4px}
.request-preview-label{font-size:.62rem;text-transform:uppercase;letter-spacing:1.5px;font-weight:600;color:var(--rust);margin-bottom:10px}
.request-preview-text{white-space:pre-wrap;word-break:break-word;font-size:.8rem;line-height:1.65;color:#48565e}
.form-actions{grid-column:1/-1;display:flex;gap:12px;flex-wrap:wrap;align-items:center}
.btn-copy{border:1px solid var(--rust);background:transparent;color:var(--rust)}
.btn-copy:hover{background:var(--rust);color:white}
.form-status{grid-column:1/-1;min-height:1.4em;font-size:.76rem;color:var(--muted)}
.article h2.article-subhead{font-size:2.5rem;color:var(--rust);margin:46px 0 18px;line-height:1}
.article p.dialogue{font-style:italic;color:var(--navy)}
.contact-links{display:flex;flex-direction:column;gap:12px;margin-top:22px}
.contact-links a{color:var(--gold-light);text-decoration:none}

footer{background:var(--ink);color:#91a2ac;padding:42px max(28px,calc((100vw - var(--max))/2));display:flex;justify-content:space-between;gap:30px;align-items:center;font-size:.73rem}
footer strong{font-family:'Bebas Neue';font-size:1.4rem;letter-spacing:2px;color:white}
footer span{color:var(--gold-light)}

/* Approved student testimonials */
.reviews-section{background:var(--paper)}
.reviews-section-head{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:28px;
  margin-bottom:30px;
}
.reviews-section-head h2{
  color:var(--ink);
  font-size:clamp(3rem,5vw,5rem);
  line-height:.95;
}
.review-system{
  display:grid;
  grid-template-columns:300px minmax(0,1fr);
  gap:24px;
  align-items:start;
}
.review-sidebar{
  display:grid;
  gap:14px;
  position:sticky;
  top:108px;
}
.review-sidebar .review-summary-card{position:static}
.review-summary-card{
  background:var(--navy);
  color:white;
  padding:31px;
  border-left:4px solid var(--gold);
  box-shadow:0 14px 36px rgba(8,21,33,.11);
}
.review-summary-label{
  color:var(--gold-light);
  font-size:.63rem;
  text-transform:uppercase;
  letter-spacing:1.3px;
}
.review-score-row{
  display:flex;
  align-items:end;
  gap:14px;
  margin:24px 0 9px;
}
.review-average{
  font-family:'Bebas Neue',sans-serif;
  font-size:4.9rem;
  line-height:.8;
  color:white;
}
.review-stars{
  --rating-pct:100%;
  position:relative;
  display:inline-block;
  font-size:1.35rem;
  letter-spacing:2px;
  line-height:1;
  margin-bottom:5px;
}
.review-stars-base{color:#526572}
.review-stars-fill{
  position:absolute;
  left:0;
  top:0;
  width:var(--rating-pct);
  overflow:hidden;
  white-space:nowrap;
  color:#ffcf67;
}
.review-count{
  color:#c2ced4;
  font-size:.75rem;
  line-height:1.55;
}
.review-disclosure{
  color:#9eb0b9;
  font-size:.65rem;
  line-height:1.58;
  margin-top:17px;
}
.review-summary-actions{
  display:grid;
  gap:9px;
  margin-top:23px;
}
.review-summary-actions a,
.review-summary-actions button{
  min-height:43px;
  padding:0 13px;
  font-size:.57rem;
}
.review-main{min-width:0}
.testimonial-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}
.testimonial-card{
  appearance:none;
  width:100%;
  height:230px;
  background:white;
  color:inherit;
  border:1px solid var(--border);
  padding:19px;
  display:flex;
  flex-direction:column;
  text-align:left;
  box-shadow:0 10px 25px rgba(8,21,33,.05);
  border-radius:7px;
  overflow:hidden;
  position:relative;
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;
}
.testimonial-card:hover{
  transform:translateY(-3px);
  border-color:rgba(189,129,44,.5);
  box-shadow:0 16px 34px rgba(8,21,33,.1);
}
.testimonial-card::after{
  content:'Read full review';
  position:absolute;
  left:19px;
  right:19px;
  bottom:13px;
  padding-top:13px;
  background:linear-gradient(to bottom,rgba(255,255,255,0),white 34%);
  color:var(--rust);
  font-size:.55rem;
  font-weight:600;
  text-transform:uppercase;
  letter-spacing:1px;
}
.testimonial-stars{
  color:var(--gold);
  letter-spacing:1.6px;
  font-size:1rem;
}
.testimonial-text{
  color:#3e4d56;
  font-family:'Cormorant Garamond',serif;
  font-size:1.02rem;
  line-height:1.48;
  margin:12px 0 13px;
  display:-webkit-box;
  -webkit-line-clamp:5;
  -webkit-box-orient:vertical;
  overflow:hidden;
  flex:1;
}
.testimonial-footer{
  border-top:1px solid var(--border);
  padding-top:10px;
  padding-bottom:20px;
  color:var(--muted);
  font-size:.62rem;
  line-height:1.42;
}
.testimonial-footer strong{
  display:block;
  color:var(--ink);
  font-size:.78rem;
}

.yelp-rating-card{background:white;border:1px solid var(--border);border-left:4px solid #d32323;padding:21px;box-shadow:0 10px 25px rgba(8,21,33,.05)}
.yelp-rating-source{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:.58rem;text-transform:uppercase;letter-spacing:1px}
.yelp-rating-source strong{background:#d32323;color:white;border-radius:4px;padding:4px 7px;text-transform:none;letter-spacing:0}
.yelp-rating-row{display:flex;align-items:end;gap:11px;margin:16px 0 7px}
.yelp-live-score{color:var(--ink);font-family:'Bebas Neue';font-size:3.3rem;line-height:.82}
.yelp-live-stars{--yelp-rating-pct:0%;position:relative;display:inline-block;font-size:1.02rem;letter-spacing:1.3px;line-height:1;margin-bottom:4px}
.yelp-live-stars-base{color:#c7cdd0}
.yelp-live-stars-fill{position:absolute;left:0;top:0;width:var(--yelp-rating-pct);overflow:hidden;white-space:nowrap;color:#d32323}
.yelp-live-count{color:var(--muted);font-size:.67rem}
.yelp-live-updated{color:var(--muted);font-size:.57rem;line-height:1.5;min-height:2.8em}
.yelp-rating-card .btn{width:100%;min-height:40px;margin-top:14px;padding:0 9px;font-size:.53rem}

.yelp-excerpts-section{
  margin-top:18px;
  padding-top:18px;
  border-top:1px solid var(--border);
}
.yelp-excerpts-head{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:18px;
  margin-bottom:12px;
}
.yelp-excerpts-head h3{
  color:var(--ink);
  font-size:1.8rem;
  line-height:1;
}
.yelp-excerpts-head p{
  max-width:470px;
  color:var(--muted);
  font-size:.66rem;
  line-height:1.5;
}
.yelp-excerpt-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
}
.yelp-excerpt-card{
  appearance:none;
  width:100%;
  height:210px;
  background:white;
  color:inherit;
  border:1px solid var(--border);
  border-left:4px solid #d32323;
  padding:17px;
  display:flex;
  flex-direction:column;
  text-align:left;
  border-radius:7px;
  overflow:hidden;
  position:relative;
  box-shadow:0 9px 22px rgba(8,21,33,.05);
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;
}
.yelp-excerpt-card:hover{
  transform:translateY(-3px);
  border-color:rgba(211,35,35,.45);
  box-shadow:0 15px 32px rgba(8,21,33,.09);
}
.yelp-excerpt-card::after{
  content:'Read excerpt';
  position:absolute;
  left:17px;
  right:17px;
  bottom:11px;
  padding-top:12px;
  background:linear-gradient(to bottom,rgba(255,255,255,0),white 34%);
  color:#b31c1c;
  font-size:.5rem;
  font-weight:600;
  text-transform:uppercase;
  letter-spacing:1px;
}
.yelp-excerpt-stars{
  color:#d32323;
  letter-spacing:1.4px;
  font-size:.9rem;
}
.yelp-excerpt-text{
  color:#46545c;
  font-family:'Cormorant Garamond',serif;
  font-size:.98rem;
  line-height:1.45;
  margin:11px 0 11px;
  display:-webkit-box;
  -webkit-line-clamp:4;
  -webkit-box-orient:vertical;
  overflow:hidden;
  flex:1;
}
.yelp-excerpt-footer{
  border-top:1px solid var(--border);
  padding-top:9px;
  padding-bottom:18px;
  color:var(--muted);
  font-size:.58rem;
  line-height:1.4;
}
.yelp-excerpt-footer strong{
  display:block;
  color:var(--ink);
  font-size:.66rem;
}
.yelp-excerpt-empty{
  grid-column:1/-1;
  padding:16px;
  background:var(--cream);
  color:var(--muted);
  border:1px solid var(--border);
  font-size:.68rem;
  line-height:1.55;
}
@media(max-width:1180px) and (min-width:1001px){
  .yelp-excerpt-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

.review-dialog{width:min(720px,calc(100vw - 34px));max-height:min(82vh,850px);border:0;padding:0;border-radius:14px;background:var(--paper);color:var(--text);box-shadow:0 34px 100px rgba(4,12,18,.45)}
.review-dialog::backdrop{background:rgba(4,12,18,.72)}
.review-dialog-shell{display:flex;flex-direction:column;max-height:min(82vh,850px)}
.review-dialog-head{display:flex;justify-content:space-between;align-items:start;gap:20px;padding:24px 25px 18px;background:var(--navy);color:white;border-bottom:1px solid rgba(223,183,104,.34)}
.review-dialog-stars{color:var(--gold-light);letter-spacing:1.8px;margin-bottom:9px}
.review-dialog-head strong{display:block;font-family:'Bebas Neue';font-size:1.8rem;letter-spacing:.7px}
.review-dialog-head span{display:block;color:#bdcad0;font-size:.69rem;margin-top:3px}
.review-dialog-close{flex:0 0 auto;width:39px;height:39px;border-radius:50%;border:1px solid rgba(255,255,255,.3);background:transparent;color:white;font-size:1.25rem}
.review-dialog-body{overflow:auto;padding:25px}
.review-dialog-text{color:#33434c;font-family:'Cormorant Garamond';font-size:1.28rem;line-height:1.68;white-space:pre-line}


.yelp-external-note{
  grid-column:1/-1;
  background:white;
  border:1px solid var(--border);
  padding:19px 21px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:18px;
  margin-top:14px;
}
.yelp-external-note p{
  color:var(--muted);
  font-size:.76rem;
  line-height:1.58;
}
.yelp-external-note strong{color:var(--ink)}
.yelp-external-actions{
  display:flex;
  gap:8px;
  flex:0 0 auto;
}
.yelp-external-actions a{
  min-height:41px;
  padding:0 12px;
  font-size:.54rem;
}
.mobile-review-section{display:none}



.mobile-training-list,
.mobile-booking-progress,
.wizard-actions,
.article-mobile-bar,
.mobile-sheet-backdrop,
.mobile-sheet,
.reading-progress,
.about-mobile-details{display:none}
.booking-step{display:contents}
.mobile-proof,
.mobile-service-rail,
.contact-actions{display:none}

.mobile-home-only{display:none}
@media(max-width:1180px) and (min-width:1001px){
  .testimonial-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media(max-width:1000px){
  :root{
    --mobile-header:68px;
    --mobile-nav:72px;
  }

  body{
    padding-bottom:calc(var(--mobile-nav) + 24px + env(safe-area-inset-bottom));
    scroll-padding-top:calc(var(--mobile-header) + env(safe-area-inset-top));
    scroll-padding-bottom:calc(var(--mobile-nav) + 28px + env(safe-area-inset-bottom));
    background:var(--paper);
  }

  .desktop-nav{display:none}

  /* Mobile top bar */
  .mobile-top{
    display:flex;
    position:sticky;
    top:0;
    z-index:70;
    min-height:calc(var(--mobile-header) + env(safe-area-inset-top));
    padding:env(safe-area-inset-top) 15px 0;
    background:rgba(8,21,33,.985);
    border-bottom:1px solid rgba(189,129,44,.55);
    box-shadow:0 8px 24px rgba(8,21,33,.16);
    align-items:center;
    justify-content:space-between;
  }
  .mobile-top .brand{gap:10px;min-width:0}
  .mobile-top .brand-copy{min-width:0}
  .mobile-top .brand-copy strong{
    font-size:1.16rem;
    letter-spacing:2.4px;
    white-space:nowrap;
  }
  .mobile-top .brand-copy small{
    font-size:.51rem;
    letter-spacing:1.45px;
    white-space:nowrap;
  }
  .mobile-top .brand-mark{
    width:72px;
    height:42px;
    font-size:0;
    object-fit:cover;
    object-position:center 49%;
    transform:none;
    flex:0 0 auto;
  }
  .mobile-top .brand-wordmark{font-size:.8rem;letter-spacing:.07em}
  .mobile-top .brand-mark svg{
    width:28px;
    height:28px;
    stroke:var(--gold);
  }
  .mobile-more-btn{
    border:1px solid rgba(223,183,104,.55);
    background:rgba(255,255,255,.02);
    color:var(--gold-light);
    width:40px;
    height:40px;
    border-radius:50%;
    display:grid;
    place-items:center;
    flex:0 0 auto;
  }
  .mobile-more-btn svg{width:21px;height:21px}

  /* Mobile More sheet */
  .mobile-sheet-backdrop{
    display:block;
    position:fixed;
    inset:0;
    z-index:110;
    background:rgba(4,12,18,.58);
    opacity:0;
    pointer-events:none;
    transition:opacity .22s ease;
  }
  .mobile-sheet{
    display:block;
    position:fixed;
    left:10px;
    right:10px;
    bottom:calc(10px + env(safe-area-inset-bottom));
    z-index:120;
    background:var(--paper);
    border:1px solid var(--border);
    border-radius:20px;
    box-shadow:0 28px 90px rgba(4,12,18,.38);
    padding:10px 14px 18px;
    transform:translateY(calc(100% + 30px));
    transition:transform .25s cubic-bezier(.2,.8,.2,1);
  }
  .mobile-sheet-backdrop.open{opacity:1;pointer-events:auto}
  .mobile-sheet.open{transform:translateY(0)}
  .mobile-sheet-handle{
    width:42px;height:4px;border-radius:8px;background:#c8c1b6;margin:2px auto 14px;
  }
  .mobile-sheet-head{
    display:flex;align-items:center;justify-content:space-between;padding:0 5px 12px;
  }
  .mobile-sheet-head strong{
    font-family:'Bebas Neue',sans-serif;
    font-size:1.75rem;
    letter-spacing:1.2px;
    color:var(--ink);
  }
  .mobile-sheet-close{
    width:38px;height:38px;border-radius:50%;border:1px solid var(--border);
    background:white;color:var(--ink);font-size:1.15rem;
  }
  .mobile-sheet-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px}
  .mobile-sheet-action{
    min-height:68px;
    border:1px solid var(--border);
    background:white;
    color:var(--ink);
    border-radius:12px;
    padding:13px;
    text-decoration:none;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:flex-start;
    gap:4px;
  }
  .mobile-sheet-action strong{
    font-family:'Bebas Neue';font-size:1.2rem;letter-spacing:.8px;
  }
  .mobile-sheet-action span{font-size:.65rem;color:var(--muted);line-height:1.35}

  /* Bottom app navigation */
.mobile-bottom{
    display:flex;
    position:fixed;
    left:0;right:0;bottom:0;
    z-index:90;
    min-height:calc(var(--mobile-nav) + env(safe-area-inset-bottom));
    padding:6px 4px env(safe-area-inset-bottom);
    background:rgba(8,21,33,.985);
    border-top:1px solid rgba(189,129,44,.5);
    box-shadow:0 -10px 28px rgba(8,21,33,.18);
  }
  .mobile-bottom a{
    flex:1;
    min-width:0;
    border:0;
    background:none;
    color:#90a1aa;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:4px;
    font-size:.55rem;
    text-transform:uppercase;
    letter-spacing:.72px;
    padding:4px 1px;
    position:relative;
  }
  .mobile-bottom a svg{
    width:21px;height:21px;stroke:currentColor;fill:none;stroke-width:1.8;
  }
  .mobile-bottom a.active{color:var(--gold-light)}
  .mobile-bottom a.active::after{
    content:'';
    position:absolute;
    top:0;
    width:24px;height:2px;
    background:var(--gold);
    border-radius:4px;
  }
  .mobile-bottom .mobile-book{color:var(--gold-light)}
  .mobile-bottom .mobile-book::after{display:none}
  .mobile-bottom .mobile-book .mobile-book-icon{
    width:48px;height:48px;border-radius:50%;
    background:var(--gold);color:var(--ink);
    display:grid;place-items:center;
    margin-top:-23px;
    box-shadow:0 8px 22px rgba(0,0,0,.38);
    border:3px solid var(--ink);
  }
  .mobile-bottom .mobile-book .mobile-book-icon svg{width:23px;height:23px}

  .desktop-home-only{display:none!important}
  .mobile-home-only{display:block}
  .mobile-home{background:var(--paper)}

  /* Mobile home */
  .mobile-hero{
    background:
      radial-gradient(circle at 90% 10%,rgba(189,129,44,.14),transparent 30%),
      linear-gradient(155deg,var(--ink),#0c2638);
    color:white;
    padding:32px 18px 27px;
  }
  .mobile-hero .eyebrow{
    font-size:.56rem;letter-spacing:1.8px;margin-bottom:14px;gap:9px;
  }
  .mobile-hero .eyebrow::before{width:28px}
  .mobile-hero h1{
    font-size:clamp(3.65rem,16vw,4.65rem);
    line-height:.86;
    letter-spacing:2.2px;
  }
  .mobile-hero p{
    font-family:'Cormorant Garamond';
    font-size:1.08rem;
    line-height:1.48;
    color:#cbd6dc;
    margin:16px 0 18px;
    max-width:33rem;
  }
  .mobile-proof{
    display:flex;
    flex-wrap:wrap;
    gap:7px;
    margin-bottom:20px;
  }
  .mobile-proof span{
    border:1px solid rgba(223,183,104,.34);
    background:rgba(255,255,255,.035);
    color:#ead09a;
    padding:6px 9px;
    border-radius:999px;
    font-size:.56rem;
    text-transform:uppercase;
    letter-spacing:.9px;
  }
  .mobile-actions{display:grid;grid-template-columns:1.25fr .75fr;gap:9px}
  .mobile-actions .btn{
    padding:0 10px;min-height:48px;font-size:.63rem;border-radius:5px;
  }

  .mobile-service-section{padding:25px 0 20px;background:var(--cream)}
  .mobile-service-section .mobile-section-head{padding:0 18px 12px}
  .mobile-service-section h2{font-size:2.55rem;color:var(--ink);line-height:.95}
  .mobile-service-rail{
    display:flex;
    overflow-x:auto;
    overscroll-behavior-x:contain;
    scroll-snap-type:x mandatory;
    gap:11px;
    padding:4px 18px 14px;
    scrollbar-width:none;
  }
  .mobile-service-rail::-webkit-scrollbar{display:none}
  .mobile-service-card{
    flex:0 0 min(82vw,320px);
    scroll-snap-align:start;
    background:white;
    border:1px solid var(--border);
    border-radius:12px;
    padding:20px;
    text-align:left;
    min-height:175px;
    box-shadow:0 9px 24px rgba(8,21,33,.06);
    position:relative;
    overflow:hidden;
  }
  .mobile-service-card::before{
    content:'';position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--gold);
  }
  .mobile-service-card small{
    color:var(--rust);text-transform:uppercase;font-size:.56rem;letter-spacing:1.2px;
  }
  .mobile-service-card h3{
    color:var(--ink);font-size:1.85rem;line-height:1;margin:12px 0 8px;
  }
  .mobile-service-card p{font-size:.78rem;color:var(--muted);line-height:1.58}
  .mobile-service-card .rail-link{
    display:inline-block;margin-top:15px;color:var(--rust);
    font-size:.63rem;text-transform:uppercase;letter-spacing:1.1px;font-weight:600;
  }
  .rail-hint{
    padding:0 18px;
    color:var(--muted);
    font-size:.62rem;
    letter-spacing:.5px;
  }

  .mobile-block{padding:27px 18px}
  .mobile-block.alt{background:var(--cream)}
  .mobile-block h2{font-size:2.55rem;color:var(--ink);line-height:.95}
  .mobile-block .section-label{font-size:.56rem;margin-bottom:7px}

  .mobile-story{
    background:linear-gradient(145deg,var(--navy),#0a1b29);
    color:white;
    padding:24px 21px;
    margin-top:15px;
    border-radius:12px;
    position:relative;
    overflow:hidden;
    box-shadow:0 14px 34px rgba(8,21,33,.16);
  }
  .mobile-story::after{
    content:'';
    position:absolute;
    width:180px;height:180px;
    border:1px solid rgba(223,183,104,.13);
    border-radius:50%;
    right:-75px;bottom:-90px;
  }
  .mobile-story small{
    color:var(--gold-light);
    text-transform:uppercase;
    letter-spacing:1.25px;
    font-size:.56rem;
  }
  .mobile-story h3{
    font-size:2.55rem;
    line-height:.91;
    color:white;
    margin:11px 0;
    max-width:315px;
  }
  .mobile-story p{
    font-size:.79rem;color:#c1cdd3;line-height:1.58;margin-bottom:17px;max-width:93%;
  }
  .mobile-story .btn{min-height:46px;padding:0 19px;font-size:.61rem}

  .mobile-credentials{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:9px;
    background:none;
    margin-top:15px;
  }
  .mobile-credential{
    background:white;
    border:1px solid var(--border);
    border-radius:10px;
    padding:16px 10px;
    text-align:center;
  }
  .mobile-credential strong{
    font-family:'Bebas Neue';font-size:1.7rem;color:var(--rust);line-height:1;
  }
  .mobile-credential span{
    display:block;font-size:.5rem;text-transform:uppercase;
    letter-spacing:.68px;color:var(--muted);margin-top:5px;
  }
  .mobile-review-section{
    display:block;
    padding:27px 18px;
    background:var(--paper);
  }
  .mobile-review-section h2{
    color:var(--ink);
    font-size:2.55rem;
    line-height:.95;
  }
  .mobile-review-summary{
    margin-top:15px;
    background:var(--navy);
    color:white;
    border-radius:12px;
    padding:20px;
    border-left:4px solid var(--gold);
    box-shadow:0 12px 28px rgba(8,21,33,.13);
  }
  .mobile-review-summary .review-score-row{
    margin:16px 0 8px;
  }
  .mobile-review-summary .review-average{font-size:4rem}
  .mobile-review-summary .review-stars{font-size:1.08rem}
  .mobile-review-summary .review-summary-actions{
    grid-template-columns:1fr;
    display:grid;
  }
  .mobile-testimonial-list{
    display:grid;
    gap:9px;
    margin-top:11px;
  }
  .mobile-testimonial-list .testimonial-card{height:188px;padding:16px}
  .mobile-testimonial-list .testimonial-text{-webkit-line-clamp:4;font-size:.94rem;line-height:1.43}
  .mobile-testimonial-list .testimonial-footer{font-size:.58rem;padding-bottom:19px}
  .mobile-testimonial-list .testimonial-card::after{left:16px;right:16px;bottom:10px;font-size:.49rem}
  .mobile-yelp-live{margin-top:10px;background:white;border:1px solid var(--border);border-left:4px solid #d32323;border-radius:10px;padding:16px}
  .mobile-yelp-live .yelp-live-score{font-size:2.9rem}
  .mobile-yelp-live .btn{width:100%;min-height:42px;margin-top:12px}
  .review-dialog{width:calc(100vw - 18px);max-height:88svh;margin:auto;border-radius:16px}
  .review-dialog-shell{max-height:88svh}
  .review-dialog-head{padding:20px 18px 16px}
  .review-dialog-body{padding:20px 18px 25px}
  .review-dialog-text{font-size:1.13rem;line-height:1.64}

  .mobile-testimonial-list .testimonial-card{
    min-height:0;
    border-radius:10px;
    padding:18px;
  }
  .mobile-testimonial-list .testimonial-text{
    font-size:1.02rem;
    margin:13px 0 16px;
  }

  .mobile-yelp-excerpts{
    margin-top:10px;
    padding-top:10px;
    border-top:1px solid var(--border);
  }
  .mobile-yelp-excerpts .yelp-excerpts-head{
    display:block;
    margin-bottom:9px;
  }
  .mobile-yelp-excerpts .yelp-excerpts-head h3{font-size:1.45rem}
  .mobile-yelp-excerpts .yelp-excerpts-head p{margin-top:4px;font-size:.61rem}
  .mobile-yelp-excerpts .yelp-excerpt-grid{grid-template-columns:1fr;gap:8px}
  .mobile-yelp-excerpts .yelp-excerpt-card{height:175px;padding:15px}
  .mobile-yelp-excerpts .yelp-excerpt-text{-webkit-line-clamp:3;font-size:.91rem}
  .mobile-yelp-excerpts .yelp-excerpt-card::after{left:15px;right:15px;bottom:9px}


  .mobile-review-yelp{
    margin-top:11px;
    background:white;
    border:1px solid var(--border);
    border-radius:10px;
    padding:17px;
  }
  .mobile-review-yelp p{
    color:var(--muted);
    font-size:.72rem;
    line-height:1.55;
    margin-bottom:12px;
  }
  .mobile-review-yelp-actions{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:8px;
  }
  .mobile-review-yelp-actions a{
    min-height:42px;
    padding:0 7px;
    font-size:.51rem;
  }

  .mobile-cta{
    background:var(--rust);
    color:white;
    padding:24px 21px;
    margin:0 18px 24px;
    border-radius:12px;
  }
  .mobile-cta h3{font-size:2.3rem;color:white;line-height:.95}
  .mobile-cta p{font-size:.79rem;line-height:1.55;color:#fae9df;margin:8px 0 15px}
  .mobile-cta .btn{min-height:46px;width:100%}

  /* Shared mobile page structure */
  .view.active{min-height:calc(100svh - var(--mobile-header))}
  .page-hero{
    padding:31px 18px 24px;
    background:var(--cream);
  }
  .page-hero .section-label{font-size:.56rem}
  .page-hero h1{font-size:3.25rem;line-height:.92}
  .page-hero p{font-size:.84rem;line-height:1.62;margin-top:12px}
  .page-content{padding:22px 14px 34px}

  /* About */
  .about-page-hero{
    grid-template-columns:1fr;
    padding:18px 16px 28px;
    gap:22px;
  }
  .about-page-photo{
    order:1;
    padding:7px;
    border-radius:12px;
    box-shadow:0 13px 32px rgba(8,21,33,.12);
  }
  .about-page-photo img{
    height:auto;
    aspect-ratio:1/1;
    object-fit:cover;
    object-position:center top;
    border-radius:8px;
  }
  .about-page-copy{order:2}
  .about-page-copy h1{font-size:3.55rem;line-height:.89}
  .about-page-subline{font-size:1.02rem;margin:16px 0 17px}
  .about-page-copy>p{font-size:.86rem;line-height:1.68}
  .about-page-hero-quote{
    font-size:1.35rem;
    margin-top:20px;
    padding:15px 0 15px 16px;
  }
  .about-page-signature{font-size:1.8rem}
  .about-page-stats{
    grid-template-columns:1fr 1fr;
    padding:14px;
    gap:8px;
  }
  .about-page-stat{
    border:1px solid rgba(255,255,255,.13);
    border-radius:9px;
    padding:15px 10px;
  }
  .about-page-stat strong{font-size:1.75rem}
  .about-page-stat span{font-size:.49rem;letter-spacing:.7px}
  .about-story-wrap{padding:22px 14px 34px}
  .about-story-grid{grid-template-columns:1fr;gap:11px}
  .about-story-card,
  .about-story-card.wide{
    grid-column:auto;
    padding:22px 19px;
    border-radius:11px;
  }
  .about-story-card h2{font-size:2.55rem;margin-bottom:14px}
  .about-story-card p{font-size:.82rem;line-height:1.7}
  .about-story-pullquote{
    margin:18px 0;
    padding:17px;
    font-size:1.28rem;
  }
  .about-gold-standard{
    grid-template-columns:1fr;
    gap:8px;
    margin:18px 0 15px;
  }
  .about-gold-standard li{
    padding:15px;
    font-size:.72rem;
  }
  .about-nobu-story{grid-template-columns:1fr;gap:14px}
  .about-nobu-aside{padding:18px}
  .about-nobu-aside p{font-size:1.05rem}
  .about-page-cta{
    grid-column:auto;
    padding:25px 20px;
    border-radius:11px;
    display:block;
  }
  .about-page-cta h2{font-size:2.65rem}
  .about-page-cta p{font-size:.8rem;line-height:1.6}
  .about-page-cta .btn{
    width:100%;
    margin-top:17px;
    min-height:47px;
  }

  /* Training accordions */
  .desktop-training-list{display:none}
  .mobile-training-list{display:flex;flex-direction:column;gap:10px}
  .mobile-training-card{
    background:white;
    border:1px solid var(--border);
    border-radius:12px;
    overflow:hidden;
    box-shadow:0 8px 22px rgba(8,21,33,.05);
  }
  .mobile-training-card summary{
    list-style:none;
    min-height:76px;
    padding:16px 17px;
    display:grid;
    grid-template-columns:44px 1fr 24px;
    align-items:center;
    gap:11px;
    cursor:pointer;
  }
  .mobile-training-card summary::-webkit-details-marker{display:none}
  .mobile-training-number{
    font-family:'Bebas Neue';
    font-size:1.9rem;
    color:var(--gold);
  }
  .mobile-training-title strong{
    display:block;font-family:'Bebas Neue';font-size:1.42rem;color:var(--ink);line-height:1;
  }
  .mobile-training-title span{
    display:block;font-size:.6rem;color:var(--muted);margin-top:4px;
  }
  .mobile-training-chevron{
    color:var(--rust);
    transition:transform .2s;
    font-size:1.05rem;
  }
  .mobile-training-card[open] .mobile-training-chevron{transform:rotate(45deg)}
  .mobile-training-detail{
    border-top:1px solid var(--border);
    padding:16px 18px 18px 72px;
  }
  .mobile-training-detail p{font-size:.8rem;line-height:1.62;color:var(--muted)}
  .mobile-training-detail .training-focus{
    margin:14px 0 0;
    padding:13px 14px;
    border-left:3px solid var(--gold);
    background:var(--cream);
  }
  .mobile-training-detail .training-focus strong{
    display:block;
    color:var(--ink);
    font-family:'Bebas Neue';
    font-size:1.15rem;
    letter-spacing:.7px;
    margin-bottom:4px;
  }
  .mobile-training-detail .training-focus span{
    display:block;
    color:var(--muted);
    font-size:.73rem;
    line-height:1.52;
  }
  .mobile-training-detail ul{
    list-style:none;
    display:grid;
    gap:8px;
    margin-top:14px;
  }
  .mobile-training-detail li{
    position:relative;
    padding-left:17px;
    color:#4e5c64;
    font-size:.76rem;
    line-height:1.5;
  }
  .mobile-training-detail li::before{
    content:'';
    position:absolute;
    left:0;
    top:.58em;
    width:6px;
    height:6px;
    border-radius:50%;
    background:var(--gold);
  }
  .mobile-training-detail .btn{
    margin-top:16px;min-height:45px;padding:0 17px;font-size:.58rem;
    width:100%;
  }
  .mobile-training-note{
    background:var(--navy);
    color:white;
    border-radius:12px;
    padding:18px;
    margin-top:12px;
  }
  .mobile-training-note strong{
    display:block;
    color:var(--gold-light);
    font-family:'Bebas Neue';
    font-size:1.45rem;
    letter-spacing:.7px;
    margin-bottom:6px;
  }
  .mobile-training-note p{
    color:#c4d1d8;
    font-size:.76rem;
    line-height:1.58;
  }

  /* Chronicles */
  .chronicles-banner{
    background:#071521;
    border-bottom:1px solid rgba(189,129,44,.65);
  }
  .chronicles-banner img{
    display:block;
    width:100%;
    height:auto;
    object-fit:contain;
    object-position:center;
  }
  #view-chronicles .page-content{padding:18px 13px 34px}
  #view-chronicles .chronicles-grid{gap:0}
  #view-chronicles .story-card{
    border:1px solid var(--border);
    border-radius:12px;
    box-shadow:0 10px 28px rgba(8,21,33,.08);
  }
  #view-chronicles .story-card-cover{
    min-height:0;
    padding:26px 20px 24px;
  }
  #view-chronicles .story-card-cover small{
    display:block;font-size:.54rem;line-height:1.45;letter-spacing:1.25px;
  }
  #view-chronicles .story-card-cover h2{
    font-size:2.55rem;line-height:.93;margin-top:11px;
  }
  #view-chronicles .story-card-body{padding:19px}
  #view-chronicles .story-card-body p{font-size:.83rem;line-height:1.62}
  #view-chronicles .story-card-body .btn{width:100%;min-height:47px}
  .chronicles-grid{grid-template-columns:1fr}
  .sidebar{display:none}

  /* Article reading mode */
  #view-article>.page-hero{display:none}
  .article-mobile-bar{
    display:flex;
    align-items:center;
    justify-content:space-between;
    min-height:48px;
    padding:0 15px;
    background:var(--cream);
    border-bottom:1px solid var(--border);
  }
  .article-mobile-bar button{
    border:0;background:none;color:var(--rust);
    font-size:.64rem;text-transform:uppercase;letter-spacing:1px;font-weight:600;
  }
  .article-mobile-bar span{font-size:.62rem;color:var(--muted)}
  .reading-progress{
    display:block;
    position:fixed;
    top:calc(var(--mobile-header) + env(safe-area-inset-top));
    left:0;right:0;
    z-index:85;
    height:3px;
    pointer-events:none;
    opacity:0;
    transition:opacity .2s;
  }
  .reading-progress.visible{opacity:1}
  .reading-progress span{
    display:block;height:100%;width:0;background:var(--gold);
    transition:width .08s linear;
  }
  #view-article .page-content{padding:14px 10px 34px}
  .article{
    border:0;
    border-radius:12px;
    padding:25px 18px 30px;
    box-shadow:0 10px 26px rgba(8,21,33,.05);
  }
  .article .article-kicker{font-size:.56rem;line-height:1.5}
  .article h1{font-size:3.45rem;line-height:.89;margin:12px 0 16px}
  .article .article-deck{font-size:1.25rem;margin-bottom:27px}
  .article p{font-size:1.08rem;line-height:1.72;margin-bottom:1.12em}
  .article blockquote{
    margin:28px 0;padding:16px 0 16px 18px;font-size:1.3rem;line-height:1.48;
  }
  .article h2.article-subhead{font-size:2.2rem;margin:37px 0 15px}
  .article-end-actions{
    display:grid;grid-template-columns:1fr;gap:9px;
    border-top:1px solid var(--border);
    margin-top:34px;padding-top:22px;
  }
  .article-end-actions .btn{width:100%;min-height:47px}

  /* Booking wizard */
  #view-book .page-hero{padding-bottom:20px}
  #view-book .booking-layout{grid-template-columns:1fr;gap:13px}
  #view-book .contact-card{
    padding:18px;
    border-radius:12px;
  }
  #view-book .contact-card h3{font-size:1.85rem}
  #view-book .contact-card p{font-size:.78rem;line-height:1.55}
  #view-book .contact-links{display:none}
  #view-book .booking-note{margin-top:13px;padding:12px;font-size:.73rem}
  .form-card{
    padding:17px;
    border-radius:12px;
    box-shadow:0 10px 28px rgba(8,21,33,.06);
  }
  .form-grid{display:block}
  .mobile-booking-progress{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:6px;
    margin-bottom:18px;
  }
  .booking-progress-item{
    border:0;background:none;padding:0;color:var(--muted);text-align:left;
  }
  .booking-progress-item span{
    display:grid;place-items:center;
    width:30px;height:30px;border-radius:50%;
    border:1px solid #b8c2c7;
    background:#f6f2e9;
    font-family:'Bebas Neue';font-size:1rem;
    margin-bottom:6px;
  }
  .booking-progress-item small{
    display:block;font-size:.49rem;text-transform:uppercase;letter-spacing:.7px;
  }
  .booking-progress-item.active{color:var(--rust)}
  .booking-progress-item.active span{
    background:var(--rust);border-color:var(--rust);color:white;
  }
  .booking-progress-item.complete span{
    background:var(--gold);border-color:var(--gold);color:var(--ink);
  }
  .booking-step{display:none}
  .booking-step.active{
    display:grid;
    grid-template-columns:1fr;
    animation:stepIn .22s ease;
  }
  @keyframes stepIn{from{opacity:.4;transform:translateX(8px)}to{opacity:1;transform:none}}
  .field{margin-bottom:14px}
  .field label{font-size:.59rem}
  .field input,.field select,.field textarea{
    min-height:52px;
    border-radius:8px;
    font-size:16px;
    padding:13px 12px;
  }
  .field textarea{min-height:104px}
  .field.full{grid-column:auto}
  .wizard-actions{
    display:flex;
    gap:9px;
    margin-top:5px;
  }
  .wizard-actions .btn{flex:1;min-height:47px;padding:0 10px;font-size:.59rem}
  .wizard-back{
    border:1px solid var(--border);background:white;color:var(--ink);
  }
  .request-preview{
    padding:14px;border-radius:9px;margin-bottom:12px;
  }
  .request-preview-text{
    max-height:230px;overflow:auto;font-size:.73rem;line-height:1.55;
  }
  .form-actions{display:grid;grid-template-columns:1fr;gap:9px}
  .form-actions .btn{width:100%;min-height:49px}
  .form-status{font-size:.7rem;margin-top:7px}

  /* Contact */
  #view-contact .booking-layout{grid-template-columns:1fr;gap:12px}
  #view-contact .contact-card,
  #view-contact .form-card{padding:21px;border-radius:12px}
  .contact-actions{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:9px;
    margin-top:18px;
  }
  .contact-action{
    min-height:70px;
    border:1px solid rgba(223,183,104,.3);
    background:rgba(255,255,255,.035);
    color:white;
    border-radius:10px;
    padding:12px;
    text-decoration:none;
    display:flex;
    flex-direction:column;
    justify-content:center;
    gap:5px;
  }
  .contact-action strong{font-family:'Bebas Neue';font-size:1.25rem;color:var(--gold-light)}
  .contact-action span{font-size:.62rem;color:#c4d1d8}
  #view-contact .form-card .btn{width:100%}

  footer{display:none}
}
@media(min-width:1001px){
  .mobile-home-only{display:none!important}
}
