/* Shared navigation and home hero. Plain CSS keeps these assets build-independent. */
#site-nav { padding: 14px 24px 0; background: none !important; backdrop-filter: none !important; box-shadow: none !important; }
#site-nav .mkh-future-nav { display: flex; gap: 22px; height: 78px; max-width: 1392px; margin: auto; padding: 0 24px; background: #122622; border: 1px solid #ffffff26; border-radius: 16px; box-shadow: 0 8px 30px #07191426; backdrop-filter: none; }
#site-nav .mkh-future-nav::after { display: none; }
#site-nav .mkh-brand { margin-left: 10px; color: #fff; white-space: nowrap; display: flex; flex-direction: column; gap: 3px; }
.mkh-brand > span { font-family: 'Playfair Display', Georgia, serif; font-size: 22px; font-weight: 700; line-height: 1.2; }
.mkh-brand small { color: #c4d3c9; font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }
#site-nav .mkh-desktop-links { margin-left: auto; gap: 3px; }
#site-nav .mkh-desktop-links > div > button { background: transparent; border-color: transparent; font-size: 14px; padding: 12px 10px; white-space: nowrap; backdrop-filter: none; }
#site-nav .mkh-desktop-links > div > button:hover, #site-nav .mkh-desktop-links > div > button[aria-expanded="true"] { background: #ffffff10; color: #e8cf9f; }
#site-nav .mkh-nav-actions { gap: 10px; flex-shrink: 0; }
#site-nav .mkh-nav-actions > a:first-child { background: #d52e2e; padding: 13px 18px; font-size: 13px; border-radius: 8px; }
#site-nav .mkh-nav-actions > a:first-child:hover { background: #b92323; }
#site-nav .mkh-nav-actions button { white-space: nowrap; }
#site-nav .mkh-nav-actions > a:last-child { font-size: 13px; padding-left: 6px; padding-right: 0; }
#site-nav .mkh-desktop-links > div > div[x-show] { background: #f8faf6; border: 1px solid #dce4dd; border-radius: 14px; box-shadow: 0 24px 64px #00160d38; opacity: 1; backdrop-filter: none; color: #173a2d; max-height: calc(100dvh - 124px); overflow-y: auto; overscroll-behavior: contain; }
#site-nav .mkh-desktop-links > div > div[x-show] [class*="text-white"] { color: #1b382d; }
#site-nav .mkh-desktop-links > div > div[x-show] [class*="text-white/60"], #site-nav .mkh-desktop-links > div > div[x-show] [class*="text-white/70"] { color: #58685d; }
#site-nav .mkh-desktop-links > div > div[x-show] [class*="text-savannah"] { color: #735222; }
#site-nav .mkh-desktop-links > div > div[x-show] [class*="bg-black"], #site-nav .mkh-desktop-links > div > div[x-show] [class*="bg-white"] { background: #eaf0e8; }
#site-nav .mkh-desktop-links > div > div[x-show] [class*="border-white"] { border-color: #dbe3da; }
#site-nav .mkh-desktop-links > div > div[x-show] a { min-height: 44px; }
#site-nav .mkh-desktop-links > div > div[x-show] a:hover { background: #e2ebdf; }
#site-nav .mkh-desktop-links > div:first-child > div[x-show] { left: 50%; translate: -50% 0; }
#site-nav .mkh-desktop-links > div:last-child > div[x-show] { left: auto; right: 0; }
#site-nav .mkh-menu-toggle { min-width: 44px; min-height: 44px; border: 1px solid #ffffff30; border-radius: 9px; }
#site-nav a:focus-visible, #site-nav button:focus-visible, .mkh-hero a:focus-visible, .mkh-hero button:focus-visible { outline: 3px solid #dfbd7f; outline-offset: 4px; }
#mobile-menu { margin: 8px auto 0; background: #122622; border: 1px solid #ffffff26; border-radius: 14px; max-height: calc(100dvh - 100px); box-shadow: 0 16px 40px #0006; backdrop-filter: none; }
#mobile-menu a, #mobile-menu button { min-height: 44px; }
.mkh-nav-actions [x-show="open"] { background: #122622; }
body.mkh-menu-open { overflow: hidden; }
.mkh-hero { position: relative; isolation: isolate; background: #122622; color: #fff; min-height: 690px; height: min(860px, 92svh); outline-offset: -3px; }
.mkh-slides, .mkh-slide { height: 100%; }
.mkh-slide { position: relative; min-height: inherit; }
.mkh-slide[hidden] { display: none; }
.mkh-hero-image, .mkh-hero-shade { position: absolute; inset: 0; pointer-events: none; }
.mkh-hero-image { overflow: hidden; }
.mkh-hero-image img, .mkh-hero-image video { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.mkh-hero-image video { position: absolute; inset: 0; }
.mkh-hero-shade { background: linear-gradient(90deg, #051a1be8 0%, #061a1bb8 30%, #071a1b35 66%, #071a1b0a 100%), linear-gradient(0deg, #071a1baa 0%, transparent 30%); }
.mkh-hero-inner { position: relative; max-width: 1280px; height: 100%; margin: auto; display: flex; align-items: center; padding: 128px 40px 112px; }
.mkh-hero-copy { width: min(660px, 60%); }
.mkh-eyebrow { display: flex; align-items: center; gap: 11px; color: #e7d2ab; font-size: 11px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; margin-bottom: 24px; }
.mkh-eyebrow > span { width: 26px; height: 1px; background: currentColor; }
.mkh-hero h1, .mkh-hero h2 { font-family: 'Playfair Display', Georgia, serif; font-size: clamp(42px, 5.1vw, 74px); line-height: 1.07; letter-spacing: -.035em; font-weight: 600; margin: 0 0 23px; text-wrap: balance; }
.mkh-hero-subtitle { font-size: 20px; line-height: 1.5; color: #f3f1e9; margin-bottom: 14px; max-width: 560px; }
.mkh-hero-description { font-size: 15px; line-height: 1.8; color: #d8e0dc; max-width: 500px; margin-bottom: 29px; }
.mkh-hero-buttons { display: flex; flex-wrap: wrap; gap: 12px; }
.mkh-hero-buttons a { min-height: 52px; border-radius: 8px; padding: 15px 23px; display: inline-flex; justify-content: center; align-items: center; gap: 14px; font-size: 14px; font-weight: 600; transition: background .2s; }
.mkh-button-primary { background: #d52e2e; color: #fff; }
.mkh-button-primary:hover { background: #b92323; }
.mkh-button-primary svg { width: 19px; height: 19px; }
.mkh-button-secondary { background: #12262255; border: 1px solid #ffffff80; color: #fff; }
.mkh-button-secondary:hover { background: #ffffff22; }
.mkh-hero-proof { margin-top: 25px; font-size: 12px; color: #e3e9e4; }
.mkh-stars { color: #e2bd7f; letter-spacing: 2px; margin-right: 10px; }
.mkh-hero-bottom { position: absolute; left: 0; right: 0; bottom: 0; max-width: 1280px; margin: auto; padding: 22px 40px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.mkh-explore-link { color: #e7eae3; font-size: 12px; letter-spacing: .035em; display: flex; gap: 25px; align-items: center; }
.mkh-explore-link span { font-size: 22px; }
.mkh-carousel-controls { display: flex; align-items: center; gap: 12px; }
.mkh-carousel-controls[hidden] { display: none; }
.mkh-carousel-controls button { width: 46px; height: 46px; display: grid; place-items: center; background: #102622c9; border: 1px solid #ffffff70; color: white; border-radius: 50%; transition: background .2s; }
.mkh-carousel-controls button:hover { background: #fff; color: #122622; }
.mkh-carousel-controls svg { width: 20px; height: 20px; }
.mkh-slide-count { display: flex; align-items: center; gap: 12px; font-size: 12px; font-variant-numeric: tabular-nums; color: #cdd9d0; }
[data-hero-current] { color: #fff; }
.mkh-count-divider { display: block; width: 36px; height: 1px; background: #ffffff55; }
[data-hero-play] { margin-left: 10px; }
[data-hero-play] .mkh-play-icon, [data-hero-play][aria-pressed="true"] .mkh-pause-icon { display: none; }
[data-hero-play][aria-pressed="true"] .mkh-play-icon { display: block; }
.mkh-slide.is-active .mkh-hero-copy { animation: mkh-enter .35s ease-out; }
@keyframes mkh-enter { from { opacity: .7; transform: translateY(8px); } to { opacity: 1; transform: none; } }
@media (max-width: 1279px) {
  #site-nav .mkh-future-nav { justify-content: space-between; }
  .mkh-hero-copy { width: min(650px, 80%); }
}
@media (max-width: 767px) {
  #site-nav { padding: 10px 12px 0; }
  #site-nav .mkh-future-nav { height: 65px; padding: 0 12px; gap: 10px; border-radius: 12px; }
  #site-nav .mkh-brand { margin-left: 7px; }
  .mkh-brand > span { font-size: 18px; }
  .mkh-brand small { font-size: 8px; letter-spacing: .12em; }
  #site-nav .mkh-future-nav img { height: 34px; width: 48px; object-fit: contain; }
  .mkh-hero { height: auto; min-height: 710px; }
  .mkh-slides, .mkh-slide { height: auto; min-height: 710px; }
  .mkh-hero-inner { padding: 142px 25px 135px; min-height: 710px; }
  .mkh-hero-copy { width: 100%; }
  .mkh-hero-shade { background: linear-gradient(90deg, #051a1bd9, #051a1b66), linear-gradient(0deg, #051a1bc9, transparent 80%); }
  .mkh-hero-image img { object-position: 60% center; }
  .mkh-eyebrow { font-size: 10px; margin-bottom: 22px; letter-spacing: .15em; }
  .mkh-hero h1, .mkh-hero h2 { font-size: clamp(36px, 10.8vw, 54px); margin-bottom: 20px; }
  .mkh-hero-subtitle { font-size: 17px; }
  .mkh-hero-description { font-size: 14px; line-height: 1.7; margin-bottom: 24px; }
  .mkh-hero-buttons { gap: 10px; }
  .mkh-hero-buttons a { font-size: 13px; padding: 14px 16px; }
  .mkh-hero-proof { font-size: 11px; line-height: 1.8; margin-top: 20px; }
  .mkh-stars { margin-right: 5px; letter-spacing: 1px; }
  .mkh-hero-bottom { padding: 22px 25px; justify-content: center; }
  .mkh-explore-link { display: none; }
  .mkh-carousel-controls { gap: 17px; }
  .whatsapp-pulse { left: auto !important; right: 18px !important; bottom: 20px !important; }
  #mobile-share-btn { display: none; }
}
@media (max-width: 359px) {
  .mkh-brand > span { font-size: 16px; }
  #site-nav .mkh-future-nav img { width: 36px; }
  .mkh-hero-buttons a { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  .mkh-slide.is-active .mkh-hero-copy, .whatsapp-pulse::before { animation: none; }
  .mkh-hero *, #site-nav * { scroll-behavior: auto; transition: none !important; }
}
