/* ============================================================
   Kent Suit Ataşehir — cinematic luxury (v5)
   Night black + warm gold + cream · Fraunces/Cormorant/Inter
   Preloader · custom cursor · grain · marquee · parallax ·
   masked + clip-path reveals. Emil Kowalski motion bar.
   ============================================================ */

:root {
  --bg: #0a0a0c;
  --bg-2: #0e0e11;
  --panel: #131318;
  --panel-2: #17171d;
  --gold: #c9a24b;
  --gold-bright: #e4c878;
  --gold-deep: #9c7d36;
  --cream: #ece5d5;
  --cream-dim: #b4ae9f;
  --muted: #7c7669;
  --muted-2: #565046;
  --line: rgba(201, 162, 75, 0.30);
  --line-soft: rgba(236, 229, 213, 0.09);
  --hair: rgba(236, 229, 213, 0.14);

  --serif: "Fraunces", Georgia, serif;
  --serif-2: "Cormorant Garamond", Georgia, serif;
  --sans: "Inter", system-ui, sans-serif;

  --ease-out: cubic-bezier(0.23, 1, 0.32, 1);
  --ease-cine: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-cur: cubic-bezier(0.33, 1, 0.68, 1);

  --container: 1280px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
.lenis.lenis-stopped { overflow: hidden; }
body {
  font-family: var(--sans);
  background: var(--bg);
  color: var(--cream);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
::selection { background: var(--gold); color: var(--bg); }

.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: 40px; }

/* ============ Preloader ============ */
.preloader { position: fixed; inset: 0; z-index: 500; display: grid; place-items: center; pointer-events: none; }
.pl-panel { position: absolute; left: 0; width: 100%; height: 50%; background: var(--bg); }
.pl-panel-1 { top: 0; animation: plUp 1s var(--ease-cine) 1.75s forwards; }
.pl-panel-2 { bottom: 0; animation: plDown 1s var(--ease-cine) 1.75s forwards; }
@keyframes plUp { to { transform: translateY(-100%); } }
@keyframes plDown { to { transform: translateY(100%); } }
.pl-inner { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; gap: 22px; animation: plFade 0.5s ease 1.5s forwards; }
.pl-logo { height: 44px; filter: brightness(0) invert(1); opacity: 0.95; }
.pl-line { width: 180px; height: 1px; background: var(--line-soft); overflow: hidden; }
.pl-line span { display: block; width: 100%; height: 100%; background: var(--gold); transform: scaleX(0); transform-origin: left; animation: plLine 1.45s var(--ease-cine) forwards; }
@keyframes plLine { to { transform: scaleX(1); } }
.pl-count { position: absolute; right: 6vw; bottom: 6vh; z-index: 2; font-family: var(--serif); font-size: 2.4rem; font-weight: 300; color: var(--gold); animation: plFade 0.5s ease 1.5s forwards; }
.pl-count i { font-size: 1rem; font-style: normal; color: var(--muted); }
@keyframes plFade { to { opacity: 0; transform: translateY(-10px); } }
.preloader { animation: plGone 0s linear 2.75s forwards; }
@keyframes plGone { to { visibility: hidden; } }

/* ============ Texture ============ */
.grain {
  position: fixed; inset: 0; z-index: 81; pointer-events: none; opacity: 0.05;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.vignette {
  position: fixed; inset: 0; z-index: 80; pointer-events: none;
  background: radial-gradient(130% 130% at 50% 42%, transparent 58%, rgba(0,0,0,0.5) 100%);
}

/* ============ Custom cursor ============ */
.cursor { position: fixed; top: 0; left: 0; z-index: 400; pointer-events: none; opacity: 0; transition: opacity 300ms ease; }
body.has-cursor .cursor { opacity: 1; }
body.has-cursor, body.has-cursor a, body.has-cursor button, body.has-cursor input, body.has-cursor select, body.has-cursor [data-cursor] { cursor: none; }
.cursor-dot { position: fixed; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); transform: translate(-50%, -50%); }
.cursor-ring {
  position: fixed; width: 42px; height: 42px; border-radius: 50%;
  border: 1px solid rgba(201,162,75,0.6); transform: translate(-50%, -50%);
  display: grid; place-items: center;
  transition: width 320ms var(--ease-out), height 320ms var(--ease-out),
    background-color 320ms ease, border-color 320ms ease;
}
.cursor-label { font-size: 0.6rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--bg); opacity: 0; transition: opacity 220ms ease; font-weight: 600; }
body.cur-link .cursor-ring { width: 56px; height: 56px; background: rgba(201,162,75,0.12); }
body.cur-media .cursor-ring { width: 92px; height: 92px; background: var(--gold); border-color: var(--gold); }
body.cur-media .cursor-label { opacity: 1; }
body.cur-media .cursor-dot { opacity: 0; }

/* ============ Buttons ============ */
.btn {
  position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: var(--sans); font-size: 0.78rem; font-weight: 500;
  letter-spacing: 0.16em; text-transform: uppercase;
  padding: 17px 34px; border-radius: 1px; border: 1px solid transparent; cursor: pointer;
  transition: transform 220ms var(--ease-out), background-color 320ms ease, color 320ms ease, border-color 320ms ease, box-shadow 320ms ease;
}
.btn:active { transform: scale(0.97); }
.btn-gold { background: var(--gold); color: #16110a; }
.btn-line { background: transparent; color: var(--cream); border-color: var(--hair); }
.btn-block { width: 100%; padding-block: 18px; }
@media (hover: hover) and (pointer: fine) {
  .btn-gold:hover { background: var(--gold-bright); box-shadow: 0 18px 44px -16px rgba(201,162,75,0.55); }
  .btn-line:hover { border-color: var(--gold); color: var(--gold-bright); }
}

/* ============ Header ============ */
.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 50; padding-block: 24px;
  transition: padding 360ms var(--ease-out), background-color 360ms ease, border-color 360ms ease, backdrop-filter 360ms ease;
  border-bottom: 1px solid transparent;
}
.site-header.scrolled { padding-block: 13px; background: rgba(10,10,12,0.78); backdrop-filter: blur(18px); border-bottom-color: var(--line-soft); }
.header-inner { display: flex; align-items: center; justify-content: space-between; }
.logo-img { height: 36px; width: auto; filter: brightness(0) invert(1); opacity: 0.95; transition: opacity 220ms ease; }
@media (hover: hover) and (pointer: fine) { .logo:hover .logo-img { opacity: 1; } }
.nav { display: flex; gap: 38px; }
.nav-link { position: relative; font-size: 0.78rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--cream-dim); padding-block: 6px; transition: color 260ms ease; }
.nav-link::after { content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform 320ms var(--ease-out); }
@media (hover: hover) and (pointer: fine) { .nav-link:hover { color: var(--cream); } .nav-link:hover::after { transform: scaleX(1); } }
.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 6px; }
.nav-toggle span { width: 26px; height: 1.5px; background: var(--cream); transition: transform 260ms var(--ease-out), opacity 200ms ease; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }
.mobile-menu { display: none; flex-direction: column; background: rgba(10,10,12,0.97); backdrop-filter: blur(18px); border-top: 1px solid var(--line-soft); overflow: hidden; max-height: 0; transition: max-height 340ms var(--ease-out); }
.mobile-menu.open { max-height: 360px; }
.mobile-link { padding: 18px 40px; font-size: 0.85rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--cream-dim); border-bottom: 1px solid var(--line-soft); }
.mobile-link:active { background: var(--panel); color: var(--gold-bright); }

/* ============ Hero ============ */
.hero { position: relative; min-height: 100svh; display: flex; flex-direction: column; justify-content: center; overflow: hidden; }
.hero-bg { position: absolute; inset: -8% 0; z-index: -1; will-change: transform; }
.hero-img { width: 100%; height: 100%; object-fit: cover; filter: brightness(0.92) contrast(1.06) saturate(0.9); animation: kenburns 18s var(--ease-out) forwards; }
@keyframes kenburns { from { transform: scale(1.16); } to { transform: scale(1.02); } }
.hero-veil {
  position: absolute; inset: 0;
  background:
    radial-gradient(120% 100% at 72% 28%, transparent 0%, rgba(10,10,12,0.55) 100%),
    linear-gradient(180deg, rgba(10,10,12,0.72) 0%, rgba(10,10,12,0.32) 40%, rgba(10,10,12,0.98) 100%),
    linear-gradient(90deg, rgba(10,10,12,0.82) 0%, transparent 66%);
}
.hero-inner { position: relative; max-width: 920px; padding-top: 70px; }
.hero-eyebrow { display: flex; align-items: center; gap: 16px; font-size: 0.78rem; font-weight: 500; letter-spacing: 0.26em; text-transform: uppercase; color: var(--gold); margin-bottom: 32px; }
.hero-eyebrow .rule { width: 0; height: 1px; background: var(--gold); animation: ruleGrow 0.9s var(--ease-cine) 2.35s forwards; }
@keyframes ruleGrow { to { width: 50px; } }
.hero-eyebrow .he-t { opacity: 0; animation: fadeUp 0.8s var(--ease-cine) 2.45s forwards; }
.hero-title { font-family: var(--serif); font-weight: 300; font-size: clamp(2.8rem, 7.2vw, 6rem); line-height: 1.02; letter-spacing: -0.02em; color: var(--cream); }
.hero-title .line { display: block; overflow: hidden; padding-bottom: 0.04em; }
.hero-title .line-in { display: block; transform: translateY(112%); animation: lineUp 1.05s var(--ease-cine) forwards; }
.hero-title .line:nth-child(1) .line-in { animation-delay: 2.5s; }
.hero-title .line:nth-child(2) .line-in { animation-delay: 2.64s; }
.hero-title em { font-style: normal; color: var(--gold); }
@keyframes lineUp { to { transform: translateY(0); } }
.hero-sub { margin-top: 32px; max-width: 540px; color: var(--cream-dim); font-size: 1.12rem; font-weight: 300; opacity: 0; animation: fadeUp 0.9s var(--ease-cine) 2.95s forwards; }
.hero-actions { display: flex; gap: 16px; margin-top: 42px; flex-wrap: wrap; opacity: 0; animation: fadeUp 0.9s var(--ease-cine) 3.1s forwards; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: none; } }
.scroll-cue { position: absolute; left: 50%; bottom: 32px; transform: translateX(-50%); width: 1px; height: 58px; overflow: hidden; opacity: 0; animation: fadeUp 0.8s ease 3.4s forwards; }
.scroll-cue span { display: block; width: 1px; height: 100%; background: linear-gradient(var(--gold), transparent); animation: cue 2.4s var(--ease-cine) infinite; }
@keyframes cue { 0% { transform: translateY(-100%); } 60%, 100% { transform: translateY(100%); } }

/* ============ Marquee ============ */
.marquee { overflow: hidden; border-block: 1px solid var(--line-soft); background: var(--bg-2); padding-block: 22px; }
.marquee-track { display: flex; align-items: center; gap: 38px; width: max-content; animation: marquee 34s linear infinite; }
.marquee-track span { font-family: var(--serif); font-size: clamp(1.4rem, 3vw, 2.2rem); font-weight: 300; color: var(--cream); white-space: nowrap; }
.marquee-track i { color: var(--gold); font-style: normal; font-size: 0.9rem; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ============ Amenities strip ============ */
.amenities { border-bottom: 1px solid var(--line-soft); }
.amenities-grid { display: grid; grid-template-columns: repeat(4, 1fr); padding-block: 48px; }
.amenity { text-align: center; position: relative; padding: 8px 18px; }
.amenity + .amenity::before { content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 1px; height: 36px; background: var(--line-soft); }
.am-name { font-family: var(--serif-2); font-size: clamp(1.3rem, 2.4vw, 1.85rem); font-weight: 500; color: var(--cream); letter-spacing: 0.01em; }
.am-name b { color: var(--gold); font-weight: 500; }

/* ============ Section shared ============ */
.section { padding-block: clamp(80px, 11vw, 160px); }
.section-tag { display: inline-block; font-size: 0.72rem; font-weight: 500; letter-spacing: 0.32em; text-transform: uppercase; color: var(--gold); padding-bottom: 22px; position: relative; }
.section-tag::after { content: ""; position: absolute; left: 0; bottom: 10px; width: 40px; height: 1px; background: var(--gold); }
.section-tag.light { color: var(--gold-bright); }
.section-head { max-width: 680px; margin-bottom: 66px; }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head.center .section-tag::after { left: 50%; transform: translateX(-50%); }
.section-title { font-family: var(--serif); font-weight: 300; font-size: clamp(2.2rem, 5vw, 4rem); line-height: 1.05; letter-spacing: -0.015em; color: var(--cream); }
.section-lead { margin-top: 22px; color: var(--cream-dim); font-size: 1.1rem; font-weight: 300; }

/* ============ reveal ============ */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 1000ms var(--ease-cine), transform 1000ms var(--ease-cine); will-change: opacity, transform; }
.reveal.in { opacity: 1; transform: none; }
.reveal-clip { clip-path: inset(0 0 100% 0); transition: clip-path 1200ms var(--ease-cine); will-change: clip-path; }
.reveal-clip.in { clip-path: inset(0 0 0 0); }

/* ============ Rooms ============ */
.rooms-list { display: flex; flex-direction: column; gap: clamp(60px, 8vw, 120px); }
.room { display: grid; grid-template-columns: 1.18fr 0.82fr; gap: clamp(34px, 5vw, 76px); align-items: center; }
.room:nth-child(even) { grid-template-columns: 0.82fr 1.18fr; }
.room:nth-child(even) .room-visual { order: 2; }

.room-visual { position: relative; }
.room-bignum {
  position: absolute; top: -0.62em; left: -0.28em; z-index: 3;
  font-family: var(--serif); font-size: clamp(5rem, 11vw, 10rem); font-weight: 300; line-height: 1;
  color: transparent; -webkit-text-stroke: 1px rgba(201,162,75,0.45); text-stroke: 1px rgba(201,162,75,0.45);
  pointer-events: none;
}
.room:nth-child(even) .room-bignum { left: auto; right: -0.28em; }
.room-main { display: block; width: 100%; padding: 0; border: none; cursor: pointer; background: none; position: relative; overflow: hidden; }
.room-main img { width: 100%; aspect-ratio: 4 / 3.5; object-fit: cover; filter: brightness(0.93) contrast(1.06) saturate(0.88); transition: transform 900ms var(--ease-out), filter 600ms ease; }
.room-main::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(10,10,12,0.5) 100%); opacity: 0; transition: opacity 360ms ease; }
.room-open { position: absolute; right: 16px; bottom: 16px; z-index: 2; display: inline-flex; align-items: center; gap: 7px; background: rgba(10,10,12,0.62); backdrop-filter: blur(8px); border: 1px solid var(--hair); color: var(--cream); font-size: 0.68rem; letter-spacing: 0.12em; text-transform: uppercase; padding: 9px 14px; border-radius: 1px; pointer-events: none; transition: opacity 320ms ease; }
@media (hover: hover) and (pointer: fine) { .room-main:hover .room-open { opacity: 0; } }
.room-cap { position: absolute; top: 14px; left: 14px; z-index: 2; font-family: var(--serif-2); font-size: 0.94rem; letter-spacing: 0.03em; color: var(--cream); background: rgba(10,10,12,0.48); backdrop-filter: blur(6px); border: 1px solid var(--hair); padding: 6px 13px; border-radius: 1px; pointer-events: none; }
.room-thumbs { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 14px; }
.room-thumb { position: relative; flex: 1 1 0; min-width: 84px; padding: 0; border: 1px solid var(--line-soft); cursor: pointer; background: none; overflow: hidden; transition: border-color 260ms ease; }
.room-thumb img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; filter: brightness(0.9) contrast(1.05) saturate(0.86); transition: transform 600ms var(--ease-out), filter 400ms ease; }
.thumb-cap { position: absolute; left: 0; right: 0; bottom: 0; font-size: 0.6rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--cream); background: linear-gradient(transparent, rgba(10,10,12,0.85)); padding: 18px 9px 7px; opacity: 0; transform: translateY(4px); transition: opacity 260ms ease, transform 260ms var(--ease-out); pointer-events: none; }
@media (hover: hover) and (pointer: fine) {
  .room-main:hover img { transform: scale(1.05); filter: brightness(1) contrast(1.04) saturate(0.95); }
  .room-main:hover::after { opacity: 1; }
  .room-thumb:hover { border-color: var(--gold); }
  .room-thumb:hover img { transform: scale(1.08); filter: brightness(1) contrast(1.04) saturate(0.92); }
  .room-thumb:hover .thumb-cap { opacity: 1; transform: none; }
}
.room-index { font-family: var(--serif-2); font-size: 0.95rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold); }
.room-name { font-family: var(--serif); font-weight: 300; font-size: clamp(1.9rem, 3.4vw, 2.9rem); line-height: 1.06; letter-spacing: -0.01em; margin-top: 14px; color: var(--cream); }
.room-specs { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 22px; font-size: 0.85rem; color: var(--cream-dim); }
.room-specs span { position: relative; }
.room-specs span + span::before { content: ""; position: absolute; left: -12px; top: 50%; width: 3px; height: 3px; border-radius: 50%; background: var(--gold); transform: translateY(-50%); }
.room-desc { margin-top: 22px; color: var(--cream-dim); font-weight: 300; max-width: 48ch; }
.room-amen { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 26px; }
.room-amen li { list-style: none; font-size: 0.72rem; letter-spacing: 0.06em; color: var(--cream-dim); border: 1px solid var(--line-soft); border-radius: 100px; padding: 7px 15px; }
.room-foot { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 34px; padding-top: 26px; border-top: 1px solid var(--hair); }
.room-call { font-size: 0.8rem; letter-spacing: 0.06em; color: var(--gold); border-bottom: 1px solid transparent; padding-bottom: 2px; transition: border-color 220ms ease, color 220ms ease; }
@media (hover: hover) and (pointer: fine) { .room-call:hover { border-color: var(--gold); color: var(--gold-bright); } }
@media (max-width: 980px) {
  .amenities-grid { grid-template-columns: repeat(2, 1fr); gap: 26px 0; }
  .amenity + .amenity::before { display: none; }
}

/* ============ Experience (parallax) ============ */
.experience { position: relative; overflow: hidden; padding-block: clamp(120px, 20vw, 240px); }
.exp-bg { position: absolute; inset: -12% 0; z-index: -1; will-change: transform; }
.exp-bg img { width: 100%; height: 100%; object-fit: cover; filter: brightness(0.86) contrast(1.08) saturate(0.85); }
.exp-veil { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,10,12,0.95) 0%, rgba(10,10,12,0.6) 55%, rgba(10,10,12,0.42) 100%), linear-gradient(180deg, rgba(10,10,12,0.55), rgba(10,10,12,0.55)); }
.exp-inner { position: relative; max-width: 620px; }
.exp-title { font-family: var(--serif); font-weight: 300; font-size: clamp(2.2rem, 5vw, 3.7rem); line-height: 1.06; letter-spacing: -0.015em; color: var(--cream); }
.exp-lead { margin-top: 26px; color: var(--cream-dim); font-weight: 300; font-size: 1.12rem; }
.exp-points { margin-top: 32px; list-style: none; }
.exp-points li { position: relative; padding-left: 28px; margin-bottom: 14px; color: var(--cream-dim); }
.exp-points li::before { content: ""; position: absolute; left: 0; top: 12px; width: 16px; height: 1px; background: var(--gold); }

/* ============ Pricing ============ */
.pricing { background: var(--bg-2); border-top: 1px solid var(--line-soft); }
.pricing-head { max-width: 680px; margin-bottom: 52px; }
.pricing-head.center { margin-inline: auto; text-align: center; }
.pricing-head.center .section-tag::after { left: 50%; transform: translateX(-50%); }
.price-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; max-width: 940px; margin-inline: auto; }
.price-card { display: flex; flex-direction: column; gap: 24px; background: linear-gradient(180deg, var(--panel), var(--bg-2)); border: 1px solid var(--line-soft); border-top: 2px solid var(--gold); border-radius: 0 0 3px 3px; padding: 42px 40px; transition: transform 300ms var(--ease-out), border-color 300ms ease, box-shadow 300ms ease; }
.price-card .pc-name { font-family: var(--serif); font-size: 1.55rem; font-weight: 300; color: var(--cream); line-height: 1.2; }
.price-card .pc-sub { display: block; font-family: var(--sans); font-size: 0.74rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); margin-top: 12px; }
.price-card .pc-amount { font-family: var(--serif); font-size: clamp(2.6rem, 4vw, 3.5rem); font-weight: 300; color: var(--gold); white-space: nowrap; line-height: 1; margin-top: auto; }
.price-card .pc-amount small { font-size: 0.48em; color: var(--muted); font-family: var(--sans); letter-spacing: 0.04em; }
@media (hover: hover) and (pointer: fine) { .price-card:hover { transform: translateY(-6px); border-color: var(--line); box-shadow: 0 38px 76px -40px rgba(0,0,0,0.9); } }
.price-cta { display: flex; align-items: center; justify-content: space-between; gap: 28px; flex-wrap: wrap; max-width: 940px; margin: 24px auto 0; padding: 30px 40px; border: 1px solid var(--line); border-radius: 3px; background: linear-gradient(180deg, var(--panel-2), var(--bg-2)); }
.price-cta-text { display: flex; flex-direction: column; gap: 8px; }
.price-cta-k { font-size: 0.7rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted); }
.price-cta-phone { font-family: var(--serif-2); font-size: 1.8rem; color: var(--gold); transition: color 220ms ease; }
@media (hover: hover) and (pointer: fine) { .price-cta-phone:hover { color: var(--gold-bright); } }
.price-note { margin: 26px auto 0; max-width: 940px; text-align: center; font-size: 0.8rem; letter-spacing: 0.04em; color: var(--muted-2); }

/* ============ Reservation ============ */
.reserve { background: var(--bg); border-top: 1px solid var(--line-soft); }
.reserve-inner { display: grid; grid-template-columns: 1fr 1.05fr; gap: clamp(34px, 5vw, 84px); align-items: start; }
.reserve-title { font-family: var(--serif); font-weight: 300; font-size: clamp(2.1rem, 4vw, 3.3rem); line-height: 1.05; color: var(--cream); }
.reserve-lead { margin-top: 22px; color: var(--cream-dim); font-weight: 300; }
.reserve-contacts { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.rc { font-size: 0.76rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--cream); border: 1px solid var(--hair); border-radius: 1px; padding: 14px 22px; transition: border-color 240ms ease, color 240ms ease; }
.rc:active { transform: scale(0.97); }
@media (hover: hover) and (pointer: fine) { .rc:hover { border-color: var(--gold); color: var(--gold-bright); } }
.reserve-form { background: var(--panel); border: 1px solid var(--line-soft); border-radius: 5px; padding: 38px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { margin-bottom: 18px; }
.field label { display: block; font-size: 0.7rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); margin-bottom: 9px; }
.field input, .field select { width: 100%; font-family: var(--sans); font-size: 0.96rem; color: var(--cream); background: var(--bg); border: 1px solid var(--hair); border-radius: 2px; padding: 14px 15px; transition: border-color 240ms ease, box-shadow 240ms ease; }
.field input::placeholder { color: #5d574b; }
.field input:focus, .field select:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(201,162,75,0.16); }
.field input[type="date"] { color-scheme: dark; }
.form-note { margin-top: 16px; color: var(--gold-bright); font-size: 0.9rem; text-align: center; }

/* ============ SSS / FAQ ============ */
.faq { background: var(--bg-2); border-top: 1px solid var(--line-soft); }
.faq-list { max-width: 820px; margin: 0 auto; display: flex; flex-direction: column; }
.faq-item { padding: 26px 4px; border-bottom: 1px solid var(--line-soft); }
.faq-item h3 { font-family: var(--serif); font-weight: 400; font-size: clamp(1.25rem, 2.4vw, 1.6rem); color: var(--cream); margin-bottom: 12px; letter-spacing: -0.01em; }
.faq-item p { color: var(--cream-dim); font-weight: 300; font-size: 1.02rem; max-width: 70ch; }

/* ============ Contact ============ */
.contact-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(34px, 5vw, 84px); align-items: start; }
.contact-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.c-card { display: flex; flex-direction: column; gap: 16px; justify-content: space-between; background: var(--panel); border: 1px solid var(--line-soft); border-radius: 3px; padding: 32px 30px; min-height: 138px; transition: transform 280ms var(--ease-out), border-color 280ms ease, background-color 280ms ease; }
.c-card:active { transform: scale(0.99); }
.c-k { font-size: 0.7rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold); }
.c-v { font-family: var(--serif-2); font-size: 1.28rem; color: var(--cream); }
@media (hover: hover) and (pointer: fine) { .c-card:hover { transform: translateY(-6px); border-color: var(--line); background: var(--panel-2); } }

/* ============ Footer ============ */
.site-footer { background: var(--bg); border-top: 1px solid var(--line-soft); padding-block: 56px; }
.footer-inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 24px; }
.footer-logo { height: 42px; width: auto; filter: brightness(0) invert(1); opacity: 0.85; }
.footer-nav { display: flex; gap: 28px; flex-wrap: wrap; }
.footer-nav a { color: var(--cream-dim); font-size: 0.76rem; letter-spacing: 0.1em; text-transform: uppercase; transition: color 240ms ease; }
@media (hover: hover) and (pointer: fine) { .footer-nav a:hover { color: var(--gold); } }
.footer-copy { width: 100%; padding-top: 26px; border-top: 1px solid var(--line-soft); color: var(--muted-2); font-size: 0.8rem; }

/* ============ FABs ============ */
.fab-stack { position: fixed; right: 26px; bottom: 26px; z-index: 60; display: flex; flex-direction: column; gap: 14px; }
.fab { position: relative; width: 56px; height: 56px; display: grid; place-items: center; border-radius: 50%; box-shadow: 0 16px 36px -12px rgba(0,0,0,0.6); transition: transform 240ms var(--ease-out); }
.fab:active { transform: scale(0.92); }
.fab-wa { background: #25d366; color: #fff; }
.fab-call { background: var(--gold); color: #16110a; }
@media (hover: hover) and (pointer: fine) { .fab:hover { transform: translateY(-3px) scale(1.06); } }
.fab-wa::after { content: ""; position: absolute; inset: 0; border-radius: 50%; border: 2px solid #25d366; animation: fabPulse 2.6s var(--ease-out) infinite; }
@keyframes fabPulse { 0% { transform: scale(1); opacity: 0.6; } 100% { transform: scale(1.5); opacity: 0; } }

/* ============ Lightbox ============ */
.lightbox { position: fixed; inset: 0; z-index: 100; display: flex; flex-direction: column; align-items: center; justify-content: center; background: rgba(6,6,8,0.96); backdrop-filter: blur(14px); opacity: 0; visibility: hidden; transition: opacity 300ms var(--ease-out), visibility 300ms; padding: 24px; }
.lightbox.open { opacity: 1; visibility: visible; }
.lb-stage { display: flex; flex-direction: column; align-items: center; max-width: min(1120px, 92vw); }
.lb-stage img { max-width: 100%; max-height: 72vh; object-fit: contain; border-radius: 2px; transform: scale(0.96); opacity: 0; transition: transform 340ms var(--ease-out), opacity 340ms var(--ease-out); }
.lightbox.open .lb-stage img { transform: scale(1); opacity: 1; }
.lb-cap { display: flex; align-items: center; gap: 16px; margin-top: 18px; color: var(--cream); font-size: 0.85rem; letter-spacing: 0.06em; }
.lb-counter { color: var(--muted); }
.lb-close { position: absolute; top: 24px; right: 28px; width: 46px; height: 46px; border-radius: 50%; background: rgba(236,229,213,0.08); color: var(--cream); border: 1px solid var(--hair); cursor: pointer; font-size: 1rem; transition: background-color 240ms ease, color 240ms ease, transform 160ms var(--ease-out); }
.lb-close:active { transform: scale(0.92); }
.lb-nav { position: absolute; top: 50%; transform: translateY(-50%); width: 54px; height: 54px; border-radius: 50%; background: rgba(236,229,213,0.08); color: var(--cream); border: 1px solid var(--hair); cursor: pointer; font-size: 1.8rem; line-height: 1; display: grid; place-items: center; transition: background-color 240ms ease, color 240ms ease, transform 160ms var(--ease-out); }
.lb-prev { left: 24px; } .lb-next { right: 24px; }
.lb-nav:active { transform: translateY(-50%) scale(0.92); }
@media (hover: hover) and (pointer: fine) { .lb-close:hover, .lb-nav:hover { background: var(--gold); color: #16110a; border-color: var(--gold); } }
.lb-thumbs { display: flex; gap: 8px; margin-top: 22px; flex-wrap: wrap; justify-content: center; max-width: 92vw; }
.lb-thumbs button { width: 68px; height: 46px; padding: 0; border: 1px solid transparent; border-radius: 1px; overflow: hidden; cursor: pointer; opacity: 0.5; background: none; transition: opacity 220ms ease, border-color 220ms ease; }
.lb-thumbs img { width: 100%; height: 100%; object-fit: cover; }
.lb-thumbs button.is-active { opacity: 1; border-color: var(--gold); }

/* ============ Responsive ============ */
@media (max-width: 980px) {
  .nav, .nav-cta { display: none; }
  .nav-toggle { display: flex; }
  .mobile-menu { display: flex; }
  .room, .room:nth-child(even) { grid-template-columns: 1fr; gap: 26px; }
  .room:nth-child(even) .room-visual { order: 0; }
  .reserve-inner, .contact-grid { grid-template-columns: 1fr; }
  .price-cards { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 40px 24px; }
  .scroll-cue { display: none; }
}
@media (max-width: 620px) {
  .container { padding-inline: 22px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .contact-cards { grid-template-columns: 1fr; }
  .hero-actions .btn { flex: 1; }
  .room-bignum { font-size: 4.4rem; top: -0.5em; }
}

/* ============ Touch / no-hover: kill custom cursor ============ */
@media (hover: none), (pointer: coarse) {
  .cursor { display: none !important; }
  body, body a, body button { cursor: auto !important; }
}

/* ============ Reduced motion ============ */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; scroll-behavior: auto !important; }
  .preloader { display: none !important; }
  .reveal, .hero-sub, .hero-actions, .hero-eyebrow .he-t, .scroll-cue { opacity: 1 !important; transform: none !important; }
  .hero-eyebrow .rule { width: 50px !important; }
  .hero-title .line-in { transform: none !important; }
  .reveal-clip { clip-path: inset(0 0 0 0) !important; }
  .hero-img { transform: scale(1.02); }
  .marquee-track { animation: none !important; }
}
