/*
 * TakaRita — tiszta, új alap (2026)
 * Színek: logó mauve #c07299 és változatai (változatlan paletta)
 */
:root {
  --brand: #c07299;
  --brand-hover: #a85f84;
  --brand-dark: #8f4d6c;
  --brand-ink: #5c3548;
  --brand-soft: #f4e8ef;
  --brand-softer: #faf5f7;
  --brand-rgb: 192, 114, 153;
  --accent-deep: var(--brand-ink);

  --surface: #ffffff;
  --surface-muted: #f6f4f6;
  --surface-warm: #faf8f9;
  --text: #2d2a2c;
  --text-muted: #5c5659;
  --line: #e6e0e3;
  --line-strong: #d2c9ce;

  --shadow-sm: 0 1px 3px rgba(45, 42, 44, 0.06);
  --shadow: 0 8px 30px rgba(45, 42, 44, 0.07);
  --shadow-brand: 0 10px 32px rgba(var(--brand-rgb), 0.2);

  --radius: 12px;
  --radius-sm: 8px;
  --radius-lg: 18px;
  --font: "Plus Jakarta Sans", system-ui, -apple-system, sans-serif;
  --ease: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --header-offset: 0px;
  --container: 72rem;
  --live-scroll: 0;
  --hero-progress: 0;
  --hero-exit: 0;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 5.5rem;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .reveal,
  .reveal-child {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
  .partner-marquee__track {
    animation: none !important;
  }
  .hero--motion .hero__copy > *,
  .hero--motion .hero__media {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }

  .hero__living,
  .hero__living-shape {
    animation: none !important;
    opacity: 0.25 !important;
    transform: none !important;
  }

  .page-home .section--live-drift .section__inner {
    transform: none !important;
    will-change: auto !important;
  }

  .hero__mesh,
  .hero__mesh-blob,
  .hero__noise,
  .global-ambient,
  .global-ambient__orb,
  .global-ambient__orb-inner,
  .section-parallax-blob__morph,
  .region-band__blob,
  .region-band__blob-morph,
  .region-band__mesh-line,
  .cursor-aura {
    animation: none !important;
    opacity: 0.2 !important;
    transform: none !important;
  }

  .cursor-aura {
    display: none !important;
  }

  .scroll-buddy,
  .scroll-buddy__inner {
    animation: none !important;
  }

  .scroll-buddy {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
  }

  .page-home .section--region-band .region-band__title-line,
  .page-home .section--region-band .region-band__eyebrow,
  .page-home .section--region-band .region-band__copy h2,
  .page-home .section--region-band .region-band__card,
  .page-home .section--region-band .region-band__figure img {
    animation: none !important;
    transform: none !important;
  }

  body.page-home .scroll-progress {
    animation: none !important;
    background: var(--brand) !important;
    background-size: auto !important;
  }

  .page-home .hero--landing.hero--photo .hero__title-line,
  .page-home .hero--landing.hero--photo .hero__title-accent,
  .page-home .hero--landing.hero--photo .hero__label {
    animation: none !important;
    transform: none !important;
    background: none !important;
    background-size: auto !important;
    -webkit-background-clip: unset !important;
    background-clip: unset !important;
    color: #f5d4ea !important;
  }

  .page-home .hero--landing.hero--photo .hero__title-line {
    color: #fff !important;
  }

  .page-home .hero--photo .btn--primary {
    animation: none !important;
    background: var(--brand) !important;
    background-image: none !important;
  }
}

body {
  margin: 0;
  font-family: var(--font);
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--text);
  background: var(--surface-warm);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

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

figure {
  margin: 0;
}

a {
  color: var(--brand-dark);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
  transition: color 0.2s var(--ease);
}

a:hover {
  color: var(--brand-hover);
}

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

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0.75rem;
  z-index: 10002;
  padding: 0.6rem 1rem;
  background: var(--brand);
  color: #fff;
  text-decoration: none;
  border-radius: var(--radius-sm);
  font-weight: 600;
}

.skip-link:focus {
  left: 0.75rem;
}

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

/* —— Scroll —— */
.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 2px;
  width: 0%;
  z-index: 10001;
  background: var(--brand);
  transition: width 0.06s linear;
  pointer-events: none;
}

/* —— Görgetés „társa”: minimal seprű, szekciókhoz igazodik (főoldal) —— */
.scroll-buddy {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 25;
  width: 4.65rem;
  height: 7.65rem;
  pointer-events: none;
  color: rgba(var(--brand-rgb), 0.78);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.45s ease, visibility 0.45s ease;
  filter: drop-shadow(0 6px 18px rgba(45, 42, 44, 0.1));
}

.scroll-buddy.is-visible {
  opacity: 1;
  visibility: visible;
}

.scroll-buddy__inner {
  transform-origin: 50% 15%;
  will-change: transform;
}

@media (prefers-reduced-motion: no-preference) {
  .scroll-buddy__inner {
    animation: scroll-buddy-sway 4.2s ease-in-out infinite;
  }
}

@keyframes scroll-buddy-sway {
  0%,
  100% {
    transform: rotate(-6deg);
  }
  50% {
    transform: rotate(6deg);
  }
}

.scroll-buddy__svg {
  display: block;
  width: 3.45rem;
  height: auto;
  margin: 0 auto;
}

@media (max-width: 899px) {
  .scroll-buddy {
    display: none;
  }
}

/* —— Topbar —— */
.topbar {
  background: var(--text);
  color: #c8c4c6;
  font-size: 0.8125rem;
}

.topbar a {
  color: #fff;
  text-decoration: none;
}

.topbar a:hover {
  color: #f5d0e4;
  text-decoration: underline;
}

.topbar__inner {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0.5rem 1.25rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.25rem;
  align-items: center;
  justify-content: space-between;
}

.topbar__social {
  display: flex;
  gap: 0.85rem;
  align-items: center;
}

.topbar__social svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
}

/* —— Fejléc —— */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: var(--surface);
  border-bottom: 1px solid var(--line);
}

.site-header.is-scrolled {
  box-shadow: var(--shadow-sm);
}

.site-header__inner {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0.65rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.logo-link {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  border-radius: var(--radius-sm);
  transition: transform 0.4s var(--ease-out), box-shadow 0.4s var(--ease-out);
}

.logo-link img {
  display: block;
  height: auto;
  max-height: 4.05rem;
  width: auto;
  transition: filter 0.4s var(--ease-out), transform 0.4s var(--ease-out);
}

@media (min-width: 768px) {
  .logo-link img {
    max-height: 4.35rem;
  }
}

.logo-link:hover {
  transform: scale(1.05) translateY(-2px);
}

.logo-link:hover img {
  filter: drop-shadow(0 10px 28px rgba(var(--brand-rgb), 0.38));
}

.logo-link:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(var(--brand-rgb), 0.35);
}

@media (prefers-reduced-motion: reduce) {
  .logo-link,
  .logo-link img {
    transition: none;
  }

  .logo-link:hover {
    transform: none;
  }

  .logo-link:hover img {
    filter: none;
  }
}

.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--surface);
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 1.25rem;
  height: 2px;
  margin: 0 auto;
  background: var(--text);
  border-radius: 1px;
}

.nav-primary {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.15rem 0.25rem;
}

.nav-primary a {
  padding: 0.5rem 0.75rem;
  color: var(--text);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9375rem;
  border-radius: var(--radius-sm);
}

.nav-primary a:hover {
  color: var(--brand-dark);
  background: var(--brand-softer);
}

.nav-primary__cta {
  margin-left: 0.35rem;
  padding: 0.5rem 1.15rem !important;
  background: var(--brand) !important;
  color: #fff !important;
  border-radius: 999px !important;
  text-decoration: none !important;
}

.nav-primary__cta:hover {
  background: var(--brand-hover) !important;
  color: #fff !important;
}

.nav-primary a[aria-current="page"]:not(.nav-primary__cta) {
  background: transparent;
  color: var(--text);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: var(--brand);
  text-decoration-thickness: 2px;
  text-underline-offset: 0.28em;
}

.nav-primary a[aria-current="page"]:not(.nav-primary__cta):hover {
  background: transparent;
  color: var(--brand-dark);
  text-decoration-color: var(--brand-dark);
}

.nav-primary__cta[aria-current="page"] {
  box-shadow: none !important;
  outline: 2px solid rgba(255, 255, 255, 0.95);
  outline-offset: 2px;
}

.nav-primary__cta[aria-current="page"]:hover {
  color: #fff !important;
  outline-color: rgba(255, 255, 255, 0.75);
}

@media (max-width: 1049px) {
  .nav-primary a[aria-current="page"]:not(.nav-primary__cta) {
    text-decoration: none;
    border-left: 3px solid var(--brand);
    padding-left: calc(0.85rem - 3px);
  }
}

/* —— Hero (főoldal) —— */
.hero {
  position: relative;
  overflow: hidden;
  background: var(--surface);
  border-bottom: 1px solid var(--line);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 85% 65% at 92% 8%, rgba(var(--brand-rgb), 0.1), transparent 52%),
    radial-gradient(ellipse 50% 40% at 5% 95%, rgba(var(--brand-rgb), 0.07), transparent 48%),
    linear-gradient(180deg, rgba(250, 248, 249, 0.4) 0%, transparent 38%);
}

.hero__inner {
  position: relative;
  z-index: 1;
  max-width: var(--container);
  margin: 0 auto;
  padding: 2.5rem 1.25rem 3rem;
  display: grid;
  gap: 2rem;
  align-items: center;
}

@media (min-width: 960px) {
  .hero__inner {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    padding: 3.25rem 1.5rem 3.75rem;
  }
}

.hero__label {
  margin: 0 0 0.75rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--brand-dark);
}

.hero h1 {
  margin: 0 0 1rem;
  font-size: clamp(2rem, 4.6vw, 3.05rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.035em;
  color: var(--text);
}

.hero__lead {
  margin: 0 0 1.5rem;
  font-size: 1.0625rem;
  color: var(--text-muted);
  max-width: 38rem;
  line-height: 1.65;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.hero__meta {
  margin: 1.65rem 0 0;
  padding: 0.85rem 0 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.5rem;
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--brand-dark);
  border-top: 1px solid var(--line);
}

.hero__meta li {
  padding: 0.4rem 0.85rem;
  background: var(--brand-softer);
  border: 1px solid rgba(var(--brand-rgb), 0.12);
  border-radius: 999px;
  letter-spacing: 0.01em;
}

.hero__footnote {
  margin: 1.25rem 0 0;
  font-size: 0.9375rem;
  color: var(--text-muted);
  max-width: 38rem;
  line-height: 1.6;
}

.hero__figure {
  margin: 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  transition: transform 0.45s var(--ease-out), box-shadow 0.4s var(--ease);
}

.hero__figure:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 48px rgba(45, 42, 44, 0.11);
}

.hero__figure img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 0.65s var(--ease-out);
}

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

@media (prefers-reduced-motion: reduce) {
  .hero__figure:hover,
  .hero__figure:hover img {
    transform: none;
  }
}

@keyframes hero-fade-up {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes hero-media-in {
  from {
    opacity: 0;
    transform: translateY(28px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (prefers-reduced-motion: no-preference) {
  .hero--motion .hero__copy > * {
    opacity: 0;
    animation: hero-fade-up 0.78s var(--ease-out) forwards;
  }

  .hero--motion .hero__copy > *:nth-child(1) {
    animation-delay: 0.06s;
  }

  .hero--motion .hero__copy > *:nth-child(2) {
    animation-delay: 0.14s;
  }

  .hero--motion .hero__copy > *:nth-child(3) {
    animation-delay: 0.22s;
  }

  .hero--motion .hero__copy > *:nth-child(4) {
    animation-delay: 0.3s;
  }

  .hero--motion .hero__copy > *:nth-child(5) {
    animation-delay: 0.38s;
  }

  .hero--motion .hero__copy > *:nth-child(6) {
    animation-delay: 0.44s;
  }

  .hero--motion.hero--photo .hero__bg {
    opacity: 0;
    animation: hero-media-in 0.88s var(--ease-out) 0.12s forwards;
  }
}

/* —— Főoldal: landing hero —— */
.page-home .hero--landing {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: min(94vh, 60rem);
  padding-top: clamp(5.5rem, 16vh, 12rem);
  padding-bottom: clamp(2.5rem, 6vw, 4.5rem);
}

.page-home .hero--landing.hero--photo {
  background: #1e1c1e;
  border-bottom-color: rgba(255, 255, 255, 0.06);
}

.page-home .hero--landing.hero--photo::before {
  display: none;
}

.hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  will-change: transform;
}

.hero__bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transform: scale(1.07);
}

.hero__bg-scrim {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 90% 80% at 50% 38%, rgba(0, 0, 0, 0.18) 0%, transparent 58%),
    linear-gradient(180deg, rgba(20, 18, 21, 0.45) 0%, rgba(20, 18, 21, 0.72) 48%, rgba(18, 16, 19, 0.9) 100%);
  pointer-events: none;
}

@media (prefers-reduced-motion: reduce) {
  .hero__bg {
    will-change: auto;
  }

  .hero__bg-img {
    transform: none;
  }
}

/* Hero: lebegő „élő” rétegek (Dora-szerű mélység, CSS) */
.hero__living {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}

.hero__living-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.35;
  will-change: transform, opacity;
}

.hero__living-shape--1 {
  width: min(42vw, 18rem);
  height: min(42vw, 18rem);
  top: 8%;
  left: 6%;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.14), transparent 62%);
  animation: hero-living-drift-a 22s ease-in-out infinite;
}

.hero__living-shape--2 {
  width: min(28vw, 11rem);
  height: min(28vw, 11rem);
  bottom: 22%;
  right: 10%;
  border: 1px solid rgba(var(--brand-rgb), 0.35);
  background: radial-gradient(circle, rgba(var(--brand-rgb), 0.12), transparent 65%);
  animation: hero-living-drift-b 18s ease-in-out infinite;
}

.hero__living-shape--3 {
  width: min(18vw, 7rem);
  height: min(18vw, 7rem);
  top: 38%;
  right: 18%;
  background: rgba(255, 255, 255, 0.08);
  animation: hero-living-drift-c 14s ease-in-out infinite;
}

.hero__living-shape--4 {
  width: min(12vw, 5rem);
  height: min(12vw, 5rem);
  bottom: 12%;
  left: 22%;
  border: 2px solid rgba(255, 255, 255, 0.18);
  animation: hero-living-drift-a 26s ease-in-out infinite reverse;
}

@keyframes hero-living-drift-a {
  0%,
  100% {
    transform: translate(0, 0) rotate(0deg);
    opacity: 0.28;
  }
  33% {
    transform: translate(12px, -18px) rotate(4deg);
    opacity: 0.42;
  }
  66% {
    transform: translate(-8px, 10px) rotate(-3deg);
    opacity: 0.34;
  }
}

@keyframes hero-living-drift-b {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
    opacity: 0.32;
  }
  50% {
    transform: translate(-16px, 14px) scale(1.06);
    opacity: 0.48;
  }
}

@keyframes hero-living-drift-c {
  0%,
  100% {
    transform: translate(0, 0);
    opacity: 0.22;
  }
  50% {
    transform: translate(20px, 8px);
    opacity: 0.38;
  }
}

.hero__living-shape--5 {
  width: min(55vw, 24rem);
  height: 3px;
  top: 52%;
  left: -5%;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.35),
    rgba(var(--brand-rgb), 0.45),
    transparent
  );
  opacity: 0.45;
  transform: rotate(-8deg);
  animation: hero-living-line 19s ease-in-out infinite;
}

.hero__living-shape--6 {
  width: 3px;
  height: min(38vh, 16rem);
  top: 12%;
  right: 8%;
  border-radius: 999px;
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.28), transparent);
  opacity: 0.4;
  animation: hero-living-line-v 23s ease-in-out infinite 1.5s;
}

@keyframes hero-living-line {
  0%,
  100% {
    transform: rotate(-8deg) translateX(0) scaleX(1);
    opacity: 0.32;
  }
  50% {
    transform: rotate(-5deg) translateX(18px) scaleX(1.08);
    opacity: 0.55;
  }
}

@keyframes hero-living-line-v {
  0%,
  100% {
    transform: translateY(0) scaleY(1);
    opacity: 0.28;
  }
  50% {
    transform: translateY(22px) scaleY(1.12);
    opacity: 0.5;
  }
}

.hero__mesh {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.hero__mesh-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(72px);
  opacity: 0.5;
  mix-blend-mode: screen;
  will-change: transform, opacity;
}

.hero__mesh-blob--a {
  width: min(85vw, 38rem);
  height: min(85vw, 38rem);
  top: -28%;
  right: -32%;
  background: radial-gradient(circle, rgba(var(--brand-rgb), 0.55) 0%, transparent 62%);
  animation: mesh-drift-a 22s ease-in-out infinite;
}

.hero__mesh-blob--b {
  width: min(65vw, 28rem);
  height: min(65vw, 28rem);
  bottom: -22%;
  left: -28%;
  background: radial-gradient(circle, rgba(255, 200, 230, 0.35) 0%, transparent 58%);
  animation: mesh-drift-b 18s ease-in-out infinite -3s;
}

.hero__mesh-blob--c {
  width: min(45vw, 18rem);
  height: min(45vw, 18rem);
  top: 32%;
  left: 18%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0%, transparent 55%);
  animation: mesh-drift-c 15s ease-in-out infinite -1.2s;
}

@keyframes mesh-drift-a {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
    opacity: 0.42;
  }
  50% {
    transform: translate(-28px, 20px) scale(1.12);
    opacity: 0.68;
  }
}

@keyframes mesh-drift-b {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
    opacity: 0.38;
  }
  50% {
    transform: translate(32px, -24px) scale(1.15);
    opacity: 0.62;
  }
}

@keyframes mesh-drift-c {
  0%,
  100% {
    transform: translate(0, 0) rotate(0deg);
    opacity: 0.28;
  }
  50% {
    transform: translate(16px, -14px) rotate(12deg);
    opacity: 0.48;
  }
}

/* Hero: görgetéskor a dekor rétegek eltérő irányban „kilépnek” (Dora / Apple-prospektus jelleg) */
@media (prefers-reduced-motion: no-preference) {
  .page-home .hero--photo .hero__mesh {
    transform: translate3d(
      calc(var(--hero-exit, 0) * 34px),
      calc(var(--hero-exit, 0) * -26px),
      0
    );
  }

  .page-home .hero--photo .hero__living {
    transform: translate3d(
      calc(var(--hero-exit, 0) * -42px),
      calc(var(--hero-exit, 0) * 32px),
      0
    );
  }
}

.hero__noise {
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: 0.035;
  pointer-events: none;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.55'/%3E%3C/svg%3E");
  animation: noise-flicker 0.45s steps(3) infinite;
}

@keyframes noise-flicker {
  0% {
    transform: translate(0, 0);
    opacity: 0.028;
  }
  33% {
    transform: translate(-1.5%, 1%);
    opacity: 0.048;
  }
  66% {
    transform: translate(1%, -0.5%);
    opacity: 0.036;
  }
  100% {
    transform: translate(0, 0);
    opacity: 0.03;
  }
}

.page-home .hero--landing .hero__inner {
  align-items: center;
}

.page-home .hero--landing.hero--photo .hero__inner--photo {
  position: relative;
  z-index: 2;
  grid-template-columns: 1fr;
  justify-items: center;
  max-width: 44rem;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.page-home .hero--landing.hero--photo .hero__copy {
  text-align: center;
  width: 100%;
  max-width: 40rem;
  margin-inline: auto;
}

.page-home .hero--landing.hero--photo .hero__actions {
  justify-content: center;
}

.page-home .hero--landing.hero--photo .hero__meta {
  justify-content: center;
}

.page-home .hero--landing.hero--photo .hero__lead,
.page-home .hero--landing.hero--photo .hero__footnote {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 960px) {
  .page-home .hero--landing.hero--photo .hero__inner--photo {
    grid-template-columns: 1fr;
    max-width: 48rem;
    padding-top: clamp(1rem, 3vh, 2.5rem);
    padding-bottom: clamp(1rem, 3vh, 2.5rem);
  }
}

.page-home .hero--landing h1 {
  font-size: clamp(2.4rem, 6.5vw, 4.15rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.page-home .hero--landing .hero__title-accent {
  display: block;
  margin-top: 0.06em;
  color: var(--brand-dark);
}

@supports (background-clip: text) {
  .page-home .hero--landing:not(.hero--photo) .hero__title-accent {
    background-image: linear-gradient(
      102deg,
      var(--brand-ink) 0%,
      var(--brand-dark) 28%,
      var(--brand) 72%,
      var(--brand-hover) 100%
    );
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
}

.page-home .hero--landing .hero__lead {
  font-size: clamp(1.08rem, 2vw, 1.2rem);
  max-width: 40rem;
}

.page-home .hero--landing .hero__actions .btn--primary {
  padding: 0.9rem 1.75rem;
  font-size: 1.02rem;
}

.page-home .hero--landing.hero--photo h1 {
  color: #fff;
}

.page-home .hero--landing.hero--photo .hero__title-line {
  text-shadow: 0 2px 32px rgba(0, 0, 0, 0.45);
}

.page-home .hero--landing.hero--photo .hero__title-line {
  animation: hero-title-line-breathe 8s ease-in-out infinite;
}

.page-home .hero--landing.hero--photo .hero__title-accent {
  text-shadow: 0 2px 32px rgba(0, 0, 0, 0.45);
  background: linear-gradient(
    100deg,
    #fff 0%,
    #fce8f4 18%,
    #f5d4ea 35%,
    #fff 50%,
    #e8b8d8 68%,
    #fff 85%,
    #f5d4ea 100%
  );
  background-size: 220% auto;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: hero-title-shimmer 9s linear infinite;
}

@keyframes hero-title-line-breathe {
  0%,
  100% {
    transform: translateY(0);
    letter-spacing: -0.04em;
  }
  50% {
    transform: translateY(-3px);
    letter-spacing: -0.038em;
  }
}

@keyframes hero-title-shimmer {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 200% 50%;
  }
}

.page-home .hero--landing.hero--photo .hero__label {
  color: rgba(255, 255, 255, 0.82);
  animation: hero-label-pulse 6s ease-in-out infinite;
}

@keyframes hero-label-pulse {
  0%,
  100% {
    opacity: 0.88;
    letter-spacing: 0.12em;
  }
  50% {
    opacity: 1;
    letter-spacing: 0.16em;
  }
}

.page-home .hero--landing.hero--photo .hero__lead {
  color: rgba(255, 255, 255, 0.9);
}

.page-home .hero--landing.hero--photo .hero__meta {
  border-top-color: rgba(255, 255, 255, 0.2);
}

.page-home .hero--landing.hero--photo .hero__meta li {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.22);
  color: rgba(255, 255, 255, 0.95);
}

.page-home .hero--landing.hero--photo .hero__footnote {
  color: rgba(255, 255, 255, 0.72);
}

.page-home .hero--landing.hero--photo .btn--ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.45);
}

.page-home .hero--landing.hero--photo .btn--ghost:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.85);
  color: #fff;
}

@media (prefers-reduced-motion: no-preference) {
  .page-home .hero--photo .btn--primary {
    background-image: linear-gradient(
      105deg,
      var(--brand) 0%,
      #d98aaf 35%,
      var(--brand-hover) 50%,
      #c07299 65%,
      var(--brand) 100%
    );
    background-size: 240% 100%;
    animation: btn-bg-flow 7s ease-in-out infinite;
  }
}

@keyframes btn-bg-flow {
  0%,
  100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}

.page-home .hero--landing.hero--photo .hero__scroll-hint {
  align-self: center;
  color: rgba(255, 255, 255, 0.65);
}

.page-home .hero--landing.hero--photo .hero__scroll-hint:hover {
  color: #fff;
}

.hero__scroll-hint {
  position: relative;
  z-index: 2;
  align-self: center;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  margin-top: 1.5rem;
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-muted);
  text-decoration: none;
  border-radius: var(--radius-sm);
  transition: color 0.25s, transform 0.35s var(--ease-out);
}

.hero__scroll-hint svg {
  width: 22px;
  height: 22px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  animation: hero-scroll-nudge 2.2s ease-in-out infinite;
}

@keyframes hero-scroll-nudge {
  0%,
  100% {
    transform: translateY(0);
    opacity: 0.7;
  }
  50% {
    transform: translateY(6px);
    opacity: 1;
  }
}

.hero__scroll-hint:hover {
  color: var(--brand-dark);
  transform: translateY(2px);
}

@media (prefers-reduced-motion: reduce) {
  .hero__scroll-hint svg {
    animation: none;
  }

  .hero--motion.hero--photo .hero__bg {
    opacity: 1 !important;
    animation: none !important;
  }
}

/* —— Szekció dekor + parallax blobok (főoldal) —— */
.section--float-deco {
  position: relative;
  overflow: hidden;
}

.section-parallax-blob {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  opacity: 0.55;
  will-change: transform;
}

.section-parallax-blob--1 {
  width: min(55vw, 20rem);
  height: min(55vw, 20rem);
  top: -12%;
  right: -10%;
}

.section-parallax-blob--2 {
  width: min(40vw, 14rem);
  height: min(40vw, 14rem);
  bottom: -8%;
  left: -6%;
}

.section-parallax-blob--3 {
  width: min(50vw, 18rem);
  height: min(50vw, 18rem);
  top: 20%;
  left: -12%;
}

.section-parallax-blob__morph {
  position: absolute;
  inset: -12%;
  border-radius: 50%;
  pointer-events: none;
  will-change: transform, opacity, border-radius;
}

.section-parallax-blob--1 .section-parallax-blob__morph {
  background: radial-gradient(circle, rgba(var(--brand-rgb), 0.14) 0%, transparent 60%);
  animation: living-blob-morph 19s ease-in-out infinite;
}

.section-parallax-blob--2 .section-parallax-blob__morph {
  background: radial-gradient(circle, rgba(var(--brand-rgb), 0.1) 0%, transparent 58%);
  animation: living-blob-morph-alt 21s ease-in-out infinite -4s;
}

.section-parallax-blob--3 .section-parallax-blob__morph {
  background: radial-gradient(circle, rgba(var(--brand-rgb), 0.09) 0%, transparent 58%);
  animation: living-blob-morph 24s ease-in-out infinite -7s;
}

@keyframes living-blob-morph {
  0%,
  100% {
    transform: scale(1) rotate(0deg);
    opacity: 0.42;
    border-radius: 50%;
  }
  25% {
    transform: scale(1.14) rotate(10deg);
    opacity: 0.78;
    border-radius: 42% 58% 54% 46% / 52% 48% 55% 45%;
  }
  50% {
    transform: scale(0.9) rotate(-7deg);
    opacity: 0.52;
    border-radius: 58% 42% 48% 52%;
  }
  75% {
    transform: scale(1.08) rotate(5deg);
    opacity: 0.7;
    border-radius: 48% 52% 50% 50%;
  }
}

@keyframes living-blob-morph-alt {
  0%,
  100% {
    transform: scale(1) rotate(0deg);
    opacity: 0.38;
    border-radius: 50%;
  }
  33% {
    transform: scale(1.1) rotate(-12deg);
    opacity: 0.72;
    border-radius: 55% 45% 50% 50%;
  }
  66% {
    transform: scale(0.88) rotate(8deg);
    opacity: 0.48;
    border-radius: 45% 55% 58% 42%;
  }
}

.section--float-deco > .section__inner {
  position: relative;
  z-index: 1;
}

/* Szekciótartalom finom vízszintes „sodródása” a teljes oldal görgetése szerint */
@media (prefers-reduced-motion: no-preference) {
  .page-home .section--live-drift > .section__inner {
    will-change: transform;
    transform: translate3d(calc((var(--live-scroll, 0) - 0.5) * 48px), 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .section-parallax-blob {
    will-change: auto;
    opacity: 0.35;
  }

  .section-parallax-blob__morph {
    animation: none !important;
    border-radius: 50% !important;
  }
}

/* —— Régiós blokk (Győr és környék): tömör tartalom + Dora-jellegű mozgás —— */
.section--region-band {
  position: relative;
  overflow: hidden;
  background: linear-gradient(175deg, #fff 0%, var(--surface-warm) 38%, var(--surface) 100%);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: var(--text);
  --region-band-progress: 0;
}

.section--region-band .title-line {
  background: var(--brand);
}

.region-band__deco {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.region-band__blob {
  position: absolute;
  border-radius: 50%;
  opacity: 0.55;
  will-change: transform;
}

.region-band__blob--1 {
  width: min(48vw, 17rem);
  height: min(48vw, 17rem);
  top: -14%;
  right: -6%;
}

.region-band__blob--2 {
  width: min(40vw, 13rem);
  height: min(40vw, 13rem);
  bottom: 2%;
  left: -10%;
}

.region-band__blob-morph {
  position: absolute;
  inset: -14%;
  border-radius: 50%;
  pointer-events: none;
  will-change: transform, opacity, border-radius;
  background: radial-gradient(circle, rgba(var(--brand-rgb), 0.22) 0%, transparent 62%);
  animation: living-blob-morph 21s ease-in-out infinite;
}

.region-band__blob-morph--alt {
  background: radial-gradient(circle, rgba(232, 190, 218, 0.28) 0%, transparent 58%);
  animation: living-blob-morph-alt 24s ease-in-out infinite -3s;
}

.region-band__mesh-line {
  position: absolute;
  height: 2px;
  border-radius: 2px;
  opacity: 0.55;
  will-change: transform;
}

.region-band__mesh-line--1 {
  top: 38%;
  left: -4%;
  width: min(52%, 22rem);
  background: linear-gradient(90deg, transparent, rgba(var(--brand-rgb), 0.35), transparent);
  transform: rotate(-7deg) translateX(calc(var(--region-band-progress, 0) * 28px))
    scaleX(calc(0.92 + var(--region-band-progress, 0) * 0.12));
  animation: region-mesh-line-a 14s ease-in-out infinite;
}

.region-band__mesh-line--2 {
  bottom: 28%;
  right: -6%;
  width: min(38%, 14rem);
  background: linear-gradient(90deg, transparent, rgba(var(--brand-rgb), 0.22), transparent);
  transform: rotate(9deg) translateX(calc(var(--region-band-progress, 0) * -22px));
  animation: region-mesh-line-b 17s ease-in-out infinite -2s;
}

@keyframes region-mesh-line-a {
  0%,
  100% {
    opacity: 0.35;
  }
  50% {
    opacity: 0.72;
  }
}

@keyframes region-mesh-line-b {
  0%,
  100% {
    opacity: 0.28;
  }
  50% {
    opacity: 0.62;
  }
}

.region-band__shell {
  position: relative;
  z-index: 1;
}

.region-band {
  display: grid;
  gap: 2rem;
  align-items: start;
}

@media (min-width: 880px) {
  .region-band {
    grid-template-columns: 1fr minmax(15rem, 19.5rem);
    gap: 2.75rem;
    align-items: stretch;
  }
}

.region-band__copy .section__eyebrow {
  margin-bottom: 0.45rem;
}

.section--region-band .region-band__copy h2 {
  margin: 0 0 1rem;
  font-size: clamp(1.35rem, 2.5vw, 1.82rem);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.22;
  color: var(--text);
  max-width: 38rem;
}

.region-band__lead {
  margin: 0 0 1.2rem;
  max-width: 40rem;
  font-size: 1.02rem;
  line-height: 1.65;
  color: var(--text-muted);
}

.region-band__list {
  list-style: none;
  margin: 0 0 1.65rem;
  padding: 0;
  max-width: 40rem;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.region-band__list li {
  position: relative;
  margin: 0;
  padding-left: 1.35rem;
  font-size: 0.98rem;
  line-height: 1.55;
  color: var(--text-muted);
}

.region-band__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--brand);
  opacity: 0.85;
}

.region-band__list li strong {
  color: var(--text);
  font-weight: 700;
}

.region-band__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  align-items: center;
}

.region-band__aside {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}

.region-band__card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1rem 1.15rem;
  box-shadow: var(--shadow-sm);
}

.region-band__stat {
  margin: 0;
  padding: 0.62rem 0;
  border-bottom: 1px solid var(--line);
}

.region-band__stat:first-child {
  padding-top: 0;
}

.region-band__stat:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}

.region-band__num {
  display: block;
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--brand-dark);
  line-height: 1.2;
}

.region-band__stat-label {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--text-muted);
  line-height: 1.35;
}

.region-band__figure {
  margin: 0;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  background: var(--surface-muted);
}

.region-band__figure img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}

@media (prefers-reduced-motion: no-preference) {
  .page-home .section--region-band .region-band__title-line {
    transform-origin: left center;
    animation: region-title-line-pulse 3.6s ease-in-out infinite;
  }

  .page-home .section--region-band .region-band__eyebrow {
    animation: region-eyebrow-drift 5.2s ease-in-out infinite;
  }

  .page-home .section--region-band .region-band__copy h2 {
    animation: region-heading-soft 11s ease-in-out infinite;
  }

  .page-home .section--region-band .region-band__card {
    animation: region-card-float 7.5s ease-in-out infinite;
  }

  .page-home .section--region-band .region-band__figure img {
    animation: region-photo-drift 24s ease-in-out infinite alternate;
  }
}

@keyframes region-title-line-pulse {
  0%,
  100% {
    transform: scaleX(1);
    opacity: 1;
  }
  50% {
    transform: scaleX(1.18);
    opacity: 0.88;
  }
}

@keyframes region-eyebrow-drift {
  0%,
  100% {
    transform: translateY(0);
    letter-spacing: 0.14em;
  }
  50% {
    transform: translateY(-3px);
    letter-spacing: 0.17em;
  }
}

@keyframes region-heading-soft {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.94;
  }
}

@keyframes region-card-float {
  0%,
  100% {
    transform: translateY(0);
    box-shadow: var(--shadow-sm);
  }
  50% {
    transform: translateY(-6px);
    box-shadow: var(--shadow);
  }
}

@keyframes region-photo-drift {
  0% {
    transform: scale(1.03) translate(0, 0);
  }
  100% {
    transform: scale(1.09) translate(-2%, 1.4%);
  }
}

/* Görgetéshez kötött „lebegő” dekor (főoldal, JS: data-parallax) */
.scroll-drift {
  position: fixed;
  right: max(1rem, env(safe-area-inset-right));
  top: 28%;
  z-index: 5;
  width: 3rem;
  height: 9rem;
  pointer-events: none;
}

.scroll-drift__ring {
  position: absolute;
  top: 0;
  left: 50%;
  width: 2.5rem;
  height: 2.5rem;
  margin-left: -1.25rem;
  border: 2px solid rgba(var(--brand-rgb), 0.28);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0 6px 28px rgba(45, 42, 44, 0.08);
  opacity: 0.55;
  will-change: transform;
}

.scroll-drift__bar {
  position: absolute;
  top: 2.85rem;
  left: 50%;
  width: 2px;
  height: 2.75rem;
  margin-left: -1px;
  border-radius: 2px;
  background: linear-gradient(180deg, transparent, rgba(var(--brand-rgb), 0.55), transparent);
  opacity: 0.55;
  will-change: transform, opacity;
  animation: drift-bar-pulse 3.2s ease-in-out infinite;
}

.scroll-drift__dot {
  position: absolute;
  top: 5.85rem;
  left: 50%;
  width: 0.5rem;
  height: 0.5rem;
  margin-left: -0.25rem;
  border-radius: 50%;
  background: var(--brand);
  opacity: 0.45;
  will-change: transform, opacity;
}

@keyframes drift-bar-pulse {
  0%,
  100% {
    opacity: 0.22;
  }
  50% {
    opacity: 0.92;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .page-home .scroll-drift__ring,
  .page-home .scroll-drift__dot {
    animation: living-drift-glow 4.8s ease-in-out infinite;
  }

  .page-home .scroll-drift__dot {
    animation-delay: 0.75s;
  }
}

@keyframes living-drift-glow {
  0%,
  100% {
    opacity: 0.32;
  }

  50% {
    opacity: 0.88;
  }
}

@media (max-width: 767px) {
  .scroll-drift {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .scroll-drift {
    display: none;
  }

  .scroll-drift__ring,
  .scroll-drift__bar,
  .scroll-drift__dot {
    will-change: auto;
    animation: none !important;
  }
}

/* —— Oldalcím —— */
.page-hero {
  background: var(--surface);
  border-bottom: 1px solid var(--line);
  padding: 2rem 1.25rem 1.75rem;
}

.page-hero__inner {
  max-width: var(--container);
  margin: 0 auto;
}

.page-hero h1 {
  margin: 0 0 0.35rem;
  font-size: clamp(1.5rem, 3.2vw, 2.1rem);
  font-weight: 800;
  letter-spacing: -0.02em;
}

.page-hero p {
  margin: 0;
  max-width: 40rem;
  color: var(--text-muted);
}

.split--valign-center {
  align-items: center;
}

@media (min-width: 900px) {
  .page-hero__inner.split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: center;
  }
}

/* —— Szekciók —— */
.section {
  padding: 3rem 1.25rem;
}

.section--alt {
  background: var(--surface);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.section--texture {
  position: relative;
  background-color: var(--surface-muted);
  background-image: url("../assets/images/decor-wall.jpg");
  background-size: cover;
  background-position: center;
}

.section--texture::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.93) 0%, rgba(250, 248, 249, 0.9) 100%);
}

.section--texture .section__inner {
  position: relative;
  z-index: 1;
}

.section__inner {
  max-width: var(--container);
  margin: 0 auto;
}

.section__eyebrow {
  margin: 0 0 0.35rem;
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--brand);
}

.section h2 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.35rem, 2.6vw, 1.85rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.section__intro {
  margin: 0 0 1.5rem;
  max-width: 44rem;
  color: var(--text-muted);
}

.title-line {
  width: 2.5rem;
  height: 3px;
  border-radius: 2px;
  background: var(--brand);
  margin-bottom: 0.75rem;
}

.section__intro--center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

/* —— B2B-stílus: tipikus megbízók (iparág-címkék) —— */
.sector-pills {
  margin-top: 1.85rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line);
}

.sector-pills__label {
  margin: 0 0 0.7rem;
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--text-muted);
}

.sector-pills__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.sector-pills__list li {
  padding: 0.42rem 0.9rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--brand-dark);
  background: var(--surface-muted);
  border: 1px solid var(--line);
  border-radius: 999px;
  transition: border-color 0.2s, box-shadow 0.25s var(--ease-out), transform 0.2s var(--ease-out);
}

.sector-pills__list li:hover {
  border-color: rgba(var(--brand-rgb), 0.35);
  box-shadow: var(--shadow-sm);
}

/* —— Rácsok —— */
.grid-2 {
  display: grid;
  gap: 1.15rem;
}

@media (min-width: 720px) {
  .grid-2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.35rem;
  }
}

.grid-3 {
  display: grid;
  gap: 1.15rem;
}

@media (min-width: 640px) {
  .grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 960px) {
  .grid-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* —— Split (szöveg + kép) —— */
.split {
  display: grid;
  gap: 1.75rem;
  align-items: start;
}

@media (min-width: 900px) {
  .split {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 2.5rem;
  }
}

.split__content {
  min-width: 0;
}

.split__media {
  min-width: 0;
  width: 100%;
  max-width: 26rem;
  margin-inline: auto;
}

@media (min-width: 900px) {
  .split__media {
    max-width: none;
    margin-inline: 0;
  }

  .split--sticky-media .split__media {
    position: sticky;
    top: calc(var(--header-offset, 0px) + 1rem);
  }
}

.split--story {
  gap: 1.75rem;
}

@media (min-width: 900px) {
  .split--story {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  }

  .split--story.split--media-first > .split__content {
    grid-column: 2;
    grid-row: 1;
  }

  .split--story.split--media-first > .split__media {
    grid-column: 1;
    grid-row: 1;
  }

  .split--story.split--lead-media {
    grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  }
}

@media (max-width: 899px) {
  .split--media-first .split__media {
    order: -1;
  }
}

figure.split__media {
  margin: 0;
}

.prose-block p {
  margin: 0 0 1rem;
  color: var(--text-muted);
  max-width: 40rem;
  line-height: 1.7;
}

.prose-block p:last-child {
  margin-bottom: 0;
}

/* —— Média keretek —— */
.media-frame {
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--surface-muted);
  border: 1px solid var(--line);
}

.media-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.media-frame--hero {
  aspect-ratio: 4 / 3;
  max-height: min(380px, 48vh);
}

.media-frame--hero img {
  object-position: center;
}

.media-frame--portrait {
  max-width: 20rem;
  margin-inline: auto;
  aspect-ratio: 1;
}

.media-frame--portrait img {
  object-fit: contain;
  object-position: center bottom;
  padding: 1rem;
  background: linear-gradient(180deg, var(--brand-softer) 0%, #fff 100%);
}

.media-frame--wide {
  aspect-ratio: 16 / 10;
}

.media-card {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
  transition: box-shadow 0.3s var(--ease-out), border-color 0.2s, transform 0.3s var(--ease-out);
}

figure.media-card {
  margin: 0;
}

.media-card:hover {
  box-shadow: var(--shadow);
  border-color: rgba(var(--brand-rgb), 0.2);
  transform: translateY(-2px);
}

@media (prefers-reduced-motion: reduce) {
  .media-card:hover {
    transform: none;
  }
}

.media-card > img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}

.media-card--tall > img {
  aspect-ratio: 3 / 4;
}

.media-card--window > img {
  aspect-ratio: 1;
  object-fit: contain;
  background: #fff;
  padding: 1.25rem;
}

.media-card--banner > img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.media-card figcaption {
  margin: 0;
  padding: 0.6rem 0.9rem 0.75rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--text-muted);
  text-align: center;
  border-top: 1px solid var(--line);
  background: var(--surface-muted);
}

/* —— Kártyák —— */
.card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.4rem 1.25rem;
  box-shadow: var(--shadow-sm);
  transition: border-color 0.2s, box-shadow 0.3s var(--ease-out), transform 0.3s var(--ease-out);
}

.card:hover {
  border-color: rgba(var(--brand-rgb), 0.25);
  box-shadow: var(--shadow);
  transform: translateY(-3px);
}

@media (prefers-reduced-motion: reduce) {
  .card:hover {
    transform: none;
  }
}

.card__icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: var(--radius-sm);
  background: var(--brand-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.85rem;
  font-size: 1.1rem;
}

.card h3 {
  margin: 0 0 0.45rem;
  font-size: 1.05rem;
  font-weight: 700;
}

.card p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.98rem;
}

.card--feature {
  padding: 0;
  overflow: hidden;
}

.card--feature .card__media {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--surface-muted);
}

.card--feature .card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.card--feature .card__body {
  padding: 1.35rem 1.25rem 1.45rem;
}

.card--feature .card__body .check-list {
  margin-top: 0.15rem;
}

.check-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.check-list li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.45rem;
  color: var(--text-muted);
  font-size: 0.98rem;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: var(--brand);
}

/* —— Folyamat —— */
.process-row {
  display: grid;
  gap: 1rem;
}

@media (min-width: 640px) {
  .process-row {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .process-row {
    grid-template-columns: repeat(4, 1fr);
  }
}

.process-row--timeline {
  position: relative;
}

@media (min-width: 1024px) {
  .process-row--timeline::before {
    content: "";
    position: absolute;
    left: 6%;
    right: 6%;
    top: 3.25rem;
    height: 2px;
    background: linear-gradient(
      90deg,
      transparent,
      rgba(var(--brand-rgb), 0.22) 8%,
      rgba(var(--brand-rgb), 0.22) 92%,
      transparent
    );
    pointer-events: none;
    z-index: 0;
  }

  .process-row--timeline .process-card {
    position: relative;
    z-index: 1;
  }
}

.process-card {
  position: relative;
  text-align: center;
  padding: 1.35rem 1rem 1.35rem;
  background: var(--surface);
  border-radius: var(--radius);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
  height: 100%;
  transition: box-shadow 0.3s var(--ease-out), transform 0.3s var(--ease-out), border-color 0.2s;
}

.process-card:hover {
  box-shadow: var(--shadow);
  transform: translateY(-2px);
  border-color: rgba(var(--brand-rgb), 0.2);
}

@media (prefers-reduced-motion: reduce) {
  .process-card:hover {
    transform: none;
  }
}

.process-card__step {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  width: 1.65rem;
  height: 1.65rem;
  border-radius: 50%;
  background: var(--brand);
  color: #fff;
  font-size: 0.65rem;
  font-weight: 800;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 10px rgba(var(--brand-rgb), 0.35);
  letter-spacing: -0.02em;
}

.process-card__img {
  width: 104px !important;
  height: 104px !important;
  max-width: none;
  margin: 0 auto 0.85rem;
  object-fit: contain;
  border-radius: var(--radius-sm);
  padding: 0.45rem;
  background: var(--brand-softer);
  border: 1px solid var(--line);
}

.process-card h3 {
  margin: 0 0 0.4rem;
  font-size: 0.98rem;
  font-weight: 700;
}

.process-card p {
  margin: 0;
  font-size: 0.875rem;
  color: var(--text-muted);
  line-height: 1.55;
}

/* —— Stat —— */
.stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.85rem;
  margin-top: 1.75rem;
}

@media (min-width: 640px) {
  .stats {
    grid-template-columns: repeat(4, 1fr);
  }
}

.stat {
  text-align: center;
  padding: 1.1rem 0.65rem;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.stat__num {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  color: var(--brand);
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.stat__label {
  margin-top: 0.4rem;
  font-size: 0.75rem;
  color: var(--text-muted);
  line-height: 1.35;
}

/* —— B2B „impact” sáv (számok) — ISS / nagy facility-stílus —— */
.stats-impact-wrap {
  margin-top: 2.35rem;
  padding: 2rem 1.35rem;
  background: linear-gradient(152deg, var(--brand-ink) 0%, #32262d 45%, var(--brand-dark) 100%);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.07);
  box-shadow: 0 22px 56px rgba(45, 42, 44, 0.16);
}

.stats-impact-wrap__eyebrow {
  margin: 0 0 1.1rem;
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: rgba(255, 255, 255, 0.52);
}

.stats--impact {
  margin-top: 0;
}

.stats--impact .stat {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.12);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}

.stats--impact .stat__num {
  color: #fff;
  text-shadow: 0 1px 18px rgba(var(--brand-rgb), 0.35);
}

.stats--impact .stat__label {
  color: rgba(255, 255, 255, 0.76);
}

/* —— Idézetek —— */
.testimonials {
  display: grid;
  gap: 1rem;
}

@media (min-width: 768px) {
  .testimonials {
    grid-template-columns: repeat(3, 1fr);
  }
}

.quote {
  margin: 0;
  padding: 1.35rem 1.2rem;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  transition: box-shadow 0.3s var(--ease-out), transform 0.3s var(--ease-out), border-color 0.2s;
}

.quote:hover {
  box-shadow: var(--shadow);
  transform: translateY(-2px);
  border-color: rgba(var(--brand-rgb), 0.18);
}

@media (prefers-reduced-motion: reduce) {
  .quote:hover {
    transform: none;
  }
}

.quote p {
  margin: 0 0 0.75rem;
  font-size: 0.95rem;
  color: var(--text-muted);
  line-height: 1.6;
}

.quote cite {
  font-style: normal;
  font-weight: 700;
  font-size: 0.85rem;
  color: var(--brand-dark);
}

.google-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  margin-top: 1.75rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--line);
}

/* —— CTA sáv —— */
.cta-band {
  margin-top: 2rem;
  padding: 1.75rem 1.35rem;
  background: linear-gradient(135deg, var(--brand-soft) 0%, #fff 55%, var(--brand-softer) 100%);
  border: 1px solid var(--line);
  border-left: 4px solid var(--brand);
  border-radius: var(--radius-lg);
  text-align: center;
  box-shadow: var(--shadow-sm);
}

.cta-band h2 {
  margin: 0 0 0.5rem;
  font-size: clamp(1.2rem, 2.5vw, 1.5rem);
  font-weight: 800;
  letter-spacing: -0.02em;
}

.cta-band p {
  margin: 0 0 1rem;
  color: var(--text-muted);
  font-size: 0.95rem;
  line-height: 1.6;
}

.cta-band .btn {
  margin: 0.25rem;
}

@media (min-width: 768px) {
  .cta-band {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem 1.75rem;
    text-align: left;
    padding: 2rem 1.85rem;
  }

  .cta-band__text {
    flex: 1 1 16rem;
    max-width: 36rem;
  }

  .cta-band__text p {
    margin-bottom: 0;
  }

  .cta-band__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    justify-content: flex-end;
  }
}

/* —— Partnerek —— */
.partner-marquee {
  margin-top: 1.5rem;
  padding: 1.25rem 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
}

@keyframes marquee-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.partner-marquee__track {
  display: flex;
  gap: 2.25rem;
  align-items: center;
  width: max-content;
  padding: 0 1.25rem;
  animation: marquee-scroll 34s linear infinite;
}

.partner-marquee:hover .partner-marquee__track {
  animation-play-state: paused;
}

.partner-marquee img {
  height: 44px;
  width: auto;
  max-width: 120px;
  object-fit: contain;
  opacity: 0.82;
  filter: grayscale(0.06);
}

/* —— Partnerek: nagy, rácsos showcase (főoldal) —— */
.section--partners {
  background: linear-gradient(180deg, var(--surface) 0%, var(--surface-muted) 45%, var(--surface) 100%);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding-top: 3.5rem;
  padding-bottom: 3.75rem;
}

.partners-showcase__head {
  text-align: center;
  max-width: 38rem;
  margin: 0 auto;
}

.partners-showcase__head .title-line {
  margin-left: auto;
  margin-right: auto;
}

.partners-showcase__intro {
  margin-left: auto;
  margin-right: auto;
}

.partners-grid {
  list-style: none;
  margin: 2.75rem auto 0;
  padding: 0;
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 58rem;
}

@media (min-width: 640px) {
  .partners-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.4rem;
  }
}

@media (min-width: 1024px) {
  .partners-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1.5rem;
    max-width: none;
  }
}

.partner-tile {
  list-style: none;
}

.partner-tile__frame {
  height: 100%;
  min-height: 7.5rem;
  padding: 1.65rem 1.35rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(165deg, #fff 0%, var(--brand-softer) 100%);
  border: 1px solid var(--line);
  border-radius: calc(var(--radius-lg) + 2px);
  box-shadow:
    0 4px 16px rgba(45, 42, 44, 0.05),
    0 0 0 1px rgba(255, 255, 255, 0.9) inset;
  transition: transform 0.4s var(--ease-out), box-shadow 0.4s var(--ease-out), border-color 0.3s;
}

.partner-tile:hover .partner-tile__frame {
  transform: translateY(-8px) scale(1.02);
  border-color: rgba(var(--brand-rgb), 0.28);
  box-shadow:
    0 22px 48px rgba(45, 42, 44, 0.1),
    0 0 0 1px rgba(var(--brand-rgb), 0.08) inset;
}

.partner-tile__frame img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 4.5rem;
  object-fit: contain;
  filter: grayscale(0.12) contrast(1.02);
  opacity: 0.92;
  transition: filter 0.35s, opacity 0.35s, transform 0.4s var(--ease-out);
}

@media (min-width: 768px) {
  .partner-tile__frame {
    min-height: 8.25rem;
    padding: 2rem 1.5rem;
  }

  .partner-tile__frame img {
    max-height: 5.25rem;
  }
}

.partner-tile:hover .partner-tile__frame img {
  filter: grayscale(0);
  opacity: 1;
  transform: scale(1.06);
}

@media (prefers-reduced-motion: reduce) {
  .partner-tile:hover .partner-tile__frame,
  .partner-tile:hover .partner-tile__frame img {
    transform: none;
  }
}

@media (max-width: 639px) {
  .partner-tile:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    max-width: 22rem;
    margin-left: auto;
    margin-right: auto;
  }
}

/* —— Gombok —— */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.65rem 1.25rem;
  font-family: inherit;
  font-size: 0.9375rem;
  font-weight: 700;
  border-radius: var(--radius-sm);
  border: 2px solid transparent;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.25s var(--ease-out),
    transform 0.2s var(--ease-out);
}

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

.btn:active {
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .btn:hover,
  .btn:active {
    transform: none;
  }
}

.btn--primary {
  background: var(--brand);
  color: #fff;
  border-color: var(--brand);
  box-shadow: var(--shadow-brand);
}

.btn--primary:hover {
  background: var(--brand-hover);
  border-color: var(--brand-hover);
  color: #fff;
}

.btn--ghost {
  background: transparent;
  color: var(--brand-dark);
  border-color: var(--line-strong);
}

.btn--ghost:hover {
  border-color: var(--brand);
  background: var(--brand-softer);
  color: var(--brand-dark);
}

/* —— Footer —— */
.site-footer {
  background: #2a2829;
  color: #c4c0c2;
  padding: 2.75rem 1.25rem 1rem;
  border-top: 3px solid var(--brand);
}

.site-footer a {
  color: #eceaeb;
  text-decoration: none;
}

.site-footer a:hover {
  color: #f5cfe0;
  text-decoration: underline;
}

.site-footer__inner {
  max-width: var(--container);
  margin: 0 auto;
  display: grid;
  gap: 1.75rem;
}

@media (min-width: 768px) {
  .site-footer__inner {
    grid-template-columns: 1.3fr 1fr 1fr 1fr;
  }
}

.site-footer__brand {
  min-width: 0;
}

.site-footer .footer-logo {
  display: block;
  max-width: 200px;
  height: auto;
  margin-bottom: 0.75rem;
}

.site-footer__tagline {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.55;
  max-width: 22rem;
  color: #c4c0c2;
}

.site-footer__tagline strong {
  color: #fff;
  font-weight: 700;
}

.site-footer h3 {
  margin: 0 0 0.65rem;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.site-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-footer li {
  margin-bottom: 0.4rem;
  font-size: 0.9rem;
}

.site-footer__bottom {
  max-width: var(--container);
  margin: 1.75rem auto 0;
  padding-top: 1.1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.8rem;
  text-align: center;
  color: #9a9597;
}

/* —— Kapcsolat —— */
.contact-shell {
  max-width: 56rem;
  margin: 0 auto;
}

.contact-shell--wide {
  max-width: var(--container);
}

/* —— Kapcsolat oldal: nagy hero + csatornák + panelek —— */
.contact-page .section--contact {
  padding-top: 2.5rem;
  padding-bottom: 4rem;
}

.contact-hero {
  position: relative;
  overflow: hidden;
  background: var(--surface);
  border-bottom: 1px solid var(--line);
  padding: 2.75rem 1.25rem 4.5rem;
}

@media (min-width: 768px) {
  .contact-hero {
    padding: 3.5rem 1.5rem 5.5rem;
  }
}

.contact-hero__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 90% 70% at 88% 0%, rgba(var(--brand-rgb), 0.11), transparent 55%),
    radial-gradient(ellipse 45% 50% at 0% 100%, rgba(var(--brand-rgb), 0.08), transparent 50%),
    linear-gradient(185deg, rgba(250, 248, 249, 0.9) 0%, var(--surface) 42%);
}

.contact-hero__inner {
  position: relative;
  z-index: 1;
  max-width: var(--container);
  margin: 0 auto;
  display: grid;
  gap: 2.25rem;
  align-items: center;
}

@media (min-width: 1024px) {
  .contact-hero__inner {
    grid-template-columns: 1fr 1.02fr;
    gap: 3rem;
    align-items: center;
  }
}

.contact-hero__eyebrow {
  margin: 0 0 0.85rem;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--brand-dark);
}

.contact-hero h1,
.contact-hero .contact-hero__copy h1 {
  margin: 0 0 1.1rem;
  font-size: clamp(2.15rem, 5.5vw, 3.65rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.038em;
  color: var(--text);
}

.contact-hero__lead {
  margin: 0 0 1.5rem;
  font-size: clamp(1.05rem, 1.9vw, 1.2rem);
  line-height: 1.65;
  color: var(--text-muted);
  max-width: 38rem;
}

.contact-hero__lead strong {
  color: var(--text);
  font-weight: 700;
}

.contact-hero__chips {
  list-style: none;
  margin: 0 0 1.75rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.5rem;
}

.contact-hero__chips li {
  padding: 0.45rem 1rem;
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--brand-dark);
  background: var(--brand-softer);
  border: 1px solid rgba(var(--brand-rgb), 0.14);
  border-radius: 999px;
}

.contact-hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  align-items: center;
}

.contact-hero__btn-primary {
  padding: 0.85rem 1.65rem;
  font-size: 1rem;
}

.contact-hero__btn-tel {
  padding: 0.85rem 1.35rem;
  font-size: 1rem;
}

.contact-hero__figure {
  margin: 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow:
    0 28px 60px rgba(45, 42, 44, 0.12),
    0 0 0 1px rgba(255, 255, 255, 0.6) inset;
  position: relative;
  transition: transform 0.5s var(--ease-out), box-shadow 0.45s var(--ease);
}

.contact-hero__figure::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  box-shadow: 0 0 0 3px rgba(var(--brand-rgb), 0.12);
}

.contact-hero__figure:hover {
  transform: translateY(-6px) scale(1.01);
  box-shadow: 0 36px 72px rgba(45, 42, 44, 0.14);
}

.contact-hero__figure img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
  transition: transform 0.7s var(--ease-out);
}

.contact-hero__figure:hover img {
  transform: scale(1.04);
}

@media (prefers-reduced-motion: reduce) {
  .contact-hero__figure:hover,
  .contact-hero__figure:hover img {
    transform: none;
  }
}

.contact-channels {
  position: relative;
  z-index: 2;
  margin-top: -2.75rem;
  padding: 0 1.25rem 2.5rem;
  pointer-events: none;
}

.contact-channels__inner {
  pointer-events: auto;
  max-width: var(--container);
  margin: 0 auto;
  display: grid;
  gap: 1rem;
}

@media (min-width: 768px) {
  .contact-channels__inner {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.15rem;
  }
}

.contact-channel {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.35rem 1.4rem;
  background: var(--surface);
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  box-shadow: 0 18px 46px rgba(45, 42, 44, 0.1);
  text-decoration: none;
  color: inherit;
  transition: transform 0.35s var(--ease-out), box-shadow 0.35s, border-color 0.25s;
}

.contact-channel:hover {
  transform: translateY(-5px);
  border-color: rgba(var(--brand-rgb), 0.28);
  box-shadow: 0 26px 56px rgba(45, 42, 44, 0.13);
}

@media (prefers-reduced-motion: reduce) {
  .contact-channel:hover {
    transform: none;
  }
}

.contact-channel__icon {
  flex-shrink: 0;
  width: 3.1rem;
  height: 3.1rem;
  border-radius: var(--radius-sm);
  background: var(--brand-soft);
  color: var(--brand-dark);
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-channel__body {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  min-width: 0;
}

.contact-channel__label {
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--brand);
}

.contact-channel__value {
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--text);
  word-break: break-word;
}

.contact-channel__hint {
  font-size: 0.8125rem;
  color: var(--text-muted);
  line-height: 1.4;
}

.contact-layout {
  display: grid;
  gap: 1.35rem;
}

@media (min-width: 900px) {
  .contact-layout {
    grid-template-columns: 1fr 1.05fr;
    align-items: start;
  }

  .contact-layout--epic {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.18fr);
    gap: 1.75rem;
    align-items: stretch;
  }
}

.contact-card {
  background: var(--surface);
  padding: 1.5rem 1.35rem;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
}

.contact-card h2 {
  margin-top: 0;
  font-size: 1.2rem;
}

.contact-card dl {
  margin: 0;
}

.contact-card dt {
  font-weight: 700;
  margin-top: 0.85rem;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--brand);
}

.contact-card dt:first-child {
  margin-top: 0;
}

.contact-card dd {
  margin: 0.2rem 0 0;
  color: var(--text-muted);
}

.contact-card--aside {
  padding: 1.75rem 1.5rem;
  border-radius: var(--radius-lg);
}

.contact-aside__title {
  margin: 0 0 0.35rem;
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: var(--text);
}

.contact-aside__meta {
  margin: 0 0 1.2rem;
  padding-bottom: 1.1rem;
  border-bottom: 1px solid var(--line);
  font-size: 0.9375rem;
  color: var(--text-muted);
  line-height: 1.5;
}

.contact-dl {
  margin: 0;
}

.contact-card--form {
  padding: 0;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  box-shadow:
    0 24px 56px rgba(45, 42, 44, 0.09),
    0 0 0 1px rgba(255, 255, 255, 0.8) inset;
  background: var(--surface);
  overflow: hidden;
}

.contact-card--form::before {
  content: "";
  display: block;
  height: 5px;
  background: linear-gradient(90deg, var(--brand), var(--brand-hover), var(--brand-dark));
}

.contact-form-head {
  padding: 2rem 1.75rem 1.25rem;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(180deg, var(--brand-softer) 0%, var(--surface) 100%);
}

.contact-form-head__eyebrow {
  margin: 0 0 0.4rem;
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--brand-dark);
}

.contact-form-head__title {
  margin: 0 0 0.65rem;
  font-size: clamp(1.35rem, 2.8vw, 1.75rem);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.15;
  color: var(--text);
}

.contact-form-head__lead {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--text-muted);
  max-width: 40rem;
}

.contact-form-head__lead strong {
  color: var(--text);
}

.contact-form-fields {
  padding: 1.75rem 1.75rem 2.25rem;
  gap: 1.15rem;
}

.contact-field label {
  font-size: 0.8125rem;
  margin-bottom: 0.4rem;
  color: var(--text);
}

.contact-page .contact-card--form input,
.contact-page .contact-card--form textarea {
  padding: 0.85rem 1rem;
  font-size: 1.02rem;
  border-radius: var(--radius-sm);
  border-width: 1.5px;
}

.contact-page .contact-card--form textarea {
  min-height: 11.5rem;
}

.contact-form-row {
  gap: 1rem;
}

.contact-captcha {
  padding: 1rem 1.1rem;
  border-radius: var(--radius-sm);
  background: var(--surface-muted);
  border: 1px solid var(--line);
}

.contact-captcha__label {
  display: block;
  font-weight: 600;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}

.contact-captcha__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem 1rem;
}

.contact-captcha__hint {
  font-size: 0.8125rem;
  color: var(--text-muted);
  flex: 1 1 12rem;
  margin: 0;
}

.contact-submit {
  width: 100%;
  justify-content: center;
  padding: 1rem 1.5rem;
  font-size: 1.05rem;
  margin-top: 0.25rem;
}

.contact-form-footnote {
  margin: 0;
  padding: 1rem 1.75rem 1.75rem;
  font-size: 0.875rem;
  color: var(--text-muted);
  border-top: 1px solid var(--line);
  background: var(--surface-muted);
}

.contact-form-footnote a {
  font-weight: 700;
}

.form-sent-banner--hero {
  padding: 1.15rem 1.35rem;
  font-size: 1rem;
  border-radius: var(--radius-lg);
  border-left: 4px solid var(--brand);
  box-shadow: var(--shadow-sm);
  margin-bottom: 1.75rem;
}

.contact-hero-grid {
  display: grid;
  gap: 1.5rem;
  align-items: center;
}

@media (min-width: 900px) {
  .contact-hero-grid {
    grid-template-columns: 1fr 0.95fr;
  }
}

.form-grid {
  display: grid;
  gap: 0.85rem;
}

@media (min-width: 640px) {
  .form-grid--2 {
    grid-template-columns: 1fr 1fr;
  }
}

label {
  display: block;
  font-weight: 600;
  font-size: 0.875rem;
  margin-bottom: 0.3rem;
}

input,
textarea {
  width: 100%;
  padding: 0.65rem 0.85rem;
  font-family: inherit;
  font-size: 1rem;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-sm);
  background: var(--surface);
  transition: border-color 0.2s, box-shadow 0.2s;
}

input:focus,
textarea:focus {
  outline: none;
  border-color: var(--brand);
  box-shadow: 0 0 0 3px rgba(var(--brand-rgb), 0.12);
}

textarea {
  min-height: 8rem;
  resize: vertical;
}

.form-note {
  font-size: 0.875rem;
  color: var(--text-muted);
  margin-top: 0.85rem;
}

.form-captcha-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem 1rem;
}

#captcha-answer {
  max-width: 5.5rem;
}

.form-alert {
  display: none;
  padding: 0.65rem 0.9rem;
  border-radius: var(--radius-sm);
  background: #fdeef4;
  border: 1px solid rgba(var(--brand-rgb), 0.35);
  color: var(--brand-ink);
  font-size: 0.875rem;
  margin-top: 0.75rem;
}

.form-alert.is-visible {
  display: block;
}

.form-sent-banner {
  display: none;
  padding: 0.9rem 1.1rem;
  border-radius: var(--radius);
  background: var(--brand-soft);
  border: 1px solid var(--line);
  margin-bottom: 1.25rem;
  font-weight: 600;
  color: var(--brand-ink);
}

.form-sent-banner.is-visible {
  display: block;
}

/* —— Rólunk bio —— */
.bio-stack {
  display: grid;
  gap: 1.35rem;
  margin-top: 1.5rem;
}

.bio-panel {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}

.bio-panel__body {
  padding: 1.35rem 1.25rem;
}

.bio-panel__body h3 {
  margin: 0 0 0.15rem;
  color: var(--brand-dark);
  font-size: 1.15rem;
}

.bio-panel__role {
  margin: 0 0 0.85rem;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--text-muted);
}

.bio-panel__body p {
  margin: 0 0 0.75rem;
  color: var(--text-muted);
  font-size: 0.98rem;
  line-height: 1.65;
}

.bio-panel__body p:last-child {
  margin-bottom: 0;
}

.bio-panel--with-photo {
  display: grid;
  padding: 0;
}

@media (min-width: 768px) {
  .bio-panel--with-photo {
    grid-template-columns: minmax(200px, 32%) 1fr;
  }
}

.bio-panel__photo {
  margin: 0;
  position: relative;
  min-height: 220px;
  background: var(--brand-softer);
}

@media (min-width: 768px) {
  .bio-panel__photo {
    min-height: 100%;
  }
}

.bio-panel__photo img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
  display: block;
}

@media (min-width: 768px) {
  .bio-panel__photo img {
    position: absolute;
    inset: 0;
    min-height: 100%;
  }
}

/* —— Szöveges aloldalak —— */
.prose {
  max-width: 44rem;
  color: var(--text-muted);
}

.prose h2 {
  margin: 1.5rem 0 0.5rem;
  font-size: 1.1rem;
  color: var(--text);
}

.prose h2:first-child {
  margin-top: 0;
}

.prose p,
.prose li {
  margin: 0 0 0.7rem;
}

.prose ul {
  padding-left: 1.15rem;
}

/* —— Content pair (szolgáltatás / egyéb) —— */
.content-pair {
  display: grid;
  gap: 1.35rem;
  align-items: center;
}

@media (min-width: 768px) {
  .content-pair {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }

  .content-pair--flip > .content-pair__text {
    order: 2;
  }

  .content-pair--flip > .content-pair__media {
    order: 1;
  }
}

.content-pair__text h2,
.content-pair__text h3 {
  margin: 0 0 0.5rem;
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  font-weight: 800;
  color: var(--text);
}

.content-pair__media img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
  border-radius: var(--radius);
}

.stack-gap > * + * {
  margin-top: 2.5rem;
}

/* —— Reveal —— */
.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.55s var(--ease), transform 0.55s var(--ease);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-child {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.5s var(--ease) var(--reveal-delay, 0s),
    transform 0.5s var(--ease) var(--reveal-delay, 0s);
}

.reveal-child.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: no-preference) {
  .page-home .reveal {
    transform: translateY(44px) scale(0.965);
    filter: blur(5px);
    transition:
      opacity 0.85s var(--ease-out),
      transform 0.85s var(--ease-out),
      filter 0.85s var(--ease-out);
  }

  .page-home .reveal.is-visible {
    filter: blur(0);
    transform: translateY(0) scale(1);
  }

  .page-home .reveal-child {
    transform: translateY(32px) scale(0.97);
    filter: blur(4px);
    transition:
      opacity 0.72s var(--ease-out) var(--reveal-delay, 0s),
      transform 0.72s var(--ease-out) var(--reveal-delay, 0s),
      filter 0.72s var(--ease-out) var(--reveal-delay, 0s);
  }

  .page-home .reveal-child.is-visible {
    filter: blur(0);
    transform: translateY(0) scale(1);
  }
}

/* Egérrel billenő kártyák (főoldal, JS: .living-tilt) */
@media (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  .page-home .living-tilt {
    transform-style: preserve-3d;
    backface-visibility: hidden;
  }

  .page-home .card.living-tilt:hover {
    transform: none;
  }

  .page-home .process-card.living-tilt:hover {
    transform: none;
  }

  .page-home .quote.living-tilt:hover {
    transform: none;
  }

  .page-home .region-band__figure.living-tilt:hover {
    transform: none;
  }
}

/* —— Főoldal: max „Dora-szintű” extra rétegek —— */
.global-ambient {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 4;
  overflow: hidden;
}

.global-ambient__orb {
  position: absolute;
  border-radius: 50%;
  will-change: transform;
}

.global-ambient__orb-inner {
  position: absolute;
  inset: -12%;
  border-radius: 50%;
  filter: blur(56px);
  pointer-events: none;
  will-change: transform, opacity;
}

.global-ambient__orb--1 {
  width: min(42vmin, 22rem);
  height: min(42vmin, 22rem);
  top: -6%;
  left: -8%;
}

.global-ambient__orb--1 .global-ambient__orb-inner {
  background: radial-gradient(circle, rgba(var(--brand-rgb), 0.55) 0%, transparent 65%);
  opacity: 0.38;
  animation: global-orb-dance 28s ease-in-out infinite;
}

.global-ambient__orb--2 {
  width: min(48vmin, 26rem);
  height: min(48vmin, 26rem);
  bottom: -12%;
  right: -14%;
}

.global-ambient__orb--2 .global-ambient__orb-inner {
  background: radial-gradient(circle, rgba(232, 184, 216, 0.4) 0%, transparent 62%);
  opacity: 0.36;
  animation: global-orb-dance 32s ease-in-out infinite -6s reverse;
}

.global-ambient__orb--3 {
  width: min(32vmin, 16rem);
  height: min(32vmin, 16rem);
  top: 42%;
  right: 4%;
}

.global-ambient__orb--3 .global-ambient__orb-inner {
  background: radial-gradient(circle, rgba(255, 255, 255, 0.35) 0%, transparent 58%);
  opacity: 0.34;
  animation: global-orb-dance 22s ease-in-out infinite -3s;
}

@keyframes global-orb-dance {
  0%,
  100% {
    transform: translate(0, 0) scale(1) rotate(calc(var(--hero-progress, 0) * 18deg));
    opacity: 0.32;
  }
  33% {
    transform: translate(18px, -22px) scale(1.08) rotate(calc(var(--hero-progress, 0) * 22deg));
    opacity: 0.48;
  }
  66% {
    transform: translate(-14px, 16px) scale(0.94) rotate(calc(var(--hero-progress, 0) * 12deg));
    opacity: 0.4;
  }
}

.cursor-aura {
  position: fixed;
  left: 0;
  top: 0;
  width: min(320px, 55vw);
  height: min(320px, 55vw);
  margin: 0;
  border-radius: 50%;
  pointer-events: none;
  z-index: 6;
  background: radial-gradient(
    circle at 35% 35%,
    rgba(var(--brand-rgb), 0.16) 0%,
    rgba(var(--brand-rgb), 0.05) 38%,
    transparent 62%
  );
  filter: blur(28px);
  opacity: 0;
  will-change: left, top, opacity;
  transition: opacity 0.45s ease;
  transform: translate(-50%, -50%);
}

body.page-home.cursor-aura-on .cursor-aura {
  opacity: 1;
}

@media (prefers-reduced-motion: no-preference) {
  body.page-home .scroll-progress {
    background: linear-gradient(
      90deg,
      var(--brand),
      #f0c4da,
      var(--brand-hover),
      #e8b8d8,
      var(--brand)
    );
    background-size: 320% 100%;
    animation: progress-chroma 5s linear infinite;
  }

  .page-home .title-line {
    transform-origin: left center;
    transition:
      transform 1.05s var(--ease-out),
      opacity 0.65s ease;
  }

  .page-home .partners-showcase__head .title-line {
    transform-origin: center center;
  }

  .page-home .reveal:not(.is-visible) .title-line,
  .page-home .reveal-child:not(.is-visible) .title-line {
    transform: scaleX(0.18);
    opacity: 0.25;
  }

  .page-home .reveal.is-visible .title-line,
  .page-home .reveal-child.is-visible .title-line {
    transform: scaleX(1);
    opacity: 1;
  }

  .page-home .sector-pills__list li {
    animation: pill-wobble 5.5s ease-in-out infinite;
  }

  .page-home .sector-pills__list li:nth-child(1) {
    animation-delay: 0s;
  }

  .page-home .sector-pills__list li:nth-child(2) {
    animation-delay: 0.4s;
  }

  .page-home .sector-pills__list li:nth-child(3) {
    animation-delay: 0.8s;
  }

  .page-home .sector-pills__list li:nth-child(4) {
    animation-delay: 1.2s;
  }

  .page-home .sector-pills__list li:nth-child(5) {
    animation-delay: 1.55s;
  }

  .page-home .card--feature .card__media img {
    animation: living-ken 36s ease-in-out infinite alternate;
  }

  .page-home .process-row--timeline::before {
    background: linear-gradient(
      90deg,
      transparent 0%,
      rgba(var(--brand-rgb), 0.08) 15%,
      rgba(var(--brand-rgb), 0.45) 50%,
      rgba(var(--brand-rgb), 0.08) 85%,
      transparent 100%
    );
    background-size: 220% 100%;
    animation: process-line-flow 6s linear infinite;
  }
}

@keyframes progress-chroma {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}

@keyframes pill-wobble {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
  }
}

@keyframes living-ken {
  0% {
    transform: scale(1) translate(0, 0);
  }
  100% {
    transform: scale(1.1) translate(-2.5%, 1.8%);
  }
}

@keyframes process-line-flow {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .global-ambient__orb,
  .global-ambient__orb-inner {
    transform: none !important;
    animation: none !important;
  }

  .page-home .sector-pills__list li {
    animation: none !important;
  }

  .page-home .card--feature .card__media img {
    animation: none !important;
  }

  .page-home .process-row--timeline::before {
    animation: none !important;
    background: linear-gradient(
      90deg,
      transparent,
      rgba(var(--brand-rgb), 0.22) 8%,
      rgba(var(--brand-rgb), 0.22) 92%,
      transparent
    ) !important;
    background-size: auto !important;
  }

  .page-home .reveal:not(.is-visible) .title-line,
  .page-home .reveal.is-visible .title-line,
  .page-home .reveal-child:not(.is-visible) .title-line,
  .page-home .reveal-child.is-visible .title-line {
    transform: none !important;
    opacity: 1 !important;
  }
}

/* —— Süti —— */
.cookie-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  padding: 1rem 1.25rem;
  background: rgba(255, 255, 255, 0.98);
  border-top: 1px solid var(--line);
  box-shadow: 0 -6px 24px rgba(0, 0, 0, 0.06);
  display: none;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.cookie-bar.is-open {
  display: flex;
}

.cookie-bar p {
  margin: 0;
  flex: 1 1 14rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

/* —— Mobil menü —— */
@media (max-width: 1049px) {
  .nav-toggle {
    display: flex;
  }

  .nav-primary {
    position: fixed;
    inset: 0 0 0 auto;
    top: var(--header-offset, 0px);
    width: min(18.5rem, 88vw);
    height: calc(100vh - var(--header-offset, 0px));
    background: #fff;
    flex-direction: column;
    align-items: stretch;
    padding: 1.1rem;
    gap: 0.1rem;
    box-shadow: -6px 0 28px rgba(0, 0, 0, 0.08);
    transform: translateX(100%);
    transition: transform 0.32s var(--ease);
    z-index: 999;
    overflow-y: auto;
    border-left: 1px solid var(--line);
  }

  .nav-primary.is-open {
    transform: translateX(0);
  }

  .nav-primary a {
    padding: 0.75rem 0.85rem;
  }

  .nav-primary__cta {
    margin-left: 0 !important;
    margin-top: 0.5rem;
    text-align: center;
  }

  .nav-backdrop {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(45, 42, 44, 0.35);
    z-index: 998;
  }

  .nav-backdrop.is-open {
    display: block;
  }
}

@media (min-width: 1050px) {
  .nav-backdrop {
    display: none !important;
  }
}
