/* ==========================================================================
   Szatmari Cukraszda - bemutato oldal
   Elegans, belvarosi cukrasz-arculat: meleg krem, melyburgundi es antik arany.
   Mobil-first, sima CSS, nincs build.

   Minden kep CSS placeholder blokk (nem szallitunk fotot). A visszatero
   motivum az ARANY-boltiv kep-kivagas (border-radius: 180px 180px 16px 16px),
   amely a hoson, a galerian es a kartyakon egysegesen jelenik meg.

   Minden szoveg/hatter par WCAG AA (4.5:1 felett) ellenorizve.
   Arany CSAK diszkent (marka, hajszalvonal, csillag), a szoveges arany
   sotetitett tonus (--gold-text / --gold-lt), hogy atmenjen az AA-n.
   ========================================================================== */

:root {
  /* Szin tokenek */
  --cream: #F6EFE4;        /* oldal hatter                              */
  --burgundy: #6E2733;     /* fejlecek, sotet savok, gomb (9.2:1)       */
  --burgundy-dark: #5A1F29;/* gomb hover, eros link (11.5:1)            */
  --ink: #2A211E;          /* torzsszoveg (12.8:1)                      */
  --prose: #3A2E29;        /* fo torzsszoveg vilagos savon (10.6:1)     */
  --rose: #B98A86;         /* CSAK disz: masodlagos akcentus, keret     */
  --rose-ink: #6E4B47;     /* masodlagos/halvany szoveg (6.6:1)         */
  --gold: #B9924A;         /* CSAK disz: marka, vonal, csillag          */
  --gold-text: #7E5F28;    /* szoveges arany vilagos savon (5.2:1)      */
  --gold-lt: #D9B676;      /* sotet savon: eyebrow + disz (5.4:1)       */

  --surface: #FFFDF9;      /* kartyak, kiemelt panelek                  */
  --block: #EDE2CF;        /* placeholder-kep alapszin                  */
  --line: #E4D6BE;         /* hajszalvonal keret                        */
  --taupe: #CDB995;        /* eros keret                                */

  /* Tipografia */
  --font-display: "DM Serif Display", Georgia, "Times New Roman", serif;
  --font-body: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  /* Ritmus */
  --space-section: clamp(4rem, 10vw, 7.5rem);
  --container: 70rem;
  --gutter: clamp(1.25rem, 5vw, 2.5rem);
  --arch: 180px 180px 16px 16px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.68;
  color: var(--ink);
  background-color: var(--cream);
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }

a { color: var(--burgundy); }
a:hover { color: var(--burgundy-dark); }

:focus-visible { outline: 3px solid var(--burgundy); outline-offset: 3px; border-radius: 2px; }

.skip-link {
  position: absolute; top: -100%; left: 1rem; z-index: 100;
  background: var(--burgundy); color: var(--cream);
  padding: 0.6rem 1.2rem; border-radius: 0 0 6px 6px;
  text-decoration: none; font-size: 0.9rem;
}
.skip-link:focus { top: 0; color: var(--cream); }

/* --------------------------------------------------------------------------
   Bemutato sav (minden oldal tetejen)
   -------------------------------------------------------------------------- */
.demo-bar {
  background: var(--ink); color: #E8DBC6;
  text-align: center; font-size: 0.72rem; line-height: 1.5;
  letter-spacing: 0.03em; padding: 0.45rem 1rem;
}
.demo-bar strong { color: #F3E6CE; font-weight: 600; }

/* --------------------------------------------------------------------------
   Tipografia
   -------------------------------------------------------------------------- */
h1, h2, h3 { line-height: 1.16; font-weight: 400; }

h1, .display {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(2.5rem, 7vw, 4.5rem);
  letter-spacing: 0.005em;
  color: var(--burgundy);
}

h2 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(1.9rem, 4.6vw, 2.75rem);
  color: var(--burgundy);
}

h3 { font-family: var(--font-body); font-weight: 600; font-size: 1.1rem; color: var(--burgundy); }

p { max-width: 62ch; }

.eyebrow {
  display: inline-flex; align-items: center;
  font-family: var(--font-body);
  font-size: 0.74rem; font-weight: 700;
  letter-spacing: 0.24em; text-transform: uppercase;
  color: var(--gold-text);
  margin-bottom: 1rem;
}
.eyebrow::before {
  content: ""; display: inline-block;
  width: 1.7rem; height: 2px; border-radius: 2px;
  background: var(--gold); margin-right: 0.75em;
}

.lede {
  font-size: clamp(1.05rem, 2.5vw, 1.2rem);
  color: var(--prose); max-width: 40em;
}
.muted { color: var(--rose-ink); }
.soft-note { color: var(--rose-ink); font-size: 0.9rem; max-width: 46em; }

/* --------------------------------------------------------------------------
   Layout seged
   -------------------------------------------------------------------------- */
.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: var(--gutter); }

.section { padding-block: var(--space-section); }
.section--tight { padding-block: calc(var(--space-section) * 0.6); }

.section-head { max-width: 46rem; margin-bottom: clamp(2rem, 5vw, 3.5rem); }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head.center .eyebrow { justify-content: center; }
.section-head.center .lede { margin-inline: auto; }

/* --------------------------------------------------------------------------
   Elegans elvalaszto (arany vonal kozepen rombusz)
   -------------------------------------------------------------------------- */
.divider {
  display: flex; align-items: center; justify-content: center;
  gap: 0.9rem; padding-block: 0.25rem; color: var(--gold);
}
.divider::before, .divider::after {
  content: ""; height: 1px; width: min(6rem, 18vw);
  background: linear-gradient(90deg, transparent, var(--taupe));
}
.divider::after { background: linear-gradient(90deg, var(--taupe), transparent); }
.divider span {
  width: 0.6rem; height: 0.6rem; flex: none;
  background: var(--gold); transform: rotate(45deg);
  box-shadow: 0 0 0 4px var(--cream), 0 0 0 5px rgba(185, 146, 74, 0.4);
}

/* --------------------------------------------------------------------------
   Gombok
   -------------------------------------------------------------------------- */
.btn {
  display: inline-block; font-family: var(--font-body);
  font-size: 0.82rem; font-weight: 700; letter-spacing: 0.12em;
  text-transform: uppercase; text-decoration: none;
  padding: 0.95rem 2rem; border-radius: 4px;
  border: 1.5px solid transparent; cursor: pointer; text-align: center;
}
.btn--primary { background: var(--burgundy); color: var(--cream); }
.btn--primary:hover { background: var(--burgundy-dark); color: var(--cream); }
.btn--ghost { background: transparent; color: var(--burgundy); border-color: var(--taupe); }
.btn--ghost:hover { background: var(--burgundy); color: var(--cream); border-color: var(--burgundy); }
.btn--light { background: var(--cream); color: var(--burgundy); }
.btn--light:hover { background: #FFF; color: var(--burgundy-dark); }

@media (prefers-reduced-motion: no-preference) {
  .btn { transition: background-color 0.2s ease, color 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease, border-color 0.2s ease; }
  .btn:active { transform: scale(0.98); }
  .btn--primary:hover { transform: translateY(-1px); box-shadow: 0 12px 26px rgba(110, 39, 51, 0.28); }
  .btn--ghost:hover, .btn--light:hover { transform: translateY(-1px); }
}

/* --------------------------------------------------------------------------
   Fejlec / navigacio
   -------------------------------------------------------------------------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(246, 239, 228, 0.94);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
  transition: box-shadow 0.25s ease;
}
.site-header.is-scrolled { box-shadow: 0 10px 30px rgba(42, 33, 30, 0.1); }

.nav-bar { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding-block: 0.9rem; }

.brand {
  display: flex; align-items: center; gap: 0.65rem;
  font-family: var(--font-display); font-size: 1.4rem; font-weight: 400;
  text-decoration: none; color: var(--burgundy); line-height: 1.05;
}
.brand-logo { width: 42px; height: 42px; flex: none; }
.brand small {
  display: block; font-family: var(--font-body);
  font-size: 0.55rem; font-weight: 700; letter-spacing: 0.28em;
  text-transform: uppercase; color: var(--gold-text); margin-top: 0.15rem;
}

.nav-toggle {
  display: inline-flex; flex-direction: column; justify-content: center;
  gap: 5px; width: 44px; height: 44px; padding: 10px;
  background: none; border: 1px solid var(--taupe); border-radius: 6px; cursor: pointer;
}
.nav-toggle span { display: block; height: 2px; background: var(--burgundy); border-radius: 2px; }

.nav-menu { display: none; list-style: none; }
.nav-menu.is-open {
  display: flex; flex-direction: column; position: absolute;
  top: 100%; left: 0; right: 0; background: var(--cream);
  border-bottom: 1px solid var(--line);
  padding: 0.5rem var(--gutter) 1.25rem; gap: 0.25rem;
}
.nav-menu a:not(.btn) {
  display: block; padding: 0.65rem 0.25rem;
  font-size: 0.82rem; font-weight: 600; letter-spacing: 0.12em;
  text-transform: uppercase; text-decoration: none; color: var(--ink);
}
.nav-menu a:not(.btn):hover,
.nav-menu a:not(.btn)[aria-current="page"] { color: var(--burgundy); }
.nav-menu a:not(.btn)[aria-current="page"] { border-bottom: 2px solid var(--gold); }

.nav-book { flex: none; }
.nav-book .btn { padding: 0.62rem 1.3rem; font-size: 0.74rem; }

@media (max-width: 26em) { .nav-bar { gap: 0.5rem; } .nav-book .btn { padding: 0.62rem 0.9rem; } }

@media (min-width: 56em) {
  .nav-toggle { display: none; }
  .nav-menu { display: flex; gap: 1.9rem; align-items: center; }
  .nav-menu a:not(.btn) { padding: 0.25rem 0; }
}

/* --------------------------------------------------------------------------
   Placeholder foto-keretek - az ARANY-boltiv kivagas a visszatero motivum
   -------------------------------------------------------------------------- */
.photo-ph {
  display: flex; align-items: center; justify-content: center; text-align: center;
  background: radial-gradient(120% 90% at 30% 18%, #FBF4E7 0%, var(--block) 62%, #E1D0B4 100%);
  border: 1px solid var(--line);
  color: #7A6350; font-size: 0.78rem; letter-spacing: 0.04em;
  padding: 1.25rem; overflow: hidden;
}
.photo-ph .ph-label { max-width: 15em; }
.photo-ph .ph-tag {
  display: block; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--gold-text); font-size: 0.68rem; margin-bottom: 0.35rem;
}

/* arany-boltiv kivagas = a marka vizualis jegye */
.cameo { aspect-ratio: 4 / 5; border-radius: var(--arch); }
.plate { aspect-ratio: 1; border-radius: 16px; }
.plate--wide { aspect-ratio: 4 / 3.4; border-radius: 16px; }

/* --------------------------------------------------------------------------
   Hos - elegans ket-hasabos elrendezes (szoveg balra, boltives kep jobbra)
   -------------------------------------------------------------------------- */
.hero {
  position: relative; overflow: hidden;
  background:
    radial-gradient(70% 55% at 88% 18%, rgba(185, 146, 74, 0.16) 0%, transparent 60%),
    radial-gradient(60% 60% at 6% 92%, rgba(110, 39, 51, 0.1) 0%, transparent 62%),
    linear-gradient(160deg, #F8F2E7 0%, var(--cream) 50%, #F1E6D3 100%);
  border-bottom: 1px solid var(--line);
}
.hero__inner {
  position: relative; z-index: 2;
  display: grid; gap: clamp(2.5rem, 6vw, 4rem);
  align-items: center;
  padding-block: clamp(3rem, 8vw, 5.5rem);
}
@media (min-width: 60em) {
  .hero__inner { grid-template-columns: 1.05fr 0.95fr; }
}

.hero__copy .lede { margin-top: 1.35rem; }
.hero .tagline {
  font-family: var(--font-display); font-style: italic; font-weight: 400;
  font-size: clamp(1.3rem, 3vw, 1.75rem); color: var(--rose-ink); margin-top: 0.65rem;
}
.hero h1 { margin-top: 0.25rem; }

.hero-actions { display: flex; flex-wrap: wrap; gap: 0.9rem; margin-top: 2.1rem; }

/* Google tarsadalmi bizonyitek - kiemelt statisztika */
.hero-proof {
  display: inline-flex; flex-wrap: wrap; align-items: center;
  gap: 0.6rem 1rem; margin-top: 2.3rem;
  background: var(--surface); border: 1px solid var(--line);
  border-radius: 6px; padding: 0.75rem 1.4rem;
  box-shadow: 0 12px 30px rgba(42, 33, 30, 0.07);
}
.hero-proof__num { font-family: var(--font-display); font-weight: 400; font-size: 1.5rem; color: var(--burgundy); line-height: 1; }
.hero-proof__txt { font-size: 0.82rem; font-weight: 600; letter-spacing: 0.03em; color: var(--rose-ink); }
.hero-proof__txt strong { color: var(--burgundy); font-weight: 700; }

/* Hos kep-oszlop: nagy boltives kivagas + kis atfedo kep */
.hero__art { position: relative; }
.hero__art .cameo {
  border: none;
  box-shadow:
    0 0 0 1px rgba(185, 146, 74, 0.55),
    0 0 0 9px var(--cream),
    0 0 0 10px rgba(185, 146, 74, 0.5),
    0 30px 60px rgba(42, 33, 30, 0.22);
}
.hero__art .cameo--main { aspect-ratio: 4 / 5; }
.hero__art .badge-note {
  position: absolute; left: -0.5rem; bottom: 1.75rem;
  background: var(--burgundy); color: var(--cream);
  border-radius: 6px; padding: 0.85rem 1.15rem;
  box-shadow: 0 18px 40px rgba(42, 33, 30, 0.28);
  max-width: 13rem;
}
.hero__art .badge-note strong {
  display: block; font-family: var(--font-display); font-size: 1.35rem; line-height: 1; margin-bottom: 0.2rem;
}
.hero__art .badge-note span { font-size: 0.72rem; letter-spacing: 0.06em; color: #E8CFC0; }

@media (prefers-reduced-motion: no-preference) {
  .hero__art { animation: floatArt 9s ease-in-out infinite alternate; }
  @keyframes floatArt { from { transform: translateY(0); } to { transform: translateY(-12px); } }
}

/* --------------------------------------------------------------------------
   Csillag-ertekeles (ket reteges SVG: szurke alap + arany eloter vagva)
   -------------------------------------------------------------------------- */
.rating-stars { position: relative; display: inline-block; width: 8.7rem; height: 1.45rem; vertical-align: middle; }
.rating-stars__row { position: absolute; inset: 0; display: flex; gap: 0.32rem; }
.rating-stars__row svg { width: 1.4rem; height: 1.4rem; flex: none; display: block; }
.rating-stars__row--bg svg { fill: #DDCBA9; }
.rating-stars__row--fg { overflow: hidden; }
.rating-stars__row--fg svg { fill: var(--gold); }

.rating-stars--sm { width: 6.5rem; height: 1.05rem; }
.rating-stars--sm .rating-stars__row { gap: 0.24rem; }
.rating-stars--sm .rating-stars__row svg { width: 1.05rem; height: 1.05rem; }

/* --------------------------------------------------------------------------
   Marquee szalag (kinalat) - elegans, burgundi alapon
   -------------------------------------------------------------------------- */
.marquee { overflow: hidden; background: var(--burgundy); border-block: 1px solid var(--burgundy-dark); padding-block: 0.9rem; }
.marquee__track { display: flex; width: max-content; }
.marquee__group { display: flex; align-items: center; flex: none; }
.marquee__group span {
  font-family: var(--font-display); font-size: 1.05rem; letter-spacing: 0.02em;
  color: var(--cream); white-space: nowrap;
}
.marquee__group i { font-style: normal; color: var(--gold-lt); margin-inline: 1.4rem; font-size: 0.8rem; }

@media (prefers-reduced-motion: no-preference) {
  .marquee__track { animation: marqueeScroll 34s linear infinite; }
  @keyframes marqueeScroll { to { transform: translateX(-50%); } }
}
@media (prefers-reduced-motion: reduce) {
  .marquee__track { width: auto; flex-wrap: wrap; justify-content: center; }
  .marquee__group + .marquee__group { display: none; }
}

/* --------------------------------------------------------------------------
   Meleg disz-sav
   -------------------------------------------------------------------------- */
.band {
  position: relative;
  background:
    radial-gradient(55% 80% at 6% 0%, rgba(185, 146, 74, 0.12) 0%, transparent 58%),
    radial-gradient(50% 70% at 100% 100%, rgba(185, 138, 134, 0.14) 0%, transparent 58%),
    #FBF5EB;
  border-block: 1px solid var(--line);
}

/* --------------------------------------------------------------------------
   Kartyak (kategoriak + jellemzo racsok) - bal oldali arany akcentussal
   -------------------------------------------------------------------------- */
.card-grid { display: grid; gap: 1.25rem; grid-template-columns: 1fr; }
@media (min-width: 40em) { .card-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 62em) { .card-grid--4 { grid-template-columns: repeat(4, 1fr); } }
@media (min-width: 52em) { .card-grid--3 { grid-template-columns: repeat(3, 1fr); } }

.card {
  background: var(--surface); border: 1px solid var(--line);
  border-top: 3px solid var(--gold);
  border-radius: 4px; padding: 1.7rem 1.5rem;
  display: flex; flex-direction: column; gap: 0.55rem;
}
.card .card-mark {
  font-family: var(--font-display); font-size: 1.5rem; line-height: 1;
  color: var(--rose); margin-bottom: 0.3rem;
}
.card p { font-size: 0.94rem; color: var(--prose); }
.card .card-link {
  margin-top: auto; padding-top: 0.85rem;
  font-size: 0.76rem; font-weight: 700; letter-spacing: 0.12em;
  text-transform: uppercase; text-decoration: none;
}

@media (prefers-reduced-motion: no-preference) {
  .card { transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease; }
  .card:hover { transform: translateY(-5px); box-shadow: 0 18px 36px rgba(42, 33, 30, 0.12); }
}

/* --------------------------------------------------------------------------
   Termek-lista (tortaink oldal)
   -------------------------------------------------------------------------- */
.menu-category { margin-bottom: clamp(2.5rem, 6vw, 4rem); }
.menu-category > h2 { margin-bottom: 0.4rem; }
.menu-category > .category-note { color: var(--rose-ink); font-size: 0.95rem; max-width: 44em; margin-bottom: 1.5rem; }

.menu-item {
  display: grid; grid-template-columns: 1fr auto; gap: 0.35rem 1.5rem;
  align-items: baseline; padding-block: 1.1rem; border-bottom: 1px solid var(--line);
}
.menu-item:first-of-type { border-top: 1px solid var(--line); }
.menu-item h3 { font-size: 1.05rem; }
.menu-item .price {
  font-size: 0.76rem; font-weight: 700; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--gold-text);
  justify-self: end; text-align: right; white-space: nowrap;
}
.menu-item .desc { grid-column: 1 / -1; font-size: 0.92rem; color: var(--prose); max-width: 48em; }

/* --------------------------------------------------------------------------
   Lepesek (hogyan rendelhet)
   -------------------------------------------------------------------------- */
.steps-grid { display: grid; gap: 1.5rem; }
@media (min-width: 48em) { .steps-grid { grid-template-columns: repeat(3, 1fr); gap: 2.25rem; } }

.step { border-top: 2px solid var(--gold); padding-top: 1.15rem; }
.step .step-num {
  display: block; font-family: var(--font-display);
  font-size: 2.4rem; line-height: 1; color: var(--rose); margin-bottom: 0.5rem;
}
.step h3 { margin-bottom: 0.4rem; }
.step p { font-size: 0.94rem; color: var(--prose); }

@media (prefers-reduced-motion: no-preference) {
  .step { transition: transform 0.3s ease; }
  .step:hover { transform: translateY(-3px); }
}

/* --------------------------------------------------------------------------
   Velemenyek modul
   -------------------------------------------------------------------------- */
.reviews-lead { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem 1.75rem; margin-bottom: 2.25rem; }
.reviews-score { display: flex; align-items: baseline; gap: 0.5rem; }
.reviews-score__num { font-family: var(--font-display); font-weight: 400; font-size: 2.8rem; color: var(--burgundy); line-height: 1; }
.reviews-score__max { font-size: 1rem; color: var(--rose-ink); font-weight: 600; }
.reviews-score__meta { display: flex; flex-direction: column; gap: 0.35rem; }
.reviews-score__meta .count { font-size: 0.9rem; color: var(--rose-ink); font-weight: 600; }

.review-grid { display: grid; gap: 1.25rem; grid-template-columns: 1fr; }
@media (min-width: 48em) { .review-grid { grid-template-columns: repeat(3, 1fr); } }

.review-card {
  background: var(--surface); border: 1px solid var(--line);
  border-radius: 4px; padding: 1.6rem 1.5rem;
  display: flex; flex-direction: column; gap: 0.8rem;
}
.review-card .review-quote-mark { font-family: var(--font-display); font-size: 2rem; line-height: 0.4; color: var(--gold); height: 0.8rem; }
.review-card blockquote { color: var(--prose); font-size: 0.96rem; line-height: 1.62; }
.review-card .review-by {
  margin-top: auto; display: flex; align-items: center; gap: 0.6rem;
  font-size: 0.82rem; font-weight: 700; color: var(--burgundy);
}
.review-card .review-by::before {
  content: ""; width: 2rem; height: 2rem; border-radius: 50%; flex: none;
  background: radial-gradient(circle at 35% 30%, #E8CDA0, var(--gold));
}
.reviews-note { margin-top: 1.75rem; font-size: 0.8rem; color: var(--rose-ink); max-width: 56em; }

/* --------------------------------------------------------------------------
   Galeria
   -------------------------------------------------------------------------- */
.filter-bar { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-bottom: 2rem; }
.filter-btn {
  font-family: var(--font-body); font-size: 0.76rem; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase;
  padding: 0.55rem 1.15rem; border-radius: 4px; border: 1px solid var(--taupe);
  background: transparent; color: var(--ink); cursor: pointer;
}
.filter-btn:hover { border-color: var(--burgundy); color: var(--burgundy); }
.filter-btn[aria-pressed="true"] { background: var(--burgundy); border-color: var(--burgundy); color: var(--cream); }

.gallery-grid { display: grid; gap: 1.5rem; grid-template-columns: repeat(2, 1fr); }
@media (min-width: 48em) { .gallery-grid { grid-template-columns: repeat(3, 1fr); gap: 2rem; } }

.gallery-item { cursor: zoom-in; }
.gallery-item .cameo {
  box-shadow: 0 0 0 1px rgba(185, 146, 74, 0.4), 0 14px 30px rgba(42, 33, 30, 0.12);
}
.gallery-item figcaption { font-size: 0.8rem; color: var(--rose-ink); text-align: center; margin-top: 0.85rem; }
.gallery-item.is-hidden { display: none; }

@media (prefers-reduced-motion: no-preference) {
  .gallery-item .cameo { transition: transform 0.35s ease; }
  .gallery-item:hover .cameo { transform: translateY(-4px); }
  .gallery-item { transition: opacity 0.35s ease, transform 0.35s ease; }
  .gallery-item.is-filtering-out { opacity: 0; transform: scale(0.94); }
  .gallery-item.is-filtering-in { animation: filterIn 0.4s ease both; }
  @keyframes filterIn { from { opacity: 0; transform: scale(0.94); } to { opacity: 1; transform: none; } }
}

/* --------------------------------------------------------------------------
   CTA sav (burgundi alap = AA biztos vilagos szoveghez)
   -------------------------------------------------------------------------- */
.cta-band {
  position: relative; overflow: hidden;
  background: radial-gradient(70% 120% at 85% 12%, rgba(185, 146, 74, 0.24) 0%, transparent 55%), var(--burgundy);
  color: #FFF; text-align: center; padding-block: clamp(3rem, 7vw, 5rem);
}
.cta-band h2 { color: #FFF; margin-bottom: 0.75rem; }
.cta-band p { color: #F0DACB; max-width: 34em; margin-inline: auto; margin-bottom: 1.75rem; }
.cta-band .eyebrow { color: var(--gold-lt); justify-content: center; }
.cta-band .eyebrow::before { background: var(--gold-lt); }

/* --------------------------------------------------------------------------
   Aloldal fejlec
   -------------------------------------------------------------------------- */
.page-head {
  position: relative; overflow: hidden;
  background:
    radial-gradient(55% 120% at 88% 12%, rgba(185, 146, 74, 0.2) 0%, transparent 58%),
    radial-gradient(50% 90% at 100% 100%, rgba(185, 138, 134, 0.14) 0%, transparent 55%),
    #FBF5EB;
  border-bottom: 1px solid var(--line);
}
.page-head > .container { position: relative; padding-block: clamp(2.75rem, 7vw, 4.5rem); }
.page-head h1 { font-size: clamp(2.3rem, 5.5vw, 3.5rem); }
.page-head .lede { margin-top: 0.9rem; }

/* --------------------------------------------------------------------------
   Kapcsolat
   -------------------------------------------------------------------------- */
.contact-grid { display: grid; gap: 2rem; }
@media (min-width: 56em) { .contact-grid { grid-template-columns: 1fr 1fr; gap: 3.5rem; } }

.contact-list { list-style: none; }
.contact-list li { padding-block: 1rem; border-bottom: 1px solid var(--line); }
.contact-list .label {
  display: block; font-size: 0.72rem; font-weight: 700;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold-text); margin-bottom: 0.25rem;
}
.contact-list a { color: var(--burgundy); }

.open-badge {
  display: inline-flex; align-items: center; gap: 0.5em;
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
  padding: 0.3rem 0.85rem; border-radius: 999px; border: 1px solid var(--taupe); color: var(--rose-ink);
}
.open-badge::before { content: ""; width: 0.55em; height: 0.55em; border-radius: 50%; background: var(--taupe); flex: none; }
.open-badge.is-open { color: #2F5A38; border-color: #9BC3A3; background: #EDF5EE; }
.open-badge.is-open::before { background: #4C8A57; }
.open-badge.is-closed { color: var(--burgundy-dark); border-color: #DDB1B6; background: #FBEDEE; }
.open-badge.is-closed::before { background: var(--burgundy); }

.hours-list { list-style: none; margin-top: 1rem; }
.hours-list li {
  display: flex; justify-content: space-between; gap: 1rem;
  padding: 0.55rem 0.6rem; border-bottom: 1px solid var(--line); font-size: 0.95rem;
}
.hours-list .day { color: var(--ink); font-weight: 600; }
.hours-list .time { color: var(--rose-ink); }
.hours-list li.is-today { background: #F5EBD9; border-radius: 6px; }
.hours-list li.is-today .day { color: var(--burgundy); font-weight: 700; }

.map-ph { border-radius: 8px; aspect-ratio: 4 / 3; margin-top: 1.5rem; }

/* Demo urlap */
.form-grid { display: grid; gap: 1.1rem; margin-top: 1rem; }
.field { display: grid; gap: 0.35rem; }
.field label { font-size: 0.78rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--rose-ink); }
.field input, .field select, .field textarea {
  font-family: var(--font-body); font-size: 1rem; padding: 0.7rem 0.85rem;
  border: 1px solid var(--taupe); border-radius: 6px; background: var(--surface); color: var(--ink); width: 100%;
}
.field textarea { min-height: 7rem; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 3px solid var(--burgundy); outline-offset: 2px; }

@media (min-width: 40em) { .form-row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; } }

.form-success {
  display: none; margin-top: 1rem; padding: 1rem 1.25rem; border-radius: 6px;
  border: 1px solid #9BC3A3; background: #EDF5EE; color: #2F5A38; font-size: 0.95rem;
}
.form-success.is-visible { display: block; }
.bookcard.is-sent .consult-form { display: none; }

/* --------------------------------------------------------------------------
   GYIK
   -------------------------------------------------------------------------- */
.faq { border-top: 1px solid var(--line); margin-top: 2.5rem; }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary {
  cursor: pointer; padding: 1.1rem 2.25rem 1.1rem 0.25rem;
  font-weight: 700; font-size: 1rem; list-style: none; position: relative; color: var(--burgundy);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+"; position: absolute; right: 0.5rem; top: 50%; transform: translateY(-50%);
  font-family: var(--font-display); font-size: 1.5rem; color: var(--gold-text);
}
.faq details[open] summary::after { content: "-"; }
.faq .faq-a { padding: 0 0.25rem 1.25rem; max-width: 48em; color: var(--prose); font-size: 0.95rem; }

/* --------------------------------------------------------------------------
   Lablec
   -------------------------------------------------------------------------- */
.site-footer { background: var(--ink); color: #E5D7C3; padding-block: clamp(2.5rem, 6vw, 4rem) 1.5rem; font-size: 0.92rem; }
.site-footer a { color: var(--gold-lt); }
.site-footer a:hover { color: #F0DBB4; }

.footer-grid { display: grid; gap: 2rem; margin-bottom: 2.5rem; }
@media (min-width: 48em) { .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; } }

.footer-logo { width: 46px; height: 46px; margin-bottom: 0.75rem; opacity: 0.95; }
.footer-brand { font-family: var(--font-display); font-size: 1.4rem; color: var(--cream); font-weight: 400; }
.footer-brand small {
  display: block; font-family: var(--font-body); font-size: 0.55rem; font-weight: 700;
  letter-spacing: 0.28em; text-transform: uppercase; color: var(--gold-lt); margin-top: 0.25rem;
}
.footer-head { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: #C9B393; margin-bottom: 0.8rem; }
.footer-links { list-style: none; }
.footer-links li { margin-bottom: 0.45rem; }
.footer-links a { text-decoration: none; }
.footer-note { font-size: 0.78rem; color: #A6947C; max-width: 56em; margin-top: 1.1rem; }
.footer-bottom {
  border-top: 1px solid #3D322D; padding-top: 1.25rem;
  display: flex; flex-wrap: wrap; gap: 0.5rem 1.5rem; justify-content: space-between;
  font-size: 0.8rem; color: #A6947C;
}

/* --------------------------------------------------------------------------
   Mobil ragados sav
   -------------------------------------------------------------------------- */
.mobile-book-bar { display: none; }
@media (max-width: 55.99em) {
  .mobile-book-bar {
    position: fixed; bottom: 0; left: 0; right: 0; z-index: 60;
    display: flex; gap: 0.6rem;
    padding: 0.6rem var(--gutter) calc(0.6rem + env(safe-area-inset-bottom));
    background: rgba(246, 239, 228, 0.96); backdrop-filter: blur(8px);
    border-top: 1px solid var(--line);
  }
  .mobile-book-bar .btn { flex: 1; padding: 0.8rem 1rem; }
  .mobile-book-bar .btn--ghost { flex: 0 0 auto; }
  body:has(.mobile-book-bar) { padding-bottom: 4.4rem; }
}

/* --------------------------------------------------------------------------
   Lightbox
   -------------------------------------------------------------------------- */
.lightbox {
  position: fixed; inset: 0; z-index: 200; display: none;
  align-items: center; justify-content: center; padding: clamp(1rem, 4vw, 3rem);
  background: rgba(42, 33, 30, 0.9); backdrop-filter: blur(6px);
}
.lightbox.is-open { display: flex; }
.lightbox figure { max-width: min(92vw, 30rem); width: 100%; text-align: center; }
.lightbox .photo-ph {
  width: 100%; max-width: 22rem; margin-inline: auto; border-radius: var(--arch);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.5); font-size: 0.95rem;
}
.lightbox figcaption { color: #EAD9C4; font-size: 0.9rem; margin-top: 1rem; }
.lightbox__close {
  position: absolute; top: 1.1rem; right: 1.1rem; width: 44px; height: 44px;
  border-radius: 50%; border: 1px solid rgba(234, 217, 196, 0.4);
  background: rgba(42, 33, 30, 0.6); color: #F3E6CE; font-size: 1.3rem; line-height: 1; cursor: pointer;
}
.lightbox__close:hover { background: rgba(110, 39, 51, 0.85); }

/* --------------------------------------------------------------------------
   Illusztracios jeloles (bemutato)
   -------------------------------------------------------------------------- */
.photo-ph.has-ill { position: relative; }
.ill-chip {
  position: absolute; right: 8%; bottom: 6%; z-index: 2;
  font-size: 0.6rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
  padding: 0.28rem 0.65rem; border-radius: 999px;
  background: rgba(42, 33, 30, 0.74); color: #F6EFE4; pointer-events: none;
}
.cameo.has-ill .ill-chip { right: auto; left: 50%; transform: translateX(-50%); bottom: 7%; }

/* --------------------------------------------------------------------------
   Scroll reveal (csak mozgasnal; JS nelkul vegig lathato)
   -------------------------------------------------------------------------- */
@media (prefers-reduced-motion: no-preference) {
  html.js .reveal {
    opacity: 0; transform: translateY(16px); filter: blur(3px);
    transition: opacity 0.65s ease, transform 0.65s ease, filter 0.65s ease;
    transition-delay: calc(var(--reveal-i, 0) * 0.08s);
  }
  html.js .reveal.is-visible { opacity: 1; transform: none; filter: none; }
}

/* --------------------------------------------------------------------------
   Segedek
   -------------------------------------------------------------------------- */
.center { text-align: center; }
.mt-lg { margin-top: 2.5rem; }
.stack-sm > * + * { margin-top: 0.75rem; }
