
:root{
  --ink:#0b0b0b;
  --gold:#c89a2b;
  --gold-2:#f1c75b;
  --ivory:#f7f2e8;
  --paper:#fffdf8;
  --muted:#6c665d;
  --line:rgba(12,12,12,.12);
  --white:#ffffff;
  --shadow:0 22px 70px rgba(0,0,0,.12);
  --radius:24px;
  --max:1200px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--paper);line-height:1.65}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
button,input,textarea,select{font:inherit}
.container{width:min(calc(100% - 40px),var(--max));margin:auto}
.eyebrow{display:inline-flex;align-items:center;gap:10px;color:var(--gold);font-weight:800;letter-spacing:.14em;text-transform:uppercase;font-size:.76rem}
.eyebrow::before{content:"";width:34px;height:1px;background:currentColor}
.section{padding:104px 0}
.section-head{max-width:760px;margin-bottom:42px}
.section-head h2{font-family:Georgia,serif;font-size:clamp(2.2rem,4vw,3.6rem);line-height:1.05;margin:14px 0}
.section-head p{margin:0;color:var(--muted);font-size:1.03rem}

header{position:fixed;inset:0 0 auto 0;z-index:50;background:rgba(9,9,9,.92);backdrop-filter:blur(14px);border-bottom:1px solid rgba(255,255,255,.08)}
.nav{height:92px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:flex;align-items:center;gap:12px;min-width:0;flex:0 0 auto}
.brand img{width:58px;height:58px;object-fit:contain;object-position:center;flex:0 0 auto}.brand-copy{display:flex;flex-direction:column;line-height:1}.brand-copy strong{font-family:Georgia,serif;font-size:1.02rem;letter-spacing:.06em;color:#f2c75c;white-space:nowrap}.brand-copy small{margin-top:4px;font-size:.63rem;letter-spacing:.17em;text-transform:uppercase;color:rgba(255,255,255,.7);white-space:nowrap}
.navlinks{display:flex;align-items:center;gap:24px;color:rgba(255,255,255,.85);font-size:.94rem}
.navlinks a{transition:.2s ease}
.navlinks a:hover{color:var(--gold-2)}
.nav-cta{padding:11px 16px;border:1px solid rgba(241,199,91,.45);border-radius:999px;color:#fff;background:linear-gradient(135deg,rgba(200,154,43,.26),rgba(200,154,43,.06));font-weight:800}
.menu-btn{display:none;background:none;border:0;color:#fff;width:44px;height:44px;border-radius:12px;border:1px solid rgba(255,255,255,.12)}

.hero{min-height:0;padding-top:92px;padding-bottom:56px;background:radial-gradient(circle at 74% 23%,rgba(200,154,43,.18),transparent 34%),linear-gradient(180deg,#090909 0%,#11100d 100%);color:#fff;position:relative;overflow:hidden}
.hero::before{content:"";position:absolute;width:560px;height:560px;border:1px solid rgba(241,199,91,.18);border-radius:50%;right:-180px;top:120px}
.hero::after{content:"";position:absolute;width:360px;height:360px;border:1px solid rgba(241,199,91,.11);border-radius:50%;right:-70px;top:220px}
.hero-grid{display:grid;grid-template-columns:1.03fr .97fr;gap:58px;align-items:center;min-height:0;padding:54px 0 0}
.hero-copy{position:relative;z-index:2}
.hero-copy h1{font-family:Georgia,serif;font-size:clamp(3.4rem,6vw,6.1rem);line-height:.94;letter-spacing:-.035em;margin:18px 0 24px;max-width:900px}
.hero-copy h1 span{color:var(--gold-2)}
.hero-copy p{font-size:1.12rem;color:rgba(255,255,255,.84);max-width:680px;margin-bottom:34px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:13px 20px;border-radius:999px;border:1px solid transparent;font-weight:800;cursor:pointer;transition:.2s ease}
.btn-primary{background:var(--gold);color:#120f09}
.btn-primary:hover{transform:translateY(-2px);box-shadow:0 12px 30px rgba(200,154,43,.22)}
.btn-outline{border-color:rgba(255,255,255,.24);color:#fff;background:rgba(255,255,255,.04)}
.btn-outline:hover{border-color:rgba(241,199,91,.55);color:var(--gold-2)}
.hero-notes{display:flex;flex-wrap:wrap;gap:10px;margin-top:30px}
.note{padding:8px 12px;border:1px solid rgba(255,255,255,.11);border-radius:999px;background:rgba(255,255,255,.03);font-size:.82rem;color:rgba(255,255,255,.68)}
.hero-visual{position:relative;min-height:560px;display:grid;place-items:center}
.orbit{width:min(520px,88vw);aspect-ratio:1;border-radius:50%;border:1px solid rgba(241,199,91,.25);position:relative;box-shadow:inset 0 0 90px rgba(200,154,43,.08),0 35px 120px rgba(0,0,0,.28)}
.orbit::before{content:"";position:absolute;inset:48px;border-radius:50%;border:1px dashed rgba(241,199,91,.22)}
.orbit::after{content:"";position:absolute;inset:120px;border-radius:50%;border:1px solid rgba(241,199,91,.17)}
.logo-medallion{position:absolute;inset:0;display:grid;place-items:center;z-index:2}
.logo-medallion img{width:220px;height:220px;object-fit:contain;filter:drop-shadow(0 20px 35px rgba(0,0,0,.35))}
.route{position:absolute;inset:32px;transform:rotate(-10deg)}
.route svg{width:100%;height:100%}
.route path{fill:none;stroke:var(--gold-2);stroke-opacity:.62;stroke-width:2;stroke-dasharray:10 12}
.travel-pin{position:absolute;width:70px;height:70px;border-radius:22px;background:rgba(255,255,255,.08);border:1px solid rgba(241,199,91,.28);display:grid;place-items:center;backdrop-filter:blur(8px);font-size:1.5rem}
.pin-1{top:8%;left:14%}.pin-2{right:2%;top:36%}.pin-3{bottom:8%;left:17%}
.stats-strip{position:relative;left:auto;right:auto;bottom:auto;z-index:3;transform:none;margin-top:54px;padding-bottom:4px}
.stats{background:#171511;border:1px solid rgba(255,255,255,.06);box-shadow:var(--shadow);border-radius:24px;padding:18px;display:grid;grid-template-columns:repeat(4,1fr);gap:16px;align-items:stretch}
.stat{padding:22px 20px;min-height:154px;display:flex;flex-direction:column;justify-content:center;border-radius:18px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08)}
.stat b{display:block;font-size:1.05rem;color:#fff;margin-bottom:4px}.stat span{color:rgba(255,255,255,.58);font-size:.84rem}

.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:28px;box-shadow:0 12px 40px rgba(18,15,10,.05)}
.card h3{font-family:Georgia,serif;font-size:1.5rem;margin:16px 0 10px}.card p{margin:0;color:var(--muted)}
.icon{width:48px;height:48px;border-radius:15px;background:linear-gradient(145deg,rgba(200,154,43,.18),rgba(200,154,43,.06));display:grid;place-items:center;color:#7f5c0d;border:1px solid rgba(200,154,43,.25)}
.icon svg{width:22px;height:22px}

.about{background:var(--ivory)}
.about-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:60px;align-items:center}
.about-panel{background:#0c0c0c;border-radius:28px;min-height:520px;position:relative;overflow:hidden;padding:38px;color:#fff}
.about-panel::before{content:"";position:absolute;inset:-50px;border:1px solid rgba(241,199,91,.22);border-radius:50%;transform:rotate(18deg)}
.about-panel::after{content:"SC";font-family:Georgia,serif;font-size:18rem;color:rgba(241,199,91,.06);position:absolute;right:-16px;bottom:-46px}
.about-panel-content{position:relative;z-index:2;max-width:380px}.about-panel h3{font-family:Georgia,serif;font-size:2.6rem;margin:14px 0}.about-panel p{color:rgba(255,255,255,.72)}
.signature{display:flex;align-items:center;gap:10px;margin-top:30px;color:var(--gold-2);font-weight:800}
.values{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:22px}.value{padding:18px;border:1px solid var(--line);border-radius:18px;background:#fff}.value b{display:block;margin-bottom:7px}.value span{color:var(--muted);font-size:.92rem}

.services{background:#fff}
.service-top{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:40px}.service-note{max-width:450px;color:var(--muted)}
.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.service{padding:24px;border:1px solid var(--line);border-radius:22px;background:linear-gradient(180deg,#fff,#fbf8f1);min-height:210px;position:relative;overflow:hidden}.service::after{content:"";position:absolute;right:-42px;bottom:-46px;width:130px;height:130px;border-radius:50%;border:1px solid rgba(200,154,43,.13)}
.service h3{margin:16px 0 9px;font-size:1.12rem}.service p{margin:0;color:var(--muted);font-size:.93rem}

.destinations{background:#0b0b0b;color:#fff}
.destinations .section-head p{color:rgba(255,255,255,.6)}
.destination-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}
.destination-group-title{display:flex;align-items:end;justify-content:space-between;gap:20px;margin:28px 0 14px}.destination-group-title span{font-size:.78rem;letter-spacing:.16em;text-transform:uppercase;color:var(--gold-2);font-weight:900}.destination-group-title em{font-style:normal;color:rgba(255,255,255,.48);font-size:.82rem}.international-title{margin-top:42px}
.dest{min-height:250px;border-radius:22px;border:1px solid rgba(255,255,255,.1);padding:22px;display:flex;flex-direction:column;justify-content:end;position:relative;overflow:hidden;background:linear-gradient(145deg,#1c1914,#0e0e0e)}
.dest::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 70% 20%,rgba(241,199,91,.22),transparent 40%),linear-gradient(135deg,transparent 35%,rgba(255,255,255,.03) 100%)}
.dest .num{position:absolute;top:16px;right:18px;color:rgba(241,199,91,.7);font-weight:800;font-size:.78rem}.dest h3{position:relative;margin:0 0 6px;font-family:Georgia,serif;font-size:1.55rem}.dest span{position:relative;color:rgba(255,255,255,.6);font-size:.88rem}

.manibee{background:var(--ivory)}
.manibee-wrap{display:grid;grid-template-columns:.8fr 1.2fr;gap:42px;align-items:stretch}
.manibee-card{background:#fff;border:1px solid var(--line);border-radius:28px;padding:30px;display:flex;align-items:center;justify-content:center;box-shadow:0 16px 50px rgba(18,15,10,.06)}
.manibee-card img{width:min(340px,82%)}
.manibee-copy{background:#10100e;color:#fff;border-radius:28px;padding:44px;position:relative;overflow:hidden}.manibee-copy::after{content:"";position:absolute;width:300px;height:300px;border:1px solid rgba(241,199,91,.16);border-radius:50%;right:-120px;bottom:-120px}
.manibee-copy h3{font-family:Georgia,serif;font-size:2.7rem;line-height:1.02;margin:14px 0}.manibee-copy p{color:rgba(255,255,255,.68);max-width:620px}.platform-pills{display:flex;flex-wrap:wrap;gap:9px;margin:24px 0}.pill{padding:8px 11px;border:1px solid rgba(255,255,255,.11);border-radius:999px;color:rgba(255,255,255,.72);font-size:.8rem}

.leadership{background:#fff}.leader-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.leader{border:1px solid var(--line);border-radius:24px;padding:16px;background:linear-gradient(180deg,#fff,#fbf8f1);transition:.22s ease}.leader:hover{transform:translateY(-5px);box-shadow:0 18px 50px rgba(0,0,0,.08)}
.leader-photo{aspect-ratio:4/4.5;border-radius:18px;overflow:hidden;background:linear-gradient(135deg,#eee7d8,#fff);display:grid;place-items:center}.leader-photo img{width:100%;height:100%;object-fit:cover;object-position:center top}.leader h3{font-family:Georgia,serif;font-size:1.1rem;margin:14px 0 3px}.role{color:#8a671e;font-weight:800;font-size:.82rem}.leader p{font-size:.86rem;color:var(--muted);margin:12px 0 0}

.contact{background:var(--ivory)}
.contact-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:24px}.contact-panel{background:#0d0d0d;color:#fff;border-radius:28px;padding:38px}.contact-panel h3{font-family:Georgia,serif;font-size:2.4rem;line-height:1.05;margin:16px 0}.contact-panel p{color:rgba(255,255,255,.68)}
.contact-list{display:grid;gap:15px;margin-top:28px}.contact-item{display:grid;grid-template-columns:40px 1fr;gap:12px;align-items:start}.contact-item .icon{background:rgba(241,199,91,.08);color:var(--gold-2);border-color:rgba(241,199,91,.2)}.contact-item b{display:block;margin-bottom:3px}.contact-item span{display:block;color:rgba(255,255,255,.65);font-size:.92rem}
.contact-form{background:#fff;border:1px solid var(--line);border-radius:28px;padding:30px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.field{display:grid;gap:7px}.field.full{grid-column:1/-1}.field label{font-size:.82rem;font-weight:800;color:#4e493f}.field input,.field select,.field textarea{width:100%;padding:13px 14px;border:1px solid var(--line);border-radius:14px;background:#fff;outline:none}.field textarea{min-height:130px;resize:vertical}.field input:focus,.field select:focus,.field textarea:focus{border-color:rgba(200,154,43,.7);box-shadow:0 0 0 4px rgba(200,154,43,.1)}

footer{background:#080808;color:#fff;padding:48px 0 24px}.footer-grid{display:grid;grid-template-columns:1.3fr .9fr .9fr;gap:30px}.footer-brand img{width:185px}.footer-brand p{color:rgba(255,255,255,.58);max-width:420px}.footer-col h4{margin:0 0 14px;color:var(--gold-2);font-size:.85rem;letter-spacing:.12em;text-transform:uppercase}.footer-links{display:grid;gap:9px;color:rgba(255,255,255,.68);font-size:.92rem}.footer-bottom{margin-top:34px;padding-top:18px;border-top:1px solid rgba(255,255,255,.08);display:flex;justify-content:space-between;gap:18px;flex-wrap:wrap;color:rgba(255,255,255,.42);font-size:.78rem}

.legal{padding:120px 0 80px}.legal article{background:#fff;border:1px solid var(--line);border-radius:28px;padding:42px;box-shadow:0 16px 50px rgba(0,0,0,.05)}.legal h1{font-family:Georgia,serif;font-size:clamp(2.6rem,5vw,4.5rem);line-height:1;margin:0 0 12px}.legal h2{font-family:Georgia,serif;margin-top:32px}.legal p,.legal li{color:#4f4a42}.legal ul{padding-left:20px}.legal .legal-meta{color:var(--muted);margin-bottom:30px}

.reveal{opacity:0;transform:translateY(24px);transition:opacity .65s ease,transform .65s ease}.reveal.in{opacity:1;transform:none}

@media (max-width:1050px){
  .navlinks{gap:15px;font-size:.88rem}.brand img{width:54px;height:54px}.brand-copy strong{font-size:.96rem}.brand-copy small{font-size:.58rem}.hero-grid{grid-template-columns:1fr}.hero{background:radial-gradient(circle at 70% 22%,rgba(200,154,43,.18),transparent 34%),linear-gradient(180deg,#090909 0%,#11100d 100%)}.hero-copy{padding-top:44px}.hero-visual{min-height:500px}.stats{grid-template-columns:repeat(2,1fr)}
  .service-grid{grid-template-columns:repeat(2,1fr)}.destination-grid{grid-template-columns:repeat(3,1fr)}.leader-grid{grid-template-columns:repeat(3,1fr)}.contact-grid{grid-template-columns:1fr}.manibee-wrap,.about-grid{grid-template-columns:1fr}.about-panel{min-height:420px}.cards{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr 1fr}
}
@media (max-width:760px){
  html{font-size:16px}
  body{overflow-x:hidden}
  section[id]{scroll-margin-top:88px}
  .container{width:calc(100% - 32px);max-width:var(--max)}
  .section{padding:64px 0}

  header{background:rgba(7,7,7,.96)}
  .nav{height:76px;gap:12px}
  .brand{gap:9px;min-width:0}
  .brand img{width:52px;height:52px}
  .brand-copy{min-width:0}
  .brand-copy strong{font-size:.86rem;letter-spacing:.045em}
  .brand-copy small{font-size:.5rem;letter-spacing:.12em}
  .menu-btn{display:grid;place-items:center;font-size:1.15rem;flex:0 0 44px}
  .navlinks{position:absolute;top:76px;left:16px;right:16px;background:#10100f;border:1px solid rgba(255,255,255,.08);border-radius:18px;padding:10px;display:none;flex-direction:column;align-items:stretch;gap:2px;box-shadow:0 18px 45px rgba(0,0,0,.35)}
  .navlinks.open{display:flex}
  .navlinks a{padding:13px 14px;font-size:.95rem}
  .nav-cta{text-align:center;margin-top:4px}

  .hero{padding-top:76px;padding-bottom:44px;min-height:auto;background:radial-gradient(circle at 85% 13%,rgba(200,154,43,.18),transparent 35%),linear-gradient(180deg,#090909 0%,#11100d 100%)}
  .hero-grid{grid-template-columns:1fr;gap:10px;padding-top:28px}
  .hero-copy{padding-top:18px;min-width:0}
  .hero-copy .eyebrow{font-size:.68rem;letter-spacing:.11em}
  .hero-copy h1{font-size:clamp(3rem,13vw,4.2rem);line-height:.94;margin:16px 0 20px;letter-spacing:-.045em}
  .hero-copy p{font-size:1rem;line-height:1.65;max-width:none;margin-bottom:26px;color:rgba(255,255,255,.82)}
  .hero-actions{display:grid;grid-template-columns:1fr;gap:10px}
  .btn{width:100%;min-height:48px;padding:12px 18px}
  .hero-notes{gap:8px;margin-top:22px}
  .note{font-size:.76rem;padding:7px 10px}

  .hero-visual{min-height:0;padding:10px 0 2px}
  .orbit{width:min(300px,78vw)}
  .logo-medallion img{width:138px;height:138px}
  .orbit::before{inset:30px}
  .orbit::after{inset:70px}
  .route{inset:20px}
  .travel-pin{width:48px;height:48px;border-radius:15px;font-size:1.05rem}
  .pin-1{top:7%;left:8%}.pin-2{right:1%;top:36%}.pin-3{bottom:8%;left:10%}

  .stats-strip{margin-top:28px;padding:0}
  .stats{grid-template-columns:1fr;padding:10px;gap:10px;border-radius:20px}
  .stat{padding:18px 18px;min-height:0;justify-content:flex-start}
  .stat b{font-size:.98rem;line-height:1.25;margin-bottom:5px}
  .stat span{font-size:.82rem;line-height:1.5}

  .section-head{margin-bottom:30px}
  .section-head h2{font-size:clamp(2rem,9vw,2.8rem);line-height:1.03}
  .section-head p{font-size:.98rem}

  .about-grid,.manibee-wrap,.contact-grid{grid-template-columns:1fr;gap:18px}
  .about-panel{min-height:auto;padding:28px;border-radius:22px}
  .about-panel h3{font-size:2.2rem;line-height:1.05}
  .about-panel-content{max-width:none}
  .values{grid-template-columns:1fr;gap:12px}
  .value{padding:18px}

  .service-top{display:block;margin-bottom:28px}
  .service-note{margin-top:14px}
  .service-grid{grid-template-columns:1fr;gap:12px}
  .service{min-height:0;padding:22px;border-radius:18px}
  .service h3{font-size:1.08rem}
  .service p{font-size:.91rem;line-height:1.55}

  .destination-grid{grid-template-columns:1fr;gap:12px}
  .destination-grid .dest{min-height:160px;padding:20px}
  .dest h3{font-size:1.45rem}

  .manibee-card,.manibee-copy{border-radius:22px}
  .manibee-card{padding:24px}
  .manibee-card img{width:min(280px,86%)}
  .manibee-copy{padding:28px}
  .manibee-copy h3{font-size:2.3rem}
  .platform-pills{gap:7px;margin:20px 0}
  .pill{font-size:.74rem;padding:7px 9px}

  .leader-grid{grid-template-columns:1fr;gap:14px}
  .leader{display:grid;grid-template-columns:88px 1fr;column-gap:15px;align-items:center;padding:14px;border-radius:20px}
  .leader-photo{grid-row:1 / span 3;aspect-ratio:4/4.5;border-radius:14px}
  .leader h3{font-size:1.05rem;margin:0 0 2px}
  .leader .role{font-size:.76rem}
  .leader p{font-size:.82rem;line-height:1.5;margin-top:8px}

  .contact-panel,.contact-form{padding:24px;border-radius:22px}
  .contact-panel h3{font-size:2.2rem}
  .form-grid{grid-template-columns:1fr;gap:12px}
  .field.full{grid-column:auto}
  .field input,.field select,.field textarea{font-size:16px}

  .footer-grid{grid-template-columns:1fr;gap:24px}
  .footer-brand img{width:170px}
  .footer-bottom{display:block}
  .footer-bottom span{display:block;margin-top:6px;line-height:1.5}

  .legal{padding:98px 0 56px}
  .legal article{padding:24px;border-radius:20px}
  .legal h1{font-size:2.6rem}
}

@media (max-width:420px){
  .container{width:calc(100% - 24px)}
  .brand img{width:48px;height:48px}
  .brand-copy strong{font-size:.77rem}
  .brand-copy small{font-size:.46rem}
  .hero-copy h1{font-size:3rem}
  .orbit{width:250px}
  .logo-medallion img{width:118px;height:118px}
  .stat{padding:16px}
}


/* Destination imagery */
.image-destinations{grid-template-columns:repeat(4,1fr)}
.dest-image{min-height:320px;padding:0;background:#15130f}
.dest-image img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .55s ease;filter:saturate(.92) contrast(1.04)}
.dest-image:hover img{transform:scale(1.045)}
.dest-image .dest-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.04) 20%,rgba(0,0,0,.82) 100%)}
.dest-image .dest-copy{position:absolute;left:22px;right:22px;bottom:22px}
.dest-image .dest-copy h3{margin:0 0 6px}
.dest-image .dest-copy span{display:block;color:rgba(255,255,255,.72)}
.dest-image .dest-copy p{position:relative;margin:8px 0 0;max-width:430px;color:rgba(255,255,255,.68);font-size:.78rem;line-height:1.45}.dest-link{position:relative;display:inline-block;margin-top:10px;color:var(--gold-2);font-size:.76rem;font-weight:800;text-decoration:none;letter-spacing:.01em}.dest-link:hover{text-decoration:underline}
.ai-section[hidden],.ai-widget[hidden],.leadership[hidden]{display:none!important}
.dest-image .num{z-index:2}
.destinations .section-head{max-width:820px}

/* AI assistant */
.ai-section{background:#14120f;color:#fff;padding:82px 0;border-top:1px solid rgba(255,255,255,.06)}
.ai-section-inner{display:flex;align-items:center;justify-content:space-between;gap:28px}
.ai-section h2{font-family:Georgia,serif;font-size:clamp(2.3rem,4vw,4rem);line-height:1;margin:14px 0 10px}
.ai-section p{max-width:700px;color:rgba(255,255,255,.64);margin:0}
.ai-open-btn{border:1px solid rgba(241,199,91,.42);background:linear-gradient(135deg,rgba(200,154,43,.22),rgba(200,154,43,.06));color:#fff;border-radius:999px;padding:14px 20px;font-weight:800;cursor:pointer;white-space:nowrap}
.ai-open-btn span{color:var(--gold-2)}
.ai-widget{position:fixed;right:22px;bottom:22px;z-index:100;pointer-events:none}
.ai-panel{width:min(390px,calc(100vw - 28px));background:#11100e;color:#fff;border:1px solid rgba(241,199,91,.22);border-radius:24px;box-shadow:0 24px 80px rgba(0,0,0,.4);overflow:hidden;opacity:0;transform:translateY(20px) scale(.98);transition:.24s ease;pointer-events:none}
.ai-widget.open{pointer-events:auto}
.ai-widget.open .ai-panel{opacity:1;transform:none;pointer-events:auto}
.ai-head{display:flex;align-items:center;justify-content:space-between;padding:18px 18px 14px;border-bottom:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,#171512,#11100e)}
.ai-kicker{font-size:.67rem;letter-spacing:.15em;color:var(--gold-2);font-weight:900}
.ai-head strong{display:block;margin-top:3px;font-size:1.05rem}
.ai-close{width:34px;height:34px;border-radius:50%;border:1px solid rgba(255,255,255,.1);background:transparent;color:#fff;font-size:1.2rem;cursor:pointer}
.ai-messages{display:flex;flex-direction:column;gap:10px;padding:15px;max-height:330px;overflow:auto}
.ai-msg{max-width:88%;padding:11px 12px;border-radius:15px;font-size:.9rem;line-height:1.5}
.ai-msg-bot{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.07);color:rgba(255,255,255,.85);align-self:flex-start}
.ai-msg-user{background:var(--gold);color:#161108;align-self:flex-end}
.ai-quick{display:flex;gap:7px;padding:0 15px 12px;overflow:auto}
.ai-quick button{white-space:nowrap;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.04);color:rgba(255,255,255,.8);border-radius:999px;padding:7px 10px;font-size:.73rem;cursor:pointer}
.ai-form{display:grid;grid-template-columns:1fr 46px;gap:8px;padding:12px 15px;border-top:1px solid rgba(255,255,255,.08)}
.ai-form input{width:100%;padding:12px 13px;border-radius:13px;border:1px solid rgba(255,255,255,.1);background:#0b0b0a;color:#fff;outline:none}
.ai-form input:focus{border-color:rgba(241,199,91,.52);box-shadow:0 0 0 3px rgba(200,154,43,.1)}
.ai-form button{border:0;border-radius:13px;background:var(--gold);color:#141108;font-weight:900;cursor:pointer}
.ai-note{padding:0 15px 14px;color:rgba(255,255,255,.4);font-size:.68rem;line-height:1.4}

@media (max-width:1050px){.image-destinations{grid-template-columns:repeat(2,1fr)}.ai-section-inner{display:block}.ai-open-btn{margin-top:22px}}
@media (max-width:760px){.image-destinations{grid-template-columns:1fr}.dest-image{min-height:300px}.destination-group-title{display:block;margin-top:24px}.destination-group-title em{display:block;margin-top:6px}.dest-image .dest-copy p{font-size:.8rem}.ai-section{padding:64px 0}.ai-widget{right:10px;bottom:10px}.ai-panel{width:calc(100vw - 20px)}.ai-messages{max-height:45vh}}
