/* ==========================================================================
   ETON HAIR LAB — landing page
   Színek: hivatalos arculati útmutató — Sötét korall #C45259 (vezető),
   Ásvány zöld #4B624B (másodlagos), semleges ivory alap
   ========================================================================== */

/* ---------- Betűtípusok (self-hosted, latin + latin-ext) ---------- */
@font-face {
  font-family: 'Fraunces';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('../assets/fonts/fraunces-italic-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: 'Fraunces';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('../assets/fonts/fraunces-italic-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: 'Fraunces';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../assets/fonts/fraunces-normal-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: 'Fraunces';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../assets/fonts/fraunces-normal-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: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../assets/fonts/manrope-normal-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: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../assets/fonts/manrope-normal-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: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../assets/fonts/manrope-normal-500-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: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../assets/fonts/manrope-normal-500-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 ---------- */
:root {
  /* Hivatalos arculati színek (ETON HAIR LAB arculati útmutató, 4. oldal) */
  --c-coral: #C45259;        /* SÖTÉT KORALL — vezető szín */
  --c-coral-deep: #A63F46;   /* hover / aktív */
  --c-green: #4B624B;        /* ÁSVÁNY ZÖLD — másodlagos szín */
  --c-green-deep: #364A36;
  --c-green-soft: #A9B8A6;

  /* származtatott semlegesek */
  --c-ivory: #FAF8F5;
  --c-green-tint: #EEF1EC;   /* halvány zöld háttérblokk */
  --c-ink: #1A1715;
  --c-ink-soft: #5A544F;
  --c-line: #E6E0D9;

  /* tipográfia */
  --font-serif: 'Fraunces', 'Georgia', serif;
  --font-sans: 'Manrope', 'Helvetica Neue', Arial, sans-serif;

  /* ritmus */
  --space-section: clamp(4.5rem, 11vw, 8.5rem);
  --container: 72rem;
  --gutter: clamp(1.25rem, 5vw, 3rem);
  --radius: 1.25rem;
  --header-h: 4.75rem;

  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 1rem);
}

body {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 1rem;
  line-height: 1.7;
  color: var(--c-ink);
  background-color: var(--c-ivory);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

p {
  margin: 0 0 1em;
  color: var(--c-ink-soft);
}

h1, h2, h3 {
  font-family: var(--font-serif);
  font-weight: 400;
  font-optical-sizing: auto;
  line-height: 1.12;
  color: var(--c-ink);
  margin: 0 0 0.5em;
}

a {
  color: var(--c-coral);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

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

.container {
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.section {
  padding-block: var(--space-section);
}

.section--tinted {
  background-color: var(--c-green-tint);
}

.section__title {
  font-size: clamp(1.9rem, 4.2vw, 2.9rem);
  letter-spacing: -0.01em;
  max-width: 22ch;
}

.kicker {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-family: var(--font-sans);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--c-coral);
  margin: 0 0 1.1rem;
}

.kicker::before {
  content: '';
  width: 1.75rem;
  height: 1px;
  background-color: currentColor;
  flex-shrink: 0;
}

.kicker--light {
  color: #fff;
  justify-content: center;
}

.kicker--light::before {
  background-color: var(--c-coral);
}

.section__head--center {
  text-align: center;
}

.section__head--center .kicker {
  justify-content: center;
}

.section__head--center .section__title,
.section__head--center p {
  margin-inline: auto;
}


.skip-link {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  z-index: 100;
  padding: 0.6rem 1rem;
  background: var(--c-ink);
  color: #fff;
  border-radius: 999px;
  font-size: 0.85rem;
  transform: translateY(-300%);
  transition: transform 0.2s;
}

.skip-link:focus {
  transform: none;
}

/* ---------- Gombok ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.8rem 1.6rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-family: var(--font-sans);
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition: background-color 0.25s var(--ease), color 0.25s var(--ease),
              border-color 0.25s var(--ease), transform 0.25s var(--ease);
}

.btn:hover {
  transform: translateY(-1px);
}

.btn--primary {
  background-color: var(--c-coral);
  color: #fff;
}

.btn--primary:hover {
  background-color: var(--c-coral-deep);
}

.btn--ghost {
  border-color: var(--c-ink);
  color: var(--c-ink);
  background: transparent;
}

.btn--ghost:hover {
  background-color: var(--c-ink);
  color: var(--c-ivory);
}


.btn--ghost-light {
  border-color: rgba(255, 255, 255, 0.65);
  color: #fff;
  background: transparent;
}

.btn--ghost-light:hover {
  background-color: #fff;
  color: var(--c-ink);
}

.btn--lg {
  padding: 1rem 2.1rem;
  font-size: 0.88rem;
}

/* ---------- Fejléc ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  height: var(--header-h);
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s, box-shadow 0.3s;
}

/* A blur pszeudo-elemen van, hogy a fejléc ne hozzon létre containing
   blockot — különben a fixed mobil menü a fejléchez képest pozicionálódna */
.site-header::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background-color: rgba(250, 248, 245, 0.88);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: opacity 0.3s;
}

/* A hero fölött a fejléc áttetsző és fehér — görgetésre (vagy nyitott menünél) ivory-ra vált */
.brand__logo--light {
  display: none;
}

body:not(.nav-open) .site-header--overlay:not(.is-scrolled)::before { opacity: 0; }
body:not(.nav-open) .site-header--overlay:not(.is-scrolled) { border-bottom-color: transparent; }
body:not(.nav-open) .site-header--overlay:not(.is-scrolled) .brand__logo--dark { display: none; }
body:not(.nav-open) .site-header--overlay:not(.is-scrolled) .brand__logo--light { display: block; }
body:not(.nav-open) .site-header--overlay:not(.is-scrolled) .site-nav__link { color: #fff; }
body:not(.nav-open) .site-header--overlay:not(.is-scrolled) .site-nav__link:hover { border-bottom-color: #fff; }
body:not(.nav-open) .site-header--overlay:not(.is-scrolled) .nav-toggle { color: #fff; border-color: rgba(255, 255, 255, 0.5); }

.site-header.is-scrolled {
  border-bottom-color: var(--c-line);
}

.site-header__inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  text-decoration: none;
  color: var(--c-ink);
}

.brand__logo {
  height: 2.4rem;
  width: auto;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.site-nav__list {
  display: flex;
  gap: 1.75rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-nav__link {
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--c-ink);
  text-decoration: none;
  padding-block: 0.35rem;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s, color 0.3s;
}

.site-nav__link:hover {
  border-bottom-color: var(--c-coral);
}

.nav-toggle {
  display: none;
  align-items: center;
  gap: 0.6rem;
  background: none;
  border: 1px solid var(--c-line);
  border-radius: 999px;
  padding: 0.55rem 1.1rem;
  font-family: var(--font-sans);
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--c-ink);
  cursor: pointer;
}

.nav-toggle__bar {
  position: relative;
  width: 1.1rem;
  height: 2px;
  background: currentColor;
  transition: background-color 0.2s;
}

.nav-toggle__bar::before,
.nav-toggle__bar::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: currentColor;
  transition: transform 0.25s var(--ease);
}

.nav-toggle__bar::before { top: -5px; }
.nav-toggle__bar::after { top: 5px; }

body.nav-open .nav-toggle__bar {
  background: transparent;
}

body.nav-open .nav-toggle__bar::before {
  transform: translateY(5px) rotate(45deg);
}

body.nav-open .nav-toggle__bar::after {
  transform: translateY(-5px) rotate(-45deg);
}

/* ---------- Hero (teljes szélességű fotó) ---------- */
.hero {
  position: relative;
  display: grid;
  align-items: center;
  min-height: 92vh;
  margin-top: calc(-1 * var(--header-h));
  padding-top: var(--header-h);
  overflow: hidden;
  color: #fff;
  background-color: var(--c-ink);
}

.hero__bg,
.hero__bg img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero__bg img {
  object-fit: cover;
  object-position: center 45%;
}

.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(26, 23, 21, 0.38) 0%, rgba(26, 23, 21, 0.58) 55%, rgba(26, 23, 21, 0.8) 100%);
}

.hero__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 54rem;
  text-align: center;
  padding-block: clamp(5rem, 12vh, 8rem) clamp(6rem, 14vh, 9rem);
}

.hero__title {
  font-size: clamp(2.9rem, 8.5vw, 5.8rem);
  line-height: 1.02;
  letter-spacing: -0.015em;
  color: #fff;
  margin-bottom: 0.4em;
}

.hero__title em {
  font-style: italic;
  color: var(--c-coral);
}

.hero__lead {
  font-size: clamp(1.05rem, 1.6vw, 1.2rem);
  max-width: 44ch;
  margin: 0 auto 2.2rem;
  color: rgba(255, 255, 255, 0.85);
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.9rem;
  margin-bottom: 1.8rem;
}

.hero__note {
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.65);
}

.hero__scroll {
  position: absolute;
  left: 50%;
  bottom: 1.6rem;
  z-index: 1;
  transform: translateX(-50%);
  width: 2.5rem;
  height: 3.5rem;
  display: grid;
  place-items: center;
}

.hero__scroll span {
  display: block;
  width: 1px;
  height: 2.6rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 100%);
  animation: scroll-cue 2.4s var(--ease) infinite;
}

@keyframes scroll-cue {
  0%   { transform: scaleY(0); transform-origin: top; opacity: 0; }
  40%  { transform: scaleY(1); transform-origin: top; opacity: 1; }
  70%  { transform: scaleY(1); transform-origin: bottom; opacity: 1; }
  100% { transform: scaleY(0); transform-origin: bottom; opacity: 0; }
}

/* ---------- A stúdió ---------- */
.studio__inner {
  display: grid;
  gap: 3rem;
  align-items: center;
}

.studio__copy p {
  max-width: 58ch;
}

.studio__photo {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: var(--radius);
}

/* eltolt korall keret a fotó mögött */
.photo-frame {
  position: relative;
  margin: 0 1.1rem 1.1rem 0;
}

.photo-frame::before {
  content: '';
  position: absolute;
  inset: 1.1rem -1.1rem -1.1rem 1.1rem;
  border: 1px solid var(--c-coral);
  border-radius: var(--radius);
  pointer-events: none;
}

/* ---------- Szolgáltatások ---------- */
.services__grid {
  display: grid;
  gap: 1.25rem;
}

.services__head {
  margin-bottom: clamp(2rem, 5vw, 3rem);
}

.services__head p {
  max-width: 58ch;
}

.service-card {
  background-color: var(--c-ivory);
  border-radius: var(--radius);
  padding: 1.9rem 1.7rem 1.5rem;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
}

.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px -24px rgba(38, 34, 43, 0.35);
}

.service-card__icon {
  width: 2.4rem;
  height: 2.4rem;
  color: var(--c-coral);
  margin-bottom: 1.2rem;
}

.service-card__title {
  font-size: 1.35rem;
  margin-bottom: 0.45em;
}

.service-card__text {
  font-size: 0.95rem;
  flex-grow: 1;
}

.service-card__price {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 0.95rem;
  color: var(--c-coral);
  margin: 0.9rem 0 0;
  padding-top: 0.9rem;
  border-top: 1px solid var(--c-line);
}

/* ---------- Árlista (számozott ár-kártyák) ---------- */
.prices__head {
  margin-bottom: clamp(2rem, 5vw, 3.5rem);
}

.prices__lead {
  max-width: 54ch;
}

.prices__grid {
  display: grid;
  gap: 1.25rem;
}

.prices__group {
  background-color: #fff;
  border: 1px solid var(--c-line);
  border-radius: var(--radius);
  padding: 1.8rem 1.7rem 1.2rem;
  box-shadow: 0 18px 40px -30px rgba(26, 23, 21, 0.25);
}

.prices__group-title {
  display: flex;
  align-items: baseline;
  gap: 0.8rem;
  font-family: var(--font-sans);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--c-green);
  margin: 0 0 0.6rem;
  padding-bottom: 0.9rem;
  border-bottom: 1px solid rgba(196, 82, 89, 0.35);
}

.prices__num {
  font-family: var(--font-serif);
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0;
  color: var(--c-coral);
}

.prices__list {
  margin: 0;
}

.prices__row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
  padding: 0.72rem 0;
  border-bottom: 1px solid var(--c-line);
}

.prices__row:last-child {
  border-bottom: 0;
}

.prices__row dt {
  color: var(--c-ink);
  font-size: 0.95rem;
}

.prices__row dd {
  margin: 0;
  white-space: nowrap;
  font-family: var(--font-serif);
  font-size: 1.1rem;
  font-variant-numeric: tabular-nums;
  color: var(--c-coral);
}

.prices__cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 2rem;
  margin-top: 2rem;
  padding: 1.5rem 1.7rem;
  border-radius: var(--radius);
  background-color: var(--c-green-tint);
}

.prices__cta p {
  margin: 0;
  max-width: 50ch;
  color: var(--c-ink);
}

.prices__note {
  max-width: 70ch;
  margin: 1.5rem 0 0;
  font-size: 0.82rem;
}

/* ---------- Miért az Eton? ---------- */
.why__head {
  margin-bottom: clamp(2rem, 5vw, 3.5rem);
}

.why__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 2.5rem;
}

.why__num {
  display: block;
  font-family: var(--font-serif);
  font-size: 3.2rem;
  line-height: 1;
  color: var(--c-coral);
  margin-bottom: 0.9rem;
}

.why__title {
  font-size: 1.4rem;
  margin-bottom: 0.4em;
}

.why__text {
  font-size: 0.97rem;
  max-width: 40ch;
  margin: 0;
}

/* ---------- Fotósáv ---------- */
.band {
  position: relative;
  overflow: hidden;
  color: #fff;
  text-align: center;
  padding-block: clamp(5rem, 14vw, 9rem);
  background-color: var(--c-ink);
}

.band__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 25%;
}

.band::after {
  content: '';
  position: absolute;
  inset: 0;
  background-color: rgba(26, 23, 21, 0.58);
}

.band__inner {
  position: relative;
  z-index: 1;
  max-width: 48rem;
}

.band__emblem {
  width: 3.4rem;
  margin: 0 auto 1.6rem;
  opacity: 0.92;
}

.band__quote {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: clamp(1.5rem, 3.2vw, 2.4rem);
  line-height: 1.3;
  color: #fff;
  margin: 0 0 1.4rem;
}

.band__sign {
  font-size: 0.78rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
}

/* ---------- Galéria ---------- */
.gallery__head {
  margin-bottom: clamp(2rem, 5vw, 3rem);
}

.gallery__note {
  max-width: 48ch;
  font-size: 0.95rem;
}

.gallery__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.gallery__tile {
  margin: 0;
  aspect-ratio: 4 / 3;
  border-radius: var(--radius);
  overflow: hidden;
  background-color: var(--c-green-soft);
}

.gallery__tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s var(--ease);
}

.gallery__tile:hover img {
  transform: scale(1.03);
}

/* ---------- Vélemények ---------- */
.reviews__head {
  margin-bottom: clamp(2rem, 5vw, 3rem);
}

.reviews__note {
  font-size: 0.85rem;
  font-style: italic;
  color: var(--c-ink-soft);
}

.reviews__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1.25rem;
}

.review {
  background-color: var(--c-ivory);
  border: 1px solid var(--c-line);
  border-radius: var(--radius);
  padding: 1.9rem 1.7rem;
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}

.review__quote {
  margin: 0;
  flex-grow: 1;
}

.review__quote p {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 1.08rem;
  line-height: 1.5;
  color: var(--c-ink);
  margin: 0;
}

.review__meta {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

.review__avatar {
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 50%;
  background-color: var(--c-green-tint);
  color: var(--c-coral);
  font-family: var(--font-serif);
  font-size: 1.1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.review__name {
  display: block;
  font-weight: 500;
  font-size: 0.95rem;
}

.review__service {
  display: block;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--c-ink-soft);
}

/* ---------- Záró CTA ---------- */
.cta {
  background: linear-gradient(165deg, var(--c-green-tint) 0%, #E4EAE2 100%);
}

.cta__inner {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cta__title {
  color: var(--c-ink);
  font-size: clamp(2.1rem, 5.5vw, 3.6rem);
  letter-spacing: -0.01em;
}

.cta__text {
  color: var(--c-ink-soft);
  max-width: 44ch;
  margin-bottom: 2.4rem;
}

.cta__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.1rem;
}

.cta__phone {
  font-family: var(--font-serif);
  font-size: 1.35rem;
  color: var(--c-green);
  text-decoration: none;
  border-bottom: 1px solid var(--c-coral);
  padding-bottom: 0.15rem;
  transition: color 0.2s;
}

.cta__phone:hover {
  color: var(--c-coral);
}

/* ---------- Lábléc ---------- */
.site-footer {
  padding-top: var(--space-section);
  border-top: 1px solid var(--c-line);
}

.site-footer__inner {
  display: grid;
  gap: 3rem;
  padding-bottom: 3rem;
}

.site-footer__brand img {
  width: 7rem;
}

.site-footer__tagline {
  margin: 1rem 0 0;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--c-coral);
}

.site-footer__name {
  color: var(--c-ink);
  font-weight: 500;
}

.site-footer__cols {
  display: grid;
  gap: 2.2rem;
  grid-template-columns: repeat(2, 1fr);
}

.site-footer__heading {
  font-family: var(--font-sans);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--c-coral);
  margin: 0 0 0.9rem;
}

.site-footer__list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.95rem;
  color: var(--c-ink-soft);
}

.site-footer__list li {
  margin-bottom: 0.45rem;
}

.site-footer__list a {
  color: var(--c-ink-soft);
  text-decoration: none;
  border-bottom: 1px solid var(--c-line);
  transition: color 0.2s, border-color 0.2s;
}

.site-footer__list a:hover {
  color: var(--c-coral);
  border-bottom-color: var(--c-coral);
}

.site-footer__bottom {
  border-top: 1px solid var(--c-line);
  padding-block: 1.4rem;
}

.site-footer__bottom p {
  margin: 0;
  font-size: 0.82rem;
  color: var(--c-ink-soft);
}

/* ---------- Megjelenési animáció (csak JS-sel) ---------- */
html.js [data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
}

html.js [data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

html.js [data-reveal][data-reveal-delay="1"] { transition-delay: 0.1s; }
html.js [data-reveal][data-reveal-delay="2"] { transition-delay: 0.2s; }
html.js [data-reveal][data-reveal-delay="3"] { transition-delay: 0.3s; }

/* ---------- Mobil navigáció (< 60em) ---------- */
@media (max-width: 59.99em) {
  .nav-toggle {
    display: inline-flex;
  }

  .site-nav {
    position: fixed;
    inset: var(--header-h) 0 0 0;
    z-index: 40;
    flex-direction: column;
    justify-content: center;
    gap: 2.5rem;
    background-color: var(--c-ivory);
    visibility: hidden;
    opacity: 0;
    transform: translateY(-0.75rem);
    transition: opacity 0.3s var(--ease), transform 0.3s var(--ease), visibility 0.3s;
  }

  body.nav-open .site-nav {
    visibility: visible;
    opacity: 1;
    transform: none;
  }

  .site-nav__list {
    flex-direction: column;
    align-items: center;
    gap: 1.6rem;
  }

  .site-nav__link {
    font-family: var(--font-serif);
    font-size: 1.7rem;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
    color: var(--c-ink);
  }

  body.nav-open {
    overflow: hidden;
  }
}

/* ---------- Tablet és nagyobb ---------- */
@media (min-width: 40em) {
  .services__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .why__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }

  .gallery__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
    align-items: start;
  }

  .gallery__tile { aspect-ratio: 3 / 4; }
  .gallery__tile:nth-child(2) { margin-top: 2.5rem; }

  .prices__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .reviews__list {
    grid-template-columns: repeat(3, 1fr);
  }

  .cta__actions {
    flex-direction: row;
    gap: 2rem;
  }

  .site-footer__cols {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* ---------- Desktop ---------- */
@media (min-width: 60em) {


  .studio__inner {
    grid-template-columns: 1.2fr 0.8fr;
    gap: 4rem;
  }

  .services__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }

  .site-footer__inner {
    grid-template-columns: auto 1fr;
    gap: 5rem;
  }
}

/* ---------- Csökkentett mozgás ---------- */
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .btn,
  .service-card,
  .gallery__tile img,
  html.js [data-reveal] {
    transition: none;
  }

  .hero__scroll span {
    animation: none;
  }

  html.js [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
