
  :root{
    --ink:#15130f; --char:#211d18; --cream:#f6f1e8; --paper:#fbf8f2;
    --brass:#b0854a; --brass-2:#caa063; --muted:#8a8175; --line:rgba(21,19,15,.12);
    --serif:'Cormorant Garamond', Georgia, serif;
    --sans:'Jost', system-ui, sans-serif;
  }
  *{box-sizing:border-box; margin:0; padding:0;}
  html{ scroll-behavior:smooth; }
  body{ font-family:var(--sans); color:var(--ink); background:var(--paper); font-weight:300; font-size:17px; line-height:1.7; -webkit-font-smoothing:antialiased; }
  img{ display:block; max-width:100%; }
  a{ color:inherit; text-decoration:none; }
  .wrap{ max-width:1200px; margin:0 auto; padding:0 28px; }
  .eyebrow{ font-family:var(--sans); font-weight:400; font-size:12px; letter-spacing:.32em; text-transform:uppercase; color:var(--brass); }
  h1,h2,h3{ font-family:var(--serif); font-weight:500; line-height:1.1; letter-spacing:.01em; }
  .btn{ display:inline-block; font-family:var(--sans); font-weight:400; font-size:13px; letter-spacing:.18em; text-transform:uppercase; padding:15px 30px; border:1px solid var(--brass); color:var(--brass); transition:.25s; background:transparent; cursor:pointer; }
  .btn:hover{ background:var(--brass); color:#fff; }
  .btn-solid{ background:var(--brass); color:#fff; border-color:var(--brass); }
  .btn-solid:hover{ background:var(--brass-2); border-color:var(--brass-2); }
  .btn-light{ border-color:rgba(255,255,255,.7); color:#fff; }
  .btn-light:hover{ background:#fff; color:var(--ink); border-color:#fff; }

  /* HEADER */
  header{ position:fixed; top:0; left:0; right:0; z-index:50; transition:.3s; padding:22px 0; }
  header.scrolled{ background:rgba(21,19,15,.94); backdrop-filter:blur(8px); padding:14px 0; box-shadow:0 1px 0 rgba(255,255,255,.06); }
  .nav{ display:flex; align-items:center; justify-content:space-between; }
  .brand{ font-family:var(--serif); font-size:27px; font-weight:600; color:#fff; letter-spacing:.02em; line-height:1; }
  .brand small{ display:block; font-family:var(--sans); font-size:9px; letter-spacing:.42em; text-transform:uppercase; color:var(--brass-2); font-weight:400; margin-top:3px; }
  .menu{ display:flex; align-items:center; gap:34px; }
  .menu a.link{ color:rgba(255,255,255,.9); font-size:13px; letter-spacing:.14em; text-transform:uppercase; font-weight:400; }
  .menu a.link:hover{ color:var(--brass-2); }
  .burger{ display:none; flex-direction:column; gap:5px; background:none; border:0; cursor:pointer; padding:6px; }
  .burger span{ width:24px; height:1.5px; background:#fff; display:block; }

  /* HERO */
  .hero{ position:relative; min-height:100svh; display:flex; align-items:center; color:#fff; }
  .hero-img{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; z-index:0; }
  .hero-media{ position:absolute; inset:0; z-index:0; overflow:hidden; }
  .hero-layer{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; will-change:opacity,transform; }
  .hero-grain{ position:absolute; inset:0; z-index:1; pointer-events:none; opacity:.5; mix-blend-mode:soft-light;
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); }
  .hero::before{ content:""; position:absolute; inset:0; z-index:1; pointer-events:none; box-shadow:inset 0 0 240px 60px rgba(0,0,0,.6); }
  .hero::after{ content:""; position:absolute; inset:0; background:linear-gradient(180deg, rgba(15,13,10,.55) 0%, rgba(15,13,10,.28) 42%, rgba(15,13,10,.82) 100%); z-index:1; }
  .hero .wrap{ position:relative; z-index:2; width:100%; }
  .hero .eyebrow{ color:var(--brass-2); }
  .hero h1{ font-size:clamp(52px, 9vw, 122px); font-weight:500; margin:18px 0 4px; letter-spacing:.02em; }
  .hero .tag{ font-family:var(--serif); font-style:italic; font-size:clamp(22px,3.4vw,34px); color:rgba(255,255,255,.92); font-weight:400; }
  .hero .sub{ max-width:520px; margin:22px 0 34px; color:rgba(255,255,255,.85); font-size:17px; }
  .hero .cta-row{ display:flex; gap:16px; flex-wrap:wrap; }
  .scroll-cue{ position:absolute; bottom:30px; left:50%; transform:translateX(-50%); z-index:2; color:rgba(255,255,255,.62); font-size:10px; letter-spacing:.34em; text-transform:uppercase; display:flex; flex-direction:column; align-items:center; gap:10px; }
  .scroll-cue::after{ content:""; width:1px; height:46px; background:linear-gradient(rgba(255,255,255,.7), transparent); animation:cue 2.2s ease-in-out infinite; transform-origin:top; }
  @keyframes cue{ 0%{ transform:scaleY(0); opacity:0; } 40%{ transform:scaleY(1); opacity:1; } 100%{ transform:scaleY(1) translateY(20px); opacity:0; } }

  /* ---- MOTION / $10K reveal (transform+opacity only → zero CLS) ---- */
  @media (prefers-reduced-motion: no-preference){
    html.js .section-head,
    html.js .intro-grid > div > *,
    html.js .room,
    html.js .fac,
    html.js .loc-grid > *,
    html.js .tcard,
    html.js .faq-item,
    html.js .book .wrap > *,
    html.js .page-hero .wrap > *,
    html.js .prose > *,
    html.js .rrow,
    html.js .gal img,
    html.js .rd-gallery,
    html.js .rd-desc,
    html.js .rd-side,
    html.js .oth,
    html.js .cinfo,
    html.js .map,
    html.js .hero .wrap > *{ opacity:0; transform:translateY(30px); will-change:transform,opacity; }
  }

  /* SECTIONS */
  section{ padding:110px 0; }
  .center{ text-align:center; }
  .section-head{ max-width:640px; margin:0 auto 60px; text-align:center; }
  .section-head h2{ font-size:clamp(36px,5vw,56px); margin:14px 0 0; }
  .lead{ font-size:20px; color:#4a453d; }

  /* INTRO */
  .intro{ background:var(--paper); }
  .intro-grid{ display:grid; grid-template-columns:1.05fr .95fr; gap:70px; align-items:center; }
  .intro h2{ font-size:clamp(34px,4.6vw,52px); margin:14px 0 20px; }
  .intro p{ color:#4a453d; margin-bottom:18px; }
  .stats{ display:flex; gap:44px; margin-top:30px; }
  .stat .n{ font-family:var(--serif); font-size:46px; color:var(--brass); line-height:1; }
  .stat .l{ font-size:12px; letter-spacing:.16em; text-transform:uppercase; color:var(--muted); margin-top:6px; }
  .intro-imgs{ display:grid; grid-template-columns:1fr 1fr; gap:16px; }
  .intro-imgs img{ width:100%; aspect-ratio:3/4; object-fit:cover; border-radius:2px; }
  .intro-imgs img:first-child{ margin-top:34px; }

  /* ROOMS */
  .rooms{ background:var(--cream); }
  .room-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:26px; }
  .room{ background:var(--paper); overflow:hidden; }
  .room .ph{ position:relative; overflow:hidden; }
  .room .ph img{ width:100%; aspect-ratio:4/3; object-fit:cover; transition:.6s; }
  .room:hover .ph img{ transform:scale(1.05); }
  .room .body{ padding:24px 24px 28px; }
  .room h3{ font-size:26px; margin-bottom:6px; }
  .room .specs{ display:flex; gap:16px; font-size:13px; letter-spacing:.06em; color:var(--muted); text-transform:uppercase; margin-bottom:14px; }
  .room .specs b{ color:var(--brass); font-weight:500; }
  .room .rlink{ font-size:12px; letter-spacing:.18em; text-transform:uppercase; color:var(--brass); border-bottom:1px solid var(--brass); padding-bottom:2px; }

  /* FACILITIES */
  .facil{ background:var(--ink); color:#f6f1e8; }
  .facil .section-head h2{ color:#fff; }
  .facil .section-head .lead{ color:rgba(246,241,232,.7); }
  .fac-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:20px 30px; }
  .fac{ padding:28px 22px; border:1px solid rgba(246,241,232,.14); text-align:center; }
  .fac svg{ width:30px; height:30px; stroke:var(--brass-2); fill:none; stroke-width:1.3; margin:0 auto 14px; }
  .fac h3{ font-size:22px; color:#fff; margin-bottom:4px; }
  .fac p{ font-size:14px; color:rgba(246,241,232,.62); }

  /* LOCATION */
  .loc-grid{ display:grid; grid-template-columns:1fr 1fr; gap:60px; align-items:center; }
  .loc img{ width:100%; aspect-ratio:4/3; object-fit:cover; }
  .loc h2{ font-size:clamp(34px,4.6vw,52px); margin:14px 0 18px; }
  .loc p{ color:#4a453d; margin-bottom:16px; }
  .loc ul{ list-style:none; }
  .loc li{ padding:9px 0 9px 26px; position:relative; border-bottom:1px solid var(--line); font-size:16px; }
  .loc li::before{ content:""; position:absolute; left:0; top:16px; width:9px; height:9px; border-radius:50%; background:var(--brass); }

  /* TRUST */
  .trust{ background:var(--cream); text-align:center; padding:64px 0; }
  .trust .lbl{ font-size:12px; letter-spacing:.24em; text-transform:uppercase; color:var(--muted); margin-bottom:22px; }
  .trust .names{ display:flex; gap:44px; justify-content:center; flex-wrap:wrap; font-family:var(--serif); font-size:26px; color:#6b6357; font-style:italic; }

  /* TESTIMONIALE */
  .testi{ background:var(--paper); }
  .testi-grid{ display:grid; grid-template-columns:1fr 1fr; gap:30px; }
  .tcard{ background:var(--cream); padding:42px 40px; position:relative; }
  .tcard::before{ content:"\201C"; position:absolute; top:6px; left:24px; font-family:var(--serif); font-size:90px; line-height:1; color:var(--brass); opacity:.35; }
  .tcard p{ font-family:var(--serif); font-size:23px; line-height:1.42; font-style:italic; color:#2f2a22; margin:14px 0 22px; position:relative; }
  .tcard cite{ font-style:normal; font-family:var(--sans); font-size:14px; letter-spacing:.1em; text-transform:uppercase; color:var(--ink); }
  .tcard cite span{ display:block; text-transform:none; letter-spacing:0; font-size:13px; color:var(--muted); margin-top:3px; }
  .tcard.feature{ max-width:820px; margin:0 auto; text-align:center; padding:52px 54px; }
  .tcard.feature::before{ left:50%; transform:translateX(-50%); }
  .tcard.feature p{ font-size:27px; }
  @media(max-width:900px){ .testi-grid{ grid-template-columns:1fr; } .tcard.feature{ padding:40px 26px; } .tcard.feature p{ font-size:22px; } }

  /* BOOK CTA */
  .book{ position:relative; color:#fff; text-align:center; overflow:hidden; }
  .book-img{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; z-index:0; }
  .book::after{ content:""; position:absolute; inset:0; background:rgba(15,13,10,.72); z-index:1; }
  .book .wrap{ position:relative; z-index:2; padding:120px 28px; }
  .book h2{ font-size:clamp(40px,6vw,72px); }
  .book p{ max-width:520px; margin:16px auto 34px; color:rgba(255,255,255,.85); }

  /* FOOTER */
  footer{ background:var(--ink); color:rgba(246,241,232,.75); padding:80px 0 34px; }
  .foot-grid{ display:grid; grid-template-columns:1.4fr 1fr 1fr; gap:40px; margin-bottom:50px; }
  footer .brand{ margin-bottom:16px; }
  footer h4{ font-family:var(--sans); font-size:12px; letter-spacing:.2em; text-transform:uppercase; color:var(--brass-2); margin-bottom:18px; font-weight:400; }
  footer a:hover{ color:#fff; }
  footer .fcol p, footer .fcol a{ display:block; margin-bottom:10px; font-size:15px; }
  .foot-bottom{ border-top:1px solid rgba(246,241,232,.12); padding-top:24px; display:flex; justify-content:space-between; flex-wrap:wrap; gap:10px; font-size:13px; color:rgba(246,241,232,.5); }

  @media(max-width:900px){
    .menu .link, .menu .btn{ display:none; }
    .burger{ display:flex; }
    .menu.open{ position:absolute; top:100%; right:0; left:0; background:rgba(21,19,15,.98); flex-direction:column; gap:20px; padding:26px; align-items:flex-start; }
    .menu.open .link, .menu.open .btn{ display:block; }
    .intro-grid, .loc-grid{ grid-template-columns:1fr; gap:36px; }
    .room-grid{ grid-template-columns:1fr 1fr; }
    .fac-grid{ grid-template-columns:1fr 1fr; }
    section{ padding:72px 0; }
  }
  @media(max-width:600px){
    .room-grid, .fac-grid{ grid-template-columns:1fr; }
    .stats{ gap:28px; } .trust .names{ gap:22px; font-size:21px; }
  }

/* ---- PAGINI INTERIOARE ---- */
.page-hero{ position:relative; min-height:46vh; display:flex; align-items:center; text-align:center; color:#fff; overflow:hidden; }
.page-hero img{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; z-index:0; }
.page-hero::after{ content:""; position:absolute; inset:0; background:rgba(15,13,10,.6); z-index:1; }
.page-hero .wrap{ position:relative; z-index:2; width:100%; padding-top:64px; }
.page-hero h1{ font-size:clamp(40px,6vw,74px); color:#fff; }
.page-hero .eyebrow{ color:var(--brass-2); }
.crumb{ font-size:12px; letter-spacing:.16em; text-transform:uppercase; color:rgba(255,255,255,.72); margin-top:14px; }
.crumb a{ color:var(--brass-2); }
.prose{ max-width:760px; margin:0 auto; }
.prose p{ color:#4a453d; margin-bottom:20px; font-size:18px; }
.prose h2{ font-size:clamp(30px,4vw,44px); margin:40px 0 16px; }

/* camere page rows */
.rlist{ display:grid; gap:34px; }
.rrow{ display:grid; grid-template-columns:1.1fr 1fr; gap:0; background:var(--paper); border:1px solid var(--line); overflow:hidden; }
.rrow:nth-child(even){ grid-template-columns:1fr 1.1fr; }
.rrow:nth-child(even) .rimg{ order:2; }
.rimg img{ width:100%; height:100%; min-height:320px; object-fit:cover; }
.rbody{ padding:40px 44px; display:flex; flex-direction:column; justify-content:center; }
.rbody h2{ font-size:34px; margin-bottom:10px; }
.rbody .specs{ display:flex; gap:20px; font-size:13px; letter-spacing:.06em; text-transform:uppercase; color:var(--muted); margin-bottom:14px; }
.rbody .specs b{ color:var(--brass); }
.rbody p{ color:#4a453d; margin-bottom:22px; }
.rbtns{ display:flex; gap:12px; flex-wrap:wrap; }
.rbody h2 a{ transition:.2s; } .rbody h2 a:hover{ color:var(--brass); }
@media(max-width:800px){ .rrow, .rrow:nth-child(even){ grid-template-columns:1fr; } .rrow:nth-child(even) .rimg{ order:0; } .rimg img{ min-height:240px; } }

/* galerie */
.gal{ display:grid; grid-template-columns:repeat(3,1fr); gap:14px; }
.gal img{ width:100%; aspect-ratio:1/1; object-fit:cover; transition:.4s; }
.gal a:hover img{ opacity:.85; }
@media(max-width:700px){ .gal{ grid-template-columns:1fr 1fr; } }

/* contact */
.contact-grid{ display:grid; grid-template-columns:1fr 1.2fr; gap:56px; align-items:start; }
.cinfo .row{ padding:18px 0; border-bottom:1px solid var(--line); }
.cinfo .row .k{ font-size:12px; letter-spacing:.16em; text-transform:uppercase; color:var(--brass); margin-bottom:4px; }
.cinfo .row .v{ font-size:19px; }
.map iframe{ width:100%; height:440px; border:0; display:block; }
@media(max-width:900px){ .contact-grid{ grid-template-columns:1fr; gap:34px; } }

/* ---- DETALIU APARTAMENT ---- */
.rd-grid{ display:grid; grid-template-columns:1.5fr .85fr; gap:52px; align-items:start; }
.rd-gallery{ display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.rd-gallery img{ width:100%; aspect-ratio:4/3; object-fit:cover; }
.rd-gallery img:first-child{ grid-column:1 / -1; aspect-ratio:16/10; }
.rd-desc{ margin-top:38px; }
.rd-desc h2{ font-size:clamp(28px,3.6vw,40px); margin:34px 0 14px; }
.rd-desc p{ color:#4a453d; margin-bottom:18px; font-size:18px; }
.rd-side{ position:sticky; top:100px; background:var(--cream); border:1px solid var(--line); padding:34px 32px; }
.rd-side .price-note{ font-size:13px; letter-spacing:.14em; text-transform:uppercase; color:var(--muted); margin-bottom:6px; }
.rd-side h1{ font-size:32px; margin-bottom:16px; }
.rd-specs{ display:flex; flex-wrap:wrap; gap:14px 22px; padding:18px 0; border-top:1px solid var(--line); border-bottom:1px solid var(--line); margin-bottom:20px; }
.rd-specs span{ font-size:13px; letter-spacing:.06em; text-transform:uppercase; color:var(--muted); }
.rd-specs b{ color:var(--brass); font-weight:500; }
.rd-amen{ list-style:none; margin-bottom:26px; }
.rd-amen li{ position:relative; padding:7px 0 7px 26px; font-size:15px; color:#3a352d; }
.rd-amen li::before{ content:""; position:absolute; left:0; top:13px; width:12px; height:7px; border-left:1.6px solid var(--brass); border-bottom:1.6px solid var(--brass); transform:rotate(-45deg); }
.rd-side .btn{ display:block; text-align:center; }
.rd-other{ background:var(--cream); }
.rd-other .oth-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:22px; margin-top:40px; }
.rd-other .oth{ background:var(--paper); overflow:hidden; }
.rd-other .oth img{ width:100%; aspect-ratio:4/3; object-fit:cover; transition:.5s; }
.rd-other .oth:hover img{ transform:scale(1.05); }
.rd-other .oth .ob{ padding:18px 20px 22px; }
.rd-other .oth h3{ font-size:22px; margin-bottom:6px; }
.rd-other .oth .specs{ font-size:12px; letter-spacing:.06em; text-transform:uppercase; color:var(--muted); }
@media(max-width:900px){ .rd-grid{ grid-template-columns:1fr; gap:30px; } .rd-side{ position:static; } .rd-other .oth-grid{ grid-template-columns:1fr; } }

/* ---- FAQ ---- */
.faq{ background:var(--paper); }
.faq-list{ max-width:820px; margin:44px auto 0; }
.faq-item{ border-bottom:1px solid var(--line); }
.faq-item summary{ list-style:none; cursor:pointer; padding:24px 40px 24px 0; position:relative; font-family:var(--serif); font-size:23px; color:var(--ink); }
.faq-item summary::-webkit-details-marker{ display:none; }
.faq-item summary::after{ content:"+"; position:absolute; right:6px; top:22px; font-family:var(--sans); font-weight:300; font-size:26px; color:var(--brass); transition:.25s; }
.faq-item[open] summary::after{ transform:rotate(45deg); }
.faq-item .fa-body{ padding:0 40px 26px 0; color:#4a453d; font-size:17px; }

/* ============ $50k WOW — smooth scroll, micro-interactions, functional UI ============ */

/* Lenis smooth scroll */
html.lenis, html.lenis body{ height:auto; }
.lenis.lenis-smooth{ scroll-behavior:auto !important; }
.lenis.lenis-smooth [data-lenis-prevent]{ overscroll-behavior:contain; }
.lenis.lenis-stopped{ overflow:hidden; }

/* Scroll progress bar */
.scroll-prog{ position:fixed; top:0; left:0; height:3px; width:100%; transform:scaleX(0); transform-origin:0 50%; background:linear-gradient(90deg,var(--brass),var(--brass-2)); z-index:100; pointer-events:none; will-change:transform; }

/* Back-to-top */
.to-top{ position:fixed; right:24px; bottom:24px; width:48px; height:48px; border-radius:50%; border:1px solid var(--brass); background:rgba(21,19,15,.68); color:var(--brass-2); display:grid; place-items:center; cursor:pointer; opacity:0; transform:translateY(14px); pointer-events:none; transition:opacity .35s, transform .35s, background .25s, color .25s; z-index:90; -webkit-backdrop-filter:blur(6px); backdrop-filter:blur(6px); }
.to-top.show{ opacity:1; transform:translateY(0); pointer-events:auto; }
.to-top:hover{ background:var(--brass); color:#fff; }

/* Animated burger -> X */
.burger span{ transition:transform .3s ease, opacity .2s ease; transform-origin:center; }
#hdr.menu-open .burger span:nth-child(1){ transform:translateY(6.5px) rotate(45deg); }
#hdr.menu-open .burger span:nth-child(2){ opacity:0; }
#hdr.menu-open .burger span:nth-child(3){ transform:translateY(-6.5px) rotate(-45deg); }

/* Nav link underline draw + active/current */
.menu a.link{ position:relative; }
.menu a.link::after{ content:""; position:absolute; left:0; right:100%; bottom:-6px; height:1px; background:var(--brass-2); transition:right .38s cubic-bezier(.2,.7,.2,1); }
.menu a.link:hover::after, .menu a.link.active::after, .menu a.link.current::after{ right:0; }

/* Card hover lifts */
.room, .rrow, .rd-other .oth{ transition:transform .45s cubic-bezier(.2,.7,.2,1), box-shadow .45s ease; }
.room:hover, .rrow:hover, .rd-other .oth:hover{ transform:translateY(-6px); box-shadow:0 26px 54px -26px rgba(21,19,15,.42); }
.fac{ transition:transform .4s cubic-bezier(.2,.7,.2,1), border-color .3s, background .3s; }
.fac:hover{ transform:translateY(-5px); border-color:rgba(202,160,99,.6); background:rgba(176,133,74,.06); }

/* Gallery zoom + zoom-in cursor */
.gal img, .rd-gallery img{ transition:transform .55s cubic-bezier(.2,.7,.2,1), opacity .4s ease; }
.gal a:hover img{ transform:scale(1.05); }
.rd-gallery img:hover{ transform:scale(1.03); }

/* Lightbox */
.lightbox{ position:fixed; inset:0; z-index:200; display:none; align-items:center; justify-content:center; background:rgba(10,9,7,.94); padding:5vh 4vw; -webkit-backdrop-filter:blur(4px); backdrop-filter:blur(4px); }
.lightbox.open{ display:flex; animation:lbfade .3s ease; }
@keyframes lbfade{ from{opacity:0} to{opacity:1} }
.lb-stage{ max-width:92vw; max-height:88vh; text-align:center; margin:0; }
.lb-stage img{ max-width:92vw; max-height:80vh; object-fit:contain; opacity:0; transform:scale(.985); transition:opacity .4s ease, transform .5s cubic-bezier(.2,.7,.2,1); box-shadow:0 30px 90px -30px rgba(0,0,0,.85); }
.lb-stage img.in{ opacity:1; transform:scale(1); }
.lb-stage figcaption{ color:rgba(246,241,232,.7); font-size:13px; letter-spacing:.1em; margin-top:16px; }
.lb-close{ position:absolute; top:20px; right:28px; background:none; border:0; color:#fff; font-size:42px; line-height:1; cursor:pointer; opacity:.85; transition:opacity .2s, transform .3s; }
.lb-close:hover{ opacity:1; transform:rotate(90deg); }
.lb-nav{ background:rgba(255,255,255,.04); border:1px solid rgba(255,255,255,.3); color:#fff; width:54px; height:54px; border-radius:50%; font-size:26px; line-height:1; cursor:pointer; flex:0 0 auto; margin:0 8px; transition:background .25s, border-color .25s; }
.lb-nav:hover{ background:var(--brass); border-color:var(--brass); }
html.lb-lock{ overflow:hidden; }
@media(max-width:700px){ .lb-nav{ width:44px; height:44px; margin:0 4px; } .lb-close{ right:16px; } }

/* ============ REDESIGN: intro editorial + liquid glass + polish ============ */

/* Headings: balanced wrapping */
h1, h2, h3{ text-wrap:balance; }

/* Accessible focus rings (keyboard) */
a:focus-visible, button:focus-visible, summary:focus-visible, .btn:focus-visible, input:focus-visible{
  outline:2px solid var(--brass-2); outline-offset:3px; border-radius:2px;
}

/* ---- Liquid-glass nav ---- */
header.scrolled{
  background:rgba(18,16,12,.58);
  -webkit-backdrop-filter:blur(22px) saturate(1.5);
  backdrop-filter:blur(22px) saturate(1.5);
  box-shadow:0 1px 0 rgba(255,255,255,.09), 0 10px 34px -14px rgba(0,0,0,.45);
}

/* ---- Intro redesign ---- */
.intro-grid{ align-items:center; }
.intro-copy{ max-width:560px; }
.intro-copy h2{ font-size:clamp(34px,4.6vw,54px); margin:14px 0 22px; }
.intro-copy p{ color:#4a453d; margin-bottom:18px; }
.intro-copy .btn{ margin-top:12px; }
.intro-figure{ position:relative; margin:0; aspect-ratio:4/5; border-radius:6px; overflow:hidden; }
.intro-figure img{ position:absolute; inset:-7% 0; width:100%; height:114%; object-fit:cover; display:block; }
.intro-figure::after{ content:""; position:absolute; inset:auto 0 0 0; z-index:1; height:48%; background:linear-gradient(transparent, rgba(15,13,10,.42)); pointer-events:none; }

/* Liquid-glass stats card floating over the image */
.glass-stats{ position:absolute; left:22px; right:22px; bottom:22px; z-index:2; display:grid; grid-template-columns:repeat(3,1fr); gap:6px; padding:22px 16px; border-radius:18px;
  background:rgba(21,19,15,.34);
  -webkit-backdrop-filter:blur(22px) saturate(1.5); backdrop-filter:blur(22px) saturate(1.5);
  border:1px solid rgba(255,255,255,.22);
  box-shadow:0 12px 44px -14px rgba(0,0,0,.6), inset 0 1px 0 rgba(255,255,255,.34); }
.glass-stats .stat{ text-align:center; }
.glass-stats .stat .n{ font-family:var(--serif); font-size:clamp(30px,3vw,42px); color:var(--brass-2); line-height:1; }
.glass-stats .stat .l{ font-size:10.5px; letter-spacing:.13em; text-transform:uppercase; color:rgba(246,241,232,.86); margin-top:7px; }
@media(max-width:900px){ .intro-figure{ aspect-ratio:16/11; } .glass-stats{ left:16px; right:16px; bottom:16px; } }

/* ---- Facilities: liquid-glass cards over a faint interior backdrop ---- */
.facil{ position:relative; overflow:hidden; }
.facil::before{ content:""; position:absolute; inset:0; z-index:0; background:url("images/g-59818.webp") center/cover no-repeat; opacity:.12; filter:saturate(.8); }
.facil::after{ content:""; position:absolute; inset:0; z-index:0; background:radial-gradient(120% 90% at 50% 0%, rgba(21,19,15,.2), rgba(21,19,15,.85)); }
.facil .wrap{ position:relative; z-index:1; }
.fac{ background:rgba(246,241,232,.045); -webkit-backdrop-filter:blur(16px) saturate(1.2); backdrop-filter:blur(16px) saturate(1.2); border:1px solid rgba(246,241,232,.16); box-shadow:inset 0 1px 0 rgba(255,255,255,.10); border-radius:14px; }
.fac:hover{ background:rgba(176,133,74,.12); border-color:rgba(202,160,99,.5); box-shadow:inset 0 1px 0 rgba(255,255,255,.18), 0 20px 40px -22px rgba(0,0,0,.6); }

/* ---- Reusable glass utility ---- */
.glass{ background:rgba(255,255,255,.10); -webkit-backdrop-filter:blur(18px) saturate(1.4); backdrop-filter:blur(18px) saturate(1.4); border:1px solid rgba(255,255,255,.2); box-shadow:inset 0 1px 0 rgba(255,255,255,.25); }

/* Back-to-top -> liquid glass */
.to-top{ background:rgba(21,19,15,.42); -webkit-backdrop-filter:blur(16px) saturate(1.4); backdrop-filter:blur(16px) saturate(1.4); box-shadow:inset 0 1px 0 rgba(255,255,255,.22), 0 8px 24px -12px rgba(0,0,0,.5); }

/* Language toggle in nav */
.menu a.lang{ color:rgba(255,255,255,.72); font-size:12px; letter-spacing:.14em; font-weight:400; border:1px solid rgba(255,255,255,.28); padding:6px 11px; border-radius:20px; transition:color .25s, border-color .25s, background .25s; }
.menu a.lang:hover{ color:#fff; border-color:var(--brass-2); background:rgba(202,160,99,.14); }
@media(max-width:900px){ .menu .lang{ display:none; } .menu.open .lang{ display:inline-block; } }

/* ============ GLASS BUTTONS + BOOKING CALENDAR ============ */

/* Glass feel on all buttons (keeps contrast + brass identity) */
.btn{ -webkit-backdrop-filter:blur(10px) saturate(1.3); backdrop-filter:blur(10px) saturate(1.3); box-shadow:inset 0 1px 0 rgba(255,255,255,.22); }
.btn-solid{ background:linear-gradient(180deg, rgba(202,160,99,.96), rgba(176,133,74,.96)); border-color:rgba(202,160,99,.6); color:#fff; box-shadow:inset 0 1px 0 rgba(255,255,255,.45), inset 0 -1px 0 rgba(0,0,0,.12), 0 10px 26px -12px rgba(176,133,74,.7); }
.btn-solid:hover{ background:linear-gradient(180deg, rgba(214,176,116,.98), rgba(190,146,84,.98)); }
.btn:not(.btn-solid):not(.btn-light){ background:rgba(176,133,74,.08); }
.btn:not(.btn-solid):not(.btn-light):hover{ background:var(--brass); }
.btn-light{ background:rgba(255,255,255,.10); -webkit-backdrop-filter:blur(14px) saturate(1.3); backdrop-filter:blur(14px) saturate(1.3); box-shadow:inset 0 1px 0 rgba(255,255,255,.3); }

/* ---- Booking bar (liquid glass) ---- */
.bookbar{ display:flex; align-items:flex-end; gap:6px; margin:30px 0 22px; padding:14px; border-radius:20px; max-width:720px; position:relative;
  background:rgba(21,19,15,.34); -webkit-backdrop-filter:blur(24px) saturate(1.6); backdrop-filter:blur(24px) saturate(1.6);
  border:1px solid rgba(255,255,255,.22); box-shadow:0 18px 50px -18px rgba(0,0,0,.6), inset 0 1px 0 rgba(255,255,255,.32); }
.bookbar .bf{ flex:1; min-width:0; padding:8px 14px; border-right:1px solid rgba(255,255,255,.14); }
.bookbar .bf:nth-child(3){ border-right:0; flex:0 0 auto; }
.bookbar label{ display:block; font-size:10px; letter-spacing:.16em; text-transform:uppercase; color:var(--brass-2); margin-bottom:5px; }
.bookbar .bf-val{ background:none; border:0; color:#fff; font-family:var(--serif); font-size:19px; cursor:pointer; padding:0; width:100%; text-align:left; letter-spacing:.01em; }
.bookbar select.bf-val{ font-family:var(--sans); font-size:16px; -webkit-appearance:none; appearance:none; }
.bookbar select.bf-val option{ color:#15130f; }
.bookbar .bf-val.placeholder{ color:rgba(255,255,255,.55); }
.bookbar-go{ flex:0 0 auto; align-self:stretch; padding:0 26px; font-size:12px; }
.bookbar.shake{ animation:bshake .4s; }
@keyframes bshake{ 0%,100%{transform:translateX(0)} 25%{transform:translateX(-6px)} 75%{transform:translateX(6px)} }
.hero-link{ display:inline-block; color:rgba(255,255,255,.85); font-size:13px; letter-spacing:.12em; text-transform:uppercase; border-bottom:1px solid rgba(202,160,99,.6); padding-bottom:3px; }
.hero-link:hover{ color:#fff; }
@media(max-width:720px){
  .bookbar{ flex-wrap:wrap; gap:4px; }
  .bookbar .bf{ flex:1 1 40%; border-right:0; border-bottom:1px solid rgba(255,255,255,.12); }
  .bookbar .bf:nth-child(3){ flex:1 1 100%; }
  .bookbar-go{ flex:1 1 100%; padding:15px; margin-top:6px; }
}

/* ---- Glass calendar popover ---- */
.cal-pop{ position:absolute; top:calc(100% + 12px); left:0; z-index:120; width:min(600px,92vw); padding:20px; border-radius:20px;
  background:rgba(24,21,16,.62); -webkit-backdrop-filter:blur(30px) saturate(1.7); backdrop-filter:blur(30px) saturate(1.7);
  border:1px solid rgba(255,255,255,.2); box-shadow:0 30px 70px -24px rgba(0,0,0,.7), inset 0 1px 0 rgba(255,255,255,.28); color:#f6f1e8; }
.cal-pop[hidden]{ display:none; }
.cal-head{ display:flex; align-items:center; justify-content:space-between; margin-bottom:14px; }
.cal-nav{ width:34px; height:34px; border-radius:50%; border:1px solid rgba(255,255,255,.25); background:rgba(255,255,255,.06); color:#fff; cursor:pointer; font-size:16px; transition:.2s; }
.cal-nav:hover{ background:var(--brass); border-color:var(--brass); }
.cal-nav:disabled{ opacity:.3; cursor:default; }
.cal-months{ display:grid; grid-template-columns:1fr 1fr; gap:26px; }
@media(max-width:560px){ .cal-months{ grid-template-columns:1fr; } .cal-pop{ left:50%; transform:translateX(-50%); } }
.cal-mtitle{ text-align:center; font-family:var(--serif); font-size:20px; margin-bottom:10px; }
.cal-grid{ display:grid; grid-template-columns:repeat(7,1fr); gap:2px; }
.cal-dow{ font-size:10px; letter-spacing:.06em; text-transform:uppercase; color:rgba(246,241,232,.5); text-align:center; padding:4px 0; }
.cal-day{ height:38px; display:flex; align-items:center; justify-content:center; font-size:14px; border:0; background:none; color:#f6f1e8; cursor:pointer; border-radius:9px; transition:background .18s, color .18s; }
.cal-day:hover:not(:disabled){ background:rgba(202,160,99,.28); }
.cal-day:disabled{ color:rgba(246,241,232,.22); cursor:default; }
.cal-day.in-range{ background:rgba(202,160,99,.16); border-radius:0; }
.cal-day.sel{ background:var(--brass); color:#fff; font-weight:500; }
.cal-day.sel.start{ border-radius:9px 0 0 9px; } .cal-day.sel.end{ border-radius:0 9px 9px 0; }
.cal-day.sel.start.end{ border-radius:9px; }
.cal-foot{ display:flex; align-items:center; justify-content:space-between; margin-top:14px; padding-top:12px; border-top:1px solid rgba(255,255,255,.12); font-size:13px; color:rgba(246,241,232,.75); }
.cal-clear{ background:none; border:0; color:var(--brass-2); cursor:pointer; font-size:12px; letter-spacing:.1em; text-transform:uppercase; }

/* Calendar footer actions + mobile bottom-sheet (fixes hero overflow clipping) */
.cal-actions{ display:flex; gap:16px; align-items:center; }
.cal-done{ background:var(--brass); border:0; color:#fff; padding:9px 20px; border-radius:20px; font-size:12px; letter-spacing:.1em; text-transform:uppercase; cursor:pointer; transition:background .2s; }
.cal-done:hover{ background:var(--brass-2); }
@media(max-width:720px){
  body.cal-open{ overflow:hidden; }
  body.cal-open::before{ content:""; position:fixed; inset:0; z-index:115; background:rgba(10,9,7,.6); -webkit-backdrop-filter:blur(3px); backdrop-filter:blur(3px); }
  .cal-pop{ position:fixed; left:0; right:0; bottom:0; top:auto; transform:none; width:100%; max-width:100%; max-height:86vh; overflow-y:auto; -webkit-overflow-scrolling:touch; z-index:120; border-radius:22px 22px 0 0; padding:16px 16px calc(20px + env(safe-area-inset-bottom)); }
  .cal-pop::before{ content:""; display:block; width:44px; height:4px; border-radius:3px; background:rgba(255,255,255,.35); margin:2px auto 14px; }
  .cal-months{ grid-template-columns:1fr; gap:22px; }
  .cal-day{ font-size:16px; }
  .cal-foot{ position:sticky; bottom:0; background:linear-gradient(transparent, rgba(24,21,16,.9) 30%); padding-bottom:6px; }
}

/* Mobile hero: booking bar fills the hero — drop the scroll cue (avoids overlap with "Vezi apartamentele") and flow content from the top */
@media(max-width:720px){
  .hero{ align-items:flex-start; }
  .hero .wrap{ padding-top:110px; padding-bottom:52px; }
  .scroll-cue{ display:none; }
  .hero-link{ margin-top:4px; }
}

/* Compact calendar on touch + hide "Vezi apartamentele" while calendar is open, glow on return */
@media(max-width:720px){ .cal-day{ height:44px; } }
.hero-link{ transition:opacity .3s ease; }
body.cal-open .hero-link{ opacity:0 !important; pointer-events:none; }
.hero-link.glow{ animation:hlGlow 1.15s ease; }
@keyframes hlGlow{
  0%{ text-shadow:0 0 0 rgba(202,160,99,0); color:rgba(255,255,255,.85); }
  35%{ text-shadow:0 0 22px rgba(202,160,99,.95); color:#fff; }
  100%{ text-shadow:0 0 0 rgba(202,160,99,0); color:rgba(255,255,255,.85); }
}

/* Mobile hero: tighten vertical rhythm so the booking bar + CTA sit comfortably (not glued to the bottom edge) on every phone height */
@media(max-width:720px){
  .hero .wrap{ padding-top:94px; padding-bottom:58px; }
  .hero .eyebrow{ font-size:11px; letter-spacing:.2em; }
  .hero h1{ font-size:clamp(44px,12.5vw,62px); margin:12px 0 2px; }
  .hero .tag{ font-size:clamp(19px,4.8vw,25px); }
  .hero .sub{ margin:13px 0 22px; font-size:16px; line-height:1.6; }
  .bookbar{ margin:0 0 16px; padding:12px; }
  .hero-link{ font-size:12px; }
}

/* Short viewports (small/older phones): tighten further so the CTA + link always fit with margin */
@media(max-width:720px) and (max-height:720px){
  .hero .wrap{ padding-top:82px; padding-bottom:44px; }
  .hero h1{ font-size:clamp(40px,11vw,52px); margin:10px 0 2px; }
  .hero .tag{ font-size:clamp(18px,4.4vw,22px); }
  .hero .sub{ margin:10px 0 16px; font-size:15px; }
  .bookbar{ margin:0 0 12px; padding:11px; }
}
