/* Emma Varázs — a Szobor Labor glass-stílusának szalon-változata:
   szilva (plum) + rózsa (rose) + krém paletta, Playfair Display címek,
   Montserrat szöveg, karcolt-texturájú glass felületek. */
:root {
  --plum: #3b2a3a;
  --plum-dark: #2d1f2d;
  --rose: #d6889a;
  --rose-dark: #c26f83;
  --rose-soft: #f3d3da;
  --cream: #fbf6f3;
  --blush-home: #f4e7e4;
  --sand: #f7ece8;
  --border: #ecd9d6;
  --border-strong: #e1c9c6;
  --text: #2b2226;
  --text-muted: #5d4e55;
  --text-faint: #8a7a80;

  --glass-texture: repeating-linear-gradient(120deg, rgba(255,255,255,0.12) 0 1px, transparent 1px 33px), repeating-linear-gradient(20deg, rgba(255,255,255,0.08) 0 1px, transparent 1px 51px);
  --glass-texture-hover: repeating-linear-gradient(120deg, rgba(255,255,255,0.14) 0 1px, transparent 1px 33px), repeating-linear-gradient(20deg, rgba(255,255,255,0.09) 0 1px, transparent 1px 51px);
  --glass-nav-texture: repeating-linear-gradient(115deg, rgba(255,255,255,0.09) 0 1px, transparent 1px 42px), repeating-linear-gradient(35deg, rgba(255,255,255,0.06) 0 1px, transparent 1px 65px);
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: "Montserrat", sans-serif;
  color: var(--text);
  background: var(--blush-home);
  background-image: radial-gradient(1200px 600px at 10% -10%, rgba(214,136,154,0.18), transparent 60%), radial-gradient(900px 500px at 100% 20%, rgba(59,42,58,0.08), transparent 60%);
  background-attachment: fixed;
}
a { color: var(--plum); text-decoration: none; }
a:hover { color: var(--rose-dark); }
img { display: block; }
h1, h2, h3 { font-family: "Playfair Display", serif; margin: 0; }
button { font-family: inherit; cursor: pointer; }
.hidden { display: none !important; }

.reveal { transform: translateY(28px); transition: transform 0.8s ease; }
.reveal.visible { transform: translateY(0); }

.container { max-width: 1080px; margin: 0 auto; padding: 0 clamp(20px,6vw,56px); }

/* --- Header: karcolt szilva glass, sticky --- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  display: flex; align-items: center; justify-content: space-between; gap: 10px;
  padding: 10px clamp(16px,5vw,32px);
  background: var(--glass-nav-texture), rgba(59,42,58,0.82);
  backdrop-filter: blur(22px) saturate(180%);
  -webkit-backdrop-filter: blur(22px) saturate(180%);
  border-bottom: 1px solid rgba(255,255,255,0.18);
  box-shadow: 0 8px 32px rgba(45,31,45,0.18), inset 0 1px 0 rgba(255,255,255,0.18);
}
.site-header .header-left { display: flex; align-items: center; gap: 18px; min-width: 0; }
.site-header .logo { display: flex; align-items: center; gap: 10px; color: #fff; font-family: "Playfair Display", serif; font-size: 22px; font-weight: 700; letter-spacing: .5px; white-space: nowrap; }
.site-header .logo span { color: var(--rose); }
.site-header .logo svg { width: 30px; height: 30px; }
.site-header .logo-icon { display: flex; }
.site-header nav { display: flex; align-items: center; gap: 2px; font-size: 14px; font-weight: 500; }
.site-header nav a { color: #fff; padding: 8px 12px; border-radius: 999px; white-space: nowrap; }
.site-header nav a:hover, .site-header nav a.active { background: rgba(255,255,255,0.14); color: #fff; }
.site-header nav .site-switch-link { border: 1px dashed rgba(255,255,255,0.5); margin-left: 6px; font-size: 13px; }
.site-header .header-right { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.header-cta {
  color: #fff; background: var(--rose); border: 1.5px solid rgba(255,255,255,0.35);
  padding: 9px 18px; border-radius: 999px; white-space: nowrap; font-weight: 600; font-size: 14px;
  box-shadow: 0 3px 8px rgba(45,31,45,0.35); display: flex; align-items: center; gap: 6px;
}
.header-cta:hover { background: var(--rose-dark); color: #fff; }
.hamburger {
  display: none; flex-direction: column; justify-content: center; align-items: center; gap: 5px;
  width: 36px; height: 36px; padding: 0; border: none; background: transparent;
}
.hamburger span { display: block; width: 22px; height: 2px; background: #fff; border-radius: 2px; }

@media (max-width: 760px) {
  .site-header { display: grid; grid-template-columns: 36px 1fr auto; align-items: center; column-gap: 8px; }
  .hamburger { display: flex; grid-column: 1; }
  .site-header .header-left { grid-column: 2; justify-self: center; }
  .site-header .logo { font-size: 19px; }
  .site-header .header-left nav { display: none; }
  .site-header.nav-open .header-left nav {
    display: flex; flex-direction: column; align-items: stretch; gap: 2px;
    position: absolute; top: 100%; left: 0; right: 0;
    padding: 8px clamp(16px,5vw,32px) 16px;
    background: var(--glass-nav-texture), rgba(45,31,45,0.97);
    backdrop-filter: blur(22px) saturate(180%);
    border-bottom: 1px solid rgba(255,255,255,0.18); z-index: 10;
  }
  .site-header .header-left nav a { text-align: center; }
  .site-header nav .site-switch-link { border: 1px dashed rgba(255,255,255,0.5); margin-left: 6px; font-size: 13px; }
.site-header .header-right { grid-column: 3; }
  .header-cta { padding: 8px 12px; font-size: 13px; }
  .header-cta .cta-text { display: none; }
}

/* --- Gombok --- */
.btn {
  display: inline-block; border-radius: 999px; font-size: 15px; font-weight: 600;
  padding: 14px 30px; border: 1px solid transparent; text-align: center; transition: background .2s, color .2s, transform .15s;
}
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--plum); color: #fff; box-shadow: 0 6px 14px rgba(45,31,45,0.28); }
.btn-primary:hover { background: var(--plum-dark); color: #fff; }
.btn-accent { background: var(--rose); color: #fff; box-shadow: 0 6px 14px rgba(194,111,131,0.35); }
.btn-accent:hover { background: var(--rose-dark); color: #fff; }
.btn-outline { background: transparent; color: var(--plum); border: 1.5px solid var(--plum); }
.btn-outline:hover { background: var(--plum); color: #fff; }
.btn-light { background: rgba(255,255,255,0.92); color: var(--plum); border: 1px solid rgba(255,255,255,0.6); box-shadow: 0 6px 14px rgba(0,0,0,0.25); }
.btn-light:hover { background: var(--rose); color: #fff; }
.btn-block { display: block; width: 100%; }
.btn[disabled] { opacity: 0.5; cursor: not-allowed; }
.btn-group { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }

/* --- Glass card --- */
.glass-card {
  border-radius: 20px; padding: 28px;
  background: var(--glass-texture), rgba(255,255,255,0.34);
  backdrop-filter: blur(18px) saturate(160%);
  border: 1px solid rgba(255,255,255,0.6);
  box-shadow: 0 8px 24px rgba(59,42,58,0.07), inset 0 1px 0 rgba(255,255,255,0.5);
}
.glass-card:hover, a.glass-card:hover { background: var(--glass-texture-hover), rgba(255,255,255,0.5); }

/* --- Hero --- */
.hero {
  position: relative; min-height: min(78vh, 720px); display: flex; align-items: center;
  overflow: hidden; background: var(--plum);
}
.hero picture, .hero .hero-img { position: absolute; inset: 0; }
.hero .hero-img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero .hero-scrim { position: absolute; inset: 0; background: linear-gradient(100deg, rgba(45,31,45,0.72) 0%, rgba(45,31,45,0.45) 50%, rgba(45,31,45,0.15) 100%); }
.hero-inner { position: relative; z-index: 1; max-width: 1080px; margin: 0 auto; padding: clamp(60px,10vw,110px) clamp(20px,6vw,56px); width: 100%; }
.hero .eyebrow { color: var(--rose-soft); font-size: 13px; font-weight: 600; letter-spacing: 3px; text-transform: uppercase; margin-bottom: 18px; }
.hero h1 { font-size: clamp(34px,6vw,66px); line-height: 1.1; color: #fff; font-weight: 700; max-width: 640px; text-shadow: 0 3px 14px rgba(0,0,0,0.35); }
.hero h1 em { font-style: italic; color: var(--rose-soft); }
.hero p { font-size: clamp(16px,2vw,19px); color: rgba(255,255,255,0.9); max-width: 520px; line-height: 1.6; margin: 22px 0 32px; }
.hero .btn-group .btn-outline { color: #fff; border-color: rgba(255,255,255,0.7); }
.hero .btn-group .btn-outline:hover { background: rgba(255,255,255,0.15); }
.word { display: inline-block; opacity: 0; animation: fadeUp 0.5s ease forwards; }
.fade-in { opacity: 0; animation: fadeUp 0.6s ease forwards; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
@media (max-width: 640px) {
  .hero { min-height: 82vh; align-items: flex-end; }
  .hero .hero-scrim { background: linear-gradient(180deg, rgba(45,31,45,0.15) 0%, rgba(45,31,45,0.55) 45%, rgba(45,31,45,0.85) 100%); }
  .hero-inner { padding: 40px 20px 44px; }
}

/* --- Trust bar --- */
.trust-bar {
  position: relative; z-index: 2; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 12px 32px;
  padding: 14px clamp(20px,6vw,56px);
  background: var(--glass-nav-texture), rgba(59,42,58,0.94);
  text-align: center; font-size: 14px; color: rgba(255,255,255,0.88);
}
.trust-bar div { display: flex; align-items: center; gap: 8px; }
.trust-bar svg { color: var(--rose); flex-shrink: 0; width: 18px; height: 18px; }

/* --- Intro / szekció-címek --- */
.intro { padding: clamp(28px,5vw,55px) clamp(20px,6vw,56px) clamp(10px,3vw,24px); max-width: 820px; margin: 0 auto; text-align: center; }
.intro p {
  display: inline-block; padding: 24px 36px; border-radius: 20px;
  background: var(--glass-texture), rgba(255,255,255,0.4);
  backdrop-filter: blur(18px) saturate(160%);
  border: 1px solid rgba(255,255,255,0.6);
  box-shadow: 0 8px 24px rgba(59,42,58,0.06), inset 0 1px 0 rgba(255,255,255,0.5);
  font-family: "Playfair Display", serif; font-style: italic;
  font-size: clamp(20px,3.4vw,28px); line-height: 1.5; color: var(--plum); margin: 0;
}
.section { padding: clamp(28px,5vw,55px) clamp(20px,6vw,56px); max-width: 1080px; margin: 0 auto; }
.section-heading { text-align: center; margin-bottom: 28px; }
.eyebrow { font-size: 13px; font-weight: 600; color: var(--rose-dark); letter-spacing: 2px; text-transform: uppercase; margin-bottom: 10px; }
.section-heading h2, .section-heading h1 {
  display: inline-block; padding: 14px 28px; border-radius: 16px;
  background: var(--glass-texture), rgba(255,255,255,0.4);
  backdrop-filter: blur(18px) saturate(160%);
  border: 1px solid rgba(255,255,255,0.6);
  box-shadow: 0 8px 24px rgba(59,42,58,0.06), inset 0 1px 0 rgba(255,255,255,0.5);
  font-size: clamp(26px,4.5vw,36px); font-weight: 600; color: var(--plum);
}
.section-heading .lead { font-size: 16px; color: var(--text-muted); margin: 14px auto 0; max-width: 620px; line-height: 1.6; }

/* --- Szolgáltatások --- */
.service-groups { display: flex; flex-direction: column; gap: 28px; }
.service-group h3 { font-size: 20px; color: var(--plum); margin: 0 0 12px 6px; }
.service-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 16px; }
.service-card { display: flex; flex-direction: column; gap: 10px; padding: 22px; }
.service-card .name { font-family: "Playfair Display", serif; font-size: 19px; font-weight: 600; color: var(--plum); }
.service-card .desc { font-size: 14px; color: var(--text-muted); line-height: 1.55; flex: 1; }
.service-card .meta { display: flex; justify-content: space-between; align-items: center; font-size: 14px; color: var(--text-faint); padding-top: 10px; border-top: 1px solid rgba(59,42,58,0.1); }
.service-card .meta strong { font-family: "Playfair Display", serif; font-size: 20px; color: var(--plum); }
.service-card .btn { padding: 10px 18px; font-size: 13px; align-self: flex-start; }
.service-card .tag { font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; color: var(--rose-dark); }

/* --- Galéria --- */
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.gallery-grid img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 16px; box-shadow: 0 8px 18px rgba(59,42,58,0.18); transition: transform .3s; }
.gallery-grid img:hover { transform: scale(1.02); }
@media (max-width: 640px) { .gallery-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; } }

/* --- Rólam / szalon --- */
.about { display: grid; grid-template-columns: 1fr 1.2fr; gap: clamp(24px,5vw,56px); align-items: center; }
.about img { width: 100%; aspect-ratio: 4/5; object-fit: cover; border-radius: 24px; box-shadow: 0 12px 28px rgba(59,42,58,0.22); }
.about .copy { padding: clamp(24px,4vw,40px); }
.about h2 { font-size: clamp(26px,4vw,36px); color: var(--plum); margin-bottom: 16px; }
.about p { font-size: 16px; line-height: 1.75; color: var(--text-muted); margin: 0 0 14px; }
@media (max-width: 760px) { .about { grid-template-columns: 1fr; } .about img { max-width: 360px; margin: 0 auto; } }

/* --- Folyamat --- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; counter-reset: step; }
.step { padding: 24px 20px; text-align: center; }
.step .num { width: 44px; height: 44px; border-radius: 50%; background: var(--plum); color: #fff; font-family: "Playfair Display", serif; font-size: 20px; font-weight: 700; display: flex; align-items: center; justify-content: center; margin: 0 auto 14px; box-shadow: 0 6px 14px rgba(45,31,45,0.3); }
.step h3 { font-size: 17px; color: var(--plum); margin-bottom: 8px; }
.step p { font-size: 14px; color: var(--text-muted); line-height: 1.55; margin: 0; }
@media (max-width: 760px) { .steps { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 420px) { .steps { grid-template-columns: 1fr; } }

/* --- Hangulatkép idézettel --- */
.atmosphere { position: relative; height: clamp(260px,38vh,440px); margin: 20px auto 0; max-width: 1080px; overflow: hidden; border-radius: 0; }
.atmosphere img { width: 100%; height: 100%; object-fit: cover; box-shadow: 0 10px 18px rgba(45,31,45,0.4); }
.atmosphere .scrim { position: absolute; inset: 0; background: rgba(45,31,45,0.38); }
.atmosphere .quote { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; text-align: center; padding: 28px 24px; }
.atmosphere .quote p { font-family: "Playfair Display", serif; font-style: italic; font-size: clamp(22px, 3.4vw, 40px); color: #fff; max-width: 760px; line-height: 1.4; margin: 0; text-shadow: 0 2px 12px rgba(0,0,0,0.4); }

/* --- Vélemények --- */
.testimonials .grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(220px,1fr)); gap: 24px; text-align: center; }
.testimonials .stars { color: var(--rose); font-size: 15px; margin: 0 0 14px; letter-spacing: 2px; }
.testimonials blockquote { font-family: "Playfair Display", serif; font-size: 18px; line-height: 1.5; color: var(--plum); margin: 0 0 16px; }
.testimonials .name { font-size: 14px; color: var(--text-faint); }
@media (max-width: 640px) {
  .testimonials .grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .testimonials .glass-card { padding: 16px; }
  .testimonials blockquote { font-size: 14px; }
}

/* --- GYIK --- */
.faq { max-width: 760px; margin: 0 auto; display: flex; flex-direction: column; gap: 10px; }
.faq details { padding: 0; overflow: hidden; }
.faq summary { cursor: pointer; padding: 18px 24px; font-weight: 600; color: var(--plum); font-size: 15px; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-size: 22px; color: var(--rose-dark); flex-shrink: 0; }
.faq details[open] summary::after { content: "–"; }
.faq .answer { padding: 0 24px 20px; font-size: 14px; line-height: 1.65; color: var(--text-muted); }

/* --- CTA sáv --- */
.cta-band {
  position: relative;
  background: var(--glass-nav-texture), linear-gradient(120deg, rgba(214,136,154,0.85), rgba(194,111,131,0.85));
  backdrop-filter: blur(22px) saturate(200%);
  border-top: 1px solid rgba(255,255,255,0.3); border-bottom: 1px solid rgba(255,255,255,0.3);
  padding: clamp(32px,5vw,56px) clamp(20px,6vw,56px); text-align: center; margin-top: 30px;
}
.cta-band h2 { font-size: clamp(26px,5vw,38px); font-weight: 600; color: #fff; margin: 0 auto 10px; max-width: 640px; text-shadow: 0 2px 10px rgba(0,0,0,0.15); }
.cta-band p { color: rgba(255,255,255,0.92); margin: 0 auto 22px; max-width: 520px; font-size: 16px; }

/* --- Lábléc: szilva glass --- */
.site-footer {
  position: relative; overflow: hidden;
  background: repeating-linear-gradient(125deg, rgba(255,255,255,0.09) 0 1px, transparent 1px 48px), repeating-linear-gradient(15deg, rgba(255,255,255,0.06) 0 1px, transparent 1px 73px), rgba(59,42,58,0.92);
  padding: 56px clamp(20px,6vw,56px) 28px;
  border-top: 1px solid rgba(255,255,255,0.18);
}
.site-footer::before { content: ""; position: absolute; top: -120px; right: -80px; width: 360px; height: 360px; border-radius: 50%; background: radial-gradient(circle, rgba(214,136,154,0.25) 0%, rgba(214,136,154,0) 70%); pointer-events: none; }
.site-footer .grid { position: relative; max-width: 1080px; margin: 0 auto; display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 36px; }
.site-footer .brand { font-family: "Playfair Display", serif; font-size: 22px; font-weight: 600; color: #fff; margin-bottom: 10px; }
.site-footer .muted { font-size: 14px; color: rgba(255,255,255,0.65); line-height: 1.6; }
.site-footer .col-title { font-weight: 600; font-size: 14px; color: #fff; margin-bottom: 14px; }
.site-footer .links { display: flex; flex-direction: column; gap: 4px; font-size: 14px; color: rgba(255,255,255,0.7); }
.site-footer .links a { color: rgba(255,255,255,0.7); padding: 6px 10px; margin: 0 -10px; border-radius: 8px; width: fit-content; }
.site-footer .links a:hover { background: rgba(255,255,255,0.12); color: #fff; }
.site-footer .bottom { position: relative; max-width: 1080px; margin: 36px auto 0; padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.14); font-size: 13px; color: rgba(255,255,255,0.45); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; }
.site-footer .bottom a { color: rgba(255,255,255,0.45); }
.social { display: flex; gap: 10px; margin-top: 12px; }
.social a { width: 36px; height: 36px; border-radius: 50%; border: 1.5px solid rgba(255,255,255,0.4); display: flex; align-items: center; justify-content: center; color: #fff; }
.social a:hover { background: var(--rose); border-color: var(--rose); }
.social svg { width: 16px; height: 16px; }
@media (max-width: 900px) {
  .site-footer { padding: 40px 20px 24px; }
  .site-footer .grid { grid-template-columns: repeat(2, 1fr); gap: 28px; }
}

/* --- Aloldal fejléc / egyszerű oldalak --- */
.page { max-width: 1080px; margin: 0 auto; padding: clamp(28px,5vw,48px) clamp(20px,6vw,56px) 80px; }
.page-narrow { max-width: 760px; }
.page-title { font-size: clamp(28px,4vw,36px); font-weight: 600; color: var(--plum); margin: 0 0 8px; }
.page-lead { color: var(--text-muted); margin: 0 0 28px; font-size: 16px; line-height: 1.6; }
.legal-page { line-height: 1.7; color: var(--text-muted); }
.legal-page h1 { font-size: 30px; color: var(--plum); margin-bottom: 24px; }
.legal-page h2 { font-size: 20px; color: var(--plum); margin: 28px 0 12px; }
.card { background: rgba(255,255,255,0.7); border-radius: 18px; padding: 26px; margin-bottom: 20px; box-shadow: 0 4px 16px rgba(59,42,58,0.06); border: 1px solid rgba(255,255,255,0.7); }
.card h3 { font-size: 17px; font-weight: 600; color: var(--plum); margin-bottom: 14px; }

/* --- Űrlapok --- */
.form-row { margin-bottom: 16px; }
.form-row label { display: block; font-size: 13px; font-weight: 600; color: var(--plum); margin-bottom: 6px; }
.form-row input, .form-row select, .form-row textarea {
  width: 100%; padding: 12px 14px; border-radius: 12px; border: 1.5px solid var(--border-strong);
  font-size: 15px; font-family: inherit; color: var(--text); background: #fff;
}
.form-row input:focus, .form-row select:focus, .form-row textarea:focus { outline: none; border-color: var(--rose); box-shadow: 0 0 0 3px rgba(214,136,154,0.22); }
.form-row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
@media (max-width: 500px) { .form-row-2 { grid-template-columns: 1fr; } }
.form-error { color: #b5432f; background: #fdecea; padding: 10px 14px; border-radius: 10px; font-size: 14px; margin-top: 12px; }
.form-note { font-size: 13px; color: var(--text-faint); line-height: 1.5; }
.check-row { display: flex; align-items: flex-start; gap: 10px; font-size: 13px; color: var(--text-muted); line-height: 1.5; }
.check-row input { width: 18px; height: 18px; margin-top: 1px; flex-shrink: 0; }
.spinner-line { text-align: center; padding: 60px 0; color: var(--text-faint); }

/* --- Foglaló --- */
.booking-steps { display: flex; gap: 6px; margin-bottom: 24px; flex-wrap: wrap; }
.booking-steps span { flex: 1; min-width: 120px; padding: 10px 12px; border-radius: 12px; font-size: 13px; font-weight: 600; color: var(--text-faint); background: rgba(255,255,255,0.5); border: 1px solid rgba(255,255,255,0.7); text-align: center; }
.booking-steps span.active { background: var(--plum); color: #fff; }
.booking-steps span.done { color: var(--plum); background: var(--rose-soft); }
.booking-layout { display: grid; grid-template-columns: 1fr 340px; gap: 24px; align-items: start; }
@media (max-width: 860px) { .booking-layout { grid-template-columns: 1fr; } }
.booking-summary { position: sticky; top: 90px; }
.booking-summary .row { display: flex; justify-content: space-between; gap: 12px; font-size: 14px; padding: 8px 0; border-bottom: 1px solid rgba(59,42,58,0.08); color: var(--text-muted); }
.booking-summary .row strong { color: var(--plum); text-align: right; }
.booking-summary .row:last-child { border-bottom: none; }
.booking-notice { background: var(--rose-soft); border-left: 4px solid var(--rose); border-radius: 12px; padding: 12px 16px; font-size: 14px; color: var(--plum); margin-bottom: 20px; }

.choice-list { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 12px; }
.choice { text-align: left; padding: 16px 18px; border-radius: 14px; border: 1.5px solid var(--border-strong); background: rgba(255,255,255,0.8); cursor: pointer; display: flex; flex-direction: column; gap: 6px; transition: border-color .15s, transform .15s; }
.choice:hover { border-color: var(--rose); transform: translateY(-1px); }
.choice.active { border-color: var(--plum); background: #fff; box-shadow: 0 0 0 3px rgba(59,42,58,0.12); }
.choice .name { font-weight: 600; color: var(--plum); font-size: 15px; }
.choice .meta { font-size: 13px; color: var(--text-faint); display: flex; justify-content: space-between; }
.choice .meta strong { color: var(--plum); }
.choice-cat { font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 1.5px; color: var(--rose-dark); margin: 18px 0 8px; }
.choice-cat:first-child { margin-top: 0; }

.mini-cal { max-width: 420px; }
.mini-cal .head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }
.mini-cal .head button { width: 36px; height: 36px; border-radius: 50%; border: 1.5px solid var(--border-strong); background: #fff; font-size: 18px; color: var(--plum); }
.mini-cal .head button:hover { background: var(--plum); color: #fff; }
.mini-cal .head .month { font-family: "Playfair Display", serif; font-weight: 600; font-size: 18px; color: var(--plum); }
.mini-cal .grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px; }
.mini-cal .dow { text-align: center; font-size: 11px; font-weight: 600; color: var(--text-faint); text-transform: uppercase; padding: 4px 0; }
.mini-cal .day { aspect-ratio: 1; border-radius: 10px; border: 1.5px solid transparent; background: rgba(255,255,255,0.5); font-size: 14px; font-weight: 600; color: var(--plum); display: flex; align-items: center; justify-content: center; }
.mini-cal .day.free { background: #fff; border-color: var(--border-strong); cursor: pointer; }
.mini-cal .day.free:hover { border-color: var(--rose); }
.mini-cal .day.off { color: #c4b3b8; text-decoration: line-through; cursor: default; }
.mini-cal .day.other { visibility: hidden; }
.mini-cal .day.active { background: var(--plum); color: #fff; border-color: var(--plum); }
.mini-cal .legend { font-size: 12px; color: var(--text-faint); margin-top: 10px; }

.slot-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(84px, 1fr)); gap: 8px; margin-top: 8px; }
.slot-grid button { padding: 11px 6px; border-radius: 10px; border: 1.5px solid var(--border-strong); background: #fff; font-weight: 600; font-size: 14px; color: var(--plum); }
.slot-grid button:hover { border-color: var(--rose); }
.slot-grid button.active { background: var(--plum); color: #fff; border-color: var(--plum); }
.slot-empty { font-size: 14px; color: var(--text-faint); padding: 12px 0; }

.booking-success { text-align: center; padding: clamp(24px,5vw,48px); }
.booking-success .icon { width: 72px; height: 72px; border-radius: 50%; background: var(--rose-soft); color: var(--rose-dark); display: flex; align-items: center; justify-content: center; margin: 0 auto 18px; font-size: 32px; }
.booking-success h2 { font-size: 28px; color: var(--plum); margin-bottom: 10px; }
.booking-success p { color: var(--text-muted); line-height: 1.6; }

.status-pill { display: inline-block; background: var(--plum); color: #fff; font-size: 13px; font-weight: 600; padding: 8px 18px; border-radius: 999px; margin-bottom: 16px; }
.status-pill.cancelled { background: #999; }
.status-pill.pending { background: #c98f2a; }

/* --- Kapcsolat --- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: start; }
@media (max-width: 800px) { .contact-grid { grid-template-columns: 1fr; } }
.contact-info dl { margin: 0; display: grid; grid-template-columns: auto 1fr; gap: 8px 16px; font-size: 15px; }
.contact-info dt { color: var(--text-faint); font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; padding-top: 2px; }
.contact-info dd { margin: 0; color: var(--plum); }
.hours-table { width: 100%; border-collapse: collapse; font-size: 14px; margin-top: 6px; }
.hours-table td { padding: 6px 0; border-bottom: 1px solid rgba(59,42,58,0.08); color: var(--text-muted); }
.hours-table td:last-child { text-align: right; color: var(--plum); font-weight: 600; }
.hours-table tr.today td { color: var(--rose-dark); }
.map-frame { width: 100%; aspect-ratio: 16/10; border: 0; border-radius: 16px; box-shadow: 0 8px 18px rgba(59,42,58,0.15); }

/* --- Toast --- */
#toast-notice { position: fixed; top: 20px; right: 20px; left: 20px; margin: 0 auto; max-width: 360px; z-index: 9999; padding: 12px 22px; border-radius: 10px; font-size: 14px; font-weight: 600; text-align: center; box-shadow: 0 4px 16px rgba(0,0,0,0.18); transition: opacity 0.3s ease; opacity: 0; pointer-events: none; }
