:root{
  --navy:#0C113A;
  --navy-deep:#080B29;
  --gold:#B39056;
  --gold-light:#CBAE81;
  --cream:#F7EFE0;
  --cream-warm:#FBF6EC;
  --ink:#2B2620;
  --ink-soft:#5c5548;
  --hair:#E4D8C0;

  --display: Georgia, 'Times New Roman', serif;
  --body: Georgia, 'Times New Roman', serif;
  --label: Arial, Helvetica, sans-serif;
  --max: 1180px;
}
*{ margin:0; padding:0; box-sizing:border-box; }
html{ scroll-behavior:smooth; }
body{ font-family:var(--body); color:var(--ink); background:var(--cream); line-height:1.65; font-size:17px; -webkit-font-smoothing:antialiased; }
img{ max-width:100%; display:block; }
a{ color:inherit; text-decoration:none; }
.wrap{ max-width:var(--max); margin:0 auto; padding:0 32px; }
h1,h2,h3,h4{ font-family:var(--display); color:var(--navy); font-weight:700; line-height:1.15; }
h1{ font-size:clamp(34px,5vw,56px); }
h2{ font-size:clamp(26px,3.2vw,36px); }
h3{ font-size:21px; }
.eyebrow{ font-family:var(--label); text-transform:uppercase; letter-spacing:2.5px; font-size:13px; color:var(--gold); font-weight:700; }
.lede{ font-size:19px; color:var(--ink-soft); max-width:620px; line-height:1.6; }

.btn{ display:inline-block; font-family:var(--label); text-transform:uppercase; letter-spacing:1.5px; font-size:13px; font-weight:700; padding:16px 32px; transition:all .2s ease; border:1.5px solid transparent; }
.btn-gold{ background:var(--gold); color:var(--navy-deep); }
.btn-gold:hover{ background:var(--gold-light); }
.btn-outline{ border-color:var(--cream); color:var(--cream); }
.btn-outline:hover{ background:rgba(247,239,224,.12); }
.btn-outline-navy{ border-color:var(--navy); color:var(--navy); }
.btn-outline-navy:hover{ background:var(--navy); color:var(--cream); }
.link-more{ font-family:var(--label); text-transform:uppercase; letter-spacing:1.5px; font-size:12.5px; font-weight:700; color:var(--navy); border-bottom:1.5px solid var(--gold); padding-bottom:3px; }

/* ===== HEADER — cream bar, ORIGINAL navy logo, never recolored ===== */
.site-header{ position:sticky; top:0; z-index:100; background:var(--cream-warm); border-bottom:1px solid var(--hair); }
.site-header .wrap{ display:flex; align-items:center; justify-content:space-between; height:86px; }
.site-header .logo img{ height:44px; }
.nav-links{ display:flex; align-items:center; font-family:var(--label); text-transform:uppercase; letter-spacing:1.3px; font-size:12.5px; font-weight:700; }
.nav-links a{ color:var(--navy); opacity:.75; padding:6px 0; margin-right:32px; border-bottom:1.5px solid transparent; }
.nav-links a:hover, .nav-links a.active{ opacity:1; border-color:var(--gold); }
.nav-links .btn-gold{ font-size:12px; padding:12px 22px; margin-right:0; border:none; }
.nav-toggle{ display:none; background:none; border:none; cursor:pointer; padding:8px; }
.nav-toggle span{ display:block; width:24px; height:2px; background:var(--navy); margin:5px 0; }

/* ===== HERO — video background ===== */
.hero{ position:relative; color:var(--cream-warm); overflow:hidden; min-height:88vh; display:flex; align-items:center;
  background:url('../img/content/angkor-wat.png') center/cover no-repeat; }
.hero video{ position:absolute; top:0; left:0; right:0; bottom:0; width:100%; height:100%; object-fit:cover; z-index:0; }
.hero::after{ content:''; position:absolute; top:0; left:0; right:0; bottom:0; background:linear-gradient(180deg, rgba(12,17,58,.55) 0%, rgba(12,17,58,.72) 100%); z-index:1; }
.hero .content{ position:relative; z-index:2; max-width:700px; padding:110px 0 90px; }
.hero h1{ color:var(--cream-warm); margin:16px 0 20px; }
.hero .lede{ color:var(--gold-light); font-size:19px; max-width:560px; }
.hero .cta-row{ margin-top:34px; display:flex; gap:16px; flex-wrap:wrap; }

/* ===== PROGRESS TIMELINE ===== */
.progress-band{ background:var(--cream-warm); border-top:1px solid var(--hair); border-bottom:1px solid var(--hair); padding:44px 0; }
.progress-track{ display:flex; align-items:flex-start; justify-content:center; gap:0; max-width:680px; margin:0 auto; }
.progress-step{ flex:1; text-align:center; position:relative; }
.progress-step .dot{ width:20px; height:20px; border-radius:50%; background:var(--cream-warm); border:3px solid var(--hair); margin:0 auto 12px; position:relative; z-index:2; }
.progress-step.done .dot{ background:var(--gold); border-color:var(--gold); }
.progress-step.active .dot{ background:var(--navy); border-color:var(--navy); box-shadow:0 0 0 5px rgba(12,17,58,0.15); }
.progress-step .line{ position:absolute; top:9px; left:-50%; width:100%; height:2px; background:var(--hair); z-index:1; }
.progress-step:first-child .line{ display:none; }
.progress-step.done .line, .progress-step.active .line{ background:var(--gold); }
.progress-step .label{ font-family:var(--label); text-transform:uppercase; letter-spacing:1px; font-size:12px; color:var(--navy); font-weight:700; margin-bottom:4px; }
.progress-step .sub{ font-size:12.5px; color:var(--ink-soft); }
.progress-head{ text-align:center; margin-bottom:30px; }

/* ===== QUICK GLANCE STRIP ===== */

.glance{ background:var(--navy-deep); padding:34px 0; }
.glance .wrap{ display:flex; justify-content:space-between; flex-wrap:wrap; gap:18px; }
.glance-item{ display:flex; align-items:center; gap:12px; flex:1; min-width:170px; }
.glance-item .ic{ width:30px; height:30px; color:var(--gold); flex-shrink:0; }
.glance-item .tx{ font-family:var(--label); text-transform:uppercase; letter-spacing:1px; font-size:12px; color:var(--cream-warm); line-height:1.4; }

/* ===== SECTIONS ===== */
section{ padding:88px 0; }
.section-head{ max-width:640px; margin-bottom:50px; }
.section-head.center{ margin-left:auto; margin-right:auto; text-align:center; }

/* ===== PILLARS ===== */
.pillars-grid{ display:flex; gap:26px; flex-wrap:wrap; }
.pillar{ flex:1; min-width:250px; background:var(--cream-warm); border:1px solid var(--hair); padding:32px 26px; }
.pillar .icon{ width:38px; height:38px; margin-bottom:18px; color:var(--gold); }
.pillar h3{ font-size:18px; margin-bottom:10px; }
.pillar p{ color:var(--ink-soft); font-size:14.5px; line-height:1.6; }
.pillar .src{ display:block; margin-top:8px; font-size:11.5px; opacity:.65; font-style:italic; }

/* ===== STAT BAND ===== */
.stat-band{ background:var(--navy-deep); color:var(--cream-warm); padding:70px 0; }
.stat-grid{ display:flex; align-items:center; justify-content:center; gap:50px; flex-wrap:wrap; }
.stat-card{ text-align:center; }
.stat-card .num{ font-family:var(--display); font-size:50px; color:var(--gold); line-height:1; }
.stat-card .cap{ font-family:var(--label); text-transform:uppercase; letter-spacing:1.3px; font-size:11.5px; margin-top:10px; color:var(--gold-light); }
.stat-vs{ font-family:var(--display); font-style:italic; font-size:20px; color:var(--gold-light); }
.stat-note{ text-align:center; font-size:12.5px; color:rgba(247,239,224,.55); margin:32px auto 0; max-width:560px; }
.stat-note a{ color:var(--gold); }

/* ===== ZIGZAG (alternating image/text) ===== */
.zigzag{ display:flex; align-items:center; gap:60px; padding:60px 0; }
.zigzag.reverse{ flex-direction:row-reverse; }
.zigzag .img{ flex:1; }
.zigzag .img img{ width:100%; height:420px; object-fit:cover; }
.zigzag .txt{ flex:1; }
.zigzag .txt .eyebrow{ margin-bottom:12px; display:block; }
.zigzag .txt h2{ margin-bottom:18px; }
.zigzag .txt p{ color:var(--ink-soft); font-size:16px; line-height:1.7; margin-bottom:24px; }

/* ===== TEASER BANDS ===== */
.teaser{ display:flex; align-items:stretch; min-height:440px; }
.teaser .img{ flex:1; }
.teaser .img img{ width:100%; height:100%; object-fit:cover; min-height:440px; }
.teaser .txt{ flex:1; display:flex; flex-direction:column; justify-content:center; padding:60px; background:var(--cream-warm); }
.teaser.reverse{ flex-direction:row-reverse; }
.teaser .txt .eyebrow{ margin-bottom:14px; }
.teaser .txt h2{ margin-bottom:18px; }
.teaser .txt p{ color:var(--ink-soft); font-size:16px; line-height:1.7; margin-bottom:26px; max-width:440px; }

/* ===== QUOTE ===== */
.quote-block{ padding:90px 0; text-align:center; }
.quote-block blockquote{ font-family:var(--display); font-style:italic; color:var(--navy); font-size:clamp(22px,3vw,30px); line-height:1.5; max-width:740px; margin:0 auto; }
.quote-block .attribution{ margin-top:24px; font-family:var(--label); text-transform:uppercase; letter-spacing:1.5px; font-size:12px; color:var(--gold); }

/* ===== CTA BANNER ===== */
.cta-banner{ background:var(--gold); color:var(--navy-deep); padding:68px 0; text-align:center; }
.cta-banner h2{ color:var(--navy-deep); }
.cta-banner .lede{ color:var(--navy-deep); opacity:.82; margin:14px auto 28px; }

/* ===== FOOTER — navy, logo kept in a light card (never recolored) ===== */
footer{ background:var(--navy-deep); color:var(--cream-warm); padding:64px 0 30px; }
.footer-top{ display:flex; align-items:flex-start; gap:60px; margin-bottom:50px; flex-wrap:wrap; }
.footer-brand{ flex:1.3; min-width:240px; }
.footer-brand img{ height:48px; margin-bottom:20px; }
.footer-brand p{ color:rgba(247,239,224,.65); font-size:14.5px; max-width:280px; }
.footer-cols{ flex:2.4; display:flex; gap:40px; flex-wrap:wrap; }
.footer-cols .col{ flex:1; min-width:150px; }
footer h4{ font-family:var(--label); text-transform:uppercase; letter-spacing:1.5px; font-size:12px; color:var(--gold); margin-bottom:16px; }
footer ul{ list-style:none; }
footer li{ margin-bottom:9px; font-size:14px; color:rgba(247,239,224,.85); overflow-wrap:break-word; word-break:break-word; }
.footer-cols .col{ flex:1; min-width:150px; max-width:100%; }
footer a:hover{ color:var(--gold-light); }
.footer-bottom{ border-top:1px solid rgba(247,239,224,.12); padding-top:24px; display:flex; justify-content:space-between; font-size:12.5px; color:rgba(247,239,224,.5); flex-wrap:wrap; gap:10px; }

.text-center{ text-align:center; }
.mt-40{ margin-top:40px; }

/* ===== VIDEO EMBED ===== */
.video-embed{ position:relative; width:100%; padding-bottom:56.25%; height:0; overflow:hidden; background:var(--navy-deep); }
.video-embed iframe{ position:absolute; top:0; left:0; width:100%; height:100%; border:none; }

/* ===== INTERIOR PAGE HERO (compact banner, subpages) ===== */
.page-hero{ position:relative; color:var(--cream-warm); min-height:340px; display:flex; align-items:center; background-size:cover; background-position:center; }
.page-hero::after{ content:''; position:absolute; top:0; left:0; right:0; bottom:0; background:rgba(12,17,58,.62); }
.page-hero .wrap{ position:relative; z-index:1; }
.page-hero h1{ color:var(--cream-warm); margin-top:10px; }
.page-hero .lede{ color:var(--gold-light); margin-top:14px; }

/* ===== SIMPLE CONTENT SECTIONS ===== */
.prose{ max-width:720px; }
.prose p{ color:var(--ink-soft); font-size:16px; line-height:1.75; margin-bottom:20px; }
.prose .pullquote{ font-family:var(--display); font-style:italic; font-size:24px; color:var(--navy); line-height:1.4; margin:30px 0; }

.two-col{ display:flex; gap:60px; }
.two-col > div{ flex:1; }

/* category blocks (amenities) */
.cat-block{ margin-bottom:60px; }
.cat-block .eyebrow{ display:block; margin-bottom:8px; }
.cat-block h2{ margin-bottom:22px; }
.cat-list{ display:flex; flex-wrap:wrap; gap:14px 40px; list-style:none; }
.cat-list li{ flex:0 0 calc(50% - 20px); font-size:15.5px; color:var(--ink-soft); padding-left:22px; position:relative; line-height:1.6; }
.cat-list li::before{ content:'\2022'; color:var(--gold); position:absolute; left:0; font-size:18px; }

/* pricing cards */
.pricing-grid{ display:flex; gap:30px; max-width:820px; margin:0 auto; flex-wrap:wrap; }
.price-card{ flex:1; min-width:280px; background:var(--cream-warm); border:1.5px solid var(--hair); padding:44px 36px; text-align:center; }
.price-card.featured{ border-color:var(--gold); }
.price-card .amount{ font-family:var(--display); font-size:48px; color:var(--navy); margin:14px 0 4px; }
.price-card .per{ font-family:var(--label); text-transform:uppercase; letter-spacing:1px; font-size:12px; color:var(--ink-soft); }
.price-card ul{ text-align:left; margin-top:26px; list-style:none; }
.price-card li{ padding:9px 0; border-bottom:1px solid var(--hair); font-size:14.5px; color:var(--ink-soft); }
.price-card li:last-child{ border-bottom:none; }

/* image gallery grid */
.gallery-grid{ display:flex; gap:20px; flex-wrap:wrap; }
.gallery-grid img{ flex:1; min-width:280px; height:280px; object-fit:cover; }

/* location topic grid */
.topic-grid{ display:flex; flex-wrap:wrap; gap:26px; }
.topic-card{ flex:1; min-width:280px; }
.topic-card img{ width:100%; height:220px; object-fit:cover; margin-bottom:18px; }
.topic-card h3{ margin-bottom:8px; }
.topic-card p{ color:var(--ink-soft); font-size:15px; line-height:1.65; }

/* FAQ accordion */
.faq-item{ border-bottom:1px solid var(--hair); padding:22px 0; }
.faq-item summary{ font-family:var(--display); font-size:18px; color:var(--navy); cursor:pointer; list-style:none; display:flex; justify-content:space-between; align-items:center; gap:20px; }
.faq-item summary::-webkit-details-marker{ display:none; }
.faq-item summary::after{ content:'+'; font-size:24px; color:var(--gold); flex-shrink:0; }
.faq-item[open] summary::after{ content:'\2212'; }
.faq-item p{ margin-top:14px; color:var(--ink-soft); font-size:15.5px; line-height:1.7; max-width:700px; }
.faq-cat{ margin-bottom:50px; }

/* contact form */
.contact-grid{ display:flex; gap:60px; flex-wrap:wrap; }
.contact-grid > div{ flex:1; min-width:280px; }
.form-field{ margin-bottom:20px; }
.form-field label{ display:block; font-family:var(--label); text-transform:uppercase; letter-spacing:1px; font-size:11.5px; color:var(--navy); margin-bottom:7px; font-weight:700; }
.form-field input, .form-field select, .form-field textarea{ width:100%; padding:13px 15px; border:1.5px solid var(--hair); background:var(--cream-warm); font-family:var(--body); font-size:15px; color:var(--ink); }
.form-field textarea{ resize:vertical; min-height:120px; }
.form-field input:focus, .form-field textarea:focus{ outline:none; border-color:var(--gold); }
.form-section-title{ font-family:var(--display); color:var(--navy); font-size:20px; margin:34px 0 18px; padding-bottom:10px; border-bottom:1.5px solid var(--hair); }
.form-section-title:first-child{ margin-top:0; }
.radio-group{ display:flex; gap:22px; flex-wrap:wrap; padding-top:4px; }
.radio-option{ display:flex; align-items:center; gap:7px; font-size:15px; color:var(--ink); cursor:pointer; }
.radio-option input[type="radio"]{ width:16px; height:16px; accent-color:var(--gold); cursor:pointer; }
.form-hint{ font-size:12.5px; color:var(--ink-soft); margin-top:5px; font-style:italic; }
.contact-info-block{ background:var(--navy-deep); color:var(--cream-warm); padding:40px; }
.contact-info-block h3{ color:var(--cream-warm); margin-bottom:16px; }
.contact-info-block p, .contact-info-block a{ color:rgba(247,239,224,.85); font-size:15px; line-height:1.8; }

@media (max-width:900px){
  .zigzag, .zigzag.reverse{ flex-direction:column; gap:30px; }
  .teaser, .teaser.reverse{ flex-direction:column; }
  .teaser .img img{ min-height:280px; }
  .stat-grid{ gap:24px; }
  .two-col{ flex-direction:column; gap:30px; }
  .cat-list li{ flex:0 0 100%; }
  .contact-grid{ flex-direction:column; }
}
@media (max-width:680px){
  .nav-links{ position:fixed; top:86px; left:0; right:0; bottom:0; background:var(--cream-warm); flex-direction:column; align-items:flex-start; padding:36px 32px; gap:22px; font-size:15px; transform:translateX(100%); transition:transform .25s ease; }
  .nav-links.open{ transform:translateX(0); }
  .nav-links a{ margin-right:0; }
  .nav-toggle{ display:block; }
  .pillars-grid{ flex-direction:column; }
  .glance .wrap{ flex-direction:column; }
  section{ padding:56px 0; }
}
