/*
Theme Name: Elite Image Events
Theme URI: https://eliteimage-events.hu
Author: Elite Image Events
Description: WordPress-kompatibilis prémium fotó-videó weboldal az Elite Image Events számára.
Version: 1.0.24
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: elite-image-events
*/

:root {
  --ink: #07080b;
  --ink-soft: #11141b;
  --navy: #10182a;
  --navy-2: #17213a;
  --gold: #d8b66a;
  --gold-2: #f0d489;
  --cream: #f4efe6;
  --cream-2: #fffaf0;
  --white: #ffffff;
  --muted: #bdb4a5;
  --muted-dark: #665d50;
  --wine: #632d3a;
  --line: rgba(216, 182, 106, 0.24);
  --line-dark: rgba(7, 8, 11, 0.12);
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.36);
  --max: 1180px;
  --radius: 8px;
  --logo-header-width: 152px;
  --logo-footer-width: 148px;
  --logo-footer-max-height: 176px;
  --body: "Inter", Arial, sans-serif;
  --display: "Playfair Display", Georgia, serif;
}

/* Light marble palette refresh */
:root {
  --ink: #202024;
  --ink-soft: #323234;
  --navy: #f9f7f2;
  --navy-2: #f0ebe2;
  --gold: #d0a94f;
  --gold-2: #e6c66d;
  --cream: #faf7f0;
  --cream-2: #ffffff;
  --white: #ffffff;
  --muted: #68645d;
  --muted-dark: #5a5650;
  --wine: #8d6b49;
  --line: rgba(178, 141, 58, 0.2);
  --line-dark: rgba(32, 32, 36, 0.12);
  --shadow: 0 22px 60px rgba(54, 48, 38, 0.12);
}

html {
  background: #f7f4ef;
}

body {
  color: var(--ink);
  background:
    radial-gradient(circle at 14% 10%, rgba(208, 169, 79, 0.08), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(246, 242, 235, 0.96)),
    url("assets/hero-current.webp");
  background-size: auto, auto, 820px auto;
  background-attachment: scroll, scroll, scroll;
}

.site-header {
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 12px 34px rgba(55, 48, 38, 0.1);
}

.nav-links {
  background: transparent;
}

.nav-links a {
  color: var(--ink-soft);
}

.nav-links a:hover,
.nav-links a[aria-current="page"] {
  color: #b58b2f;
  border-color: rgba(208, 169, 79, 0.36);
  background: rgba(208, 169, 79, 0.08);
}

.nav-toggle {
  border-color: rgba(208, 169, 79, 0.34);
  background: rgba(255, 255, 255, 0.72);
}

.nav-toggle span {
  background: #b58b2f;
}

.hero,
.subhero {
  color: var(--ink);
  background: #f8f5ef;
}

.hero-visual,
.subhero::before {
  opacity: 0.28;
  filter: saturate(0.72) contrast(1.02) brightness(1.1);
}

.hero-overlay,
.subhero::after {
  background:
    linear-gradient(90deg, rgba(250, 247, 240, 0.96) 0%, rgba(250, 247, 240, 0.86) 48%, rgba(250, 247, 240, 0.56) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.24) 0%, rgba(246, 242, 235, 0.92) 100%);
}

.hero::before,
.subhero .subhero-content::before {
  background: linear-gradient(180deg, transparent 0%, rgba(246, 242, 235, 0.92) 100%);
}

h1,
h2,
h3 {
  color: var(--ink);
  text-shadow: none;
}

.hero p,
.subhero p,
.section-intro p,
.split-copy p,
.detail-main p,
.form-copy p,
.contact-card p,
.empty-state p,
.cta-band p,
.pricing-lead p,
.pricing-video-note p,
.pricing-note p,
.price-note {
  color: var(--muted);
}

.eyebrow,
.trust-strip strong,
.reason-card span,
.process-card span,
.price-card > span,
.service-card-kicker,
.pricing-tier > span,
.pricing-note strong,
.empty-state span {
  color: #b58b2f;
}

.trust-strip span {
  color: var(--ink-soft);
}

.button-gold,
a.button-gold,
.button.button-gold,
.mini-button-gold,
.contact-card a.button-gold,
.empty-state a.button-gold,
.pricing-tier a.button-gold,
.pricing-video-note a.button-gold,
.price-card a.button-gold {
  color: #171510;
  background: linear-gradient(180deg, #edcf79, #cfa64d);
  border-color: rgba(164, 124, 38, 0.28);
}

.button-light,
.button-dark,
.mini-button-light {
  color: var(--ink);
  border-color: rgba(32, 32, 36, 0.18);
  background: rgba(255, 255, 255, 0.72);
}

.trust-strip {
  margin: 32px auto 24px;
  border-color: rgba(208, 169, 79, 0.22);
  background: rgba(208, 169, 79, 0.18);
  box-shadow: var(--shadow);
}

.trust-strip div,
.service-card,
.reason-card,
.process-card,
.price-card,
.contact-card,
.info-list,
.detail-aside,
.form-panel,
.empty-state,
.faq-item,
.pricing-category,
.pricing-tier,
.pricing-note,
.team-band,
.cta-band {
  color: var(--ink);
  border-color: rgba(178, 141, 58, 0.2);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(250, 247, 240, 0.78)),
    rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow);
}

.section-cream {
  color: var(--ink);
  background:
    linear-gradient(
      180deg,
      rgba(246, 242, 235, 0.82) 0%,
      rgba(255, 255, 255, 0.95) 12%,
      rgba(248, 245, 239, 0.96) 88%,
      rgba(246, 242, 235, 0.84) 100%
    ),
    url("assets/hero-current.webp");
  background-size: cover;
}

.section-cream .section-intro p,
.section-cream .process-card p,
.section-cream .portfolio-strip span,
.reason-card p,
.detail-aside p,
.info-list li,
.process-card li,
.price-card li,
.price-card p,
.service-card-body p,
.faq-item p {
  color: var(--muted);
}

.editorial-frame {
  border-color: rgba(178, 141, 58, 0.24);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow);
}

.frame-caption {
  color: var(--ink);
  border-color: rgba(208, 169, 79, 0.25);
  background: rgba(255, 255, 255, 0.82);
}

.service-card:hover {
  border-color: rgba(208, 169, 79, 0.44);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(249, 244, 235, 0.86)),
    rgba(255, 255, 255, 0.82);
}

.service-image,
.portfolio-tile,
.portfolio-card {
  background: #eee7db;
}

.text-link {
  color: var(--ink);
  border-bottom-color: rgba(32, 32, 36, 0.26);
}

.text-link-gold,
.contact-card a,
.footer-links a:hover,
.footer-inner p a:hover {
  color: #b58b2f;
}

.portfolio-tile::after,
.portfolio-card::after {
  background: linear-gradient(180deg, transparent 30%, rgba(32, 32, 36, 0.7) 100%);
}

.team-band {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(248, 241, 227, 0.78)),
    url("assets/hero-current.webp");
  background-size: cover;
}

.team-placeholder {
  color: var(--ink);
  border-color: rgba(208, 169, 79, 0.38);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(247, 241, 231, 0.78)),
    url("assets/hero-current.webp");
  background-size: cover;
}

.team-placeholder strong {
  color: #b58b2f;
}

.team-placeholder p,
.team-placeholder span {
  color: var(--muted);
}

.faq-item summary,
.price-card.is-featured p,
.price-card.is-featured li,
.price-card.is-featured strong {
  color: var(--ink);
}

.filter-bar button {
  color: var(--ink);
  border-color: rgba(178, 141, 58, 0.22);
  background: rgba(255, 255, 255, 0.72);
}

.filter-bar button.is-active,
.filter-bar button:hover {
  color: #171510;
  background: linear-gradient(180deg, #edcf79, #cfa64d);
}

.price-card strong,
.pricing-category h3,
.pricing-tier h3 {
  color: var(--ink);
}

.price-card.is-featured,
.pricing-tier.is-featured {
  color: var(--ink);
  border-color: rgba(208, 169, 79, 0.38);
  background:
    linear-gradient(180deg, rgba(238, 207, 121, 0.24), rgba(255, 255, 255, 0.8)),
    rgba(255, 255, 255, 0.72);
}

.pricing-page {
  background:
    radial-gradient(circle at 18% 10%, rgba(208, 169, 79, 0.12), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(246, 242, 235, 0.94)),
    url("assets/hero-current.webp");
  background-size: auto, auto, cover;
}

.pricing-category-prices span {
  color: var(--ink);
  border-color: rgba(32, 32, 36, 0.1);
  background: rgba(255, 255, 255, 0.78);
}

.pricing-category-prices small {
  color: var(--muted);
}

.pricing-category-prices .is-recommended,
.pricing-category-prices .is-recommended small {
  color: #171510;
}

.pricing-video-note {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(235, 213, 158, 0.3)),
    rgba(255, 255, 255, 0.78);
}

.hero-home h1 {
  font-style: italic;
}

.pricing-tier-price {
  display: block;
  margin: 8px 0 14px;
  color: #b58b2f;
  font-family: var(--display);
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  line-height: 1.1;
}

.info-list-featured {
  border-color: rgba(208, 169, 79, 0.42);
  background:
    linear-gradient(180deg, rgba(237, 207, 121, 0.2), rgba(255, 255, 255, 0.88)),
    rgba(255, 255, 255, 0.84);
  box-shadow: 0 24px 70px rgba(178, 141, 58, 0.16);
}

.info-list-featured h3 {
  color: #b58b2f;
}

.info-list-featured li {
  color: var(--ink);
  font-weight: 700;
}

.info-list-featured li::marker {
  color: #b58b2f;
}

input,
select,
textarea,
.service-choice-group,
.contact-snippets a,
.contact-snippets span,
.social-row a {
  color: var(--ink);
  border-color: rgba(178, 141, 58, 0.24);
  background: rgba(255, 255, 255, 0.72);
}

input::placeholder,
textarea::placeholder {
  color: #8b857a;
}

label,
legend {
  color: var(--ink-soft);
}

.checkbox-line,
.service-choice-group p {
  color: var(--muted);
}

.service-check {
  color: var(--ink);
  border-color: rgba(32, 32, 36, 0.1);
  background: rgba(255, 255, 255, 0.72);
}

.service-check:has(input:checked) {
  color: #171510;
  border-color: rgba(164, 124, 38, 0.28);
  background: linear-gradient(180deg, #edcf79, #cfa64d);
}

.form-message {
  color: #a77d25;
}

.cta-band {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(239, 225, 190, 0.68)),
    rgba(255, 255, 255, 0.78);
}

.site-footer {
  color: var(--muted);
  background:
    linear-gradient(180deg, rgba(247, 243, 236, 0.95), rgba(255, 255, 255, 0.98)),
    url("assets/hero-current.webp");
  background-size: cover;
  box-shadow: inset 0 24px 48px rgba(178, 141, 58, 0.08);
}

.footer-inner h2,
.footer-links a,
.footer-inner p a,
.footer-bottom a {
  color: var(--ink);
}

.footer-bottom {
  color: var(--muted);
}

.lightbox {
  background: rgba(32, 32, 36, 0.88);
}

@media (max-width: 900px) {
  .nav-links {
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 20px 42px rgba(55, 48, 38, 0.14);
  }
}

.info-list.info-list-featured {
  border-color: rgba(208, 169, 79, 0.42);
  background:
    linear-gradient(180deg, rgba(237, 207, 121, 0.2), rgba(255, 255, 255, 0.88)),
    rgba(255, 255, 255, 0.84);
  box-shadow: 0 24px 70px rgba(178, 141, 58, 0.16);
}

.info-list.info-list-featured h3 {
  color: #b58b2f;
}

.info-list.info-list-featured li {
  color: var(--ink);
  font-weight: 700;
}

.info-list.info-list-featured li::marker {
  color: #b58b2f;
}

h1,
h2,
h3,
.section-intro h2,
.service-card h3,
.info-list h3,
.process-card h3,
.reason-card h3,
.price-card h3,
.pricing-category h3,
.pricing-tier h3,
.pricing-video-note h2,
.contact-card h3,
.faq-item summary,
.cta-band h2,
.footer-inner h2 {
  font-style: italic !important;
}

.info-list-featured {
  border-color: rgba(208, 169, 79, 0.42);
  background:
    linear-gradient(180deg, rgba(237, 207, 121, 0.2), rgba(255, 255, 255, 0.88)),
    rgba(255, 255, 255, 0.84);
  box-shadow: 0 24px 70px rgba(178, 141, 58, 0.16);
}

.info-list-featured h3 {
  color: #b58b2f;
}

.info-list-featured li {
  color: var(--ink);
  font-weight: 700;
}

.info-list-featured li::marker {
  color: #b58b2f;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--ink);
}

body {
  margin: 0;
  color: var(--cream);
  background: linear-gradient(180deg, #07080b 0%, #10182a 46%, #07080b 100%);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.65;
}

body.menu-open {
  overflow: hidden;
}

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

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 16px;
  z-index: 100;
  transform: translateY(-140%);
  padding: 10px 14px;
  color: var(--ink);
  background: var(--gold-2);
  border-radius: 4px;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(7, 8, 11, 0.86);
  border-bottom: 0;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(18px);
}

.nav {
  width: min(var(--max), calc(100% - 32px));
  min-height: 74px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  width: var(--logo-header-width);
  min-width: 124px;
}

.brand img {
  width: auto;
  max-width: 100%;
  max-height: 54px;
  height: auto;
  object-fit: contain;
  object-position: left center;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: nowrap;
}

.nav-links a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  color: #efe8dc;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  border: 1px solid transparent;
  border-radius: 4px;
}

.nav-links a:hover,
.nav-links a[aria-current="page"] {
  color: var(--gold-2);
  border-color: rgba(216, 182, 106, 0.32);
  background: rgba(216, 182, 106, 0.08);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: transparent;
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: var(--gold-2);
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.menu-open .nav-toggle span:first-child {
  transform: translateY(3px) rotate(45deg);
}

.menu-open .nav-toggle span:last-child {
  transform: translateY(-4px) rotate(-45deg);
}

.hero,
.subhero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 76vh;
  display: grid;
  align-items: end;
  padding: 120px 0 46px;
  background: var(--ink);
}

.hero-visual,
.subhero::before {
  position: absolute;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.78) contrast(1.08) brightness(0.72);
}

.subhero::before {
  content: "";
  background-image: var(--hero-image);
  background-size: cover;
  background-position: center;
}

.hero-overlay,
.subhero::after {
  position: absolute;
  inset: 0;
  z-index: -2;
  content: "";
  background:
    linear-gradient(90deg, rgba(7, 8, 11, 0.92) 0%, rgba(7, 8, 11, 0.64) 45%, rgba(7, 8, 11, 0.18) 100%),
    linear-gradient(180deg, rgba(7, 8, 11, 0.32) 0%, rgba(7, 8, 11, 0.82) 100%);
}

.hero::before,
.subhero .subhero-content::before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  height: 40%;
  content: "";
  background: linear-gradient(180deg, transparent 0%, rgba(7, 8, 11, 0.92) 100%);
}

.hero-content,
.subhero-content {
  position: relative;
  z-index: 1;
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  max-width: 760px;
}

.subhero-content {
  margin-left: max(16px, calc((100% - var(--max)) / 2));
}

.service-subhero-esemenyek-es-rendezvenyek h1,
.service-detail-esemenyek-es-rendezvenyek .detail-main h2 {
  font-style: italic;
}

.eyebrow {
  display: inline-flex;
  margin-bottom: 16px;
  color: var(--gold-2);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: var(--display);
  letter-spacing: 0;
  line-height: 1.04;
}

h1 {
  margin-bottom: 22px;
  font-size: 4.5rem;
  max-width: 820px;
  color: var(--cream);
  font-style: italic;
  text-shadow: 0 18px 42px rgba(0, 0, 0, 0.42);
}

h2 {
  margin-bottom: 18px;
  font-size: 3rem;
}

h3 {
  margin-bottom: 12px;
  font-size: 1.25rem;
  line-height: 1.25;
}

.hero p,
.subhero p {
  max-width: 660px;
  margin-bottom: 30px;
  color: #efe8dc;
  font-size: 1.18rem;
}

.hero-actions,
.card-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

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

.button-gold {
  color: #16100a;
  background: linear-gradient(180deg, var(--gold-2), var(--gold));
  border-color: rgba(255, 255, 255, 0.24);
}

a.button-gold,
.button.button-gold,
.contact-card a.button-gold,
.empty-state a.button-gold,
.pricing-tier a.button-gold,
.pricing-video-note a.button-gold,
.price-card a.button-gold {
  color: #11100d;
}

.button-light {
  color: var(--cream-2);
  border-color: rgba(244, 239, 230, 0.44);
  background: rgba(244, 239, 230, 0.08);
}

.button-dark {
  color: var(--cream-2);
  border-color: var(--line);
  background: var(--navy);
}

.trust-strip {
  width: min(var(--max), calc(100% - 32px));
  margin: -24px auto 0;
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
  box-shadow: var(--shadow);
}

.trust-strip div {
  min-height: 116px;
  padding: 20px;
  background: linear-gradient(180deg, #11141b, #0c0e13);
}

.trust-strip strong {
  display: block;
  margin-bottom: 10px;
  color: var(--gold-2);
}

.trust-strip span {
  color: #e7ddcf;
  font-weight: 650;
}

.section {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  padding: 60px 0;
}

.section-cream {
  --cream-overlap: 48px;
  position: relative;
  width: 100%;
  max-width: none;
  margin-top: calc(var(--cream-overlap) * -1);
  margin-bottom: calc(var(--cream-overlap) * -1);
  padding:
    calc(60px + var(--cream-overlap))
    max(16px, calc((100% - var(--max)) / 2));
  color: var(--ink);
  background:
    linear-gradient(
      180deg,
      rgba(244, 239, 230, 0.88) 0%,
      rgba(255, 250, 240, 0.98) 12%,
      rgba(244, 239, 230, 0.98) 88%,
      rgba(244, 239, 230, 0.9) 100%
    ),
    url("assets/hero-current.webp");
  background-size: cover;
}

.section-intro {
  max-width: 760px;
  margin-bottom: 30px;
}

.section-intro p,
.split-copy p,
.detail-main p,
.form-copy p,
.contact-card p,
.empty-state p {
  color: var(--muted);
}

.section-cream .section-intro p,
.section-cream .process-card p,
.section-cream .portfolio-strip span {
  color: var(--muted-dark);
}

.split-section {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 46px;
  align-items: center;
}

.split-copy p {
  margin-bottom: 16px;
  font-size: 1.05rem;
}

.editorial-frame {
  position: relative;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: var(--shadow);
}

.editorial-frame img {
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
}

.frame-caption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  padding: 14px 16px;
  color: var(--cream-2);
  background: rgba(7, 8, 11, 0.78);
  border: 1px solid rgba(216, 182, 106, 0.28);
  border-radius: 4px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.service-card {
  min-width: 0;
  display: grid;
  grid-template-rows: auto 1fr;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.025)),
    var(--navy);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.22);
  transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

.service-card:hover {
  transform: translateY(-4px);
  border-color: rgba(240, 212, 137, 0.5);
  background:
    linear-gradient(180deg, rgba(216, 182, 106, 0.11), rgba(255, 255, 255, 0.035)),
    var(--navy);
}

.service-image {
  position: relative;
  display: block;
  overflow: hidden;
  background: var(--navy);
}

.service-image img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.service-card:hover .service-image img {
  transform: scale(1.06);
}

.service-image span {
  position: absolute;
  left: 12px;
  top: 12px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: var(--ink);
  background: var(--gold-2);
  border-radius: 4px;
  font-weight: 850;
}

.service-card-body {
  display: flex;
  flex-direction: column;
  padding: 24px;
}

.service-card-body p {
  min-height: 78px;
  margin-bottom: 22px;
  color: var(--muted);
  font-size: 0.95rem;
}

.service-card-kicker {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 12px;
  padding: 5px 9px;
  color: var(--gold-2);
  border: 1px solid rgba(216, 182, 106, 0.28);
  border-radius: 4px;
  background: rgba(216, 182, 106, 0.08);
  font-size: 0.74rem;
  font-weight: 850;
  text-transform: uppercase;
}

.card-actions {
  margin-top: auto;
}

.text-link {
  color: #efe8dc;
  font-weight: 800;
  border-bottom: 1px solid rgba(244, 239, 230, 0.34);
}

.text-link-gold {
  color: var(--gold-2);
  border-bottom-color: rgba(216, 182, 106, 0.6);
}

.mini-button {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 13px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 0.82rem;
  font-weight: 850;
  text-transform: uppercase;
}

.mini-button-light {
  color: var(--cream-2);
  border-color: rgba(244, 239, 230, 0.28);
  background: rgba(244, 239, 230, 0.06);
}

.mini-button-gold {
  color: #11100d;
  border-color: rgba(255, 255, 255, 0.18);
  background: linear-gradient(180deg, var(--gold-2), var(--gold));
}

.portfolio-strip,
.mini-gallery {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}

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

.portfolio-tile,
.portfolio-card {
  position: relative;
  min-height: 260px;
  padding: 0;
  overflow: hidden;
  color: var(--cream-2);
  border: 1px solid rgba(216, 182, 106, 0.26);
  border-radius: var(--radius);
  background: var(--navy);
}

.portfolio-tile img,
.portfolio-card img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
  filter: saturate(0.9) contrast(1.03);
  transition: transform 0.45s ease;
}

.portfolio-tile::after,
.portfolio-card::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 30%, rgba(7, 8, 11, 0.82) 100%);
}

.portfolio-tile:hover img,
.portfolio-card:hover img {
  transform: scale(1.06);
}

.portfolio-tile span,
.portfolio-card span {
  position: absolute;
  left: 14px;
  bottom: 14px;
  z-index: 2;
  padding: 6px 10px;
  color: var(--ink);
  background: var(--gold-2);
  border-radius: 4px;
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.portfolio-card strong {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 54px;
  z-index: 2;
  font-size: 1.02rem;
  text-align: left;
}

.center-action {
  margin-top: 30px;
  text-align: center;
}

.why-section {
  padding-top: 110px;
}

.reason-grid,
.process-grid,
.price-grid,
.contact-grid,
.info-columns {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

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

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

.reason-card,
.process-card,
.price-card,
.contact-card,
.info-list,
.detail-aside {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.04);
}

.process-card,
.price-card {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.74);
  border-color: var(--line-dark);
}

.reason-card span,
.process-card span,
.price-card > span {
  display: inline-flex;
  margin-bottom: 16px;
  color: var(--gold-2);
  font-weight: 850;
}

.process-card span,
.price-card > span {
  color: #8a6727;
}

.reason-card p,
.detail-aside p,
.info-list li {
  color: var(--muted);
}

.team-band {
  width: min(var(--max), calc(100% - 32px));
  margin: 24px auto 0;
  padding: 46px;
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 32px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(216, 182, 106, 0.16), rgba(23, 33, 58, 0.86));
  box-shadow: var(--shadow);
}

.team-placeholder {
  min-height: 230px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 8px;
  padding: 24px;
  color: var(--cream-2);
  text-align: center;
  border: 1px dashed rgba(240, 212, 137, 0.58);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(7, 8, 11, 0.82), rgba(16, 24, 42, 0.92)),
    url("assets/hero-current.webp");
  background-size: cover;
}

.team-placeholder strong {
  color: var(--gold-2);
  font-family: var(--display);
  font-size: 1.75rem;
}

.team-placeholder p,
.team-placeholder span {
  margin: 0;
  color: #d8cfbf;
}

.team-placeholder-large {
  min-height: 420px;
}

.subhero {
  min-height: 58vh;
}

.service-detail {
  padding-bottom: 72px;
}

.service-detail-eyebrow {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto 18px;
}

.detail-grid {
  display: grid;
  grid-template-columns: 1fr 330px;
  gap: 28px;
  align-items: start;
  margin-bottom: 28px;
}

.detail-main {
  max-width: 760px;
}

.info-list ul,
.price-card ul {
  margin: 0;
  padding-left: 18px;
}

.info-list li,
.price-card li {
  margin-bottom: 10px;
}

.faq-section {
  padding-top: 72px;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-item {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.04);
}

.faq-item summary {
  padding: 18px 20px;
  color: var(--cream-2);
  font-weight: 800;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item p {
  margin: 0;
  padding: 0 20px 20px;
  color: var(--muted);
}

.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 28px;
}

.filter-bar button {
  min-height: 42px;
  padding: 0 14px;
  color: var(--cream-2);
  border: 1px solid var(--line);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.04);
  font-weight: 800;
}

.filter-bar button.is-active,
.filter-bar button:hover {
  color: var(--ink);
  background: var(--gold-2);
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.portfolio-card {
  min-height: 330px;
}

.portfolio-card img {
  min-height: 330px;
}

.portfolio-card.is-hidden {
  display: none;
}

.price-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.price-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 100%;
  color: var(--cream-2);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025)),
    var(--navy);
  border-color: rgba(216, 182, 106, 0.24);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.2);
}

.price-card strong {
  display: block;
  color: var(--gold-2);
  font-family: var(--display);
  font-size: clamp(1.55rem, 2.4vw, 2.15rem);
  line-height: 1.1;
}

.price-card .button {
  margin-top: auto;
}

.price-card.is-featured {
  color: var(--cream-2);
  background:
    linear-gradient(180deg, rgba(240, 212, 137, 0.14), rgba(255, 255, 255, 0.035)),
    linear-gradient(180deg, #17213a, #07080b);
  border-color: rgba(240, 212, 137, 0.46);
  box-shadow: var(--shadow);
}

.price-card.is-featured p,
.price-card.is-featured li,
.price-card.is-featured strong {
  color: var(--cream-2);
}

.pricing-page {
  background:
    radial-gradient(circle at 18% 10%, rgba(216, 182, 106, 0.15), transparent 30%),
    linear-gradient(180deg, #0b101b 0%, #07080b 100%);
}

.pricing-lead {
  max-width: var(--max);
  margin: 0 auto 34px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 32px;
  align-items: end;
}

.pricing-lead h2 {
  margin-bottom: 0;
}

.pricing-lead p {
  margin-bottom: 8px;
  color: var(--muted);
}

.pricing-catalog {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.pricing-category {
  position: relative;
  min-height: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: stretch;
  padding: 24px;
  border: 1px solid rgba(216, 182, 106, 0.28);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025)),
    var(--navy);
  box-shadow: 0 20px 56px rgba(0, 0, 0, 0.24);
  overflow: hidden;
}

.pricing-category::before {
  content: none;
}

.pricing-category h3 {
  margin-bottom: 8px;
}

.pricing-category p {
  margin-bottom: 0;
  color: var(--muted);
}

.pricing-category-prices {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.pricing-category-prices span {
  min-height: 96px;
  display: grid;
  align-content: center;
  gap: 7px;
  padding: 15px 10px;
  color: var(--cream-2);
  text-align: center;
  border: 1px solid rgba(244, 239, 230, 0.12);
  border-radius: 6px;
  background: rgba(7, 8, 11, 0.34);
  font-size: 0.9rem;
  line-height: 1.1;
}

.pricing-category-prices small {
  color: var(--muted);
  font-family: var(--body);
  font-size: 0.7rem;
  font-weight: 850;
  text-transform: uppercase;
}

.pricing-category-prices strong {
  color: inherit;
  font-family: var(--display);
  font-size: clamp(1.42rem, 1.55vw, 1.72rem);
  line-height: 0.95;
  white-space: nowrap;
}

.pricing-category-prices em {
  color: inherit;
  font-style: normal;
  font-weight: 850;
  white-space: nowrap;
}

.pricing-category-prices .is-recommended {
  color: #11100d;
  border-color: rgba(255, 255, 255, 0.24);
  background: linear-gradient(180deg, var(--gold-2), var(--gold));
}

.pricing-category-prices .is-recommended small {
  color: rgba(17, 16, 13, 0.72);
}

.pricing-tier-grid {
  width: min(var(--max), calc(100% - 32px));
  margin: 42px auto 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.pricing-tier {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 28px;
  border: 1px solid rgba(216, 182, 106, 0.24);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.055);
}

.pricing-tier > span {
  width: fit-content;
  margin-bottom: 14px;
  padding: 5px 9px;
  color: var(--gold-2);
  border: 1px solid rgba(216, 182, 106, 0.3);
  border-radius: 4px;
  font-size: 0.74rem;
  font-weight: 850;
  text-transform: uppercase;
}

.pricing-tier ul {
  margin: 0 0 22px;
  padding-left: 18px;
  color: var(--muted);
}

.pricing-tier li {
  margin-bottom: 9px;
}

.pricing-tier .button {
  margin-top: auto;
}

.pricing-tier.is-featured {
  color: var(--cream-2);
  background:
    linear-gradient(180deg, rgba(240, 212, 137, 0.16), rgba(255, 255, 255, 0.04)),
    var(--navy);
  border-color: rgba(240, 212, 137, 0.58);
  box-shadow: var(--shadow);
}

.pricing-video-note {
  width: min(var(--max), calc(100% - 32px));
  margin: 42px auto 0;
  padding: 34px;
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1.22fr);
  gap: 16px 34px;
  align-items: center;
  border: 1px solid rgba(216, 182, 106, 0.32);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(216, 182, 106, 0.18), rgba(99, 45, 58, 0.16)),
    #10182a;
}

.pricing-video-note span,
.pricing-video-note p {
  color: var(--muted);
}

.pricing-video-note span {
  grid-column: 1 / -1;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.pricing-video-note h2,
.pricing-video-note p {
  margin-bottom: 0;
}

.pricing-video-note h2 {
  max-width: 430px;
  font-size: clamp(2.25rem, 3.1vw, 3rem);
}

.pricing-video-note .button {
  grid-column: 2;
  justify-self: start;
}

.pricing-notes {
  width: min(var(--max), calc(100% - 32px));
  margin: 26px auto 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.pricing-note {
  padding: 18px;
  border: 1px solid rgba(216, 182, 106, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.04);
}

.pricing-note strong {
  color: var(--gold-2);
}

.pricing-note p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.price-note {
  max-width: 820px;
  margin: 26px auto 0;
  color: var(--muted);
  text-align: center;
}

.form-layout {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 34px;
  align-items: start;
}

.form-panel {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.05);
  box-shadow: var(--shadow);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

label {
  display: grid;
  gap: 6px;
  color: #f0e7d8;
  font-size: 0.92rem;
  font-weight: 750;
}

fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  margin-bottom: 6px;
  color: #f0e7d8;
  font-size: 0.92rem;
  font-weight: 750;
}

.wide {
  grid-column: 1 / -1;
}

input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 13px;
  color: var(--cream-2);
  border: 1px solid rgba(216, 182, 106, 0.3);
  border-radius: 4px;
  background: rgba(7, 8, 11, 0.54);
  outline: none;
}

textarea {
  min-height: 130px;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--gold-2);
  box-shadow: 0 0 0 3px rgba(216, 182, 106, 0.16);
}

.service-choice-group {
  padding: 16px;
  border: 1px solid rgba(216, 182, 106, 0.24);
  border-radius: var(--radius);
  background: rgba(7, 8, 11, 0.34);
}

.service-choice-group p {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 0.9rem;
}

.service-check-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.service-check {
  min-height: 46px;
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  align-items: center;
  padding: 10px 12px;
  color: var(--cream-2);
  border: 1px solid rgba(244, 239, 230, 0.12);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.04);
  font-weight: 750;
  cursor: pointer;
}

.service-check input {
  width: 18px;
  min-height: 18px;
  padding: 0;
  accent-color: var(--gold);
}

.service-check:has(input:checked) {
  color: #11100d;
  border-color: rgba(255, 255, 255, 0.22);
  background: linear-gradient(180deg, var(--gold-2), var(--gold));
}

.checkbox-line {
  margin: 16px 0 18px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--muted);
  font-weight: 600;
}

.checkbox-line input {
  width: 18px;
  min-height: 18px;
  margin-top: 4px;
  accent-color: var(--gold);
}

.honeypot {
  position: absolute;
  left: -9999px;
}

.form-message {
  min-height: 24px;
  margin: 14px 0 0;
  color: var(--gold-2);
  font-weight: 700;
}

.contact-snippets {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.contact-snippets a,
.contact-snippets span,
.social-row a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 4px;
  color: var(--cream-2);
  background: rgba(255, 255, 255, 0.04);
}

.social-row a {
  justify-content: center;
  width: 44px;
  min-width: 44px;
  padding: 0;
}

.social-row svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.contact-section {
  display: grid;
  gap: 28px;
}

.contact-card a {
  color: var(--gold-2);
}

.social-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.empty-state {
  max-width: 760px;
  margin: 0 auto;
  padding: 52px;
  text-align: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.05);
  box-shadow: var(--shadow);
}

.empty-state span {
  color: var(--gold-2);
  font-weight: 800;
  text-transform: uppercase;
}

.cta-band {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto 92px;
  padding: 40px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  color: var(--cream-2);
  border: 1px solid rgba(240, 212, 137, 0.36);
  border-radius: var(--radius);
  background: linear-gradient(135deg, var(--navy), #07080b);
  box-shadow: var(--shadow);
}

.cta-band p {
  margin-bottom: 0;
  color: var(--muted);
}

.site-footer {
  color: #d8cfbf;
  background: #050609;
  border-top: 0;
  box-shadow: inset 0 24px 48px rgba(0, 0, 0, 0.24);
}

.footer-inner {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  padding: 56px 0;
  display: grid;
  grid-template-columns: 1.3fr 0.75fr 1fr 1fr;
  gap: 32px;
}

.footer-brand img {
  width: var(--logo-footer-width);
  max-height: var(--logo-footer-max-height);
  height: auto;
  margin-bottom: 18px;
  object-fit: contain;
  object-position: left top;
}

.footer-inner h2 {
  color: var(--gold-2);
  font-family: var(--body);
  font-size: 0.95rem;
  text-transform: uppercase;
}

.footer-links {
  display: grid;
  gap: 8px;
}

.footer-links a,
.footer-inner p a {
  color: #efe8dc;
}

.footer-links a:hover,
.footer-inner p a:hover {
  color: var(--gold-2);
}

.footer-bottom {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  padding: 20px 0 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  color: #918877;
  border-top: 0;
  font-size: 0.88rem;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(0, 0, 0, 0.9);
}

.lightbox[hidden] {
  display: none;
}

.lightbox img {
  max-height: 82vh;
  width: min(1100px, 100%);
  object-fit: contain;
  border: 1px solid rgba(240, 212, 137, 0.32);
  border-radius: var(--radius);
}

.lightbox p {
  margin: 14px 0 0;
  color: var(--cream-2);
  text-align: center;
}

.lightbox-close {
  position: absolute;
  right: 24px;
  top: 22px;
  width: 42px;
  height: 42px;
  color: var(--cream-2);
  border: 1px solid var(--line);
  border-radius: 4px;
  background: rgba(7, 8, 11, 0.8);
  font-size: 1.8rem;
  line-height: 1;
}

.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.55s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.55s cubic-bezier(0.22, 0.61, 0.36, 1);
}

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

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1120px) {
  .price-grid,
  .pricing-tier-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .service-grid,
  .pricing-catalog {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pricing-category {
    grid-template-columns: 1fr;
  }

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

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

@media (max-width: 900px) {
  h1 {
    font-size: 3.2rem;
  }

  h2 {
    font-size: 2.35rem;
  }

  .nav-toggle {
    display: block;
  }

  .nav-links {
    position: fixed;
    left: 0;
    right: 0;
    top: 74px;
    display: none;
    gap: 0;
    padding: 14px 16px 22px;
    background: rgba(7, 8, 11, 0.98);
    border-bottom: 0;
    box-shadow: 0 20px 42px rgba(0, 0, 0, 0.34);
    transform: none;
  }

  .menu-open .nav-links {
    display: grid;
  }

  body.menu-open .site-header .nav-links {
    display: grid !important;
    transform: none !important;
  }

  .nav-links a {
    min-height: 52px;
    border-radius: 0;
    border-bottom-color: transparent;
  }

  .hero,
  .subhero {
    min-height: 70vh;
    padding-top: 100px;
  }

  .trust-strip,
  .split-section,
  .team-band,
  .detail-grid,
  .form-layout,
  .footer-inner,
  .cta-band,
  .contact-grid,
  .info-columns {
    grid-template-columns: 1fr;
  }

  .team-band,
  .cta-band {
    padding: 30px;
  }

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

  .price-grid,
  .pricing-tier-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pricing-catalog {
    grid-template-columns: 1fr;
  }

  .pricing-lead,
  .pricing-video-note {
    grid-template-columns: 1fr;
  }

  .pricing-video-note .button {
    grid-column: auto;
  }

  .pricing-notes {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-inner {
    gap: 18px;
  }
}

@media (max-width: 640px) {
  body {
    font-size: 15px;
  }

  .brand {
    width: 142px;
  }

  h1 {
    font-size: 2.55rem;
  }

  h2 {
    font-size: 2rem;
  }

  .hero p,
  .subhero p {
    font-size: 1.02rem;
  }

  .section,
  .section-cream {
    padding-top: 46px;
    padding-bottom: 46px;
  }

  .section-cream {
    padding-top: calc(46px + var(--cream-overlap));
    padding-bottom: calc(46px + var(--cream-overlap));
  }

  .service-grid,
  .portfolio-strip,
  .mini-gallery,
    .reason-grid,
    .process-grid,
    .price-grid,
    .pricing-catalog,
    .pricing-tier-grid,
    .pricing-notes,
    .portfolio-grid,
    .service-check-grid,
    .form-grid {
    grid-template-columns: 1fr;
  }

  .pricing-category,
  .pricing-tier,
  .pricing-video-note {
    padding: 22px;
  }

  .pricing-category-prices {
    grid-template-columns: 1fr;
  }

  .pricing-category-prices span {
    min-height: 86px;
  }

  .service-card-body p {
    min-height: 0;
  }

  .portfolio-tile,
  .portfolio-card,
  .portfolio-tile img,
  .portfolio-card img {
    min-height: 260px;
  }

  .form-panel,
  .empty-state {
    padding: 22px;
  }

  .hero-actions,
  .card-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .footer-bottom {
    flex-direction: column;
  }
}

/* Light marble palette final override */
:root {
  --ink: #202024;
  --ink-soft: #323234;
  --navy: #f9f7f2;
  --navy-2: #f0ebe2;
  --gold: #d0a94f;
  --gold-2: #e6c66d;
  --cream: #faf7f0;
  --cream-2: #ffffff;
  --white: #ffffff;
  --muted: #68645d;
  --muted-dark: #5a5650;
  --wine: #8d6b49;
  --line: rgba(178, 141, 58, 0.2);
  --line-dark: rgba(32, 32, 36, 0.12);
  --shadow: 0 22px 60px rgba(54, 48, 38, 0.12);
}

html {
  background: #f7f4ef;
}

body {
  color: var(--ink);
  background:
    radial-gradient(circle at 14% 10%, rgba(208, 169, 79, 0.08), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(246, 242, 235, 0.96)),
    url("assets/hero-current.webp");
  background-size: auto, auto, 820px auto;
  background-attachment: scroll, scroll, scroll;
}

.site-header {
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 12px 34px rgba(55, 48, 38, 0.1);
}

.nav-links {
  background: transparent;
}

.nav-links a,
.footer-inner h2,
.footer-links a,
.footer-inner p a,
.footer-bottom a {
  color: var(--ink);
}

.nav-links a:hover,
.nav-links a[aria-current="page"],
.text-link-gold,
.contact-card a,
.footer-links a:hover,
.footer-inner p a:hover {
  color: #b58b2f;
}

.nav-links a:hover,
.nav-links a[aria-current="page"] {
  border-color: rgba(208, 169, 79, 0.36);
  background: rgba(208, 169, 79, 0.08);
}

.nav-toggle {
  border-color: rgba(208, 169, 79, 0.34);
  background: rgba(255, 255, 255, 0.72);
}

.nav-toggle span {
  background: #b58b2f;
}

.hero,
.subhero {
  color: var(--ink);
  background: #f8f5ef;
}

.hero-visual,
.subhero::before {
  opacity: 0.28;
  filter: saturate(0.72) contrast(1.02) brightness(1.1);
}

.hero-overlay,
.subhero::after {
  background:
    linear-gradient(90deg, rgba(250, 247, 240, 0.96) 0%, rgba(250, 247, 240, 0.86) 48%, rgba(250, 247, 240, 0.56) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.24) 0%, rgba(246, 242, 235, 0.92) 100%);
}

.hero::before,
.subhero .subhero-content::before {
  background: linear-gradient(180deg, transparent 0%, rgba(246, 242, 235, 0.92) 100%);
}

h1,
h2,
h3 {
  color: var(--ink);
  text-shadow: none;
}

.hero p,
.subhero p,
.section-intro p,
.split-copy p,
.detail-main p,
.form-copy p,
.contact-card p,
.empty-state p,
.cta-band p,
.pricing-lead p,
.pricing-video-note p,
.pricing-note p,
.price-note,
.reason-card p,
.detail-aside p,
.info-list li,
.process-card li,
.price-card li,
.price-card p,
.service-card-body p,
.faq-item p,
.checkbox-line,
.service-choice-group p {
  color: var(--muted);
}

.eyebrow,
.trust-strip strong,
.reason-card span,
.process-card span,
.price-card > span,
.service-card-kicker,
.pricing-tier > span,
.pricing-note strong,
.empty-state span,
.team-placeholder strong {
  color: #b58b2f;
}

.trust-strip span {
  color: var(--ink-soft);
}

.button-gold,
a.button-gold,
.button.button-gold,
.mini-button-gold,
.contact-card a.button-gold,
.empty-state a.button-gold,
.pricing-tier a.button-gold,
.pricing-video-note a.button-gold,
.price-card a.button-gold {
  color: #171510;
  background: linear-gradient(180deg, #edcf79, #cfa64d);
  border-color: rgba(164, 124, 38, 0.28);
}

.button-light,
.button-dark,
.mini-button-light {
  color: var(--ink);
  border-color: rgba(32, 32, 36, 0.18);
  background: rgba(255, 255, 255, 0.72);
}

.trust-strip {
  margin: 32px auto 24px;
  border-color: rgba(208, 169, 79, 0.22);
  background: rgba(208, 169, 79, 0.18);
  box-shadow: var(--shadow);
}

.trust-strip div,
.service-card,
.reason-card,
.process-card,
.price-card,
.contact-card,
.info-list,
.detail-aside,
.form-panel,
.empty-state,
.faq-item,
.pricing-category,
.pricing-tier,
.pricing-note,
.team-band,
.cta-band {
  color: var(--ink);
  border-color: rgba(178, 141, 58, 0.2);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(250, 247, 240, 0.78)),
    rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow);
}

.section-cream {
  color: var(--ink);
  background:
    linear-gradient(
      180deg,
      rgba(246, 242, 235, 0.82) 0%,
      rgba(255, 255, 255, 0.95) 12%,
      rgba(248, 245, 239, 0.96) 88%,
      rgba(246, 242, 235, 0.84) 100%
    ),
    url("assets/hero-current.webp");
  background-size: cover;
}

.section-cream .section-intro p,
.section-cream .process-card p,
.section-cream .portfolio-strip span {
  color: var(--muted);
}

.editorial-frame {
  border-color: rgba(178, 141, 58, 0.24);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow);
}

.frame-caption {
  color: var(--ink);
  border-color: rgba(208, 169, 79, 0.25);
  background: rgba(255, 255, 255, 0.82);
}

.service-card:hover {
  border-color: rgba(208, 169, 79, 0.44);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(249, 244, 235, 0.86)),
    rgba(255, 255, 255, 0.82);
}

.service-image,
.portfolio-tile,
.portfolio-card {
  background: #eee7db;
}

.text-link {
  color: var(--ink);
  border-bottom-color: rgba(32, 32, 36, 0.26);
}

.portfolio-tile::after,
.portfolio-card::after {
  background: linear-gradient(180deg, transparent 30%, rgba(32, 32, 36, 0.7) 100%);
}

.team-band,
.team-placeholder {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(248, 241, 227, 0.78)),
    url("assets/hero-current.webp");
  background-size: cover;
}

.team-placeholder {
  color: var(--ink);
  border-color: rgba(208, 169, 79, 0.38);
}

.team-placeholder p,
.team-placeholder span,
.faq-item summary,
.price-card.is-featured p,
.price-card.is-featured li,
.price-card.is-featured strong {
  color: var(--ink);
}

.filter-bar button {
  color: var(--ink);
  border-color: rgba(178, 141, 58, 0.22);
  background: rgba(255, 255, 255, 0.72);
}

.filter-bar button.is-active,
.filter-bar button:hover {
  color: #171510;
  background: linear-gradient(180deg, #edcf79, #cfa64d);
}

.price-card strong,
.pricing-category h3,
.pricing-tier h3 {
  color: var(--ink);
}

.price-card.is-featured,
.pricing-tier.is-featured {
  color: var(--ink);
  border-color: rgba(208, 169, 79, 0.38);
  background:
    linear-gradient(180deg, rgba(238, 207, 121, 0.24), rgba(255, 255, 255, 0.8)),
    rgba(255, 255, 255, 0.72);
}

.pricing-page {
  background:
    radial-gradient(circle at 18% 10%, rgba(208, 169, 79, 0.12), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(246, 242, 235, 0.94)),
    url("assets/hero-current.webp");
  background-size: auto, auto, cover;
}

.pricing-category-prices span {
  color: var(--ink);
  border-color: rgba(32, 32, 36, 0.1);
  background: rgba(255, 255, 255, 0.78);
}

.pricing-category-prices small {
  color: var(--muted);
}

.pricing-category-prices .is-recommended,
.pricing-category-prices .is-recommended small {
  color: #171510;
}

.pricing-video-note {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(235, 213, 158, 0.3)),
    rgba(255, 255, 255, 0.78);
}

input,
select,
textarea,
.service-choice-group,
.contact-snippets a,
.contact-snippets span,
.social-row a {
  color: var(--ink);
  border-color: rgba(178, 141, 58, 0.24);
  background: rgba(255, 255, 255, 0.72);
}

input::placeholder,
textarea::placeholder {
  color: #8b857a;
}

label,
legend {
  color: var(--ink-soft);
}

.service-check {
  color: var(--ink);
  border-color: rgba(32, 32, 36, 0.1);
  background: rgba(255, 255, 255, 0.72);
}

.service-check:has(input:checked) {
  color: #171510;
  border-color: rgba(164, 124, 38, 0.28);
  background: linear-gradient(180deg, #edcf79, #cfa64d);
}

.form-message {
  color: #a77d25;
}

.site-footer {
  color: var(--muted);
  background:
    linear-gradient(180deg, rgba(247, 243, 236, 0.95), rgba(255, 255, 255, 0.98)),
    url("assets/hero-current.webp");
  background-size: cover;
  box-shadow: inset 0 24px 48px rgba(178, 141, 58, 0.08);
}

.footer-bottom {
  color: var(--muted);
}

.lightbox {
  background: rgba(32, 32, 36, 0.88);
}

@media (max-width: 900px) {
  .nav-links {
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 20px 42px rgba(55, 48, 38, 0.14);
  }
}

.info-list.info-list-featured {
  border-color: rgba(208, 169, 79, 0.42);
  background:
    linear-gradient(180deg, rgba(237, 207, 121, 0.2), rgba(255, 255, 255, 0.88)),
    rgba(255, 255, 255, 0.84);
  box-shadow: 0 24px 70px rgba(178, 141, 58, 0.16);
}

.info-list.info-list-featured h3 {
  color: #b58b2f;
}

.info-list.info-list-featured li {
  color: var(--ink);
  font-weight: 700;
}

.info-list.info-list-featured li::marker {
  color: #b58b2f;
}


/* =====================================================================
   ELITE ENHANCEMENTS v1.0.2 — látvány/animáció (világos paletta marad)
   ===================================================================== */

/* --- Galéria kártyák kitisztítása: alapból tiszta kép, felirat hoverre --- */
.portfolio-grid .portfolio-card {
  transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1),
    box-shadow 0.4s ease, border-color 0.4s ease;
}

.portfolio-grid .portfolio-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 54px rgba(20, 16, 10, 0.3);
  border-color: rgba(216, 182, 106, 0.55);
  z-index: 2;
}

/* a hosszú fehér "... referencia N" cím eltűnik a képről */
.portfolio-grid .portfolio-card strong {
  opacity: 0;
  visibility: hidden;
}

/* alapból tiszta kép, csak hoverre sötétedő fátyol */
.portfolio-grid .portfolio-card::after {
  background: linear-gradient(180deg, transparent 52%, rgba(10, 10, 12, 0.72) 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
}
.portfolio-grid .portfolio-card:hover::after {
  opacity: 1;
}

/* a nagy arany címke helyett diszkrét, üveges kategória-chip, csak hoverre */
.portfolio-grid .portfolio-card span {
  left: 12px;
  right: auto;
  bottom: 12px;
  max-width: calc(100% - 24px);
  width: max-content;
  padding: 7px 12px;
  color: var(--gold-2);
  background: rgba(12, 11, 14, 0.52);
  border: 1px solid rgba(240, 212, 137, 0.32);
  border-radius: 999px;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.35s ease, transform 0.35s ease;
}
.portfolio-grid .portfolio-card:hover span {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .portfolio-grid .portfolio-card,
  .portfolio-grid .portfolio-card span {
    transition: none;
  }
}

/* --- Scroll progress vonal a lap tetején --- */
#eie-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  width: 0;
  z-index: 100;
  background: linear-gradient(90deg, var(--gold), var(--gold-2));
  box-shadow: 0 0 14px rgba(208, 169, 79, 0.55);
  transition: width 0.12s linear;
  pointer-events: none;
}

/* --- Sticky fejléc: görgetéskor kompaktabb + erősebb árnyék --- */
.site-header {
  transition: box-shadow 0.35s ease, backdrop-filter 0.35s ease;
}
.nav {
  transition: min-height 0.35s ease;
}
.site-header.is-scrolled {
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
}
.site-header.is-scrolled .nav {
  min-height: 58px;
}

/* --- Fluid, editorial tipográfia --- */
h1 {
  font-size: clamp(2.7rem, 6.2vw, 5.2rem);
  letter-spacing: -0.015em;
}
h2 {
  font-size: clamp(1.95rem, 4vw, 3.35rem);
  letter-spacing: -0.01em;
}

/* --- Eyebrow finomítás: arany vonalka + tágabb betűköz --- */
.eyebrow {
  align-items: center;
  gap: 12px;
  letter-spacing: 0.16em;
}
.eyebrow::before {
  content: "";
  width: 24px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
  opacity: 0.55;
}

/* --- Hero: élőbb kép + finom szemcse + meleg vignetta --- */
.hero-home .hero-visual {
  opacity: 0.5;
  filter: saturate(0.86) contrast(1.05) brightness(1.02);
}
.hero-home::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    radial-gradient(120% 90% at 70% 30%, transparent 55%, rgba(58, 44, 20, 0.16) 100%),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.5'/%3E%3C/svg%3E");
  background-size: cover, 160px 160px;
  mix-blend-mode: multiply;
  opacity: 0.5;
}
.hero-home .hero-content {
  z-index: 2;
}

/* --- Kinetikus hero cím: szavankénti belépő --- */
.hero-home h1 .w {
  display: inline-block;
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.7s ease, transform 0.75s cubic-bezier(0.2, 0.8, 0.25, 1);
  transition-delay: var(--d, 0s);
}
.hero-home.is-lit h1 .w {
  opacity: 1;
  transform: none;
}

/* --- Hero görgetés-jelző --- */
.hero-scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 24px;
  z-index: 2;
  width: 26px;
  height: 42px;
  border: 1.5px solid rgba(120, 100, 60, 0.5);
  border-radius: 14px;
  transform: translateX(-50%);
  opacity: 0.75;
}
.hero-scroll-cue::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 8px;
  width: 4px;
  height: 8px;
  margin-left: -2px;
  border-radius: 4px;
  background: var(--gold);
  animation: eie-cue 1.8s ease-in-out infinite;
}
@keyframes eie-cue {
  0% { transform: translateY(0); opacity: 0; }
  30% { opacity: 1; }
  70% { transform: translateY(14px); opacity: 0; }
  100% { opacity: 0; }
}

/* --- Irány-variált belépő a split szekcióban --- */
.split-copy.reveal {
  transform: translate3d(-28px, 10px, 0);
}
.editorial-frame.reveal {
  transform: translate3d(28px, 10px, 0);
}
.split-copy.reveal.is-visible,
.editorial-frame.reveal.is-visible {
  transform: none;
}

/* --- Gomb-fény átfutás a tömör gombokon --- */
.button-gold,
.button-dark {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.button-gold::after,
.button-dark::after {
  content: "";
  position: absolute;
  top: 0;
  left: -140%;
  width: 55%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.45), transparent);
  transform: skewX(-18deg);
  pointer-events: none;
}
.button-gold:hover,
.button-dark:hover {
  box-shadow: 0 16px 34px rgba(184, 139, 47, 0.32);
}
.button-gold:hover::after,
.button-dark:hover::after {
  animation: eie-shine 0.85s ease;
}
@keyframes eie-shine {
  to { left: 150%; }
}

/* --- Lightbox: lapozó nyilak + finomítás --- */
.lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 1.5rem;
  cursor: pointer;
  z-index: 5;
  transition: background 0.2s ease, transform 0.2s ease, color 0.2s ease;
}
.lightbox-nav:hover {
  background: var(--gold-2);
  color: #16100a;
}
.lightbox-prev { left: 20px; }
.lightbox-next { right: 20px; }
@media (max-width: 640px) {
  .lightbox-nav { width: 44px; height: 44px; }
  .lightbox-prev { left: 10px; }
  .lightbox-next { right: 10px; }
}

/* --- Galéria kurzor-címke ("Megnyit") --- */
.eie-cursor {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 130;
  padding: 9px 15px;
  border-radius: 999px;
  background: var(--gold-2);
  color: #16100a;
  font: 800 0.7rem/1 var(--body);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.4);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.eie-cursor.on {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

/* --- Mozgáscsökkentés: minden új díszítés kikapcsol --- */
@media (prefers-reduced-motion: reduce) {
  #eie-progress,
  .hero-scroll-cue,
  .eie-cursor {
    display: none !important;
  }
  .hero-home h1 .w {
    opacity: 1 !important;
    transform: none !important;
  }
  .hero-home::after { opacity: 0.35; }
  .button-gold::after,
  .button-dark::after { display: none; }
}

/* =====================================================================
   ELITE ENHANCEMENTS v1.0.3 — bento galéria, csapat-band
   ===================================================================== */

/* --- Egyseges rács: FIX meretu kartyak -> nincs ugralas betolteskor --- */
.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.portfolio-grid .portfolio-card {
  min-height: 0;
  aspect-ratio: 4 / 5;
}
.portfolio-grid .portfolio-card img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
}
@media (max-width: 1120px) {
  .portfolio-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 760px) {
  .portfolio-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .portfolio-grid { grid-template-columns: 1fr; }
}

/* --- Fooldali mozgo referencia-szalag (contained, lassu) --- */
.home-reel {
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 5%, #000 95%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 5%, #000 95%, transparent 100%);
}
.home-reel-track {
  display: flex;
  gap: 12px;
  width: max-content;
  /* !important: a globalis reduced-motion "animation: none" felett is mozogjon */
  animation: eie-reel 32s linear infinite !important;
}
/* Ravitt egerre: a teljes szalag megall (ott, ahol epp van).
   !important kell, mert a fenti "animation" shorthand !important-ja
   kulonben "running"-ban tartja. */
.home-reel:hover .home-reel-track {
  animation-play-state: paused !important;
}
.reel-item {
  flex: 0 0 auto;
  position: relative;
  width: 262px;
  height: 300px;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(216, 182, 106, 0.26);
  border-radius: var(--radius);
  background: var(--navy);
  cursor: default;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}
.reel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.03);
  transition: transform 0.5s ease, filter 0.4s ease;
}
.reel-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(7, 8, 11, 0.72) 100%);
  transition: opacity 0.35s ease;
}
/* Ravitt egerre: az adott kep kiemelodik */
.reel-item:hover {
  transform: scale(1.05);
  box-shadow: 0 18px 42px rgba(20, 16, 10, 0.4);
  border-color: rgba(240, 212, 137, 0.65);
  z-index: 3;
}
.reel-item:hover img {
  transform: scale(1.08);
  filter: saturate(1.05) contrast(1.05);
}
.reel-item:hover::after {
  opacity: 0.35;
}
.reel-item span {
  position: absolute;
  left: 12px;
  bottom: 12px;
  z-index: 2;
  padding: 6px 11px;
  color: var(--ink);
  background: var(--gold-2);
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
@keyframes eie-reel {
  to { transform: translateX(-50%); }
}
@media (max-width: 640px) {
  .reel-item { width: 200px; height: 240px; }
}

/* --- Csapatkep a csapat-szekcioban --- */
.team-photo {
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid rgba(240, 212, 137, 0.32);
  box-shadow: var(--shadow);
}
.team-photo img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 260px;
  max-height: 340px;
  object-fit: cover;
}

/* --- Csapat-band placeholder: finom fény-átfutás (fotó-hely jelzés) --- */
.team-placeholder {
  position: relative;
  overflow: hidden;
}
.team-placeholder::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    115deg,
    transparent 32%,
    rgba(240, 212, 137, 0.16) 50%,
    transparent 68%
  );
  transform: translateX(-120%);
  animation: eie-sheen 5s ease-in-out infinite;
}
.team-placeholder > * {
  position: relative;
  z-index: 2;
}
@keyframes eie-sheen {
  0% { transform: translateX(-120%); }
  55%, 100% { transform: translateX(120%); }
}

@media (prefers-reduced-motion: reduce) {
  .team-placeholder::after { display: none; }
}

/* --- Jogi oldalak (ÁSZF, adatkezelési tájékoztató) --- */
.legal-content {
  max-width: 820px;
}
.legal-content h2 {
  font-size: clamp(1.3rem, 2.4vw, 1.75rem);
  margin-top: 34px;
  margin-bottom: 12px;
}
.legal-content > h2:first-child {
  margin-top: 0;
}
.legal-content p,
.legal-content li {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.7;
}
.legal-content ul {
  margin: 0 0 10px;
  padding-left: 20px;
}
.legal-content li {
  margin-bottom: 6px;
}
.legal-content a {
  color: #b58b2f;
  text-decoration: underline;
}

/* --- Footer jogi linkek --- */
.footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  align-items: center;
}

/* --- Nagy galéria teljesítmény: képernyőn kívüli kártyák renderelésének
   kihagyása -> nincs görgetés-lefagyás 648 kártyánál --- */
.portfolio-grid .portfolio-card {
  content-visibility: auto;
  contain-intrinsic-size: auto 340px;
}

/* --- Mobil finomítások: kompakt hero + középre igazított logó --- */
@media (max-width: 900px) {
  .nav {
    justify-content: center;
    position: relative;
  }
  .brand {
    width: auto;
    min-width: 0;
    margin: 0 auto;
  }
  .brand img {
    object-position: center;
    margin: 0 auto;
  }
  .nav-toggle {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
  }
}
@media (max-width: 640px) {
  .hero,
  .subhero {
    min-height: auto;
    padding-top: 44px;
    padding-bottom: 40px;
  }
}

/* --- Mobil: portfólió szűrők egymás alatt, középre zárva --- */
@media (max-width: 640px) {
  .filter-bar {
    flex-direction: column;
    align-items: center;
  }
  .filter-bar button {
    width: 100%;
    max-width: 340px;
    text-align: center;
  }
}

/* --- Vélemények (prémium kártyás slider, becsúszó váltás) --- */
.section-intro-center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.section-intro-center .eyebrow {
  justify-content: center;
}
.testimonials {
  position: relative;
  margin: 0;
  padding: 60px clamp(26px, 6vw, 84px) 46px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, var(--cream-2) 100%);
  box-shadow: 0 30px 72px rgba(54, 48, 38, 0.15);
  overflow: hidden;
  text-align: center;
}
/* nagy, halvany arany vizjel-idezojel a melysegert */
.testimonials::before {
  content: "\201C";
  position: absolute;
  top: -26px;
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--display);
  font-size: 11rem;
  line-height: 1;
  color: var(--gold);
  opacity: 0.12;
  pointer-events: none;
}
.testimonial-viewport {
  position: relative;
  display: grid;
}
.testimonial {
  grid-area: 1 / 1;
  margin: 0;
  opacity: 0;
  visibility: hidden;
}
.testimonial.is-active {
  opacity: 1;
  visibility: visible;
  /* !important: a globalis reduced-motion "animation: none" fölött is menjen */
  animation: eie-testimonial-in 0.6s cubic-bezier(0.22, 0.61, 0.36, 1) both !important;
}
@keyframes eie-testimonial-in {
  from { opacity: 0; transform: translateX(52px); }
  to { opacity: 1; transform: translateX(0); }
}
.testimonial-stars {
  position: relative;
  z-index: 1;
  color: var(--gold);
  font-size: 1.05rem;
  letter-spacing: 6px;
  margin-bottom: 20px;
}
.testimonial blockquote {
  position: relative;
  z-index: 1;
  margin: 0 auto 26px;
  max-width: 640px;
  font-family: var(--display);
  font-style: italic;
  font-size: clamp(1.15rem, 2.1vw, 1.5rem);
  line-height: 1.6;
  color: var(--ink);
}
.testimonial figcaption {
  position: relative;
  padding-top: 18px;
  color: #b58b2f;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.82rem;
}
.testimonial figcaption::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 34px;
  height: 2px;
  border-radius: 2px;
  background: var(--gold);
}
/* nyil-gombok */
.testimonial-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.75);
  color: #b58b2f;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  z-index: 3;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}
.testimonial-nav:hover {
  background: var(--gold-2);
  color: #16100a;
  border-color: var(--gold-2);
}
.testimonial-prev { left: 16px; }
.testimonial-next { right: 16px; }
.testimonial-dots {
  display: flex;
  justify-content: center;
  gap: 9px;
  margin-top: 32px;
}
.testimonial-dots button {
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 50%;
  border: 1px solid var(--gold);
  background: transparent;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.3s ease;
}
.testimonial-dots button.is-active {
  background: var(--gold);
  transform: scale(1.3);
}
@media (max-width: 640px) {
  .testimonial-nav { display: none; }
}

/* --- Mobil: lábléc mindent középre --- */
@media (max-width: 640px) {
  .footer-inner {
    text-align: center;
    justify-items: center;
  }
  .footer-brand img {
    object-position: center;
    margin-left: auto;
    margin-right: auto;
  }
  .footer-links {
    justify-items: center;
  }
  .footer-bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
  }
}
@media (max-width: 640px) {
  .footer-legal {
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
  }
}
