.footer-tagline a, .social-links a{text-decoration:none;color:--var(--gold);}
.whatsapp{position:fixed;top:70%;left:0;background:#1a7a08;color:#fff;padding:12px 10px;border-radius:0 10px 10px 0;line-height:0;transition:ease all .3s;}
.whatsapp:hover{padding:12px 14px;transition:ease all .3s;}
.ank-intro{width:1400px;max-width:100%;margin:0 auto;padding:0 4rem;}
.my-6{margin:6rem auto;}
.mb-6{margin-bottom:6rem;}
.mt-4{margin-top:4rem;}
.mt-6{margin-top:6rem;}
.pt-m-4{padding-top:0 !important;}
.nav-links li:hover ul{display:block;}
.subnav{list-style:none;position:absolute;display:none;}
.subnav a{background:#333;padding:5px;}
.subnav a:hover{background:#fff;}

.split-carousel2 {
    flex: 0 0 45%;
    position: relative;
    overflow: hidden;
}
.split-content2 {
    flex: 0 0 55%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 5rem 3.5rem;
    position: relative;
    overflow: hidden;
	border: none;
    padding-top: 0;
    padding-bottom: 0;
}
.ank-r-ban{width:900px;max-width:100%;margin:0 auto;}

  *, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
  :root {
    --cream: #f5f0e8;
    --sand: #d4c5a9;
    --clay: #b8956a;
    --earth: #7c5c3e;
    --deep: #f5f0e8;
    --gold: #a2372d;
    --mist: rgba(245, 240, 232, 0.08);
  }

  html { scroll-behavior: smooth; }
  body { background: var(--cream); color: #333; font-family: 'Jost', sans-serif; overflow-x: hidden; }

  /* CUSTOM CURSOR — desktop pointer only */
  @media (pointer: fine) {
    body { cursor: none; }
    a, button { cursor: none; }
    .cursor { position: fixed; width: 10px; height: 10px; background: var(--gold); border-radius: 50%; pointer-events: none; z-index: 9999; transform: translate(-50%,-50%); transition: transform 0.1s; mix-blend-mode: difference; }
    .cursor-ring { position: fixed; width: 40px; height: 40px; border: 1px solid var(--gold); border-radius: 50%; pointer-events: none; z-index: 9998; transform: translate(-50%,-50%); transition: all 0.25s ease; opacity: 0.6; }
  }
  @media (pointer: coarse) {
    .cursor, .cursor-ring { display: none !important; }
  }

  /* ── HAMBURGER ── */
  .hamburger {
    display: none; flex-direction: column; gap: 5px;
    background: none; border: none; padding: 6px; z-index: 200;
  }
  .hamburger span { display: block; width: 26px; height: 2px; background: var(--cream); border-radius: 2px; transition: all 0.35s ease; transform-origin: center; }
  .hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .hamburger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
  .hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

  /* ── MOBILE NAV DRAWER ── */
  .nav-drawer {
    position: fixed; inset: 0; z-index: 150;
    background: rgba(20,13,6,0.97); backdrop-filter: blur(16px);
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    gap: 2.5rem; opacity: 0; visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
  }
  .nav-drawer.open { opacity: 1; visibility: visible; }
  .nav-drawer a { color: var(--sand); text-decoration: none; font-family: 'Cormorant Garamond', serif; font-size: 2rem; font-weight: 300; letter-spacing: 0.15em; transition: color 0.3s; }
  .nav-drawer a:hover { color: var(--gold); }
  .nav-drawer .drawer-reserve { margin-top: 1rem; background: transparent; border: 1px solid #fff; color: #fff; padding: 0.8rem 2.5rem; font-family: 'Jost', sans-serif; font-size: 0.75rem; letter-spacing: 0.25em; text-transform: uppercase; transition: all 0.4s; }
  .nav-drawer .drawer-reserve:hover { background: var(--gold); color: var(--deep); }

  /* ── NAV ── */
  nav {
    position: fixed; top: 0; left: 0; right: 0; z-index: 100;
    display: flex; justify-content: space-between; align-items: center;
    padding: 2rem 4rem;
    background: linear-gradient(to bottom, rgba(20,13,6,0.85) 0%, transparent 100%);
    transition: all 0.6s ease;
  }
  nav.scrolled { background: rgb(0 0 0 / 48%); backdrop-filter: blur(20px); padding: 1.2rem 4rem; }
  .logo img { max-height: 48px; width: auto; display: block; }
  .nav-links { display: flex; gap: 3rem; list-style: none; }
  .nav-links a { color: var(--sand); text-decoration: none; font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase; transition: color 0.3s; }
  .nav-links a:hover { color: var(--gold); }
  .nav-reserve { background: transparent; border: 1px solid #fff; color: #fff; padding: 0.6rem 1.8rem; font-family: 'Jost', sans-serif; font-size: 0.7rem; letter-spacing: 0.25em; text-transform: uppercase; transition: all 0.4s; }
  .nav-reserve:hover { background: var(--gold); color: var(--deep); }

  /* ── HERO ── */
  .hero { position: relative; height: 100svh; min-height: 500px; overflow: hidden; display: flex; align-items: flex-end; justify-content: center; }
  .hero-video-wrap { position: absolute; inset: 0; z-index: 0; }
  .hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: 0; transition: opacity 2s ease; }
  .hero-video.loaded { opacity: 1; }
  .hero-poster { position: absolute; inset: 0; background-image: url('images/banner.jpg'); background-size: cover; background-position: center; transition: opacity 2s ease; }
  .hero-poster.hidden { opacity: 0; }
  .video-ctrl { position: absolute; bottom: 3rem; left: 4rem; z-index: 10; display: flex; align-items: center; gap: 0.6rem; background: rgba(20,13,6,0.45); backdrop-filter: blur(8px); border: 1px solid rgba(201,169,110,0.3); padding: 0.5rem 1rem; transition: border-color 0.3s; }
  .video-ctrl:hover { border-color: var(--gold); }
  .video-ctrl svg { width: 16px; height: 16px; stroke: var(--gold); fill: none; }
  .video-progress { position: absolute; bottom: 0; left: 0; right: 0; height: 2px; background: rgba(201,169,110,0.15); z-index: 10; }
  .video-progress-bar { height: 100%; background: var(--gold); width: 0%; transition: width 0.5s linear; }
  .hero-overlay { position: absolute; inset: 0; z-index: 1; }
  .hero-content { position: relative; z-index: 2; text-align: center; padding: 0 1.5rem 5rem; animation: heroReveal 2s ease-out 1s both; }
  @keyframes heroReveal { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
  .hero-cta { display: inline-block; border: 1px solid var(--gold); color:#fff; padding: 1rem 3rem; font-size: 0.7rem; letter-spacing: 0.3em; text-transform: uppercase; text-decoration: none; transition: all 0.5s ease; position: relative; overflow: hidden; }
  .hero-cta::before { content: ''; position: absolute; inset: 0; background: var(--gold); transform: translateX(-100%); transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1); z-index: -1; }
  .hero-cta:hover::before { transform: translateX(0); }
  .hero-cta:hover { color: var(--deep); }
  .scroll-hint { position: absolute; bottom: 3rem; right: 4rem; display: flex; flex-direction: column; align-items: center; gap: 0.8rem; z-index: 10; animation: pulse 2s infinite; }
  @keyframes pulse { 0%,100% { opacity: 0.6; } 50% { opacity: 1; } }
  .scroll-hint span { font-size: 0.6rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--sand); writing-mode: vertical-rl; }
  .scroll-line { width: 1px; height: 60px; background: linear-gradient(to bottom, var(--gold), transparent); }

  /* ── PHILOSOPHY ── */
  .philosophy { padding: 8rem 4rem; display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; align-items: center; max-width: 1400px; margin: 0 auto; }
  .phil-label { font-size: 1.3rem; letter-spacing: 0.5em; text-transform: uppercase; color: var(--gold); margin-bottom: 2rem; }
  .phil-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(2rem, 4vw, 4.5rem); font-weight: 300; line-height: 1.1; color: var(--gold); }
  .phil-text { color: var(--gold); font-size: 16px; line-height: 1.9; font-weight: 400; margin-bottom: 2rem; }
  .phil-link { color: var(--gold); font-size: 0.65rem; letter-spacing: 0.3em; text-transform: uppercase; text-decoration: none; border-bottom: 1px solid transparent; transition: border-color 0.3s; }
  .phil-link:hover { border-color: var(--gold); }

  /* ── SPLIT SECTIONS ── */
  .split-section { display: flex; align-items: stretch; overflow: hidden; }
  .split-carousel { flex: 0 0 70%; position: relative; overflow: hidden; }
  .split-content { flex: 0 0 30%; background: var(--gold); display: flex; flex-direction: column; justify-content: center; padding: 5rem 3.5rem; position: relative; overflow: hidden; }
  .split-content::before { content: ''; position: absolute; top: -80px; right: -80px; width: 260px; height: 260px; border-radius: 50%; background: radial-gradient(circle, rgba(201,169,110,0.07) 0%, transparent 70%); }
  .split-content-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(1.8rem, 2.5vw, 2.8rem); font-weight: 300; line-height: 1.15; color: var(--cream); margin-bottom: 1.5rem; }
  .split-divider { width: 32px; height: 1px; background: #fff; margin-bottom: 1.5rem; }
  .split-content-body { font-size: 1rem; color: #fff; line-height: 1.9; font-weight: 200; margin-bottom: 1.5rem; }
  .split-cta { display: inline-flex; align-items: center; gap: 0.8rem; color: var(--cream); font-size: 0.65rem; letter-spacing: 0.3em; text-transform: uppercase; text-decoration: none; border-bottom: 1px solid rgba(201,169,110,0.3); padding-bottom: 0.3rem; transition: gap 0.3s, border-color 0.3s; }
  .split-cta:hover { gap: 1.2rem; border-color: var(--gold); }
  .split-cta svg { width: 14px; height: 14px; stroke: var(--cream); fill: none; flex-shrink: 0; }

  /* ── OWL OVERRIDES ── */
  .owl-carousel button.owl-dot { padding: 2px 10px !important; background: #db857d; border-radius: 10px; margin: 0 3px; }
  .owl-carousel button.active { background: var(--gold); }
  .owl-nav { display: none !important; }
  .item { position: relative; }
  .item span { user-select: none; font-size: 18px; font-weight: 200; color: var(--gold); position: absolute; bottom: 15px; left: 9px; background: rgb(255 255 255 / 61%); padding: 0 10px; border-radius: 3px; }
  .owl-dots { position: absolute; bottom: 5px; left: 0; }
  #owl-demo2 .owl-item, #owl-demo3 .owl-item, #owl-demo6 .owl-item { border: 5px solid var(--cream); border-top: none; border-bottom: none; }

  /* ── ROOMS ── */
  .rooms-section { max-width: 1400px; padding: 0 4rem; margin: 6rem auto; }
  .rooms-title { color: var(--gold); text-align: center; font-family: 'Cormorant Garamond', serif; font-size: clamp(1.8rem, 3vw, 2.8rem); font-weight: 300; line-height: 1.15; margin-bottom: 0; }
  .rooms-divider { background: var(--gold); width: 32px; height: 1px; margin: 0 auto 1.5rem; }
  .rooms-body { color: #000; font-size: 1.2rem; text-align: center; width: 900px; max-width: 100%; margin: 0 auto 25px; font-weight: 200; line-height: 1.9; }
  .rooms-carousel { width: 900px; max-width: 100%; margin: 0 auto; }

  /* ── NEWSLETTER ── */
  .newsletter { padding: 8rem 4rem; background: #1a0101; }
  .newsletter-inner { max-width: 600px; margin: 0 auto; text-align: center; }
  .nl-title { font-family: 'Cormorant Garamond', serif; font-size: 2.5rem; font-weight: 300; color: var(--cream); margin-bottom: 1rem; }
  .nl-sub { font-size: 1rem; color: var(--sand); margin-bottom: 3rem; letter-spacing: 0.1em; font-weight: 200; padding: 10px; }
  .nl-form { display: flex; }
  .nl-input { flex: 1; background: transparent; border: 1px solid rgba(212,197,169,0.4); border-right: none; padding: 1rem 1.5rem; color: var(--cream); font-family: 'Jost', sans-serif; font-size: 0.8rem; outline: none; transition: border-color 0.3s; min-width: 0; }
  .nl-input::placeholder { color: rgba(212,197,169,0.5); }
  .nl-input:focus { border-color: var(--gold); }
  .nl-btn { background: var(--gold); border: 1px solid var(--gold); color: var(--deep); padding: 1rem 2rem; font-family: 'Jost', sans-serif; font-size: 0.65rem; letter-spacing: 0.3em; text-transform: uppercase; transition: all 0.3s; white-space: nowrap; }
  .nl-btn:hover { background: var(--clay); border-color: var(--clay); }

  /* ── FOOTER ── */
  footer { max-width: 1400px; margin: 0 auto; padding: 4rem; }
  .footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 4rem; margin-bottom: 4rem; }
  .footer-logo { margin-bottom: 1.5rem; display: block; }
  .footer-logo img { max-height: 60px; width: auto; }
  .footer-tagline { font-size: 1rem; color: var(--gold); line-height: 1.8; font-weight: 500; max-width: 280px; }
  .footer-col-title { font-size: 0.9rem; letter-spacing: 0.4em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.5rem; }
  .footer-col ul { list-style: none; }
  .footer-col li { margin-bottom: 0.8rem; }
  .footer-col a { color: var(--gold); text-decoration: none; font-size: 0.8rem; font-weight: 300; transition: color 0.3s; }
  .footer-col a:hover { color: var(--sand); }
  .footer-bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 2rem; border-top: 1px solid rgba(201,169,100,0.1); flex-wrap: wrap; gap: 0.8rem; }
  .footer-copy { font-size: 0.65rem; color: #2a1e07; letter-spacing: 0.1em; }
  .social-links { font-size: 0.65rem; display: flex; gap: 1.5rem; }
  .social-links a { text-decoration: none; font-size: 0.65rem; letter-spacing: 0.2em; text-transform: uppercase; transition: color 0.3s; }
  .social-links a:hover { color: var(--gold); }

  /* ── SCROLL ANIMATIONS ── */
  .reveal { opacity: 0; transform: translateY(40px); transition: opacity 0.9s ease, transform 0.9s ease; }
  .reveal.visible { opacity: 1; transform: translateY(0); }
  .reveal-left { opacity: 0; transform: translateX(-40px); transition: opacity 0.9s ease, transform 0.9s ease; }
  .reveal-left.visible { opacity: 1; transform: translateX(0); }
  .reveal-right { opacity: 0; transform: translateX(40px); transition: opacity 0.9s ease, transform 0.9s ease; }
  .reveal-right.visible { opacity: 1; transform: translateX(0); }
  .reveal-delay-1 { transition-delay: 0.15s; }
  .reveal-delay-2 { transition-delay: 0.3s; }

  /* ── PARTICLES ── */
  #particles { position: fixed; inset: 0; pointer-events: none; z-index: 0; opacity: 0.9; }

  /* ── LOADER ── */
  .loader { position: fixed; inset: 0; background: var(--deep); z-index: 10000; display: flex; align-items: center; justify-content: center; transition: opacity 1s ease 0.5s, visibility 1s ease 0.5s; }
  .loader.hidden { opacity: 0; visibility: hidden; }
  .loader-inner { text-align: center; }
  .loader-logo { font-family: 'Cormorant Garamond', serif; font-size: 3rem; font-weight: 300; letter-spacing: 0.6em; color: var(--gold); animation: loaderPulse 1.5s ease-in-out infinite; }
  .loader-bar { width: 0; height: 1px; background: var(--gold); margin: 2rem auto 0; animation: loadBar 1.8s ease-out forwards; }
  @keyframes loaderPulse { 0%,100% { opacity: 0.5; } 50% { opacity: 1; } }
  @keyframes loadBar { from { width: 0; } to { width: 200px; } }


  /* ═══════════════════════════
     TABLET  ≤ 1024px
  ═══════════════════════════ */
  @media (max-width: 1024px) {
	.ank-r-ban{max-width:90%;margin:0 auto;}
    nav { padding: 1.5rem 2rem; }
    nav.scrolled { padding: 1rem 2rem; }
    .nav-links { gap: 1.6rem; }
    .nav-links a { font-size: 0.62rem; }

    .philosophy { padding: 6rem 2.5rem; gap: 4rem; }

    /* stack split sections */
    .split-section { flex-direction: column; }
    .split-carousel { flex: none; width: 100%; }
    .split-content { flex: none; width: 100%; padding: 3.5rem 2.5rem; }

    .rooms-section { padding: 0 2.5rem; }
    .wellness-section { padding: 0 2.5rem; }

    .footer-grid { grid-template-columns: 1fr 1fr; gap: 3rem; }
    footer { padding: 3rem 2.5rem; }
    .newsletter { padding: 6rem 2.5rem; }
    .video-ctrl { left: 2rem; bottom: 2rem; }
    .scroll-hint { right: 2rem; bottom: 2rem; }
	.ank-intro{padding:0 2rem;}
	.my-6{margin:4rem auto;}
	.mb-6{margin-bottom:4rem;}
	.mt-4{margin-top:2rem;}
	.mt-6{margin-top:3rem;}
	.pt-m-4{padding-top:20px !important;}

  }

  /* ═══════════════════════════
     MOBILE  ≤ 768px
  ═══════════════════════════ */
  @media (max-width: 768px) {
    /* nav */
    nav { padding: 1.2rem 1.5rem; }
    nav.scrolled { padding: 1rem 1.5rem; }
    .nav-links, .nav-reserve { display: none; }
    .hamburger { display: flex; }

    /* hero */
    .hero-content { padding: 0 1.5rem 4rem; }
    .hero-cta { padding: 0.85rem 2rem; font-size: 0.65rem; }
    .video-ctrl { left: 1.5rem; bottom: 1.5rem; padding: 0.4rem 0.8rem; }
    .scroll-hint { display: none; }

    /* philosophy */
    .philosophy { grid-template-columns: 1fr; gap: 2rem; padding: 5rem 1.5rem; }

    /* split */
    .split-section { flex-direction: column; }
    .split-carousel { width: 100%; }
    .split-carousel2 { width: 100%; }
    .split-content { width: 100%; padding: 2.5rem 1.5rem; }
	.split-content2 { width: 100%; padding: 2.5rem 1.5rem; }
    .split-content-body { font-size: 1rem; }

    /* fb reversed order on mobile: content on top, carousel below */
    .fb-section { flex-direction: column; }
    .fb-section .split-content { order: -1; }

    /* rooms */
    .rooms-section { padding: 0 1.5rem; margin: 4rem auto; }
    .rooms-body { font-size: 1rem; }

    /* wellness */
    .wellness-section { padding: 0 1.5rem; }

    /* newsletter */
    .newsletter { padding: 5rem 1.5rem; }
    .nl-title { font-size: 1.8rem; }
    .nl-form { flex-direction: column; }
    .nl-input { border-right: 1px solid rgba(212,197,169,0.4); border-bottom: none; }
    .nl-btn { border-top: none; }

    /* footer */
    footer { padding: 3rem 1.5rem; text-align: center;}
    .footer-grid { grid-template-columns: 1fr; gap: 2.5rem; }
    .footer-tagline { max-width: 100%; }

    /* particles: fewer on mobile */
    #particles { opacity: 0.4; }
    .item span { font-size: 13px; }
	.ank-intro{padding:0 1rem;}
	.my-6{margin:2rem auto;}
	.mb-6{margin-bottom:2rem;}
	.mt-4{margin-top:1rem;}
	.mt-6{margin-top:2rem;}
	.footer-bottom{display: block;}
	.social-links{text-align:center;display:block;margin-top:10px;}
  }

  /* ═══════════════════════════
     SMALL MOBILE  ≤ 420px
  ═══════════════════════════ */
  @media (max-width: 420px) {
    .logo img { max-height: 36px; }
    .hero-cta { padding: 0.75rem 1.5rem; letter-spacing: 0.15em; }
    .nl-sub { font-size: 0.85rem; }
    .footer-col-title { font-size: 0.75rem; }
    .loader-logo { font-size: 2rem; letter-spacing: 0.3em; }
  }

