/* ==========================================================================
   ArteMiss Graphic Designs — statikus oldal
   Az eredeti Wix-oldal design rendszere alapján
   ========================================================================== */

/* ---- Betűtípus: Poppins (helyben tárolva, nem tölt le semmit külső helyről) ---- */
@font-face { font-family: 'Poppins'; font-style: normal; font-weight: 200; font-display: swap;
  src: url('../fonts/poppins-200-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF; }
@font-face { font-family: 'Poppins'; font-style: normal; font-weight: 200; font-display: swap;
  src: url('../fonts/poppins-200-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD; }
@font-face { font-family: 'Poppins'; font-style: normal; font-weight: 300; font-display: swap;
  src: url('../fonts/poppins-300-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF; }
@font-face { font-family: 'Poppins'; font-style: normal; font-weight: 300; font-display: swap;
  src: url('../fonts/poppins-300-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD; }
@font-face { font-family: 'Poppins'; font-style: normal; font-weight: 400; font-display: swap;
  src: url('../fonts/poppins-400-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF; }
@font-face { font-family: 'Poppins'; font-style: normal; font-weight: 400; font-display: swap;
  src: url('../fonts/poppins-400-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD; }
@font-face { font-family: 'Poppins'; font-style: normal; font-weight: 600; font-display: swap;
  src: url('../fonts/poppins-600-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF; }
@font-face { font-family: 'Poppins'; font-style: normal; font-weight: 600; font-display: swap;
  src: url('../fonts/poppins-600-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD; }

/* ---- Design tokenek (az eredeti oldalról kiolvasva) ---- */
:root {
  --brand:        #9C2C6C;
  --brand-mid:    #D25EA0;
  --brand-light:  #E8AECF;
  --brand-dark:   #7A2154;
  --ink:          #242424;
  --grey:         #5B5B5B;   /* a kategóriák leírásának színe az eredeti oldalról */
  --muted:        #6B6B6B;
  --line:         #E6E6E6;
  --bg:           #FFFFFF;
  --bg-soft:      #FAFAFA;

  /* 1028 - 2*24px belső margó = 980px tartalom, pont mint az eredeti Wix oldalon */
  --wrap:  1028px;
  --wrap-wide: 1180px;

  --header-h: 104px;
  --ease: cubic-bezier(.22,.61,.36,1);
}

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

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; }
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;
  font-weight: 200;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  /* Szándékosan NINCS itt overflow-x: hidden — az a body-t tenné
     görgetőkonténerré, amitől a window scroll-eseménye (és így a
     parallax) nem működne. A vízszintes túlcsordulás minden
     töréspontnál ellenőrizve, nincs rá szükség. */
}

img { max-width: 100%; height: auto; display: block; border: 0; }
a { color: var(--brand); text-decoration: none; }
a:hover { text-decoration: none; }

h1, h2, h3, h4 { font-weight: 200; color: var(--brand); margin: 0 0 .5em; line-height: 1.25; }
h1 { font-size: clamp(28px, 4.6vw, 45px); }
h2 { font-size: clamp(24px, 3.4vw, 38px); }
h3 { font-size: clamp(19px, 2.2vw, 25px); }
p  { margin: 0 0 1.1em; }

strong, b { font-weight: 600; }

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

.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: 24px; }
.wrap-wide { width: 100%; max-width: var(--wrap-wide); margin-inline: auto; padding-inline: 24px; }

.section { padding: 72px 0; }
.section--soft { background: var(--bg-soft); }
.section--tight { padding: 48px 0; }

.center { text-align: center; }

.visually-hidden {
  position: absolute !important; width: 1px; height: 1px; margin: -1px;
  padding: 0; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

.skip-link {
  position: absolute; left: 12px; top: -60px; z-index: 200;
  background: var(--brand); color: #fff; padding: 10px 16px; border-radius: 4px;
  font-size: 15px; transition: top .2s var(--ease);
}
.skip-link:focus { top: 12px; }

/* ==========================================================================
   Fejléc
   ========================================================================== */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: #fff;
  border-bottom: 1px solid transparent;
  transition: box-shadow .25s var(--ease), border-color .25s var(--ease);
}
.site-header.is-stuck { box-shadow: 0 2px 18px rgba(0,0,0,.07); border-bottom-color: var(--line); }

.header-inner {
  max-width: var(--wrap-wide); margin-inline: auto;
  padding: 14px 24px;
  display: flex; align-items: center; gap: 24px;
}

.brand { flex: 0 0 auto; display: block; }
.brand img { width: 183px; height: auto; }

.header-spacer { flex: 1 1 auto; }

.nav { display: flex; align-items: center; gap: 6px; }
.nav a {
  display: block; padding: 8px 12px;
  font-size: 15px; font-weight: 200; color: var(--brand);
  position: relative; white-space: nowrap;
}
.nav a::after {
  content: ''; position: absolute; left: 12px; right: 12px; bottom: 3px; height: 1px;
  background: var(--brand); transform: scaleX(0); transform-origin: left;
  transition: transform .28s var(--ease);
}
.nav a:hover::after { transform: scaleX(1); }
.nav a[aria-current="page"] { color: #444; }
.nav a[aria-current="page"]::after { background: #444; transform: scaleX(1); }

/* Nyelvváltó */
.lang { display: flex; align-items: center; gap: 2px; margin-left: 8px; }
.lang a {
  font-size: 13px; letter-spacing: .5px; padding: 6px 8px; color: var(--muted);
  border-radius: 3px;
}
.lang a:hover { color: var(--brand); }
.lang a.is-active { color: var(--brand); font-weight: 400; }
.lang span { color: var(--line); font-size: 12px; }

/* Mobil menü gomb */
.nav-toggle {
  display: none; flex: 0 0 auto;
  width: 44px; height: 44px; padding: 0;
  background: none; border: 0; cursor: pointer; color: var(--brand);
}
.nav-toggle span, .nav-toggle span::before, .nav-toggle span::after {
  content: ''; display: block; position: absolute;
  width: 24px; height: 1.5px; background: currentColor;
  transition: transform .3s var(--ease), opacity .2s var(--ease);
}
.nav-toggle span { position: relative; margin: 0 auto; }
.nav-toggle span::before { top: -7px; }
.nav-toggle span::after  { top: 7px; }
.nav-toggle[aria-expanded="true"] span { background: transparent; }
.nav-toggle[aria-expanded="true"] span::before { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span::after  { transform: translateY(-7px) rotate(-45deg); }

@media (max-width: 900px) {
  .nav-toggle { display: block; }
  .header-inner { padding: 12px 20px; }
  .brand img { width: 148px; }
  .nav {
    position: fixed; inset: var(--header-h) 0 auto 0;
    flex-direction: column; align-items: stretch; gap: 0;
    background: #fff; border-top: 1px solid var(--line);
    padding: 8px 20px 20px;
    box-shadow: 0 16px 30px rgba(0,0,0,.09);
    transform: translateY(-8px); opacity: 0; visibility: hidden;
    transition: transform .28s var(--ease), opacity .28s var(--ease), visibility .28s;
  }
  .nav.is-open { transform: none; opacity: 1; visibility: visible; }
  .nav a { padding: 13px 4px; font-size: 17px; border-bottom: 1px solid var(--line); }
  .nav a::after { display: none; }
  .lang { margin: 12px 0 0; }
}

/* ==========================================================================
   Gombok
   ========================================================================== */
.btn {
  display: inline-block; cursor: pointer;
  padding: 11px 30px;
  font-family: inherit; font-size: 15px; font-weight: 200; line-height: 1.4;
  color: var(--brand); background: transparent;
  /* 100px = teljesen lekerekített (pill) vég, mint az eredeti oldalon */
  border: 1px solid var(--brand); border-radius: 100px;
  transition: background-color .28s var(--ease), color .28s var(--ease);
}
.btn:hover, .btn:focus-visible { background: var(--brand); color: #fff; }

.btn--light { color: #fff; border-color: #fff; }
.btn--light:hover, .btn--light:focus-visible { background: #fff; color: var(--brand); }

/* Teli bordó gomb, fehér betűvel */
.btn--solid { background: var(--brand); color: #fff; padding-inline: 38px; }
.btn--solid:hover, .btn--solid:focus-visible { background: var(--brand-dark); border-color: var(--brand-dark); color: #fff; }

/* A kategóriák alatti Portfólió gomb */
.services-cta { margin: 46px 0 0; }
@media (max-width: 760px) { .services-cta { margin-top: 34px; } }

/* ==========================================================================
   Hero
   ========================================================================== */
.hero { position: relative; background: #EFE9EC; }
.hero__media { position: relative; }
.hero__media img {
  width: 100%; height: clamp(420px, 52vw, 640px); object-fit: cover; object-position: center;
}
.hero__inner {
  position: absolute; inset: 0;
  display: flex; flex-direction: column; justify-content: center;
  max-width: var(--wrap); margin-inline: auto; padding: 0 24px;
}
.hero__body { max-width: 560px; }
.hero__title {
  font-size: clamp(21px, 2.6vw, 28px); color: var(--brand);
  font-weight: 200; line-height: 1.45; margin: 0 0 22px;
}
.hero__title strong { font-weight: 400; }
.hero__lead {
  font-size: clamp(15px, 1.5vw, 17px); color: var(--ink);
  max-width: 520px; margin: 0 0 30px;
}
.hero__tags {
  margin: 34px 0 0; font-size: 15px; color: var(--ink); font-weight: 200;
}
.hero__tags span { margin-right: 26px; display: inline-block; }

/* Mobilon is a képre úsztatva marad a szöveg, mint az eredeti oldalon:
   a kép úgy van kivágva, hogy balra maradjon az üres, világos rész a
   feliratnak, jobbra pedig látszódjon az alak a Pantone-legyezővel. */
@media (max-width: 760px) {
  .hero { display: grid; background: #F1EDEA; }
  .hero__media, .hero__inner { grid-area: 1 / 1; }

  .hero__media { height: 100%; }
  .hero__media img {
    width: 100%; height: 100%; min-height: 320px;
    /* 52% -> a legyező a képernyő ~55%-ánál kezdődik, így balra marad
       hely a feliratnak, jobbra pedig látszik az arc. */
    object-fit: cover; object-position: 52% center;
  }

  /* relative + z-index kell: a .hero__media pozicionált elem, ezért egy
     statikus testvér ALÁ kerülne a rajzolási sorrendben (eltűnne a szöveg). */
  .hero__inner {
    position: relative; inset: auto; z-index: 1;
    justify-content: center;
    padding: 28px 16px; max-width: none;
  }
  .hero__body { max-width: 56%; text-align: center; }
  .hero__title { font-size: 19px; line-height: 1.42; margin-bottom: 22px; }

  /* Az eredeti mobil változat ezt a mondatot nem jeleníti meg — a szöveg
     a HTML-ben marad (kereshető), csak a kis képernyőn rejtett. */
  .hero__lead { display: none; }

  .hero__tags { margin-top: 22px; font-size: 13px; line-height: 1.85; }
  .hero__tags span { margin: 0 6px; }
}

/* ==========================================================================
   Díszítő nyilak — az eredeti oldal vektorgrafikája (Artemisz íjászíja)
   ========================================================================== */
.deco-arrow { display: inline-block; vertical-align: middle; }
.deco-arrow--h { width: 85px; height: 13px; }   /* balra mutató, hero */
.deco-arrow--v { width: 9px;  height: 86px; }   /* lefelé mutató, cím alatt */

.hero__deco   { margin: 16px 0 0; }
.section-deco { margin: 4px 0 30px; }

@media (max-width: 760px) {
  .deco-arrow--v { height: 62px; }
  .hero__deco { margin-top: 14px; }
  .section-deco { margin: 2px 0 22px; }
}

/* ==========================================================================
   Szolgáltatás kártyák
   ========================================================================== */
.services { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
@media (max-width: 860px) { .services { grid-template-columns: repeat(2, 1fr); gap: 18px; } }
@media (max-width: 520px) { .services { grid-template-columns: 1fr; } }

/* Az eredeti Wix-oldal szerint: a felirat a kép ALATT van, nem ráúsztatva.
   Kép 313x313 → 18px rés → cím (19px, félkövér, bordó) → leírás (15px, szürke). */
.service { display: flex; flex-direction: column; }
.service__img { aspect-ratio: 1 / 1; overflow: hidden; background: #f2f2f2; }
.service__img img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .6s var(--ease);
}
.service:hover .service__img img { transform: scale(1.05); }

.service__body { padding: 18px 4px 0; text-align: center; }
.service__title {
  font-size: 19px; font-weight: 600; color: var(--brand);
  line-height: 23px; margin: 0 0 3px;
}
.service__desc {
  font-size: 15px; font-weight: 200; color: var(--grey);
  line-height: 18px; margin: 0; white-space: pre-line;
}

/* ==========================================================================
   Teljes szélességű képsáv CTA-val
   ========================================================================== */
.band {
  position: relative; overflow: hidden;
  height: clamp(320px, 34vw, 440px);
  background: #EFEAEC;
}

/* Alapállapot (JS nélkül, vagy ha a látogató kikapcsolta az animációkat):
   sima, kitöltő kép. */
.band__img {
  position: absolute; top: 0; left: 0;
  width: 100%; height: 100%; object-fit: cover;
}

/* Parallax mód: a kép egy képernyőnyi magas, és a JS a viewport tetejéhez
   rögzíti — a szekció „ablaka" csúszik el fölötte, mint az eredeti oldalon. */
.band.is-parallax .band__img {
  height: 100vh;
  will-change: transform;
}

.band__overlay {
  position: absolute; inset: 0; z-index: 1;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 18px; text-align: center; padding: 32px 24px;
  background: rgba(255,255,255,.18);
}
/* A fehér fátyol csak a ráhelyezett szöveg/gomb olvashatóságát szolgálja.
   Ha nincs benne semmi, ne halványítsa fölöslegesen a fotót. */
.band__overlay:empty { background: none; padding: 0; }
.band__title { color: #fff; text-shadow: 0 2px 14px rgba(0,0,0,.35); margin: 0; }

/* ==========================================================================
   Partnerek
   ========================================================================== */
.partners {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 34px 30px; align-items: center; justify-items: center;
  margin-top: 42px;
}
.partners img {
  max-height: 74px; width: auto; max-width: 100%;
  filter: grayscale(100%); opacity: .72;
  transition: filter .35s var(--ease), opacity .35s var(--ease), transform .35s var(--ease);
}
.partners a:hover img, .partners img:hover { filter: none; opacity: 1; transform: translateY(-2px); }

/* ==========================================================================
   Kapcsolat sáv (kezdőlap alja)
   ========================================================================== */
.contact-strip { text-align: center; }
.contact-strip__mail {
  font-size: clamp(16px, 2vw, 18px); letter-spacing: 2.7px; color: var(--brand);
  margin: 0 0 18px; word-break: break-word;
}
.contact-strip__mail b { font-weight: 600; }
.contact-strip__mail a { color: var(--brand); }
.contact-strip__mail a:hover { text-decoration: underline; }
.social-link { display: inline-block; }
.social-link img { width: 33px; height: 33px; transition: transform .3s var(--ease); }
.social-link:hover img { transform: scale(1.12); }

/* ==========================================================================
   Lábléc
   ========================================================================== */
.site-footer { background: var(--brand); color: #fff; padding: 34px 0 40px; text-align: center; }
.site-footer .copy { font-size: 14px; color: #fff; opacity: .92; margin: 0 0 18px; }
.footer-nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 30px; }
.footer-nav a { color: #fff; font-size: 18px; font-weight: 200; }
.footer-nav a:hover { text-decoration: underline; text-underline-offset: 4px; }

/* ==========================================================================
   Rólam — vélemények
   ========================================================================== */
.page-head { padding: 56px 0 8px; }
.page-head h1 { margin: 0; }
.page-head .sub { font-size: 21px; color: var(--brand); font-weight: 200; }

/* Csak függőleges belső margót állítunk, különben a `padding` rövidítés
   kinullázná a .wrap-wide oldalsó margóját, és a szöveg kiérne a képernyő széléig. */
.quotes { position: relative; padding-block: 28px 8px; }
.quote-mark { width: 58px; opacity: .9; }
.quote-mark--end { margin-left: auto; transform: rotate(180deg); }

.quote { margin: 0 0 34px; }
.quote p { font-size: 15px; color: var(--ink); margin: 0 0 10px; }
.quote cite {
  display: block; font-style: normal; font-size: 14px; color: var(--brand);
  text-align: right; font-weight: 400;
}

/* Bemutatkozás */
.about-grid {
  display: grid; grid-template-columns: 1.7fr 1fr; gap: 48px; align-items: start;
}
@media (max-width: 800px) { .about-grid { grid-template-columns: 1fr; gap: 28px; } }
.about-grid p { font-size: 16px; }
.about-portrait { border-radius: 50%; overflow: hidden; aspect-ratio: 1/1; }
.about-portrait img { width: 100%; height: 100%; object-fit: cover; }

/* Munkatapasztalat idővonal */
.timeline { margin-top: 34px; position: relative; }
.timeline::before {
  content: ''; position: absolute; left: 190px; top: 6px; bottom: 6px; width: 1px;
  background: var(--brand-light);
}
.tl-item {
  display: grid; grid-template-columns: 190px 1fr; gap: 0 40px;
  padding: 0 0 34px; position: relative;
}
.tl-item__when {
  text-align: right; padding-right: 26px; font-size: 16px; color: var(--ink); font-weight: 200;
}
.tl-item__what { font-size: 16px; color: var(--ink); }
.tl-item__what strong { display: block; font-weight: 400; }
.tl-item__what span { display: block; color: var(--muted); font-size: 15px; }
.tl-item::before {
  content: ''; position: absolute; left: 186px; top: 10px;
  width: 9px; height: 9px; border-radius: 50%; background: var(--brand);
}
@media (max-width: 720px) {
  .timeline::before { left: 4px; }
  .tl-item { grid-template-columns: 1fr; gap: 4px; padding-left: 28px; }
  .tl-item__when { text-align: left; padding: 0; color: var(--brand); font-size: 15px; }
  .tl-item::before { left: 0; top: 9px; }
}

/* Instagram blokk */
.insta-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 40px; align-items: center; }
@media (max-width: 800px) { .insta-grid { grid-template-columns: 1fr; gap: 24px; } }
.insta-title { font-size: clamp(28px, 3.6vw, 38px); font-weight: 600; margin: 0 0 18px; }
.insta-title .accent { color: var(--brand-light); }
.insta-grid img { width: 100%; object-fit: cover; }

/* ==========================================================================
   Portfólió galéria
   ========================================================================== */
.gallery {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px;
}
@media (max-width: 900px) { .gallery { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 640px) { .gallery { grid-template-columns: repeat(2, 1fr); gap: 8px; } }

.gallery button {
  display: block; padding: 0; border: 0; background: #f4f4f4; cursor: pointer;
  aspect-ratio: 1 / 1; overflow: hidden; position: relative;
}
.gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.gallery button::after {
  content: ''; position: absolute; inset: 0; background: var(--brand);
  opacity: 0; transition: opacity .35s var(--ease);
}
.gallery button:hover img, .gallery button:focus-visible img { transform: scale(1.07); }
.gallery button:hover::after, .gallery button:focus-visible::after { opacity: .12; }

/* Lightbox */
.lightbox {
  position: fixed; inset: 0; z-index: 300;
  display: none; align-items: center; justify-content: center;
  background: rgba(20,10,16,.93); padding: 24px;
}
.lightbox[open], .lightbox.is-open { display: flex; }
.lightbox img {
  max-width: min(1100px, 94vw); max-height: 86vh; width: auto; height: auto;
  object-fit: contain; box-shadow: 0 20px 60px rgba(0,0,0,.5);
}
.lb-btn {
  position: absolute; background: none; border: 0; color: #fff; cursor: pointer;
  width: 56px; height: 56px; font-size: 34px; line-height: 1;
  display: flex; align-items: center; justify-content: center;
  opacity: .8; transition: opacity .2s var(--ease), transform .2s var(--ease);
}
.lb-btn:hover { opacity: 1; }
.lb-close { top: 14px; right: 14px; font-size: 40px; }
.lb-prev  { left: 10px;  top: 50%; transform: translateY(-50%); }
.lb-next  { right: 10px; top: 50%; transform: translateY(-50%); }
.lb-prev:hover { transform: translateY(-50%) translateX(-3px); }
.lb-next:hover { transform: translateY(-50%) translateX(3px); }
.lb-count {
  position: absolute; bottom: 18px; left: 0; right: 0; text-align: center;
  color: #fff; opacity: .7; font-size: 14px; letter-spacing: 1px;
}
@media (max-width: 640px) {
  .lb-btn { width: 44px; height: 44px; font-size: 28px; }
  .lightbox { padding: 12px; }
}

/* ==========================================================================
   Kapcsolat oldal
   ========================================================================== */
.contact-grid { display: grid; grid-template-columns: 1fr 1.5fr; gap: 56px; align-items: start; }
@media (max-width: 820px) { .contact-grid { grid-template-columns: 1fr; gap: 34px; } }

.contact-list { list-style: none; margin: 0; padding: 0; }
.contact-list li { display: flex; align-items: center; gap: 14px; margin-bottom: 22px; font-size: 16px; }
.contact-list a { color: var(--ink); }
.contact-list a:hover { color: var(--brand); }
.contact-list .ico { width: 24px; height: 24px; flex: 0 0 24px; color: var(--brand); }
.contact-list .ico svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.contact-list img.ico { width: 24px; height: 24px; }

/* Űrlap */
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
@media (max-width: 560px) { .form-row { grid-template-columns: 1fr; gap: 0; } }

.field { margin-bottom: 22px; }
.field label {
  display: block; font-size: 14px; color: var(--ink); margin-bottom: 6px; font-weight: 300;
}
.field .req { color: var(--brand); }
.field input, .field textarea {
  display: block; width: 100%;
  font-family: inherit; font-size: 16px; font-weight: 200; color: var(--ink);
  background: #fff; border: 0; border-bottom: 1px solid var(--ink); border-radius: 0;
  padding: 8px 2px; transition: border-color .25s var(--ease);
}
.field input:focus, .field textarea:focus {
  outline: none; border-bottom-color: var(--brand); border-bottom-width: 2px; padding-bottom: 7px;
}
.field textarea { min-height: 96px; resize: vertical; line-height: 1.6; }
.field input:invalid:not(:placeholder-shown) { border-bottom-color: #C0392B; }

.form-actions { display: flex; justify-content: flex-end; }
@media (max-width: 560px) { .form-actions { justify-content: stretch; } .form-actions .btn { width: 100%; } }

.form-note { font-size: 13px; color: var(--muted); margin: 14px 0 0; line-height: 1.5; }

/* ==========================================================================
   Árlista
   ========================================================================== */
.price-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
@media (max-width: 900px) {
  .price-cards { grid-template-columns: 1fr; max-width: 460px; margin-inline: auto; }
  /* mobilon ne feszítsük ki fölöslegesen a kártyát */
  .price-card { min-height: 0; }
  .price-card__inner { padding-top: 170px; }
}

.price-card {
  position: relative; display: flex; flex-direction: column;
  min-height: 640px; padding: 30px 26px 34px;
  color: var(--ink); overflow: hidden; background: #f6f6f6;
}
.price-card__bg { position: absolute; inset: 0; z-index: 0; }
.price-card__bg img { width: 100%; height: 100%; object-fit: cover; }
.price-card__bg::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(255,255,255,.34) 0%, rgba(255,255,255,.93) 34%, rgba(255,255,255,.97) 100%);
}
.price-card__inner { position: relative; z-index: 1; display: flex; flex-direction: column; flex: 1; padding-top: 200px; }
.price-card h3 {
  font-size: 23px; font-weight: 200; letter-spacing: .5px; color: var(--brand);
  margin: 0 0 16px; text-align: center;
}
.price-card ul { list-style: none; margin: 0 0 auto; padding: 0; text-align: center; }
.price-card li { font-size: 17px; font-weight: 200; color: var(--ink); margin-bottom: 6px; line-height: 1.45; }
.price-card .amount {
  font-size: 26px; color: var(--brand); font-weight: 200; text-align: center; margin: 26px 0 20px;
}
.price-card .btn { align-self: center; }

.price-lists { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; }
@media (max-width: 800px) { .price-lists { grid-template-columns: 1fr; gap: 34px; } }
.price-lists h3 {
  font-size: 22px; font-weight: 200; color: var(--brand); letter-spacing: .5px; margin: 0 0 24px;
}
.price-lists dl { margin: 0; }
.price-lists dt { font-size: 18px; font-weight: 600; color: var(--brand); margin-top: 18px; }
.price-lists dd { margin: 2px 0 0; font-size: 18px; font-weight: 200; color: var(--ink); }

.price-footnote { text-align: center; font-size: 18px; margin-top: 46px; }
.price-footnote b { font-weight: 600; color: var(--brand); }

.work-together { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
@media (max-width: 820px) { .work-together { grid-template-columns: 1fr; gap: 30px; } }
.work-together h2 { font-weight: 600; font-size: clamp(28px, 4vw, 41px); }
.work-together h2 .accent { color: var(--brand-mid); }

/* ==========================================================================
   Akadálymentesítési nyilatkozat / szöveges oldal
   ========================================================================== */
.prose { max-width: 760px; }
.prose h2 { font-size: 24px; margin-top: 38px; }
.prose ul { padding-left: 20px; }
.prose li { margin-bottom: 8px; }

/* ==========================================================================
   Belépő animáció
   ========================================================================== */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; } }

/* Vissza a tetejére */
.to-top {
  position: fixed; right: 20px; bottom: 20px; z-index: 90;
  width: 44px; height: 44px; border: 0; border-radius: 50%; cursor: pointer;
  background: var(--brand); color: #fff; font-size: 20px; line-height: 1;
  display: flex; align-items: center; justify-content: center;
  opacity: 0; visibility: hidden; transform: translateY(10px);
  transition: opacity .3s var(--ease), transform .3s var(--ease), visibility .3s, background-color .2s;
  box-shadow: 0 6px 18px rgba(156,44,108,.35);
}
.to-top.is-visible { opacity: 1; visibility: visible; transform: none; }
.to-top:hover { background: var(--brand-dark); }

/* ==========================================================================
   Nyomtatás
   ========================================================================== */
@media print {
  .site-header, .site-footer, .to-top, .band, .lightbox { display: none !important; }
  body { font-size: 12pt; }
  a { color: #000; text-decoration: underline; }
}
