:root {
  --navy: #06172d;
  --navy-2: #0b223d;
  --ink: #14202b;
  --paper: #f3efe8;
  --white: #fffdf8;
  --wine: #751f35;
  --wine-light: #e17b95;
  --gold: #bca36b;
  --line: rgba(255, 255, 255, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--navy); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
body.modal-open { overflow: hidden; }
[hidden] { display: none !important; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { color: inherit; }
.container { width: min(1160px, calc(100% - 48px)); margin: 0 auto; }
h1, h2, blockquote { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.035em; }
h2 { font-size: clamp(2.7rem, 5vw, 5.4rem); line-height: .98; margin: 20px 0 28px; }
p { line-height: 1.65; }
.eyebrow { color: var(--wine); font-size: .7rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; display: flex; align-items: center; gap: 14px; }
.eyebrow::before { content: ""; width: 34px; height: 1px; background: currentColor; flex: 0 0 auto; }
.eyebrow.light { color: var(--wine-light); }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 24px; min-height: 56px; padding: 0 25px; border: 0; border-radius: 3px; cursor: pointer; font-size: .82rem; font-weight: 700; letter-spacing: .02em; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .nav-cta:focus-visible, .modal-close:focus-visible, a:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }
.button-primary { background: var(--wine); color: white; }
.button-primary:hover { background: #591426; }
.button-dark { background: var(--navy); color: white; }
.paper-section { background: var(--paper); padding: 125px 0; }
.split { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 80px; }
.split > div > p { color: #68737c; max-width: 420px; margin-bottom: 28px; }

.topbar { height: 82px; padding: 0 44px; color: white; position: absolute; top: 0; left: 0; right: 0; z-index: 10; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255, 255, 255, .12); }
.topbar nav { display: flex; align-items: center; gap: 32px; font-size: .74rem; }
.topbar nav > a { opacity: .82; transition: opacity .2s; }
.topbar nav > a:hover { opacity: 1; }
.nav-cta { color: white; border: 1px solid rgba(255, 255, 255, .32); border-radius: 3px; background: rgba(255, 255, 255, .08); padding: 13px 17px; cursor: pointer; display: flex; gap: 12px; }
.brand { display: flex; align-items: center; width: 300px; }
.brand-logo { display: block; width: 100%; height: auto; }
.brand--compact { transform: scale(.984); transform-origin: left center; }

.hero { min-height: 820px; color: white; position: relative; display: flex; align-items: center; overflow: hidden; }
.hero-image { position: absolute; inset: 0; background: url("assets/hero-advisory.png") 69% center / cover no-repeat; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3, 17, 35, .99) 0%, rgba(3, 17, 35, .93) 44%, rgba(3, 17, 35, .18) 77%, rgba(3, 17, 35, .12)); }
.hero-content { position: relative; z-index: 2; padding-top: 105px; }
.hero h1 { font-size: clamp(3.3rem, 5.5vw, 6.1rem); line-height: 1.02; margin: 26px 0 27px; max-width: 870px; }
.hero-copy { max-width: 650px; color: #d4dbe3; font-size: 1.02rem; }
.hero-promise { color: var(--gold); font: 1.18rem Georgia, serif; display: flex; gap: 14px; align-items: center; margin: 24px 0 7px; }
.hero-promise span { width: 32px; height: 1px; background: var(--gold); }
.hero .button { margin-top: 24px; }
.microcopy { font-size: .68rem; color: #97a4b2; margin-top: 17px; }

.proof-strip { position: relative; overflow: hidden; background: radial-gradient(circle at 50% -120%, rgba(117, 31, 53, .18), transparent 57%), #eee9e2; border-top: 4px solid var(--wine); border-bottom: 1px solid rgba(117, 31, 53, .18); box-shadow: 0 25px 58px rgba(6, 23, 45, .13); }
.proof-strip::before { content: ""; position: absolute; width: 430px; height: 430px; left: 50%; top: -345px; border: 1px solid rgba(117, 31, 53, .1); border-radius: 50%; transform: translateX(-50%); box-shadow: 0 0 0 45px rgba(117, 31, 53, .025); }
.proof-grid { position: relative; width: min(1380px, 100%); margin: auto; display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-grid div { position: relative; isolation: isolate; overflow: hidden; padding: clamp(48px, 5vw, 78px) 28px clamp(44px, 4.6vw, 70px); border-right: 1px solid rgba(117, 31, 53, .18); text-align: center; display: flex; flex-direction: column; align-items: center; gap: 12px; }
.proof-grid div::before { content: ""; width: 30px; height: 2px; margin-bottom: 5px; background: var(--wine); opacity: .78; }
.proof-grid div::after { content: ""; position: absolute; z-index: -1; inset: 14px; background: linear-gradient(145deg, rgba(255, 255, 255, .46), rgba(255, 255, 255, .04)); border: 1px solid transparent; opacity: 0; transition: opacity .3s, border-color .3s, box-shadow .3s; }
.proof-grid div:hover::after { opacity: 1; border-color: rgba(117, 31, 53, .1); box-shadow: 0 18px 40px rgba(6, 23, 45, .08); }
.proof-grid div:last-child { border-right: 0; }
.proof-grid strong { color: var(--wine); font: 400 clamp(2.75rem, 4.15vw, 4.7rem)/.9 Georgia, serif; letter-spacing: -.045em; white-space: nowrap; text-shadow: 0 10px 28px rgba(117, 31, 53, .13); }
.proof-grid strong.proof-revelation { font-size: clamp(2.4rem, 3.6vw, 4.05rem); }
.proof-grid span { max-width: 240px; color: #565e65; font-size: .72rem; font-weight: 700; letter-spacing: .12em; line-height: 1.45; text-transform: uppercase; }

.solutions h2 { max-width: 760px; }
.solution-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 72px; padding: 8px 4px 28px; }
.solution-grid article { position: relative; overflow: hidden; border: 1px solid rgba(117, 31, 53, .13); padding: 36px 34px; min-height: 260px; background: rgba(255, 255, 255, .78); box-shadow: 0 24px 50px rgba(25, 31, 37, .12), 0 6px 14px rgba(25, 31, 37, .08), inset 0 1px 0 rgba(255, 255, 255, .92); transform: translateY(-5px); transition: background .25s, transform .25s, box-shadow .25s; }
.solution-grid article::before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 4px; background: linear-gradient(90deg, var(--wine), #b27883); }
.solution-grid article::after { content: ""; position: absolute; right: -42px; bottom: -58px; width: 130px; height: 130px; border: 1px solid rgba(117, 31, 53, .09); border-radius: 50%; }
.solution-grid article:hover { background: white; transform: translateY(-13px); box-shadow: 0 34px 70px rgba(25, 31, 37, .17), 0 10px 20px rgba(25, 31, 37, .1); }
.solution-grid article > span { color: var(--wine); font-size: .72rem; font-weight: 700; letter-spacing: .14em; }
.solution-grid h3 { position: relative; z-index: 1; margin: 34px 0 15px; font: 1.62rem/1.08 Georgia, "Times New Roman", serif; color: #111f2a; }
.solution-grid p { position: relative; z-index: 1; color: #657079; font-size: .88rem; }
.solutions-note { color: #858b8f; font-size: .68rem; margin-top: 25px; }

.vip-lounge { min-height: 720px; display: grid; grid-template-columns: 55% 45%; background: #07192e; color: white; }
.vip-lounge-photo { min-height: 720px; position: relative; background: url("assets/airport-vip-lounge.png") center / cover no-repeat; }
.vip-lounge-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7, 25, 46, .04) 55%, rgba(7, 25, 46, .82) 100%); }
.vip-lounge-panel { position: relative; overflow: hidden; padding: clamp(76px, 7vw, 125px) clamp(44px, 5vw, 95px); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.vip-lounge-panel::before { content: ""; position: absolute; width: 280px; height: 280px; right: -155px; top: -140px; border: 1px solid rgba(164, 74, 96, .25); border-radius: 50%; box-shadow: 0 0 0 38px rgba(164, 74, 96, .045); }
.vip-lounge-panel h2 { max-width: 560px; font-size: clamp(3.4rem, 5vw, 5.8rem); margin: 30px 0 24px; }
.vip-lounge-lead { max-width: 560px; color: #b6c0cb; font-size: 1rem; margin: 0; }
.vip-lounge-panel .button { margin-top: 34px; }

.award { position: relative; min-height: 820px; overflow: hidden; color: white; background: url("assets/quark-safra-awards-team.png") center 46% / cover no-repeat; display: flex; align-items: center; }
.award-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3, 18, 37, .97) 0%, rgba(3, 18, 37, .9) 34%, rgba(3, 18, 37, .55) 58%, rgba(3, 18, 37, .22) 100%), linear-gradient(0deg, rgba(3, 18, 37, .72) 0%, transparent 42%); }
.award-content { position: relative; z-index: 1; padding: 110px 0 82px; }
.award-copy { max-width: 660px; }
.award-copy h2 { max-width: 650px; font-size: clamp(3.2rem, 5vw, 5.7rem); text-shadow: 0 10px 35px rgba(0, 0, 0, .35); }
.award-copy blockquote { color: #d7c58f; border-left: 1px solid var(--gold); padding-left: 22px; margin: 32px 0; font-size: 1.18rem; line-height: 1.4; text-shadow: 0 4px 18px rgba(0, 0, 0, .32); }
.award-badges { display: grid; grid-template-columns: repeat(2, minmax(0, 250px)); gap: 10px; margin-top: 62px; }
.award-badges span { border: 1px solid rgba(255, 255, 255, .22); padding: 20px 22px; color: #c4cbd3; font-size: .72rem; background: rgba(4, 23, 43, .55); backdrop-filter: blur(8px); box-shadow: 0 16px 40px rgba(0, 0, 0, .18); }
.award-badges strong { display: block; color: white; font: 1.08rem Georgia, serif; margin-bottom: 6px; }

.partners { background: #07192e; color: white; padding: 120px 0 130px; }
.partners h2 { max-width: 760px; margin-bottom: 0; }
.partner-logos { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; margin-top: 68px; }
.partner-logo-card { position: relative; min-height: 176px; padding: 26px; display: grid; place-items: center; border: 1px solid rgba(255, 255, 255, .13); background: rgba(255, 255, 255, .035); box-shadow: 0 18px 38px rgba(0, 0, 0, .16); overflow: hidden; }
.partner-logo-card::after { content: ""; position: absolute; inset: 8px; border: 1px solid rgba(255, 255, 255, .045); pointer-events: none; }
.partner-logo-card--light { background: #f7f3ec; border-color: rgba(255, 255, 255, .38); }
.partner-logo-card--light::after { border-color: rgba(6, 23, 45, .07); }
.partner-logo-card img { position: relative; z-index: 1; width: 100%; height: 82px; object-fit: contain; }
.section-action { display: flex; justify-content: flex-start; margin-top: 42px; }

.legacy { min-height: 780px; display: grid; grid-template-columns: 44.75% 55.25%; background: var(--navy); color: white; }
.legacy-copy { padding: clamp(80px, 8.2vw, 145px) clamp(48px, 5.5vw, 110px); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.legacy-copy h2 { max-width: 650px; font-size: clamp(3.4rem, 5.2vw, 6rem); margin: 40px 0 12px; }
.legacy-copy .button { margin-top: 34px; }
.legacy-photo { min-height: 780px; background: url("assets/legacy-family.png") 62% center / cover no-repeat; }

footer { background: #031225; color: white; padding: 75px 0 35px; }
.footer-title { margin: 65px 0 30px; }
.footer-title h2 { font-size: 2.4rem; max-width: 610px; margin-bottom: 22px; }
footer > .container > p { color: #8492a1; font-size: .67rem; max-width: 1000px; border-bottom: 1px solid var(--line); padding-bottom: 50px; }
.footer-bottom { display: flex; gap: 45px; color: #768595; font-size: .65rem; padding-top: 25px; }
.footer-bottom span:last-child { margin-left: auto; }

.modal-backdrop { position: fixed; inset: 0; z-index: 100; background: rgba(1, 10, 22, .82); backdrop-filter: blur(8px); display: grid; place-items: center; padding: 24px; overflow-y: auto; opacity: 0; transition: opacity .18s ease; }
.modal-backdrop.is-open { opacity: 1; }
.modal { width: min(650px, 100%); background: var(--paper); padding: 45px; position: relative; box-shadow: 0 35px 100px rgba(0, 0, 0, .45); transform: translateY(12px); transition: transform .18s ease; }
.modal-backdrop.is-open .modal { transform: translateY(0); }
.modal-close { position: absolute; right: 18px; top: 13px; border: 0; background: none; font-size: 2rem; line-height: 1; cursor: pointer; color: #68727a; }
.modal h2 { font-size: clamp(2.5rem, 5vw, 4rem); margin-bottom: 15px; }
.modal-intro { color: #68727a; font-size: .88rem; max-width: 520px; }
form { display: grid; grid-template-columns: 1fr 1fr; gap: 20px 26px; margin-top: 30px; }
label { color: #69737a; font-size: .64rem; text-transform: uppercase; letter-spacing: .08em; display: flex; flex-direction: column; gap: 6px; }
input, select { border: 0; border-bottom: 1px solid #cfc7bd; background: transparent; padding: 12px 0; outline: none; color: var(--ink); text-transform: none; }
input:focus, select:focus { border-color: var(--wine); }
form .button, form small, form .form-error { grid-column: 1 / -1; }
.form-error { margin: 0; color: var(--wine); font-size: .72rem; line-height: 1.5; text-transform: none; }
form small { color: #94999d; font-size: .6rem; line-height: 1.45; text-transform: none; }
.success { text-align: center; padding: 35px 15px; }
.success > span { width: 54px; height: 54px; border-radius: 50%; display: grid; place-items: center; background: var(--wine); color: white; margin: 0 auto 28px; }
.success .eyebrow { justify-content: center; }
.success h2 { font-size: 3.5rem; }
.success > p:not(.eyebrow) { color: #67727a; max-width: 450px; margin: 0 auto 28px; }

@media (max-width: 900px) {
  .container { width: min(100% - 32px, 1160px); }
  .topbar { padding: 0 18px; }
  .topbar nav > a { display: none; }
  .proof-grid { grid-template-columns: repeat(2, 1fr); }
  .proof-grid div:nth-child(2) { border-right: 0; }
  .proof-grid div:nth-child(-n+2) { border-bottom: 1px solid rgba(117, 31, 53, .18); }
  .split { grid-template-columns: 1fr; gap: 35px; }
  .solution-grid { grid-template-columns: repeat(2, 1fr); }
  .partner-logos { grid-template-columns: repeat(3, 1fr); }
  .award { min-height: 760px; background-position: 57% center; }
  .vip-lounge { grid-template-columns: 1fr; }
  .vip-lounge-photo { min-height: 520px; }
  .vip-lounge-panel { min-height: 610px; }
  .legacy { grid-template-columns: 1fr; }
  .legacy-copy { min-height: 650px; }
  .legacy-photo { min-height: 580px; background-position: 60% center; }
}

@media (max-width: 620px) {
  .paper-section, .partners { padding: 86px 0; }
  .topbar { height: 70px; }
  .brand--compact { transform: scale(.816); }
  .nav-cta { font-size: 0; padding: 12px; }
  .nav-cta span { font-size: 1rem; }
  .hero { min-height: 800px; align-items: flex-end; }
  .hero-image { background-position: 62% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(3, 17, 35, .98), rgba(3, 17, 35, .67)); }
  .hero-content { padding: 120px 0 62px; }
  .hero h1 { font-size: 2.75rem; }
  .hero-copy { font-size: .9rem; }
  .hero-promise { font-size: 1rem; }
  .button { width: 100%; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-grid div { padding: 38px 10px 34px; gap: 9px; }
  .proof-grid div::after { inset: 8px; }
  .proof-grid strong { font-size: clamp(1.8rem, 8.4vw, 2.65rem); }
  .proof-grid strong.proof-revelation { font-size: clamp(1.55rem, 7vw, 2.2rem); }
  .proof-grid span { font-size: .57rem; letter-spacing: .07em; }
  h2 { font-size: 2.8rem !important; }
  .solution-grid { grid-template-columns: 1fr; }
  .award-badges { grid-template-columns: 1fr; }
  .award { min-height: 720px; background-position: 58% center; }
  .award-shade { background: linear-gradient(90deg, rgba(3, 18, 37, .96), rgba(3, 18, 37, .63)), linear-gradient(0deg, rgba(3, 18, 37, .72), transparent 55%); }
  .award-content { padding: 92px 0 60px; }
  .award-badges { margin-top: 42px; }
  .partner-logos { grid-template-columns: 1fr 1fr; gap: 10px; }
  .partner-logo-card { min-height: 140px; padding: 20px; }
  .partner-logo-card img { height: 68px; }
  .vip-lounge-photo { min-height: 380px; }
  .vip-lounge-panel { min-height: auto; padding: 84px 24px; }
  .legacy-copy { min-height: auto; padding: 84px 24px; }
  .legacy-copy h2 { font-size: 2.8rem !important; margin-top: 30px; }
  .legacy-photo { min-height: 430px; background-position: 61% center; }
  .modal-backdrop { padding: 0; align-items: end; }
  .modal { padding: 42px 24px 28px; max-height: 95vh; overflow-y: auto; }
  form { grid-template-columns: 1fr; }
  form .button, form small, form .form-error { grid-column: auto; }
  .footer-bottom { flex-wrap: wrap; }
  .footer-bottom span:last-child { margin-left: 0; width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}
