/* ==========================================================================
   Napsugar Fagyizo es Cukraszda - bemutato oldal
   Vilagos, nyari, friss gelato-arculat. Mobil-first, sima CSS, nincs build.

   Minden kep CSS placeholder blokk (nem szallitunk fotot). A visszatero
   motivum a KOR alaku kep-kivagas (fagylalt-gombocok / scoop), amely a
   hoson, a galerian es a kameokon egysegesen jelenik meg.

   Minden szoveg/hatter par WCAG AA (4.5:1 felett) ellenorizve. A mentazold
   es a barack szovegkent a melyitett arnyalatban szerepel.
   ========================================================================== */

:root {
  /* Szin tokenek */
  --cream: #FDFAF4;        /* oldal hatter                                */
  --surface: #FFFFFF;      /* kartyak, kiemelt panelek                    */
  --surface-warm: #FFFCF6; /* halvany melegebb panel                      */

  --ink: #263235;          /* fejlecek, sotet szoveg (13.5:1)             */
  --prose: #33454A;        /* torzsszoveg (9.6:1)                         */
  --muted: #556A6E;        /* halvany, masodlagos szoveg (5.5:1)          */

  --mint: #3E8E7A;         /* friss menta: dísz, gombocok, kis fillek     */
  --mint-deep: #2F6E5E;    /* menta szovegkent / gomb / link (5.8:1)      */
  --mint-deeper: #245A4C;  /* gomb hover, eros link (7.7:1)               */

  --peach: #E8955C;        /* barack: CSAK dísz (pöttyök, csillag, vonal) */
  --peach-deep: #B0531F;   /* barack szovegkent: eyebrow (4.9:1)          */

  --sky: #6FA6B8;          /* lagy egszin: CSAK dísz                       */
  --sky-deep: #3B7284;     /* egszin szovegkent, ha kell (4.9:1)          */

  --ivory-block: #F2EADD;  /* placeholder-kep alapszin                    */
  --line: #EBE2D3;         /* hajszalvonal keret (meleg)                  */
  --line-mint: #DCEAE4;    /* hajszalvonal keret (mentas)                 */
  --taupe: #D8CCB8;        /* keret                                       */

  --footer-bg: #21433B;    /* melymenta lablec                            */
  --footer-ink: #E8F1EC;   /* lablec szoveg                               */

  /* Tipografia */
  --font-display: "Quicksand", "Trebuchet MS", "Segoe UI", sans-serif;
  --font-body: "Mulish", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  /* Ritmus */
  --space-section: clamp(4rem, 10vw, 7.5rem);
  --container: 68rem;
  --gutter: clamp(1.25rem, 5vw, 2.5rem);
}

*, *::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.65;
  color: var(--ink);
  background-color: var(--cream);
  -webkit-font-smoothing: antialiased;
}

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

a { color: var(--mint-deep); }
a:hover { color: var(--mint-deeper); }

:focus-visible { outline: 3px solid var(--mint-deep); outline-offset: 3px; border-radius: 4px; }

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

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

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

h1, .display {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(2.4rem, 7vw, 4.4rem);
  letter-spacing: -0.01em;
  color: var(--ink);
}

h2 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.75rem, 4.5vw, 2.6rem);
  color: var(--ink);
}

h3 { font-family: var(--font-display); font-weight: 700; font-size: 1.15rem; color: var(--ink); }

p { max-width: 62ch; }

.eyebrow {
  display: block;
  font-family: var(--font-body);
  font-size: 0.75rem; font-weight: 800;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--peach-deep);
  margin-bottom: 0.9rem;
}
.eyebrow::before {
  content: ""; display: inline-block;
  width: 0.5em; height: 0.5em; border-radius: 50%;
  background: var(--peach); margin-right: 0.6em; vertical-align: 6%;
}

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

/* --------------------------------------------------------------------------
   Layout segedek
   -------------------------------------------------------------------------- */
.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: 44rem; margin-bottom: clamp(2rem, 5vw, 3.5rem); }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head.center .lede { margin-inline: auto; }

/* --------------------------------------------------------------------------
   Scoop-sor elvalaszto (szines fagylalt-gombocok)
   -------------------------------------------------------------------------- */
.bonbon-strip {
  display: flex; justify-content: center; align-items: center;
  gap: 0.9rem; padding-block: 0.5rem; border: 0;
}
.bonbon-strip span { width: 0.85rem; height: 0.85rem; border-radius: 50%; flex: none; }
.bonbon-strip .b1 { background: var(--peach); }
.bonbon-strip .b2 { background: var(--mint); }
.bonbon-strip .b3 { background: var(--sky); }
.bonbon-strip .b4 { background: #F2C1A0; }
.bonbon-strip .b5 { background: #8FC3B4; }
.bonbon-strip .b6 { background: #A9CEDA; }
.bonbon-strip .picked { box-shadow: 0 0 0 2px var(--cream), 0 0 0 4px var(--peach); }

/* --------------------------------------------------------------------------
   Gombok
   -------------------------------------------------------------------------- */
.btn {
  display: inline-block; font-family: var(--font-body);
  font-size: 0.9rem; font-weight: 800; letter-spacing: 0.05em;
  text-transform: uppercase; text-decoration: none;
  padding: 0.95rem 2rem; border-radius: 999px;
  border: 2px solid transparent; cursor: pointer; text-align: center;
}
.btn--primary { background: var(--mint-deep); color: #fff; }
.btn--primary:hover { background: var(--mint-deeper); color: #fff; }
.btn--ghost { background: transparent; color: var(--mint-deep); border-color: var(--mint-deep); }
.btn--ghost:hover { background: var(--mint-deep); color: #fff; }
.btn--light { background: #fff; color: var(--mint-deep); }
.btn--light:hover { background: #F4FBF8; color: var(--mint-deeper); }

@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; }
  .btn:active { transform: scale(0.98); }
  .btn--primary:hover { transform: translateY(-1px); box-shadow: 0 12px 26px rgba(47, 110, 94, 0.28); }
  .btn--ghost:hover, .btn--light:hover { transform: translateY(-1px); }
}

/* --------------------------------------------------------------------------
   Fejlec / navigacio
   -------------------------------------------------------------------------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(253, 250, 244, 0.9);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line-mint);
  transition: box-shadow 0.25s ease;
}
.site-header.is-scrolled { box-shadow: 0 10px 30px rgba(38, 50, 53, 0.08); }

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

.brand {
  display: flex; align-items: center; gap: 0.6rem;
  font-family: var(--font-display); font-size: 1.4rem; font-weight: 700;
  text-decoration: none; color: var(--ink); line-height: 1.1;
}
.brand-logo { width: 42px; height: 42px; flex: none; }
.brand small {
  display: block; font-family: var(--font-body);
  font-size: 0.56rem; font-weight: 800; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--peach-deep);
}

.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(--line-mint); border-radius: 10px; cursor: pointer;
}
.nav-toggle span { display: block; height: 2px; background: var(--ink); 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-mint);
  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.85rem; font-weight: 700; letter-spacing: 0.08em;
  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(--mint-deep); }
.nav-menu a:not(.btn)[aria-current="page"] { border-bottom: 2px solid var(--peach); }

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

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

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

/* --------------------------------------------------------------------------
   Placeholder foto-keretek - a KOR kivagas (scoop) a visszatero motivum
   -------------------------------------------------------------------------- */
.photo-ph {
  display: flex; align-items: center; justify-content: center; text-align: center;
  background: radial-gradient(120% 90% at 30% 20%, #FFFDF9 0%, var(--ivory-block) 62%, #E9DFCE 100%);
  border: 1px solid var(--line);
  color: #7C6A55; 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: 800; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--peach-deep); font-size: 0.68rem; margin-bottom: 0.35rem;
}

/* kor kivagas = fagylalt-gomboc / scoop */
.cameo { aspect-ratio: 1; border-radius: 50%; }
.plate { aspect-ratio: 1; border-radius: 26px; }
.plate--wide { aspect-ratio: 4 / 3.4; border-radius: 26px; }

/* --------------------------------------------------------------------------
   Hos - kozepre zart szo-logo + nagy Quicksand cim + kor kameok
   -------------------------------------------------------------------------- */
.hero {
  position: relative; overflow: hidden; background: var(--cream);
}
.hero__wash, .hero__glow { position: absolute; inset: 0; }
.hero__wash {
  background:
    radial-gradient(78% 60% at 15% 12%, rgba(111, 166, 184, 0.20) 0%, transparent 60%),
    radial-gradient(70% 60% at 88% 88%, rgba(232, 149, 92, 0.20) 0%, transparent 62%),
    radial-gradient(60% 55% at 60% 30%, rgba(62, 142, 122, 0.14) 0%, transparent 60%),
    linear-gradient(160deg, #FFFFFF 0%, #FDFAF4 45%, #F4FBF8 100%);
}
.hero__glow { overflow: hidden; pointer-events: none; }
.hero__glow .glow { position: absolute; border-radius: 50%; filter: blur(70px); opacity: 0.5; }
.hero__glow .glow--peach {
  width: 24rem; height: 24rem; top: -7rem; left: 4%;
  background: radial-gradient(circle, var(--peach) 0%, transparent 70%);
}
.hero__glow .glow--mint {
  width: 20rem; height: 20rem; bottom: -6rem; right: 8%;
  background: radial-gradient(circle, var(--mint) 0%, transparent 70%);
}

.hero__inner { position: relative; z-index: 2; text-align: center; padding-block: clamp(3.5rem, 9vw, 6.5rem); }
.hero__inner .lede { margin-inline: auto; margin-top: 1.25rem; }

.hero .tagline {
  font-family: var(--font-display); font-weight: 600;
  font-size: clamp(1.2rem, 3vw, 1.65rem); color: var(--mint-deep); margin-top: 0.5rem;
}

.hero-actions { display: flex; flex-wrap: wrap; gap: 0.9rem; margin-top: 2rem; justify-content: center; }

/* Google tarsadalmi bizonyitek - kiemelt statisztika */
.hero-proof {
  display: inline-flex; flex-wrap: wrap; align-items: center; justify-content: center;
  gap: 0.65rem 1rem; margin-top: 2.4rem;
  background: var(--surface); border: 1px solid var(--line-mint);
  border-radius: 999px; padding: 0.7rem 1.4rem;
  box-shadow: 0 12px 30px rgba(38, 50, 53, 0.08);
}
.hero-proof__num { font-family: var(--font-display); font-weight: 700; font-size: 1.4rem; color: var(--ink); line-height: 1; }
.hero-proof__txt { font-size: 0.82rem; font-weight: 700; letter-spacing: 0.03em; color: var(--muted); }
.hero-proof__txt strong { color: var(--mint-deep); font-weight: 800; }

.hero-cameos {
  display: flex; justify-content: center; flex-wrap: wrap;
  gap: clamp(1rem, 4vw, 2.25rem); margin-top: clamp(2.5rem, 6vw, 3.75rem);
}
.hero-cameos .cameo-wrap { width: clamp(8rem, 26vw, 12.5rem); }
.hero-cameos .cameo {
  border: none;
  box-shadow:
    0 0 0 1px rgba(62, 142, 122, 0.4),
    0 0 0 7px rgba(255, 255, 255, 0.85),
    0 0 0 8px rgba(232, 149, 92, 0.5),
    0 22px 50px rgba(38, 50, 53, 0.16);
}
.hero-cameos .cameo-cap {
  text-align: center; font-size: 0.74rem; font-weight: 800;
  letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); margin-top: 0.9rem;
}
.hero-cameos .cameo-wrap:nth-child(2) { margin-top: clamp(0rem, 3vw, 1.75rem); }

@media (prefers-reduced-motion: no-preference) {
  .hero-cameos .cameo-wrap { animation: cameoFloat 8s ease-in-out infinite alternate; }
  .hero-cameos .cameo-wrap:nth-child(2) { animation-duration: 9.5s; }
  .hero-cameos .cameo-wrap:nth-child(3) { animation-duration: 7s; }
  @keyframes cameoFloat { from { transform: translateY(0); } to { transform: translateY(-10px); } }
  .hero__glow .glow--peach { animation: glowA 22s ease-in-out infinite alternate; }
  .hero__glow .glow--mint { animation: glowB 26s ease-in-out infinite alternate; }
  @keyframes glowA { from { transform: translate(0,0) scale(1); } to { transform: translate(2.5rem, 1.5rem) scale(1.1); } }
  @keyframes glowB { from { transform: translate(0,0) scale(1); } to { transform: translate(-2rem, -1.5rem) scale(1.06); } }
}

/* --------------------------------------------------------------------------
   Csillag-ertekeles (ket retegu SVG: szurke alap + barack 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: #DBD3C4; }
.rating-stars__row--fg { overflow: hidden; }
.rating-stars__row--fg svg { fill: var(--peach); }

.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)
   -------------------------------------------------------------------------- */
.marquee { overflow: hidden; background: var(--surface); border-block: 1px solid var(--line-mint); padding-block: 0.85rem; }
.marquee__track { display: flex; width: max-content; }
.marquee__group { display: flex; align-items: center; flex: none; }
.marquee__group span {
  font-size: 0.76rem; font-weight: 800; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--muted); white-space: nowrap;
}
.marquee__group i { font-style: normal; color: var(--peach); margin-inline: 1.4rem; }

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

/* --------------------------------------------------------------------------
   Vilagos dis-sav
   -------------------------------------------------------------------------- */
.band {
  position: relative;
  background:
    radial-gradient(60% 80% at 8% 0%, rgba(111, 166, 184, 0.14) 0%, transparent 55%),
    radial-gradient(50% 70% at 100% 100%, rgba(232, 149, 92, 0.14) 0%, transparent 55%),
    #F5FBF8;
  border-block: 1px solid var(--line-mint);
}

/* --------------------------------------------------------------------------
   Kartyak (kategoriak + jellemzo racsok)
   -------------------------------------------------------------------------- */
.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-mint);
  border-radius: 18px; padding: 1.6rem 1.5rem;
  display: flex; flex-direction: column; gap: 0.6rem;
}
.card .swatch-dot { width: 1.7rem; height: 1.7rem; border-radius: 50%; flex: none; margin-bottom: 0.4rem; }
.card p { font-size: 0.94rem; color: var(--prose); }
.card .card-link {
  margin-top: auto; padding-top: 0.75rem;
  font-size: 0.8rem; font-weight: 800; letter-spacing: 0.08em;
  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(38, 50, 53, 0.1); border-color: var(--mint); }
}

/* --------------------------------------------------------------------------
   Termek-lista (fagylaltok oldal)
   -------------------------------------------------------------------------- */
.menu-category { margin-bottom: clamp(2.5rem, 6vw, 4rem); }
.menu-category > h2 { margin-bottom: 0.4rem; }
.menu-category > .category-note { color: var(--muted); font-size: 0.95rem; max-width: 42em; 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-mint);
}
.menu-item:first-of-type { border-top: 1px solid var(--line-mint); }
.menu-item h3 { font-size: 1.05rem; }
.menu-item .price {
  font-size: 0.78rem; font-weight: 800; letter-spacing: 0.05em;
  text-transform: uppercase; color: var(--muted);
  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: 3px solid var(--peach); padding-top: 1.1rem; }
.step .step-num {
  display: block; font-family: var(--font-display); font-weight: 700;
  font-size: 2.2rem; line-height: 1; color: var(--mint-deep); margin-bottom: 0.55rem;
}
.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: 700; font-size: 2.6rem; color: var(--ink); line-height: 1; }
.reviews-score__max { font-size: 1rem; color: var(--muted); font-weight: 700; }
.reviews-score__meta { display: flex; flex-direction: column; gap: 0.35rem; }
.reviews-score__meta .count { font-size: 0.9rem; color: var(--muted); font-weight: 700; }

.reviews-note { margin-top: 1.75rem; font-size: 0.8rem; color: var(--muted); max-width: 54em; }

/* --------------------------------------------------------------------------
   Galeria
   -------------------------------------------------------------------------- */
.filter-bar { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-bottom: 2rem; }
.filter-btn {
  font-family: var(--font-body); font-size: 0.78rem; font-weight: 800;
  letter-spacing: 0.06em; text-transform: uppercase;
  padding: 0.5rem 1.1rem; border-radius: 999px; border: 1px solid var(--taupe);
  background: transparent; color: var(--ink); cursor: pointer;
}
.filter-btn:hover { border-color: var(--mint-deep); color: var(--mint-deep); }
.filter-btn[aria-pressed="true"] { background: var(--mint-deep); border-color: var(--mint-deep); color: #fff; }

.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(62, 142, 122, 0.35), 0 14px 30px rgba(38, 50, 53, 0.1);
}
.gallery-item figcaption { font-size: 0.8rem; color: var(--muted); text-align: center; margin-top: 0.75rem; }
.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: scale(1.03); }
  .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 (mely menta alap = AA biztos vilagos szoveghez)
   -------------------------------------------------------------------------- */
.cta-band {
  position: relative; overflow: hidden;
  background: radial-gradient(70% 120% at 85% 10%, rgba(232, 149, 92, 0.32) 0%, transparent 55%), linear-gradient(150deg, #2F7061 0%, #235748 100%);
  color: #FFF; text-align: center; padding-block: clamp(3rem, 7vw, 5rem);
}
.cta-band h2 { color: #FFF; margin-bottom: 0.75rem; }
.cta-band p { color: #E4F2EC; max-width: 34em; margin-inline: auto; margin-bottom: 1.75rem; }
.cta-band .eyebrow { color: #FBD9BF; }
.cta-band .eyebrow::before { background: #FBD9BF; }

/* --------------------------------------------------------------------------
   Aloldal fejlec
   -------------------------------------------------------------------------- */
.page-head {
  position: relative; overflow: hidden;
  background:
    radial-gradient(60% 120% at 88% 10%, rgba(232, 149, 92, 0.22) 0%, transparent 58%),
    radial-gradient(50% 90% at 5% 100%, rgba(111, 166, 184, 0.18) 0%, transparent 55%),
    #F6FBF8;
  border-bottom: 1px solid var(--line-mint);
}
.page-head > .container { position: relative; padding-block: clamp(2.75rem, 7vw, 4.5rem); }
.page-head h1 { font-size: clamp(2.2rem, 5.5vw, 3.4rem); }
.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-mint); }
.contact-list .label {
  display: block; font-size: 0.72rem; font-weight: 800;
  letter-spacing: 0.15em; text-transform: uppercase; color: var(--peach-deep); margin-bottom: 0.25rem;
}
.contact-list a { color: var(--mint-deep); }

.open-badge {
  display: inline-flex; align-items: center; gap: 0.5em;
  font-size: 0.72rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase;
  padding: 0.3rem 0.85rem; border-radius: 999px; border: 1px solid var(--taupe); color: var(--muted);
}
.open-badge::before { content: ""; width: 0.55em; height: 0.55em; border-radius: 50%; background: var(--taupe); flex: none; }
.open-badge.is-open { color: #1F6A46; border-color: #9FD0B7; background: #EAF6EF; }
.open-badge.is-open::before { background: #2E8B57; }
.open-badge.is-closed { color: var(--peach-deep); border-color: #EBC3A6; background: #FCEFE4; }
.open-badge.is-closed::before { background: var(--peach); }

.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-mint); font-size: 0.95rem;
}
.hours-list .day { color: var(--ink); font-weight: 700; }
.hours-list .time { color: var(--muted); }
.hours-list li.is-today { background: #ECF6F1; border-radius: 10px; }
.hours-list li.is-today .day { color: var(--mint-deep); font-weight: 800; }

.map-ph { border-radius: 18px; 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.8rem; font-weight: 800; letter-spacing: 0.05em; text-transform: uppercase; color: var(--muted); }
.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: 12px; 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(--mint-deep); 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: 12px;
  border: 1px solid #9FD0B7; background: #EAF6EF; color: #1F6A46; 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-mint); margin-top: 2.5rem; }
.faq details { border-bottom: 1px solid var(--line-mint); }
.faq summary {
  cursor: pointer; padding: 1.1rem 2.25rem 1.1rem 0.25rem;
  font-weight: 700; font-size: 1rem; list-style: none; position: relative;
  font-family: var(--font-display);
}
.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(--mint-deep);
}
.faq details[open] summary::after { content: "\2212"; }
.faq .faq-a { padding: 0 0.25rem 1.25rem; max-width: 46em; color: var(--prose); font-size: 0.95rem; }

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

.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; }
.footer-brand { font-family: var(--font-display); font-size: 1.4rem; color: #fff; font-weight: 700; }
.footer-brand small {
  display: block; font-family: var(--font-body); font-size: 0.56rem; font-weight: 800;
  letter-spacing: 0.2em; text-transform: uppercase; color: #F5C7A5; margin-top: 0.2rem;
}
.footer-head { font-size: 0.72rem; font-weight: 800; letter-spacing: 0.15em; text-transform: uppercase; color: #B7D2C7; 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: #9FBBB1; max-width: 54em; margin-top: 1.1rem; }
.footer-bottom {
  border-top: 1px solid #315A4F; padding-top: 1.25rem;
  display: flex; flex-wrap: wrap; gap: 0.5rem 1.5rem; justify-content: space-between;
  font-size: 0.8rem; color: #9FBBB1;
}

/* --------------------------------------------------------------------------
   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(253, 250, 244, 0.96); backdrop-filter: blur(8px);
    border-top: 1px solid var(--line-mint);
  }
  .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(33, 67, 59, 0.86); backdrop-filter: blur(6px);
}
.lightbox.is-open { display: flex; }
.lightbox figure { max-width: min(92vw, 32rem); width: 100%; text-align: center; }
.lightbox .photo-ph {
  width: 100%; max-width: 24rem; margin-inline: auto; border-radius: 50%;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.45); font-size: 0.95rem;
}
.lightbox figcaption { color: #E4F2EC; 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(228, 242, 236, 0.4);
  background: rgba(33, 67, 59, 0.6); color: #EAF6EF; font-size: 1.3rem; line-height: 1; cursor: pointer;
}
.lightbox__close:hover { background: rgba(47, 110, 94, 0.9); }

/* --------------------------------------------------------------------------
   Illusztracios jeloles (bemutato)
   -------------------------------------------------------------------------- */
.photo-ph.has-ill { position: relative; }
.ill-chip {
  position: absolute; right: 8%; bottom: 8%; z-index: 2;
  font-size: 0.6rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase;
  padding: 0.28rem 0.65rem; border-radius: 999px;
  background: rgba(33, 67, 59, 0.76); color: #F4FBF8; pointer-events: none;
}
/* kor kivagasnal a jeloles a koron belul, alul kozepen marad */
.cameo.has-ill .ill-chip { right: auto; left: 50%; transform: translateX(-50%); bottom: 15%; }

/* --------------------------------------------------------------------------
   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; }
