
*{box-sizing:border-box}
:root{
  --navy:#101a2e;
  --navy-soft:#182640;
  --navy-deep:#0d1422;
  --gold:#d4af37;
  --gold-deep:#b88925;
  --white:#ffffff;
  --cream:#f5f0e6;
  --text:#162238;
  --muted:#5f6778;
  --line:rgba(16,26,46,.08);
  --shadow:0 20px 50px rgba(12,21,37,.12);
}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:'Inter',sans-serif;
  color:var(--text);
  background:#fff;
}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
.container{width:min(1180px,calc(100% - 36px));margin:0 auto}
.site-header{
  position:sticky;top:0;z-index:50;
  background:rgba(16,26,46,.96);
  backdrop-filter:blur(12px);
  border-bottom:1px solid rgba(255,255,255,.08)
}
.nav-wrap{
  min-height:86px;
  display:flex;align-items:center;justify-content:space-between;gap:24px
}
.brand{display:flex;align-items:center;gap:14px}
.brand-logo{width:58px;height:58px;object-fit:contain}
.brand-text,.footer-brand{
  font-family:'Cormorant Garamond',serif;
  font-size:2rem;font-weight:700;color:#fff;letter-spacing:.01em
}
.site-nav{display:flex;gap:22px;align-items:center}
.site-nav a{color:rgba(255,255,255,.92);font-weight:500;font-size:.98rem}

.travel-hero,.page-hero{
  background:
    radial-gradient(circle at top right, rgba(212,175,55,.18), transparent 28%),
    linear-gradient(180deg,var(--navy) 0%, #1f2d4a 100%);
  color:#fff
}
.travel-hero{padding:72px 0 58px}
.page-hero{padding:74px 0 44px}
.hero-grid,.two-col,.form-wrap{
  display:grid;grid-template-columns:1.08fr .92fr;gap:38px;align-items:center
}
.eyebrow,.section-tag{
  display:inline-block;
  color:var(--gold);
  text-transform:uppercase;
  letter-spacing:.16em;
  font-weight:700;
  font-size:.84rem;
  margin-bottom:12px
}
.hero h1,.page-hero h1,.section h2,.info-card h3,.service-card h3,.style-card h3,.step h3{
  font-family:'Cormorant Garamond',serif;
  margin:0 0 14px;
  letter-spacing:.01em
}
.travel-hero h1{
  font-size:clamp(2.8rem,5vw,4.7rem);
  line-height:.96;
  max-width:12ch
}
.hero-text,.page-intro{
  line-height:1.85;
  color:rgba(255,255,255,.86);
  max-width:58ch
}
.hero-actions,.hero-contact,.quick-links,.cta-actions{
  display:flex;gap:14px;flex-wrap:wrap
}
.hero-actions{margin-top:28px}
.hero-contact{margin-top:20px;color:rgba(255,255,255,.88)}
.hero-showcase{display:flex;flex-direction:column;gap:16px;align-items:center;justify-content:flex-start;width:100%;max-width:480px;margin-inline:auto}
.hero-logo{width:min(255px,72%);filter:drop-shadow(0 16px 34px rgba(0,0,0,.20))}
.hero-panel,.info-card,.service-card,.style-card,.step,.cta-card,.booking-form,.thankyou-card{
  background:#fff;border:1px solid var(--line);border-radius:26px;box-shadow:var(--shadow)
}
.hero-panel{padding:26px 28px;width:100%;min-height:auto;max-width:480px;background:#fff}
.hero-panel h2{font-size:2rem;color:var(--text);margin-bottom:12px}
.check-list,.detail-list,.footer-list{margin:0;padding-left:22px;line-height:1.75}
.hero-panel .check-list li{color:var(--text);margin:0 0 8px;font-weight:500}
.section{padding:88px 0}
.section.alt{background:linear-gradient(180deg,#faf7f1 0%,#f3ebde 100%)}
.section h2{font-size:clamp(2.1rem,4vw,3.05rem);color:var(--text)}
.service-grid,.style-grid,.steps,.gallery-grid{
  display:grid;gap:22px;margin-top:28px
}
.service-grid,.style-grid,.steps{grid-template-columns:repeat(3,1fr)}
.service-card,.style-card,.step{padding:28px 24px}
.service-card p,.style-card p,.step p,.page-main p,.footer-copy{line-height:1.82;color:#566072}
.gallery-grid{grid-template-columns:repeat(3,1fr)}
.gallery-card{
  position:relative;overflow:hidden;border-radius:24px;min-height:320px;
  box-shadow:var(--shadow)
}
.gallery-card img{width:100%;height:100%;object-fit:cover}
.gallery-overlay{
  position:absolute;inset:auto 0 0 0;
  padding:22px 20px;
  background:linear-gradient(180deg,transparent,rgba(0,0,0,.65));
  color:#fff
}
.gallery-overlay h3{
  font-family:'Cormorant Garamond',serif;
  font-size:2rem;margin:0
}
.style-card{background:#fff}
.pill-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:24px}
.pill-grid span{
  background:#fff;border:1px solid var(--line);border-radius:999px;
  padding:12px 14px;text-align:center;font-weight:600
}
.step-number{
  width:40px;height:40px;border-radius:999px;display:grid;place-items:center;
  background:rgba(212,175,55,.18);color:var(--gold-deep);font-weight:800;margin-bottom:16px
}
.cta-section{padding-top:0}
.cta-card{
  background:linear-gradient(135deg,var(--navy) 0%, #233452 100%);
  color:#fff;padding:34px 32px;display:flex;justify-content:space-between;gap:24px;align-items:center
}
.cta-card h2{color:#fff}
.btn{
  appearance:none;border:none;border-radius:999px;cursor:pointer;
  display:inline-flex;align-items:center;justify-content:center;
  padding:14px 24px;font-weight:700;font-size:.98rem;
  transition:transform .18s ease,box-shadow .18s ease,opacity .18s ease
}
.btn:hover{transform:translateY(-1px)}
.btn-primary{
  background:linear-gradient(135deg,#e2bf67,var(--gold));
  color:var(--navy-deep);box-shadow:0 14px 32px rgba(212,175,55,.22)
}
.btn-secondary{
  border:1px solid rgba(255,255,255,.22);
  color:#fff;background:transparent
}
.full-width,.btn-block{width:100%}
.info-card{padding:28px 24px}
.form-wrap{align-items:start}
.booking-form{padding:28px}
.form-grid{
  display:grid;grid-template-columns:repeat(2,1fr);gap:18px
}
.booking-form label{
  display:flex;flex-direction:column;gap:8px;font-weight:600;color:var(--text)
}
.booking-form input,.booking-form select,.booking-form textarea{
  width:100%;border-radius:18px;border:1px solid rgba(16,26,46,.14);
  padding:15px 16px;font:inherit;color:var(--text);background:#fff
}
.booking-form textarea{resize:vertical;min-height:160px}
.hidden-field{display:none}
.site-footer{
  background:var(--navy-deep);color:rgba(255,255,255,.92);padding:36px 0
}
.footer-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:28px}
.footer-logo{width:82px;margin-bottom:14px}
.footer-copy{color:rgba(255,255,255,.72);max-width:34ch}
.footer-list{list-style:none;padding:0;margin:0}
.footer-list li+li{margin-top:10px}
.thankyou-page{
  min-height:100vh;display:grid;place-items:center;padding:24px;
  background:
    radial-gradient(circle at top right, rgba(212,175,55,.16), transparent 28%),
    linear-gradient(180deg,var(--navy) 0%, #1f2d4a 100%)
}
.thankyou-card{
  width:min(560px,100%);padding:40px 28px;text-align:center
}
.thankyou-logo{width:180px;margin:0 auto 18px}
@media (max-width:980px){
  .hero-grid,.two-col,.form-wrap,.footer-grid,.service-grid,.style-grid,.steps,.gallery-grid{
    grid-template-columns:1fr
  }
  .site-nav{display:none}
  .travel-hero{padding:76px 0 62px}
  .cta-card{flex-direction:column;align-items:flex-start}
  .form-grid{grid-template-columns:1fr}
  .hero-showcase{order:-1}
}
@media (max-width:640px){
  .container{width:min(100% - 24px,1180px)}
  .travel-hero h1{max-width:100%}
  .btn{width:100%}
}
