/* ------------------------------------------------------------------
   Menüfal — bemutatkozó oldal
   A betűk a saját tárhelyről jönnek (SIL Open Font License), így az oldal
   külső szolgáltatást nem hív, és sütit sem kell hozzá kérni.
   ------------------------------------------------------------------ */

@font-face {
  font-family: 'Bricolage Grotesque';
  font-style: normal;
  font-weight: 200 800;
  font-stretch: 75% 100%;
  font-display: swap;
  src: url('fonts/bricolage-latin-ext.woff2') format('woff2');
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Bricolage Grotesque';
  font-style: normal;
  font-weight: 200 800;
  font-stretch: 75% 100%;
  font-display: swap;
  src: url('fonts/bricolage-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Hanken Grotesk';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('fonts/hanken-latin-ext.woff2') format('woff2');
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Hanken Grotesk';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('fonts/hanken-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --paper: #f6f1e8;
  --paper-2: #ede5d6;
  --card: #fffdf8;
  --ink: #1c1814;
  --ink-2: #574e44;
  --ink-3: #7a7065;
  --line: rgba(28, 24, 20, 0.14);
  --accent: #c2410c;
  --accent-dark: #9a3412;
  --accent-soft: #fbe3d3;
  --night: #16130f;
  --night-2: #221d18;
  --night-ink: #f6f1e8;
  --night-ink-2: #c9bfb2;
  --ok: #15803d;
  --radius: 14px;
  --radius-lg: 22px;
  --gutter: clamp(16px, 4vw, 36px);
  --wrap: 1200px;
  --display: 'Bricolage Grotesque', 'Segoe UI', system-ui, sans-serif;
  --body: 'Hanken Grotesk', 'Segoe UI', system-ui, -apple-system, sans-serif;
  --shadow: 0 1px 2px rgba(28, 24, 20, 0.06), 0 8px 28px rgba(28, 24, 20, 0.08);
}

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

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

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  font-size: 1.0625rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
button, input, select, textarea { font: inherit; color: inherit; }

h1, h2, h3, h4 {
  font-family: var(--display);
  line-height: 1.08;
  letter-spacing: -0.02em;
  margin: 0;
  text-wrap: balance;
}
h1 { font-size: clamp(2.5rem, 6vw, 4.6rem); font-weight: 800; font-stretch: 92%; }
h2 { font-size: clamp(1.9rem, 3.8vw, 3rem); font-weight: 750; font-stretch: 94%; }
h3 { font-size: 1.3rem; font-weight: 700; letter-spacing: -0.01em; }
p { margin: 0; }

.wrap { max-width: var(--wrap); margin-inline: auto; padding-inline: var(--gutter); }
.section { padding-block: clamp(72px, 10vw, 128px); }
.section--tight { padding-block: clamp(56px, 7vw, 88px); }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 18px;
}
.eyebrow::before {
  content: '';
  width: 22px;
  height: 3px;
  border-radius: 2px;
  background: currentColor;
}

.section-head { max-width: 760px; margin-bottom: clamp(36px, 5vw, 60px); }
.section-head p { margin-top: 18px; color: var(--ink-2); font-size: 1.15rem; }
.section-head--center { margin-inline: auto; text-align: center; }
.section-head--center .eyebrow { justify-content: center; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.skip {
  position: absolute;
  left: 12px;
  top: -60px;
  background: var(--ink);
  color: var(--paper);
  padding: 10px 16px;
  border-radius: 8px;
  z-index: 100;
}
.skip:focus { top: 12px; }

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

/* ---------------- gombok ---------------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55em;
  min-height: 50px;
  padding: 0 24px;
  border-radius: 999px;
  border: 2px solid transparent;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.15s, color 0.15s, border-color 0.15s, transform 0.15s;
  white-space: nowrap;
}
.btn:active { transform: translateY(1px); }
.btn--primary { background: var(--accent); color: #fff; }
.btn--primary:hover { background: var(--accent-dark); }
.btn--ghost { border-color: var(--ink); color: var(--ink); background: transparent; }
.btn--ghost:hover { background: var(--ink); color: var(--paper); }
.btn--light { border-color: rgba(246, 241, 232, 0.5); color: var(--night-ink); }
.btn--light:hover { background: var(--night-ink); color: var(--night); border-color: var(--night-ink); }
.btn svg { width: 18px; height: 18px; flex: none; }

/* ---------------- fejléc ---------------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(246, 241, 232, 0.88);
  backdrop-filter: saturate(1.4) blur(12px);
  -webkit-backdrop-filter: saturate(1.4) blur(12px);
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s;
}
.site-header.is-scrolled { border-bottom-color: var(--line); }
.site-header .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 68px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--display);
  font-weight: 800;
  font-size: 1.3rem;
  letter-spacing: -0.02em;
  text-decoration: none;
}
.brand-mark {
  width: 34px;
  height: 34px;
  flex: none;
}

.nav { display: flex; align-items: center; gap: 4px; }
.nav a:not(.btn) {
  padding: 8px 12px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--ink-2);
}
.nav a:not(.btn):hover { color: var(--ink); background: rgba(28, 24, 20, 0.06); }
.nav .btn { min-height: 42px; padding: 0 18px; margin-left: 8px; font-size: 0.95rem; }

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  border-radius: 10px;
  cursor: pointer;
}
.nav-toggle span,
.nav-toggle span::before,
.nav-toggle span::after {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--ink);
  border-radius: 2px;
  position: relative;
  margin-inline: auto;
  transition: transform 0.2s, background-color 0.2s;
}
.nav-toggle span::before,
.nav-toggle span::after { content: ''; position: absolute; left: 0; }
.nav-toggle span::before { top: -7px; }
.nav-toggle span::after { top: 7px; }
.nav-toggle[aria-expanded='true'] span { background: transparent; }
.nav-toggle[aria-expanded='true'] span::before { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded='true'] span::after { transform: translateY(-7px) rotate(-45deg); }

@media (max-width: 960px) {
  .nav-toggle { display: block; }
  .nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 2px;
    padding: 12px var(--gutter) 20px;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 16px 30px rgba(28, 24, 20, 0.1);
  }
  .nav:not(.is-open) { display: none; }
  .nav a:not(.btn) { padding: 12px; font-size: 1.05rem; }
  .nav .btn { margin: 10px 0 0; min-height: 50px; }
}

/* ---------------- hős ---------------- */
.hero { padding-block: clamp(40px, 6vw, 80px) clamp(64px, 9vw, 112px); overflow: hidden; }
.hero .wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}
.hero-copy .lede { margin-top: 22px; font-size: clamp(1.1rem, 1.6vw, 1.3rem); color: var(--ink-2); max-width: 36em; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--ink-2);
}
.hero-points li { display: inline-flex; align-items: center; gap: 8px; }
.hero-points svg { width: 18px; height: 18px; color: var(--ok); flex: none; }

@media (max-width: 900px) {
  .hero .wrap { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .hero-actions .btn { width: 100%; }
}

/* TV keret — a képernyőképek ebben ülnek, ahogy a falon */
.tv { position: relative; }
.tv-screen {
  position: relative;
  aspect-ratio: 16 / 9;
  max-width: 100%;
  background: #0b0a09;
  border-radius: 12px;
  padding: clamp(6px, 1.1%, 12px);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.06) inset,
    0 30px 60px -20px rgba(28, 24, 20, 0.45),
    0 12px 24px -12px rgba(28, 24, 20, 0.3);
}
.tv-screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 3px;
}
.tv-stand {
  width: 22%;
  height: 14px;
  margin: 0 auto;
  background: linear-gradient(#2a2622, #151210);
  clip-path: polygon(12% 0, 88% 0, 100% 100%, 0 100%);
}
.tv-slides { position: relative; width: 100%; height: 100%; }
.tv-slides img {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.9s ease;
}
.tv-slides img.is-active { opacity: 1; }
.tv-caption {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
  font-size: 0.9rem;
  color: var(--ink-3);
}
.tv-caption strong { color: var(--ink); font-weight: 700; }
.tv-dots { display: flex; gap: 6px; }
.tv-dots button {
  width: 28px;
  height: 28px;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
  display: grid;
  place-items: center;
}
.tv-dots button::after {
  content: '';
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--line);
  transition: background-color 0.2s, transform 0.2s;
}
.tv-dots button[aria-current='true']::after { background: var(--accent); transform: scale(1.25); }

/* ---------------- ismerős helyzetek ---------------- */
.pains {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.pain {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 28px;
}
.pain-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: var(--paper-2);
  display: grid;
  place-items: center;
  margin-bottom: 20px;
}
.pain-icon svg { width: 26px; height: 26px; }
.pain h3 { margin-bottom: 10px; }
.pain p { color: var(--ink-2); }
.pain .fix {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px dashed var(--line);
  color: var(--ink);
  font-weight: 600;
}
.pain .fix::before { content: '→ '; color: var(--accent); }
@media (max-width: 900px) { .pains { grid-template-columns: 1fr; } }

/* ---------------- hogyan működik ---------------- */
.steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(20px, 3vw, 36px);
  counter-reset: step;
  margin: 0;
  padding: 0;
  list-style: none;
}
.step { position: relative; }
.step-num {
  font-family: var(--display);
  font-size: 4.5rem;
  font-weight: 800;
  line-height: 1;
  color: var(--accent);
  letter-spacing: -0.04em;
  margin-bottom: 14px;
}
.step h3 { font-size: 1.5rem; margin-bottom: 12px; }
.step p { color: var(--ink-2); }
.step ul { margin: 14px 0 0; padding-left: 1.1em; color: var(--ink-2); }
.step li { margin-top: 4px; }
.step-figure {
  margin: 0 0 22px;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--card);
  aspect-ratio: 16 / 9;
}
.step-figure img { width: 100%; height: 100%; object-fit: cover; }
.step-figure--mock { display: grid; place-items: center; padding: 18px; }
@media (max-width: 900px) { .steps { grid-template-columns: 1fr; } }

/* kis, jelzésszerű admin-ábrák (nem képernyőképek) */
.mock {
  width: 100%;
  max-width: 330px;
  font-size: 0.8rem;
  line-height: 1.35;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 12px;
  box-shadow: var(--shadow);
}
.mock-title { font-weight: 700; font-size: 0.85rem; margin-bottom: 8px; display: flex; justify-content: space-between; }
.mock-title span { color: var(--ink-3); font-weight: 600; }
.mock-field {
  border: 1px solid var(--line);
  border-radius: 7px;
  padding: 6px 9px;
  margin-top: 6px;
  display: flex;
  justify-content: space-between;
  gap: 8px;
  background: #fff;
}
.mock-field--focus { border-color: var(--accent); box-shadow: 0 0 0 3px var(--accent-soft); }
.mock-field b { font-weight: 700; }
.mock-hint { color: var(--ink-3); }
.mock-list { margin-top: 4px; border: 1px solid var(--line); border-radius: 7px; overflow: hidden; }
.mock-list div { padding: 5px 9px; }
.mock-list div + div { border-top: 1px solid var(--line); }
.mock-list mark { background: #fde68a; padding: 0 1px; border-radius: 2px; }
.mock-list .sel { background: var(--accent-soft); }
.mock-sync { display: flex; align-items: center; gap: 10px; }
.mock-sync .pulse { width: 10px; height: 10px; border-radius: 50%; background: var(--ok); box-shadow: 0 0 0 4px rgba(21, 128, 61, 0.18); flex: none; }

/* ---------------- funkciók (sötét szakasz) ---------------- */
.dark { background: var(--night); color: var(--night-ink); }
.dark .eyebrow { color: #fb923c; }
.dark .section-head p { color: var(--night-ink-2); }

.feature-block + .feature-block { margin-top: clamp(64px, 9vw, 110px); }
.feature-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}
.feature-row--flip .feature-media { order: -1; }
.feature-row h3 { font-size: clamp(1.6rem, 2.6vw, 2.2rem); margin-bottom: 14px; }
.feature-row > div > p { color: var(--night-ink-2); font-size: 1.1rem; }
@media (max-width: 900px) {
  .feature-row { grid-template-columns: 1fr; }
  .feature-row--flip .feature-media { order: 0; }
}

.checks { list-style: none; margin: 24px 0 0; padding: 0; display: grid; gap: 14px; }
.checks li { display: grid; grid-template-columns: 26px 1fr; gap: 10px; }
.checks svg { width: 22px; height: 22px; margin-top: 3px; color: #fb923c; }
.checks strong { display: block; color: var(--night-ink); }
.checks span { color: var(--night-ink-2); }
.section:not(.dark) .checks svg { color: var(--accent); }
.section:not(.dark) .checks strong { color: var(--ink); }
.section:not(.dark) .checks span { color: var(--ink-2); }

.dark .tv-screen { box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08), 0 30px 60px -24px rgba(0, 0, 0, 0.8); }

.pair { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.pair figure { margin: 0; }
.pair figcaption { margin-top: 10px; font-size: 0.9rem; color: var(--night-ink-2); text-align: center; }

.tiles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: clamp(40px, 6vw, 64px);
}
.tile {
  background: var(--night-2);
  border: 1px solid rgba(246, 241, 232, 0.08);
  border-radius: var(--radius-lg);
  padding: 26px;
}
.tile svg { width: 30px; height: 30px; color: #fb923c; margin-bottom: 16px; }
.tile h4 { font-size: 1.15rem; margin-bottom: 8px; letter-spacing: -0.01em; }
.tile p { color: var(--night-ink-2); font-size: 0.98rem; }
@media (max-width: 900px) { .tiles { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .tiles { grid-template-columns: 1fr; } }

.allergen-demo {
  background: var(--night-2);
  border: 1px solid rgba(246, 241, 232, 0.1);
  border-radius: var(--radius-lg);
  padding: clamp(22px, 3vw, 34px);
}
.allergen-demo .dish { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; font-size: clamp(1.1rem, 2vw, 1.45rem); font-weight: 700; padding-block: 12px; border-bottom: 1px solid rgba(246, 241, 232, 0.1); }
.allergen-demo .dish sup { font-size: 0.6em; color: #fb923c; margin-left: 3px; font-weight: 700; }
.allergen-demo .dish .price { font-family: var(--display); white-space: nowrap; }
.allergen-demo .dish.is-out { color: rgba(246, 241, 232, 0.45); }
.allergen-demo .dish.is-out .name { text-decoration: line-through; }
.allergen-demo .dish .tag { font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; background: #fb923c; color: var(--night); padding: 3px 8px; border-radius: 999px; margin-left: 10px; vertical-align: 0.2em; text-decoration: none; display: inline-block; }
.allergen-demo .legend { margin-top: 18px; font-size: 0.9rem; color: var(--night-ink-2); }
.allergen-demo .legend b { color: var(--night-ink); }

/* ---------------- designok ---------------- */
.gallery-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 28px;
}
.tabs {
  display: inline-flex;
  padding: 4px;
  background: var(--paper-2);
  border-radius: 999px;
}
.tabs button {
  border: 0;
  background: transparent;
  padding: 10px 20px;
  border-radius: 999px;
  font-weight: 700;
  cursor: pointer;
  color: var(--ink-2);
}
.tabs button[aria-selected='true'] { background: var(--ink); color: var(--paper); }
.gallery-note { color: var(--ink-3); font-size: 0.95rem; }

.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 270px), 1fr));
  gap: 24px 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.shot {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: none;
  text-align: left;
  cursor: zoom-in;
}
.shot-img {
  display: block;
  aspect-ratio: 16 / 9;
  max-width: 100%;
  border-radius: 10px;
  overflow: hidden;
  background: var(--paper-2);
  box-shadow: 0 0 0 1px var(--line);
  transition: transform 0.2s, box-shadow 0.2s;
}
.shot-img img { width: 100%; height: 100%; object-fit: cover; }
.shot:hover .shot-img { transform: translateY(-3px); box-shadow: 0 0 0 1px var(--line), 0 14px 30px -12px rgba(28, 24, 20, 0.35); }
.shot-name { display: block; margin-top: 12px; font-family: var(--display); font-weight: 700; font-size: 1.1rem; }
.shot-hint { display: block; margin-top: 2px; color: var(--ink-2); font-size: 0.93rem; line-height: 1.45; }

.custom {
  margin-top: clamp(48px, 7vw, 80px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}
.custom-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: clamp(24px, 3vw, 36px);
}
.custom-card h3 { font-size: 1.45rem; margin-bottom: 10px; }
.custom-card > p { color: var(--ink-2); }
.custom-card--accent { background: var(--accent); color: #fff; border-color: transparent; }
.custom-card--accent > p { color: rgba(255, 255, 255, 0.88); }
.custom-card--accent .btn { margin-top: 24px; background: #fff; color: var(--accent-dark); }
.custom-card--accent .btn:hover { background: var(--night); color: #fff; }
.swatches { display: flex; gap: 6px; margin-top: 20px; flex-wrap: wrap; }
.swatches span { width: 34px; height: 34px; border-radius: 8px; box-shadow: 0 0 0 1px var(--line) inset; }
@media (max-width: 800px) { .custom { grid-template-columns: 1fr; } }

/* nagyítás */
.lightbox {
  width: min(1500px, 100vw - 32px);
  max-width: none;
  max-height: calc(100vh - 32px);
  padding: 0;
  border: 0;
  border-radius: 16px;
  background: var(--night);
  color: var(--night-ink);
  overflow: hidden;
}
.lightbox::backdrop { background: rgba(10, 9, 8, 0.82); }
.lightbox figure { margin: 0; }
.lightbox img { width: 100%; aspect-ratio: 16 / 9; object-fit: contain; background: #000; }
.lightbox figcaption {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 14px 18px;
}
.lightbox figcaption strong { font-family: var(--display); font-size: 1.2rem; }
.lightbox figcaption span { display: block; color: var(--night-ink-2); font-size: 0.93rem; }
.lb-controls { display: flex; gap: 8px; flex: none; }
.lb-controls button {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(246, 241, 232, 0.25);
  background: transparent;
  color: var(--night-ink);
  cursor: pointer;
  display: grid;
  place-items: center;
}
.lb-controls button:hover { background: rgba(246, 241, 232, 0.12); }
.lb-controls svg { width: 20px; height: 20px; }
@media (max-width: 600px) { .lightbox figcaption span { display: none; } }

/* ---------------- összehasonlítás ---------------- */
.table-scroll { overflow-x: auto; border-radius: var(--radius-lg); border: 1px solid var(--line); background: var(--card); }
.compare { width: 100%; min-width: 820px; border-collapse: collapse; font-size: 0.98rem; }
.compare th,
.compare td { padding: 16px 18px; text-align: left; vertical-align: top; border-bottom: 1px solid var(--line); }
.compare tbody tr:last-child th,
.compare tbody tr:last-child td { border-bottom: 0; }
.compare thead th { font-family: var(--display); font-size: 1.02rem; font-weight: 700; background: var(--paper-2); }
.compare tbody th { font-weight: 700; width: 20%; }
.compare td { color: var(--ink-2); }
.compare .us { background: #fff3ea; color: var(--ink); font-weight: 600; }
.compare thead .us { background: var(--accent); color: #fff; }
.compare .no { color: var(--ink-3); }
.fineprint { margin-top: 14px; color: var(--ink-3); font-size: 0.88rem; }

/* ---------------- kinek ---------------- */
.audiences { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.audience {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.audience .shot-img { border-radius: 0; box-shadow: none; }
.audience-body { padding: 24px 26px 28px; }
.audience h3 { margin-bottom: 10px; }
.audience p { color: var(--ink-2); }
.audience ul { margin: 14px 0 0; padding-left: 1.1em; color: var(--ink-2); }
.audience li { margin-top: 4px; }
@media (max-width: 900px) { .audiences { grid-template-columns: 1fr; } }

/* ---------------- hardver és üzemeltetés ---------------- */
.options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.option {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: clamp(24px, 3vw, 34px);
  background: var(--card);
}
.option-label { font-size: 0.78rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-3); }
.option h3 { font-size: 1.45rem; margin: 6px 0 10px; }
.option p { color: var(--ink-2); }
.option ul { margin: 16px 0 0; padding-left: 1.1em; color: var(--ink-2); }
.option li { margin-top: 5px; }
.subhead { font-size: clamp(1.4rem, 2.4vw, 1.9rem); margin: clamp(56px, 7vw, 80px) 0 24px; }
@media (max-width: 800px) { .options { grid-template-columns: 1fr; } }

/* ---------------- referencia ---------------- */
.reference {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}
.reference-photo {
  aspect-ratio: 4 / 3;
  max-width: 100%;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--paper-2);
}
.reference-photo img { width: 100%; height: 100%; object-fit: cover; }
.placeholder {
  display: grid;
  place-items: center;
  text-align: center;
  padding: 24px;
  border: 2px dashed rgba(28, 24, 20, 0.25);
  color: var(--ink-3);
  font-weight: 600;
}
blockquote { margin: 0; }
.quote {
  font-family: var(--display);
  font-size: clamp(1.5rem, 2.8vw, 2.2rem);
  font-weight: 650;
  line-height: 1.2;
  letter-spacing: -0.015em;
  text-wrap: balance;
}
.quote::before { content: '„'; color: var(--accent); }
.quote::after { content: '”'; color: var(--accent); }
.quote-by { margin-top: 22px; color: var(--ink-2); }
.quote-by strong { color: var(--ink); display: block; }
.facts { display: flex; flex-wrap: wrap; gap: 28px; margin-top: 32px; padding-top: 26px; border-top: 1px solid var(--line); }
.facts div { min-width: 120px; }
.facts b { display: block; font-family: var(--display); font-size: 2rem; line-height: 1; letter-spacing: -0.02em; }
.facts span { color: var(--ink-3); font-size: 0.9rem; }
@media (max-width: 860px) { .reference { grid-template-columns: 1fr; } }

/* ---------------- GYIK ---------------- */
.faq { max-width: 860px; margin-inline: auto; }
.faq details { border-bottom: 1px solid var(--line); }
.faq details:first-of-type { border-top: 1px solid var(--line); }
.faq summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 22px 4px;
  font-family: var(--display);
  font-weight: 700;
  font-size: clamp(1.08rem, 1.8vw, 1.25rem);
  letter-spacing: -0.01em;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: '';
  width: 14px;
  height: 14px;
  flex: none;
  border-right: 2.5px solid var(--accent);
  border-bottom: 2.5px solid var(--accent);
  transform: rotate(45deg) translate(-3px, -3px);
  transition: transform 0.2s;
}
.faq details[open] summary::after { transform: rotate(225deg) translate(-3px, -3px); }
.faq .answer { padding: 0 4px 24px; color: var(--ink-2); max-width: 70ch; }
.faq .answer p + p { margin-top: 10px; }

/* ---------------- ajánlatkérés ---------------- */
.quote-section { background: var(--night); color: var(--night-ink); }
.quote-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: start;
}
.quote-section .section-head p { color: var(--night-ink-2); }
.next-steps { list-style: none; margin: 32px 0 0; padding: 0; display: grid; gap: 20px; counter-reset: ns; }
.next-steps li { display: grid; grid-template-columns: 40px 1fr; gap: 14px; counter-increment: ns; }
.next-steps li::before {
  content: counter(ns);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 800;
  font-family: var(--display);
  background: rgba(251, 146, 60, 0.16);
  color: #fb923c;
}
.next-steps strong { display: block; }
.next-steps span { color: var(--night-ink-2); }
.contact-alt { margin-top: 32px; color: var(--night-ink-2); font-size: 0.95rem; }
.contact-alt a { color: var(--night-ink); font-weight: 700; }

.form {
  background: var(--card);
  color: var(--ink);
  border-radius: var(--radius-lg);
  padding: clamp(22px, 3.5vw, 40px);
  box-shadow: 0 30px 80px -30px rgba(0, 0, 0, 0.6);
}
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 16px; }
.field { display: flex; flex-direction: column; gap: 6px; min-width: 0; }
.field--full { grid-column: 1 / -1; }
.field label,
.field legend { font-weight: 700; font-size: 0.95rem; }
.field .opt { font-weight: 500; color: var(--ink-3); }
.field input[type='text'],
.field input[type='email'],
.field input[type='tel'],
.field select,
.field textarea {
  width: 100%;
  min-height: 50px;
  padding: 12px 14px;
  border: 1.5px solid rgba(28, 24, 20, 0.22);
  border-radius: 10px;
  background: #fff;
  transition: border-color 0.15s, box-shadow 0.15s;
}
.field textarea { min-height: 110px; resize: vertical; }
.field input:focus,
.field select:focus,
.field textarea:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 4px var(--accent-soft); }
.field [aria-invalid='true'] { border-color: #b91c1c; }
.field-error { color: #b91c1c; font-size: 0.88rem; font-weight: 600; }
.field-error:empty { display: none; }
fieldset.field { border: 0; margin: 0; padding: 0; }
.choice-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 4px; }
.choice { position: relative; }
.choice input { position: absolute; opacity: 0; inset: 0; margin: 0; cursor: pointer; }
.choice span {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 8px 16px;
  border: 1.5px solid rgba(28, 24, 20, 0.22);
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.95rem;
  background: #fff;
}
.choice input:checked + span { border-color: var(--accent); background: var(--accent-soft); color: var(--accent-dark); }
.choice input:focus-visible + span { outline: 3px solid var(--accent); outline-offset: 2px; }
.consent { display: grid; grid-template-columns: 22px 1fr; gap: 10px; align-items: start; font-size: 0.93rem; color: var(--ink-2); }
.consent input { width: 20px; height: 20px; margin: 3px 0 0; accent-color: var(--accent); }
.consent a { color: var(--ink); font-weight: 700; }
.hp { position: absolute !important; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-actions { margin-top: 26px; display: flex; flex-wrap: wrap; align-items: center; gap: 14px 20px; }
.form-actions .btn { min-width: 220px; }
.form-actions small { color: var(--ink-3); }
.form-status { margin-top: 18px; padding: 14px 16px; border-radius: 10px; font-weight: 600; }
.form-status[data-kind='error'] { background: #fee2e2; color: #7f1d1d; }
.form-status[data-kind='ok'] { background: #dcfce7; color: #14532d; }
.btn[aria-busy='true'] { opacity: 0.7; pointer-events: none; }
@media (max-width: 900px) { .quote-grid { grid-template-columns: 1fr; } }
@media (max-width: 560px) {
  .form-grid { grid-template-columns: 1fr; }
  .form-actions .btn { width: 100%; }
}

/* ---------------- lábléc ---------------- */
.site-footer { background: #0e0c0a; color: var(--night-ink-2); padding-block: 56px 36px; font-size: 0.95rem; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 32px; }
.site-footer .brand { color: var(--night-ink); }
.site-footer h4 { font-family: var(--body); font-size: 0.8rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--night-ink); margin-bottom: 14px; }
.site-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.site-footer a { text-decoration: none; }
.site-footer a:hover { color: var(--night-ink); text-decoration: underline; }
.footer-bottom { margin-top: 44px; padding-top: 22px; border-top: 1px solid rgba(246, 241, 232, 0.1); display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; font-size: 0.88rem; }
@media (max-width: 760px) { .footer-grid { grid-template-columns: 1fr; } }

/* ---------------- aloldalak (adatkezelés, impresszum) ---------------- */
.doc { max-width: 780px; margin-inline: auto; padding-block: clamp(40px, 6vw, 80px); }
.doc h1 { font-size: clamp(2rem, 4.5vw, 3rem); margin-bottom: 12px; }
.doc h2 { font-size: 1.45rem; margin: 40px 0 12px; }
.doc p,
.doc li { color: var(--ink-2); }
.doc p + p { margin-top: 12px; }
.doc ul { padding-left: 1.2em; }
.doc li { margin-top: 6px; }
.doc table { width: 100%; border-collapse: collapse; margin-top: 12px; }
.doc th,
.doc td { text-align: left; padding: 10px 12px; border-bottom: 1px solid var(--line); vertical-align: top; }
.doc th { width: 38%; color: var(--ink); }
.draft-note {
  background: #fef3c7;
  color: #78350f;
  border: 1px solid #fcd34d;
  padding: 14px 16px;
  border-radius: 10px;
  font-weight: 600;
  margin-bottom: 28px;
}
.ph { background: #fef3c7; color: #78350f; padding: 0 4px; border-radius: 4px; font-weight: 600; }
.site-footer .ph { background: rgba(254, 243, 199, 0.12); color: #fde68a; }

/* megjelenés görgetéskor — csak ha a JS fut és nincs mozgáscsökkentés */
@media (prefers-reduced-motion: no-preference) {
  .js .reveal { opacity: 0; transform: translateY(18px); transition: opacity 0.6s ease, transform 0.6s ease; }
  .js .reveal.is-visible { opacity: 1; transform: none; }
}
