/* Sky & Sand Zanzibar — Archetyp "Glass Dark" (design-dna.md #5)
   Sky-blue + sand-gold (Marke) · Glassmorphism über echten Abend-Fotos · Sora + Inter */
:root {
  --night: #0a1420;
  --night2: #11243a;
  --sky: #49b6f5;
  --sky-deep: #2a93d6;
  --sand: #d8b069;
  --sand-deep: #bf9447;
  --ink: #0c1825;
  --paper: #f4f7fb;
  --muted: #5e7184;
  --glass: rgba(255,255,255,.09);
  --glass-line: rgba(255,255,255,.18);
  --line: #e1e8ef;
  --wa: #1daa50;
  --wa-dark: #168a40;
  --radius: 16px;
  --display: "Sora", system-ui, sans-serif;
  --sans: "Inter", system-ui, sans-serif;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: var(--sans); color: var(--ink); background: #fff; line-height: 1.65; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
h1, h2, h3 { font-family: var(--display); line-height: 1.12; font-weight: 700; }
h2 { font-size: clamp(1.7rem, 4vw, 2.5rem); letter-spacing: -.01em; }
.kicker { font-weight: 700; font-size: .76rem; letter-spacing: .2em; text-transform: uppercase; color: var(--sky-deep); margin-bottom: .9rem; }
.kicker--gold { color: var(--sand-deep); }
.kicker--sky { color: var(--sky-deep); }
.heb { font-weight: 700; }

/* Topbar */
.topbar { background: var(--night); color: #cdd9e6; font-size: .8rem; display: flex; justify-content: center; gap: 1.4rem; flex-wrap: wrap; padding: .45rem 1rem; }
.topbar__right { display: flex; gap: .7rem; align-items: center; }
.topbar__right a { font-weight: 600; color: var(--sky); }
.topbar__sep { opacity: .4; }
.topbar [data-i18n="top.kosher"] { color: var(--sand); font-weight: 600; }

/* Header */
.header { position: sticky; top: 0; z-index: 50; background: rgba(10,20,32,.9); backdrop-filter: blur(10px); border-bottom: 1px solid rgba(255,255,255,.08); }
.header__in { max-width: 1180px; margin: 0 auto; padding: .55rem 1.25rem; display: flex; align-items: center; gap: 1.25rem; }
.brand { display: flex; align-items: center; gap: .6rem; }
.brand__logo { height: 46px; width: auto; }
.brand__name { font: 700 1.15rem var(--display); color: #fff; line-height: 1; }
.brand__name em { font-style: normal; color: var(--sand); }
.brand__name small { display: block; font: 500 .58rem var(--sans); letter-spacing: .28em; text-transform: uppercase; color: var(--sky); margin-top: .15rem; }
.nav { display: flex; gap: 1.3rem; font-weight: 500; font-size: .92rem; margin-left: auto; color: #d7e2ee; }
.nav a:hover { color: var(--sky); }
.header__actions { display: flex; align-items: center; gap: .8rem; }
.lang { display: flex; border: 1.5px solid rgba(255,255,255,.2); border-radius: 9px; overflow: hidden; }
.lang__btn { border: 0; background: transparent; font: 600 .76rem var(--sans); padding: .35rem .55rem; cursor: pointer; color: #aebecc; }
.lang__btn.is-active { background: var(--sky); color: #06121f; }
.nav-toggle { display: none; border: 0; background: none; cursor: pointer; padding: .4rem; }
.nav-toggle span { display: block; width: 22px; height: 2.5px; background: #fff; margin: 4.5px 0; border-radius: 2px; }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; font: 600 .95rem var(--sans); padding: .72rem 1.35rem; border-radius: 999px; transition: transform .12s, background .15s; white-space: nowrap; }
.btn:active { transform: scale(.97); }
.btn--wa { background: var(--wa); color: #fff; }
.btn--wa:hover { background: var(--wa-dark); }
.btn--gold { background: var(--sand); color: #1a1305; }
.btn--gold:hover { background: var(--sand-deep); }
.btn--sky { background: var(--sky); color: #06121f; }
.btn--sky:hover { background: var(--sky-deep); color: #fff; }
.btn--ghost { border: 1.5px solid currentColor; background: transparent; }
.btn--ghost:hover { background: currentColor; }
.btn--ghost:hover span { color: #fff; }
.btn--block { width: 100%; }
.btn--lg { padding: .95rem 1.7rem; font-size: 1.02rem; }

/* Hero */
.hero { position: relative; min-height: 94vh; display: flex; align-items: center; overflow: hidden; background: var(--night); }
.hero__media { position: absolute; inset: 0; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; animation: kenburns 26s ease-out infinite alternate; }
@keyframes kenburns { from { transform: scale(1.05); } to { transform: scale(1.15) translate(1.5%, -1%); } }
.hero__overlay { position: absolute; inset: 0; background:
  linear-gradient(100deg, rgba(7,16,26,.85) 0%, rgba(7,16,26,.5) 48%, rgba(42,147,214,.22) 100%),
  linear-gradient(0deg, rgba(7,16,26,.7), rgba(0,0,0,0) 50%); }
.hero__in { position: relative; z-index: 2; max-width: 1180px; margin: 0 auto; padding: 5rem 1.25rem; width: 100%; display: grid; grid-template-columns: 1.2fr .8fr; gap: 2.5rem; align-items: center; }
.hero__copy { color: #fff; }
.hero .kicker { color: var(--sand); }
.hero__title { font-size: clamp(2.2rem, 5.4vw, 3.8rem); color: #fff; }
.hero__title em { font-style: normal; color: var(--sky); }
.hero__sub { margin-top: 1.1rem; max-width: 30rem; font-size: 1.05rem; color: #d4deea; }
.hero__chips { display: flex; gap: .6rem; flex-wrap: wrap; margin-top: 1.5rem; }
.hero__chips span { border: 1px solid var(--glass-line); background: var(--glass); backdrop-filter: blur(6px); border-radius: 999px; padding: .4rem .9rem; font-size: .82rem; font-weight: 600; color: #eaf2fa; }

/* Glass card / rate calc */
.glass { background: var(--glass); backdrop-filter: blur(16px); border: 1px solid var(--glass-line); box-shadow: 0 24px 60px rgba(0,0,0,.45); }
.rcalc { border-radius: var(--radius); padding: 1.05rem 1.1rem; color: #fff; max-height: 80vh; overflow: auto; }
.rcalc__title { font-family: var(--display); font-size: 1.05rem; font-weight: 700; margin-bottom: .6rem; }
.rcalc label { display: block; font-size: .72rem; font-weight: 600; color: #cfdcea; margin-bottom: .5rem; }
.rcalc label span { display: block; margin-bottom: .18rem; }
.rcalc select, .rcalc input[type=number] { width: 100%; padding: .44rem .6rem; border: 1px solid var(--glass-line); border-radius: 8px; font: 500 .88rem var(--sans); color: #fff; background: rgba(7,16,26,.55); }
.rcalc select option { color: #0c1825; }
.rcalc__row { margin-bottom: .1rem; }
.rcalc__grid { display: grid; grid-template-columns: 1fr 1fr; gap: .7rem; }
.rcalc__check { display: flex !important; flex-direction: row; align-items: center; gap: .45rem; font-size: .8rem; font-weight: 500 !important; color: #eaf2fa !important; cursor: pointer; margin-bottom: .2rem; }
.rcalc__check input { width: auto; }
.rcalc__check span { margin: 0 !important; }
.rcalc__total { display: flex; justify-content: space-between; align-items: baseline; border-top: 1px solid var(--glass-line); margin: .3rem 0 .6rem; padding-top: .55rem; }
.rcalc__total span { font-size: .8rem; color: #cfdcea; font-weight: 600; }
.rcalc__total strong { font-family: var(--display); font-size: 1.35rem; color: var(--sky); }
.rcalc .btn { padding: .62rem 1.2rem; }
.rcalc__note { font-size: .68rem; color: #aebecc; margin-top: .5rem; text-align: center; line-height: 1.35; }

/* Intro */
.intro { max-width: 880px; margin: 0 auto; padding: clamp(3rem, 7vw, 4.5rem) 1.25rem; text-align: center; }
.intro__h { font-size: clamp(1.7rem, 4vw, 2.5rem); margin-bottom: 1.2rem; }
.intro__stats { list-style: none; display: flex; justify-content: center; flex-wrap: wrap; gap: 2.4rem; }
.intro__stats strong { display: block; font-family: var(--display); font-size: 2rem; color: var(--sky-deep); }
.intro__stats span { font-size: .85rem; color: var(--muted); }

/* Sections */
.section { max-width: 1180px; margin: 0 auto; padding: clamp(2.8rem, 6.5vw, 4.5rem) 1.25rem; }
.section--night { max-width: none; background: var(--night); color: #e7eef6; }
.section--night > * { max-width: 1180px; margin-left: auto; margin-right: auto; }
.section__head { text-align: center; max-width: 44rem; margin: 0 auto 2.4rem; }
.section__head p:last-child { color: var(--muted); margin-top: .6rem; }
.section__head--light h2 { color: #fff; }
.section--night .section__head p:last-child { color: #9fb2c4; }

/* Kosher feature */
.kosher { background: linear-gradient(135deg, var(--night), var(--night2)); color: #e7eef6; }
.kosher__in { max-width: 1180px; margin: 0 auto; padding: clamp(3rem, 7vw, 5rem) 1.25rem; display: grid; grid-template-columns: 1.1fr .9fr; gap: 3rem; align-items: center; }
.kosher h2 { color: #fff; margin-bottom: 1.1rem; }
.kosher__copy > p { color: #c6d3e0; max-width: 36rem; }
.kosher__list { list-style: none; margin: 1.4rem 0; display: grid; gap: .55rem; }
.kosher__list li { padding-left: 1.6rem; position: relative; font-weight: 500; }
.kosher__list li::before { content: "✡"; position: absolute; left: 0; color: var(--sand); }
.kosher__media img { border-radius: var(--radius); border: 1px solid var(--glass-line); box-shadow: 0 24px 60px rgba(0,0,0,.4); }

/* Rooms */
.rooms-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.3rem; }
.room { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: 0 10px 30px rgba(12,24,37,.06); }
.room > img { width: 100%; aspect-ratio: 3/2; object-fit: cover; }
.room__body { padding: 1.3rem 1.4rem 1.4rem; }
.room__body h3 { font-size: 1.2rem; margin-bottom: .4rem; }
.room__body > p { color: var(--muted); font-size: .9rem; }
.room__foot { display: flex; align-items: center; justify-content: space-between; margin-top: 1rem; }
.room__price { font-family: var(--display); font-weight: 700; font-size: 1.2rem; color: var(--sky-deep); }
.room__price span { font-family: var(--sans); font-weight: 400; font-size: .75rem; color: var(--muted); }
.room .btn--ghost { color: var(--sky-deep); }

/* Resort */
.resort { background: var(--night); color: #e7eef6; padding: clamp(2.8rem, 6.5vw, 4.5rem) 0; }
.resort .section__head { padding: 0 1.25rem; }
.gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: .8rem; padding: 0 1.25rem; max-width: 1320px; margin: 0 auto; }
.g { border-radius: 12px; overflow: hidden; }
.g img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.g:hover img { transform: scale(1.06); }
.g--wide { grid-column: span 2; grid-row: span 2; }

/* Experiences */
.exp-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.1rem; }
.exp { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.6rem 1.4rem; text-align: center; }
.exp__ic { font-size: 1.9rem; display: block; margin-bottom: .6rem; }
.exp h3 { font-size: 1.08rem; margin-bottom: .4rem; }
.exp p { font-size: .88rem; color: var(--muted); }

/* Reviews */
.rating-badge { display: inline-flex; align-items: center; gap: .6rem; background: var(--glass); border: 1px solid var(--glass-line); color: #fff; border-radius: 999px; padding: .45rem 1.1rem; margin-bottom: 1rem; }
.rating-badge strong { color: var(--sand); }
.rating-badge span { font-size: .82rem; }
.rev-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.1rem; }
.rev { background: var(--glass); border: 1px solid var(--glass-line); backdrop-filter: blur(8px); border-radius: var(--radius); padding: 1.5rem; }
.rev blockquote { font-size: 1rem; color: #eef4fa; }
.rev figcaption { margin-top: .8rem; font-size: .82rem; font-weight: 600; color: var(--sky); }

/* Location */
.visit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; align-items: center; }
.visit__photo img { border-radius: var(--radius); }
.visit__info h2 { margin-bottom: 1rem; }
.visit__info > p { color: var(--muted); margin-bottom: 1.4rem; max-width: 30rem; }
.visit__cta { display: flex; gap: .8rem; flex-wrap: wrap; }
.visit__cta .btn--ghost { color: var(--sky-deep); }

/* CTA band */
.cta-band { background: linear-gradient(135deg, var(--sky-deep), var(--sky)); color: #06121f; text-align: center; padding: clamp(3rem, 7vw, 4.5rem) 1.25rem; }
.cta-band h2 { color: #06121f; margin-bottom: .6rem; }
.cta-band p { opacity: .9; margin-bottom: 1.6rem; }
.cta-band .btn--gold { background: #06121f; color: var(--sand); }
.cta-band .btn--gold:hover { background: #fff; color: var(--ink); }

/* Footer */
.footer { background: var(--night); color: #9fb2c4; font-size: .9rem; }
.footer__in { max-width: 1180px; margin: 0 auto; padding: 3rem 1.25rem 2rem; display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 2rem; }
.footer__brand { font: 700 1.3rem var(--display); color: #fff; margin-bottom: .6rem; }
.footer__brand em { font-style: normal; color: var(--sand); }
.footer__brand small { font: 500 .7rem var(--sans); letter-spacing: .2em; text-transform: uppercase; color: var(--sky); }
.footer h4 { color: #fff; font-size: .82rem; text-transform: uppercase; letter-spacing: .12em; margin-bottom: .7rem; font-family: var(--sans); }
.footer a { color: var(--sky); }
.footer a:hover { text-decoration: underline; }
.footer__legal { border-top: 1px solid rgba(255,255,255,.12); max-width: 1180px; margin: 0 auto; padding: 1.1rem 1.25rem 1.4rem; display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; font-size: .78rem; color: #6b7e90; }
.footer__demo { font-style: italic; }

/* FAB */
.wa-fab { position: fixed; right: 1.1rem; bottom: 1.1rem; z-index: 60; width: 56px; height: 56px; border-radius: 50%; background: var(--wa); color: #fff; display: none; align-items: center; justify-content: center; box-shadow: 0 10px 26px rgba(0,0,0,.3); }

/* Responsive */
@media (max-width: 980px) {
  .hero__in, .kosher__in, .visit-grid { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .hero__in { padding: 4rem 1.25rem; }
  .rooms-grid, .exp-grid { grid-template-columns: 1fr 1fr; }
  .rev-grid { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: repeat(2, 1fr); }
  .g--wide { grid-column: span 2; grid-row: auto; }
}
@media (max-width: 720px) {
  .nav { display: none; position: absolute; top: 100%; left: 0; right: 0; background: var(--night); border-bottom: 1px solid rgba(255,255,255,.1); flex-direction: column; gap: 0; padding: .5rem 0; }
  .nav.is-open { display: flex; }
  .nav a { padding: .8rem 1.5rem; border-top: 1px solid rgba(255,255,255,.08); }
  .nav-toggle { display: block; }
  .header__actions .btn--wa { display: none; }
  .topbar { font-size: .72rem; gap: .5rem; }
  .rooms-grid, .exp-grid { grid-template-columns: 1fr; }
  .intro__stats { gap: 1.4rem; }
  .wa-fab { display: flex; }
}
@media (max-width: 460px) { .footer__in { grid-template-columns: 1fr; } }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero__media img { animation: none; }
  .btn, .g img { transition: none; }
}
.save-data .hero__media img { animation: none; }

/* ===== 21st.dev-style WOW ===== */
.progress { position: fixed; top: 0; left: 0; height: 3px; width: 0; z-index: 60;
  background: linear-gradient(90deg, var(--sky), var(--sand)); transition: width .1s linear; }
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
.reveal.in { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: .08s; } .reveal.d2 { transition-delay: .16s; } .reveal.d3 { transition-delay: .24s; }
/* sky shimmer on hero accent */
.hero__title em { background: linear-gradient(100deg, var(--sky) 30%, #d8f0ff 50%, var(--sky) 70%);
  background-size: 220% 100%; -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
  animation: shimmer 5.5s linear infinite; }
@keyframes shimmer { to { background-position: -220% 0; } }
/* cursor spotlight on the dark kosher section */
.kosher { position: relative; }
.kosher::before { content: ""; position: absolute; inset: 0; pointer-events: none; z-index: 0;
  background: radial-gradient(380px circle at var(--mx, 30%) var(--my, 30%), rgba(73,182,245,.18), rgba(73,182,245,0) 60%);
  transition: background .15s ease; }
.kosher__in { position: relative; z-index: 1; }
/* animated aurora behind reviews band */
.section--night { position: relative; overflow: hidden; }
.section--night::before { content: ""; position: absolute; inset: -40%; z-index: 0; pointer-events: none;
  background: radial-gradient(40% 40% at 20% 30%, rgba(73,182,245,.16), transparent 60%),
             radial-gradient(40% 40% at 80% 70%, rgba(216,176,105,.14), transparent 60%);
  animation: aurora 14s ease-in-out infinite alternate; }
.section--night > * { position: relative; z-index: 1; }
@keyframes aurora { from { transform: translate(-4%, -3%) scale(1); } to { transform: translate(4%, 3%) scale(1.1); } }
/* stats pop */
.intro__stats strong { transition: transform .5s ease; }
.intro__stats.in strong { animation: pop .6s ease; }
@keyframes pop { 0% { transform: scale(.6); opacity: 0; } 60% { transform: scale(1.08); } 100% { transform: scale(1); opacity: 1; } }
/* card lift */
.room, .exp { transition: transform .25s ease, box-shadow .25s ease; }
.room:hover, .exp:hover { transform: translateY(-6px); box-shadow: 0 22px 50px rgba(12,24,37,.18); }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .hero__title em { animation: none; -webkit-text-fill-color: var(--sky); }
  .section--night::before { animation: none; }
  .intro__stats.in strong { animation: none; }
}
