/* =====================================================================
   Enter BAU - 2026 redesign stylesheet
   Warm premium: deep navy + brass. Light base, dark & sand sections.
   ===================================================================== */

/* ---------- Tokens ---------- */
:root {
  --ink:        #0f1e2b;
  --navy:       #142c40;
  --navy-2:     #1d3a52;
  --navy-deep:  #0a131c;
  --brass:      #c8913c;
  --brass-lt:   #e2b25b;
  --brass-strong:#b47d2a;

  --paper:      #ffffff;
  --sand:       #f7f4ee;
  --mist:       #eef2f6;
  --line:       #e5e9ee;
  --line-dark:  rgba(255,255,255,.12);

  --text:       #17242f;
  --soft:       #57697a;
  --heading:    #0f1e2b;
  --on-dark:    #eaf1f8;
  --on-dark-soft:#a7bacb;

  --font-head: "Sora", "Segoe UI", system-ui, sans-serif;
  --font-body: "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;

  --wrap: 1200px;
  --r:    16px;
  --r-lg: 26px;
  --r-xl: 34px;
  --pill: 999px;

  --sh-sm: 0 1px 2px rgba(15,30,43,.05), 0 4px 14px rgba(15,30,43,.06);
  --sh-md: 0 10px 30px rgba(15,30,43,.10);
  --sh-lg: 0 26px 60px rgba(15,30,43,.20);
  --ease: cubic-bezier(.2,.7,.2,1);
}

/* ---------- Reset ---------- */
*,*::before,*::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; scroll-padding-top: 84px; }
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--text);
  background: var(--paper);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
h1,h2,h3,h4 { font-family: var(--font-head); line-height: 1.12; color: var(--heading); margin: 0; letter-spacing: -.01em; }
p { margin: 0; }
.accent { color: var(--brass); }
.visually-hidden { position: absolute!important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.skip { position: absolute; left: -999px; top: 0; z-index: 200; background: var(--brass); color: #241606; padding: .7rem 1.1rem; border-radius: 0 0 var(--r) 0; font-weight: 700; }
.skip:focus { left: 0; }

/* ---------- Layout ---------- */
.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: clamp(1.1rem, 4vw, 2.2rem); }
.wrap--narrow { max-width: 820px; }
.section { padding: clamp(3.6rem, 8vw, 6.5rem) 0; }
.section--sand { background: var(--sand); }
.section--dark { background: linear-gradient(180deg, var(--ink), var(--navy-deep)); color: var(--on-dark); }
.section--dark .section-title { color: #fff; }
.section--dark .section-intro { color: var(--on-dark-soft); }

.section-head { max-width: 660px; margin: 0 auto clamp(2rem, 4vw, 3.2rem); text-align: center; }
.eyebrow {
  display: inline-block;
  font-family: var(--font-head);
  font-weight: 700; font-size: .78rem; letter-spacing: .14em; text-transform: uppercase;
  color: var(--brass); margin: 0 0 .8rem;
}
.section-title { font-size: clamp(1.8rem, 4.2vw, 3rem); font-weight: 800; }
.section-intro { margin: .9rem 0 0; color: var(--soft); font-size: 1.06rem; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  font-family: var(--font-head); font-weight: 700; font-size: .98rem;
  padding: .8rem 1.4rem; border-radius: var(--pill); border: 1.5px solid transparent;
  transition: transform .18s var(--ease), box-shadow .18s var(--ease), background-color .18s var(--ease), color .18s, border-color .18s;
  white-space: nowrap;
}
.btn--sm { padding: .55rem 1rem; font-size: .9rem; }
.btn--lg { padding: 1rem 1.7rem; font-size: 1.04rem; }
.btn--block { width: 100%; }
.btn--primary { background: var(--brass); color: #241606; box-shadow: 0 8px 22px rgba(200,145,60,.32); }
.btn--primary:hover { background: var(--brass-lt); transform: translateY(-2px); box-shadow: 0 12px 28px rgba(200,145,60,.42); }
.btn--ghost { background: transparent; border-color: rgba(255,255,255,.28); color: #fff; }
.btn--ghost:hover { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.55); transform: translateY(-2px); }
.section:not(.section--dark) .btn--ghost, .about .btn--ghost { color: var(--heading); border-color: var(--line); }
.section:not(.section--dark) .btn--ghost:hover { background: var(--mist); }

.chip {
  display: inline-flex; align-items: center; gap: .55rem;
  background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.16);
  color: var(--on-dark); border-radius: var(--pill);
  padding: .5rem 1rem; font-size: .85rem; font-weight: 600; margin: 0 0 1.4rem;
}
.chip__dot { width: 8px; height: 8px; border-radius: 50%; background: var(--brass); box-shadow: 0 0 0 4px rgba(200,145,60,.22); }

/* ---------- Nav ---------- */
.nav { position: sticky; top: 0; z-index: 100; transition: background-color .25s, box-shadow .25s, backdrop-filter .25s; }
.nav__inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; height: 72px; }
.nav.is-scrolled { background: rgba(255,255,255,.82); -webkit-backdrop-filter: saturate(1.4) blur(12px); backdrop-filter: saturate(1.4) blur(12px); box-shadow: 0 1px 0 var(--line), var(--sh-sm); }
.brand { display: inline-flex; align-items: center; gap: .65rem; }
.brand__mark { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 12px; background: var(--ink); color: var(--brass); }
.brand__text { display: flex; flex-direction: column; line-height: 1.05; }
.brand__name { font-family: var(--font-head); font-weight: 800; font-size: 1.18rem; color: var(--heading); }
.brand__tag { font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; color: var(--soft); font-weight: 600; }

.nav__links { list-style: none; display: flex; align-items: center; gap: .3rem; margin: 0; padding: 0; }
.nav__links > li > a { display: inline-block; padding: .5rem .8rem; border-radius: 10px; font-weight: 600; font-size: .96rem; color: var(--heading); transition: background-color .15s, color .15s; }
.nav__links > li > a:hover { background: var(--mist); color: var(--brass-strong); }
.nav__links-cta a { color: #241606; }
.nav__links-cta a:hover { background: var(--brass-lt); }
.nav__phone { display: inline-flex; align-items: center; gap: .5rem; font-weight: 700; font-family: var(--font-head); color: var(--heading); font-size: .98rem; }
.nav__phone svg { color: var(--brass); }
.nav__burger { display: none; }

/* ---------- Hero ---------- */
.hero { position: relative; background: radial-gradient(120% 90% at 80% -10%, var(--navy-2), var(--ink) 45%, var(--navy-deep)); color: var(--on-dark); overflow: hidden; }
.hero__glow { position: absolute; inset: 0; background: radial-gradient(40% 55% at 78% 30%, rgba(200,145,60,.20), transparent 70%); pointer-events: none; }
.hero__grid { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; padding: clamp(3rem, 7vw, 5.5rem) 0 clamp(3.5rem, 7vw, 5.5rem); }
.hero__title { font-size: clamp(2.3rem, 6vw, 4.1rem); font-weight: 800; color: #fff; letter-spacing: -.02em; }
.hero__lead { margin: 1.4rem 0 0; max-width: 46ch; color: var(--on-dark-soft); font-size: clamp(1.02rem, 1.6vw, 1.16rem); }
.hero__actions { display: flex; flex-wrap: wrap; gap: .9rem; margin: 2rem 0 0; }
.hero__trust { list-style: none; display: flex; flex-wrap: wrap; gap: .5rem 1.4rem; margin: 1.6rem 0 0; padding: 0; }
.hero__trust li { display: inline-flex; align-items: center; gap: .5rem; color: var(--on-dark); font-weight: 600; font-size: .93rem; }
.hero__trust svg { color: var(--brass); flex: none; }
.hero__chips { list-style: none; display: flex; flex-wrap: wrap; gap: .5rem; margin: 1.5rem 0 0; padding: 0; }
.hero__chips li { font-size: .82rem; font-weight: 600; color: var(--on-dark-soft); background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); padding: .38rem .8rem; border-radius: var(--pill); }

.hero__visual { position: relative; display: grid; grid-template-columns: 1.15fr .85fr; grid-template-rows: 1fr 1fr; gap: .9rem; aspect-ratio: 1 / 1; }
.hero__ph { margin: 0; border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--sh-lg); border: 1px solid rgba(255,255,255,.1); }
.hero__ph img { width: 100%; height: 100%; object-fit: cover; }
.hero__ph--main { grid-column: 1; grid-row: 1 / span 2; }
.hero__ph--top { grid-column: 2; grid-row: 1; }
.hero__ph--bottom { grid-column: 2; grid-row: 2; }
.hero__stat {
  position: absolute; left: -14px; bottom: 26px; z-index: 3;
  display: flex; align-items: center; gap: .6rem;
  background: var(--brass); color: #241606; padding: .8rem 1.1rem; border-radius: var(--r);
  box-shadow: var(--sh-lg); font-family: var(--font-head);
}
.hero__stat-num { font-size: 2.1rem; font-weight: 800; line-height: 1; }
.hero__stat-label { font-size: .8rem; font-weight: 700; line-height: 1.05; }
.hero__scroll { position: absolute; left: 50%; bottom: 18px; transform: translateX(-50%); width: 26px; height: 42px; border: 2px solid rgba(255,255,255,.4); border-radius: var(--pill); z-index: 4; }
.hero__scroll span { position: absolute; left: 50%; top: 8px; width: 4px; height: 8px; margin-left: -2px; background: var(--brass); border-radius: 2px; animation: scrolldot 1.6s var(--ease) infinite; }
@keyframes scrolldot { 0%{opacity:0;transform:translateY(0)} 30%{opacity:1} 100%{opacity:0;transform:translateY(14px)} }

/* ---------- Stats ---------- */
.stats { background: var(--navy-deep); color: var(--on-dark); }
.stats__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; padding: clamp(1.8rem,4vw,2.8rem) 0; }
.stat { text-align: center; padding: .4rem; border-right: 1px solid rgba(255,255,255,.08); }
.stat:last-child { border-right: 0; }
.stat__num { display: block; font-family: var(--font-head); font-weight: 800; font-size: clamp(2rem, 4.5vw, 2.9rem); color: #fff; }
.stat__suf { color: var(--brass); }
.stat__label { display: block; margin-top: .3rem; font-size: .9rem; color: var(--on-dark-soft); }

/* ---------- Bento services ---------- */
.bento { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.1rem; }
.bento__card {
  position: relative; grid-column: span 2; aspect-ratio: 16 / 10; border-radius: var(--r-lg);
  overflow: hidden; box-shadow: var(--sh-sm); border: 1px solid var(--line); background: var(--ink);
}
.bento__card--wide { grid-column: span 2; }
.bento__card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.bento__card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(8,14,20,.97) 0%, rgba(8,14,20,.82) 26%, rgba(8,14,20,.3) 56%, transparent 82%); }
.bento__card:hover img { transform: scale(1.06); }
.bento__card:hover { box-shadow: var(--sh-md); }
.bento__tag { position: absolute; z-index: 2; top: 1rem; left: 1rem; background: var(--brass); color: #241606; font-family: var(--font-head); font-weight: 700; font-size: .72rem; letter-spacing: .05em; text-transform: uppercase; padding: .3rem .7rem; border-radius: var(--pill); }
.bento__body { position: absolute; z-index: 2; left: 0; right: 0; bottom: 0; padding: 1.4rem; color: #fff; text-shadow: 0 1px 3px rgba(0,0,0,.6); }
.bento__body h3 { color: #fff; font-size: 1.3rem; font-weight: 700; margin: 0 0 .3rem; }
.bento__body p { color: rgba(255,255,255,.95); font-size: .96rem; }

/* ---------- Phaser (előtte / közben / kész) ---------- */
.phaser { max-width: 980px; margin: 0 auto; }
.phaser__tabs { display: flex; flex-wrap: wrap; justify-content: center; gap: .5rem; margin-bottom: 1.4rem; }
.phaser__tab {
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.14); color: var(--on-dark);
  font-family: var(--font-head); font-weight: 600; font-size: .92rem; padding: .55rem 1.1rem; border-radius: var(--pill);
  transition: background-color .18s, color .18s, border-color .18s;
}
.phaser__tab:hover { border-color: rgba(255,255,255,.4); }
.phaser__tab.is-active { background: var(--brass); color: #241606; border-color: var(--brass); }

.phaser__stage { position: relative; aspect-ratio: 16 / 10; border-radius: var(--r-lg); overflow: hidden; background: var(--navy-deep); box-shadow: var(--sh-lg); border: 1px solid rgba(255,255,255,.1); }
.phaser__stage img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.phaser__stage.is-animating img { transition: opacity .4s var(--ease); }
.phaser__badge { position: absolute; top: 1rem; left: 1rem; z-index: 3; background: rgba(10,19,28,.72); -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); color: #fff; border: 1px solid rgba(255,255,255,.2); font-family: var(--font-head); font-weight: 700; font-size: .8rem; padding: .35rem .8rem; border-radius: var(--pill); }

.phaser__controls { margin-top: 1.3rem; }
.phaser__range { -webkit-appearance: none; appearance: none; width: 100%; height: 6px; border-radius: var(--pill); background: rgba(255,255,255,.16); outline: none; }
.phaser__range::-webkit-slider-thumb { -webkit-appearance: none; appearance: none; width: 26px; height: 26px; border-radius: 50%; background: var(--brass); border: 3px solid #fff; box-shadow: var(--sh-md); cursor: grab; }
.phaser__range::-moz-range-thumb { width: 26px; height: 26px; border-radius: 50%; background: var(--brass); border: 3px solid #fff; box-shadow: var(--sh-md); cursor: grab; }
.phaser__range:active::-webkit-slider-thumb { cursor: grabbing; }
.phaser__steps { display: flex; justify-content: space-between; gap: .5rem; margin-top: .9rem; }
.phaser__steps button {
  flex: 1; background: transparent; border: 1px solid rgba(255,255,255,.16); color: var(--on-dark-soft);
  font-family: var(--font-head); font-weight: 600; font-size: .86rem; padding: .5rem .4rem; border-radius: 12px;
  transition: color .18s, border-color .18s, background-color .18s;
}
.phaser__steps button.is-active { color: #241606; background: var(--brass); border-color: var(--brass); }
.phaser__caption { text-align: center; margin-top: 1rem; color: var(--on-dark-soft); font-size: .96rem; }

/* ---------- Portfolio / gallery ---------- */
.filters { display: flex; flex-wrap: wrap; justify-content: center; gap: .5rem; margin-bottom: 2rem; }
.filter { background: var(--paper); border: 1px solid var(--line); color: var(--soft); font-family: var(--font-head); font-weight: 600; font-size: .9rem; padding: .5rem 1.05rem; border-radius: var(--pill); transition: all .18s var(--ease); }
.filter:hover { border-color: var(--brass); color: var(--brass-strong); }
.filter.is-active { background: var(--ink); color: #fff; border-color: var(--ink); }

.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.card { position: relative; display: block; text-align: left; padding: 0; border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; background: var(--ink); aspect-ratio: 4 / 3; box-shadow: var(--sh-sm); transition: transform .25s var(--ease), box-shadow .25s var(--ease); }
.card:hover { transform: translateY(-4px); box-shadow: var(--sh-md); }
.card.is-hidden { display: none; }
.card__media { position: absolute; inset: 0; }
.card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease); }
.card:hover .card__media img { transform: scale(1.07); }
.card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(8,14,20,.95) 0%, rgba(8,14,20,.55) 32%, transparent 68%); }
.card__count { position: absolute; top: .8rem; right: .8rem; z-index: 2; display: inline-flex; align-items: center; gap: .35rem; background: rgba(10,19,28,.72); -webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px); color: #fff; border: 1px solid rgba(255,255,255,.2); font-family: var(--font-head); font-weight: 700; font-size: .72rem; padding: .3rem .6rem; border-radius: var(--pill); }
.card__count svg { width: 14px; height: 14px; }
.card__body { position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; padding: 1.2rem; text-shadow: 0 1px 3px rgba(0,0,0,.75), 0 2px 14px rgba(0,0,0,.4); }
.card__cat { display: block; font-family: var(--font-head); font-weight: 700; font-size: .72rem; letter-spacing: .06em; text-transform: uppercase; color: var(--brass-lt); margin-bottom: .2rem; }
.card__title { display: block; color: #fff; font-family: var(--font-head); font-weight: 700; font-size: 1.08rem; line-height: 1.25; }
.card__zoom { position: absolute; inset: 0; z-index: 2; display: grid; place-items: center; opacity: 0; transition: opacity .2s var(--ease); }
.card__zoom svg { width: 26px; height: 26px; color: #fff; background: rgba(10,19,28,.55); border: 1px solid rgba(255,255,255,.55); border-radius: 50%; padding: 11px; }
.card:hover .card__zoom, .card:focus-visible .card__zoom { opacity: 1; }

/* ---------- Timeline ---------- */
.timeline { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; counter-reset: tl; }
.tl { position: relative; background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 1.6rem 1.4rem; box-shadow: var(--sh-sm); }
.tl__num { font-family: var(--font-head); font-weight: 800; font-size: 2.4rem; color: var(--brass); opacity: .55; line-height: 1; }
.tl h3 { font-size: 1.2rem; margin: .5rem 0 .4rem; }
.tl p { color: var(--soft); font-size: .96rem; }

/* ---------- About ---------- */
.about { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(1.6rem, 4vw, 3.5rem); align-items: center; }
.about__media { position: relative; }
.about__media img { width: 100%; height: auto; aspect-ratio: 4/5; object-fit: cover; border-radius: var(--r-xl); box-shadow: var(--sh-lg); display: block; }
.about__badge { position: absolute; right: -12px; bottom: 24px; display: flex; flex-direction: column; align-items: center; background: var(--brass); color: #241606; padding: 1rem 1.2rem; border-radius: var(--r); box-shadow: var(--sh-lg); font-family: var(--font-head); font-weight: 700; text-align: center; line-height: 1.1; }
.about__badge-num { font-size: 2.2rem; font-weight: 800; }
.about__copy p { margin: 1rem 0 0; color: var(--soft); }
.about__copy p strong { color: var(--heading); }
.about__facts { list-style: none; margin: 1.6rem 0; padding: 0; display: grid; gap: .6rem; }
.about__facts li { position: relative; padding-left: 1.9rem; color: var(--text); }
.about__facts li::before { content: ""; position: absolute; left: 0; top: .5em; width: .8rem; height: .45rem; border-left: 2.5px solid var(--brass); border-bottom: 2.5px solid var(--brass); transform: rotate(-45deg); }
.about__facts li span { font-weight: 700; color: var(--heading); }

/* ---------- FAQ ---------- */
.faq { display: grid; gap: .8rem; }
.faq__item { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; box-shadow: var(--sh-sm); }
.faq__item summary { list-style: none; cursor: pointer; padding: 1.1rem 1.3rem; font-family: var(--font-head); font-weight: 700; color: var(--heading); display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::after { content: "+"; font-size: 1.5rem; color: var(--brass); font-weight: 700; transition: transform .2s var(--ease); }
.faq__item[open] summary::after { transform: rotate(45deg); }
.faq__a { padding: 0 1.3rem 1.2rem; color: var(--soft); }
.faq__a a { color: var(--brass-strong); font-weight: 600; }

/* ---------- CTA band ---------- */
.ctaband { background: linear-gradient(120deg, var(--ink), var(--navy-2)); color: #fff; }
.ctaband__inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1.6rem; padding: clamp(2.4rem, 5vw, 3.6rem) 0; }
.ctaband h2 { color: #fff; font-size: clamp(1.5rem, 3.4vw, 2.3rem); font-weight: 800; }
.ctaband p { color: var(--on-dark-soft); margin-top: .5rem; max-width: 46ch; }
.ctaband__actions { display: flex; flex-wrap: wrap; gap: .9rem; }

/* ---------- Contact ---------- */
.contact { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(1.8rem, 4vw, 3.5rem); }
.contact__lead { color: var(--on-dark-soft); margin: 1rem 0 1.8rem; }
.contact__list { list-style: none; margin: 0 0 1.6rem; padding: 0; display: grid; gap: .9rem; }
.contact__list li { display: grid; grid-template-columns: 130px 1fr; gap: .6rem; align-items: baseline; border-bottom: 1px solid rgba(255,255,255,.09); padding-bottom: .9rem; }
.contact__list li span:first-child { color: var(--on-dark-soft); font-size: .85rem; text-transform: uppercase; letter-spacing: .05em; font-weight: 600; }
.contact__list a { color: #fff; font-weight: 700; font-family: var(--font-head); }
.contact__list a:hover { color: var(--brass-lt); }
.contact__quick { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1.3rem; }
.contact__quick .btn svg { flex: 0 0 auto; }

.form { background: var(--paper); color: var(--text); border-radius: var(--r-xl); padding: clamp(1.4rem, 3vw, 2.2rem); box-shadow: var(--sh-lg); display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form__row { display: flex; flex-direction: column; gap: .4rem; }
.form__row--full { grid-column: 1 / -1; }
.form label { font-weight: 600; font-size: .9rem; color: var(--heading); }
.form input, .form select, .form textarea {
  font: inherit; padding: .75rem .9rem; border: 1.5px solid var(--line); border-radius: 12px; background: #fcfdfe; color: var(--text);
  transition: border-color .15s, box-shadow .15s;
}
.form input:focus, .form select:focus, .form textarea:focus { outline: none; border-color: var(--brass); box-shadow: 0 0 0 4px rgba(200,145,60,.16); }
.form textarea { resize: vertical; }
.consent { grid-column: 1 / -1; display: flex; gap: .6rem; align-items: flex-start; font-size: .9rem; color: var(--soft); }
.consent input { width: 20px; height: 20px; margin-top: 2px; accent-color: var(--brass); flex: none; }
.consent a { color: var(--brass-strong); font-weight: 600; }
.form__err { grid-column: 1 / -1; color: #c0392b; font-size: .88rem; margin: 0; }
.form .btn { grid-column: 1 / -1; }
.form__note { grid-column: 1 / -1; font-size: .84rem; color: var(--soft); margin: 0; }
.form__note a { color: var(--brass-strong); font-weight: 600; }

/* Kiemelt visszajelző dobozok a beküldés után */
.form__note--success,
.form__note--error {
  display: flex;
  align-items: flex-start;
  gap: .5rem;
  padding: .75rem .95rem;
  border: 2px solid;
  border-radius: 12px;
  font-size: .82rem;
  font-weight: 600;
  line-height: 1.4;
}
.form__note--success { color: #14663d; background: #e8f6ee; border-color: #1f9d57; }
.form__note--success::before { content: "✓"; flex: none; font-weight: 800; color: #1f9d57; }
.form__note--error { color: #8a2019; background: #fceae8; border-color: #d0402f; }
.form__note--error::before { content: "!"; flex: none; font-weight: 800; color: #d0402f; }
.form__note--success a,
.form__note--error a { white-space: nowrap; text-decoration: underline; }
.form__note--success a { color: #14663d; }
.form__note--error a { color: #8a2019; }

/* ---------- Footer ---------- */
.footer { background: var(--navy-deep); color: var(--on-dark-soft); }
.footer__grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 2rem; padding: clamp(2.6rem,5vw,3.6rem) 0 2.2rem; }
.footer .brand__name { color: #fff; font-size: 1.3rem; }
.footer__brand p { margin: .9rem 0 0; max-width: 42ch; }
.footer__col h4 { color: #fff; font-size: 1rem; margin: 0 0 .9rem; }
.footer__col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: .5rem; }
.footer__col a:hover { color: var(--brass-lt); }
.footer__bar { border-top: 1px solid rgba(255,255,255,.08); }
.footer__bar-inner { display: flex; flex-wrap: wrap; justify-content: space-between; gap: .6rem; padding: 1.2rem 0; font-size: .85rem; }
.footer__links { display: flex; gap: .6rem; }
.footer__links a:hover { color: var(--brass-lt); }
[data-placeholder] { opacity: .7; font-style: italic; }

/* ---------- Mobile action bar + FAB ---------- */
.mobar { display: none; }
.fab { position: fixed; right: 22px; bottom: 26px; z-index: 90; width: 58px; height: 58px; border-radius: 50%; background: var(--brass); color: #241606; display: grid; place-items: center; box-shadow: var(--sh-lg); transition: transform .18s var(--ease); }
.fab:hover { transform: scale(1.08); }

/* ---------- Lightbox ---------- */
body.lb-lock { overflow: hidden; }
.lb { position: fixed; inset: 0; z-index: 200; background: rgba(8,14,20,.94); display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: .5rem; padding: clamp(1rem,4vw,3rem); }
.lb[hidden] { display: none; }
.lb__fig { margin: 0; display: grid; place-items: center; gap: .8rem; min-width: 0; }
.lb__fig img { max-width: 100%; max-height: 82vh; border-radius: var(--r); box-shadow: var(--sh-lg); }
.lb__fig figcaption { color: #fff; font-family: var(--font-head); font-weight: 600; font-size: .95rem; }
.lb__close { position: absolute; top: 18px; right: 22px; background: none; border: 0; color: #fff; font-size: 2.4rem; line-height: 1; }
.lb__nav { background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.25); color: #fff; width: 52px; height: 52px; border-radius: 50%; font-size: 1.8rem; line-height: 1; display: grid; place-items: center; transition: background-color .15s; }
.lb__nav:hover { background: rgba(255,255,255,.22); }

/* ---------- Reveal ---------- */
html.js [data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
html.js [data-reveal].in { opacity: 1; transform: none; }

/* ---------- Responsive ---------- */
@media (max-width: 1040px) {
  .gallery { grid-template-columns: repeat(2, 1fr); }
  .timeline { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
  .hero__grid { grid-template-columns: 1fr; }
  .hero__visual { aspect-ratio: 16/11; max-width: 560px; }
  .stats__grid { grid-template-columns: repeat(2, 1fr); gap: 1.4rem 0; }
  .stat:nth-child(2n) { border-right: 0; }
  .bento__card, .bento__card--wide { grid-column: span 2; }
  .about { grid-template-columns: 1fr; }
  .about__media { max-width: 460px; }
  .contact { grid-template-columns: 1fr; }
}
@media (max-width: 860px) {
  .nav__phone { display: none; }
  .nav__burger { display: inline-grid; place-items: center; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 12px; background: var(--paper); position: relative; }
  .nav__burger span[aria-hidden] { width: 20px; height: 2px; background: var(--heading); position: relative; transition: background-color .2s; }
  .nav__burger span[aria-hidden]::before, .nav__burger span[aria-hidden]::after { content: ""; position: absolute; left: 0; width: 20px; height: 2px; background: var(--heading); transition: transform .2s var(--ease); }
  .nav__burger span[aria-hidden]::before { top: -6px; }
  .nav__burger span[aria-hidden]::after { top: 6px; }
  .nav__burger[aria-expanded="true"] span[aria-hidden] { background: transparent; }
  .nav__burger[aria-expanded="true"] span[aria-hidden]::before { transform: translateY(6px) rotate(45deg); }
  .nav__burger[aria-expanded="true"] span[aria-hidden]::after { transform: translateY(-6px) rotate(-45deg); }
  .nav.is-scrolled { background: rgba(255,255,255,.94); }
  .nav__links {
    position: absolute; top: 72px; left: 0; right: 0; flex-direction: column; align-items: stretch; gap: .2rem;
    background: var(--paper); border-top: 1px solid var(--line); box-shadow: var(--sh-md);
    padding: .8rem clamp(1.1rem,4vw,2.2rem) 1.2rem;
    transform: translateY(-8px); opacity: 0; pointer-events: none; transition: opacity .2s, transform .2s;
  }
  .nav__links.is-open { transform: none; opacity: 1; pointer-events: auto; }
  .nav__links > li > a { padding: .8rem .6rem; border-radius: 10px; }
  .nav__links-cta { margin-top: .4rem; }
  .nav__links-cta a { display: block; text-align: center; }
  .gallery { grid-template-columns: 1fr; }
  .mobar { display: grid; grid-template-columns: repeat(2, 1fr); position: fixed; left: 0; right: 0; bottom: 0; z-index: 95; background: rgba(255,255,255,.95); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); border-top: 1px solid var(--line); }
  .mobar__btn { display: flex; flex-direction: column; align-items: center; gap: 2px; padding: .55rem; font-size: .72rem; font-weight: 700; color: var(--heading); }
  .mobar__btn svg { color: var(--brass); }
  .mobar__btn--primary { background: var(--brass); color: #241606; }
  .mobar__btn--primary svg { color: #241606; }
  .fab { display: none; }
  body { padding-bottom: 62px; }
  .footer__grid { grid-template-columns: 1fr; gap: 1.6rem; }
  .contact__list li { grid-template-columns: 1fr; gap: .1rem; }
}
@media (max-width: 560px) {
  .form { grid-template-columns: 1fr; padding: 1.3rem; }
  .timeline { grid-template-columns: 1fr; }
  .hero__visual { grid-template-columns: 1fr 1fr; }

  /* Kompaktabb tipográfia és térközök telefonon */
  .section { padding: 2.6rem 0; }
  .section-head { margin-bottom: 1.6rem; }
  .section-title { font-size: 1.55rem; }
  .section-intro { font-size: .96rem; }

  .hero__grid { padding: 1.2rem 0 2.2rem; }
  .hero__title { font-size: 1.95rem; }
  .hero__lead { font-size: 1rem; margin-top: 1.1rem; }
  .hero__actions { flex-direction: column; align-items: stretch; margin-top: 1.4rem; gap: .6rem; }
  .hero__trust { margin-top: 1.2rem; gap: .4rem 1.1rem; }
  .hero__trust li { font-size: .88rem; }
  .hero__chips { display: none; }
  /* Egyetlen tiszta fotó a montázs helyett, a szöveg elé emelve */
  .hero__visual { order: -1; display: block; aspect-ratio: auto; max-width: none; margin: 0 0 1.6rem; }
  .hero__ph--top, .hero__ph--bottom { display: none; }
  .hero__ph--main { aspect-ratio: 4 / 3; border-radius: var(--r-lg); }
  .hero__stat { left: 12px; bottom: 12px; padding: .55rem .85rem; }
  .hero__stat-num { font-size: 1.75rem; }
  .btn--lg { padding: .85rem 1.3rem; font-size: .98rem; }

  .stats__grid { padding: 1.6rem 0; gap: 1.2rem 0; }
  .stat__num { font-size: 1.9rem; }
  .stat__label { font-size: .82rem; }

  .bento__body { padding: 1.1rem; }
  .bento__body h3 { font-size: 1.12rem; }
  .bento__body p { font-size: .9rem; }

  .phaser__tab { font-size: .82rem; padding: .45rem .85rem; }
  .phaser__steps button { font-size: .74rem; padding: .45rem .25rem; }
  .phaser__caption { font-size: .9rem; }

  .tl { padding: 1.3rem 1.2rem; }
  .tl__num { font-size: 2rem; }
  .tl h3 { font-size: 1.1rem; }

  .about__copy .section-title { font-size: 1.5rem; }
  .about__badge { right: 8px; bottom: 14px; padding: .75rem .9rem; }
  .about__badge-num { font-size: 1.7rem; }

  .faq__item summary { padding: 1rem 1.1rem; font-size: .98rem; }

  .ctaband__inner { padding: 2.2rem 0; }
  .ctaband h2 { font-size: 1.5rem; }
  .ctaband__actions { flex-direction: column; align-items: stretch; width: 100%; }

  .filter { font-size: .84rem; padding: .42rem .9rem; }
}

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