/* ============================================================
   Epres utca 18 — eladó ház landing page
   Sötét, elegáns, mozis dizájnrendszer
   ============================================================ */

:root {
  /* Warm near-black base */
  --bg:        oklch(0.16 0.008 60);
  --bg-2:      oklch(0.20 0.010 60);
  --bg-3:      oklch(0.25 0.012 60);
  --panel:     oklch(0.22 0.010 60 / 0.7);
  --line:      oklch(0.50 0.010 60 / 0.22);
  --line-soft: oklch(0.60 0.010 60 / 0.12);

  /* Text */
  --ink:       oklch(0.96 0.006 70);
  --ink-soft:  oklch(0.80 0.008 70);
  --ink-mute:  oklch(0.62 0.010 70);

  /* Ember / gold accent (the fireplace) */
  --gold:      oklch(0.80 0.10 75);
  --gold-deep: oklch(0.70 0.13 60);
  --ember:     oklch(0.68 0.17 45);

  --radar:     oklch(0.85 0.13 150);

  --maxw: 1280px;
  --gut: clamp(20px, 5vw, 80px);

  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", system-ui, sans-serif;
  --mono: "Space Mono", ui-monospace, monospace;
}

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

html { scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--sans);
  font-weight: 400;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

/* Lock scroll while intro plays */
body.intro-active { overflow: hidden; height: 100vh; }

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

::selection { background: var(--gold-deep); color: #1a1407; }

/* ---------- Type ---------- */
.eyebrow {
  font-family: var(--mono);
  font-size: 0.72rem;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--gold);
}
h1, h2, h3 { font-family: var(--serif); font-weight: 500; line-height: 1.05; }
.display {
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: -0.01em;
}

/* ============================================================
   SATELLITE INTRO
   ============================================================ */
#satellite {
  position: fixed; inset: 0; z-index: 1000;
  background: radial-gradient(120% 100% at 50% 40%, #0a1018 0%, #05080c 55%, #020304 100%);
  overflow: hidden;
  opacity: 1;
  transition: opacity 1.2s ease;
}
#satellite.done { opacity: 0; pointer-events: none; }

/* real Leaflet satellite map */
#satmap {
  position: absolute; inset: 0;
  background: #05080c;
  filter: brightness(0.9) contrast(1.04) saturate(0.92);
}
#satmap .leaflet-control-attribution {
  background: rgba(0,0,0,0.4); color: oklch(0.7 0.02 150 / 0.7);
  font-family: var(--mono); font-size: 9px; letter-spacing: 0.04em;
}
#satmap .leaflet-control-attribution a { color: oklch(0.78 0.04 150 / 0.8); }
#satmap .leaflet-tile-pane { will-change: transform; }

/* cinematic colour grade + vignette + scanline over the map */
.sat-grade {
  position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(70% 60% at 50% 46%, transparent 40%, oklch(0.12 0.02 230 / 0.35) 100%),
    linear-gradient(0deg, oklch(0.10 0.02 250 / 0.25), oklch(0.12 0.03 200 / 0.10));
  mix-blend-mode: multiply;
}
.sat-vignette {
  position: absolute; inset: 0; pointer-events: none;
  box-shadow: inset 0 0 200px 40px rgba(0,0,0,0.7);
  background: radial-gradient(120% 120% at 50% 50%, transparent 55%, rgba(0,0,0,0.55) 100%);
}
.sat-scan {
  position: absolute; inset: 0; pointer-events: none; opacity: 0.35;
  background: repeating-linear-gradient(0deg, oklch(0.7 0.05 200 / 0.05) 0 1px, transparent 1px 3px);
  mask-image: radial-gradient(75% 75% at 50% 50%, #000 30%, transparent 90%);
}

/* atmosphere rim */
.sat-atmo {
  position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(120% 95% at 50% 42%, transparent 64%, oklch(0.55 0.09 230 / 0.12) 82%, transparent 94%);
}

/* reticle group, locked to plot (centre) */
.sat-reticle {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
  pointer-events: none;
}

/* target reticle */
.sat-target {
  position: absolute; left: 0; top: 0; transform: translate(-50%, -50%);
  width: 120px; height: 120px;
}
.sat-target .ring {
  position: absolute; inset: 0; border-radius: 50%;
  border: 1px solid oklch(0.88 0.13 150 / 0.55);
  animation: pulse 2.4s ease-out infinite;
}
.sat-target .cross-h, .sat-target .cross-v {
  position: absolute; background: oklch(0.88 0.13 150 / 0.7);
}
.sat-target .cross-h { left: 50%; top: -28px; width: 1px; height: 176px; transform: translateX(-50%); }
.sat-target .cross-v { top: 50%; left: -28px; height: 1px; width: 176px; transform: translateY(-50%); }
@keyframes pulse {
  0% { transform: scale(0.4); opacity: 0; }
  40% { opacity: 1; }
  100% { transform: scale(1.5); opacity: 0; }
}

/* thin-line radar, fades in at the end of the zoom */
.sat-radar {
  position: absolute; left: 0; top: 0; transform: translate(-50%, -50%);
  width: 320px; height: 320px; opacity: 0;
  transition: opacity .8s ease;
}
.sat-radar svg { width: 100%; height: 100%; overflow: visible; }
.sat-radar circle {
  fill: none; stroke: var(--radar); stroke-width: 0.4;
  stroke-opacity: 0.55;
}
.sat-radar line {
  stroke: var(--radar); stroke-width: 0.4; stroke-opacity: 0.4;
}
.sat-radar line.sweep {
  stroke-width: 0.6; stroke-opacity: 0.95;
  transform-origin: 100px 100px;
  filter: drop-shadow(0 0 3px oklch(0.85 0.13 150 / 0.9));
  animation: sweep 2.4s linear infinite;
}
@keyframes sweep { to { transform: rotate(360deg); } }

/* parcel polygon, appears late — thin outline */
.sat-parcel {
  position: absolute; left: 0; top: 0;
  transform: translate(-50%, -50%) rotate(-8deg);
  width: 60px; height: 78px; opacity: 0;
  transition: opacity .8s ease;
}
.sat-parcel svg { width: 100%; height: 100%; overflow: visible; }
.sat-parcel polygon {
  fill: oklch(0.85 0.13 150 / 0.08);
  stroke: var(--radar);
  stroke-width: 0.5;
  stroke-dasharray: 2 1.6;
  filter: drop-shadow(0 0 4px oklch(0.85 0.13 150 / 0.5));
}

/* HUD */
.sat-hud { position: absolute; inset: 0; pointer-events: none; font-family: var(--mono); color: oklch(0.85 0.04 150); }
.sat-hud .corner { position: absolute; width: 46px; height: 46px; border: 1px solid oklch(0.8 0.06 150 / 0.5); }
.sat-hud .tl { top: 28px; left: 28px; border-right: 0; border-bottom: 0; }
.sat-hud .tr { top: 28px; right: 28px; border-left: 0; border-bottom: 0; }
.sat-hud .bl { bottom: 28px; left: 28px; border-right: 0; border-top: 0; }
.sat-hud .br { bottom: 28px; right: 28px; border-left: 0; border-top: 0; }
.sat-hud .hud-tag {
  position: absolute; top: 30px; left: 50%; transform: translateX(-50%);
  font-size: 0.64rem; letter-spacing: 0.34em; text-transform: uppercase;
  color: oklch(0.8 0.05 150 / 0.8);
}
.sat-hud .hud-coords {
  position: absolute; bottom: 32px; left: 50%; transform: translateX(-50%);
  font-size: 0.72rem; letter-spacing: 0.18em;
  display: flex; gap: 22px; color: oklch(0.86 0.05 150 / 0.85);
}
.sat-hud .hud-alt {
  position: absolute; bottom: 32px; right: 84px;
  font-size: 0.68rem; letter-spacing: 0.14em; color: oklch(0.8 0.04 150 / 0.7);
}

/* big place label crossfading */
.sat-place {
  position: absolute; left: 50%; top: 50%;
  transform: translate(-50%, calc(-50% - 120px));
  text-align: center; pointer-events: none;
}
.sat-place .lbl {
  font-family: var(--serif); font-weight: 500;
  font-size: clamp(2rem, 6vw, 4.4rem); letter-spacing: 0.04em;
  color: var(--ink); opacity: 0;
  text-shadow: 0 2px 40px rgba(0,0,0,0.6);
}
.sat-place .sub {
  font-family: var(--mono); font-size: 0.7rem; letter-spacing: 0.4em;
  text-transform: uppercase; color: var(--gold); margin-top: 10px; opacity: 0;
}

/* attention headline above the coordinates */
.sat-headline {
  position: absolute; left: 50%; bottom: 92px; transform: translateX(-50%);
  width: min(94%, 920px); text-align: center; pointer-events: none; z-index: 4;
  line-height: 1.04;
}
.sat-headline .hl {
  display: block; font-family: var(--serif); font-weight: 500;
  font-size: clamp(1.9rem, 5.2vw, 3.7rem); letter-spacing: 0.015em;
  color: var(--ink); text-shadow: 0 2px 30px rgba(0,0,0,0.7);
}
.sat-headline .hl.gold { color: var(--gold); font-style: italic; font-weight: 500; }
.sat-headline .ch {
  display: inline-block; opacity: 0; transform: translateY(20px) rotateX(40deg);
  filter: blur(8px); transform-origin: 50% 100%;
}
.sat-headline.play .ch { animation: chIn .72s cubic-bezier(.2,.75,.2,1) both; }
.sat-headline .ch.sp { width: 0.28em; }
@keyframes chIn {
  to { opacity: 1; transform: none; filter: blur(0); }
}
@media (max-width: 540px) { .sat-headline { bottom: 84px; } }

/* skip */
.sat-skip {
  position: absolute; bottom: 30px; right: 28px;
  font-family: var(--mono); font-size: 0.68rem; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--ink-mute);
  background: transparent; border: 1px solid var(--line);
  padding: 10px 16px; cursor: pointer; pointer-events: auto;
  transition: color .25s, border-color .25s;
  z-index: 5;
}
.sat-skip:hover { color: var(--ink); border-color: var(--gold); }

/* ============================================================
   CHROME / NAV
   ============================================================ */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 80;
  display: flex; align-items: center; justify-content: space-between;
  padding: 20px var(--gut);
  transition: background .4s, backdrop-filter .4s, padding .4s, border-color .4s;
  border-bottom: 1px solid transparent;
}
.nav.scrolled {
  background: oklch(0.14 0.008 60 / 0.72);
  backdrop-filter: blur(14px);
  padding: 14px var(--gut);
  border-bottom: 1px solid var(--line-soft);
}
.nav .brand { font-family: var(--serif); font-size: 1.3rem; letter-spacing: 0.02em; }
.nav .brand b { color: var(--gold); font-weight: 600; }
.nav .links { display: flex; gap: 30px; align-items: center; }
.nav .links a {
  color: var(--ink-soft); text-decoration: none; font-size: 0.82rem;
  letter-spacing: 0.06em; transition: color .2s;
}
.nav .links a:hover { color: var(--gold); }
.nav .links a.nav-cta {
  font-family: var(--mono); font-size: 0.72rem; letter-spacing: 0.12em;
  color: var(--bg); background: var(--gold);
  padding: 9px 18px; border-radius: 2px; text-decoration: none;
  transition: transform .2s, box-shadow .2s;
}
.nav .links a.nav-cta:hover { color: var(--bg); transform: translateY(-1px); box-shadow: 0 8px 24px oklch(0.7 0.13 60 / 0.35); }
.lang-toggle {
  display: inline-flex; align-items: center; border: 1px solid var(--line); border-radius: 999px;
  background: transparent; padding: 3px; cursor: pointer; font-family: var(--mono); font-size: 0.66rem; letter-spacing: 0.08em;
}
.lang-toggle span { padding: 5px 11px; border-radius: 999px; color: var(--ink-mute); transition: background .2s, color .2s; }
.lang-toggle span.is-active { background: var(--gold); color: var(--bg); }
.lang-toggle:hover span:not(.is-active) { color: var(--ink); }
@media (max-width: 760px) { .nav .links a:not(.nav-cta) { display: none; } }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative; min-height: 100svh;
  display: flex; align-items: flex-end;
  overflow: hidden;
}
.hero .bg {
  position: absolute; inset: 0;
  background: url("images/nappali-kandallo.jpg") center 60%/cover no-repeat;
  transform: scale(1.08); will-change: transform;
}
.hero .scrim {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, oklch(0.10 0.01 60 / 0.72) 0%, oklch(0.10 0.01 60 / 0.20) 26%, transparent 44%, oklch(0.09 0.01 50 / 0.55) 70%, oklch(0.07 0.01 50 / 0.94) 100%),
    linear-gradient(95deg, oklch(0.07 0.01 50 / 0.85) 0%, oklch(0.08 0.01 50 / 0.45) 34%, transparent 62%),
    radial-gradient(90% 75% at 24% 86%, oklch(0.05 0.01 50 / 0.75), transparent 60%);
}
.hero-inner {
  position: relative; z-index: 2; width: 100%;
  max-width: var(--maxw); margin: 0 auto;
  padding: 0 var(--gut) clamp(50px, 9vh, 110px);
}
.hero .loc {
  display: flex; align-items: center; gap: 12px; margin-bottom: 22px;
  font-family: var(--mono); font-size: 0.74rem; letter-spacing: 0.22em;
  text-transform: uppercase; color: var(--gold);
}
.hero .loc::before { content: ""; width: 34px; height: 1px; background: var(--gold); }
.hero h1 {
  font-size: clamp(3rem, 9vw, 7.5rem);
  line-height: 0.92; letter-spacing: -0.015em;
  text-shadow: 0 2px 40px oklch(0.05 0.01 50 / 0.6);
}
.hero h1 .thin { font-style: italic; font-weight: 400; color: var(--ink-soft); }
.hero .lede {
  margin-top: 26px; max-width: 540px;
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  color: oklch(0.97 0.005 70);
  text-shadow: 0 1px 3px oklch(0.05 0.01 50 / 0.9), 0 2px 22px oklch(0.05 0.01 50 / 0.8);
}
.hero .hero-foot {
  margin-top: 38px; display: flex; flex-wrap: wrap; align-items: center; gap: 28px;
}
.price-tag { display: flex; flex-direction: column; gap: 2px; }
.price-tag .num { font-family: var(--serif); font-size: clamp(2rem, 4vw, 3rem); color: var(--ink); line-height: 1; }
.price-tag .eur { font-family: var(--mono); font-size: 0.82rem; letter-spacing: 0.04em; color: var(--gold); margin-top: 2px; }
.price-tag .lbl { font-family: var(--mono); font-size: 0.66rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink-mute); margin-top: 4px; }
.btn-primary {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--mono); font-size: 0.78rem; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--bg); background: var(--gold);
  padding: 16px 28px; border-radius: 2px; text-decoration: none; border: 0; cursor: pointer;
  transition: transform .2s, box-shadow .2s, background .2s;
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 12px 30px oklch(0.7 0.13 60 / 0.4); }
.btn-ghost {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--mono); font-size: 0.78rem; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--ink); background: transparent; border: 1px solid var(--line);
  padding: 15px 26px; border-radius: 2px; text-decoration: none; cursor: pointer;
  transition: border-color .2s, color .2s;
}
.btn-ghost:hover { border-color: var(--gold); color: var(--gold); }

.scroll-cue {
  position: absolute; bottom: 26px; right: var(--gut); z-index: 3;
  display: flex; align-items: center; gap: 10px;
  font-family: var(--mono); font-size: 0.62rem; letter-spacing: 0.26em; text-transform: uppercase;
  color: var(--ink-mute);
}
.scroll-cue .bar { width: 1px; height: 44px; background: linear-gradient(var(--gold), transparent); animation: drop 2s ease-in-out infinite; }
@keyframes drop { 0%,100% { opacity: .3; transform: scaleY(.6); transform-origin: top; } 50% { opacity: 1; transform: scaleY(1); } }

/* ============================================================
   STATS BAR
   ============================================================ */
.stats {
  display: grid; grid-template-columns: repeat(6, 1fr);
  gap: 1px; background: var(--line-soft);
  border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft);
}
.stats .cell {
  background: var(--bg-2);
  padding: clamp(26px, 4vw, 46px) clamp(16px, 2vw, 30px);
  display: flex; flex-direction: column; gap: 8px;
}
.stats .v { font-family: var(--serif); font-size: clamp(1.6rem, 2.6vw, 2.4rem); color: var(--ink); line-height: 1; }
.stats .v small { font-size: 0.5em; color: var(--ink-mute); font-family: var(--sans); }
.stats .k { font-family: var(--mono); font-size: 0.62rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-mute); }
@media (max-width: 1080px) { .stats { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 560px) { .stats { grid-template-columns: repeat(2, 1fr); } }

/* ============================================================
   SECTION SHELL
   ============================================================ */
section { position: relative; }
.wrap { max-width: var(--maxw); margin: 0 auto; padding: clamp(80px, 13vh, 160px) var(--gut); }
.sec-head { max-width: 760px; margin-bottom: clamp(40px, 6vw, 70px); }
.sec-head .eyebrow { display: block; margin-bottom: 18px; }
.sec-head h2 { font-size: clamp(2.2rem, 5vw, 4rem); letter-spacing: -0.01em; }
.sec-head p { margin-top: 22px; font-size: clamp(1rem, 1.4vw, 1.16rem); color: var(--ink-soft); max-width: 620px; }

/* ---------- Story strip ---------- */
.story { background: var(--bg-2); border-bottom: 1px solid var(--line-soft); }
.story .wrap { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: clamp(36px, 6vw, 90px); align-items: center; }
.story blockquote {
  font-family: var(--serif); font-size: clamp(1.8rem, 3.6vw, 3.2rem); line-height: 1.18;
  font-weight: 500; letter-spacing: -0.01em; text-wrap: balance;
}
.story blockquote em { color: var(--gold); font-style: italic; }
.story .notes { display: flex; flex-direction: column; gap: 24px; }
.story .note { display: flex; gap: 16px; align-items: flex-start; }
.story .note .ic { flex: 0 0 auto; width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 50%; display: grid; place-items: center; color: var(--gold); font-size: 1rem; }
.story .note p { color: var(--ink-soft); font-size: 0.96rem; }
.story .note h4 { font-family: var(--sans); font-weight: 600; font-size: 0.96rem; color: var(--ink); margin-bottom: 3px; letter-spacing: 0.01em; }
@media (max-width: 820px) { .story .wrap { grid-template-columns: 1fr; } }

/* ============================================================
   GALLERY (3D tilt cards)
   ============================================================ */
.gallery .wrap { padding-bottom: clamp(40px, 8vh, 90px); }
.tiles { display: grid; grid-template-columns: repeat(12, 1fr); gap: clamp(14px, 1.6vw, 22px); }
.tile {
  position: relative; overflow: hidden; border-radius: 4px;
  background: var(--bg-3); border: 1px solid var(--line-soft);
  transform-style: preserve-3d; perspective: 1000px;
  transition: box-shadow .4s;
}
.tile .frame { position: absolute; inset: 0; transition: transform .15s ease-out; transform-style: preserve-3d; }
.tile img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.06); transition: transform .6s ease; }
.tile:hover img { transform: scale(1.12); }
.tile .cap {
  position: absolute; left: 0; right: 0; bottom: 0; z-index: 2;
  padding: 22px 24px;
  background: linear-gradient(transparent, oklch(0.08 0.01 50 / 0.86));
  transform: translateZ(40px);
}
.tile .cap .t { font-family: var(--serif); font-size: 1.5rem; line-height: 1.05; }
.tile .cap .d { font-family: var(--mono); font-size: 0.62rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); margin-top: 6px; }
.tile .num { position: absolute; top: 16px; left: 18px; z-index: 2; font-family: var(--mono); font-size: 0.66rem; letter-spacing: 0.16em; color: var(--ink-soft); transform: translateZ(30px); }
.tile:hover { box-shadow: 0 30px 60px -20px oklch(0.05 0.01 50 / 0.8); }

/* sizing */
.tile.t-wide { grid-column: span 8; aspect-ratio: 16/10; }
.tile.t-tall { grid-column: span 4; aspect-ratio: 3/4; }
.tile.t-half { grid-column: span 6; aspect-ratio: 4/3; }
.tile.t-third { grid-column: span 4; aspect-ratio: 4/5; }
.tile.t-full { grid-column: span 12; aspect-ratio: 21/8; }
@media (max-width: 820px) {
  .tile.t-wide, .tile.t-tall, .tile.t-half, .tile.t-third { grid-column: span 12; aspect-ratio: 4/3; }
  .tile.t-full { grid-column: span 12; aspect-ratio: 4/3; }
}

/* ---------- videós séta CTA gomb ---------- */
.walk-cta { margin-top: clamp(26px, 4vh, 48px); }
.btn-walk {
  display: flex; align-items: center; gap: clamp(18px, 2.4vw, 30px);
  width: 100%; box-sizing: border-box;
  padding: clamp(22px, 3vw, 34px) clamp(24px, 3.2vw, 40px);
  text-decoration: none; color: var(--ink);
  background:
    linear-gradient(120deg, oklch(0.78 0.12 85 / 0.10), transparent 55%),
    var(--bg-3);
  border: 1px solid var(--gold-soft, oklch(0.78 0.12 85 / 0.35));
  border-radius: 6px;
  transition: transform .3s cubic-bezier(.2,.8,.2,1), box-shadow .3s, border-color .3s, background .3s;
  box-shadow: 0 20px 50px -30px oklch(0.05 0.01 50 / 0.9);
}
.btn-walk:hover {
  transform: translateY(-3px);
  border-color: var(--gold);
  box-shadow: 0 36px 70px -28px oklch(0.05 0.01 50 / 0.95);
}
.bw-play {
  flex: 0 0 auto;
  display: grid; place-items: center;
  width: clamp(52px, 5vw, 68px); height: clamp(52px, 5vw, 68px);
  border-radius: 50%;
  background: var(--gold); color: oklch(0.18 0.02 70);
  font-size: clamp(1.1rem, 1.4vw, 1.4rem); padding-left: 4px;
  box-shadow: 0 0 0 0 oklch(0.78 0.12 85 / 0.5);
  transition: box-shadow .4s, transform .3s;
}
.btn-walk:hover .bw-play { transform: scale(1.06); box-shadow: 0 0 0 12px oklch(0.78 0.12 85 / 0.10); }
.bw-text { display: flex; flex-direction: column; gap: 6px; flex: 1 1 auto; }
.bw-main { font-family: var(--serif); font-size: clamp(1.35rem, 2.4vw, 2.1rem); line-height: 1.05; }
.bw-sub { font-family: var(--mono); font-size: clamp(0.6rem, 0.8vw, 0.7rem); letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold); }
.bw-arrow { flex: 0 0 auto; font-size: clamp(1.3rem, 1.8vw, 1.8rem); color: var(--ink-soft); transition: transform .3s, color .3s; }
.btn-walk:hover .bw-arrow { transform: translateX(6px); color: var(--gold); }
@media (max-width: 620px) {
  .btn-walk { gap: 16px; }
  .bw-sub { display: none; }
  .bw-arrow { display: none; }
}

/* ============================================================
   FEATURES
   ============================================================ */
.features { background: var(--bg-2); border-top: 1px solid var(--line-soft); }
.feat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line-soft); border: 1px solid var(--line-soft); }
.feat {
  background: var(--bg); padding: clamp(28px, 3vw, 40px);
  min-height: 210px; display: flex; flex-direction: column; justify-content: space-between;
  transition: background .35s;
}
.feat:hover { background: var(--bg-3); }
.feat .ic { font-size: 1.5rem; color: var(--gold); }
.feat h3 { font-family: var(--sans); font-weight: 600; font-size: 1.08rem; letter-spacing: 0.01em; margin-bottom: 8px; }
.feat p { font-size: 0.9rem; color: var(--ink-mute); }
@media (max-width: 900px) { .feat-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .feat-grid { grid-template-columns: 1fr; } }

/* highlight strip intro line */
.feat-lead { margin: 0 0 clamp(28px,4vw,44px); max-width: 640px; color: var(--ink-soft); font-size: clamp(1rem,1.4vw,1.14rem); }

/* full-bleed break image between the highlight strip and the spec grid */
.feat-break { position: relative; margin-top: clamp(36px,5vw,60px); border-radius: 6px; overflow: hidden; aspect-ratio: 21/8; border: 1px solid var(--line-soft); }
.feat-break img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.feat-break::after { content: ""; position: absolute; inset: 0; background: linear-gradient(100deg, oklch(0.05 0.01 50 / 0.78) 0%, oklch(0.05 0.01 50 / 0.25) 45%, transparent 70%); }
.feat-break-cap { position: absolute; left: clamp(20px,3vw,44px); top: 50%; transform: translateY(-50%); z-index: 2; }
.feat-break-cap .eyebrow { display: block; margin-bottom: 10px; }
.feat-break-cap h3 { font-family: var(--serif); font-size: clamp(1.6rem,2.6vw,2.3rem); color: var(--ink); }
@media (max-width: 620px) { .feat-break { aspect-ratio: 4/5; } }

/* ---------- detailed specs ---------- */
.specs {
  margin-top: clamp(40px, 6vw, 72px);
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1px; background: var(--line-soft); border: 1px solid var(--line-soft);
}
.spec { background: var(--bg-2); padding: clamp(24px, 2.5vw, 36px); }
.spec h3 {
  font-family: var(--sans); font-weight: 600; font-size: 1.02rem; letter-spacing: 0.01em;
  display: flex; align-items: center; gap: 11px; margin-bottom: 18px; color: var(--ink);
}
.spec h3 .ic { color: var(--gold); font-size: 1.15rem; }
.spec ul { list-style: none; display: flex; flex-direction: column; gap: 11px; }
.spec li { position: relative; padding-left: 20px; font-size: 0.92rem; color: var(--ink-soft); line-height: 1.45; }
.spec li::before { content: "›"; position: absolute; left: 0; top: -1px; color: var(--gold); font-weight: 700; }
.spec li b { color: var(--ink); font-weight: 600; }
@media (max-width: 900px) { .specs { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .specs { grid-template-columns: 1fr; } }

/* ---------- audience / personas ---------- */
.audience { background: var(--bg); border-top: 1px solid var(--line-soft); }
.aud-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(16px, 2vw, 24px); }
.aud {
  border: 1px solid var(--line-soft); border-radius: 4px; background: var(--bg-2);
  padding: clamp(28px, 3vw, 44px); transition: border-color .3s, transform .3s;
}
.aud:hover { border-color: var(--line); transform: translateY(-3px); }
.aud .n { font-family: var(--mono); font-size: 0.64rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); }
.aud h3 { font-size: 1.8rem; margin: 12px 0 12px; }
.aud p { color: var(--ink-mute); font-size: 0.94rem; }
@media (max-width: 780px) { .aud-grid { grid-template-columns: 1fr; } }

/* ---------- value / price justification ---------- */
.value { background: var(--bg-2); border-top: 1px solid var(--line-soft); }
.value-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 6vw, 84px); align-items: center; }
@media (max-width: 880px) { .value-wrap { grid-template-columns: 1fr; } }
.value-lead h2 { font-size: clamp(2rem, 4.5vw, 3.4rem); margin-top: 16px; letter-spacing: -0.01em; }
.value-lead p { margin-top: 20px; color: var(--ink-soft); font-size: clamp(1rem, 1.3vw, 1.12rem); }
.value-lead .value-reframe { color: var(--ink-mute); font-size: 0.98rem; }
.value-lead .value-reframe b, .value-lead p b { color: var(--ink); font-weight: 600; }
.value-points { display: flex; flex-direction: column; }
.vp { display: flex; gap: 20px; padding: 20px 0; border-top: 1px solid var(--line-soft); }
.vp:last-child { border-bottom: 1px solid var(--line-soft); }
.vp .vn { font-family: var(--mono); font-size: 0.78rem; color: var(--gold); letter-spacing: 0.1em; flex: 0 0 auto; padding-top: 4px; }
.vp h3 { font-family: var(--sans); font-weight: 600; font-size: 1.06rem; letter-spacing: 0.01em; }
.vp p { color: var(--ink-mute); font-size: 0.92rem; margin-top: 4px; }

/* ---------- owner badge ---------- */
.owner-badge {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--mono); font-size: 0.64rem; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--gold); border: 1px solid oklch(0.8 0.06 75 / 0.42); border-radius: 999px; padding: 8px 16px;
}
.owner-badge::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 10px 2px oklch(0.8 0.12 75 / 0.6); }

/* ---------- rezsi / running costs ---------- */
.rezsi { background: var(--bg); border-top: 1px solid var(--line-soft); }
.rezsi-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line-soft); border: 1px solid var(--line-soft); }
.rcell { background: var(--bg-2); padding: clamp(24px, 3vw, 40px); display: flex; flex-direction: column; gap: 8px; }
.rcell.total { background: oklch(0.26 0.02 75 / 0.55); }
.rcell .rv { font-family: var(--serif); font-size: clamp(1.6rem, 3vw, 2.4rem); color: var(--ink); line-height: 1; }
.rcell .rv small { font-size: 0.4em; color: var(--ink-mute); font-family: var(--sans); letter-spacing: 0; }
.rcell .rk { font-family: var(--mono); font-size: 0.62rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-mute); }
.rcell.total .rv { color: var(--gold); }
@media (max-width: 760px) { .rezsi-grid { grid-template-columns: repeat(2, 1fr); } }

/* ---------- location action / video chip ---------- */
.loc-actions { margin-top: 34px; }
.soon-chip {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--mono); font-size: 0.6rem; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--ink-mute); border: 1px solid var(--line-soft); border-radius: 999px; padding: 7px 14px; margin-top: 22px;
  text-decoration: none; transition: color .2s, border-color .2s;
}
.soon-chip:hover { color: var(--gold); border-color: var(--gold); }
.soon-chip::before { content: "▶"; color: var(--gold); font-size: 0.7em; }

/* ---------- videós séta ---------- */
.walk { background: var(--bg-2); border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); }
.walk-frame {
  position: relative; aspect-ratio: 16 / 9; width: 100%;
  border-radius: 4px; overflow: hidden;
  border: 1px solid var(--line); background: var(--bg-3);
  box-shadow: 0 40px 80px -30px oklch(0.05 0.01 50 / 0.85);
}
.walk-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.walk-note { margin-top: 18px; font-family: var(--mono); font-size: 0.64rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-mute); }

/* ---------- contact actions + callback form ---------- */
.contact-actions { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }
.contact .reassure { margin-top: 26px; font-size: 0.92rem; color: var(--ink-mute); }
.cb-form { margin: 38px auto 0; width: min(560px, 100%); display: grid; gap: 14px; text-align: left; }
.cb-form .row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.cb-form input, .cb-form textarea {
  width: 100%; background: oklch(0.20 0.008 60 / 0.75); border: 1px solid var(--line); border-radius: 3px;
  padding: 14px 16px; color: var(--ink); font-family: var(--sans); font-size: 0.95rem;
}
.cb-form input:focus, .cb-form textarea:focus { outline: none; border-color: var(--gold); }
.cb-form input::placeholder, .cb-form textarea::placeholder { color: var(--ink-mute); }
.cb-form textarea { min-height: 88px; resize: vertical; }
.cb-form input.err { border-color: oklch(0.62 0.19 25); }
.cb-note { font-size: 0.76rem; color: var(--ink-mute); text-align: center; }
.cb-ok { display: none; margin-top: 18px; padding: 16px 18px; border: 1px solid oklch(0.7 0.12 150 / 0.5); border-radius: 4px; color: var(--ink); background: oklch(0.32 0.06 150 / 0.18); }
@media (max-width: 520px) { .cb-form .row { grid-template-columns: 1fr; } }

/* ---------- floating mobile call bar ---------- */
.callbar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 90; display: none; gap: 10px;
  padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
  background: oklch(0.14 0.008 60 / 0.93); backdrop-filter: blur(12px); border-top: 1px solid var(--line);
}
.callbar a {
  flex: 1; display: flex; align-items: center; justify-content: center; gap: 8px; padding: 14px; border-radius: 3px;
  font-family: var(--mono); font-size: 0.74rem; letter-spacing: 0.1em; text-transform: uppercase; text-decoration: none;
}
.callbar .cb-call { background: var(--gold); color: var(--bg); font-weight: 700; }
.callbar .cb-back { border: 1px solid var(--line); color: var(--ink); }
body.callbar-on .callbar { display: flex; }
@media (min-width: 760px) { body.callbar-on .callbar { display: none; } }
@media (max-width: 760px) { .footer { padding-bottom: 92px; } }

/* ============================================================
   LOCATION
   ============================================================ */
.location .wrap { display: block; }
.location .sec-head { max-width: 720px; }
.loc-wrap { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(30px,5vw,70px); align-items: start; }
@media (max-width: 880px) { .loc-wrap { grid-template-columns: 1fr; } .loc-map { margin-top: 32px; } }
.loc-map {
  position: relative; aspect-ratio: 910/740; border-radius: 6px; overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: 0 30px 70px -30px oklch(0.03 0.01 50 / 0.9);
}
.loc-map img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.loc-map .hud-lbl { fill: oklch(0.7 0.02 70 / 0.7); font-size: 12px; letter-spacing: 1px; }
/* premium corner ticks */
.loc-map .map-corner { position: absolute; width: 26px; height: 26px; border: 1px solid oklch(0.8 0.06 75 / 0.45); pointer-events: none; }
.loc-map .map-corner.tl { top: 14px; left: 14px; border-right: 0; border-bottom: 0; }
.loc-map .map-corner.tr { top: 14px; right: 14px; border-left: 0; border-bottom: 0; }
.loc-map .map-corner.bl { bottom: 14px; left: 14px; border-right: 0; border-top: 0; }
.loc-map .map-corner.br { bottom: 14px; right: 14px; border-left: 0; border-top: 0; }
.loc-map .map-tag {
  position: absolute; top: 18px; left: 50%; transform: translateX(-50%);
  font-family: var(--mono); font-size: 0.58rem; letter-spacing: 0.28em; text-transform: uppercase;
  color: oklch(0.78 0.05 75 / 0.7);
}
.loc-map .plot-pin {
  position: absolute; left: 74%; top: 9%; transform: translate(-50%,-50%);
  width: 13px; height: 13px; border-radius: 50%; background: var(--gold);
  box-shadow: 0 0 0 5px oklch(0.8 0.1 75 / 0.18), 0 0 20px 4px oklch(0.8 0.12 75 / 0.7);
}
.loc-map .plot-pin::after {
  content: ""; position: absolute; inset: -15px; border-radius: 50%;
  border: 1px solid oklch(0.8 0.1 75 / 0.5); animation: pulse 2.4s ease-out infinite;
}
.loc-facts { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px clamp(28px, 5vw, 70px); margin-top: 10px; }
@media (max-width: 620px) { .loc-facts { grid-template-columns: 1fr; } }
.loc-fact { display: flex; gap: 16px; }
.loc-fact .ic { color: var(--gold); font-size: 1.1rem; }
.loc-fact b { display: block; font-family: var(--sans); font-weight: 600; }
.loc-fact span { color: var(--ink-mute); font-size: 0.92rem; }

/* ============================================================
   CONTACT
   ============================================================ */
.contact { position: relative; overflow: hidden; border-top: 1px solid var(--line-soft); }
.contact .bg {
  position: absolute; inset: 0;
  background: url("images/etkezo-nappali.jpg") center 30%/cover no-repeat;
  opacity: 0.22; filter: saturate(0.8);
}
.contact .scrim { position: absolute; inset: 0; background: linear-gradient(180deg, var(--bg) 0%, oklch(0.14 0.01 60 / 0.7) 50%, var(--bg) 100%); }
.contact .wrap { position: relative; z-index: 2; text-align: center; display: flex; flex-direction: column; align-items: center; }
.contact h2 { font-size: clamp(2.4rem, 6vw, 5rem); }
.contact p { margin-top: 22px; color: var(--ink-soft); max-width: 540px; font-size: 1.1rem; }
.contact .card {
  margin-top: 48px; display: flex; flex-wrap: wrap; gap: 0; align-items: stretch;
  border: 1px solid var(--line); border-radius: 4px; overflow: hidden; background: var(--panel);
  backdrop-filter: blur(8px);
}
.contact .card .who { padding: 26px 34px; text-align: left; border-right: 1px solid var(--line); }
.contact .card .who .role { font-family: var(--mono); font-size: 0.62rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink-mute); }
.contact .card .who .name { font-family: var(--serif); font-size: 1.7rem; margin-top: 4px; }
.contact .card a.phone {
  display: flex; align-items: center; gap: 14px; padding: 26px 34px;
  font-family: var(--mono); font-size: 1.1rem; letter-spacing: 0.06em; color: var(--ink);
  text-decoration: none; background: var(--gold); color: var(--bg); font-weight: 700;
  transition: background .2s;
}
.contact .card a.phone:hover { background: var(--ink); }
@media (max-width: 560px) { .contact .card { flex-direction: column; } .contact .card .who { border-right: 0; border-bottom: 1px solid var(--line); text-align: center; } }

/* footer */
.footer { padding: 40px var(--gut); border-top: 1px solid var(--line-soft); display: flex; flex-wrap: wrap; justify-content: space-between; gap: 16px; color: var(--ink-mute); font-size: 0.78rem; font-family: var(--mono); letter-spacing: 0.08em; }
.footer a { color: var(--ink-mute); text-decoration: none; }
.footer a:hover { color: var(--gold); }
.footer .footer-eur { color: var(--ink-mute); opacity: 0.75; }

/* ============================================================
   REVEAL
   ============================================================ */
.reveal { opacity: 0; transform: translateY(34px); transition: opacity .9s cubic-bezier(.2,.7,.2,1), transform .9s cubic-bezier(.2,.7,.2,1); }
.reveal.in { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: .08s; }
.reveal.d2 { transition-delay: .16s; }
.reveal.d3 { transition-delay: .24s; }

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1 !important; transform: none !important; }
  .hero .bg { transform: none; }
  * { animation: none !important; }
}
