:root{
  --c21-black:#0b0b0b;
  --c21-charcoal:#171717;
  --c21-charcoal-soft:#222220;
  --c21-ivory:#f3efe5;
  --c21-sand:#e5dcc9;
  --c21-paper:#fbf9f4;
  --c21-gold:#c6ad72;
  --c21-gold-light:#e3d19a;
  --c21-gold-dark:#927943;
  --c21-ink:#1b1a18;
  --c21-muted:#bcb7ae;
  --c21-muted-dark:#69645c;
  --c21-white:#f8f6f0;
  --container:1460px;
  --radius-lg:24px;
  --radius-md:16px;
  --header-h:88px;
  --shadow-soft:0 24px 70px rgba(27,26,24,.10);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  padding:0;
  overflow-x:hidden;
  background:var(--c21-black);
  color:var(--c21-white);
  font-family:"DM Sans",sans-serif;
  font-size:16px;
  line-height:1.65;
  text-rendering:optimizeLegibility;
}
body.admin-bar .site-header{top:32px}
h1,h2,h3,h4,.btn,.eyebrow,.profile-kicker,.story-path,.form-section-label{
  font-family:"Plus Jakarta Sans",sans-serif;
}
h1,h2,h3,h4{margin-top:0;letter-spacing:-.04em}
img{display:block;max-width:100%}
a{text-decoration:none}
button{font:inherit}
[hidden]{display:none!important}

.container-shell{
  width:min(calc(100% - 64px),var(--container));
  margin-inline:auto;
}
.container-shell-full{
  width:min(calc(100% - 48px),1820px);
  margin-inline:auto;
}
.section-black{position:relative;background:var(--c21-black)}
.section-charcoal{position:relative;background:var(--c21-charcoal)}
.section-ivory{background:var(--c21-ivory);color:var(--c21-ink)}
.section-sand{background:var(--c21-sand);color:var(--c21-ink)}

.site-header{
  position:fixed;
  inset:0 0 auto;
  z-index:1000;
  padding:14px 0;
  transition:padding .25s ease,background .25s ease,box-shadow .25s ease;
}
.site-header.scrolled{
  padding:8px 0;
  background:rgba(10,10,10,.82);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
  box-shadow:0 16px 40px rgba(0,0,0,.28);
}
.header-bar{
  min-height:62px;
  border:1px solid rgba(255,255,255,.15);
  border-radius:14px;
  background:linear-gradient(100deg,rgba(255,255,255,.10),rgba(255,255,255,.025));
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:8px clamp(18px,6vw,112px);
}
.brand img{width:clamp(145px,12vw,220px);height:48px;object-fit:contain;object-position:left center}
.header-actions{display:flex;align-items:center;gap:16px}

.btn{
  border-radius:8px;
  padding:.92rem 1.35rem;
  font-weight:700;
  letter-spacing:-.02em;
  line-height:1.25;
  transition:transform .22s ease,background .22s ease,color .22s ease,border-color .22s ease,box-shadow .22s ease;
}
.btn:hover{transform:translateY(-2px)}
.btn-sm{padding:.62rem 1rem;font-size:.85rem}
.btn-gold{
  background:linear-gradient(180deg,var(--c21-gold-light),var(--c21-gold));
  border:1px solid var(--c21-gold);
  color:#16120c;
  box-shadow:0 12px 30px rgba(198,173,114,.17);
}
.btn-gold:hover,.btn-gold:focus{color:#16120c;filter:brightness(1.04);box-shadow:0 16px 34px rgba(198,173,114,.24)}
.btn-outline-gold{
  color:var(--c21-gold-light);
  border:1px solid rgba(227,209,154,.74);
  background:rgba(255,255,255,.025);
}
.btn-outline-gold:hover,.btn-outline-gold:focus{background:var(--c21-gold);border-color:var(--c21-gold);color:#15120d}
.btn-dark-choice{
  background:var(--c21-ink);
  border:1px solid var(--c21-ink);
  color:var(--c21-white);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:18px;
}
.btn-dark-choice:hover,.btn-dark-choice:focus{background:var(--c21-gold-dark);border-color:var(--c21-gold-dark);color:#fff}
.btn-dark-choice.is-selected{background:var(--c21-gold-dark);border-color:var(--c21-gold-dark)}

.eyebrow{
  display:inline-block;
  margin-bottom:18px;
  color:var(--c21-gold-light);
  font-size:.78rem;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.15em;
}
.eyebrow-dark{color:var(--c21-gold-dark)}

.hero-section{
  position:relative;
  min-height:760px;
  padding-top:112px;
  background-position:center;
  background-size:cover;
  background-repeat:no-repeat;
  isolation:isolate;
}
.hero-overlay{
  position:absolute;
  inset:0;
  z-index:-1;
  background:
    linear-gradient(90deg,rgba(8,8,8,.96) 0%,rgba(8,8,8,.86) 38%,rgba(8,8,8,.30) 68%,rgba(8,8,8,.08) 100%),
    linear-gradient(0deg,rgba(8,8,8,.35),transparent 35%);
}
.hero-container{position:relative;z-index:1}
.min-vh-hero{min-height:648px}
.hero-copy{padding:88px 0 82px}
.hero-copy h1{
  max-width:900px;
  margin-bottom:28px;
  font-size:clamp(3rem,4.3vw,5.4rem);
  line-height:.99;
}
.hero-copy h1 span{display:block;color:var(--c21-gold-light)}
.hero-copy p{
  max-width:760px;
  margin-bottom:34px;
  color:#d8d3ca;
  font-size:clamp(1.05rem,1.3vw,1.28rem);
}
.hero-actions{display:flex;align-items:center;gap:24px;flex-wrap:wrap}
.hero-note{max-width:280px;color:#aaa59b;font-size:.88rem;line-height:1.45}

.start-section{padding:120px 0 128px}
.section-heading{max-width:920px;margin-bottom:58px}
.section-heading h2{margin-bottom:20px;font-size:clamp(2.25rem,3.4vw,4rem);line-height:1.08}
.section-heading p{margin:0 auto;max-width:740px;font-size:1.08rem;color:var(--c21-muted-dark)}
.section-heading-dark{color:var(--c21-ink)}
.profile-grid{align-items:stretch}
.profile-card{
  height:100%;
  overflow:hidden;
  border:1px solid rgba(146,121,67,.28);
  border-radius:var(--radius-lg);
  background:var(--c21-paper);
  box-shadow:var(--shadow-soft);
  transition:transform .28s ease,border-color .28s ease,box-shadow .28s ease;
}
.profile-card:hover{transform:translateY(-5px);border-color:rgba(146,121,67,.58);box-shadow:0 30px 85px rgba(27,26,24,.15)}
.profile-card.is-selected{border-color:var(--c21-gold-dark);box-shadow:0 0 0 3px rgba(146,121,67,.14),0 30px 85px rgba(27,26,24,.15)}
.profile-card-media{position:relative;height:310px;overflow:hidden;background:#252525}
.profile-card-media:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.48),transparent 55%)}
.profile-card-media img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}
.profile-card:hover .profile-card-media img{transform:scale(1.035)}
.profile-route{
  position:absolute;
  left:24px;
  bottom:20px;
  z-index:1;
  padding:7px 11px;
  border:1px solid rgba(255,255,255,.38);
  border-radius:999px;
  background:rgba(17,17,17,.60);
  color:#fff;
  font-size:.72rem;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
  backdrop-filter:blur(8px);
}
.profile-card-copy{padding:38px 38px 42px}
.profile-kicker{display:block;margin-bottom:12px;color:var(--c21-gold-dark);font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.10em}
.profile-card h3{min-height:84px;margin-bottom:14px;font-size:clamp(1.55rem,2vw,2.2rem);line-height:1.13}
.profile-card p{min-height:58px;margin-bottom:26px;color:var(--c21-muted-dark);font-size:1rem}

.route-section{overflow:hidden;padding:126px 0}
.route-glow,.form-glow{
  position:absolute;
  width:720px;
  height:720px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(198,173,114,.14),rgba(198,173,114,0) 67%);
  pointer-events:none;
}
.route-glow{right:-360px;top:-280px}
.route-panel{position:relative;animation:routeReveal .5s ease both}
@keyframes routeReveal{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}
.route-placeholder{max-width:900px;padding:76px 30px}
.route-placeholder h2{margin-bottom:20px;font-size:clamp(2.2rem,3.4vw,4rem);line-height:1.08}
.route-placeholder p{max-width:720px;margin:0 auto 24px;color:var(--c21-muted);font-size:1.08rem}
.text-link-light{color:var(--c21-gold-light);font-family:"Plus Jakarta Sans",sans-serif;font-weight:700}
.text-link-light:hover{color:#fff}
.route-copy{padding-right:clamp(0px,3vw,54px)}
.route-copy h2{margin-bottom:22px;font-size:clamp(2.45rem,3.5vw,4.25rem);line-height:1.04}
.route-lead{max-width:680px;margin-bottom:32px;color:#d0cbc2;font-size:1.12rem}
.route-benefits{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-bottom:34px}
.route-benefits>div{padding:20px;border:1px solid rgba(255,255,255,.12);border-radius:13px;background:rgba(255,255,255,.035)}
.route-benefits strong{display:block;margin-bottom:6px;color:var(--c21-gold-light);font-family:"Plus Jakarta Sans",sans-serif;font-size:.95rem}
.route-benefits span{display:block;color:#bdb8af;font-size:.9rem;line-height:1.45}
.route-image{position:relative;overflow:hidden;min-height:610px;border-radius:var(--radius-lg);box-shadow:0 30px 90px rgba(0,0,0,.28)}
.route-image:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(10,10,10,.82),transparent 48%)}
.route-image img{width:100%;height:100%;min-height:610px;object-fit:cover}
.route-image-caption{position:absolute;left:34px;right:34px;bottom:30px;z-index:1;max-width:500px;color:#fff;font-family:"Plus Jakarta Sans",sans-serif;font-size:1.15rem;font-weight:600;line-height:1.35}

.why-section{padding:126px 0 132px}
.why-intro{margin-bottom:56px}
.why-intro h2{margin:0;font-size:clamp(2.4rem,3.8vw,4.5rem);line-height:1.03}
.why-intro p{margin:0;color:#5f5a52;font-size:1.08rem}
.pillar-card{
  position:relative;
  height:100%;
  min-height:330px;
  overflow:hidden;
  padding:32px;
  border:1px solid rgba(146,121,67,.25);
  border-radius:var(--radius-md);
  background:rgba(251,249,244,.76);
  box-shadow:0 18px 50px rgba(48,42,31,.06);
  transition:transform .25s ease,background .25s ease,border-color .25s ease;
}
.pillar-card:hover{transform:translateY(-4px);background:var(--c21-paper);border-color:rgba(146,121,67,.5)}
.pillar-number{position:absolute;right:24px;top:20px;color:rgba(146,121,67,.35);font-family:"Plus Jakarta Sans",sans-serif;font-weight:700;font-size:.78rem}
.pillar-icon{width:58px;height:58px;margin-bottom:34px;display:grid;place-items:center;border-radius:50%;background:var(--c21-ink);color:var(--c21-gold-light)}
.pillar-icon svg{width:30px;height:30px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.pillar-card h3{margin-bottom:14px;font-size:1.45rem}
.pillar-card p{margin:0;color:#625d55;line-height:1.58}

.stories-section{padding:122px 0 130px}
.stories-heading p{color:var(--c21-muted)}
.story-card{
  height:100%;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.12);
  border-radius:var(--radius-lg);
  background:#101010;
  box-shadow:0 30px 75px rgba(0,0,0,.24);
}
.story-media{position:relative;height:350px;overflow:hidden}
.story-media:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.55),transparent 55%)}
.story-media img{width:100%;height:100%;object-fit:cover;transition:transform .55s ease}
.story-card:hover .story-media img{transform:scale(1.025)}
.story-label{position:absolute;left:24px;bottom:22px;z-index:1;color:#fff;font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}
.story-copy{padding:34px}
.story-path{display:block;margin-bottom:14px;color:var(--c21-gold-light);font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.09em}
.story-copy h3{margin-bottom:16px;font-size:clamp(1.5rem,2.1vw,2.1rem);line-height:1.17}
.story-copy p{color:#c2bdb4;font-size:.98rem}
.story-copy audio{width:100%;height:42px;margin-top:12px}

.destination-section{padding:122px 0}
.destination-card{overflow:hidden;border:1px solid rgba(146,121,67,.32);border-radius:var(--radius-lg);background:var(--c21-paper);box-shadow:var(--shadow-soft)}
.destination-copy{padding:clamp(44px,5vw,78px);display:flex;flex-direction:column;justify-content:center}
.destination-copy h2{margin-bottom:24px;font-size:clamp(2.35rem,3.5vw,4.25rem);line-height:1.04}
.destination-copy p{color:#5d5850;font-size:1.06rem}
.destination-statement{margin-bottom:24px;padding-left:20px;border-left:3px solid var(--c21-gold-dark)}
.destination-tags{display:flex;flex-wrap:wrap;gap:10px;margin:4px 0 32px}
.destination-tags span{padding:8px 13px;border:1px solid rgba(146,121,67,.38);border-radius:999px;color:#5c4e32;font-size:.82rem;font-weight:600}
.destination-media{position:relative;min-height:650px;overflow:hidden}
.destination-media:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(13,13,13,.80),transparent 54%)}
.destination-media img{width:100%;height:100%;min-height:650px;object-fit:cover}
.destination-quote{position:absolute;left:42px;right:42px;bottom:38px;z-index:1;color:#fff;font-family:"Plus Jakarta Sans",sans-serif;font-size:clamp(1.45rem,2.3vw,2.35rem);font-weight:600;line-height:1.2;letter-spacing:-.035em}

.form-section{overflow:hidden;padding:128px 0 136px}
.form-glow{left:-380px;bottom:-330px}
.form-block{position:relative;z-index:1}
.form-intro{position:sticky;top:118px;padding-right:clamp(0px,3vw,56px)}
.form-intro h2{margin-bottom:20px;font-size:clamp(2.35rem,3.6vw,4.2rem);line-height:1.04}
.form-intro>p{color:var(--c21-muted);font-size:1.06rem}
.form-profile-summary{margin:28px 0;padding:18px 20px;border:1px solid rgba(227,209,154,.26);border-radius:12px;background:rgba(255,255,255,.035)}
.form-profile-summary span{display:block;margin-bottom:4px;color:#98938a;font-size:.72rem;text-transform:uppercase;letter-spacing:.1em}
.form-profile-summary strong{display:block;color:var(--c21-gold-light);font-family:"Plus Jakarta Sans",sans-serif}
.profile-change{margin-top:8px;padding:0;border:0;background:none;color:#fff;text-decoration:underline;font-size:.82rem}
.check-list{margin:28px 0 0;padding:0;list-style:none;color:#c5c0b7}
.check-list li{position:relative;margin-bottom:11px;padding-left:28px}
.check-list li:before{content:"✓";position:absolute;left:0;top:0;color:var(--c21-gold-light);font-weight:700}
.lead-form-card{
  margin-left:auto;
  padding:clamp(26px,3.2vw,46px);
  border:1px solid rgba(255,255,255,.16);
  border-radius:var(--radius-lg);
  background:linear-gradient(180deg,#252523,#181818);
  box-shadow:0 34px 100px rgba(0,0,0,.32);
}
.form-section-label{margin-bottom:18px;color:var(--c21-gold-light);font-size:.78rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}
.form-section-label-spaced{margin-top:32px;padding-top:28px;border-top:1px solid rgba(255,255,255,.10)}
.form-label{margin-bottom:7px;color:#d4d0c8;font-size:.84rem;line-height:1.35}
.form-control,.form-select{
  min-height:51px;
  border:1px solid #50504e;
  border-radius:9px;
  background:#292927;
  color:#fff;
  padding:.82rem .95rem;
}
.form-control::placeholder{color:#8f8b84}
.form-control:focus,.form-select:focus{border-color:var(--c21-gold);background:#292927;color:#fff;box-shadow:0 0 0 .2rem rgba(198,173,114,.14)}
.form-select{color:#e6e1d8}
.form-select option{background:#fff;color:#171717}
.form-note{margin:14px 0 0!important;text-align:center;color:#98938a!important;font-size:.76rem!important}
.form-status{display:none;margin-top:14px;padding:13px 15px;border-radius:8px;text-align:center;font-weight:600;font-size:.9rem}
.form-status.is-success{display:block;border:1px solid rgba(125,190,135,.55);background:rgba(80,146,91,.14);color:#cce7d1}
.form-status.is-error{display:block;border:1px solid rgba(229,126,126,.55);background:rgba(181,71,71,.14);color:#f1c0c0}
.hp-field{position:absolute!important;left:-9999px!important;width:1px;height:1px;overflow:hidden}

.site-footer{padding:36px 0;border-top:4px solid var(--c21-gold);background:#080808}
.footer-row{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:32px}
.footer-row img{width:auto;height:58px}
.footer-links{display:flex;justify-content:center;gap:24px}
.footer-links a,.site-footer small{color:#aaa59d;font-size:.82rem}
.footer-links a:hover{color:var(--c21-gold-light)}

.thank-you-page{min-height:100vh;background:radial-gradient(circle at center,rgba(198,173,114,.14),transparent 43%),var(--c21-black)}
.thank-you-wrap{min-height:100vh;display:grid;place-items:center;padding:32px}
.thank-you-card{max-width:820px;padding:68px 48px;text-align:center;border:1px solid rgba(227,209,154,.55);border-radius:24px;background:#151515;box-shadow:0 30px 100px rgba(0,0,0,.48)}
.thank-you-card img{width:220px;margin:0 auto 38px}
.thank-you-card h1{font-size:clamp(2.15rem,4vw,4.25rem);line-height:1.03}
.thank-you-card p{max-width:650px;margin:24px auto 32px;color:var(--c21-muted);font-size:1.06rem}

@media (max-width:1399.98px){
  :root{--container:1240px}
  .header-bar{padding-inline:28px}
  .hero-copy h1{font-size:clamp(3rem,4.5vw,4.7rem)}
}
@media (max-width:1199.98px){
  :root{--container:1080px}
  .route-image,.route-image img{min-height:540px}
  .destination-media,.destination-media img{min-height:590px}
  .profile-card h3{min-height:auto}
}
@media (max-width:991.98px){
  body.admin-bar .site-header{top:32px}
  .hero-section{min-height:690px;background-position:62% center}
  .hero-overlay{background:linear-gradient(90deg,rgba(8,8,8,.94),rgba(8,8,8,.76) 65%,rgba(8,8,8,.30))}
  .min-vh-hero{min-height:575px}
  .profile-card-media{height:280px}
  .route-copy{padding-right:0}
  .route-image,.route-image img{min-height:460px}
  .route-image{margin-bottom:18px}
  .destination-media,.destination-media img{min-height:480px}
  .form-intro{position:static;padding-right:0}
  .lead-form-card{margin-left:0}
}
@media (max-width:782px){body.admin-bar .site-header{top:46px}}
@media (max-width:767.98px){
  :root{--header-h:72px}
  .container-shell{width:min(calc(100% - 30px),var(--container))}
  .container-shell-full{width:calc(100% - 22px)}
  .site-header{padding:9px 0}
  .site-header.scrolled{padding:6px 0}
  .header-bar{min-height:54px;padding:7px 9px 7px 14px}
  .brand img{width:132px;height:38px}
  .btn-top{padding:.62rem .74rem;font-size:.72rem}
  .hero-section{min-height:650px;padding-top:84px;background-position:68% center}
  .hero-overlay{background:linear-gradient(90deg,rgba(8,8,8,.95),rgba(8,8,8,.78)),linear-gradient(0deg,rgba(8,8,8,.40),transparent)}
  .min-vh-hero{min-height:552px}
  .hero-copy{padding:58px 8px}
  .hero-copy h1{font-size:clamp(2.6rem,12vw,3.75rem)}
  .hero-actions{align-items:flex-start;flex-direction:column;gap:15px}
  .hero-note{max-width:100%}
  .start-section,.route-section,.why-section,.stories-section,.destination-section,.form-section{padding:82px 0}
  .section-heading{margin-bottom:38px}
  .profile-card-media{height:245px}
  .profile-card-copy{padding:28px 24px 31px}
  .profile-card p{min-height:auto}
  .profile-card .btn{width:100%}
  .route-placeholder{padding:24px 0}
  .route-benefits{grid-template-columns:1fr}
  .route-image,.route-image img{min-height:350px}
  .route-image-caption{left:22px;right:22px;bottom:22px;font-size:1rem}
  .route-copy .btn{width:100%}
  .why-intro{margin-bottom:38px}
  .pillar-card{min-height:0;padding:27px}
  .pillar-icon{margin-bottom:25px}
  .story-media{height:270px}
  .story-copy{padding:26px 24px}
  .destination-copy{padding:38px 25px}
  .destination-copy .btn{width:100%}
  .destination-media,.destination-media img{min-height:370px}
  .destination-quote{left:24px;right:24px;bottom:25px}
  .lead-form-card{padding:25px 20px}
  .footer-row{grid-template-columns:1fr;text-align:center}
  .footer-row img{margin:auto}
  .footer-links{flex-wrap:wrap}
}
@media (max-width:479.98px){
  .btn{width:100%}
  .btn-top{width:auto;font-size:0;padding:.65rem;width:42px;height:38px}
  .btn-top:after{content:"→";font-size:1rem}
  .hero-copy h1{font-size:2.7rem}
  .profile-card-media{height:215px}
  .profile-card h3{font-size:1.55rem}
  .story-media{height:235px}
  .destination-media,.destination-media img{min-height:320px}
  .thank-you-card{padding:44px 22px}
}
