/* ═══════════════════════════════════════════════════════════════════════
   MARGALIT v2 — editorial boutique-hotel art direction
   Loaded after the base <style> in index.html and overrides it.
   Principles: photography first · huge serif type · hairlines instead of
   cards · asymmetric, numbered chapters · one hand-made motif (the blue
   terrace floor tile) · custom two-tone icon family (src/icons.svg).
   ═══════════════════════════════════════════════════════════════════════ */

/* ─── TOKENS ─── */
:root {
  --bg: #F2ECE1; --bg2: #FBF8F2; --bg3: #E8DFD0; --ink: #14202A;
  --text: #14202A; --text2: #4A5863; --text3: #8B949B;
  --gold: #1B7F86; --gold-light: #8FD6D4; --gold-glow: rgba(27,127,134,.2);
  --glass: rgba(251,248,242,.9); --glass-border: rgba(20,32,42,.13);
  --ac: #D2693A; --warm: #D2693A; --r: 10px;
  --shadow: 0 2px 14px rgba(20,32,42,.06); --shadow-md: 0 18px 50px rgba(20,32,42,.14);
  --tile: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 80 80'%3E%3Crect width='80' height='80' fill='%23FBF8F2'/%3E%3Cg fill='none' stroke='%231D5C8A' stroke-width='2'%3E%3Ccircle cx='40' cy='40' r='13'/%3E%3Cpath d='M40 8C49 22 49 31 40 40C31 31 31 22 40 8ZM40 72C31 58 31 49 40 40C49 49 49 58 40 72ZM8 40C22 31 31 31 40 40C31 49 22 49 8 40ZM72 40C58 49 49 49 40 40C49 31 58 31 72 40Z' fill='%231D5C8A' fill-opacity='.18'/%3E%3Cpath d='M0 0h80v80H0Z'/%3E%3Ccircle cx='0' cy='0' r='16'/%3E%3Ccircle cx='80' cy='0' r='16'/%3E%3Ccircle cx='0' cy='80' r='16'/%3E%3Ccircle cx='80' cy='80' r='16'/%3E%3C/g%3E%3Crect x='37' y='37' width='6' height='6' transform='rotate(45 40 40)' fill='%231D5C8A'/%3E%3C/svg%3E");
  --squiggle: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 12' preserveAspectRatio='none'%3E%3Cpath d='M2 8C30 2 50 11 80 6S140 2 198 7' fill='none' stroke='%23D2693A' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E");
}
html { color-scheme: light; overflow-x: clip; }
html[data-theme="night"] {
  color-scheme: dark;
  --bg: #0A1620; --bg2: #0F202D; --bg3: #0C1B26;
  --text: #EDF3F5; --text2: #A9BBC6; --text3: #6F8594;
  --gold: #4FD1C8; --gold-light: #9BE7E1; --gold-glow: rgba(79,209,200,.26);
  --glass: rgba(12,27,38,.9); --glass-border: rgba(237,243,245,.13);
  --ac: #F2B872; --warm: #F2B872;
  --shadow: 0 2px 14px rgba(0,0,0,.3); --shadow-md: 0 18px 50px rgba(0,0,0,.5);
  --squiggle: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 12' preserveAspectRatio='none'%3E%3Cpath d='M2 8C30 2 50 11 80 6S140 2 198 7' fill='none' stroke='%23F2B872' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E");
}
/* sticky / pinned sections need ancestors that clip without becoming scroll containers */
body, #scroll-container { overflow-x: clip !important; overflow-y: visible; max-width: none; }
html.lenis, html.lenis body { height: auto; } .lenis.lenis-smooth { scroll-behavior: auto !important; } .lenis.lenis-stopped { overflow: hidden; }
html { scroll-behavior: auto; }
body { font-weight: 400; font-size: 17px; line-height: 1.75; counter-reset: ch; transition: background-color .7s ease, color .7s ease; }
section, #stats, footer, #navbar, .lang-switcher { transition: background-color .7s ease, border-color .7s ease, color .7s ease; }
::view-transition-old(root), ::view-transition-new(root) { animation: none; mix-blend-mode: normal; }
::view-transition-old(root) { z-index: 1; } ::view-transition-new(root) { z-index: 2; }

/* ─── ICON FAMILY ─── */
.ico { width: 40px; height: 40px; flex: none; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; color: var(--text); overflow: visible; }
.ico-fa { font-size: 1.7rem; width: 40px; text-align: center; color: #25D366; }

/* ─── TYPE & SECTION HEADERS ─── */
section { padding: clamp(80px, 11vw, 150px) 6%; background: transparent !important; }
.sec-head { max-width: 1200px; margin: 0 auto clamp(40px, 5vw, 72px); text-align: start !important; counter-increment: ch; display: grid; grid-template-columns: minmax(0, 1fr); gap: 0; }
.section-tag { font-size: .72rem; letter-spacing: .34em; color: var(--text3); font-weight: 500; margin-bottom: 18px; display: inline-flex; align-items: center; gap: 14px; }
.section-tag::before, .section-tag::after { content: none; }
.sec-head .section-tag::before { content: counter(ch, decimal-leading-zero); color: var(--ac); font-family: 'Playfair Display', serif; font-size: 1.05rem; letter-spacing: .04em; font-style: italic; }
.sec-head .section-tag::after { content: ''; width: 46px; height: 1px; background: currentColor; opacity: .5; }
.section-title { font-size: clamp(2.35rem, 5.7vw, 5rem); font-weight: 500; line-height: 1.04; letter-spacing: -.012em; margin-bottom: 20px; max-width: 16ch; text-wrap: balance; }
html[lang="he"] .section-title { font-weight: 500; }
.section-title .gold, .v2-scrub .gold { color: var(--gold); font-style: italic; background: var(--squiggle) no-repeat 0 100% / 0% .2em; padding-bottom: .1em; transition: background-size 1.1s cubic-bezier(.19,.9,.22,1) .55s; }
html[lang="he"] .section-title .gold, html[lang="he"] .v2-scrub .gold { font-style: normal; background-position: 100% 100%; }
.visible .section-title .gold, .section-title.visible .gold, .fx-split.visible .gold { background-size: 100% .2em; }
.section-desc { font-size: 1.04rem; color: var(--text2); max-width: 46ch; margin: 0 !important; line-height: 1.8; }
.fx-w { display: inline-block; overflow: hidden; vertical-align: bottom; padding: .1em .06em .22em; margin: -.1em -.06em -.22em; }
.fx-wi { display: inline-block; transform: translateY(112%) rotate(3deg); transform-origin: 0 100%; transition: transform 1.05s cubic-bezier(.19,.9,.22,1); transition-delay: calc(var(--i) * 70ms + 60ms); }
.visible .fx-wi, .fx-split.visible .fx-wi { transform: none; }

/* ─── BUTTONS: ink pills ─── */
.btn-primary, .btn-form, .tab-btn.active, .filter-chip.active {
  background: var(--text) !important; color: var(--bg2) !important; box-shadow: none !important; font-weight: 600; letter-spacing: .04em;
}
.btn-primary:hover, .btn-form:hover { background: var(--gold) !important; color: #fff !important; transform: translateY(-2px); }
.filter-chip.active i { color: var(--bg2) !important; }

/* ─── NAVBAR: transparent over the hero, solid once you scroll ─── */
#navbar { background: transparent; border-bottom-color: transparent; backdrop-filter: none; height: 76px; }
#navbar .nav-links { margin-left: auto; }
#navbar:not(.scrolled) .nav-links a:not(.nav-cta), #navbar:not(.scrolled) .nav-logo-text, #navbar:not(.scrolled) .nav-logo-text span { color: #fff; }
#navbar:not(.scrolled) .hamburger span { background: #fff; }
#navbar.scrolled { background: var(--glass); backdrop-filter: blur(18px); border-bottom: 1px solid var(--glass-border); box-shadow: none; height: 62px; }
.nav-links a { font-size: .76rem; letter-spacing: .16em; }
.nav-cta { background: #fff !important; color: var(--ink) !important; font-weight: 600 !important; letter-spacing: .1em !important; }
#navbar.scrolled .nav-cta { background: var(--text) !important; color: var(--bg2) !important; }
.nav-cta:hover { box-shadow: none; transform: none; background: var(--gold) !important; color: #fff !important; }
.nav-logo img { border-color: rgba(255,255,255,.7); box-shadow: none; }
html[data-theme="night"] .nav-links.open, .nav-links.open { background: var(--bg2) !important; }
.nav-links.open a:not(.nav-cta) { color: var(--text) !important; }
html[data-theme="night"] .lang-switcher { background: rgba(15,32,45,.92); }
.lang-switcher { border-color: var(--glass-border); box-shadow: var(--shadow); }
.lang-btn.active { background: var(--text); border-color: var(--text); color: var(--bg2); }
#progress-bar { background: var(--ac); height: 2px; }

/* ─── HERO ─── */
#hero.v2-hero {
  position: sticky; top: 0; z-index: 0; height: 100vh; height: 100svh; min-height: 640px; overflow: hidden; color: #fff;
  display: flex; flex-direction: column; justify-content: space-between; align-items: stretch; padding: 104px 5% 30px;
}
.v2-hero-media { position: absolute; inset: 0; z-index: 0; transform: scale(calc(1 + var(--hp, 0) * .1)); filter: brightness(calc(1 - var(--hp, 0) * .5)); will-change: transform; }
.v2-hero-media.off { visibility: hidden; }
#particle-canvas { display: none; }
.hero-bg::after { background: linear-gradient(180deg, rgba(8,18,26,.5) 0%, rgba(8,18,26,.04) 34%, rgba(8,18,26,.18) 55%, rgba(8,18,26,.82) 100%) !important; }
.fx-hero-night { position: absolute; inset: 0; background: center 55% / cover no-repeat; opacity: 0; transition: opacity 1.4s ease; }
html[data-theme="night"] .fx-hero-night { opacity: 1; background-image: url('/photos/jacuzzi.webp'); }
#fx-stars { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; transition: opacity 1.6s ease; pointer-events: none; z-index: 1; }
html[data-theme="night"] #fx-stars { opacity: 1; }
.v2-hero-top, .v2-hero-main, .v2-hero-foot { position: relative; z-index: 2; }
.v2-hero-top { display: flex; justify-content: space-between; align-items: center; font-size: .7rem; letter-spacing: .32em; text-transform: uppercase; color: rgba(255,255,255,.82); animation: v2Fade 1.2s ease .2s both; }
.v2-hero-coords { font-family: 'Montserrat', sans-serif; direction: ltr; }
.v2-hero-main { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 400px); align-items: end; gap: 5vw; margin-top: auto; padding-bottom: clamp(18px, 3vw, 40px); }
#hero .hero-title { margin: 0; line-height: .8; text-align: start; }
#hero .hero-pre { font-size: clamp(.95rem, 1.7vw, 1.5rem); letter-spacing: .5em; text-indent: 0; margin-bottom: .5em; color: rgba(255,255,255,.85); animation: v2Fade 1.2s ease .35s both; }
#hero .hero-name {
  font-size: clamp(5rem, 20.500vw, 19rem); line-height: .8; font-weight: 700; letter-spacing: -.02em; padding: .08em 0 .1em;
  color: #fff !important; -webkit-text-fill-color: #fff; background: none !important; filter: none !important;
  animation: v2Rise 1.5s cubic-bezier(.16,.84,.3,1) .25s both !important; text-shadow: 0 12px 60px rgba(0,0,0,.28);
}
html[lang="en"] #hero .hero-name, html[lang="ru"] #hero .hero-name { font-size: clamp(3.600rem, 13.500vw, 13rem); letter-spacing: -.03em; }
@keyframes v2Rise { from { clip-path: inset(0 0 100% 0); transform: translateY(.28em); } to { clip-path: inset(-10% -5% -10% -5%); transform: none; } }
@keyframes v2Fade { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
.v2-hero-side { animation: v2Fade 1.2s ease .9s both; }
#hero .hero-subtitle { font-size: 1.02rem; line-height: 1.8; letter-spacing: .01em; color: rgba(255,255,255,.88); margin: 0 0 24px; animation: none; }
#hero .hero-btns { justify-content: flex-start; gap: 10px; animation: none; }
#hero .btn-primary { background: #fff !important; color: var(--ink) !important; padding: 14px 28px; }
#hero .btn-primary:hover { background: var(--ac) !important; color: #fff !important; }
#hero .btn-outline { padding: 13px 22px; border-color: rgba(255,255,255,.4); font-size: .84rem; }
.v2-hero-foot { display: flex; align-items: center; gap: clamp(18px, 3vw, 46px); border-top: 1px solid rgba(255,255,255,.28); padding-top: 18px; font-size: .82rem; color: rgba(255,255,255,.9); animation: v2Fade 1.2s ease 1.1s both; }
.v2-hero-foot .hero-fact { display: inline-flex; align-items: center; gap: 10px; }
.v2-hero-foot .ico { width: 26px; height: 26px; color: #fff; --ac: #FFD9A8; }
.v2-scroll { margin-inline-start: auto; display: inline-flex; align-items: center; gap: 12px; color: #fff; text-decoration: none; font-size: .68rem; letter-spacing: .3em; text-transform: uppercase; }
.v2-scroll i { width: 1px; height: 34px; background: linear-gradient(#fff, transparent); animation: v2Drip 2s ease-in-out infinite; transform-origin: top; }
@keyframes v2Drip { 0% { transform: scaleY(0); } 50% { transform: scaleY(1); } 100% { transform: scaleY(1); opacity: 0; } }
@media (max-width: 860px) {
  #hero.v2-hero { padding: 92px 6% 22px; }
  .v2-hero-main { grid-template-columns: 1fr; gap: 22px; }
  #hero .hero-name { font-size: clamp(4.600rem, 27vw, 9rem); }
  html[lang="en"] #hero .hero-name, html[lang="ru"] #hero .hero-name { font-size: clamp(3rem, 16.500vw, 6.500rem); }
  .v2-hero-coords { display: none; } .v2-hero-top { font-size: .6rem; letter-spacing: .24em; }
  .v2-hero-foot { flex-wrap: wrap; gap: 10px 18px; font-size: .74rem; } .v2-hero-foot .ico { width: 20px; height: 20px; } .v2-scroll { display: none; }
  #hero .hero-subtitle { font-size: .95rem; margin-bottom: 18px; } #hero .btn-outline, #hero .btn-primary { padding: 12px 18px; font-size: .8rem; }
}

/* the rest of the site slides over the pinned hero */
.v2-sheet { position: relative; z-index: 2; background: var(--bg); border-radius: 34px 34px 0 0; margin-top: -34px; overflow: clip; box-shadow: 0 -30px 70px rgba(0,0,0,.28); transition: background-color .7s ease; }

/* ─── INFO RIBBON ─── */
#stats.v2-ribbon { background: transparent; border: 0; padding: clamp(60px, 8vw, 110px) 6% clamp(30px, 4vw, 50px); overflow: visible; }
#stats.v2-ribbon::before { content: none; }
.v2-ribbon-head { max-width: 1200px; margin: 0 auto 38px; text-align: start; }
.v2-ribbon-head .section-title { font-size: clamp(1.8rem, 3.400vw, 2.900rem); margin: 0; }
.v2-ribbon-grid { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); border-block: 1px solid var(--glass-border); }
.v2-fact { padding: 30px 26px 28px; border-inline-start: 1px solid var(--glass-border); position: relative; }
.v2-fact:first-child { border-inline-start: 0; padding-inline-start: 4px; }
.v2-fact .stat-label { font-size: .68rem; letter-spacing: .26em; color: var(--text3); text-transform: uppercase; }
.v2-fact .stat-value { font-family: var(--font-display), serif; font-size: clamp(2.100rem, 4.300vw, 3.800rem); font-weight: 500; line-height: 1; margin-top: 14px; letter-spacing: -.01em; color: var(--text); }
.v2-fact-wifi { cursor: pointer; } .v2-fact-wifi:hover .stat-value { color: var(--gold); }
.v2-fact .wifi-pass { margin-top: 12px; color: var(--ac); font-size: .8rem; }
@media (max-width: 800px) { .v2-ribbon-grid { grid-template-columns: 1fr 1fr; } .v2-fact { padding: 22px 16px; } .v2-fact:nth-child(3) { border-inline-start: 0; padding-inline-start: 4px; } .v2-fact:nth-child(n+3) { border-top: 1px solid var(--glass-border); } }

/* ─── GUIDE INDEX ─── */
.v2-index { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; column-gap: 7%; }
.v2-idx {
  display: grid; grid-template-columns: 2.600rem 40px minmax(0, 1fr) auto; align-items: center; gap: 20px; padding: 24px 6px; position: relative;
  border-top: 1px solid var(--glass-border); text-decoration: none; color: var(--text); isolation: isolate; overflow: hidden;
}
.v2-idx:nth-last-child(-n+2) { border-bottom: 1px solid var(--glass-border); }
.v2-idx::before { content: ''; position: absolute; inset: 0; z-index: -1; background: var(--tile) 0 0 / 60px; opacity: 0; transform: scaleY(0); transform-origin: bottom; transition: transform .55s cubic-bezier(.19,.9,.22,1), opacity .4s ease; }
html[data-theme="night"] .v2-idx::before { filter: invert(.92) hue-rotate(180deg) brightness(.9); }
.v2-idx .n { font-family: 'Playfair Display', serif; font-style: italic; color: var(--text3); font-size: .95rem; }
.v2-idx .v2-idx-label { font-family: var(--font-display), serif; font-size: clamp(1.350rem, 2.300vw, 1.950rem); font-weight: 500; line-height: 1.15; transition: transform .5s cubic-bezier(.19,.9,.22,1); }
.v2-idx .ico { transition: transform .5s cubic-bezier(.19,.9,.22,1); }
.v2-idx .arr { font-size: 1.300rem; color: var(--text3); transition: transform .5s cubic-bezier(.19,.9,.22,1), color .3s ease; }
html[dir="rtl"] .v2-idx .arr::before { content: '←'; } html[dir="ltr"] .v2-idx .arr::before { content: '→'; }
@media (hover: hover) {
  .v2-idx:hover::before { opacity: .5; transform: none; }
  html[dir="rtl"] .v2-idx:hover .v2-idx-label { transform: translateX(-12px); } html[dir="ltr"] .v2-idx:hover .v2-idx-label { transform: translateX(12px); }
  .v2-idx:hover .ico { transform: rotate(-8deg) scale(1.12); } .v2-idx:hover .arr { color: var(--ac); }
  html[dir="rtl"] .v2-idx:hover .arr { transform: translateX(-8px); } html[dir="ltr"] .v2-idx:hover .arr { transform: translateX(8px); }
}
@media (max-width: 800px) { .v2-index { grid-template-columns: 1fr; } .v2-idx { padding: 18px 2px; gap: 14px; grid-template-columns: 2rem 32px minmax(0,1fr) auto; } .v2-idx .ico { width: 32px; height: 32px; } .v2-idx:nth-last-child(2) { border-bottom: 0; } }

/* ─── MARQUEE: giant outline type ─── */
.marquee-wrap.v2-marquee { background: transparent !important; border-block: 1px solid var(--glass-border); padding: clamp(14px, 2vw, 26px) 0; overflow: hidden; direction: ltr; filter: none !important; }
.v2-marquee .marquee-track { will-change: transform; align-items: center; }
.v2-marquee .marquee-item {
  font-family: var(--font-display), 'Playfair Display', serif; font-style: italic; font-weight: 500; font-size: clamp(2.800rem, 8vw, 7.200rem); line-height: 1.1; letter-spacing: -.01em;
  color: transparent; -webkit-text-stroke: 1px var(--text); padding: 0 .45em; text-transform: none; white-space: nowrap; opacity: .9; display: inline-flex; align-items: center; gap: .9em;
}
html[lang="he"] .v2-marquee .marquee-item { font-style: normal; }
.v2-marquee .marquee-item:nth-child(3n+1) { color: var(--text); -webkit-text-stroke: 0; }
.v2-marquee .marquee-item::after { content: ''; width: .42em; height: .42em; background: var(--ac); transform: rotate(45deg); flex: none; }

/* ─── ABOUT ─── */
.about-grid { max-width: 1200px; grid-template-columns: minmax(0, .9fr) minmax(0, 1fr); gap: clamp(36px, 7vw, 110px); align-items: start; }
.about-img { position: sticky; top: 100px; }
.about-slides { border-radius: var(--r); box-shadow: none; } .about-img-frame { display: none; }
.about-badge { border-radius: var(--r); background: var(--bg2); box-shadow: var(--shadow-md); }
#about .section-desc { font-size: 1.120rem; max-width: 52ch; }
.about-features { gap: 0 28px; margin-top: 36px; }
.feature-chip { background: none !important; border: 0 !important; border-top: 1px solid var(--glass-border) !important; border-radius: 0 !important; padding: 15px 2px !important; font-size: .98rem; color: var(--text); }
.feature-chip i { color: var(--ac) !important; }
.wifi-badge { background: none; border: 0; border-top: 1px solid var(--glass-border); border-radius: 0; padding: 15px 2px; width: 100%; }
@media (max-width: 900px) { .about-img { position: relative; top: 0; } }

/* ─── GALLERY: pinned horizontal journey ─── */
#gallery.v2-gallery { padding: 0; position: relative; height: calc(100vh + var(--gal-dist, 2400px)); }
.v2-gal-pin { position: sticky; top: 0; height: 100vh; display: flex; flex-direction: column; justify-content: center; overflow: hidden; padding: 78px 0 26px; }
.v2-gal-pin .sec-head { width: 88%; margin: 0 auto clamp(18px, 2.600vh, 34px); grid-template-columns: minmax(0, 1fr) auto; column-gap: 40px; align-items: end; }
.v2-gal-pin .sec-head .section-tag { grid-column: 1 / -1; margin-bottom: 10px; }
.v2-gal-pin .section-title { font-size: clamp(2rem, 4.200vw, 3.800rem); margin: 0; max-width: none; }
.v2-gal-pin .section-desc { max-width: 30ch; font-size: .95rem; }
.v2-gal-view { direction: ltr; }
.v2-gal-track { display: flex; gap: clamp(14px, 2vw, 30px); padding: 0 6vw; width: max-content; will-change: transform; }
.gallery-item.v2-shot {
  position: relative; flex: none; margin: 0; height: min(56vh, 580px); aspect-ratio: 3 / 2; width: auto; border-radius: var(--r); overflow: hidden; cursor: none;
  clip-path: none; opacity: 1; transform: none;
}
.gallery-item.v2-shot.tall { aspect-ratio: 3 / 4; }
.v2-shot-img { position: absolute; inset: 0 -9%; }
.gallery-item.v2-shot img { width: 100%; height: 100% !important; min-height: 0 !important; object-fit: cover; transform: translateX(var(--px, 0px)) scale(1.02); transition: filter .6s ease; will-change: transform; }
.v2-gal-track:hover .v2-shot:not(:hover) img { filter: brightness(.62) saturate(.8); }
.gallery-item.v2-shot .gallery-overlay { position: absolute; inset: auto 0 0 0; opacity: 1; display: flex; align-items: baseline; gap: 14px; padding: 60px 22px 18px; background: linear-gradient(transparent, rgba(6,14,20,.72)); color: #fff; }
.v2-shot .gallery-overlay b { font-family: 'Playfair Display', serif; font-style: italic; font-weight: 400; font-size: 2.300rem; line-height: 1; opacity: .95; }
.v2-shot .gallery-overlay span { font-size: .95rem; letter-spacing: .04em; color: #fff; }
.v2-gal-bar { width: 88%; height: 1px; margin: clamp(16px, 2.400vh, 28px) auto 0; background: var(--glass-border); position: relative; direction: ltr; }
.v2-gal-bar i { position: absolute; inset: -1px auto -1px 0; width: 100%; background: var(--ac); transform: scaleX(var(--gp, 0)); transform-origin: left; height: 3px; }
@media (max-width: 900px), (max-height: 620px) {
  #gallery.v2-gallery { height: auto !important; padding: 80px 0 60px; }
  .v2-gal-pin { position: static; height: auto; padding: 0; display: block; overflow: visible; }
  .v2-gal-pin .sec-head { display: block; }
  .v2-gal-view { overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; scrollbar-width: none; } .v2-gal-view::-webkit-scrollbar { display: none; }
  .v2-gal-track { transform: none !important; padding: 0 6vw; }
  .gallery-item.v2-shot { height: 62vw !important; max-height: 420px; width: auto !important; scroll-snap-align: center; cursor: pointer; }
  .gallery-item.v2-shot.tall { height: 62vw !important; }
  .v2-gal-bar { display: none; }
}

/* ─── AMENITIES: typographic list + floating photo ─── */
.v2-amen { list-style: none; max-width: 1200px; margin: 0 auto; padding: 0; }
.v2-amen-row { display: grid; grid-template-columns: 2.600rem 44px minmax(0, 1fr) minmax(0, 1.250fr); align-items: center; gap: clamp(14px, 2.400vw, 34px); padding: clamp(20px, 2.600vw, 34px) 6px; border-top: 1px solid var(--glass-border); position: relative; transition: padding .5s cubic-bezier(.19,.9,.22,1), background-color .4s ease; }
.v2-amen-row:last-child { border-bottom: 1px solid var(--glass-border); }
.v2-amen-row .n { font-family: 'Playfair Display', serif; font-style: italic; color: var(--text3); font-size: .95rem; }
.v2-amen-row h3 { font-family: var(--font-display), serif; font-size: clamp(1.500rem, 3vw, 2.700rem); font-weight: 500; line-height: 1.1; letter-spacing: -.01em; color: var(--text); transition: color .35s ease; }
.v2-amen-row p { color: var(--text2); font-size: 1rem; line-height: 1.7; max-width: 44ch; }
.v2-amen-row .ico { width: 44px; height: 44px; transition: transform .5s cubic-bezier(.19,.9,.22,1); }
@media (hover: hover) { .v2-amen-row:hover { padding-inline: 22px 6px; } .v2-amen-row:hover h3 { color: var(--gold); } .v2-amen-row:hover .ico { transform: rotate(-8deg) scale(1.14); } .v2-amen:hover .v2-amen-row:not(:hover) { opacity: .45; } .v2-amen-row { transition: padding .5s cubic-bezier(.19,.9,.22,1), opacity .35s ease; } }
#v2-float { position: fixed; top: 0; left: 0; width: 300px; height: 380px; margin: -190px 0 0 -150px; border-radius: var(--r); overflow: hidden; pointer-events: none; z-index: 900; opacity: 0; transform: translate3d(var(--fx, 0px), var(--fy, 0px), 0) scale(.6) rotate(var(--fr, 0deg)); transition: opacity .35s ease, scale .45s cubic-bezier(.19,.9,.22,1); box-shadow: var(--shadow-md); background: var(--tile) center / 76px; display: grid; place-items: center; }
#v2-float.on { opacity: 1; transform: translate3d(var(--fx, 0px), var(--fy, 0px), 0) scale(1) rotate(var(--fr, 0deg)); }
#v2-float img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity .3s ease; } #v2-float img.on { opacity: 1; }
#v2-float .ico { width: 120px; height: 120px; stroke-width: 1.400; color: #14202A; background: #FBF8F2; border-radius: 50%; padding: 26px; box-shadow: 0 0 0 1px rgba(20,32,42,.12); }
@media (max-width: 800px) { .v2-amen-row { grid-template-columns: 1.800rem 36px minmax(0, 1fr); row-gap: 6px; } .v2-amen-row p { grid-column: 3; font-size: .94rem; } .v2-amen-row .ico { width: 36px; height: 36px; } #v2-float { display: none; } }

/* ─── STATEMENT: words ink in as you scroll ─── */
.statement.v2-statement { background: var(--bg3) !important; padding: clamp(110px, 16vw, 220px) 6%; text-align: center; position: relative; overflow: hidden; }
.v2-statement::before, .v2-statement::after { content: ''; position: absolute; inset-inline: 0; height: 40px; background: var(--tile) center / 40px; opacity: .55; }
.v2-statement::before { top: 0; } .v2-statement::after { bottom: 0; }
html[data-theme="night"] .v2-statement::before, html[data-theme="night"] .v2-statement::after, html[data-theme="night"] .v2-tiles { filter: invert(.92) hue-rotate(180deg) brightness(.85); opacity: .5; }
.v2-statement .statement-inner { opacity: 1 !important; transform: none !important; max-width: 1300px; margin: 0 auto; }
.v2-statement .statement-tag, .v2-statement .statement-sub { color: var(--text3); letter-spacing: .34em; font-size: .72rem; }
.v2-statement h2 { font-family: var(--font-display), serif; font-size: clamp(3rem, 10vw, 9.500rem); line-height: .98; font-weight: 500; letter-spacing: -.02em; color: var(--text); margin: 28px 0; }
.v2-scrub .sw { opacity: .13; transition: opacity .35s ease; } .v2-scrub .sw.on { opacity: 1; }
.v2-scrub .gold { background-size: 0% .16em; } .v2-scrub.done .gold { background-size: 100% .16em; }

/* ─── PHOTO STRIPS ─── */
.photo-strip { height: min(86vh, 760px) !important; }
.photo-strip-quote { font-family: var(--font-display), serif; font-size: clamp(2rem, 5.400vw, 4.600rem) !important; line-height: 1.08 !important; font-style: normal !important; max-width: 16ch; margin: 14px auto !important; text-wrap: balance; }
.photo-strip-stars { display: none; } .photo-strip-tag { letter-spacing: .34em !important; font-size: .7rem !important; }

/* ─── AREA / EXPLORE / RULES / JACUZZI / FAQ / CONTACT: flat, hairline, roomy ─── */
#area > div, #explore > .sec-head { max-width: 1200px !important; }
.area-tabs { justify-content: flex-start !important; margin-top: 0 !important; background: none !important; border: 0 !important; padding: 0 !important; gap: 10px; }
.tab-btn { border: 1px solid var(--glass-border) !important; background: none; border-radius: 50px !important; color: var(--text) !important; font-size: .86rem; }
.tab-content.active { gap: 0 !important; border-top: 1px solid var(--glass-border); margin-top: 28px; }
.place-card { background: none !important; border: 0 !important; border-bottom: 1px solid var(--glass-border) !important; border-radius: 0 !important; box-shadow: none !important; padding: 26px 18px 24px 18px !important; transform: none !important; }
.place-card + .place-card { border-inline-start: 1px solid var(--glass-border) !important; }
.place-card:hover { background: var(--bg2) !important; }
.place-icon { background: none !important; color: var(--ac) !important; border: 1px solid var(--glass-border); border-radius: 50% !important; }
.place-name { font-family: 'Playfair Display', var(--font-display), serif; font-size: 1.250rem !important; font-weight: 500 !important; }
.place-desc { font-size: .95rem !important; } .place-address { font-size: .78rem !important; } .place-map { color: var(--gold) !important; font-size: .8rem !important; }
.explore-filters { justify-content: flex-start !important; max-width: 1200px; margin-inline: auto !important; }
.filter-chip { background: none !important; border-color: var(--glass-border) !important; color: var(--text) !important; font-size: .86rem !important; box-shadow: none !important; }
.explore-grid { max-width: 1200px !important; gap: 0 !important; border-top: 1px solid var(--glass-border); }
.explore-card { background: none !important; border: 0 !important; border-bottom: 1px solid var(--glass-border) !important; border-radius: 0 !important; box-shadow: none !important; display: grid !important; grid-template-columns: 96px minmax(0, 1fr); overflow: visible !important; transform: none !important; }
.explore-card:hover { background: var(--bg2) !important; }
.explore-card-head { background: none !important; height: auto !important; color: var(--text) !important; flex-direction: column; justify-content: center !important; gap: 8px; font-size: 0 !important; padding: 22px 0; overflow: visible !important; }
.explore-card-head > i, .explore-cat-tag { display: none !important; }
.explore-badge { position: static !important; background: none !important; border: 0 !important; backdrop-filter: none !important; color: var(--text) !important; font-family: 'Playfair Display', serif; font-size: 2.100rem !important; font-style: italic; line-height: 1; flex-direction: column; gap: 4px !important; padding: 0 !important; }
.explore-badge i { font-size: .8rem !important; color: var(--ac); font-style: normal; }
.explore-card-body { padding: 22px 18px 22px 8px !important; }
.explore-name { font-family: var(--font-display), serif; font-size: 1.350rem !important; font-weight: 500 !important; }
.explore-desc { font-size: .95rem !important; line-height: 1.7 !important; }
.explore-nav-btn { background: none !important; border: 0 !important; padding: 0 !important; color: var(--gold) !important; font-size: .82rem !important; box-shadow: none !important; width: auto !important; justify-content: flex-start !important; margin-top: 10px !important; }
.fx-times { margin-bottom: 40px; gap: 0 !important; border-block: 1px solid var(--glass-border); max-width: 1200px !important; }
.fx-time { background: none !important; border: 0 !important; border-inline-start: 1px solid var(--glass-border) !important; border-radius: 0 !important; box-shadow: none !important; text-align: start !important; padding: 28px 26px !important; } .fx-time:first-child { border-inline-start: 0 !important; } .fx-time::before { content: none !important; }
.fx-time-num { color: var(--text) !important; font-size: clamp(2.600rem, 5.400vw, 4.600rem) !important; } .fx-time-num small { color: var(--ac) !important; }
.fx-map-wrap { max-width: 1200px !important; border-radius: var(--r) !important; box-shadow: none !important; }
.rules-grid, .jac-grid { max-width: 1200px !important; }
.rule-item, .jac-card, .faq-item, .contact-card, .contact-form { border-radius: var(--r) !important; box-shadow: none !important; }
.rule-item { background: none !important; border: 0 !important; border-top: 1px solid var(--glass-border) !important; border-radius: 0 !important; padding: 18px 2px !important; margin: 0 !important; }
.rule-dot { background: var(--ac) !important; border-radius: 0 !important; transform: rotate(45deg); }
.rule-text { font-size: 1rem !important; } .rule-block h3 { font-size: 1.900rem !important; font-weight: 500; } .rule-block h3 i { color: var(--ac) !important; font-size: 1.100rem; }
#jacuzzi { background: var(--bg3) !important; } .jac-card { background: var(--bg2) !important; } .jac-list li { font-size: .98rem !important; line-height: 1.75 !important; }
.faq-list { max-width: 1200px !important; gap: 0 !important; }
.faq-item { background: none !important; border: 0 !important; border-top: 1px solid var(--glass-border) !important; border-radius: 0 !important; }
.faq-item:last-child { border-bottom: 1px solid var(--glass-border) !important; }
.faq-item summary { padding: 26px 4px !important; } .faq-item summary h3 { font-family: var(--font-display), serif !important; font-size: clamp(1.250rem, 2.200vw, 1.800rem) !important; font-weight: 500 !important; }
.faq-item summary::after { color: var(--ac) !important; font-size: 1.900rem !important; } .faq-item p { font-size: 1.040rem !important; padding: 0 4px 28px !important; max-width: 70ch; }
.contact-grid { max-width: 1200px !important; gap: clamp(36px, 6vw, 90px) !important; }
#contact h2 { font-family: var(--font-display), serif; font-size: clamp(2.600rem, 6vw, 5.200rem) !important; line-height: 1.02 !important; font-weight: 500 !important; }
.contact-card { background: none !important; border: 0 !important; border-top: 1px solid var(--glass-border) !important; border-radius: 0 !important; padding: 20px 2px !important; transform: none !important; }
.contact-card-icon { background: none !important; color: var(--ac) !important; border: 1px solid var(--glass-border); border-radius: 50% !important; }
.contact-card-value { font-size: 1.200rem !important; font-family: 'Playfair Display', serif; max-width: none !important; }
.contact-form { background: var(--bg2) !important; border-color: var(--glass-border) !important; } .contact-form h3 { color: var(--text) !important; font-size: 1.900rem !important; font-weight: 500; }
.form-group input, .form-group textarea { background: none !important; border: 0 !important; border-bottom: 1px solid var(--glass-border) !important; border-radius: 0 !important; padding-inline: 2px !important; font-size: 1rem !important; color: var(--text) !important; }
.form-group input:focus, .form-group textarea:focus { border-bottom-color: var(--ac) !important; }
.fx-form-note { margin-top: 12px; font-size: .8rem; color: var(--text3); display: flex; gap: 8px; align-items: center; justify-content: center; } .fx-form-note i { color: #25D366; font-size: 1rem; }
@media (max-width: 800px) { .place-card + .place-card { border-inline-start: 0 !important; } .explore-card { grid-template-columns: 72px minmax(0,1fr); } .explore-badge { font-size: 1.600rem !important; } .fx-time { padding: 20px 14px !important; } .fx-time:nth-child(3) { border-inline-start: 0 !important; } .fx-time:nth-child(n+3) { border-top: 1px solid var(--glass-border) !important; } }

/* ─── FOOTER ─── */
footer.v2-footer { background: #0D1820 !important; color: #EDE6DA; padding: 0 6% 42px; text-align: center; border: 0; overflow: hidden; }
.v2-tiles { height: 60px; margin: 0 -7% clamp(50px, 7vw, 100px); background: var(--tile) center / 60px; }
.v2-footer-word { font-family: var(--font-display), serif; font-size: clamp(3.200rem, 14.500vw, 14rem) !important; font-weight: 700; line-height: .86; letter-spacing: -.02em; color: #EDE6DA !important; margin-bottom: 26px !important; white-space: nowrap; }
html[lang="ru"] .v2-footer-word { font-size: clamp(2rem, 8.600vw, 8.500rem) !important; }
.v2-footer .footer-tagline { color: rgba(237,230,218,.55); letter-spacing: .34em; } .v2-footer .footer-links a { color: rgba(237,230,218,.75); font-size: .86rem; } .v2-footer .footer-links a:hover { color: var(--ac); }
.v2-footer .social-btn { border-color: rgba(237,230,218,.25) !important; color: #EDE6DA !important; background: none !important; } .v2-footer .social-btn:hover { background: var(--ac) !important; border-color: var(--ac) !important; }
.v2-footer .footer-copy { color: rgba(237,230,218,.4); }

/* ─── THEME TOGGLE ─── */
.fx-theme {
  position: relative; width: 62px; height: 32px; border-radius: 50px; border: 1px solid var(--glass-border);
  background: linear-gradient(135deg, #8FD8F5, #CFEFFF); cursor: pointer; flex-shrink: 0;
  overflow: hidden; transition: background .7s ease, box-shadow .3s ease; padding: 0; margin-left: 20px; margin-right: 0;
  box-shadow: inset 0 1px 4px rgba(26,43,53,.18);
}
.fx-theme:hover { box-shadow: inset 0 1px 4px rgba(26,43,53,.18), 0 0 18px var(--gold-glow); }
.fx-theme:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }
.fx-theme-orb {
  position: absolute; top: 3px; left: 3px; width: 24px; height: 24px; border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #FFE9A8, #FFC24A 60%, #F59E0B);
  box-shadow: 0 0 14px rgba(255,190,70,.85); transition: transform .7s cubic-bezier(.6,-.2,.3,1.3), background .7s ease, box-shadow .7s ease;
}
.fx-theme-orb::after {
  content: ''; position: absolute; top: -2px; left: 7px; width: 22px; height: 22px; border-radius: 50%;
  background: #14283A; transform: scale(0); transform-origin: 80% 20%; transition: transform .7s cubic-bezier(.6,-.2,.3,1.3);
}
.fx-theme i { position: absolute; font-size: 5px; color: #fff; opacity: 0; transition: opacity .7s ease; }
.fx-theme i:nth-of-type(1) { top: 8px; left: 12px; } .fx-theme i:nth-of-type(2) { top: 18px; left: 22px; font-size: 4px; } .fx-theme i:nth-of-type(3) { top: 10px; left: 30px; font-size: 3px; }
html[data-theme="night"] .fx-theme { background: linear-gradient(135deg, #0B1A2A, #1C3550); }
html[data-theme="night"] .fx-theme-orb { transform: translateX(30px); background: radial-gradient(circle at 35% 35%, #FFFFFF, #DCE7F2 60%, #B8C8DA); box-shadow: 0 0 14px rgba(200,225,255,.7); }
html[data-theme="night"] .fx-theme-orb::after { transform: scale(1); }
html[data-theme="night"] .fx-theme i { opacity: .9; animation: fxTwinkle 2.4s ease-in-out infinite; }
html[data-theme="night"] .fx-theme i:nth-of-type(2) { animation-delay: .8s; } html[data-theme="night"] .fx-theme i:nth-of-type(3) { animation-delay: 1.5s; }
@keyframes fxTwinkle { 0%,100% { opacity: .25; } 50% { opacity: 1; } }

@media (max-width: 900px) { .fx-theme { margin-left: auto; margin-right: 14px; } #navbar .nav-links { margin-left: 0; } }

/* ─── LIGHTBOX PRO ─── */
#lightbox { flex-direction: column; gap: 14px; background: rgba(4,10,16,.95); }
#lightbox img { max-height: 78vh; box-shadow: 0 30px 90px rgba(0,0,0,.6); transition: opacity .35s ease, transform .5s cubic-bezier(.19,.9,.22,1); }
#lightbox img.fx-swap { opacity: 0; transform: scale(.965); }
.fx-lb-nav {
  position: absolute; top: 50%; transform: translateY(-50%); width: 54px; height: 54px; border-radius: 50%; cursor: pointer;
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.25); color: #fff; font-size: 1.05rem;
  display: flex; align-items: center; justify-content: center; transition: var(--transition); backdrop-filter: blur(8px);
}
.fx-lb-nav:hover { background: var(--gold); border-color: var(--gold); color: #04211f; transform: translateY(-50%) scale(1.08); }
.fx-lb-prev { left: 3vw; } .fx-lb-next { right: 3vw; }
.fx-lb-meta { display: flex; align-items: center; gap: 16px; color: rgba(255,255,255,.85); font-size: .86rem; letter-spacing: 1px; }
.fx-lb-count { color: var(--gold-light); font-family: 'Montserrat', sans-serif; font-size: .74rem; letter-spacing: 3px; }
.fx-lb-dots { display: flex; gap: 7px; direction: ltr; }
.fx-lb-dots b { width: 6px; height: 6px; border-radius: 50%; background: rgba(255,255,255,.28); transition: all .35s ease; cursor: pointer; }
.fx-lb-dots b.on { background: var(--gold-light); width: 22px; border-radius: 4px; }
@media (max-width: 700px) { .fx-lb-nav { width: 42px; height: 42px; top: auto; bottom: 22px; transform: none; } .fx-lb-nav:hover { transform: scale(1.06); } .fx-lb-prev { left: 22px; } .fx-lb-next { right: 22px; } }

/* ─── CUSTOM CURSOR (fine pointers only) ─── */
#fx-cursor, #fx-cursor-dot { position: fixed; top: 0; left: 0; pointer-events: none; z-index: 10000; border-radius: 50%; opacity: 0; will-change: transform; }
#fx-cursor {
  width: 38px; height: 38px; margin: -19px 0 0 -19px; border: 1px solid rgba(59,189,181,.75);
  transition: width .35s ease, height .35s ease, margin .35s ease, background-color .35s ease, border-color .35s ease, opacity .3s ease;
  display: flex; align-items: center; justify-content: center; color: #04211f; font-size: .8rem;
}
#fx-cursor i { opacity: 0; transform: scale(.4); transition: all .3s ease; }
#fx-cursor-dot { width: 6px; height: 6px; margin: -3px 0 0 -3px; background: var(--gold); transition: opacity .3s ease; }
.fx-cursor-on #fx-cursor, .fx-cursor-on #fx-cursor-dot { opacity: 1; }
#fx-cursor.link { width: 58px; height: 58px; margin: -29px 0 0 -29px; background: rgba(59,189,181,.12); }
#fx-cursor.view { width: 78px; height: 78px; margin: -39px 0 0 -39px; background: var(--gold-light); border-color: transparent; }
#fx-cursor.view i { opacity: 1; transform: none; }
#fx-cursor.water { width: 64px; height: 64px; margin: -32px 0 0 -32px; border-color: rgba(255,255,255,.7); }
html[data-theme="night"] #fx-cursor { border-color: rgba(242,184,114,.7); }
html[data-theme="night"] #fx-cursor-dot { background: var(--warm); }

/* ─── EXPLORE: drive-time numbers + interactive map ─── */
.fx-times { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; max-width: 1100px; margin: 0 auto 34px; }
.fx-time { text-align: center; padding: 20px 10px 16px; border-radius: 18px; border: 1px solid var(--glass-border); background: var(--bg2); box-shadow: var(--shadow); position: relative; overflow: hidden; }
.fx-time::before { content: ''; position: absolute; inset-inline: 22%; top: 0; height: 2px; background: linear-gradient(90deg, transparent, var(--gold), transparent); }
.fx-time-num { font-family: var(--font-display), serif; font-size: clamp(2.1rem, 4.6vw, 3.4rem); line-height: 1; color: var(--gold); font-weight: 500; font-variant-numeric: tabular-nums; }
.fx-time-num small { font-family: var(--font-body); font-size: .32em; color: var(--text3); letter-spacing: 1.5px; margin-inline-start: 6px; font-weight: 400; }
.fx-time-label { font-size: .8rem; color: var(--text2); margin-top: 8px; letter-spacing: .5px; }
@media (max-width: 700px) { .fx-times { grid-template-columns: repeat(2, 1fr); gap: 10px; } }

.fx-map-wrap {
  max-width: 1100px; margin: 0 auto 40px; border-radius: 24px; overflow: hidden; position: relative; direction: ltr;
  border: 1px solid var(--glass-border); box-shadow: var(--shadow-md); background: #DCEFEF; transition: background-color .7s ease;
}
html[data-theme="night"] .fx-map-wrap { background: #0B1E2C; }
#fx-map { display: block; width: 100%; height: auto; touch-action: pan-y; }
#fx-map .sea { fill: #BFE6EA; transition: fill .7s ease; } html[data-theme="night"] #fx-map .sea { fill: #0A2436; }
#fx-map .land { fill: #F3EDE3; transition: fill .7s ease; } html[data-theme="night"] #fx-map .land { fill: #13283A; }
#fx-map .hills { fill: #E4E9D8; opacity: .8; transition: fill .7s ease; } html[data-theme="night"] #fx-map .hills { fill: #173244; }
#fx-map .coast { fill: none; stroke: #fff; stroke-width: 5; opacity: .85; } html[data-theme="night"] #fx-map .coast { stroke: #2C5A70; opacity: .7; }
#fx-map .swell { fill: none; stroke: #fff; stroke-width: 1.4; opacity: .42; stroke-dasharray: 150 70; stroke-linecap: round; animation: fxSwell 14s linear infinite; }
html[data-theme="night"] #fx-map .swell { stroke: #4FD1C8; opacity: .22; }
@keyframes fxSwell { to { stroke-dashoffset: -440; } }
#fx-map .ring { fill: none; stroke: var(--gold); stroke-width: 1; stroke-dasharray: 3 7; opacity: .4; }
#fx-map .ring-label { font: 500 10px 'Montserrat', sans-serif; fill: var(--text3); letter-spacing: 1.5px; }
#fx-map .route { fill: none; stroke: var(--gold); stroke-width: 1.6; stroke-linecap: round; stroke-dasharray: 5 7; opacity: .0; transition: opacity .5s ease, stroke-width .3s ease; }
#fx-map.drawn .route { opacity: .42; animation: fxRoute 1.6s linear infinite; }
#fx-map .route.hot { opacity: 1; stroke-width: 2.6; }
#fx-map.has-hot .route:not(.hot) { opacity: .12; }
@keyframes fxRoute { to { stroke-dashoffset: -24; } }
#fx-map .pin { cursor: pointer; transition: opacity .4s ease; }
#fx-map .pin circle.core { stroke: #fff; stroke-width: 2.5; transition: r .3s ease; } html[data-theme="night"] #fx-map .pin circle.core { stroke: #0B1E2C; }
#fx-map .pin circle.pulse { fill: none; stroke-width: 1.5; opacity: 0; transform-box: fill-box; transform-origin: center; animation: fxPulse 2.8s ease-out infinite; }
@keyframes fxPulse { 0% { transform: scale(.6); opacity: .8; } 100% { transform: scale(2.6); opacity: 0; } }
#fx-map .pin text { font: 600 11.5px var(--font-body), sans-serif; fill: var(--text); paint-order: stroke; stroke: #F3EDE3; stroke-width: 3.5px; stroke-linejoin: round; transition: opacity .3s ease; pointer-events: none; }
html[data-theme="night"] #fx-map .pin text { stroke: #13283A; }
#fx-map .pin.dim { opacity: .18; } #fx-map .pin.hot circle.core { r: 10; }
#fx-map .home circle.glow { fill: var(--gold); opacity: .22; transform-box: fill-box; transform-origin: center; animation: fxHome 3s ease-in-out infinite; }
@keyframes fxHome { 0%,100% { transform: scale(1); } 50% { transform: scale(1.5); } }
#fx-map .home text { font: 700 13px var(--font-body), sans-serif; fill: var(--text); paint-order: stroke; stroke: #F3EDE3; stroke-width: 4px; } html[data-theme="night"] #fx-map .home text { stroke: #13283A; }
#fx-map .place { font: 500 10px 'Montserrat', sans-serif; letter-spacing: 3px; fill: var(--text3); opacity: .75; }
#fx-map .sea-label { font: italic 400 15px 'Playfair Display', serif; fill: #6FAEB6; letter-spacing: 4px; opacity: .8; } html[data-theme="night"] #fx-map .sea-label { fill: #2F6E85; }
.fx-map-note { position: absolute; bottom: 10px; right: 14px; font-size: .62rem; letter-spacing: 1.5px; color: var(--text3); opacity: .8; pointer-events: none; }
.fx-map-card {
  position: absolute; z-index: 3; width: 232px; padding: 15px 16px 14px; border-radius: 16px; direction: inherit;
  background: var(--glass); backdrop-filter: blur(14px); border: 1px solid var(--glass-border); box-shadow: var(--shadow-md);
  opacity: 0; transform: translateY(10px) scale(.96); pointer-events: none; transition: opacity .3s ease, transform .35s cubic-bezier(.19,.9,.22,1);
}
.fx-map-card.on { opacity: 1; transform: none; pointer-events: auto; }
.fx-map-card .c { font-size: .6rem; letter-spacing: 2px; text-transform: uppercase; font-weight: 600; }
.fx-map-card .n { font-family: var(--font-display), serif; font-size: 1.12rem; color: var(--text); margin: 3px 0 5px; line-height: 1.25; }
.fx-map-card .d { font-size: .74rem; color: var(--text2); line-height: 1.6; }
.fx-map-card .r { display: flex; align-items: center; justify-content: space-between; margin-top: 11px; gap: 10px; }
.fx-map-card .m { font-size: .78rem; color: var(--text); font-weight: 600; display: inline-flex; gap: 6px; align-items: center; } .fx-map-card .m i { color: var(--gold); }
.fx-map-card a { font-size: .7rem; color: #04211f; background: linear-gradient(135deg, var(--gold), #2A9D97); padding: 6px 12px; border-radius: 50px; text-decoration: none; font-weight: 600; display: inline-flex; gap: 6px; align-items: center; }
@media (max-width: 700px) {
  .fx-map-wrap { border-radius: 18px; } #fx-map .pin text { font-size: 15px; } #fx-map .home text { font-size: 17px; } #fx-map .place, #fx-map .ring-label { font-size: 13px; }
  .fx-map-card { position: static; width: auto; margin: 0; border-radius: 0; border: 0; border-top: 1px solid var(--glass-border); box-shadow: none; transform: none; display: none; } .fx-map-card.on { display: block; }
}


/* ─── MOTION / CAPABILITY GUARDS ─── */
@media (hover: none), (pointer: coarse) { #fx-cursor, #fx-cursor-dot { display: none; } }
@media (prefers-reduced-motion: reduce) {
  .fx-wi { transform: none !important; transition: none !important; }
  #hero .hero-name, .v2-hero-top, .v2-hero-side, .v2-hero-foot, #hero .hero-pre { animation: none !important; clip-path: none !important; }
  .v2-scrub .sw { opacity: 1 !important; }
  #fx-map .swell, #fx-map .route, #fx-map .pin circle.pulse, .v2-scroll i { animation: none !important; }
  #fx-cursor, #fx-cursor-dot, #v2-float { display: none !important; }
}

/* ─── neutralise the old animated-gradient text (it used background-clip:text, which hides anything we restyle) ─── */
.gold { -webkit-text-fill-color: currentColor !important; -webkit-background-clip: border-box !important; background-clip: border-box !important; }
.section-title .gold, .v2-scrub .gold, #contact h2 span { animation: none !important; }
#hero .hero-name { -webkit-text-fill-color: #fff !important; }
.stat-icon i, .contact-card-icon i, .place-icon i, .rule-block h3 i { background: none !important; -webkit-text-fill-color: currentColor !important; color: var(--ac) !important; animation: none !important; }
.v2-idx-label { text-align: start; color: var(--text); }
.statement.v2-statement h2 .gold { background: var(--squiggle) no-repeat 0 100% / 0% .16em !important; color: var(--gold) !important; transition: background-size 1.1s cubic-bezier(.19,.9,.22,1); }
html[lang="he"] .statement.v2-statement h2 .gold { background-position: 100% 100% !important; font-style: normal; }
.statement.v2-statement h2.done .gold { background-size: 100% .16em !important; }
.explore-card-head::after { content: none !important; }
/* phones: keep the hero call-to-action clear of the floating WhatsApp button and language switcher */
@media (max-width: 860px) { #hero.v2-hero { padding-bottom: 150px; } .v2-hero-foot { display: none; } }

/* ─── GUEST GUIDE HERO (the /guest/ pages) ─── */
.v2-ghero { position: sticky; top: 0; z-index: 0; height: min(76vh, 700px); min-height: 440px; display: flex; align-items: flex-end; padding: 0 6% clamp(70px, 9vw, 120px); color: #fff; overflow: hidden; }
.v2-ghero-bg { position: absolute; inset: 0; background: url('/photos/terrace.webp') center 60% / cover no-repeat; }
.v2-ghero-bg::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(8,18,26,.5) 0%, rgba(8,18,26,.15) 40%, rgba(8,18,26,.85) 100%); }
.v2-ghero-in { position: relative; z-index: 2; max-width: 1200px; width: 100%; margin: 0 auto; animation: v2Fade 1.2s ease .2s both; }
.v2-ghero .v2-hero-badge { font-size: .7rem; letter-spacing: .34em; text-transform: uppercase; color: rgba(255,255,255,.8); }
.v2-ghero-title { font-family: var(--font-display), serif; font-size: clamp(3.2rem, 11vw, 9.5rem); font-weight: 700; line-height: .92; letter-spacing: -.02em; margin: 14px 0 18px; color: #fff; }
.v2-ghero-title .gold { color: var(--gold-light) !important; font-style: normal; }
.v2-ghero-sub { font-size: 1.08rem; color: rgba(255,255,255,.88); max-width: 46ch; }
body[data-page="guest"] #stats.v2-ribbon { padding-top: clamp(50px, 6vw, 80px); }

/* ─── AVAILABILITY CALENDAR ─── */
.v2-av { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1fr) 350px; gap: clamp(28px, 5vw, 84px); align-items: start; }
.av-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 8px; min-height: 46px; }
.av-nav { width: 46px; height: 46px; border-radius: 50%; border: 1px solid var(--glass-border); background: none; color: var(--text); cursor: pointer; display: grid; place-items: center; font-size: 1.1rem; transition: background-color .3s ease, color .3s ease, opacity .3s ease; }
.av-nav:hover:not(:disabled) { background: var(--text); color: var(--bg2); }
.av-nav:disabled { opacity: .25; cursor: default; }
html[dir="rtl"] .av-nav i { transform: scaleX(-1); }
.av-sync { font-size: .72rem; letter-spacing: .2em; color: var(--text3); text-transform: uppercase; display: inline-flex; align-items: center; gap: 9px; }
.av-sync::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: #2FBF71; box-shadow: 0 0 0 0 rgba(47,191,113,.6); animation: avLive 2.2s ease-out infinite; }
@keyframes avLive { to { box-shadow: 0 0 0 9px rgba(47,191,113,0); } }
.av-months { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(24px, 4vw, 60px); }
.av-month h3 { font-family: var(--font-display), serif; font-size: clamp(1.4rem, 2.2vw, 1.9rem); font-weight: 500; margin-bottom: 14px; padding-bottom: 14px; border-bottom: 1px solid var(--glass-border); }
.av-grid { display: grid; grid-template-columns: repeat(7, 1fr); row-gap: 3px; }
.av-wd { font-size: .7rem; letter-spacing: .1em; color: var(--text3); text-align: center; padding: 6px 0 10px; }
.av-day { position: relative; aspect-ratio: 1; border: 0; background: none; padding: 0; font: 500 1rem 'Playfair Display', var(--font-display), serif; color: var(--text); cursor: pointer; display: grid; place-items: center; isolation: isolate; }
.av-day::before { content: ''; position: absolute; inset: 9%; border-radius: 50%; z-index: -1; transition: background-color .25s ease, box-shadow .25s ease, transform .25s ease; }
.av-day:hover:not(:disabled)::before { box-shadow: inset 0 0 0 1px var(--text); }
.av-day.today::after { content: ''; position: absolute; bottom: 12%; left: 50%; width: 4px; height: 4px; margin-left: -2px; border-radius: 50%; background: var(--ac); }
.av-day.taken, .av-day.past { color: var(--text3); cursor: default; }
.av-day.past { opacity: .3; }
.av-day.taken { opacity: .55; text-decoration: line-through; text-decoration-color: var(--ac); text-decoration-thickness: 1.5px; }
.av-day.out-ok { opacity: 1; cursor: pointer; text-decoration: none; color: var(--text2); }
.av-day.blocked { opacity: .22; cursor: default; }
.av-day.in-range { background: var(--bg3); }
.av-day.sel { color: var(--bg2); }
.av-day.sel::before { background: var(--text); transform: scale(1.06); }
html[dir="rtl"] .av-day.sel.start { background: linear-gradient(to left, transparent 50%, var(--bg3) 50%); }
html[dir="rtl"] .av-day.sel.end { background: linear-gradient(to right, transparent 50%, var(--bg3) 50%); }
html[dir="ltr"] .av-day.sel.start { background: linear-gradient(to right, transparent 50%, var(--bg3) 50%); }
html[dir="ltr"] .av-day.sel.end { background: linear-gradient(to left, transparent 50%, var(--bg3) 50%); }
html .av-day.sel.start.solo { background: none; }
.av-legend { display: flex; gap: 26px; margin-top: 22px; font-size: .84rem; color: var(--text2); flex-wrap: wrap; }
.av-legend span { display: inline-flex; align-items: center; gap: 9px; }
.av-legend i { width: 22px; height: 22px; border-radius: 50%; display: grid; place-items: center; font: 500 .72rem 'Playfair Display', serif; font-style: normal; }
.av-legend .free i { box-shadow: inset 0 0 0 1px var(--text); color: var(--text); }
.av-legend .tk i { color: var(--text3); text-decoration: line-through; text-decoration-color: var(--ac); }
.av-legend .pick i { background: var(--text); color: var(--bg2); }
.av-state { padding: 60px 0; text-align: center; color: var(--text2); }
.av-state a { color: var(--gold); font-weight: 600; }
.av-skel { height: 320px; border-radius: var(--r); background: linear-gradient(100deg, var(--bg3) 30%, var(--bg2) 50%, var(--bg3) 70%) 0 0 / 250% 100%; animation: avSkel 1.4s linear infinite; }
@keyframes avSkel { to { background-position: -250% 0; } }

.v2-av-panel { position: sticky; top: 96px; background: var(--bg2); border: 1px solid var(--glass-border); border-radius: var(--r); padding: 30px 28px 26px; overflow: hidden; }
.v2-av-panel::before { content: ''; position: absolute; inset: 0 0 auto 0; height: 10px; background: var(--tile) center / 40px; opacity: .8; }
html[data-theme="night"] .v2-av-panel::before { filter: invert(.92) hue-rotate(180deg) brightness(.85); }
.av-off { display: flex; align-items: center; gap: 14px; margin: 8px 0 22px; padding-bottom: 20px; border-bottom: 1px solid var(--glass-border); }
.av-off b { font: italic 500 3rem/1 'Playfair Display', serif; color: var(--ac); letter-spacing: -.02em; }
.av-off span { font-size: .92rem; line-height: 1.45; color: var(--text); font-weight: 500; }
.av-row { display: flex; justify-content: space-between; align-items: baseline; padding: 13px 0; border-bottom: 1px solid var(--glass-border); gap: 12px; margin: 0; }
.av-row dt { font-size: .7rem; letter-spacing: .22em; text-transform: uppercase; color: var(--text3); }
.av-row dd { font-family: var(--font-display), serif; font-size: 1.35rem; color: var(--text); margin: 0; }
.av-row dd.empty { color: var(--text3); font-size: 1rem; font-family: var(--font-body); }
.av-hint { font-size: .88rem; color: var(--text2); margin: 18px 0 16px; min-height: 2.8em; line-height: 1.55; }
.av-hint.err { color: #C4432B; }
html[data-theme="night"] .av-hint.err { color: #FF9E8A; }
.av-cta { display: flex; align-items: center; justify-content: center; gap: 10px; width: 100%; padding: 16px 18px; border-radius: 50px; background: var(--text); color: var(--bg2); font-weight: 600; font-size: .95rem; text-decoration: none; transition: background-color .3s ease, transform .3s ease, opacity .3s ease; }
.av-cta i { font-size: 1.2rem; }
.av-cta:hover { background: #1FAF5A; color: #fff; transform: translateY(-2px); }
.av-cta.off { opacity: .35; pointer-events: none; }
.av-alt { display: flex; justify-content: space-between; margin-top: 14px; font-size: .84rem; }
.av-alt a, .av-alt button { color: var(--text2); background: none; border: 0; cursor: pointer; font: inherit; text-decoration: underline; text-underline-offset: 3px; padding: 0; }
.av-alt a:hover, .av-alt button:hover { color: var(--ac); }
@media (max-width: 980px) { .v2-av { grid-template-columns: 1fr; } .v2-av-panel { position: relative; top: 0; } }
@media (max-width: 640px) { .av-months { grid-template-columns: 1fr; } .av-month + .av-month { display: none; } .av-sync { font-size: .62rem; letter-spacing: .14em; } }

/* ─── DIRECT-BOOKING OFFER (pops when the visitor reaches the calendar) ─── */
#v2-offer { position: fixed; z-index: 1200; bottom: 26px; left: 50%; width: min(620px, calc(100vw - 32px)); transform: translate(-50%, calc(100% + 60px)); transition: transform .9s cubic-bezier(.19,.9,.22,1); background: #0D1820; color: #EDE6DA; border-radius: 14px; overflow: hidden; display: grid; grid-template-columns: 64px minmax(0, 1fr); box-shadow: 0 30px 80px rgba(0,0,0,.45); }
#v2-offer.on { transform: translate(-50%, 0); }
#v2-offer .t { background: var(--tile) center / 64px; }
#v2-offer .b { padding: 22px 26px; display: grid; grid-template-columns: auto minmax(0, 1fr); column-gap: 20px; align-items: center; }
#v2-offer .pct { font: italic 500 4.2rem/1 'Playfair Display', serif; color: #F2B872; letter-spacing: -.03em; grid-row: span 2; }
#v2-offer h4 { font-family: var(--font-display), serif; font-size: 1.35rem; font-weight: 500; line-height: 1.25; margin: 0; color: #fff; padding-inline-end: 26px; }
#v2-offer p { font-size: .84rem; color: rgba(237,230,218,.72); margin: 4px 0 0; line-height: 1.5; }
#v2-offer .acts { grid-column: 1 / -1; display: flex; gap: 14px; align-items: center; margin-top: 16px; }
#v2-offer .go { display: inline-flex; align-items: center; gap: 9px; padding: 11px 20px; border-radius: 50px; background: #F2B872; color: #14202A; font-weight: 700; font-size: .88rem; text-decoration: none; transition: transform .3s ease, background-color .3s ease; }
#v2-offer .go:hover { transform: translateY(-2px); background: #fff; }
#v2-offer .later { background: none; border: 0; color: rgba(237,230,218,.7); cursor: pointer; font: inherit; font-size: .84rem; text-decoration: underline; text-underline-offset: 3px; }
#v2-offer .x { position: absolute; top: 10px; inset-inline-end: 12px; width: 30px; height: 30px; border-radius: 50%; border: 0; background: rgba(255,255,255,.08); color: #fff; cursor: pointer; font-size: .9rem; }
#v2-offer .x:hover { background: rgba(255,255,255,.2); }
@media (max-width: 640px) { #v2-offer { bottom: 0; width: 100vw; border-radius: 16px 16px 0 0; grid-template-columns: 1fr; } #v2-offer .t { height: 12px; } #v2-offer .b { padding: 20px 20px 22px; } #v2-offer .pct { font-size: 3.4rem; } #v2-offer h4 { font-size: 1.15rem; } }
@media (prefers-reduced-motion: reduce) { #v2-offer { transition: none; } .av-sync::before, .av-skel { animation: none; } }

/* ─── INSTAGRAM: navbar icon + handle on the hero ─── */
.nav-ig { width: 38px; height: 38px; border-radius: 50%; border: 1px solid var(--glass-border); display: grid; place-items: center; color: var(--text); font-size: 1.05rem; text-decoration: none; flex-shrink: 0; margin-left: 18px; transition: background-color .3s ease, color .3s ease, border-color .3s ease, transform .3s ease; }
#navbar:not(.scrolled) .nav-ig { color: #fff; border-color: rgba(255,255,255,.45); }
.nav-ig:hover { background: linear-gradient(45deg, #F9CE34, #EE2A7B 50%, #6228D7); color: #fff !important; border-color: transparent !important; transform: scale(1.08); }
.nav-ig + .fx-theme { margin-left: 12px; }
.v2-hero-ig { display: inline-flex; align-items: center; gap: 9px; color: rgba(255,255,255,.88); text-decoration: none; letter-spacing: .08em; text-transform: none; font-family: 'Montserrat', sans-serif; font-size: .74rem; direction: ltr; transition: color .3s ease; }
.v2-hero-ig i { font-size: 1rem; }
.v2-hero-ig:hover { color: #fff; text-decoration: underline; text-underline-offset: 4px; }
@media (max-width: 900px) { .nav-ig { margin-left: auto; width: 34px; height: 34px; } .nav-ig + .fx-theme { margin-left: 10px; } .v2-hero-ig span { font-size: .66rem; letter-spacing: .04em; } }

/* ─── KEY FACTS STRIP (landing, under the hero) ─── */
.v2-facts { padding: clamp(34px, 4vw, 56px) 6% 0; }
.v2-facts ul { list-style: none; max-width: 1200px; margin: 0 auto; padding: 0; display: grid; grid-template-columns: repeat(5, 1fr); border-block: 1px solid var(--glass-border); }
.v2-facts li { display: flex; align-items: center; gap: 14px; padding: 24px 18px; border-inline-start: 1px solid var(--glass-border); font-family: var(--font-display), serif; font-size: clamp(1rem, 1.35vw, 1.22rem); line-height: 1.25; color: var(--text); }
.v2-facts li:first-child { border-inline-start: 0; padding-inline-start: 4px; }
.v2-facts .ico { width: 34px; height: 34px; }
@media (max-width: 900px) { .v2-facts ul { grid-template-columns: 1fr 1fr; } .v2-facts li { padding: 16px 10px; border-inline-start: 0; border-top: 1px solid var(--glass-border); font-size: .98rem; } .v2-facts li:nth-child(-n+2) { border-top: 0; } .v2-facts li:last-child { grid-column: 1 / -1; } .v2-facts .ico { width: 28px; height: 28px; } }

/* ─── CONTENT PAGES (src/guides.mjs) ─── */
.v2-crumbs { max-width: 780px; margin: 0 auto; padding: clamp(40px, 5vw, 70px) 6% 0; font-size: .8rem; letter-spacing: .06em; color: var(--text3); display: flex; gap: 10px; flex-wrap: wrap; }
.v2-crumbs a { color: var(--text2); text-decoration: none; } .v2-crumbs a:hover { color: var(--ac); }
.v2-article { max-width: 780px; margin: 0 auto; padding: 26px 6% clamp(60px, 8vw, 110px); font-size: 1.12rem; line-height: 1.95; color: var(--text2); }
.v2-article .lead { font-family: var(--font-display), serif; font-size: clamp(1.3rem, 2.2vw, 1.7rem); line-height: 1.6; color: var(--text); margin-bottom: 1.4em; }
.v2-article h2 { font-family: var(--font-display), serif; font-size: clamp(1.8rem, 3.6vw, 2.9rem); font-weight: 500; line-height: 1.12; letter-spacing: -.01em; color: var(--text); margin: 2.1em 0 .6em; }
.v2-article p { margin: 0 0 1.2em; }
.v2-article a:not(.btn-primary):not(.btn-ghost) { color: var(--gold); text-decoration: underline; text-decoration-color: var(--ac); text-underline-offset: 4px; }
.v2-article ul, .v2-article ol { margin: 0 0 1.4em; padding: 0; list-style: none; border-top: 1px solid var(--glass-border); counter-reset: li; }
.v2-article li { padding: 15px 2px; border-bottom: 1px solid var(--glass-border); }
.v2-article ol li { counter-increment: li; display: grid; grid-template-columns: 2.4rem 1fr; }
.v2-article ol li::before { content: counter(li, decimal-leading-zero); font: italic 400 1rem 'Playfair Display', serif; color: var(--ac); }
.v2-article strong { color: var(--text); font-weight: 600; }
.v2-article figure { margin: 2.2em calc(-1 * clamp(0px, 6vw, 110px)); }
.v2-article figure img { width: 100%; height: auto; max-height: 78vh; object-fit: cover; border-radius: var(--r); display: block; }
.v2-article figcaption { font-size: .8rem; color: var(--text3); margin-top: 10px; letter-spacing: .04em; padding-inline: clamp(0px, 6vw, 110px); }
.v2-art-cta { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 2.4em !important; padding-top: 2em; border-top: 1px solid var(--glass-border); }
.btn-ghost { display: inline-flex; align-items: center; padding: 14px 26px; border-radius: 50px; border: 1px solid var(--glass-border); color: var(--text); text-decoration: none; font-size: .9rem; font-weight: 500; transition: border-color .3s ease, color .3s ease; }
.btn-ghost:hover { border-color: var(--ac); color: var(--ac); }
.v2-article .faq-item summary h3 { font-size: 1.25rem !important; }
.v2-guides { padding-block: clamp(50px, 7vw, 100px) !important; }
.v2-guides .section-title { font-size: clamp(1.9rem, 3.8vw, 3.2rem); }
.v2-guides-grid { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 18px; }
.v2-guide-card { position: relative; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 10px 12px; padding: 0 0 16px; border-bottom: 1px solid var(--glass-border); text-decoration: none; color: var(--text); }
.v2-guide-card .img { grid-column: 1 / -1; aspect-ratio: 4 / 3; border-radius: var(--r); background: var(--bg3) center / cover no-repeat; transition: transform .7s cubic-bezier(.19,.9,.22,1), filter .5s ease; }
.v2-guide-card .n { position: absolute; top: 12px; inset-inline-start: 14px; z-index: 1; color: #fff; font: italic 400 1.4rem 'Playfair Display', serif; text-shadow: 0 2px 12px rgba(0,0,0,.5); }
.v2-guide-card strong { font-family: var(--font-display), serif; font-size: 1.3rem; font-weight: 500; line-height: 1.2; }
.v2-guide-card .arr { color: var(--text3); font-size: 1.2rem; transition: transform .4s ease, color .3s ease; }
.v2-guide-card:hover .img { transform: scale(.97); filter: brightness(1.06); } .v2-guide-card:hover .arr { transform: translateX(-8px); color: var(--ac); }
body[data-page="guide"] .v2-ghero { height: min(68vh, 620px); }
body[data-page="guide"] .v2-ghero-title { font-size: clamp(2.6rem, 7.4vw, 6.4rem); line-height: 1; max-width: 16ch; }
