
:root{
  --cream:#f6f1e8;
  --paper:#fbf8f2;
  --ink:#111a17;
  --green:#0d241e;
  --green2:#142f28;
  --gold:#a88952;
  --gold2:#c5a56d;
  --line:rgba(17,26,23,.14);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--cream);color:var(--ink);font-family:"DM Sans",sans-serif}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.topbar{height:120px;padding:0 6vw;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;background:rgba(250,247,240,.96);backdrop-filter:blur(14px);position:sticky;top:0;z-index:50;border-bottom:1px solid rgba(0,0,0,.05)}
.nav{display:flex;gap:42px;font-size:12px;letter-spacing:.13em;text-transform:uppercase}
.nav-left{justify-self:start}.nav-right{justify-self:end}
.nav a{opacity:.72;transition:.2s}.nav a:hover{opacity:1}
.brand{text-align:center;display:flex;flex-direction:column;align-items:center;line-height:1}
.ps-monogram{font-family:"Playfair Display",serif;font-size:37px;color:var(--gold);letter-spacing:-.16em;padding-right:.16em;height:42px}
.brand strong{font-family:"Playfair Display",serif;font-size:20px;letter-spacing:.28em;font-weight:500}
.brand span{font-size:10px;letter-spacing:.42em;margin-top:7px;color:#725e3d}
.mobile-brand,.menu-btn,.mobile-menu{display:none}

.hero{min-height:650px;display:grid;grid-template-columns:46% 54%;background:linear-gradient(105deg,#f6f1e8 0%,#f6f1e8 43%,#efe6d8 43%);overflow:hidden}
.hero-content{padding:105px 3vw 85px 8.8vw;position:relative;z-index:2}
.eyebrow{font-size:10px;letter-spacing:.25em;font-weight:600;color:#fff;margin:0 0 28px}
.hero .eyebrow{color:#4b4a43}
.eyebrow i{display:inline-block;width:1px;height:13px;background:#9f8a62;margin:0 15px -2px}
.hero h1{font-family:"Playfair Display",serif;font-size:clamp(65px,7vw,112px);font-weight:500;line-height:.84;letter-spacing:.015em;margin:0}
.hero-tagline{letter-spacing:.37em;font-size:12px;margin:30px 0 25px}
.hero-intro{max-width:580px;font-size:16px;line-height:1.75;color:rgba(17,26,23,.69);margin-bottom:34px}
.hero-image{background-image:linear-gradient(90deg,rgba(246,241,232,.2),rgba(0,0,0,0)),url("hero-private-aviation.jpg");background-size:cover;background-position:center right}
.btn{display:inline-flex;align-items:center;gap:30px;padding:17px 26px;font-size:11px;letter-spacing:.17em;text-transform:uppercase;transition:.2s}
.btn:hover{transform:translateY(-2px)}
.btn-gold{background:linear-gradient(135deg,#98783f,#b89a64);color:white}

.service-strip{background:#111514;color:#eee9df;display:grid;grid-template-columns:repeat(6,1fr);padding:33px 4vw}
.service-strip a{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:9px;min-height:75px;border-right:1px solid rgba(197,165,109,.25)}
.service-strip a:last-child{border-right:0}
.service-strip .icon{font-size:24px;color:#c8a66b}
.service-strip strong{font-size:10px;letter-spacing:.16em;text-transform:uppercase;font-weight:500}

.section{padding:110px 7vw}
.section-label{font-size:10px;letter-spacing:.22em;color:#8b7249;font-weight:600}
.about{display:grid;grid-template-columns:.35fr 1.65fr;gap:60px;background:var(--paper)}
.about-copy{max-width:1040px}
.about h2,.section-heading h2,.aviation-title h2,.founder h2,.why h2,.contact h2{font-family:"Playfair Display",serif;font-weight:500;letter-spacing:-.035em}
.about h2{font-size:clamp(45px,5.5vw,82px);line-height:1.01;margin:0 0 35px}
.about p{font-size:18px;line-height:1.8;max-width:850px;color:rgba(17,26,23,.72)}
.accent-line{font-family:"Playfair Display",serif;font-size:28px!important;line-height:1.35!important;color:#806b47!important;margin-top:40px}

.services{background:#eee6d9}
.section-heading{max-width:920px;margin-bottom:65px}
.eyebrow.dark{color:#806a43}
.section-heading h2{font-size:clamp(47px,5vw,76px);line-height:1.03;margin:0 0 20px}
.section-heading>p{font-size:17px;opacity:.68}
.cards{display:grid;grid-template-columns:repeat(3,1fr);border-left:1px solid var(--line);border-top:1px solid var(--line)}
.card{padding:37px;min-height:345px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);display:flex;flex-direction:column}
.card .num{font-size:10px;opacity:.45}
.card h3{font-family:"Playfair Display",serif;font-size:31px;line-height:1.12;font-weight:500;margin:52px 0 17px}
.card p{font-size:15px;line-height:1.7;opacity:.7;margin:0}
.micro{font-size:9px;letter-spacing:.12em;line-height:1.7;color:#826b43;margin-top:auto;padding-top:28px}

.aviation{background:radial-gradient(circle at 70% 15%,rgba(168,137,82,.18),transparent 28%),var(--green);color:white;display:grid;grid-template-columns:.7fr 1.3fr;gap:80px}
.aviation-title{position:sticky;top:160px;align-self:start}
.aviation-title h2{font-size:clamp(52px,5vw,78px);line-height:.99;margin:0 0 28px}
.aviation-title>p:last-child{font-size:17px;line-height:1.7;color:rgba(255,255,255,.64);max-width:470px}
.aviation-grid{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid rgba(255,255,255,.16);border-left:1px solid rgba(255,255,255,.16)}
.aviation-grid article{min-height:235px;padding:32px;border-right:1px solid rgba(255,255,255,.16);border-bottom:1px solid rgba(255,255,255,.16)}
.aviation-grid h3{font-family:"Playfair Display",serif;font-weight:500;font-size:27px;margin:0 0 15px;color:#e4c28b}
.aviation-grid p{line-height:1.7;color:rgba(255,255,255,.66);margin:0}
.aviation-note{grid-column:2;font-size:10px;letter-spacing:.06em;color:rgba(255,255,255,.42);line-height:1.5;margin:0}

.founder{background:#f8f4ec;display:grid;grid-template-columns:.85fr 1.15fr;gap:90px;align-items:center}
.founder-photo{position:relative}
.founder-photo:before{content:"";position:absolute;left:-20px;top:-20px;width:70%;height:70%;border:1px solid rgba(168,137,82,.45);z-index:0}
.founder-photo img{position:relative;z-index:1;width:100%;max-height:760px;object-fit:cover;object-position:center top}
.founder-copy{max-width:720px}
.founder h2{font-size:clamp(55px,5vw,78px);line-height:1;margin:0 0 14px}
.founder-sub{font-size:10px;letter-spacing:.2em;color:#967a4a;margin-bottom:34px}
.founder-copy>p:not(.eyebrow):not(.founder-sub){font-size:16px;line-height:1.78;color:rgba(17,26,23,.73)}
blockquote{font-family:"Playfair Display",serif;font-size:26px;line-height:1.35;color:#6c5939;border-left:2px solid #a88952;padding-left:23px;margin:32px 0}
.text-link{font-size:11px;letter-spacing:.17em;text-transform:uppercase;border-bottom:1px solid #a88952;padding-bottom:6px}

.why{background:#111514;color:#fff}
.why h2{font-size:clamp(52px,5.5vw,85px);line-height:1.01;margin:0 0 65px}
.why-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid rgba(255,255,255,.15)}
.why-grid div{padding:32px 24px 15px 0;border-right:1px solid rgba(255,255,255,.15);display:flex;flex-direction:column;gap:9px}
.why-grid div:last-child{border-right:0}
.why-grid strong{font-family:"Playfair Display",serif;font-size:30px;color:#d0af77;font-weight:500}
.why-grid span{color:rgba(255,255,255,.55)}

.contact{background:#c5a56d;padding:100px 7vw;display:grid;grid-template-columns:1.1fr .9fr;gap:90px;align-items:center}
.contact h2{font-size:clamp(52px,5.5vw,82px);line-height:.98;margin:0 0 25px}
.contact-copy>p:last-child{font-size:17px;line-height:1.7;max-width:560px}
.contact-card{background:#f7f3eb;padding:36px}
.contact-row{display:grid;grid-template-columns:90px 1fr;gap:15px;padding:21px 0;border-bottom:1px solid rgba(0,0,0,.12)}
.contact-row span{font-size:10px;letter-spacing:.16em;text-transform:uppercase;color:#836d45}
.contact-row strong{font-size:16px;font-weight:500}
.contact-row.muted strong{opacity:.48}
.btn-dark{background:#101714;color:#fff;margin-top:30px}

footer{background:#f7f3eb;padding:35px 6vw;display:grid;grid-template-columns:1fr auto auto;gap:35px;align-items:center;font-size:10px;letter-spacing:.12em}
.footer-brand{display:flex;align-items:center;gap:13px}
.ps-monogram.small{font-size:30px;height:auto}
.footer-brand>span:last-child{display:flex;flex-direction:column}
.footer-brand strong{font-family:"Playfair Display";font-size:14px;letter-spacing:.16em}
.footer-brand em{font-style:normal;font-size:8px;letter-spacing:.3em;margin-top:4px}

.mobile-menu{position:fixed;inset:0;background:#0b1f1a;color:#fff;z-index:100;padding:95px 8vw;flex-direction:column;gap:28px;font-family:"Playfair Display",serif;font-size:34px;transform:translateX(100%);transition:.3s}
.mobile-menu.open{transform:translateX(0)}
.close-btn{position:absolute;right:7vw;top:25px;border:0;background:none;color:white;font-size:40px}

@media(max-width:1000px){
  .topbar{height:82px;grid-template-columns:1fr auto}
  .brand,.nav{display:none}
  .mobile-brand{display:flex;align-items:center;gap:12px;font-family:"Playfair Display",serif;font-size:13px;letter-spacing:.15em}
  .mobile-brand .ps{font-size:27px;color:#9c7c47}
  .menu-btn{display:block;justify-self:end;border:0;background:none;font-size:22px}
  .mobile-menu{display:flex}
  .hero{grid-template-columns:1fr;min-height:auto}
  .hero-content{padding:80px 7vw 65px;background:linear-gradient(90deg,rgba(246,241,232,.98),rgba(246,241,232,.9))}
  .hero-image{min-height:420px;background-position:center}
  .service-strip{grid-template-columns:repeat(3,1fr)}
  .service-strip a:nth-child(3){border-right:0}
  .service-strip a:nth-child(-n+3){border-bottom:1px solid rgba(197,165,109,.25)}
  .about,.aviation,.founder,.contact{grid-template-columns:1fr}
  .aviation-title{position:static}
  .aviation-note{grid-column:auto}
  .cards{grid-template-columns:1fr 1fr}
  .why-grid{grid-template-columns:1fr 1fr}
  .section{padding:80px 7vw}
  footer{grid-template-columns:1fr}
}
@media(max-width:650px){
  .hero h1{font-size:62px}
  .hero-image{min-height:320px}
  .hero-tagline{letter-spacing:.22em}
  .service-strip{grid-template-columns:1fr 1fr}
  .service-strip a{border-bottom:1px solid rgba(197,165,109,.25)}
  .service-strip a:nth-child(odd){border-right:1px solid rgba(197,165,109,.25)}
  .service-strip a:nth-child(even){border-right:0}
  .cards,.aviation-grid,.why-grid{grid-template-columns:1fr}
  .card{min-height:auto}
  .founder{gap:50px}
  .contact{gap:45px}
  .contact-row{grid-template-columns:1fr}
  .section{padding:65px 6vw}
}
