/* ==========================================================================
   AUTÓVÁSÁRLÁS.EU — design system v2 · „final polish"
   Meleg ivory és homok · grafit · mély zöld · dohánybarna · bronz/terrakotta csak jelnek (≈5%)
   Nincsenek nyilak: a mozgás kitöltés, vonal és tónus.
   ========================================================================== */

@font-face { font-family: "Newsreader"; src: url("../fonts/newsreader.woff2") format("woff2"); font-weight: 300 500; font-style: normal; font-display: swap; }
@font-face { font-family: "Newsreader"; src: url("../fonts/newsreader-italic.woff2") format("woff2"); font-weight: 300 500; font-style: italic; font-display: swap; }
@font-face { font-family: "Geist"; src: url("../fonts/geist.woff2") format("woff2"); font-weight: 400 600; font-style: normal; font-display: swap; }
@font-face { font-family: "Geist Mono"; src: url("../fonts/geist-mono.woff2") format("woff2"); font-weight: 400 500; font-style: normal; font-display: swap; }

:root {
  /* szín — meleg tónusok */
  --ivory: #F2EFE8;
  --paper: #FAF7F0;
  --sand: #E6E0D5;
  --sand-2: #D9D1C3;
  --graphite: #141412;
  --graphite-2: #1D1C19;
  --green: #14251F;
  --green-2: #1A2F27;
  --green-ink: #22473A;
  --tobacco: #2A231D;
  --ink: #141412;
  --ink-2: #3A3833;
  --ink-3: #5E5A53;          /* ≥5:1 ivoryn és homokon */
  --warm: #B5AFA4;
  --on-dark: #F2EFE8;
  --on-dark-2: #CFC8BC;
  --on-dark-3: #9E978B;
  --bronze: #A58A62;
  --bronze-ink: #7A6242;
  --terra: #9B5A3C;          /* korrektúra-toll: csak jelölés */
  --line: rgba(20, 20, 18, .13);
  --line-strong: rgba(20, 20, 18, .3);
  --line-dark: rgba(242, 239, 232, .15);

  /* tipó */
  --f-display: "Newsreader", "Iowan Old Style", Georgia, "Times New Roman", serif;
  --f-text: "Geist", "Helvetica Neue", Arial, system-ui, sans-serif;
  --f-mono: "Geist Mono", ui-monospace, "SFMono-Regular", Consolas, monospace;
  --t-lead: clamp(1.18rem, 1.55vw, 1.45rem);
  --t-body: clamp(1.0625rem, .98rem + .22vw, 1.1875rem);

  /* tér */
  --gutter: clamp(20px, 4.2vw, 72px);
  --gap: clamp(16px, 2vw, 32px);
  --sec: clamp(104px, 14vw, 220px);
  --nav-h: 84px;

  /* mozgás */
  --e-out: cubic-bezier(.16, 1, .3, 1);
  --e-io: cubic-bezier(.65, 0, .35, 1);
  --grain: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 .6 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* ---------- alap ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
@media (prefers-reduced-motion: no-preference) { html { scroll-behavior: smooth; } }
body {
  margin: 0; background: var(--ivory); color: var(--ink);
  font-family: var(--f-text); font-size: var(--t-body); line-height: 1.6;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility;
}
img, picture, svg { display: block; max-width: 100%; height: auto; }
h1, h2, h3, h4, p, ol, ul, dl, dd, figure, blockquote { margin: 0; }
ol, ul { padding: 0; list-style: none; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; color: inherit; }
b, strong { font-weight: 500; }
::selection { background: var(--green); color: var(--ivory); }
[id] { scroll-margin-top: 72px; }
:focus-visible { outline: 2px solid var(--bronze); outline-offset: 3px; border-radius: 2px; }

.wrap { width: 100%; max-width: 1520px; margin-inline: auto; padding-inline: var(--gutter); }
.label { font-family: var(--f-mono); font-size: .78rem; font-weight: 400; line-height: 1.4; letter-spacing: .11em; text-transform: uppercase; color: var(--ink-3); }
.skip { position: absolute; left: 12px; top: -80px; z-index: 300; padding: 12px 18px; background: var(--graphite); color: var(--ivory); }
.skip:focus { top: 12px; }

h1, h2, h3 { font-family: var(--f-display); font-weight: 340; letter-spacing: -.025em; line-height: 1; text-wrap: balance; font-optical-sizing: auto; }
em { font-style: italic; }

/* ---------- gombok: nagybetűs felirat + alulról emelkedő kitöltés, nyíl nélkül ---------- */
.btn {
  --bg: transparent; --fg: currentColor; --bd: currentColor; --fill: var(--green); --fill-fg: var(--ivory);
  position: relative; isolation: isolate; overflow: hidden;
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 54px; padding: 0 1.9em; border: 1px solid var(--bd); border-radius: 1px;
  background: var(--bg); color: var(--fg);
  font-family: var(--f-text); font-size: .8rem; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; line-height: 1.1; white-space: nowrap;
  cursor: pointer; transition: color .45s var(--e-out), border-color .45s var(--e-out);
}
.btn::before { content: ""; position: absolute; inset: 0; z-index: -1; background: var(--fill); transform: scaleY(0); transform-origin: 50% 100%; transition: transform .6s var(--e-out); }
.btn:hover::before, .btn:focus-visible::before { transform: scaleY(1); }
.btn:hover, .btn:focus-visible { color: var(--fill-fg); border-color: var(--fill); }
.btn > span { transition: letter-spacing .6s var(--e-out); }
.btn:hover > span { letter-spacing: .16em; }
.btn--solid { --bg: var(--graphite); --fg: var(--ivory); --bd: var(--graphite); }
.btn--quiet { --bd: var(--line-strong); --fill: var(--graphite); min-height: 44px; padding: 0 1.25em; font-size: .72rem; }
.btn--ivory { --bg: var(--ivory); --fg: var(--graphite); --bd: var(--ivory); --fill: var(--sand); --fill-fg: var(--graphite); }

.ulink { background: linear-gradient(currentColor, currentColor) 0 100% / 0 1px no-repeat; transition: background-size .55s var(--e-out); padding-bottom: 2px; }
.ulink:hover, .ulink:focus-visible { background-size: 100% 1px; }

/* ---------- navigáció ---------- */
.nav { position: fixed; inset: 0 0 auto; z-index: 100; color: var(--ink); transition: background-color .5s var(--e-out), color .5s var(--e-out), box-shadow .5s var(--e-out); }
.nav__in { display: flex; align-items: center; gap: clamp(16px, 3vw, 48px); height: var(--nav-h); transition: height .5s var(--e-out); }
.nav.is-scrolled { background: rgba(242, 239, 232, .9); box-shadow: 0 1px 0 var(--line); -webkit-backdrop-filter: saturate(1.2) blur(14px); backdrop-filter: saturate(1.2) blur(14px); }
.nav.is-scrolled .nav__in { height: 64px; }
.nav.is-sand.is-scrolled { background: rgba(230, 224, 213, .9); }
.nav.is-dark { color: var(--on-dark); }
.nav.is-dark.is-scrolled { background: rgba(20, 20, 18, .78); box-shadow: 0 1px 0 var(--line-dark); }
.nav.is-dark .btn--quiet { --bd: rgba(242, 239, 232, .34); --fill: var(--ivory); --fill-fg: var(--graphite); }

.brand { display: inline-flex; align-items: baseline; margin-right: auto; padding-block: 10px; line-height: 1; }
.brand__name { font-family: var(--f-display); font-size: 1.5rem; font-weight: 400; letter-spacing: -.02em; }
.brand__tld { font-family: var(--f-display); font-style: italic; font-size: 1.5rem; letter-spacing: -.01em; color: var(--bronze); }

.nav__links { display: flex; gap: clamp(20px, 2.4vw, 40px); font-size: .95rem; }
.nav__links a { padding-block: 8px; background: linear-gradient(currentColor, currentColor) 0 calc(100% - 4px) / 0 1px no-repeat; transition: background-size .55s var(--e-out); }
.nav__links a:hover, .nav__links a[aria-current="true"] { background-size: 100% 1px; }

.nav__toggle { display: none; align-items: center; gap: 12px; min-height: 44px; padding: 0 2px; border: 0; background: none; cursor: pointer; font-size: .95rem; }
.nav__burger { position: relative; width: 22px; height: 9px; }
.nav__burger::before, .nav__burger::after { content: ""; position: absolute; left: 0; right: 0; height: 1.5px; background: currentColor; transition: transform .45s var(--e-out), top .45s var(--e-out); }
.nav__burger::before { top: 0; }
.nav__burger::after { top: 7.5px; }
.nav__toggle[aria-expanded="true"] .nav__burger::before { top: 4px; transform: rotate(45deg); }
.nav__toggle[aria-expanded="true"] .nav__burger::after { top: 4px; transform: rotate(-45deg); }

.menu { position: fixed; inset: 0; z-index: 99; background: var(--ivory); color: var(--ink); padding-top: 88px; overflow-y: auto; }
.menu__in { display: flex; flex-direction: column; padding-block: 24px 40px; }
.menu__in > a { font-family: var(--f-display); font-size: clamp(2.2rem, 9vw, 3.4rem); line-height: 1.15; letter-spacing: -.02em; padding-block: 10px; border-bottom: 1px solid var(--line); }
.menu__contact { display: flex; flex-direction: column; gap: 10px; margin-top: 32px; }
.menu__contact a { padding-block: 6px; }
body.menu-open { overflow: hidden; }
body.menu-open .nav { color: var(--ink); background: transparent; box-shadow: none; -webkit-backdrop-filter: none; backdrop-filter: none; }

@media (max-width: 960px) { .nav__links { display: none; } .nav__toggle { display: inline-flex; } }
@media (max-width: 560px) {
  :root { --nav-h: 68px; }
  .brand__name, .brand__tld { font-size: 1.3rem; }
  .nav__cta-more { display: none; }
  .nav__toggle-t { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
}
@media (max-width: 340px) { .nav__cta { display: none; } }

/* ---------- belépés ---------- */
.js .reveal { opacity: 0; transform: translateY(26px); transition: opacity 1s var(--e-out), transform 1.1s var(--e-out); }
.js .reveal.is-in { opacity: 1; transform: none; }

/* ==========================================================================
   1 · HERO
   ========================================================================== */
.hero { position: relative; min-height: 100svh; display: flex; flex-direction: column; padding-top: calc(var(--nav-h) + clamp(24px, 5vh, 64px)); }
.hero__grid { flex: 1; display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); column-gap: var(--gap); align-content: start; }
.hero__eyebrow { grid-column: 1 / -1; display: flex; align-items: center; gap: 12px; margin-bottom: clamp(18px, 3.5vh, 44px); }
.pip { flex: 0 0 auto; width: 7px; height: 7px; border-radius: 50%; background: var(--bronze); }

.hero__title { grid-column: 1 / -1; font-size: clamp(3.1rem, 9.2vw, 8.9rem); font-weight: 320; line-height: .9; letter-spacing: -.047em; }
.hero__title .line { display: block; overflow: hidden; padding-bottom: .1em; margin-bottom: -.1em; }
.hero__title .line > span { display: inline-block; }
.line--accent { padding-left: calc(33.333% + var(--gap) / 3); }
.line--accent em { color: var(--green-ink); font-weight: 320; }

.hero__frame { grid-column: 1 / span 4; grid-row: 3 / span 2; position: relative; margin-top: clamp(28px, 5vh, 56px); }
.media-slot { position: relative; overflow: hidden; background: var(--green); }
.media-slot img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.media-slot--hero { aspect-ratio: 5 / 6; max-height: max(340px, calc(100svh - 480px)); width: 100%;
  background: radial-gradient(90% 60% at 70% 18%, rgba(242, 239, 232, .08), transparent 65%), linear-gradient(170deg, #1C3229, var(--green) 60%, #101D18); }
.media-slot--hero::after { content: ""; position: absolute; inset: 0; background: var(--grain); opacity: .09; mix-blend-mode: overlay; pointer-events: none; }
.hero__cap { position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; display: grid; gap: 6px; padding: clamp(18px, 2vw, 28px); color: var(--on-dark); background: linear-gradient(to top, rgba(12, 20, 17, .55), transparent); }
.hero__cap .label { color: var(--on-dark-3); }
.hero__cap-q { font-family: var(--f-display); font-style: italic; font-size: clamp(1.2rem, 1.6vw, 1.55rem); line-height: 1.2; max-width: 16ch; }

.hero__foot { grid-column: 6 / span 6; grid-row: 3; margin-top: clamp(28px, 5vh, 56px); }
.hero__lead { max-width: 26ch; font-size: clamp(1.25rem, 1.75vw, 1.6rem); line-height: 1.35; color: var(--ink-2); text-wrap: pretty; }
.hero__side { margin-top: 14px; font-family: var(--f-display); font-size: clamp(1.45rem, 2.2vw, 2.15rem); line-height: 1.15; letter-spacing: -.015em; color: var(--green-ink); }
.hero__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px 28px; margin-top: clamp(26px, 4.5vh, 48px); }
.hero__note { font-size: .92rem; color: var(--ink-3); }

.hero__cred { display: flex; flex-wrap: wrap; gap: 10px 0; padding-block: 22px 26px; margin-top: clamp(32px, 6vh, 72px); }
.hero__cred li { font-family: var(--f-mono); font-size: .76rem; letter-spacing: .11em; text-transform: uppercase; color: var(--ink-2); }
.hero__cred li + li::before { content: ""; display: inline-block; width: 32px; height: 1px; margin: 0 18px; vertical-align: middle; background: var(--line-strong); }

/* belépő */
.js .hero__title .line > span { transform: translateY(104%); transition: transform 1.3s var(--e-out); }
.js .hero__title .line--accent > span { transition-delay: .14s; }
.js .hero__eyebrow, .js .hero__foot, .js .hero__cred { opacity: 0; transition: opacity 1.1s var(--e-out), transform 1.2s var(--e-out); }
.js .hero__foot { transform: translateY(16px); }
.js .media-slot--hero { clip-path: inset(100% 0 0 0); transition: clip-path 1.5s var(--e-io) .25s; }
.js .hero__cap { opacity: 0; transition: opacity 1s var(--e-out) 1.2s; }
.js .is-loaded .hero__title .line > span { transform: none; }
.js .is-loaded .hero__eyebrow { opacity: 1; }
.js .is-loaded .hero__foot { opacity: 1; transform: none; transition-delay: .4s; }
.js .is-loaded .media-slot--hero { clip-path: inset(0 0 0 0); }
.js .is-loaded .hero__cap { opacity: 1; }
.js .is-loaded .hero__cred { opacity: 1; transition-delay: .8s; }

@media (max-width: 900px) {
  .line--accent { padding-left: 14%; }
  .hero__foot { grid-column: 1 / -1; grid-row: auto; order: 1; }
  .hero__frame { grid-column: 1 / -1; grid-row: auto; order: 2; margin-top: 48px; }
  .media-slot--hero { aspect-ratio: 4 / 3; max-height: none; }
}
@media (max-width: 560px) {
  .line--accent { padding-left: 0; }
  .media-slot--hero { aspect-ratio: 4 / 5; }
  .hero__actions .btn { width: 100%; }
  .hero__cred { flex-direction: column; }
  .hero__cred li + li::before { display: none; }
}

/* ==========================================================================
   2 · A HIRDETÉS (grafit + papír + korrektúra)
   ========================================================================== */
.ad { position: relative; background: var(--graphite); color: var(--on-dark); }
.ad::before { content: ""; position: absolute; inset: 0; background: var(--grain); opacity: .05; pointer-events: none; }
.ad .label { color: var(--on-dark-3); }
.ad__pin { position: relative; padding-block: var(--sec); }
.ad__grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); column-gap: var(--gap); align-items: center; }
.ad__head { grid-column: 1 / span 5; }
.ad__title { margin-top: 22px; font-size: clamp(2.8rem, 5.5vw, 6.1rem); font-weight: 320; line-height: .94; letter-spacing: -.04em; }
.ad__sub { margin-top: clamp(20px, 3vw, 36px); max-width: 20ch; font-family: var(--f-display); font-size: clamp(1.4rem, 2.2vw, 2.1rem); line-height: 1.15; color: var(--on-dark-2); }

.ad__paper { grid-column: 7 / span 6; position: relative; padding: clamp(22px, 3.2vw, 52px); background: var(--paper); color: var(--ink); transform: rotate(-.7deg); box-shadow: 0 2px 0 rgba(0,0,0,.2), 0 60px 110px -50px rgba(0, 0, 0, .85); }
.ad__top { display: flex; align-items: baseline; gap: 14px; padding-bottom: 10px; }
.ad__kind { font-family: var(--f-text); font-size: .74rem; font-weight: 600; letter-spacing: .24em; text-transform: uppercase; }
.ad__rule { flex: 1; height: 1px; background: var(--ink); transform: translateY(-3px); }
.ad__meta { font-family: var(--f-mono); font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-3); }

.claim { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); column-gap: clamp(18px, 2.6vw, 44px); padding-block: clamp(14px, 2.2vh, 26px); border-top: 1px dashed var(--line-strong); }
.claim__ad { grid-row: span 2; align-self: center; font-family: var(--f-display); font-size: clamp(1.45rem, 2.2vw, 2.25rem); line-height: 1.05; letter-spacing: -.02em; transition: color .8s var(--e-out); }
.claim__ad::before { content: "„"; }
.claim__ad::after { content: "”"; }
.claim__ad s { text-decoration: none; background: linear-gradient(var(--terra), var(--terra)) 0 56% / 0 2px no-repeat; transition: background-size .9s var(--e-io); }
.claim__q { font-family: var(--f-display); font-style: italic; font-size: clamp(1.3rem, 1.8vw, 1.85rem); line-height: 1.1; color: var(--terra); }
.claim__fact { margin-top: 6px; font-size: .92rem; line-height: 1.5; color: var(--ink-2); }
.claim.is-marked .claim__ad { color: var(--ink-3); }
.claim.is-marked .claim__ad s, html:not(.js) .claim__ad s { background-size: 100% 2px; }
.js .claim__q, .js .claim__fact { opacity: 0; transform: translateX(-12px); transition: opacity .8s var(--e-out) .25s, transform .9s var(--e-out) .25s; }
.js .claim__fact { transition-delay: .4s; }
.js .claim.is-marked .claim__q, .js .claim.is-marked .claim__fact { opacity: 1; transform: none; }

.ad.is-pinned { height: 290svh; }
.ad.is-pinned .ad__pin { position: sticky; top: 0; height: 100svh; display: flex; align-items: center; padding-block: calc(64px + 2vh) 2vh; }

@media (max-width: 1100px) {
  .ad__head, .ad__paper { grid-column: 1 / -1; }
  .ad__paper { margin-top: clamp(48px, 8vw, 80px); }
}
@media (max-width: 640px) {
  .ad__paper { transform: none; }
  .claim { grid-template-columns: 1fr; }
  .claim__ad { grid-row: auto; margin-bottom: 8px; }
  .ad__meta { display: none; }
}

/* ==========================================================================
   3 · ÁLLÁSPONT — manifesztó
   ========================================================================== */
.stance { padding-block: var(--sec); }
.stance__title { font-size: clamp(2.7rem, 7.2vw, 8.6rem); font-weight: 320; line-height: .9; letter-spacing: -.047em; }
.stance__l1 { display: block; max-width: 12.5ch; }
.stance__l2 { display: block; margin-top: .06em; text-align: right; }
.stance__l2 em { color: var(--green-ink); }
.stance__body { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); column-gap: var(--gap); margin-top: clamp(64px, 9vw, 140px); }
.stance__label { grid-column: 1 / span 3; align-self: start; padding-top: 14px; border-top: 1px solid var(--ink); color: var(--ink); }
.manifesto { grid-column: 4 / span 9; font-family: var(--f-display); font-size: clamp(1.55rem, 2.75vw, 2.8rem); font-weight: 340; line-height: 1.22; letter-spacing: -.014em; text-wrap: pretty; }
.manifesto .m { transition: color .9s var(--e-out); }
.manifesto b { font-weight: 360; font-style: italic; color: var(--green-ink); transition: color .9s var(--e-out); }
.js .manifesto .m:not(.is-lit), .js .manifesto .m:not(.is-lit) b { color: var(--warm); }
.stance__note { grid-column: 4 / span 6; margin-top: clamp(28px, 3vw, 44px); font-size: .95rem; color: var(--ink-3); }

@media (max-width: 860px) {
  .stance__l2 { text-align: left; padding-left: 18%; }
  .stance__label, .manifesto, .stance__note { grid-column: 1 / -1; }
  .stance__label { margin-bottom: 28px; justify-self: start; min-width: 50%; }
}

/* ==========================================================================
   4 · FOLYAMAT — fejezetek (homok). Alap: függőleges sín; asztalin kitűzött (.is-pinned)
   ========================================================================== */
.journey { position: relative; background: var(--sand); }
.journey__in { padding-block: var(--sec); }
.journey__head { max-width: 1100px; }
.journey__title { margin-top: 22px; max-width: 17ch; font-size: clamp(2.3rem, 4.3vw, 4.5rem); font-weight: 330; line-height: .98; letter-spacing: -.035em; }
.journey__title em { color: var(--green-ink); }

.journey__stages { position: relative; margin-top: clamp(56px, 8vw, 110px); padding-left: clamp(22px, 4vw, 48px); border-left: 1px solid var(--line-strong); }
.stage { position: relative; display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); column-gap: var(--gap); padding-block: clamp(32px, 5vw, 64px); }
.stage::before { content: ""; position: absolute; left: calc(-1 * clamp(22px, 4vw, 48px) - 4px); top: calc(clamp(32px, 5vw, 64px) + .35em); width: 7px; height: 7px; border-radius: 50%; background: var(--ink); }
.stage__count { grid-column: 1 / -1; }
.stage__word { grid-column: 1 / span 7; margin-top: .32em; font-size: clamp(2.8rem, 6.5vw, 6.5rem); font-weight: 320; line-height: .9; letter-spacing: -.045em; }
.stage__q { grid-column: 1 / span 6; margin-top: 16px; font-family: var(--f-display); font-style: italic; font-size: clamp(1.25rem, 1.7vw, 1.6rem); line-height: 1.25; color: var(--ink-2); }
.stage__d { grid-column: 8 / span 5; grid-row: 2 / span 2; align-self: end; max-width: 42ch; color: var(--ink-2); text-wrap: pretty; }
.stage__meta { grid-column: 8 / span 5; margin-top: 18px; padding-top: 12px; border-top: 1px solid var(--line-strong); color: var(--ink); }
.journey__road { display: none; }

@media (max-width: 860px) {
  .stage__word, .stage__q, .stage__d, .stage__meta { grid-column: 1 / -1; grid-row: auto; }
  .stage__d { margin-top: 18px; }
}

.journey.is-pinned .journey__in { position: sticky; top: 0; height: 100svh; padding-block: calc(64px + 4.5vh) 4vh; }
.journey.is-pinned .journey__frame { height: 100%; display: flex; flex-direction: column; }
.journey.is-pinned .journey__stages { flex: 1; display: grid; margin-top: 2vh; padding: 0; border: 0; min-height: 0; }
.journey.is-pinned .stage { grid-area: 1 / 1; align-content: center; padding: 0; opacity: 0; pointer-events: none; transition: opacity .5s var(--e-out); }
.journey.is-pinned .stage::before { display: none; }
.journey.is-pinned .stage.is-active { opacity: 1; pointer-events: auto; transition: opacity .9s var(--e-out) .1s; }
.journey.is-pinned .stage__word { font-size: clamp(4.6rem, min(11vw, 17vh), 11.5rem); transform: translateY(.18em); transition: transform 1.1s var(--e-out); }
.journey.is-pinned .stage.is-active .stage__word { transform: none; }
.journey.is-pinned .stage__d { font-size: 1.12rem; }
.journey.is-pinned .journey__road { position: relative; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); border-top: 1px solid var(--line-strong); }
.journey__road::before { content: ""; position: absolute; left: 0; right: 0; top: -1px; height: 1px; background: var(--ink); transform: scaleX(var(--jp, 0)); transform-origin: left; }
.journey__road button { position: relative; min-height: 48px; padding: 14px 8px 0 0; border: 0; background: none; text-align: left; font-size: .92rem; color: var(--ink-3); cursor: pointer; transition: color .4s; }
.journey__road button::before { content: ""; position: absolute; left: 0; top: -5px; width: 1px; height: 9px; background: var(--ink); }
.journey__road button:hover, .journey__road button[aria-current="step"] { color: var(--ink); }
.journey__road button[aria-current="step"] { font-weight: 500; }

/* ==========================================================================
   5 · ÁTVIZSGÁLÁSI JEGYZŐKÖNYV
   ========================================================================== */
.report { padding-block: var(--sec); }
.report__grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); column-gap: var(--gap); align-items: start; }
.report__intro { grid-column: 1 / span 4; position: sticky; top: 104px; }
.report__title { margin-top: 22px; font-size: clamp(2.5rem, 4.3vw, 4.6rem); font-weight: 320; line-height: .95; letter-spacing: -.035em; }
.report__title em { color: var(--green-ink); }
.report__lead { margin-top: 24px; max-width: 34ch; color: var(--ink-2); }
.report__facts { margin-top: 32px; }
.report__facts p { display: grid; grid-template-columns: 104px 1fr; gap: 12px; align-items: baseline; padding-block: 11px; border-top: 1px solid var(--line); font-size: .96rem; }
.report__disc { margin-top: 24px; padding-left: 14px; border-left: 1px solid var(--terra); font-size: .9rem; color: var(--ink-3); max-width: 34ch; }

.doc { grid-column: 6 / span 7; position: relative; padding: clamp(22px, 3.4vw, 56px); background: var(--paper); box-shadow: 0 1px 0 rgba(20,20,18,.08), 0 50px 100px -60px rgba(42, 35, 29, .55); }
.doc::before { content: ""; position: absolute; inset: 0; background: var(--grain); opacity: .035; mix-blend-mode: multiply; pointer-events: none; }
.doc__head { display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px 18px; padding-bottom: 14px; border-bottom: 2px solid var(--ink); }
.doc__brand { font-family: var(--f-display); font-size: 1.35rem; letter-spacing: -.02em; }
.doc__brand i { color: var(--bronze); }
.doc__kind { font-family: var(--f-mono); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-3); }
.doc__stamp { position: absolute; top: clamp(-34px, -2.4vw, -22px); right: clamp(18px, 3vw, 44px); display: grid; place-items: center; align-content: center; width: 104px; height: 104px; border: 1.5px solid var(--terra); border-radius: 50%; color: var(--terra); transform: rotate(-10deg); background: rgba(250, 247, 240, .6); }
.doc__stamp::after { content: ""; position: absolute; inset: 5px; border: 1px solid rgba(155, 90, 60, .45); border-radius: 50%; }
.doc__stamp small { font-family: var(--f-mono); font-size: .6rem; letter-spacing: .14em; text-transform: uppercase; line-height: 1.2; }
.doc__stamp b { font-family: var(--f-display); font-weight: 400; font-size: 2.1rem; line-height: 1; }

.doc__fields { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px 24px; padding-block: 18px 22px; }
.doc__fields dt { font-family: var(--f-mono); font-size: .66rem; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-3); }
.doc__fields dd { height: 22px; border-bottom: 1px dotted var(--line-strong); }

.doc__cols { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px 24px; padding-top: 22px; border-top: 1px solid var(--line); }
.doc__group h3 { padding-bottom: 8px; margin-bottom: 4px; border-bottom: 1px solid var(--ink); font-family: var(--f-text); font-size: .76rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; line-height: 1.3; }
.doc__group li { display: flex; align-items: center; gap: 10px; padding-block: 5px; border-bottom: 1px dotted var(--line); font-size: .9rem; line-height: 1.3; color: var(--ink-3); transition: color .5s; }
.doc__group li::before { content: ""; flex: 0 0 auto; width: 13px; height: 13px; border: 1px solid var(--line-strong); background: transparent 50% 50% / 11px 11px no-repeat; transition: border-color .4s; }
.doc__group li.is-checked { color: var(--ink); }
.doc__group li.is-checked::before { border-color: var(--ink); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M1.8 6.6l2.9 2.9 5.6-6.6' fill='none' stroke='%239B5A3C' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); }

.doc__notes { display: grid; gap: 6px; margin-top: 22px; }
.doc__notes-l { font-family: var(--f-mono); font-size: .66rem; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-3); }
.doc__lines { height: 66px; background: repeating-linear-gradient(to bottom, transparent 0 32px, var(--line-strong) 32px 33px); }

.doc__verdict { margin-top: 28px; padding-top: 18px; border-top: 2px solid var(--ink); }
.doc__vlabel { font-family: var(--f-mono); font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-3); }
.decide { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; margin-top: 10px; }
.decide__opt { position: relative; min-height: 72px; padding: 10px 6px; border: 0; background: none; font-family: var(--f-display); font-size: clamp(1.4rem, 2.35vw, 2.45rem); font-weight: 340; letter-spacing: -.025em; line-height: 1; color: var(--ink); cursor: pointer; transition: color .4s var(--e-out); }
.decide__opt:hover { color: var(--green-ink); }
.ring { position: absolute; inset: 4px -2px; width: calc(100% + 4px); height: calc(100% - 8px); overflow: visible; pointer-events: none; }
.ring path { fill: none; stroke: var(--terra); stroke-width: 1.8; stroke-linecap: round; stroke-dasharray: 1; stroke-dashoffset: 1; opacity: 0; transition: stroke-dashoffset .9s var(--e-io), opacity .2s; }
.decide__opt[aria-pressed="true"] .ring path { stroke-dashoffset: 0; opacity: 1; }
.decide__opt:hover .ring path { stroke-dashoffset: .78; opacity: 1; }
.decide__opt[aria-pressed="true"]:hover .ring path { stroke-dashoffset: 0; }
.decide__say { min-height: 2.6em; margin-top: 12px; font-family: var(--f-display); font-style: italic; font-size: clamp(1.1rem, 1.5vw, 1.35rem); line-height: 1.3; color: var(--ink-2); }

@media (max-width: 1100px) {
  .report__intro { grid-column: 1 / -1; position: static; }
  .report__intro > * { max-width: 620px; }
  .doc { grid-column: 1 / -1; margin-top: 64px; }
}
@media (max-width: 760px) {
  .doc__fields { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .doc__cols { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 26px; }
  .doc__stamp { width: 84px; height: 84px; top: -30px; }
  .doc__stamp b { font-size: 1.7rem; }
  .decide { grid-template-columns: repeat(3, auto); justify-content: space-between; gap: 4px; }
  .decide__opt { font-size: clamp(1rem, 4.3vw, 1.5rem); padding-inline: 4px; }
}

/* ==========================================================================
   6 · SIGNATURE
   ========================================================================== */
.verdict { --p: 1; position: relative; background: var(--graphite); color: var(--on-dark); }
@supports (background: color-mix(in srgb, red, blue)) {
  .verdict { background: color-mix(in srgb, var(--green) calc(var(--p) * 100%), var(--graphite)); }
}
.verdict::before { content: ""; position: absolute; inset: 0; background: var(--grain); opacity: .05; pointer-events: none; }
.verdict__pin { position: relative; display: flex; flex-direction: column; justify-content: center; min-height: 100svh; padding-block: var(--sec); overflow: hidden; }
.js .verdict.is-pinned { --p: 0; height: 240svh; }
.js .verdict.is-pinned .verdict__pin { position: sticky; top: 0; height: 100svh; padding-block: 0; }
.verdict__title { font-size: clamp(3.2rem, 10.6vw, 12.8rem); font-weight: 300; line-height: .88; letter-spacing: -.05em; }
.vline { display: block; white-space: nowrap; }
.vline > span { display: inline-block; transform: translateX(calc((1 - var(--p)) * -8vw)); opacity: calc(.2 + var(--p) * .8); }
.vline--2 { padding-left: clamp(0px, 7vw, 150px); }
.vline--2 > span { transform: translateX(calc((1 - var(--p)) * 8vw)); }
.verdict__title em { color: var(--bronze); font-weight: 300; }
.verdict__sub { margin-top: clamp(28px, 4.5vw, 56px); padding-left: clamp(0px, 7vw, 150px); max-width: calc(24ch + 7vw); font-family: var(--f-display); font-style: italic; font-size: clamp(1.45rem, 2.5vw, 2.4rem); line-height: 1.2; color: var(--on-dark-2); opacity: calc(var(--p) * 1.4 - .4); }
.verdict__foot { position: absolute; left: 0; right: 0; bottom: clamp(24px, 5vh, 56px); display: flex; flex-wrap: wrap; justify-content: flex-end; align-items: baseline; gap: 8px 18px; margin-inline: auto; font-size: .98rem; color: var(--on-dark-2); }
.verdict__foot .label { color: var(--on-dark-3); }
.verdict__foot a { padding-block: 8px; }

@media (max-width: 720px) {
  .vline { white-space: normal; }
  .vline--2, .verdict__sub { padding-left: 0; }
  .verdict__title { font-size: clamp(3rem, 15.5vw, 5.4rem); }
  .verdict__foot { justify-content: flex-start; }
}

/* ==========================================================================
   7 · SZOLGÁLTATÁSOK — lépcső (homok)
   ========================================================================== */
.phases { position: relative; padding-block: var(--sec); background: var(--sand); }
.phases__head { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); column-gap: var(--gap); }
.phases__head > .label { grid-column: 1 / -1; }
.phases__title { grid-column: 1 / span 9; margin-top: 22px; max-width: 15ch; font-size: clamp(2.5rem, 5.2vw, 5.6rem); font-weight: 320; line-height: .95; letter-spacing: -.04em; }
.phases__title em { display: block; color: var(--green-ink); }
.phases__intro { grid-column: 1 / span 5; margin-top: 28px; max-width: 40ch; color: var(--ink-2); }

.phases__stair { margin-top: clamp(80px, 11vw, 170px); }
.phase { --i: 0; display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); column-gap: var(--gap); align-items: start; }
.phase + .phase { margin-top: clamp(64px, 8vw, 120px); }
.phase--2 { --i: 2; }
.phase--3 { --i: 4; }
.phase__word { grid-column: 1 / -1; padding-left: calc(var(--i) * (100% + var(--gap)) / 12); font-family: var(--f-text); font-size: clamp(2.45rem, 8.4vw, 9.6rem); font-weight: 500; line-height: .84; letter-spacing: -.058em; text-transform: uppercase; }
.phase__rule { grid-column: 1 / -1; display: block; height: 1px; margin-top: clamp(14px, 1.6vw, 24px); margin-left: calc(var(--i) * (100% + var(--gap)) / 12); background: var(--ink); transform-origin: left; transition: transform 1.4s var(--e-io) .2s; }
.js .phase:not(.is-in) .phase__rule { transform: scaleX(0); }
.phase__lead { grid-column: 1 / span 4; margin-top: 18px; font-family: var(--f-display); font-style: italic; font-size: clamp(1.3rem, 1.9vw, 1.8rem); line-height: 1.2; color: var(--ink-2); }
.phase--2 .phase__lead { grid-column: 3 / span 4; }
.phase--3 .phase__lead { grid-column: 5 / span 3; }
.phase__body { grid-column: 8 / span 5; grid-row: 3; margin-top: 18px; max-width: 46ch; color: var(--ink-2); text-wrap: pretty; }
.phase__body strong { color: var(--ink); }
.phase__price { grid-column: 8 / span 5; margin-top: 16px; font-family: var(--f-mono); font-size: .76rem; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-3); }
.phase__price span { font-family: var(--f-text); font-size: 1.02rem; font-weight: 500; letter-spacing: 0; text-transform: none; color: var(--ink); }

.abroad { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); column-gap: var(--gap); margin-top: clamp(96px, 12vw, 180px); padding-top: 26px; border-top: 1px solid var(--ink); }
.abroad__label { grid-column: 1 / span 3; color: var(--ink); }
.abroad__places { grid-column: 4 / span 9; font-family: var(--f-display); font-size: clamp(1.9rem, 4.5vw, 4.8rem); font-weight: 320; line-height: 1.02; letter-spacing: -.035em; }
.abroad__places span { white-space: nowrap; }
.abroad__places span:not(:last-child)::after { content: "·"; margin: 0 .22em 0 .28em; color: var(--bronze); }
.abroad__d { grid-column: 4 / span 6; margin-top: 22px; color: var(--ink-2); max-width: 54ch; }

@media (max-width: 860px) {
  .phases__title, .phases__intro { grid-column: 1 / -1; }
  .phase .phase__lead, .phase .phase__body, .phase .phase__price { grid-column: 1 / -1; grid-row: auto; padding-left: calc(var(--i) * 6%); }
  .phase__body { margin-top: 12px; }
  .abroad__label, .abroad__places, .abroad__d { grid-column: 1 / -1; }
  .abroad__places { margin-top: 16px; }
}

/* ==========================================================================
   8 · TÖRTÉNETEK — esettanulmányok
   ========================================================================== */
.cases { padding-block: var(--sec); }
.cases__head { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); column-gap: var(--gap); align-items: end; }
.cases__head > .label { grid-column: 1 / -1; }
.cases__title { grid-column: 1 / span 8; margin-top: 22px; max-width: 12ch; font-size: clamp(2.5rem, 5.2vw, 5.6rem); font-weight: 320; line-height: .95; letter-spacing: -.04em; }
.cases__title em { color: var(--green-ink); }
.cases__intro { grid-column: 9 / span 4; max-width: 32ch; color: var(--ink-2); padding-bottom: .4em; }

.case { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); column-gap: var(--gap); margin-top: clamp(104px, 13vw, 200px); }
.case__title { font-weight: 320; letter-spacing: -.045em; line-height: .92; }
.case__was { display: block; font-style: italic; font-size: .5em; line-height: 1.05; letter-spacing: -.02em; color: var(--ink-3); }
.case__was s { text-decoration: none; background: linear-gradient(var(--terra), var(--terra)) 0 56% / 0 2px no-repeat; transition: background-size 1.1s var(--e-io) .3s; }
.case.is-seen .case__was s, html:not(.js) .case__was s { background-size: 100% 2px; }
.case__is { display: block; margin-top: .12em; }
.case__img picture { display: block; overflow: hidden; background: var(--sand); }
.case__img img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; filter: grayscale(1) contrast(1.05) sepia(.08); transition: filter 1.2s var(--e-out), transform 1.6s var(--e-out); }
.case__img:hover img { filter: grayscale(.1) contrast(1.02); transform: scale(1.03); }
.case__img figcaption { margin-top: 12px; }
.case__text { columns: 2; column-gap: var(--gap); font-size: .98rem; color: var(--ink-2); }
.case__text p { break-inside: avoid; margin-bottom: 16px; }
.case__text b { display: block; margin-bottom: 4px; font-family: var(--f-mono); font-size: .7rem; font-weight: 400; letter-spacing: .12em; text-transform: uppercase; color: var(--bronze-ink); }
.case__quote p { font-family: var(--f-display); font-style: italic; font-size: clamp(1.35rem, 2vw, 1.95rem); line-height: 1.22; letter-spacing: -.01em; color: var(--ink); }
.case__quote footer { margin-top: 12px; font-family: var(--f-mono); font-size: .74rem; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-3); }

/* A — cím balra, kép jobbra magasan */
.case--a .case__title { grid-column: 1 / span 8; grid-row: 1; font-size: clamp(3rem, 7vw, 8rem); }
.case--a .case__img { grid-column: 9 / span 4; grid-row: 1 / span 3; margin-top: -4vw; }
.case--a .case__text { grid-column: 1 / span 7; grid-row: 2; margin-top: clamp(40px, 5vw, 72px); }
.case--a .case__quote { grid-column: 2 / span 6; grid-row: 3; margin-top: clamp(24px, 3vw, 48px); padding-left: 22px; border-left: 1px solid var(--terra); }

/* B — tükrözött: kép balra, nagy idézet */
.case--b .case__img { grid-column: 1 / span 5; grid-row: 1 / span 3; }
.case--b .case__img img { aspect-ratio: 4 / 5; }
.case--b .case__title { grid-column: 7 / span 6; grid-row: 1; font-size: clamp(2.8rem, 6vw, 6.8rem); }
.case--b .case__text { grid-column: 7 / span 6; grid-row: 2; margin-top: clamp(32px, 4vw, 56px); columns: 1; max-width: 46ch; }
.case--b .case__quote { grid-column: 7 / span 6; grid-row: 3; align-self: end; }
.case__quote--big p { font-style: normal; font-size: clamp(2rem, 3.6vw, 3.7rem); line-height: 1.02; letter-spacing: -.03em; }

/* C — grafit sáv, tipografikus */
.case--c { display: block; }
.case__band { position: relative; display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); column-gap: var(--gap); padding: clamp(32px, 6vw, 104px); background: var(--graphite); color: var(--on-dark); }
.case__band::before { content: ""; position: absolute; inset: 0; background: var(--grain); opacity: .05; pointer-events: none; }
.case--c .case__title { grid-column: 1 / span 7; font-size: clamp(3rem, 7.4vw, 8.6rem); }
.case--c .case__was { color: var(--on-dark-3); font-size: .32em; margin-bottom: .5em; }
.case--c .case__quote { grid-column: 8 / span 5; align-self: end; }
.case--c .case__quote p { color: var(--on-dark); }
.case--c .case__quote footer { color: var(--on-dark-3); }
.case__text--single { grid-column: 1 / span 6; columns: 1; margin-top: clamp(32px, 4vw, 56px); color: var(--on-dark-2); max-width: 54ch; }
.route { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); margin-top: clamp(48px, 6vw, 88px); border-top: 1px solid var(--line-dark); }
.route li { position: relative; padding: 18px 12px 0 0; font-family: var(--f-mono); font-size: .74rem; letter-spacing: .1em; text-transform: uppercase; color: var(--on-dark-2); }
.route li::before { content: ""; position: absolute; left: 0; top: -4px; width: 7px; height: 7px; border-radius: 50%; background: var(--bronze); }

@media (max-width: 900px) {
  .cases__title, .cases__intro { grid-column: 1 / -1; }
  .cases__intro { margin-top: 22px; }
  .case, .case__band { grid-template-columns: minmax(0, 1fr); }
  .case .case__title, .case .case__img, .case .case__text, .case .case__quote, .case .route { grid-column: 1; grid-row: auto; }
  .case--b .case__title { order: -1; }
  .case .case__img { margin-top: 36px; }
  .case .case__img img { aspect-ratio: 4 / 3; }
  .case .case__text { margin-top: 32px; }
  .case .case__quote { margin-top: 28px; }
  .case--a .case__title { font-size: clamp(2.6rem, 11vw, 4.4rem); }
}
@media (max-width: 600px) {
  .case__text { columns: 1; }
  .route { grid-template-columns: 1fr; border-top: 0; border-left: 1px solid var(--line-dark); margin-left: 3px; }
  .route li { padding: 0 0 16px 20px; }
  .route li::before { left: -4px; top: .35em; }
}

/* ==========================================================================
   9 · RÓLAM — meleg dohány
   ========================================================================== */
.about { position: relative; padding-block: var(--sec); background: var(--tobacco); color: var(--on-dark); }
.about::before { content: ""; position: absolute; inset: 0; background: var(--grain); opacity: .06; pointer-events: none; }
.about .label { color: var(--on-dark-3); }
.about__grid { position: relative; display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); column-gap: var(--gap); align-items: start; }
.about__media { grid-column: 1 / span 5; position: sticky; top: 104px; padding-bottom: clamp(80px, 12vw, 180px); }
.about__child img { width: 100%; filter: saturate(.82) sepia(.1) contrast(1.02); }
.about__child figcaption { margin-top: 12px; }
.about__portrait { position: absolute; right: clamp(-48px, -3vw, -16px); bottom: 0; width: 52%; }
.about__portrait picture { display: block; border: 6px solid var(--tobacco); box-shadow: 0 30px 60px -30px rgba(0, 0, 0, .6); }
.about__portrait img { width: 100%; filter: saturate(.75) sepia(.08); }
.about__portrait figcaption { margin-top: 8px; text-align: right; }

.about__copy { grid-column: 7 / span 6; }
.about__title { margin-top: 22px; max-width: 12ch; font-size: clamp(2.5rem, 5.2vw, 5.6rem); font-weight: 320; line-height: .95; letter-spacing: -.04em; }
.about__title em { color: var(--on-dark-2); }
.about__lead { margin-top: clamp(28px, 3vw, 44px); max-width: 42ch; font-size: var(--t-lead); line-height: 1.5; }

.evidence { display: grid; grid-template-columns: auto minmax(0, 1fr); column-gap: clamp(14px, 2vw, 28px); align-items: end; margin-top: clamp(56px, 7vw, 104px); padding-top: clamp(24px, 3vw, 40px); border-top: 1px solid var(--line-dark); }
.evidence__big { font-family: var(--f-display); font-size: clamp(7rem, 14vw, 15rem); font-weight: 300; line-height: .76; letter-spacing: -.07em; }
.evidence__big small { font-size: .26em; font-style: italic; letter-spacing: -.01em; color: var(--bronze); }
.evidence__line { padding-bottom: .35em; font-family: var(--f-display); font-style: italic; font-size: clamp(1.5rem, 2.4vw, 2.4rem); line-height: 1.1; color: var(--on-dark-2); }
.evidence__prose { grid-column: 1 / -1; margin-top: clamp(22px, 2.6vw, 34px); max-width: 48ch; font-size: 1.05rem; color: var(--on-dark-2); }
.evidence__prose strong { color: var(--on-dark); }

.about__why { margin-top: clamp(48px, 6vw, 80px); padding-left: 22px; border-left: 1px solid var(--bronze); }
.about__why p { max-width: 36ch; font-family: var(--f-display); font-style: italic; font-size: clamp(1.3rem, 1.9vw, 1.8rem); line-height: 1.3; }
.about__p { margin-top: 24px; max-width: 52ch; color: var(--on-dark-2); }
.about__creed { margin-top: clamp(56px, 7vw, 96px); padding-top: 26px; border-top: 1px solid var(--line-dark); max-width: 20ch; font-family: var(--f-display); font-size: clamp(1.9rem, 3.1vw, 3rem); font-weight: 330; line-height: 1.05; letter-spacing: -.025em; }
.about__note { margin-top: 16px; max-width: 52ch; font-size: .96rem; color: var(--on-dark-3); }

@media (max-width: 960px) {
  .about__media { grid-column: 1 / -1; position: relative; top: auto; max-width: 620px; padding-bottom: 22%; }
  .about__portrait { right: 0; width: 46%; }
  .about__copy { grid-column: 1 / -1; margin-top: 64px; }
}

/* ==========================================================================
   10 · GYIK — csendes
   ========================================================================== */
.faq { padding-block: clamp(96px, 11vw, 170px); }
.faq__grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); column-gap: var(--gap); align-items: start; }
.faq__title { grid-column: 1 / span 4; font-size: clamp(1.9rem, 2.8vw, 2.8rem); font-weight: 340; letter-spacing: -.025em; }
.faq__list { grid-column: 6 / span 7; }
.q { border-bottom: 1px solid var(--line); }
.q summary { display: flex; justify-content: space-between; align-items: baseline; gap: 24px; min-height: 44px; padding-block: 20px; cursor: pointer; list-style: none; font-size: 1.08rem; font-weight: 450; transition: color .3s; }
.q summary::-webkit-details-marker { display: none; }
.q summary::after { content: "+"; flex: 0 0 auto; font-family: var(--f-mono); font-size: 1.05rem; color: var(--ink-3); transition: transform .5s var(--e-out); }
.q[open] summary::after { transform: rotate(45deg); }
.q summary:hover { color: var(--green-ink); }
.q__a p { max-width: 60ch; padding-bottom: 22px; color: var(--ink-2); }
@media (max-width: 960px) { .faq__title, .faq__list { grid-column: 1 / -1; } .faq__list { margin-top: 28px; } }

/* ==========================================================================
   11 · ZÁRÓ CTA + ŰRLAP — mély zöld
   ========================================================================== */
.cta { position: relative; padding-block: var(--sec); background: var(--green); color: var(--on-dark); }
.cta::before { content: ""; position: absolute; inset: 0; background: var(--grain); opacity: .05; pointer-events: none; }
.cta .label { color: var(--on-dark-3); }
.cta__grid { position: relative; display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); column-gap: var(--gap); align-items: start; }
.cta__copy { grid-column: 1 / span 6; }
.cta__title { max-width: none; font-size: clamp(2.7rem, 5.2vw, 5.6rem); font-weight: 320; line-height: .92; letter-spacing: -.045em; }
.cta__title em { display: block; color: var(--on-dark-2); }
.cta__lead { max-width: 36ch; margin-top: clamp(28px, 3vw, 44px); font-size: var(--t-lead); line-height: 1.5; color: var(--on-dark-2); }
.cta__direct { margin-top: clamp(48px, 6vw, 80px); max-width: 480px; }
.cta__direct div { display: grid; grid-template-columns: 110px minmax(0, 1fr); align-items: baseline; gap: 16px; padding-block: 14px; border-top: 1px solid var(--line-dark); }
.cta__direct dd { font-size: 1.1rem; overflow-wrap: anywhere; }

.form { grid-column: 8 / span 5; padding: clamp(24px, 3vw, 44px); background: rgba(8, 16, 13, .28); box-shadow: inset 0 0 0 1px var(--line-dark); }
.form__t { font-family: var(--f-display); font-size: 2rem; line-height: 1.1; letter-spacing: -.02em; }
.form__topic { margin: 24px 0 8px; padding: 0; border: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.form__topic legend { margin-bottom: 12px; padding: 0; }
.chip { position: relative; }
.chip input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.chip span { display: inline-flex; align-items: center; min-height: 44px; padding: 8px 14px; border: 1px solid rgba(242, 239, 232, .26); border-radius: 1px; font-size: .92rem; color: var(--on-dark-2); cursor: pointer; transition: background-color .3s, color .3s, border-color .3s; }
.chip span:hover { border-color: rgba(242, 239, 232, .6); color: var(--on-dark); }
.chip input:checked + span { background: var(--ivory); border-color: var(--ivory); color: var(--graphite); }
.chip input:focus-visible + span { outline: 2px solid var(--bronze); outline-offset: 3px; }
.field { margin-top: 22px; }
.field label { display: block; margin-bottom: 4px; font-size: .92rem; color: var(--on-dark-2); }
.field label span { color: var(--on-dark-3); }
.field input, .field textarea { display: block; width: 100%; padding: 10px 0 12px; border: 0; border-bottom: 1px solid rgba(242, 239, 232, .3); border-radius: 0; background: transparent; color: var(--on-dark); font-size: 1.08rem; transition: border-color .3s, box-shadow .3s; }
.field textarea { resize: vertical; min-height: 104px; line-height: 1.5; }
.field input::placeholder, .field textarea::placeholder { color: var(--on-dark-3); }
.field input:focus, .field textarea:focus { outline: none; border-bottom-color: var(--ivory); box-shadow: 0 1px 0 var(--ivory); }
.field [aria-invalid="true"] { border-bottom-color: #E9B8A4; box-shadow: 0 1px 0 #E9B8A4; }
.form__two { display: grid; grid-template-columns: 1fr 1fr; gap: 0 24px; }
.check { display: flex; gap: 12px; align-items: flex-start; margin-top: 26px; font-size: .9rem; line-height: 1.5; color: var(--on-dark-2); cursor: pointer; }
.check input { flex: 0 0 auto; width: 20px; height: 20px; margin: 1px 0 0; accent-color: var(--ivory); }
.check input[aria-invalid="true"] { outline: 2px solid #E9B8A4; outline-offset: 2px; }
.hp { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; opacity: 0; }
.form__submit { width: 100%; margin-top: 28px; }
.form__status { min-height: 1.5em; margin-top: 14px; font-size: .95rem; color: var(--on-dark-2); }
.form__status.is-error { color: #E9B8A4; }
.form__status.is-ok { color: #CFE3D7; }

@media (max-width: 1100px) { .cta__copy { grid-column: 1 / -1; } .form { grid-column: 1 / -1; margin-top: 64px; max-width: 720px; } }
@media (max-width: 560px) {
  .form__two { grid-template-columns: 1fr; }
  .cta__direct div { grid-template-columns: 76px minmax(0, 1fr); gap: 12px; }
  .cta__direct dd { font-size: 1rem; overflow-wrap: normal; }
}

/* ==========================================================================
   LÁBLÉC — meleg grafit
   ========================================================================== */
.foot { padding-block: clamp(72px, 9vw, 140px) 24px; background: var(--graphite); color: var(--on-dark); }
.foot__motto { max-width: 17ch; font-family: var(--f-display); font-size: clamp(2.2rem, 5.4vw, 5.8rem); font-weight: 320; line-height: 1; letter-spacing: -.04em; }
.foot__motto em { color: var(--on-dark-2); }
.foot__grid { display: grid; grid-template-columns: minmax(0, 2fr) minmax(0, 1fr) minmax(0, 1fr); gap: 40px var(--gap); margin-top: clamp(64px, 8vw, 120px); }
.foot__who { margin-top: 12px; font-size: .92rem; color: var(--on-dark-3); }
.foot__nav { display: flex; flex-direction: column; align-items: flex-start; gap: 2px; }
.foot__nav a { padding-block: 7px; color: var(--on-dark-2); transition: color .3s; }
.foot__nav a:hover { color: var(--on-dark); }
.foot__base { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px 24px; margin-top: clamp(56px, 7vw, 96px); padding-top: 16px; border-top: 1px solid var(--line-dark); font-size: .86rem; color: var(--on-dark-3); }
.foot__base a { display: inline-block; padding-block: 8px; }
@media (max-width: 760px) { .foot__grid { grid-template-columns: 1fr 1fr; } .foot__grid > :first-child { grid-column: 1 / -1; } }

/* ==========================================================================
   CSÖKKENTETT MOZGÁS
   ========================================================================== */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; transition-delay: 0s !important; }
  .js .reveal, .js .hero__eyebrow, .js .hero__foot, .js .hero__cred, .js .hero__cap { opacity: 1; transform: none; }
  .js .hero__title .line > span { transform: none; }
  .js .media-slot--hero { clip-path: none; }
  .js .claim__q, .js .claim__fact { opacity: 1; transform: none; }
  .claim__ad s, .case__was s { background-size: 100% 2px; }
  .js .manifesto .m:not(.is-lit), .js .manifesto .m:not(.is-lit) b { color: inherit; }
  .js .manifesto .m:not(.is-lit) b { color: var(--green-ink); }
  .js .phase:not(.is-in) .phase__rule { transform: none; }
}
