:root {
  --navy:#0b2438;
  --navy-2:#153b57;
  --ink:#153146;
  --muted:#667a86;
  --gold:#b88a39;
  --gold-soft:#e6c77f;
  --cream:#f7f2e8;
  --paper:#fffdf8;
  --line:#ddd7cb;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#f6f7f8;color:var(--ink);font-family:Arial,Helvetica,sans-serif;overflow-x:hidden}
a{color:inherit}
button,input,select{font:inherit}
.site-header{
  display:flex;align-items:center;justify-content:space-between;gap:24px;
  padding:18px clamp(18px,4vw,56px);background:#fff;border-bottom:1px solid #e0e5e8;position:relative;z-index:10
}
.brand{display:flex;align-items:center;gap:15px;text-decoration:none;min-width:0}
.brand-mark{font:500 clamp(42px,5vw,62px)/.8 Georgia,serif;letter-spacing:-.07em;color:#10283d}
.brand-copy{display:grid;gap:4px;padding-left:15px;border-left:1px solid #9aa7af;min-width:0}
.brand-copy strong{font-size:13px;letter-spacing:.12em}
.brand-copy sup{font-size:.52em}
.brand-copy small{font-size:10px;color:#6d7f8a;letter-spacing:.05em}
.site-header nav{display:flex;align-items:center;gap:18px;font-size:12px;font-weight:800}
.site-header nav a{text-decoration:none}
.nav-cta{padding:11px 16px;border-radius:999px;background:var(--navy);color:#fff}

.hero{display:grid;grid-template-columns:minmax(0,.95fr) minmax(420px,1.05fr);min-height:690px;background:var(--paper)}
.hero-copy{display:flex;flex-direction:column;justify-content:center;padding:clamp(48px,7vw,96px) clamp(24px,5vw,72px)}
.eyebrow{margin:0 0 14px;color:#9b7430;font-size:10px;font-weight:900;letter-spacing:.17em;text-transform:uppercase}
.eyebrow.light{color:#e4c77f}
.hero h1,.section-heading h2,.apply-copy h2,.detail-main h1{font-family:Georgia,serif;font-weight:400;letter-spacing:-.035em}
.hero h1{margin:0;font-size:clamp(50px,6.3vw,82px);line-height:.98;color:#10283d}
.hero-dek{max-width:720px;margin:25px 0 0;font:18px/1.7 Georgia,serif;color:#4e6576}
.hero-actions{display:flex;align-items:center;gap:20px;flex-wrap:wrap;margin-top:30px}
.gold-button{
  display:inline-flex;align-items:center;gap:16px;padding:15px 22px;border-radius:999px;
  background:linear-gradient(135deg,#ba8a36,#ebce87);box-shadow:0 10px 24px rgba(140,98,27,.18);
  text-decoration:none;font-weight:900;color:#132b3f
}
.gold-button span{font-size:20px}
.text-link{font-weight:900;text-decoration:none;border-bottom:1px solid #9fb0bb;padding-bottom:4px}
.hero-note{max-width:660px;margin:18px 0 0;font-size:11px;line-height:1.5;color:#81919b}

.scene{position:relative;overflow:hidden;min-height:690px;background:#8bb6c8}
.scene-motion{position:absolute;inset:-2%;animation:sceneFloat 14s ease-in-out infinite alternate;will-change:transform}
.scene img{position:absolute;inset:0;width:100%;height:100%;max-width:none;object-fit:cover;user-select:none;-webkit-user-drag:none}
.scene-stage img{object-position:50% 42%}
.scene-privilege img{object-position:50% 43%}
.scene-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,24,37,.02) 30%,rgba(7,24,37,.08) 58%,rgba(7,24,37,.52) 100%)}
.scene-message{position:absolute;right:0;top:0;width:min(48%,420px);padding:28px 30px;background:rgba(8,31,50,.9);color:#fff;backdrop-filter:blur(5px)}
.scene-message small{color:#e0c476;font-size:9px;font-weight:900;letter-spacing:.16em}
.scene-message b{display:block;margin-top:9px;font:400 27px/1.15 Georgia,serif}
.scene-message span{display:block;margin-top:10px;color:#c6d4dc;font-size:10px;letter-spacing:.08em;text-transform:uppercase}
.scene-toggle{position:absolute;right:18px;bottom:18px;border:1px solid rgba(255,255,255,.45);border-radius:999px;background:rgba(8,31,50,.78);color:#fff;padding:10px 13px;font-weight:800;cursor:pointer}
.scene-toggle:hover,.scene-toggle:focus-visible{outline:2px solid var(--gold-soft);outline-offset:2px}
.scene.paused .scene-motion{animation-play-state:paused}
@keyframes sceneFloat{
  0%{transform:scale(1.015) translate3d(-.3%,0,0)}
  50%{transform:scale(1.045) translate3d(.4%,-.3%,0)}
  100%{transform:scale(1.025) translate3d(.3%,.2%,0)}
}

.benefit-section,.destination-section{padding:clamp(64px,8vw,102px) clamp(20px,5vw,72px);background:#fff}
.destination-section{background:var(--cream)}
.section-heading{max-width:900px;margin:0 auto;text-align:center}
.section-heading h2{margin:0;font-size:clamp(36px,4.7vw,56px);line-height:1.05;color:#10283d}
.section-heading>p:last-child{max-width:720px;margin:16px auto 0;color:#687b86;line-height:1.7}
.benefit-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;max-width:1220px;margin:42px auto 0}
.benefit-card{
  display:grid;grid-template-columns:66px minmax(0,1fr);grid-template-rows:auto auto;gap:0 16px;
  padding:26px 22px;border:1px solid var(--line);border-radius:20px;background:#fff;text-decoration:none;
  transition:transform .24s ease,border-color .24s ease,box-shadow .24s ease
}
.benefit-card:hover,.benefit-card:focus-visible{transform:translateY(-5px);border-color:#c6a65c;box-shadow:0 18px 42px rgba(24,49,66,.1);outline:none}
.benefit-icon{grid-row:1/3;display:grid;width:58px;height:58px;place-items:center;border:1.5px solid #b98b3c;border-radius:50%;color:#a8792c;background:#fffaf0}
.benefit-icon svg,.detail-icon svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}
.benefit-card b{font:500 19px/1.2 Georgia,serif}
.benefit-card small{display:block;margin-top:6px;color:#6a7c86;line-height:1.5}
.benefit-card em{grid-column:2;margin-top:14px;color:#9a7430;font-size:10px;font-style:normal;font-weight:900;text-transform:uppercase;letter-spacing:.04em}

.quote-band{padding:68px 24px;background:linear-gradient(135deg,#0a2238,#153b57);color:#fff;text-align:center}
.quote-band blockquote{max-width:980px;margin:0 auto;font:400 clamp(30px,4.2vw,50px)/1.28 Georgia,serif}
.quote-band p{margin:18px 0 0;color:#dec47a;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.12em}

.destination-shell{display:grid;grid-template-columns:1.12fr .88fr;gap:26px;max-width:1180px;margin:38px auto 0}
.destination-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.privilege .destination-tabs{grid-template-columns:repeat(3,minmax(0,1fr))}
.destination-tab{min-height:112px;padding:20px;text-align:left;border:1px solid #d6c9aa;border-radius:16px;background:#fff;cursor:pointer;transition:transform .2s ease,border-color .2s ease,background .2s ease}
.destination-tab b{display:block;font:500 22px Georgia,serif}
.destination-tab small{display:block;margin-top:8px;color:#8d7440;font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.1em}
.destination-tab:hover,.destination-tab:focus-visible,.destination-tab.active{border-color:#b78b3d;background:#fffbf3;outline:none;transform:translateY(-2px)}
.destination-detail{display:flex;gap:20px;align-items:center;padding:30px;border-radius:20px;background:#0b263b;color:#fff}
.destination-detail>span{display:grid;place-items:center;width:64px;height:64px;border:1px solid #c39d50;border-radius:50%;color:#e3c376;font-size:24px;flex:0 0 auto}
.destination-detail small{color:#d8bc70;font-size:9px;font-weight:900;letter-spacing:.1em}
.destination-detail strong{display:block;margin-top:4px;font:400 30px Georgia,serif}
.destination-detail p{margin:9px 0 0;color:#c6d3db;line-height:1.6}

.apply-section{padding:clamp(62px,8vw,106px) 20px;background:#eef1f3}
.apply-card{max-width:1160px;margin:0 auto;display:grid;grid-template-columns:.86fr 1.14fr;border:1px solid #d8d4ca;border-radius:28px;overflow:hidden;background:#fff;box-shadow:0 28px 70px rgba(13,36,52,.11)}
.apply-copy{padding:48px;background:linear-gradient(145deg,#0a2238,#173e5b);color:#fff}
.apply-copy h2{margin:0;font-size:clamp(36px,4vw,50px);line-height:1.07}
.apply-copy>p:not(.eyebrow){color:#c4d1d9;line-height:1.7}
.privacy-note{margin-top:26px;padding:17px;border:1px solid rgba(225,198,122,.34);border-radius:14px;background:rgba(255,255,255,.03)}
.privacy-note b{display:block;color:#ead49a}
.privacy-note span{display:block;margin-top:5px;color:#b8c8d2;font-size:12px}
.interest-form{display:grid;gap:18px;padding:40px}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.interest-form label{display:grid;gap:7px}
.interest-form label>span{font-size:9px;font-weight:900;letter-spacing:.1em;text-transform:uppercase;color:#526775}
.interest-form input,.interest-form select{width:100%;min-height:48px;padding:12px 14px;border:1px solid #cfd8dd;border-radius:11px;background:#fbfcfc;color:#173146;font-size:15px;outline:none}
.interest-form input:focus,.interest-form select:focus{border-color:#b68a3d;box-shadow:0 0 0 3px rgba(182,138,61,.12)}
.professional-details{border:1px solid #dbe1e4;border-radius:12px;background:#f9fafb}
.professional-details summary{cursor:pointer;padding:14px 16px;font-size:12px;font-weight:900;color:#314b5e;list-style-position:inside}
.professional-details:not([open]) .detail-grid{display:none!important}
.professional-details[open] .detail-grid{display:grid}
.detail-grid{padding:0 16px 16px}
.full{grid-column:1/-1}
.check-row{grid-template-columns:auto 1fr!important;align-items:start!important;padding:14px 16px;border-radius:11px;background:#f4f6f6}
.check-row input{width:18px!important;height:18px!important;min-height:18px!important;margin:2px 0 0}
.check-row span{font-size:11px!important;line-height:1.5!important;text-transform:none!important;letter-spacing:0!important}
.submit-button{display:flex;justify-content:space-between;align-items:center;gap:18px;min-height:52px;padding:12px 18px;border:0;border-radius:999px;background:linear-gradient(135deg,#b88937,#e4c579);color:#11283b;font-weight:900;cursor:pointer;box-shadow:0 11px 26px rgba(137,98,31,.18)}
.submit-button:disabled{opacity:.65;cursor:wait}
.form-status{margin:0;min-height:18px;font-size:12px;color:#526775}
.honeypot,.response-frame{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}

.site-footer{display:grid;grid-template-columns:.8fr 1.2fr;gap:50px;padding:30px clamp(20px,5vw,72px);background:#061723;color:#c7d3da}
.site-footer div{display:grid;gap:6px}
.site-footer b{color:#fff;letter-spacing:.05em}
.site-footer span{color:#d8bd77;font-family:Georgia,serif}
.site-footer p{margin:0;font-size:10px;line-height:1.6;color:#9db0bb}

.detail-main{max-width:920px;margin:0 auto;padding:90px 24px 110px}
.detail-back{text-decoration:none;font-size:12px;font-weight:900;color:#607582}
.detail-icon{display:grid;width:72px;height:72px;place-items:center;margin-top:42px;border:1.5px solid #b98b3c;border-radius:50%;color:#a8792c;background:#fffaf0}
.detail-main h1{margin:0;font-size:clamp(48px,7vw,78px);line-height:1}
.detail-lead{max-width:780px;font:20px/1.7 Georgia,serif;color:#506777}
.detail-points{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin:38px 0}
.detail-points article{padding:22px;border:1px solid var(--line);border-radius:16px;background:#fff}
.detail-points b{font:500 18px Georgia,serif}
.detail-points p{color:#687b86;line-height:1.55}

@media(max-width:1000px){
  .hero{grid-template-columns:1fr}.scene{min-height:560px}.benefit-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .destination-shell{grid-template-columns:1fr}.apply-card{grid-template-columns:1fr}.privilege .destination-tabs{grid-template-columns:repeat(3,minmax(0,1fr))}
  .detail-points{grid-template-columns:1fr}
}
@media(max-width:760px){
  .site-header{align-items:flex-start;flex-direction:column}.site-header nav{width:100%;justify-content:space-between;gap:10px;flex-wrap:wrap}.brand-copy strong{white-space:normal}
  .hero-copy{padding:52px 22px}.hero h1{font-size:47px}.scene{min-height:430px}.scene-message{width:58%;padding:18px}.scene-message b{font-size:20px}
  .benefit-grid{grid-template-columns:1fr}.destination-tabs,.privilege .destination-tabs{grid-template-columns:1fr 1fr}.apply-copy,.interest-form{padding:28px}
  .form-grid{grid-template-columns:1fr}.full{grid-column:auto}.site-footer{grid-template-columns:1fr}
}
@media(max-width:480px){
  .brand-mark{font-size:48px}.brand-copy{padding-left:12px}.brand-copy small{font-size:9px}.site-header nav a{font-size:10px}
  .hero h1{font-size:41px}.hero-dek{font-size:16px}.scene{min-height:360px}.scene-message{width:64%}
  .destination-tabs,.privilege .destination-tabs{grid-template-columns:1fr}.destination-detail{align-items:flex-start}.apply-copy,.interest-form{padding:22px}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.scene-motion{animation:none!important}}
