:root {
  --ink: #18302a;
  --forest: #153f35;
  --forest-2: #23594a;
  --sage: #dbe5d7;
  --cream: #f5f1e9;
  --paper: #fffdf8;
  --coral: #e57b60;
  --gold: #d9b76e;
  --muted: #6d7a75;
  --line: rgba(24, 48, 42, .12);
  --shadow: 0 20px 50px rgba(30, 50, 42, .10);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }

.hero { position: relative; min-height: 690px; padding: 20px 20px 0; display: flex; flex-direction: column; color: white; overflow: hidden; background: linear-gradient(180deg, rgba(11, 34, 29, .20), rgba(11, 34, 29, .9)), var(--bnx-hero-image) center 55% / cover; border-radius: 0 0 34px 34px; }
.hero::after { content: ""; position: absolute; inset: auto -110px 110px auto; width: 360px; height: 360px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.05), 0 0 0 140px rgba(255,255,255,.03); }
.topbar { width: min(1120px, 100%); margin: 0 auto; display: flex; justify-content: space-between; align-items: center; position: relative; z-index: 2; }
.brand { display: inline-flex; gap: 10px; align-items: center; font-size: 14px; font-weight: 800; letter-spacing: -.02em; text-transform: uppercase; }
.brand small { display: block; font-size: 8px; font-weight: 600; letter-spacing: .16em; opacity: .66; }
.brand-mark { width: 36px; height: 36px; display: grid; place-items: center; background: var(--coral); color: white; border-radius: 12px 12px 4px 12px; font-family: Georgia, serif; font-size: 20px; }
.language-pill { padding: 9px 13px; border: 1px solid rgba(255,255,255,.3); border-radius: 999px; background: rgba(17,44,38,.3); backdrop-filter: blur(10px); font-size: 12px; font-weight: 800; }
.hero-content { width: min(1120px, 100%); margin: auto; padding: 82px 0 125px; position: relative; z-index: 2; }
.property-kicker, .eyebrow { display: block; margin-bottom: 12px; color: var(--coral); font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.property-kicker { color: #f3d99f; }
.hero h1 { max-width: 700px; margin: 0 0 20px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(52px, 11vw, 92px); font-weight: 400; line-height: .88; letter-spacing: -.055em; }
.hero h1 span { display: block; margin-top: 14px; font-family: Inter, ui-sans-serif, sans-serif; font-size: 13px; font-weight: 700; letter-spacing: .18em; line-height: 1.3; text-transform: uppercase; }
.hero-content > p { max-width: 480px; margin-bottom: 30px; color: rgba(255,255,255,.82); font-family: Georgia, serif; font-size: 21px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 13px 18px; border: 0; border-radius: 14px; font-size: 13px; font-weight: 800; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-light { color: var(--forest); background: white; }
.button-ghost { color: white; border: 1px solid rgba(255,255,255,.34); background: rgba(255,255,255,.08); backdrop-filter: blur(8px); }
.button-dark { color: white; background: var(--forest); }
.button-whatsapp { width: 100%; color: #173e35; background: #cceaa9; }
.button-wide { max-width: 330px; margin-top: 8px; }
.stay-strip { width: calc(100% - 40px); max-width: 820px; margin: 0 auto; padding: 18px 8px; position: absolute; z-index: 3; left: 50%; bottom: 18px; transform: translateX(-50%); display: grid; grid-template-columns: repeat(3, 1fr); background: rgba(255,253,248,.92); color: var(--ink); backdrop-filter: blur(14px); border-radius: 20px; box-shadow: var(--shadow); }
.stay-strip div { padding: 2px 12px; border-right: 1px solid var(--line); }
.stay-strip div:last-child { border: 0; }
.stay-strip span { display: block; margin-bottom: 4px; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.stay-strip strong { font-size: 12px; }

.quick-nav { width: min(720px, calc(100% - 32px)); margin: 22px auto 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; }
.quick-nav a { padding: 13px 4px; display: flex; flex-direction: column; align-items: center; gap: 5px; color: var(--muted); border-radius: 16px; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.quick-nav a:hover { color: var(--forest); background: white; }
.quick-nav span { font-size: 19px; }
.page-shell, .section-inner { width: min(1120px, calc(100% - 32px)); margin: 0 auto; }
.welcome-card { margin: 32px auto 0; padding: 28px 24px; background: var(--paper); border: 1px solid rgba(255,255,255,.8); border-radius: var(--radius); box-shadow: var(--shadow); }
.welcome-card h2, .section-heading h2, .emergency-card h2, .transfer-card h2, .help-card h2, .location-copy h2 { margin-bottom: 12px; font-family: Georgia, serif; font-size: clamp(28px, 7vw, 45px); font-weight: 400; line-height: 1.03; letter-spacing: -.035em; }
.welcome-card > p { max-width: 680px; color: var(--muted); font-size: 15px; line-height: 1.7; }
.host-note { margin-top: 24px; padding-top: 20px; display: flex; align-items: center; gap: 12px; border-top: 1px solid var(--line); }
.host-avatar { width: 40px; height: 40px; display: grid; place-items: center; background: var(--sage); border-radius: 50%; font-family: Georgia, serif; font-size: 18px; }
.host-note div { flex: 1; display: flex; flex-direction: column; font-size: 12px; }
.host-note div span { color: var(--muted); }
.verified { width: 24px; height: 24px; display: grid; place-items: center; color: white; background: var(--forest-2); border-radius: 50%; font-size: 11px; }
.section { padding-top: 74px; scroll-margin-top: 20px; }
.section-heading { margin-bottom: 22px; display: flex; align-items: flex-end; justify-content: space-between; gap: 18px; }
.section-heading h2 { margin: 0; }
.section-heading .eyebrow { margin-bottom: 9px; }
.section-action { flex: 0 0 auto; margin-bottom: 5px; color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.section-intro { max-width: 590px; margin: -8px 0 25px; color: var(--muted); line-height: 1.65; }

.essentials-grid { display: grid; gap: 12px; }
.essential-card { min-height: 250px; padding: 22px; position: relative; overflow: hidden; background: var(--paper); border: 1px solid rgba(24,48,42,.08); border-radius: var(--radius); }
.essential-card h3 { margin: 34px 0 12px; font-family: Georgia, serif; font-size: 25px; font-weight: 400; }
.essential-card p { margin-bottom: 7px; color: var(--muted); font-size: 13px; line-height: 1.55; }
.essential-card p strong { color: var(--ink); }
.card-number { color: var(--muted); font-size: 10px; font-weight: 800; }
.card-icon { position: absolute; top: 17px; right: 17px; width: 42px; height: 42px; display: grid; place-items: center; background: var(--cream); border-radius: 14px; font-size: 20px; }
.accent-card { color: white; background: var(--forest); }
.accent-card p { color: rgba(255,255,255,.7); }
.accent-card p strong { color: white; }
.accent-card .card-number { color: rgba(255,255,255,.6); }
.accent-card .card-icon { background: rgba(255,255,255,.12); }
.essential-card details { margin-top: 20px; font-size: 12px; }
.essential-card summary { cursor: pointer; font-weight: 800; }
.accent-card details p { margin-top: 10px; }
.wifi-card { background: #e8dcc4; }
.detail-label { width: 74px; display: inline-block; color: rgba(24,48,42,.6); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.text-button { margin-top: 16px; padding: 0 0 4px; color: var(--forest); border: 0; border-bottom: 1px solid currentColor; background: none; cursor: pointer; font-size: 12px; font-weight: 800; }
.check-list { margin: 14px 0 0; padding: 0; display: grid; gap: 10px; list-style: none; color: var(--muted); font-size: 12px; }
.check-list li::before { content: "✓"; margin-right: 8px; color: var(--forest-2); font-weight: 800; }
.rules-card { background: #f7ded5; }

.emergency-card { width: min(1120px, calc(100% - 32px)); margin: 74px auto 0; padding: 24px; display: grid; grid-template-columns: auto 1fr; gap: 18px; align-items: center; color: white; background: #b94e45; border-radius: var(--radius); }
.emergency-icon { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; font-size: 25px; }
.emergency-card .eyebrow { margin-bottom: 5px; color: #ffd8c9; }
.emergency-card h2 { margin-bottom: 3px; font-size: 28px; }
.emergency-card p { margin: 0; color: rgba(255,255,255,.7); font-size: 12px; }
.emergency-card a { grid-column: 1 / -1; padding: 14px; text-align: center; background: white; color: #9f413a; border-radius: 13px; font-size: 13px; font-weight: 900; }

.mini-grid, .dining-grid { display: grid; gap: 10px; }
.mini-card { min-height: 104px; padding: 16px; display: grid; grid-template-columns: auto 1fr auto; gap: 13px; align-items: center; background: var(--paper); border: 1px solid var(--line); border-radius: 20px; }
.mini-icon { width: 52px; height: 64px; display: grid; place-items: center; color: white; background: var(--forest-2); border-radius: 14px; font-size: 25px; }
.mini-label { color: var(--coral); font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.mini-card h3 { margin: 4px 0 3px; font-family: Georgia, serif; font-size: 18px; font-weight: 400; }
.mini-card p { margin: 0; color: var(--muted); font-size: 11px; }
.round-arrow { width: 30px; height: 30px; display: grid; place-items: center; background: var(--cream); border-radius: 50%; }

.experiences-section { margin-top: 74px; padding: 70px 0; color: white; background: var(--forest); }
.experiences-section .eyebrow { color: #eacb8b; }
.experiences-section .section-action, .experiences-section .section-intro { color: rgba(255,255,255,.6); }
.experience-grid { display: grid; gap: 16px; }
.experience-card { overflow: hidden; color: var(--ink); background: var(--paper); border-radius: 24px; }
.experience-visual { min-height: 185px; padding: 16px; position: relative; overflow: hidden; display: flex; align-items: flex-end; background: #94ad9f; }
.experience-visual::before, .experience-visual::after { content: ""; position: absolute; border-radius: 50%; }
.experience-visual::before { width: 220px; height: 220px; top: -95px; right: -45px; background: rgba(255,255,255,.2); }
.experience-visual::after { width: 290px; height: 120px; left: -40px; bottom: -65px; border-radius: 50% 50% 0 0; background: rgba(21,63,53,.28); transform: rotate(-7deg); }
.visual-sea { background: linear-gradient(140deg, #6ba5af, #aecbc5); }
.visual-sunset { background: linear-gradient(140deg, #d8775e, #e8bf7f); }
.visual-river { background: linear-gradient(140deg, #609f84, #b0c8a7); }
.experience-icon { position: absolute; z-index: 2; top: 47%; left: 50%; transform: translate(-50%,-50%); color: rgba(255,255,255,.8); font-family: Georgia, serif; font-size: 75px; }
.best-for { position: relative; z-index: 2; padding: 8px 10px; color: white; background: rgba(18,52,44,.66); backdrop-filter: blur(8px); border-radius: 999px; font-size: 9px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.experience-body { padding: 20px; }
.experience-body h3 { margin-bottom: 9px; font-family: Georgia, serif; font-size: 25px; font-weight: 400; }
.experience-body > p { min-height: 59px; color: var(--muted); font-size: 13px; line-height: 1.5; }
.location-line { margin: 15px 0 17px; display: flex; gap: 7px; align-items: center; color: var(--muted); font-size: 11px; font-weight: 700; }
.partner-note { margin: 20px 0 0; display: flex; gap: 9px; align-items: center; color: rgba(255,255,255,.52); font-size: 10px; }
.partner-note span { width: 19px; height: 19px; display: grid; flex: 0 0 auto; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; }

.transfer-grid { display: grid; gap: 12px; }
.transfer-card { padding: 28px; display: grid; gap: 22px; background: #d9c8a8; border-radius: var(--radius); }
.transfer-card h2 { margin-bottom: 10px; }
.transfer-card p { margin: 0; color: rgba(24,48,42,.7); font-size: 13px; line-height: 1.6; }
.transfer-symbol { width: 48px; height: 48px; display: grid; place-items: center; color: white; background: var(--forest); border-radius: 15px; font-size: 22px; }
.transfer-location { display: block; margin-top: 12px; color: rgba(24,48,42,.62); font-size: 11px; font-weight: 700; }
.help-card { margin-top: 74px; padding: 55px 24px; position: relative; overflow: hidden; color: white; background: #112d27; border-radius: 30px; text-align: center; }
.help-card .eyebrow { color: #d7b46c; }
.help-card h2 { max-width: 620px; margin: 0 auto 14px; }
.help-card > p { max-width: 550px; margin: 0 auto 24px; color: rgba(255,255,255,.63); font-size: 14px; line-height: 1.65; }
.chat-symbol { width: 64px; height: 64px; margin: 0 auto 25px; position: relative; z-index: 2; display: grid; place-items: center; color: var(--forest); background: #d7b46c; border-radius: 50% 50% 50% 16px; font-size: 28px; font-weight: 900; }
.chat-orbit { position: absolute; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; }
.orbit-one { width: 280px; height: 280px; left: -160px; top: -50px; }
.orbit-two { width: 350px; height: 350px; right: -250px; bottom: -150px; }

.faq-list details { background: var(--paper); border-bottom: 1px solid var(--line); }
.faq-list details:first-child { border-radius: 18px 18px 0 0; }
.faq-list details:last-child { border: 0; border-radius: 0 0 18px 18px; }
.faq-list summary { padding: 19px 18px; display: flex; align-items: center; justify-content: space-between; gap: 12px; cursor: pointer; list-style: none; font-family: Georgia, serif; font-size: 16px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { width: 26px; height: 26px; display: grid; flex: 0 0 auto; place-items: center; background: var(--cream); border-radius: 50%; font-family: sans-serif; font-size: 15px; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { padding: 0 18px 19px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }

.location-card { display: grid; gap: 0; overflow: hidden; }
.map-panel { min-height: 280px; position: relative; overflow: hidden; background: #d9e1d4; border-radius: 24px 24px 0 0; }
.map-panel::before { content: ""; position: absolute; inset: 0; opacity: .33; background-image: linear-gradient(rgba(35,89,74,.25) 1px, transparent 1px), linear-gradient(90deg, rgba(35,89,74,.25) 1px, transparent 1px); background-size: 34px 34px; transform: rotate(12deg) scale(1.3); }
.map-road { position: absolute; display: block; height: 12px; background: white; border: 1px solid rgba(24,48,42,.1); box-shadow: 0 0 0 5px rgba(255,255,255,.4); border-radius: 999px; }
.road-one { width: 130%; top: 48%; left: -15%; transform: rotate(-18deg); }
.road-two { width: 90%; top: 30%; right: -30%; transform: rotate(57deg); }
.map-pin { width: 52px; height: 52px; position: absolute; z-index: 2; top: 48%; left: 50%; transform: translate(-50%,-50%); display: grid; place-items: center; color: white; background: var(--coral); border: 5px solid white; border-radius: 50% 50% 50% 12px; box-shadow: 0 10px 28px rgba(24,48,42,.2); font-family: Georgia, serif; font-size: 20px; }
.location-copy { padding: 28px; background: var(--paper); border-radius: 0 0 24px 24px; }
.location-copy h2 { margin-bottom: 8px; font-size: 32px; }
.location-copy p { margin-bottom: 20px; color: var(--muted); font-size: 13px; }

.future-grid { display: grid; gap: 12px; }
.future-grid article { min-height: 240px; padding: 24px; position: relative; overflow: hidden; background: var(--paper); border: 1px dashed rgba(24,48,42,.2); border-radius: var(--radius); }
.future-grid article::after { content: ""; width: 150px; height: 150px; position: absolute; right: -60px; bottom: -60px; border: 1px solid var(--line); border-radius: 50%; box-shadow: 0 0 0 35px rgba(24,48,42,.02); }
.future-tag { display: inline-block; padding: 7px 9px; color: var(--muted); background: var(--cream); border-radius: 999px; font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.future-icon { width: 44px; height: 44px; margin: 25px 0 15px; display: grid; place-items: center; background: var(--sage); border-radius: 14px; font-size: 19px; }
.future-grid h3 { margin-bottom: 9px; font-family: Georgia, serif; font-size: 24px; font-weight: 400; }
.future-grid p { max-width: 310px; color: var(--muted); font-size: 13px; line-height: 1.55; }
.future-grid .ai-card { color: white; background: var(--forest-2); border: 0; }
.ai-card .future-tag { color: white; background: rgba(255,255,255,.12); }
.ai-card .future-icon { background: #d7b46c; color: var(--forest); }
.ai-card p { color: rgba(255,255,255,.65); }

footer { margin-top: 90px; padding: 50px 24px 115px; color: white; background: #0d2923; text-align: center; }
.footer-brand { justify-content: center; }
footer > p { max-width: 440px; margin: 24px auto; color: rgba(255,255,255,.55); font-family: Georgia, serif; font-size: 19px; }
.powered-by { color: rgba(255,255,255,.42); font-size: 9px; letter-spacing: .09em; text-transform: uppercase; }
.bottom-nav { width: calc(100% - 24px); max-width: 440px; padding: 8px; position: fixed; z-index: 20; left: 50%; bottom: 12px; transform: translateX(-50%); display: grid; grid-template-columns: repeat(4, 1fr); background: rgba(255,253,248,.94); border: 1px solid rgba(24,48,42,.08); border-radius: 20px; box-shadow: 0 18px 50px rgba(15,43,35,.22); backdrop-filter: blur(14px); }
.bottom-nav a { min-height: 50px; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 3px; color: var(--muted); border-radius: 13px; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.bottom-nav a:hover { color: var(--forest); background: var(--sage); }
.bottom-nav span { font-size: 17px; }

@media (min-width: 640px) {
  .hero { min-height: 720px; padding-inline: 30px; }
  .page-shell, .section-inner, .emergency-card { width: min(1120px, calc(100% - 60px)); }
  .welcome-card { padding: 40px; }
  .essentials-grid, .future-grid { grid-template-columns: repeat(2, 1fr); }
  .mini-grid { grid-template-columns: repeat(3, 1fr); }
  .mini-grid .mini-card { grid-template-columns: 1fr auto; }
  .mini-grid .mini-icon { grid-column: 1 / -1; width: 100%; height: 90px; }
  .experience-grid { grid-template-columns: repeat(2, 1fr); }
  .experience-card:last-child { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; }
  .dining-grid { grid-template-columns: repeat(2, 1fr); }
  .emergency-card { grid-template-columns: auto 1fr auto; padding: 25px 30px; }
  .emergency-card a { grid-column: auto; min-width: 140px; }
  .transfer-card { grid-template-columns: auto 1fr auto; align-items: end; padding: 38px; }
  .location-card { grid-template-columns: 1.4fr 1fr; }
  .map-panel { min-height: 360px; border-radius: 24px 0 0 24px; }
  .location-copy { display: flex; flex-direction: column; justify-content: center; border-radius: 0 24px 24px 0; }
}

@media (min-width: 900px) {
  .hero { min-height: 760px; border-radius: 0 0 48px 48px; }
  .hero-content { padding-bottom: 155px; }
  .hero h1 { max-width: 820px; }
  .stay-strip { bottom: 24px; }
  .quick-nav { margin-top: 32px; }
  .welcome-card { margin-top: 45px; }
  .essentials-grid { grid-template-columns: repeat(4, 1fr); }
  .essential-card { min-height: 315px; }
  .experience-grid { grid-template-columns: repeat(3, 1fr); }
  .experience-card:last-child { grid-column: auto; display: block; }
  .future-grid { grid-template-columns: 1fr 1fr; }
  .bottom-nav { display: none; }
  footer { padding-bottom: 55px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .button { transition: none; } }
