/* =========================================================
   Szivárvány Panzió — Design System
   Warm boutique canvas + the rainbow as the signature accent
   ========================================================= */

:root {
  /* Rainbow spectrum (the brand) */
  --rb-red:    #E4572E;
  --rb-orange: #F2933B;
  --rb-yellow: #F3C42B;
  --rb-green:  #46A45B;
  --rb-teal:   #1FA4A6;
  --rb-blue:   #2E7FD4;
  --rb-violet: #8A5CD1;

  --rainbow: linear-gradient(90deg,
    var(--rb-red) 0%, var(--rb-orange) 17%, var(--rb-yellow) 33%,
    var(--rb-green) 50%, var(--rb-teal) 64%, var(--rb-blue) 82%, var(--rb-violet) 100%);
  --rainbow-soft: linear-gradient(90deg,
    #F6C9BC, #F8DDB9, #F9EBB0, #BFE2C4, #B0E0E1, #B9D4F0, #D6C2F0);

  /* Neutrals — cool, light gray (slate) */
  --cream:    #F3F4F6;   /* oldal háttér (világosszürke) */
  --cream-2:  #E9EBEF;   /* váltakozó szekciók háttere */
  --surface:  #FFFFFF;   /* kártyák */
  --ink:      #1F2933;   /* headings */
  --body:     #4A5560;   /* body text */
  --muted:    #8A929C;   /* meta */
  --line:     rgba(30,37,48,.12);
  --line-2:   rgba(30,37,48,.07);

  --accent:   var(--rb-blue);   /* links / focus */
  --accent-ink:#1c5aa0;

  /* Type */
  --font-display: "Calistoga", "Georgia", "Times New Roman", serif;
  --font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;

  /* Rhythm */
  --maxw: 1160px;
  --gap: clamp(1rem, 2.5vw, 2rem);
  --radius: 18px;
  --radius-sm: 12px;
  --shadow-sm: 0 1px 2px rgba(42,37,33,.06), 0 2px 8px rgba(42,37,33,.05);
  --shadow-md: 0 6px 18px rgba(42,37,33,.09), 0 2px 6px rgba(42,37,33,.05);
  --shadow-lg: 0 24px 60px rgba(42,37,33,.16), 0 6px 18px rgba(42,37,33,.08);

  --ease: cubic-bezier(.22,.61,.36,1);
}

/* ---------- Reset-ish ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.65;
  color: var(--body);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: var(--accent-ink); text-decoration: none; }
button { font-family: inherit; cursor: pointer; }
h1, h2, h3, h4 { font-family: var(--font-display); color: var(--ink); font-weight: 400; line-height: 1.12; letter-spacing: -.01em; }

/* ---------- Layout helpers ---------- */
.wrap { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: clamp(1.1rem, 4vw, 2rem); }
.section { padding-block: clamp(3.5rem, 8vw, 6.5rem); position: relative; }
.section--tint { background: var(--cream-2); }
.center { text-align: center; }

.eyebrow {
  display: inline-flex; align-items: center; gap: .55rem;
  font-size: .82rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase;
  color: var(--rb-violet); margin: 0 0 .9rem;
}
.eyebrow::before {
  content: ""; width: 26px; height: 3px; border-radius: 3px; background: var(--rainbow);
}
.section-head { max-width: 640px; margin-bottom: clamp(2rem, 4vw, 3rem); }
.section-head.center { margin-inline: auto; }
.section-head h2 { font-size: clamp(2rem, 4.4vw, 3.05rem); margin: 0 0 .6rem; }
.section-head p { font-size: 1.08rem; margin: 0; color: var(--body); }
.lead { font-size: clamp(1.05rem, 1.6vw, 1.22rem); color: var(--body); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  padding: .85rem 1.5rem; border-radius: 999px; font-weight: 600; font-size: 1rem;
  border: 1px solid transparent; transition: transform .18s var(--ease), box-shadow .18s var(--ease), background .2s, color .2s;
  min-height: 48px; white-space: nowrap;
}
.btn svg { width: 18px; height: 18px; }
.btn--primary { color: #fff; background: linear-gradient(120deg, var(--rb-blue), var(--rb-violet)); box-shadow: var(--shadow-md); }
.btn--primary:hover { transform: translateY(-2px); box-shadow: var(--shadow-lg); }
.btn--rainbow { color:#fff; background: var(--rainbow); background-size: 180% 100%; background-position: 100% 0; box-shadow: var(--shadow-md); }
.btn--rainbow:hover { transform: translateY(-2px); background-position: 0 0; box-shadow: var(--shadow-lg); }
.btn--ghost { background: rgba(255,255,255,.14); color:#fff; border-color: rgba(255,255,255,.5); backdrop-filter: blur(6px); }
.btn--ghost:hover { background: rgba(255,255,255,.26); transform: translateY(-2px); }
.btn--outline { background: var(--surface); color: var(--ink); border-color: var(--line); box-shadow: var(--shadow-sm); }
.btn--outline:hover { transform: translateY(-2px); border-color: var(--rb-violet); box-shadow: var(--shadow-md); }

/* ---------- Focus ---------- */
:focus-visible { outline: 3px solid var(--rb-blue); outline-offset: 2px; border-radius: 6px; }

/* ---------- Felső sáv (topbar) ---------- */
.topbar {
  height: 40px; overflow: hidden; background: rgba(20,16,12,.72); backdrop-filter: saturate(1.2) blur(6px);
  color: rgba(255,255,255,.92); font-size: .84rem; font-weight: 500;
  transition: height .3s var(--ease), opacity .3s var(--ease);
}
.topbar__inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; height: 40px; }
.topbar__contact { display: flex; align-items: center; gap: 1.5rem; min-width: 0; overflow: hidden; }
.topbar__item { display: inline-flex; align-items: center; gap: .5rem; color: inherit; white-space: nowrap; }
a.topbar__item:hover { color: #fff; }
.topbar__item svg { width: 16px; height: 16px; flex: none; color: var(--rb-yellow); }
.topbar__social-link {
  display: inline-flex; align-items: center; justify-content: center; width: 30px; height: 30px;
  border-radius: 8px; background: rgba(255,255,255,.14); color: #fff; transition: background .2s var(--ease);
}
.topbar__social-link:hover { background: var(--rb-blue); }
.topbar__social-link svg { width: 17px; height: 17px; }
/* Görgetéskor a sáv összecsukódik, hogy a fejléc kompakt maradjon. */
.header.is-stuck .topbar { height: 0; opacity: 0; }
@media (max-width: 1024px) { .topbar { display: none; } }

/* ---------- Rainbow bar ---------- */
.rainbow-bar { height: 5px; width: 100%; background: var(--rainbow); }

/* Skip link */
.skip {
  position: absolute; left: 12px; top: -60px; z-index: 200; background: var(--ink); color:#fff;
  padding: .7rem 1rem; border-radius: 8px; transition: top .2s;
}
.skip:focus { top: 12px; }

/* =========================================================
   Header / Nav
   ========================================================= */
.header {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  transition: background .3s, box-shadow .3s, border-color .3s;
  border-bottom: 1px solid transparent;
}
.header__inner { display: flex; align-items: center; gap: 1rem; height: 72px; }
.header.is-stuck {
  background: rgba(243,244,246,.92); backdrop-filter: saturate(1.4) blur(12px);
  box-shadow: var(--shadow-sm); border-bottom-color: var(--line);
}

/* brand centered between the two nav groups */
.brand { order: 2; flex: 0 0 auto; display: flex; align-items: center; gap: .7rem; color: var(--ink); }
.brand__mark { width: 40px; height: 40px; flex: none; }
.brand__logo { height: 56px; width: auto; display: block; }
.header:not(.is-stuck) .brand__logo { filter: drop-shadow(0 2px 8px rgba(0,0,0,.45)); }
@media (max-width: 560px) { .brand__logo { height: 46px; } }
.brand__name { font-family: var(--font-display); font-size: 1.3rem; line-height: 1; color: var(--ink); white-space: nowrap; }
.brand__name small { display: block; font-family: var(--font-body); font-size: .64rem; letter-spacing: .22em; text-transform: uppercase; color: var(--muted); margin-top: 3px; font-weight: 600; }

/* nav groups */
.nav-menu { display: contents; }
.nav { display: flex; align-items: center; gap: .1rem; min-width: 0; }
.nav--left { order: 1; flex: 1 1 0; justify-content: flex-start; }
.nav--right { order: 3; flex: 1 1 0; justify-content: flex-end; }

.nav a, .nav__dd-btn {
  position: relative; padding: .5rem .6rem; font-size: .95rem; font-weight: 500; color: var(--rb-teal); border-radius: 8px;
  cursor: pointer; font-family: inherit; line-height: 1.2; white-space: nowrap;
  display: inline-flex; align-items: center; gap: .25rem;
}
.nav__dd-btn { background: none; border: none; }
.nav a::after, .nav__dd-btn::after {
  content:""; position: absolute; left: .6rem; right: .6rem; bottom: .25rem; height: 2.5px; border-radius: 3px;
  background: var(--rainbow); transform: scaleX(0); transform-origin: left; transition: transform .25s var(--ease);
}
.nav a:hover::after, .nav a.is-active::after,
.has-dd:hover .nav__dd-btn::after, .has-dd.is-open .nav__dd-btn::after { transform: scaleX(1); }
.nav__dd-btn .chev { width: 15px; height: 15px; transition: transform .2s var(--ease); }
.has-dd.is-open .nav__dd-btn .chev { transform: rotate(180deg); }
.nav .btn { padding: .55rem 1.05rem; min-height: 42px; margin-left: .4rem; }
.nav .btn::after { display: none; }

/* dropdown */
.has-dd { position: relative; }
.nav__dd {
  position: absolute; top: calc(100% + 8px); left: 0; min-width: 232px; background: var(--surface);
  border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow-lg); padding: .5rem;
  display: flex; flex-direction: column; gap: .1rem;
  opacity: 0; visibility: hidden; transform: translateY(8px); transition: .22s var(--ease);
}
.nav__dd::before { content:""; position: absolute; top: -10px; left: 0; right: 0; height: 10px; } /* hover-híd */
.has-dd:hover .nav__dd, .has-dd.is-open .nav__dd { opacity: 1; visibility: visible; transform: none; }
.nav__dd a { padding: .65rem .8rem; border-radius: 9px; font-size: .95rem; color: var(--body); font-weight: 500; white-space: nowrap; }
.nav__dd a::after { display: none; }
.nav__dd a:hover, .nav__dd a.is-active { background: var(--cream-2); color: var(--rb-teal); }

/* Stuck (tömör) fejléc: a menüpontok alapból lilák, hoverre sötétre váltanak. */
.header.is-stuck .nav > a:not(.btn):hover, .header.is-stuck .nav__dd-btn:hover { color: var(--ink); }

/* transparent hero header: a logó fehér marad; a menüpontok alapból lilák, hoverre fehérek */
.header:not(.is-stuck) .brand__name { color: #fff; text-shadow: 0 1px 12px rgba(0,0,0,.35); }
.header:not(.is-stuck) .nav > a:not(.btn),
.header:not(.is-stuck) .nav__dd-btn { color: var(--rb-teal); text-shadow: 0 1px 14px rgba(0,0,0,.55); }
.header:not(.is-stuck) .nav > a:not(.btn):hover, .header:not(.is-stuck) .nav__dd-btn:hover { color:#fff; }
.nav a.btn { color: #fff; }
.nav__dd a { text-shadow: none; }

.nav-toggle {
  order: 4; display: none; width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 12px;
  background: rgba(255,255,255,.9); align-items: center; justify-content: center; flex-direction: column; gap: 5px;
}
.nav-toggle span { width: 20px; height: 2px; background: var(--ink); border-radius: 2px; transition: .25s var(--ease); }
.header:not(.is-stuck) .nav-toggle { background: rgba(255,255,255,.18); border-color: rgba(255,255,255,.4); }
.header:not(.is-stuck) .nav-toggle span { background: #fff; }

@media (max-width: 1024px) {
  .header__inner { justify-content: space-between; }
  .brand { order: 1; }
  .nav-toggle { order: 3; display: inline-flex; }
  .nav-menu {
    display: flex; flex-direction: column; order: 2; gap: .3rem;
    position: fixed; inset: 72px 0 auto 0; padding: 1rem clamp(1.1rem,4vw,2rem) 1.6rem;
    background: rgba(255,252,246,.98); backdrop-filter: blur(12px);
    box-shadow: var(--shadow-md); border-bottom: 1px solid var(--line);
    transform: translateY(-14px); opacity: 0; pointer-events: none; transition: .25s var(--ease);
    max-height: calc(100dvh - 72px); overflow-y: auto;
  }
  .header.is-nav-open .nav-menu { transform: none; opacity: 1; pointer-events: auto; }
  .nav { flex-direction: column; align-items: stretch; gap: .1rem; flex: none; }
  .nav a, .nav__dd-btn { padding: .85rem .6rem; font-size: 1.05rem; width: 100%; justify-content: space-between; }
  .nav a::after, .nav__dd-btn::after { display: none; }
  .header:not(.is-stuck) .nav > a:not(.btn), .header:not(.is-stuck) .nav__dd-btn { color: var(--rb-teal); text-shadow: none; }
  .header:not(.is-stuck) .nav > a:not(.btn):hover, .header:not(.is-stuck) .nav__dd-btn:hover { color: var(--ink); }
  .nav a.is-active, .has-dd.is-open > .nav__dd-btn { color: var(--ink); }
  .nav .btn { margin: .6rem 0 0; justify-content: center; }
  .nav__dd {
    position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: none;
    background: transparent; padding: 0 0 .2rem 1rem; min-width: 0; display: none;
  }
  .nav__dd::before { display: none; }
  .has-dd.is-open .nav__dd { display: flex; }
  .nav-toggle.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle.is-open span:nth-child(2) { opacity: 0; }
  .nav-toggle.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
}

/* =========================================================
   Hero
   ========================================================= */
.hero { position: relative; min-height: 100svh; display: flex; align-items: center; color: #fff; isolation: isolate; }
.hero__bg { position: absolute; inset: 0; z-index: -2; }
.hero__bg img { width: 100%; height: 100%; object-fit: cover; }
/* Diavetítés mód: a képek egymásra rétegződnek és áttűnéssel váltanak. */
.hero__bg.is-slider img { position: absolute; inset: 0; opacity: 0; transition: opacity 1.4s var(--ease); }
.hero__bg.is-slider img.is-active { opacity: 1; }
@media (prefers-reduced-motion: reduce) { .hero__bg.is-slider img { transition: none; } }
.hero::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(180deg, rgba(20,16,12,.55) 0%, rgba(20,16,12,.15) 40%, rgba(20,16,12,.55) 100%),
    linear-gradient(90deg, rgba(20,16,12,.45), rgba(20,16,12,0) 60%);
}
.hero__inner { padding-block: 7rem 4rem; max-width: 720px; }
.hero__tag {
  display: inline-flex; align-items: center; gap: .6rem; padding: .45rem .9rem; border-radius: 999px;
  background: rgba(255,255,255,.16); border: 1px solid rgba(255,255,255,.28); backdrop-filter: blur(6px);
  font-size: .82rem; font-weight: 600; letter-spacing: .06em; margin-bottom: 1.4rem;
}
.hero__tag .dot { width: 9px; height: 9px; border-radius: 50%; background: var(--rainbow); }
.hero h1 { color:#fff; font-size: clamp(2.5rem, 6.2vw, 4.6rem); margin: 0 0 1rem; text-shadow: 0 2px 30px rgba(0,0,0,.35); }
.hero h1 .grad {
  background: var(--rainbow); -webkit-background-clip: text; background-clip: text; color: transparent;
  padding-right: .1em;
}
.hero p { font-size: clamp(1.05rem, 1.9vw, 1.3rem); max-width: 33ch; margin: 0 0 2rem; color: rgba(255,255,255,.94); text-shadow: 0 1px 14px rgba(0,0,0,.4); }
.hero__cta { display: flex; flex-wrap: wrap; gap: .8rem; }
.hero__meta { display: flex; flex-wrap: wrap; gap: 1.4rem 2rem; margin-top: 2.6rem; }
.hero__meta div { display: flex; align-items: center; gap: .6rem; font-size: .98rem; font-weight: 500; }
.hero__meta svg { width: 20px; height: 20px; flex: none; opacity: .9; }
.hero__scroll {
  position: absolute; left: 50%; bottom: 1.6rem; transform: translateX(-50%); z-index: 1;
  color: rgba(255,255,255,.8); font-size: .78rem; letter-spacing: .12em; text-transform: uppercase;
  display: flex; flex-direction: column; align-items: center; gap: .5rem;
}
.hero__scroll .mouse { width: 24px; height: 38px; border: 2px solid rgba(255,255,255,.6); border-radius: 14px; position: relative; }
.hero__scroll .mouse::after { content:""; position: absolute; left: 50%; top: 7px; width: 4px; height: 7px; background:#fff; border-radius: 3px; transform: translateX(-50%); animation: wheel 1.6s var(--ease) infinite; }
@keyframes wheel { 0%{opacity:0; transform: translate(-50%,0);} 30%{opacity:1;} 100%{opacity:0; transform: translate(-50%,10px);} }

/* =========================================================
   Intro / About
   ========================================================= */
.intro__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(1.5rem, 4vw, 4rem); align-items: center; }
.intro__media { position: relative; }
.intro__media img { border-radius: var(--radius); box-shadow: var(--shadow-lg); aspect-ratio: 4/5; object-fit: cover; }
.intro__media .badge {
  position: absolute; left: -18px; bottom: 26px; background: var(--surface); border-radius: 16px; padding: 1rem 1.2rem;
  box-shadow: var(--shadow-md); display: flex; align-items: center; gap: .8rem; max-width: 240px;
}
.intro__media .badge .swatches { display: flex; gap: 3px; }
.intro__media .badge .swatches i { width: 8px; height: 26px; border-radius: 4px; display: block; }
.intro__media .badge b { font-family: var(--font-display); font-size: 1.02rem; color: var(--ink); display: block; line-height: 1.2; }
.intro__media .badge span { font-size: .82rem; color: var(--muted); }

.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 2rem; }
.stat { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 1.1rem 1rem; box-shadow: var(--shadow-sm); }
.stat b { font-family: var(--font-display); font-size: 1.9rem; color: var(--ink); display: block; line-height: 1; }
.stat b .u { font-size: 1rem; color: var(--rb-violet); }
.stat span { font-size: .85rem; color: var(--muted); }

/* =========================================================
   Rooms
   ========================================================= */
.rooms-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.room {
  --hue: var(--rb-green);
  background: var(--surface); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm);
  border: 1px solid var(--line-2); transition: transform .25s var(--ease), box-shadow .25s var(--ease);
  display: flex; flex-direction: column;
}
.room:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.room__media { position: relative; aspect-ratio: 3/2; overflow: hidden; display: block; width: 100%; padding: 0; border: 0; margin: 0; background: var(--cream-2); font: inherit; color: inherit; }
button.room__media { cursor: zoom-in; }
.room__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease); }
.room:hover .room__media img { transform: scale(1.06); }
.room__zoom { position: absolute; inset: 0; z-index: 1; display: grid; place-items: center; color: #fff; opacity: 0; transition: opacity .25s var(--ease); background: linear-gradient(0deg, rgba(20,16,12,.28), rgba(20,16,12,0) 55%); }
.room__zoom svg { width: 42px; height: 42px; filter: drop-shadow(0 2px 10px rgba(0,0,0,.5)); }
.room__media:hover .room__zoom, .room__media:focus-visible .room__zoom { opacity: 1; }
.room__count { position: absolute; top: 12px; right: 12px; z-index: 2; display: inline-flex; align-items: center; gap: .3rem; background: rgba(20,16,12,.6); color: #fff; font-size: .78rem; font-weight: 700; padding: .28rem .55rem; border-radius: 999px; backdrop-filter: blur(4px); }
.room__count svg { width: 14px; height: 14px; }
.room__media--empty { display: grid; place-items: center; aspect-ratio: 3/2; }
.room__ph { width: 46px; height: 46px; color: var(--hue, var(--rb-blue)); opacity: .5; }
.room__chip {
  position: absolute; top: 12px; left: 12px; z-index: 2; display: inline-flex; align-items: center; gap: .45rem;
  background: rgba(255,255,255,.92); padding: .35rem .7rem; border-radius: 999px; font-size: .8rem; font-weight: 600; color: var(--ink);
  box-shadow: var(--shadow-sm);
}
.room__chip i { width: 12px; height: 12px; border-radius: 50%; background: var(--hue); }
.room__body { padding: 1.1rem 1.2rem 1.3rem; border-top: 4px solid var(--hue); flex: 1; display: flex; flex-direction: column; }
.room__body h3 { font-size: 1.3rem; margin: 0 0 .2rem; }
.room__type { font-size: .9rem; color: var(--muted); margin: 0 0 .8rem; }
.room__feats { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: auto; }
.room__feats span { display: inline-flex; align-items: center; gap: .35rem; font-size: .82rem; color: var(--body); background: var(--cream-2); padding: .3rem .6rem; border-radius: 8px; }
.room__feats svg { width: 15px; height: 15px; color: var(--hue); }

.rooms-note {
  margin-top: 2rem; display: flex; flex-wrap: wrap; gap: 1rem 2rem; align-items: center; justify-content: center;
  background: var(--surface); border: 1px dashed var(--line); border-radius: var(--radius); padding: 1.2rem 1.6rem; text-align: center;
}
.rooms-note p { margin: 0; font-size: .98rem; }
.rooms-note strong { color: var(--ink); }

/* =========================================================
   Amenities
   ========================================================= */
.amen-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.1rem; }
.amen {
  background: var(--surface); border: 1px solid var(--line-2); border-radius: var(--radius); padding: 1.5rem 1.3rem;
  box-shadow: var(--shadow-sm); transition: transform .22s var(--ease), box-shadow .22s var(--ease);
}
.amen:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.amen__ic { width: 46px; height: 46px; border-radius: 13px; display: grid; place-items: center; margin-bottom: .9rem; color: #fff; }
.amen__ic svg { width: 24px; height: 24px; }
.amen h3 { font-size: 1.12rem; margin: 0 0 .3rem; }
.amen p { margin: 0; font-size: .92rem; color: var(--muted); }

/* =========================================================
   Prices
   ========================================================= */
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.price {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden;
  box-shadow: var(--shadow-sm); display: flex; flex-direction: column; position: relative;
}
.price.is-featured { box-shadow: var(--shadow-lg); border-color: transparent; transform: scale(1.02); }
.price__top { padding: 1.4rem 1.5rem 1.2rem; color:#fff; position: relative; }
.price--spring .price__top { background: linear-gradient(135deg, var(--rb-green), var(--rb-teal)); }
.price--early  .price__top { background: linear-gradient(135deg, var(--rb-yellow), var(--rb-orange)); }
.price--summer .price__top { background: linear-gradient(135deg, var(--rb-orange), var(--rb-red)); }
.price__season { font-size: .8rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; opacity: .92; }
.price__dates { font-family: var(--font-display); font-size: 1.35rem; margin-top: .25rem; }
.price__badge { position: absolute; top: 1.2rem; right: 1.3rem; background: rgba(255,255,255,.22); border:1px solid rgba(255,255,255,.4); padding: .2rem .6rem; border-radius: 999px; font-size: .72rem; font-weight: 700; }
.price__rows { padding: .6rem 1.5rem 1.7rem; list-style: none; margin: 0; }
.price__rows li { display: flex; align-items: baseline; justify-content: space-between; padding: .7rem 0; border-bottom: 1px solid var(--line-2); }
.price__rows li:last-child { border-bottom: none; }
.price__rows .who { font-size: .95rem; color: var(--body); }
.price__rows .amt { font-family: var(--font-display); font-size: 1.15rem; color: var(--ink); font-variant-numeric: tabular-nums; }
.price__rows .amt small { font-size: .72rem; color: var(--muted); font-family: var(--font-body); }
.price__foot { margin-top: auto; padding: 0 1.5rem 1.4rem; }
.price-legend { margin-top: 1.6rem; display: flex; flex-wrap: wrap; gap: .8rem 1.6rem; justify-content: center; color: var(--muted); font-size: .92rem; }
.price-legend span { display: inline-flex; align-items: center; gap: .45rem; }
.price-legend b { color: var(--ink); font-weight: 600; }

/* =========================================================
   Gallery
   ========================================================= */
.gallery { columns: 3; column-gap: 14px; }
.gallery__item {
  break-inside: avoid; margin-bottom: 14px; border-radius: var(--radius-sm); overflow: hidden; position: relative;
  cursor: zoom-in; box-shadow: var(--shadow-sm); background: var(--cream-2); display: block; width: 100%; padding: 0; border: none;
}
.gallery__item img { width: 100%; transition: transform .5s var(--ease); }
.gallery__item::after {
  content:""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(20,16,12,.35));
  opacity: 0; transition: opacity .25s;
}
.gallery__item:hover img { transform: scale(1.05); }
.gallery__item:hover::after { opacity: 1; }
.gallery__cap {
  position: absolute; left: 12px; bottom: 10px; color: #fff; font-size: .85rem; font-weight: 600; z-index: 1;
  opacity: 0; transform: translateY(6px); transition: .25s var(--ease); text-shadow: 0 1px 6px rgba(0,0,0,.5);
}
.gallery__item:hover .gallery__cap { opacity: 1; transform: translateY(0); }

/* Lightbox */
.lb { position: fixed; inset: 0; z-index: 300; background: rgba(18,14,10,.92); display: none; align-items: center; justify-content: center; padding: 2rem; }
.lb.is-open { display: flex; }
.lb img { max-width: min(1100px, 92vw); max-height: 84vh; border-radius: 10px; box-shadow: var(--shadow-lg); }
.lb__cap { position: absolute; bottom: 1.4rem; left: 0; right: 0; text-align: center; color: rgba(255,255,255,.85); font-size: .95rem; }
.lb__btn {
  position: absolute; width: 52px; height: 52px; border-radius: 50%; border: 1px solid rgba(255,255,255,.3);
  background: rgba(255,255,255,.1); color: #fff; display: grid; place-items: center; transition: background .2s, transform .2s;
}
.lb__btn:hover { background: rgba(255,255,255,.25); }
.lb__btn svg { width: 24px; height: 24px; }
.lb__close { top: 1.4rem; right: 1.4rem; }
.lb__prev { left: 1.4rem; top: 50%; transform: translateY(-50%); }
.lb__next { right: 1.4rem; top: 50%; transform: translateY(-50%); }
.lb__prev:hover, .lb__next:hover { transform: translateY(-50%) scale(1.06); }

/* =========================================================
   Location
   ========================================================= */
.loc__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.5rem,4vw,3rem); align-items: stretch; }
.loc__map { position: relative; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-md); min-height: 380px; border: 1px solid var(--line); background: var(--cream-2); }
.loc__map iframe { width: 100%; height: 100%; min-height: 380px; border: 0; display: block; }
.loc__map-link {
  position: absolute; right: 14px; bottom: 14px; display: inline-flex; align-items: center; gap: .4rem;
  background: rgba(255,255,255,.94); color: var(--ink); font-size: .85rem; font-weight: 600;
  padding: .55rem .85rem; border-radius: 999px; box-shadow: var(--shadow-md); backdrop-filter: blur(4px);
  transition: transform .18s var(--ease), box-shadow .18s var(--ease);
}
.loc__map-link:hover { transform: translateY(-2px); box-shadow: var(--shadow-lg); color: var(--rb-violet); }
.loc__map-link svg { width: 16px; height: 16px; }
.dist-list { list-style: none; padding: 0; margin: 1.6rem 0 0; display: grid; gap: .7rem; }
.dist-list li { display: flex; align-items: center; gap: .9rem; background: var(--surface); border: 1px solid var(--line-2); border-radius: 12px; padding: .8rem 1rem; box-shadow: var(--shadow-sm); }
.dist-list .pin { width: 38px; height: 38px; flex: none; border-radius: 10px; display: grid; place-items: center; color:#fff; background: linear-gradient(135deg,var(--rb-blue),var(--rb-violet)); }
.dist-list .pin svg { width: 19px; height: 19px; }
.dist-list b { color: var(--ink); font-weight: 600; }
.dist-list span { display: block; font-size: .86rem; color: var(--muted); }

/* =========================================================
   Booking + Contact
   ========================================================= */
.book__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(1.5rem,4vw,3rem); align-items: start; }
/* Foglalás / Ajánlatkérés tabok */
.book-tabs { display: flex; gap: .35rem; margin-bottom: 1rem; background: var(--surface); border: 1px solid var(--line); border-radius: 999px; padding: .34rem; box-shadow: var(--shadow-sm); }
.book-tab { flex: 1; border: none; background: transparent; font: inherit; font-weight: 600; color: var(--muted); padding: .7rem 1rem; border-radius: 999px; cursor: pointer; transition: color .2s var(--ease), background .2s var(--ease); }
.book-tab:hover { color: var(--ink); }
.book-tab.is-active { color: #fff; background: var(--rb-blue); box-shadow: var(--shadow-sm); }
.book-panel[hidden] { display: none; }
.quote-lead { margin-bottom: 1.2rem; }
.quote-lead h3 { margin: 0 0 .5rem; font-size: clamp(1.15rem,2.4vw,1.4rem); color: var(--ink); }
.quote-lead p { margin: 0; color: var(--body); }
.form { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(1.4rem,3vw,2.2rem); box-shadow: var(--shadow-md); }
.form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.field { margin-bottom: 1.1rem; }
.field label { display: block; font-size: .88rem; font-weight: 600; color: var(--ink); margin-bottom: .4rem; }
.field label .req { color: var(--rb-red); }
.field input, .field select, .field textarea {
  width: 100%; padding: .8rem .9rem; font-size: 1rem; font-family: inherit; color: var(--ink);
  background: var(--cream); border: 1.5px solid var(--line); border-radius: 11px; transition: border-color .2s, box-shadow .2s;
  min-height: 48px;
}
.field textarea { min-height: 110px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--rb-blue); box-shadow: 0 0 0 4px rgba(46,127,212,.14); }
.field .hint { font-size: .78rem; color: var(--muted); margin-top: .35rem; }
.field.has-error input, .field.has-error select { border-color: var(--rb-red); }
.field .err { display: none; font-size: .8rem; color: var(--rb-red); margin-top: .35rem; }
.field.has-error .err { display: block; }
.form__submit { width: 100%; margin-top: .3rem; }
.form__note { font-size: .82rem; color: var(--muted); margin: .9rem 0 0; text-align: center; }
.form__error { color: var(--rb-red); font-size: .9rem; margin: 0 0 .6rem; text-align: center; min-height: 0; }
.form__error:empty { margin: 0; }
.form__success { display: none; text-align: center; padding: 1rem; }
.form__success.is-visible { display: block; }
.form__success .check { width: 64px; height: 64px; margin: 0 auto 1rem; border-radius: 50%; background: linear-gradient(135deg,var(--rb-green),var(--rb-teal)); display: grid; place-items: center; color:#fff; }
.form__success h3 { margin: 0 0 .4rem; }

.contact-card { background: linear-gradient(160deg, var(--ink), #37424E); color: #fff; border-radius: var(--radius); padding: clamp(1.5rem,3vw,2.2rem); box-shadow: var(--shadow-lg); position: relative; overflow: hidden; }
.contact-card::before { content:""; position: absolute; inset: 0 0 auto 0; height: 5px; background: var(--rainbow); }
.contact-card h3 { color:#fff; font-size: 1.5rem; margin: .4rem 0 1.3rem; }
.contact-list { list-style: none; padding: 0; margin: 0 0 1.6rem; display: grid; gap: 1.1rem; }
.contact-list li { display: flex; gap: .9rem; align-items: flex-start; }
.contact-list .ic { width: 42px; height: 42px; border-radius: 11px; flex: none; display: grid; place-items: center; background: rgba(255,255,255,.1); border:1px solid rgba(255,255,255,.14); }
.contact-list .ic svg { width: 20px; height: 20px; color:#fff; }
.contact-list .lbl { font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; color: rgba(255,255,255,.55); }
.contact-list a, .contact-list .val { color:#fff; font-size: 1.06rem; font-weight: 500; }
.contact-list a:hover { color: var(--rb-yellow); }
.contact-actions { display: flex; flex-wrap: wrap; gap: .7rem; }

/* =========================================================
   Footer
   ========================================================= */
.footer { background: var(--cream-2); border-top: 1px solid var(--line); padding-top: 3rem; }
.footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 2rem; padding-bottom: 2.4rem; }
.footer .brand__name { color: var(--ink); }
.footer p { font-size: .94rem; color: var(--body); max-width: 34ch; }
.footer h4 { font-family: var(--font-body); font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin: 0 0 1rem; }
.footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: .6rem; }
.footer ul a { color: var(--body); font-size: .96rem; }
.footer ul a:hover { color: var(--rb-violet); }
.footer__bar { border-top: 1px solid var(--line); padding: 1.3rem 0; display: flex; flex-wrap: wrap; gap: .6rem 1.5rem; justify-content: space-between; align-items: center; }
.footer__bar p { margin: 0; font-size: .86rem; color: var(--muted); }
.footer ul a { overflow-wrap: anywhere; }
.footer__note p { min-width: 0; }
@media (max-width: 860px) { .footer__grid { grid-template-columns: 1fr 1fr; gap: 1.6rem 1.4rem; } }
@media (max-width: 560px) { .footer__grid { grid-template-columns: 1fr; } .footer__note a { white-space: normal; } }

/* =========================================================
   Scroll reveal
   ========================================================= */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.is-in { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: .08s; }
.reveal.d2 { transition-delay: .16s; }
.reveal.d3 { transition-delay: .24s; }

/* =========================================================
   Responsive
   ========================================================= */
@media (max-width: 1024px) {
  .rooms-grid, .amen-grid { grid-template-columns: repeat(2, 1fr); }
  .amen-grid { grid-template-columns: repeat(2, 1fr); }
  .price-grid { grid-template-columns: 1fr; max-width: 520px; margin-inline: auto; }
  .price.is-featured { transform: none; }
  .gallery { columns: 2; }
}
@media (max-width: 860px) {
  .intro__grid, .loc__grid, .book__grid { grid-template-columns: 1fr; }
  .intro__media { max-width: 460px; margin-inline: auto; order: -1; }
  .book__grid .contact-card { order: -1; }
}
@media (max-width: 560px) {
  body { font-size: 16px; }
  .rooms-grid, .amen-grid { grid-template-columns: 1fr; }
  .stats { grid-template-columns: 1fr 1fr; }
  .gallery { columns: 1; }
  .form__row { grid-template-columns: 1fr; }
  .hero__meta { gap: .8rem 1.4rem; }
  .lb__prev { left: .6rem; } .lb__next { right: .6rem; }
  .lb { padding: 1rem; }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  * { animation-duration: .001ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; }
  html { scroll-behavior: auto; }
  .reveal { opacity: 1 !important; transform: none !important; transition: none; }
  .hero__scroll .mouse::after { animation: none; }
}

/* =========================================================
   Vendégtájékoztató (aloldal)
   ========================================================= */
.gi { padding-top: 72px; }
.gi-hero { text-align: center; padding: clamp(2.5rem,6vw,4.5rem) 0 clamp(1.6rem,3vw,2.4rem); background: radial-gradient(1100px 420px at 50% -10%, #fff, var(--cream)); }
.gi-hero__logo { width: min(250px, 60vw); height: auto; margin: 0 auto 1.3rem; display: block; }
.gi-hero .eyebrow { justify-content: center; }
.gi-hero h1 { font-size: clamp(2.1rem, 5vw, 3.2rem); margin: 0 0 .6rem; }
.gi-hero p { max-width: 62ch; margin: 0 auto; color: var(--body); font-size: 1.06rem; }
.gi-chips { display: flex; flex-wrap: wrap; gap: .6rem; justify-content: center; margin-top: 1.5rem; }
.gi-chip { display: inline-flex; align-items: center; gap: .45rem; background: var(--surface); border: 1px solid var(--line); border-radius: 999px; padding: .5rem .95rem; font-size: .9rem; font-weight: 500; box-shadow: var(--shadow-sm); color: var(--ink); }
.gi-chip svg { width: 16px; height: 16px; color: var(--rb-violet); }
.gi-chip a { color: inherit; }

.gi-body { padding-block: clamp(2.5rem,5vw,4rem); }
.gi-lead { max-width: 760px; margin: 0 auto clamp(2rem,4vw,3rem); text-align: center; color: var(--body); font-size: 1.08rem; }

.gi-grid { columns: 2; column-gap: 1.1rem; }
.gi-item {
  --c: var(--rb-blue); --ct: var(--rb-blue);
  break-inside: avoid; margin: 0 0 1.1rem;
  background: var(--surface);
  background: color-mix(in srgb, var(--c) 11%, #fff);
  border: 1.5px solid var(--line-2);
  border: 1.5px solid color-mix(in srgb, var(--c) 32%, transparent);
  border-left: 6px solid var(--c);
  border-radius: 14px; padding: 1rem 1.2rem; box-shadow: var(--shadow-sm);
}
.gi-item h3 { font-family: var(--font-body); font-size: 1.04rem; font-weight: 800; color: var(--ink); color: var(--ct); margin: 0 0 .35rem; display: flex; align-items: center; gap: .5rem; }
.gi-item h3::before { content: ""; width: 12px; height: 12px; border-radius: 50%; background: var(--c); flex: none; box-shadow: 0 0 0 3px color-mix(in srgb, var(--c) 24%, transparent); }
.gi-item p { margin: 0; font-size: .95rem; color: var(--body); }
.gi-item ul { margin: .5rem 0 0; padding-left: 1.15rem; color: var(--body); font-size: .95rem; }
.gi-item ul li { margin: .18rem 0; }
.gi-item:nth-child(5n+1){--c:var(--rb-orange);--ct:#B76410}
.gi-item:nth-child(5n+2){--c:var(--rb-green);--ct:#2C7A3E}
.gi-item:nth-child(5n+3){--c:var(--rb-teal);--ct:#137274}
.gi-item:nth-child(5n+4){--c:var(--rb-blue);--ct:#1F63B0}
.gi-item:nth-child(5n+5){--c:var(--rb-violet);--ct:#6E3DB8}

/* piros/sárga nélküli, hűvös szivárvány-gradiens ehhez az oldalhoz */
.gi { --rainbow-cool: linear-gradient(90deg, var(--rb-orange), var(--rb-green) 32%, var(--rb-teal) 55%, var(--rb-blue) 78%, var(--rb-violet)); }
.gi .eyebrow::before { background: var(--rainbow-cool); }
.gi-wifi { color: #fff; border-radius: 16px; padding: 1.5rem 1.6rem; background: var(--rainbow-cool); box-shadow: var(--shadow-md); display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1rem 2rem; margin-top: .4rem; }
.gi-wifi h3 { color: #fff; font-family: var(--font-display); font-weight: 400; font-size: 1.5rem; margin: 0; display: flex; align-items: center; gap: .6rem; text-shadow: 0 1px 8px rgba(0,0,0,.2); }
.gi-wifi h3 svg { width: 26px; height: 26px; }
.gi-wifi__creds { display: flex; flex-wrap: wrap; gap: .6rem; }
.gi-wifi__note { margin: 0; max-width: 46ch; font-size: .98rem; color: #fff; text-shadow: 0 1px 8px rgba(0,0,0,.2); }
.gi-cred { background: rgba(255,255,255,.94); color: var(--ink); border-radius: 10px; padding: .5rem .8rem; font-size: .92rem; box-shadow: var(--shadow-sm); }
.gi-cred b { display: block; font-size: .68rem; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); margin-bottom: .1rem; }
.gi-cred code { font-family: var(--font-body); font-weight: 700; color: var(--ink); }

.gi-closing { text-align: center; margin-top: 2.4rem; font-family: var(--font-display); font-size: clamp(1.3rem,3vw,1.95rem); color: var(--ink); }
.gi-closing span { background: var(--rainbow-cool); -webkit-background-clip: text; background-clip: text; color: transparent; }

@media (max-width: 680px) { .gi-grid { columns: 1; } }

/* jobb oldali menücsoport legördülője jobbra igazodik */
.has-dd--right .nav__dd { left: auto; right: 0; }

/* =========================================================
   Szegedi programok (aloldal)
   ========================================================= */
.prog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.prog-card { --c: var(--rb-blue); display: flex; flex-direction: column; background: var(--surface); border: 1px solid var(--line-2); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); color: inherit; transition: transform .25s var(--ease), box-shadow .25s var(--ease); }
.prog-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.prog-card__img { position: relative; aspect-ratio: 16/10; overflow: hidden; background: var(--cream-2); }
.prog-card__img::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 4px; background: var(--c); z-index: 1; }
.prog-card__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease); }
.prog-card:hover .prog-card__img img { transform: scale(1.06); }
.prog-card__body { padding: 1.1rem 1.25rem 1.25rem; display: flex; flex-direction: column; flex: 1; }
.prog-card__body h3 { font-size: 1.25rem; margin: 0 0 .4rem; }
.prog-card__body p { margin: 0 0 1rem; font-size: .93rem; color: var(--body); display: -webkit-box; -webkit-line-clamp: 4; line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; }
.prog-card__foot { margin-top: auto; display: inline-flex; align-items: center; gap: .4rem; font-weight: 600; font-size: .92rem; color: var(--c); }
.prog-card__foot svg { width: 17px; height: 17px; transition: transform .2s var(--ease); }
.prog-card:hover .prog-card__foot svg { transform: translateX(3px); }
.prog-card:nth-child(6n+1){--c:var(--rb-red)}
.prog-card:nth-child(6n+2){--c:var(--rb-orange)}
.prog-card:nth-child(6n+3){--c:var(--rb-green)}
.prog-card:nth-child(6n+4){--c:var(--rb-teal)}
.prog-card:nth-child(6n+5){--c:var(--rb-blue)}
.prog-card:nth-child(6n+6){--c:var(--rb-violet)}
.prog-source { text-align: center; margin-top: 2.2rem; font-size: .9rem; color: var(--muted); }
.prog-source a { color: var(--rb-violet); font-weight: 600; }
@media (max-width: 900px) { .prog-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .prog-grid { grid-template-columns: 1fr; } }

/* külső link ikon a legördülőben */
.nav__dd a .ext-ic { width: 12px; height: 12px; margin-left: .35rem; vertical-align: -1px; opacity: .55; }

/* =========================================================
   Szobakártya — link a részletoldalra
   ========================================================= */
.room__media { text-decoration: none; cursor: pointer; }
.room__body h3 a { color: inherit; text-decoration: none; }
.room__body h3 a:hover { color: var(--hue); }
.room__more { display: inline-flex; align-items: center; gap: .4rem; margin-top: .7rem; font-weight: 600; font-size: .92rem; color: var(--hue); }
.room__more svg { width: 16px; height: 16px; transition: transform .2s var(--ease); }
.room__more:hover svg { transform: translateX(4px); }

/* =========================================================
   Szoba részletoldal (szoba.html)
   ========================================================= */
.rd { --c: var(--rb-blue); padding-top: 92px; padding-bottom: clamp(3rem, 6vw, 5rem); }
.rd-back { display: inline-flex; align-items: center; gap: .45rem; margin: 1.3rem 0 .2rem; font-weight: 600; color: var(--body); }
.rd-back svg { width: 18px; height: 18px; }
.rd-back:hover { color: var(--rb-violet); }
.rd-loading, .rd-empty { text-align: center; padding: 3rem 0; }
.rd-empty h1 { font-size: clamp(1.6rem, 4vw, 2.4rem); margin-bottom: .5rem; }
.rd-empty .btn { margin-top: 1rem; }

.rd-head { border-left: 6px solid var(--c); padding: .1rem 0 .1rem 1rem; margin: .8rem 0 1.7rem; }
.rd-title { font-size: clamp(2rem, 5.2vw, 3.2rem); margin: .1rem 0 .35rem; color: var(--c); }
.rd-type { margin: 0; color: var(--muted); font-weight: 600; }

.rd-grid { display: grid; grid-template-columns: 1.5fr .9fr; gap: clamp(1.4rem, 3vw, 2.6rem); align-items: start; }
.rd-gallery__main { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-md); aspect-ratio: 4 / 3; background: var(--cream-2); }
.rd-gallery__main img { width: 100%; height: 100%; object-fit: cover; }
.rd-thumbs { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: .6rem; }
.rd-thumb { width: 78px; height: 58px; border-radius: 10px; overflow: hidden; border: 2px solid transparent; padding: 0; cursor: pointer; background: none; transition: border-color .15s; }
.rd-thumb img { width: 100%; height: 100%; object-fit: cover; }
.rd-thumb:hover { border-color: color-mix(in srgb, var(--c) 45%, transparent); }
.rd-thumb.is-active { border-color: var(--c); }
.rd-gallery--empty { display: grid; place-items: center; aspect-ratio: 4/3; background: var(--cream-2); border-radius: var(--radius); color: var(--muted); }
.rd-gallery--empty svg { width: 64px; height: 64px; }

.rd-desc { margin-top: 1.7rem; font-size: 1.06rem; line-height: 1.8; color: var(--body); max-width: 68ch; }
.rd-desc h3 { font-family: var(--font-display); font-weight: 400; font-size: 1.45rem; margin: 1.4rem 0 .5rem; color: var(--ink); }
.rd-desc p { margin: 0 0 1rem; }
.rd-desc ul, .rd-desc ol { margin: 0 0 1rem; padding-left: 1.35rem; }
.rd-desc li { margin: .35rem 0; }
.rd-desc li::marker { color: var(--c); }
.rd-desc a { color: var(--rb-blue); text-decoration: underline; }

.rd-side { display: flex; flex-direction: column; gap: 1rem; position: sticky; top: 96px; }
.rd-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.2rem 1.3rem; box-shadow: var(--shadow-sm); }
.rd-card h2 { font-family: var(--font-body); font-size: .78rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; color: var(--muted); margin: 0 0 .85rem; }
.rd-feats { display: flex; flex-wrap: wrap; gap: .5rem; }
.rd-feat { display: inline-flex; align-items: center; gap: .4rem; border-radius: 999px; padding: .42rem .8rem; font-size: .9rem; font-weight: 500; color: var(--ink);
  background: var(--cream-2); background: color-mix(in srgb, var(--c) 10%, #fff);
  border: 1px solid var(--line); border: 1px solid color-mix(in srgb, var(--c) 26%, transparent); }
.rd-feat svg { width: 16px; height: 16px; color: var(--c); }
.rd-price__list { list-style: none; margin: 0; padding: 0; }
.rd-price__list li { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; padding: .5rem 0; border-bottom: 1px solid var(--line-2); }
.rd-price__list li:last-child { border-bottom: none; }
.rd-price__list b { color: var(--ink); font-size: 1.05rem; white-space: nowrap; }
.rd-price__list small { color: var(--muted); font-weight: 500; }
.rd-price__note { margin: .7rem 0 0; font-size: .84rem; color: var(--body); }
.rd-price__hint { margin: .4rem 0 0; font-size: .8rem; color: var(--muted); }
.rd-cta { width: 100%; }

@media (max-width: 860px) {
  .rd-grid { grid-template-columns: 1fr; }
  .rd-side { position: static; }
}

/* =========================================================
   Recepció-sáv (lábléc, minden oldalon) + kapcsolat-kártya jegyzet
   ========================================================= */
.footer__note { display: flex; align-items: center; gap: .8rem; max-width: var(--maxw); margin: 0 auto 2.2rem; padding: .95rem 1.2rem; border-radius: 14px; background: var(--surface); border: 1px solid var(--line); border-left: 5px solid var(--rb-orange); box-shadow: var(--shadow-sm); }
.footer__note svg { width: 26px; height: 26px; flex: none; color: var(--rb-orange); }
.footer__note p { margin: 0; font-size: .95rem; color: var(--body); max-width: none; }
.footer__note strong { color: var(--ink); }
.footer__note a { color: var(--accent-ink); font-weight: 700; overflow-wrap: anywhere; }
.footer__note a:hover { text-decoration: underline; }

.contact-note { display: flex; align-items: flex-start; gap: .6rem; margin: 1.2rem 0 0; padding-top: 1.1rem; border-top: 1px solid rgba(255,255,255,.18); font-size: .9rem; color: rgba(255,255,255,.92); }
.contact-note svg { width: 20px; height: 20px; flex: none; color: var(--rb-yellow); margin-top: 1px; }
.contact-note strong { color: #fff; }
.contact-note a { color: #fff; font-weight: 700; white-space: nowrap; text-decoration: underline; }

/* =========================================================
   Nyelvváltó (zászlós) — a rejtett Google Fordítót vezérli
   ========================================================= */
/* A Google saját widgetjét elrejtjük, de működőképes marad (a combo kell a vezérléshez) */
#google_translate_element { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }
.goog-te-banner-frame, iframe.goog-te-banner-frame, .skiptranslate > iframe { display: none !important; visibility: hidden !important; }
body { top: 0 !important; }
.goog-tooltip, .goog-tooltip:hover { display: none !important; }
.goog-text-highlight { background: none !important; box-shadow: none !important; }

.lang { position: relative; display: inline-flex; align-items: center; margin-left: .4rem; }
.lang__flag { display: inline-flex; }
.flag { width: 22px; height: 15px; border-radius: 3px; flex: none; display: block; box-shadow: 0 0 0 1px rgba(0,0,0,.08); }
.lang__btn { display: inline-flex; align-items: center; gap: .4rem; background: none; border: 1px solid var(--line); border-radius: 999px; padding: .35rem .6rem; font: inherit; font-size: .82rem; font-weight: 700; letter-spacing: .02em; color: var(--ink); cursor: pointer; line-height: 1; transition: border-color .2s, color .2s, background .2s; }
.lang__chev { width: 13px; height: 13px; opacity: .7; }
.header:not(.is-stuck) .lang__btn { color: #fff; border-color: rgba(255,255,255,.5); }
.header.is-stuck .lang__btn { color: var(--ink); border-color: var(--line); }
.lang__btn:hover { border-color: var(--rb-teal); color: var(--rb-teal); }
.lang__menu { position: absolute; top: calc(100% + 8px); right: 0; min-width: 178px; background: var(--surface); border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow-lg); padding: .4rem; display: none; flex-direction: column; gap: .1rem; z-index: 130; }
.lang.is-open .lang__menu { display: flex; }
.lang__menu button { display: flex; align-items: center; gap: .6rem; text-align: left; background: none; border: none; font: inherit; font-size: .95rem; color: var(--ink); padding: .5rem .7rem; border-radius: 9px; cursor: pointer; white-space: nowrap; }
.lang__menu button:hover { background: var(--cream-2); }
.lang__menu button.is-active { background: var(--cream-2); color: var(--rb-teal); font-weight: 700; }
@media (max-width: 1024px) { .lang { margin: .6rem 0 0; } .lang__menu { right: auto; left: 0; } }

/* Recepció-sáv mobilon: biztos tördelés, semmi ne lógjon ki (a fájl végén, hogy győzzön) */
@media (max-width: 560px) {
  .footer__note { flex-direction: column; align-items: flex-start; gap: .5rem; padding: .9rem 1rem; }
  .footer__note p { overflow-wrap: anywhere; word-break: break-word; }
  .footer__note a { white-space: normal; overflow-wrap: anywhere; }
}

/* =========================================================
   ÁSZF / jogi oldal
   ========================================================= */
.legal { padding: 118px 0 clamp(3rem, 6vw, 5rem); }
.legal .wrap { max-width: 860px; }
.legal h1 { font-size: clamp(1.9rem, 4.5vw, 2.7rem); margin: .2rem 0 .4rem; }
.legal-updated { color: var(--muted); font-size: .9rem; margin: 0 0 2.2rem; }
.legal h2 { font-family: var(--font-body); font-size: 1.18rem; font-weight: 700; margin: 2.3rem 0 .7rem; padding-left: .75rem; border-left: 5px solid var(--rb-blue); }
.legal h2:nth-of-type(7n+1) { border-color: var(--rb-red); }
.legal h2:nth-of-type(7n+2) { border-color: var(--rb-orange); }
.legal h2:nth-of-type(7n+3) { border-color: var(--rb-green); }
.legal h2:nth-of-type(7n+4) { border-color: var(--rb-teal); }
.legal h2:nth-of-type(7n+5) { border-color: var(--rb-blue); }
.legal h2:nth-of-type(7n+6) { border-color: var(--rb-violet); }
.legal h2:nth-of-type(7n+7) { border-color: var(--rb-yellow); }
.legal p, .legal li { font-size: .97rem; line-height: 1.7; }
.legal p { margin: 0 0 .7rem; }
.legal ul { margin: 0 0 .9rem; padding-left: 1.35rem; }
.legal li { margin: .3rem 0; }
.legal li::marker { color: var(--rb-teal); }
.legal strong { color: var(--ink); }
.legal a { color: var(--accent-ink); font-weight: 600; }
.legal a:hover { text-decoration: underline; }
.legal-box { background: var(--surface); border: 1px solid var(--line); border-left: 5px solid var(--rb-orange); border-radius: 12px; padding: 1rem 1.2rem; margin: 1.3rem 0 1.6rem; box-shadow: var(--shadow-sm); }
.legal-box p:last-child { margin-bottom: 0; }

/* Lemondási feltételek doboz a foglalás szekcióban */
.book-cancel { display: flex; align-items: flex-start; gap: .7rem; text-align: left; max-width: 620px; margin: 1.4rem auto 0; padding: .9rem 1.15rem; background: var(--surface); border: 1px solid var(--line); border-left: 5px solid var(--rb-orange); border-radius: 12px; box-shadow: var(--shadow-sm); }
.book-cancel svg { width: 22px; height: 22px; flex: none; color: var(--rb-orange); margin-top: 2px; }
.book-cancel p { margin: 0; font-size: .9rem; line-height: 1.6; color: var(--body); }
.book-cancel strong { color: var(--ink); }
.book-cancel a { color: var(--accent-ink); font-weight: 600; white-space: nowrap; }
.book-cancel a:hover { text-decoration: underline; }
