:root {
  --bg-deep: #121816;
  --bg-mid: #1a221e;
  --bg-card: #222b26;
  --bg-warm: #2a241c;
  --text: #f2ebe0;
  --text-muted: #b8aea0;
  --green: #3d6b52;
  --green-glow: #5a9a72;
  --burgundy: #9e4458;
  --gold: #c9a86a;
  --line: rgba(201, 168, 106, 0.18);
  --radius: 16px;
  --font-display: "Cormorant Garamond", Georgia, serif;
  --font-ui: "DM Sans", system-ui, sans-serif;
  --wrap: min(1180px, 92vw);
  --input-bg: #f7f2ea;
  --input-bg-focus: #fffdf9;
  --input-text: #1a221e;
  --input-border: rgba(160, 130, 75, 0.38);
  --input-placeholder: #6d756f;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-ui);
  font-size: 1.05rem;
  line-height: 1.6;
  color: var(--text);
  background: var(--bg-deep);
}
#main { padding-top: 4.25rem; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--gold); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--green-glow); }

.brand-title,
.brand-sub {
  display: block;
  font-family: var(--font-display);
  line-height: 1.15;
}
.brand-title { font-size: 1.35rem; font-weight: 600; color: var(--text); }
.brand-sub { font-size: 0.95rem; font-weight: 500; color: var(--gold); margin-top: 0.1rem; }

.skip-link {
  position: absolute; left: -999px; top: 0;
  background: var(--burgundy); color: #fff; padding: 0.5rem 1rem; z-index: 100;
}
.skip-link:focus { left: 1rem; top: 1rem; }

.wrap { width: var(--wrap); margin-inline: auto; }

.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 80;
  background: rgba(18, 24, 22, 0.82);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, auto) 1fr auto;
  align-items: center;
  gap: 1rem 1.5rem;
  padding: 0.75rem 0;
}
.brand { text-decoration: none; min-width: 0; }
.brand-title { font-size: 1.2rem; white-space: nowrap; }
.brand-sub { font-size: 0.82rem; }

.nav {
  display: flex;
  gap: 0.65rem 1rem;
  flex-wrap: wrap;
  justify-content: center;
  justify-self: center;
}
.nav a {
  text-decoration: none;
  color: var(--text-muted);
  font-weight: 500;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 0.35rem 0.15rem;
  border-bottom: 2px solid transparent;
}
.nav a:hover { color: var(--text); border-bottom-color: rgba(201, 168, 106, 0.35); }
.nav a.is-current { color: var(--gold); border-bottom-color: var(--gold); }

.lang-switch {
  display: flex;
  border: 1px solid var(--line);
  border-radius: 999px;
  overflow: hidden;
  background: var(--bg-card);
}
.lang-btn {
  border: 0; background: transparent;
  padding: 0.4rem 0.8rem;
  font: inherit; font-size: 0.78rem; font-weight: 700;
  cursor: pointer; color: var(--text-muted);
}
.lang-btn.is-active { background: var(--burgundy); color: #fff; }

.nav-toggle {
  display: none;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(34, 43, 38, 0.84);
  color: var(--text);
  cursor: pointer;
}
.nav-toggle-line {
  display: block;
  width: 1rem;
  height: 1.5px;
  margin: 3px auto;
  border-radius: 2px;
  background: currentColor;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.site-header.is-menu-open .nav-toggle-line:nth-child(1) { transform: translateY(4.5px) rotate(45deg); }
.site-header.is-menu-open .nav-toggle-line:nth-child(2) { opacity: 0; }
.site-header.is-menu-open .nav-toggle-line:nth-child(3) { transform: translateY(-4.5px) rotate(-45deg); }

.hero {
  position: relative;
  min-height: clamp(22rem, 72vh, 36rem);
  margin-top: -4.25rem;
  padding: calc(4.25rem + 1.75rem) 0 2.25rem;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.hero .wrap.hero-content {
  width: 100%;
  padding-top: 0;
}
.hero-parallax {
  position: absolute;
  inset: -10% 0 0;
  overflow: hidden;
  will-change: transform;
}
.hero-photo {
  position: absolute;
  inset: -8% 0;
  width: 100%;
  height: 116%;
  object-fit: cover;
  /* dining hall: keep tables + beams in frame; left-biased for text */
  object-position: 38% 48%;
  filter: brightness(0.72) saturate(1.05) contrast(1.04);
}
.hero-layer {
  position: absolute;
  inset: 0;
  background-image: var(--img);
  background-size: cover;
  background-position: center;
}
.hero-layer-back { filter: brightness(0.72) saturate(1.05); transform: scale(1.02); }
.hero-layer-mid { display: none; }
.hero-veil {
  position: absolute; inset: 0;
  /* interior hero: stronger left veil for white type over dining room */
  background: linear-gradient(100deg, rgba(14, 18, 16, 0.92) 0%, rgba(14, 18, 16, 0.62) 34%, rgba(14, 18, 16, 0.22) 58%, rgba(14, 18, 16, 0.1) 100%);
}
.hero-content { position: relative; max-width: 640px; z-index: 2; }
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.7rem;
  font-weight: 600;
  color: var(--gold);
  margin: 0 0 1rem;
}
.hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2.1rem, 4.8vw, 3.35rem);
  font-weight: 600;
  line-height: 1.05;
  margin: 0 0 1.25rem;
}
.lead { color: var(--text-muted); font-size: 1.08rem; margin: 0 0 1.5rem; max-width: 48ch; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 0.85rem; }

.btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 0.75rem 1.5rem;
  border-radius: 999px;
  font-weight: 600; font-size: 0.92rem;
  text-decoration: none; border: 2px solid transparent;
  cursor: pointer; font-family: inherit;
  transition: transform 0.2s, box-shadow 0.2s;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary {
  background: linear-gradient(135deg, var(--burgundy), #7a3344);
  color: #fff;
  box-shadow: 0 12px 32px rgba(158, 68, 88, 0.35);
}
.btn-ghost {
  background: transparent;
  color: var(--text);
  border-color: rgba(242, 235, 224, 0.35);
}
.btn-ghost:hover { background: rgba(255,255,255,0.06); color: var(--text); }

.hero-scroll {
  position: absolute; bottom: 1.5rem; left: 50%; transform: translateX(-50%);
  z-index: 2;
}
.hero-scroll span {
  display: block; width: 1px; height: 48px;
  background: linear-gradient(var(--gold), transparent);
  animation: scrollpulse 2s ease infinite;
}
@keyframes scrollpulse {
  0%, 100% { opacity: 0.4; transform: scaleY(0.7); }
  50% { opacity: 1; transform: scaleY(1); }
}

.intro-strip {
  padding: 5rem 0;
  background: linear-gradient(180deg, var(--bg-deep), var(--bg-mid));
}
.intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
}
.intro-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.intro-copy h2 {
  font-family: var(--font-display);
  font-size: 2.4rem;
  color: var(--gold);
  margin: 0 0 1rem;
}
.intro-copy p { color: var(--text-muted); margin: 0 0 1.5rem; }
.intro-stats {
  list-style: none; padding: 0; margin: 0;
  display: flex; gap: 2rem;
}
.intro-stats strong {
  display: block;
  font-family: var(--font-display);
  font-size: 2rem;
  color: var(--green-glow);
}
.intro-stats span { font-size: 0.85rem; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.08em; }

.section { padding: 5rem 0; }
.section-dark {
  padding: 5rem 0;
  background: var(--bg-mid);
  border-block: 1px solid var(--line);
}

.section-head { margin-bottom: 2.5rem; max-width: 50ch; }
.section-head h2, .gallery h2, .dining-copy h2, .events-copy h2, .contact-form-wrap h2 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.5vw, 2.6rem);
  margin: 0 0 0.5rem;
  color: var(--gold);
}

.pillar-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
.pillar-card {
  background: var(--bg-card);
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
  transition: transform 0.25s;
}
.pillar-card:hover { transform: translateY(-6px); }
.pillar-img {
  height: 180px;
  background-size: cover;
  background-position: center;
}
.pillar-card h3 {
  font-family: var(--font-display);
  font-size: 1.5rem;
  margin: 1rem 1.25rem 0.5rem;
}
.pillar-card p { margin: 0 1.25rem 1rem; color: var(--text-muted); font-size: 0.95rem; }
.pillar-card a { margin: 0 1.25rem 1.25rem; display: inline-block; font-weight: 600; }

.room-showcase { display: flex; flex-direction: column; gap: 3rem; }
.room-feature {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2rem;
  align-items: center;
}
.room-feature-reverse { direction: rtl; }
.room-feature-reverse > * { direction: ltr; }
.room-feature img {
  border-radius: var(--radius);
  box-shadow: 0 20px 50px rgba(0,0,0,0.4);
  border: 1px solid var(--line);
}
.room-feature-body h3 {
  font-family: var(--font-display);
  font-size: 1.85rem;
  margin: 0 0 0.75rem;
}
.room-feature-body p { margin: 0; color: var(--text-muted); }

.parallax-band {
  min-height: 42vh;
  display: flex;
  align-items: center;
  background-image: var(--band-img);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
}
.parallax-band::before {
  content: "";
  position: absolute; inset: 0;
  background: rgba(18, 24, 22, 0.72);
}
.parallax-band-inner { position: relative; text-align: center; }
.parallax-band p {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-style: italic;
  margin: 0;
  max-width: 28ch;
  margin-inline: auto;
  color: var(--text);
}

.dining-collage {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: auto auto;
  gap: 1rem;
  align-items: end;
}
.dining-a { grid-column: 1 / 6; grid-row: 1 / 3; border-radius: var(--radius); border: 1px solid var(--line); }
.dining-b { grid-column: 6 / 9; border-radius: var(--radius); margin-top: 3rem; border: 1px solid var(--line); }
.dining-c { grid-column: 9 / 13; border-radius: var(--radius); border: 1px solid var(--line); }
.dining-collage img { display: block; width: 100%; height: 100%; object-fit: cover; }
.dining-copy {
  grid-column: 6 / 13;
  grid-row: 2;
  padding: 1.5rem 0 0 1rem;
}
.dining-copy p { color: var(--text-muted); margin: 0 0 1rem; max-width: 42ch; }
.dining-copy .btn { margin-top: 0.5rem; }

.events-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
}
.events-visual .media-slider,
.intro-slider,
.gallery .atmo-slider {
  box-shadow: 0 24px 56px rgba(0,0,0,0.42);
  border: 1px solid var(--line);
}
.atmo-slider { margin-top: 1.25rem; max-width: 100%; }
.atmo-slider .slider-viewport {
  aspect-ratio: 16 / 9;
  min-height: 280px;
  max-height: 520px;
}
.events-visual img {
  border-radius: var(--radius);
  box-shadow: 0 24px 56px rgba(0,0,0,0.45);
  border: 1px solid var(--line);
}
.events-copy p { color: var(--text-muted); margin: 0 0 1.5rem; }
.events-copy .event-form {
  margin-top: 1.5rem;
  padding: 1.25rem;
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
.events-copy .event-form h3 {
  font-family: var(--font-display);
  margin: 0 0 1rem;
  font-size: 1.35rem;
  color: var(--gold);
}
.events-copy .btn[href="#eveniment-form"] { margin-bottom: 0.5rem; display: inline-block; }
.contact-form label,
.booking-block label,
.event-form label,
.cazare-form label { display: block; margin-bottom: 0.85rem; }

.mosaic {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 200px;
  gap: 0.65rem;
  margin-top: 1rem;
}
.mosaic-legend {
  color: var(--text-muted);
  font-size: 0.95rem;
  margin: 0.5rem 0 0;
  max-width: 42ch;
}
.mosaic img {
  width: 100%; height: 100%;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid var(--line);
  transition: transform 0.3s;
}
.mosaic img:hover { transform: scale(1.03); z-index: 2; }
.mosaic-wide { grid-column: span 2; }

.contact-panel {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 2.5rem;
  align-items: stretch;
}
.contact-visual {
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
  min-height: 420px;
}
.contact-visual img { width: 100%; height: 100%; object-fit: cover; }
.contact-form-wrap {
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 2rem;
  box-shadow: 0 20px 50px rgba(0,0,0,0.35);
}
.contact-note { color: var(--text-muted); font-size: 0.95rem; margin: 0 0 1.25rem; }
.contact-form { display: grid; gap: 1rem; }
.contact-form label {
  display: grid; gap: 0.35rem;
  font-weight: 500; font-size: 0.88rem;
  color: var(--text-muted);
}
.contact-form input,
.contact-form select,
.contact-form textarea {
  font: inherit;
  padding: 0.7rem 0.85rem;
  border: 1px solid var(--input-border);
  border-radius: 10px;
  background: var(--input-bg);
  color: var(--input-text);
  color-scheme: light;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: var(--input-placeholder);
}
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: 2px solid var(--green-glow);
  outline-offset: 1px;
  background: var(--input-bg-focus);
}

.site-footer {
  border-top: 1px solid var(--line);
  padding: 2.5rem 0;
  font-size: 0.9rem;
  color: var(--text-muted);
  background: var(--bg-deep);
}
.footer-brand .brand-title,
.footer-brand .brand-sub { display: inline; font-size: inherit; }
.footer-brand .brand-sub { color: var(--gold); }
.site-signature { font-size: 0.75rem; opacity: 0.7; margin-top: 0.75rem; }

@media (max-width: 1024px) {
  :root { --wrap: min(1180px, 94vw); }
  .pillar-grid { grid-template-columns: repeat(2, 1fr); }
  .intro-grid, .room-feature, .room-feature-reverse,
  .events-split, .contact-panel { grid-template-columns: 1fr; }
  .intro-grid > *, .room-feature > *, .events-split > *, .contact-panel > * { min-width: 0; }
  .room-feature-reverse { direction: ltr; }

  .events-split { gap: 2rem; }
  .events-visual { order: -1; }
  .intro-slider .slider-viewport { max-height: 440px; }
  .events-slider .slider-viewport { max-height: 480px; aspect-ratio: 16 / 10; }
}

@media (max-width: 900px) {
  .section { padding: 3.75rem 0; }
  .intro-strip { padding: 3.75rem 0; }
  .pillar-grid { grid-template-columns: 1fr; }
  .dining-collage { grid-template-columns: 1fr; }
  .dining-a, .dining-b, .dining-c, .dining-copy { grid-column: 1; grid-row: auto; margin: 0; }
  .mosaic { grid-template-columns: repeat(2, 1fr); }
  .mosaic-wide { grid-column: span 2; }
  .parallax-band { background-attachment: scroll; }
  .contact-visual { min-height: 280px; }
  .contact-form-wrap { padding: 1.5rem; }
}

@media (max-width: 768px) {
  body { font-size: 1rem; }
  #main { padding-top: 3.75rem; }
  .site-header { padding-left: env(safe-area-inset-left); padding-right: env(safe-area-inset-right); }
  .header-inner {
    grid-template-columns: minmax(0, 1fr) auto auto;
    grid-template-areas: "brand lang toggle";
    gap: 0.45rem;
    min-height: 3.75rem;
    padding: 0.45rem 0;
  }
  .brand { grid-area: brand; min-width: 0; }
  .lang-switch { grid-area: lang; flex-shrink: 0; }
  .nav-toggle {
    grid-area: toggle;
    display: block;
    justify-self: end;
  }
  .nav {
    position: absolute;
    top: calc(100% + 0.45rem);
    left: 0;
    right: 0;
    display: grid;
    justify-self: stretch;
    gap: 0.2rem;
    padding: 0.55rem;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: rgba(18, 24, 22, 0.97);
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.42);
    backdrop-filter: blur(18px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-0.5rem);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
  }
  .site-header.is-menu-open .nav {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }
  .nav a {
    width: 100%;
    padding: 0.72rem 0.8rem;
    border: 0;
    border-radius: 9px;
    font-size: 0.73rem;
    letter-spacing: 0.08em;
  }
  .nav a:hover,
  .nav a.is-current {
    border: 0;
    background: rgba(201, 168, 106, 0.08);
  }
  .brand-title { font-size: 1.05rem; }
  .brand-sub { font-size: 0.75rem; }
  .hero {
    min-height: clamp(34rem, 82svh, 42rem);
    margin-top: -3.75rem;
    padding: calc(3.75rem + 2.75rem) 0 2rem;
    align-items: flex-end;
  }
  .hero .wrap.hero-content {
    width: min(34rem, calc(100% - 2rem));
    max-width: 34rem;
    margin-inline: auto;
    padding-top: 0;
  }
  .hero-veil {
    background:
      linear-gradient(180deg, rgba(14, 18, 16, 0.22) 0%, rgba(14, 18, 16, 0.08) 30%, rgba(14, 18, 16, 0.74) 69%, rgba(14, 18, 16, 0.96) 100%),
      linear-gradient(90deg, rgba(14, 18, 16, 0.42) 0%, rgba(14, 18, 16, 0.08) 82%);
  }
  .eyebrow {
    margin-bottom: 0.65rem;
    font-size: 0.64rem;
    letter-spacing: 0.16em;
  }
  .hero h1 {
    max-width: 18ch;
    margin-bottom: 0.8rem;
    font-size: clamp(1.95rem, 8.2vw, 2.4rem);
    line-height: 1.02;
    text-wrap: balance;
    text-shadow: 0 2px 22px rgba(0, 0, 0, 0.34);
  }
  .hero .lead {
    max-width: 35ch;
    margin-bottom: 1.15rem;
    color: rgba(242, 235, 224, 0.9);
    font-size: 0.96rem;
    line-height: 1.5;
  }
  .hero-cta {
    display: grid;
    gap: 0.45rem;
    max-width: 20rem;
  }
  .hero-cta .btn {
    width: 100%;
  }
  .hero-cta .btn-primary {
    min-height: 3rem;
    box-shadow: 0 12px 28px rgba(122, 51, 68, 0.32);
  }
  .hero-cta .btn-ghost {
    justify-self: start;
    width: auto;
    min-height: 2.5rem;
    padding: 0.5rem 0.15rem;
    border: 0;
    border-radius: 0;
    background: transparent;
    text-decoration: underline;
    text-decoration-color: rgba(201, 168, 106, 0.55);
    text-underline-offset: 0.32rem;
  }
  .hero-cta .btn-ghost::after {
    content: "→";
    margin-left: 0.45rem;
    color: var(--gold);
  }
  .hero-scroll { display: none; }
  .intro-stats { flex-wrap: wrap; gap: 1.25rem 2rem; }
  .intro-copy h2 { font-size: 1.85rem; }
  .band-quote { padding: 2.5rem 0; }
  .band-quote blockquote { font-size: 1.35rem; }
  .slider-btn {
    width: 3rem;
    height: 3rem;
    font-size: 1.5rem;
  }
  .slider-prev { left: 0.5rem; }
  .slider-next { right: 0.5rem; }
  .slider-dots button {
    width: 10px;
    height: 10px;
    padding: 6px;
    background-clip: content-box;
  }
  .atmo-slider .slider-viewport { min-height: 220px; max-height: 360px; }
  .events-copy .event-form { padding: 1rem; }
  .btn {
    min-height: 2.75rem;
    padding: 0.7rem 1.25rem;
  }
  input, select, textarea { font-size: 16px; }
  .page-inner #main,
  .page-inner main { padding-top: 4.5rem; }
  .menu-list li {
    grid-template-columns: 1fr auto;
    gap: 0.25rem 0.75rem;
  }
  .menu-price { grid-column: 2; grid-row: 1; }
  .menu-detail { font-size: 0.8rem; gap: 0.3rem 0.75rem; }
  .contact-layout { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  :root { --wrap: min(1180px, 92vw); --radius: 12px; }
  .header-inner { gap: 0.35rem; }
  .brand-title { font-size: 1rem; }
  .brand-sub { display: none; }
  .lang-switch .lang-btn {
    min-width: 1.65rem;
    padding: 0.28rem 0.3rem;
    font-size: 0.64rem;
  }
  .nav-toggle { width: 2.35rem; height: 2.35rem; }
  .hero { padding-bottom: 1.75rem; }
  .section { padding: 3rem 0; }
  .intro-strip { padding: 3rem 0; }
  .contact-panel { gap: 1.25rem; }
  .contact-visual { min-height: 200px; }
  .pillar-img { height: 150px; }
  .room-showcase { gap: 2rem; }
  .booking-block { padding: 1.15rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero-scroll span { animation: none; }
  .slider-slide { transition-duration: 0.01ms; }
  .pillar-card:hover { transform: none; }
  .mosaic img:hover { transform: none; }
}

/* Sliders */
.media-slider { position: relative; border-radius: var(--radius); overflow: hidden; background: var(--bg-card); }
.slider-viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 300px;
  aspect-ratio: 4 / 3;
}
.intro-slider .slider-viewport { aspect-ratio: 5 / 4; min-height: 280px; max-height: 520px; }
.events-slider .slider-viewport { aspect-ratio: 3 / 4; min-height: 320px; max-height: 560px; }
.slider-track { position: relative; height: 100%; min-height: inherit; }
.slider-slide {
  position: absolute; inset: 0; margin: 0;
  opacity: 0; visibility: hidden;
  transition: opacity 0.55s ease, visibility 0.55s;
}
.slider-slide.is-active { opacity: 1; visibility: visible; z-index: 1; }
.slider-slide img { width: 100%; height: 100%; object-fit: cover; display: block; }
.slider-btn {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 3;
  width: 2.75rem; height: 2.75rem; border: 1px solid rgba(255,255,255,0.15);
  border-radius: 50%;
  background: rgba(12,10,9,0.62); color: #fff; font-size: 1.65rem; line-height: 1;
  cursor: pointer; transition: background 0.2s, transform 0.2s;
}
.slider-btn:hover { background: rgba(62, 107, 82, 0.85); transform: translateY(-50%) scale(1.05); }
.slider-prev { left: 0.85rem; }
.slider-next { right: 0.85rem; }
.slider-dots {
  position: absolute; bottom: 0.85rem; left: 0; right: 0; z-index: 3;
  display: flex; justify-content: center; gap: 0.45rem;
  padding: 0.35rem 0.5rem;
}
.slider-dots button {
  width: 9px; height: 9px; border-radius: 50%; border: none;
  background: rgba(255,255,255,0.28); cursor: pointer; padding: 0;
  transition: transform 0.2s, background 0.2s;
}
.slider-dots button.is-active { background: var(--gold); transform: scale(1.15); }

.nav a.is-current { color: var(--gold); }
.page-inner #main,
.page-inner main { padding-top: 5.5rem; }
.page-content { padding-bottom: 3rem; }
.menu-page .menu-section { margin: 2rem 0; }
.menu-page .menu-section h2 {
  font-family: var(--font-display); font-size: 1.5rem;
  border-bottom: 1px solid var(--line); padding-bottom: 0.5rem;
}
.menu-list { list-style: none; padding: 0; margin: 0.75rem 0 0; }
.menu-list li {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto;
  gap: 0.25rem 1rem;
  padding: 0.65rem 0;
  border-bottom: 1px solid var(--line);
  font-size: 0.95rem;
  align-items: start;
}
.menu-item { color: var(--text); grid-column: 1; grid-row: 1; }
.menu-price { font-weight: 600; color: var(--gold); white-space: nowrap; grid-column: 2; grid-row: 1; }
.menu-detail {
  grid-column: 1 / -1;
  grid-row: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 1.25rem;
  color: var(--text-muted);
  font-size: 0.85rem;
}
.menu-meta { color: var(--text-muted); }
.menu-allergens {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 0.85rem;
}
.menu-allergens-label {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-right: 0.15rem;
}
.menu-allergens-label::after {
  content: ":";
}
.allergen-mark {
  display: inline-flex;
  align-items: center;
  gap: 0.28rem;
  font-size: 0.8rem;
  color: var(--text-muted);
  line-height: 1.2;
}
.allergen-mark img { flex-shrink: 0; display: block; }
/* Tojás, glutén, hal, szezámmag — fehér ikon (sötét háttéren) */
.allergen-mark img[src*="oua.svg"],
.allergen-mark img[src*="gluten.svg"],
.allergen-mark img[src*="peste.svg"],
.allergen-mark img[src*="susan.svg"] {
  filter: brightness(0) invert(1);
}
.allergen-label { white-space: nowrap; }
.menu-note { color: var(--text-muted); font-size: 0.9rem; }

/* —— Contact page —— */
.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 2rem 2.5rem;
  align-items: start;
  margin-top: 1.5rem;
}
.contact-details h2,
.contact-map-wrap h2 {
  font-family: var(--font-display);
  font-size: 1.35rem;
  margin: 0 0 1rem;
}
.contact-dl { margin: 0; }
.contact-dl > div {
  margin-bottom: 1.1rem;
}
.contact-dl dt {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--gold);
  margin-bottom: 0.25rem;
}
.contact-dl dd {
  margin: 0;
  color: var(--text);
  font-size: 1rem;
  line-height: 1.45;
}
.contact-dl a {
  color: var(--text);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.contact-dl a:hover { color: var(--gold); }
.contact-booking-hint {
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--line);
  font-size: 0.9rem;
  color: var(--text-muted);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
}
.btn-sm {
  padding: 0.45rem 1rem;
  font-size: 0.85rem;
}
.contact-map {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
}
.contact-map iframe {
  display: block;
  width: 100%;
  height: min(420px, 55vh);
  min-height: 280px;
  border: 0;
}
.contact-map-link {
  margin: 0.65rem 0 0;
  font-size: 0.88rem;
}
.contact-map-link a { color: var(--gold); }

.room-page h1 { font-family: var(--font-display); font-size: clamp(1.8rem, 4vw, 2.5rem); }
.breadcrumb { font-size: 0.85rem; color: var(--text-muted); margin-bottom: 0.75rem; }
.breadcrumb a { color: var(--gold); }
.room-lead { color: var(--text-muted); max-width: 55ch; margin-bottom: 1.5rem; }
.room-page .media-slider {
  margin: 0 0 2rem;
  border-radius: 20px;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.38);
  border: 1px solid var(--line);
}
.room-page .slider-viewport { border-radius: 20px; aspect-ratio: 16 / 10; max-height: 420px; }

.booking-block {
  margin: 2.5rem auto 3rem;
  max-width: 36rem;
  padding: 2rem 2.25rem 2.25rem;
  background: linear-gradient(165deg, var(--bg-card) 0%, rgba(26, 34, 30, 0.92) 100%);
  border-radius: 22px;
  border: 1px solid var(--line);
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.4);
}
.booking-block__head {
  text-align: center;
  margin-bottom: 1.75rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid var(--line);
}
.booking-block h2 {
  font-family: var(--font-display);
  font-size: 1.65rem;
  margin: 0 0 0.5rem;
  color: var(--gold);
}
.booking-block__sub {
  margin: 0;
  font-size: 0.92rem;
  color: var(--text-muted);
  max-width: 32ch;
  margin-inline: auto;
}

.booking-form .form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.15rem 1.35rem;
  align-items: start;
}
.booking-form .field {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  margin: 0;
}
.booking-form .field--full { grid-column: 1 / -1; }
.booking-form .field > span {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text-muted);
}
.booking-form .field input,
.booking-form .field textarea,
.booking-form .field select,
.cazare-form input:not([type="hidden"]),
.cazare-form textarea,
.event-form input:not([type="hidden"]),
.event-form textarea {
  width: 100%;
  font: inherit;
  padding: 0.82rem 1.05rem;
  border: 1px solid var(--input-border);
  border-radius: 14px;
  background: var(--input-bg);
  color: var(--input-text);
  color-scheme: light;
  transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
}
.booking-form .field input::placeholder,
.booking-form .field textarea::placeholder,
.cazare-form textarea::placeholder,
.event-form textarea::placeholder {
  color: var(--input-placeholder);
}
.booking-form .field textarea {
  resize: vertical;
  min-height: 5.5rem;
  border-radius: 16px;
}
.booking-form .field input:focus,
.booking-form .field textarea:focus,
.booking-form .field select:focus,
.cazare-form input:focus,
.cazare-form textarea:focus,
.event-form input:focus,
.event-form textarea:focus {
  outline: none;
  border-color: var(--green);
  background: var(--input-bg-focus);
  box-shadow: 0 0 0 3px rgba(90, 154, 114, 0.28);
}
.booking-form .form-actions {
  grid-column: 1 / -1;
  margin-top: 0.5rem;
  padding-top: 1.25rem;
  display: flex;
  justify-content: center;
}
.booking-form--room .form-actions .btn {
  min-width: min(100%, 16rem);
  border-radius: 999px;
  padding: 0.85rem 2rem;
}

.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }

/* Keep native mobile form controls inside their card/grid, including iOS date and time inputs. */
.contact-form,
.booking-form,
.event-form,
.cazare-form,
.form-row,
.booking-form .form-grid,
.contact-form label,
.booking-form label,
.event-form label,
.cazare-form label,
.form-row > *,
.booking-form .form-grid > * {
  min-width: 0;
  max-width: 100%;
}
.form-row,
.booking-form .form-grid { width: 100%; }
.contact-form input:not([type="hidden"]),
.contact-form select,
.contact-form textarea,
.booking-form input:not([type="hidden"]),
.booking-form select,
.booking-form textarea,
.event-form input:not([type="hidden"]),
.event-form select,
.event-form textarea,
.cazare-form input:not([type="hidden"]),
.cazare-form select,
.cazare-form textarea {
  display: block;
  width: 100%;
  min-width: 0;
  max-width: 100%;
}
.booking-form input[type="date"],
.booking-form input[type="time"],
.event-form input[type="date"],
.event-form input[type="time"],
.cazare-form input[type="date"],
.cazare-form input[type="time"] {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  -webkit-appearance: none;
  appearance: none;
}

/* Normalize Safari's native date/time shadow controls so they cannot widen the input. */
.booking-form input[type="date"]::-webkit-date-and-time-value,
.booking-form input[type="time"]::-webkit-date-and-time-value,
.event-form input[type="date"]::-webkit-date-and-time-value,
.event-form input[type="time"]::-webkit-date-and-time-value,
.cazare-form input[type="date"]::-webkit-date-and-time-value,
.cazare-form input[type="time"]::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.booking-form input[type="date"]::-webkit-datetime-edit,
.booking-form input[type="time"]::-webkit-datetime-edit,
.event-form input[type="date"]::-webkit-datetime-edit,
.event-form input[type="time"]::-webkit-datetime-edit,
.cazare-form input[type="date"]::-webkit-datetime-edit,
.cazare-form input[type="time"]::-webkit-datetime-edit {
  display: block;
  padding: 0;
}

.room-feature-body .btn { margin-top: 1rem; }

@media (max-width: 768px) {
  .booking-block {
    padding: 1.5rem 1.25rem 1.75rem;
    border-radius: 18px;
    margin-inline: 0;
    max-width: none;
  }
  .booking-form .form-grid,
  .form-row { grid-template-columns: 1fr; gap: 1rem; }
  .booking-form--room .form-actions .btn { width: 100%; }
}

/* TEST form workflow */
.hs-honeypot { display: none !important; }
.hs-consent { display: flex !important; align-items: flex-start; gap: .55rem; font-size: .86rem; color: var(--text-muted); }
.hs-consent input { width: auto !important; margin-top: .3rem; }
.hs-form-status { min-height: 1.5rem; margin: .7rem 0 0; font-weight: 600; }
.hs-form-status.is-success { color: #8ed1a6; }
.hs-form-status.is-error { color: #ff9bab; }
.booking-form .form-actions { flex-wrap: wrap; }
.booking-form .form-actions .hs-consent, .booking-form .form-actions .hs-form-status { flex-basis: 100%; }

/* i18n-4lang */
.lang-switch{display:inline-flex;flex-wrap:wrap;gap:4px;max-width:100%}
.lang-switch .lang-btn{min-width:2.1rem;padding:0.35rem 0.45rem;font-size:0.72rem;letter-spacing:0.04em}
@media (max-width:640px){
  .lang-switch .lang-btn{min-width:1.9rem;padding:0.3rem 0.38rem;font-size:0.68rem}
}
