/* Brand color tokens — override via Live Edit Style Editor */
:root {
  --primary-color: #ffffff;
  --accent-color: #f8f4ec;
  --bg-color: #ffffff;
  --text-color: #1f2937;
}


.hero-slideshow .hero-slide { opacity: 0; transition: opacity 1.6s var(--ease); }
.hero-slideshow .hero-slide.is-active { opacity: 1; }
/* hero buttons (over photo) */
.hero-cta { background:#FFFFFF; border-color:#FFFFFF; color:#15130F; }
.hero-cta:hover { background:transparent; color:#FFFFFF; border-color:#FFFFFF; }
.hero-outline { background:transparent; color:#F8F4EC; border-color:rgba(248,244,236,0.55); }
.hero-outline:hover { background:#FFFFFF; color:#15130F; border-color:#FFFFFF; }
/* homepage services cards as links */
.svc-card { display:block; text-decoration:none; color:inherit; transition: border-color 0.4s var(--ease); }
.svc-card:hover { border-top-color: var(--accent-deep); }
.svc-card h3 { transition: color 0.3s var(--ease); }
.svc-card:hover h3 { color: var(--accent-deep); }
.svc-note { display:block; margin-top:0.9rem; font-family:var(--font-sans); font-size:0.72rem; letter-spacing:0.14em; text-transform:uppercase; color:var(--accent-deep); }
/* CTA checklist */
.check-list { list-style:none; display:inline-flex; flex-direction:column; gap:1rem; margin-top:1.6rem; text-align:left; }
.check-list li { position:relative; padding-left:2.4em; font-family:var(--font-display); font-size:clamp(1.3rem,2.4vw,1.9rem); line-height:1.3; color:var(--ink); }
.check-list li::before { content:""; position:absolute; left:0; top:0.32em; width:1.1em; height:0.6em; border-left:2px solid var(--accent-deep); border-bottom:2px solid var(--accent-deep); transform:rotate(-45deg); }
.scroll-line { width:1px; height:42px; background:linear-gradient(to bottom, #E7DECE, transparent); position:relative; overflow:hidden; }
.scroll-line::after { content:""; position:absolute; top:-42px; left:0; width:1px; height:42px; background:#F8F4EC; animation:scrolldn 2.4s var(--ease) infinite; }
@keyframes scrolldn { 0%{transform:translateY(0);} 70%,100%{transform:translateY(84px);} }
@media (prefers-reduced-motion: reduce){ .scroll-line::after{ animation:none; } }


/* inlined from ZIP: assets/css/style.css */
/* ============================================================
   SÁNDOR VIVIEN — Photography
   Shared design system
   ============================================================ */

/* ---- Fonts ---- */
@import url('../images/css2-a7589b.css');

/* ============================================================
   TOKENS
   ============================================================ */
:root {
  /* Type families */
  --font-wordmark: 'Bodoni Moda', Georgia, serif;
  --font-display: 'Cormorant', Georgia, serif;
  --font-sans: 'Jost', system-ui, sans-serif;

  /* Light theme (default) — plain white / near-black */
  --bg: #FFFFFF;
  --bg-2: #FFFFFF;
  --surface: #FFFFFF;
  --ink: #15130F;
  --ink-soft: #46413A;
  --muted: #847C72;
  --line: rgba(21, 19, 15, 0.12);
  --line-soft: rgba(21, 19, 15, 0.07);
  --accent: #C2A98F;          /* powder / sand */
  --accent-deep: #A88B6E;
  --on-accent: #1a160f;
  --overlay-ink: rgba(12, 11, 9, 0.30);
  --shadow: 0 28px 60px -32px rgba(21, 19, 15, 0.30);

  /* Motion */
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --slow: 1.1s;

  /* Layout */
  --maxw: 1320px;
  --gutter: clamp(20px, 5vw, 84px);
  --nav-h: 84px;
}

[data-theme="dark"] {
  --bg: #100F0D;
  --bg-2: #16140F;
  --surface: #1A1814;
  --ink: #F3EEE6;
  --ink-soft: #C8C0B4;
  --muted: #908779;
  --line: rgba(243, 238, 230, 0.16);
  --line-soft: rgba(243, 238, 230, 0.08);
  --accent: #C7AE92;
  --accent-deep: #D8C2A6;
  --on-accent: #15130f;
  --overlay-ink: rgba(0, 0, 0, 0.42);
  --shadow: 0 28px 70px -34px rgba(0, 0, 0, 0.8);
}

/* ============================================================
   RESET / BASE
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; padding: 0; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-sans);
  font-weight: 300;
  font-size: 17px;
  line-height: 1.7;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  transition: background-color 0.6s var(--ease), color 0.6s var(--ease);
  overflow-x: hidden;
}

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; color: inherit; cursor: pointer; background: none; border: none; }

::selection { background: var(--accent); color: var(--on-accent); }

/* ============================================================
   TYPOGRAPHY
   ============================================================ */
.display, h1, h2, h3 { font-family: var(--font-display); font-weight: 400; line-height: 1.02; letter-spacing: -0.01em; text-wrap: balance; }

.h-hero { font-size: clamp(3rem, 7.4vw, 7rem); font-weight: 400; }
.h-1 { font-size: clamp(2.6rem, 6vw, 5.2rem); }
.h-2 { font-size: clamp(2rem, 4.2vw, 3.6rem); }
.h-3 { font-size: clamp(1.5rem, 2.6vw, 2.2rem); }

.serif-quote { font-family: var(--font-display); font-weight: 300; font-style: italic; line-height: 1.28; letter-spacing: -0.01em; font-size: clamp(1.6rem, 3.4vw, 3rem); text-wrap: balance; }

.eyebrow {
  font-family: var(--font-sans);
  font-weight: 400;
  font-size: 0.72rem;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  color: var(--muted);
  display: inline-flex;
  align-items: center;
  gap: 0.9em;
}
.eyebrow::before {
  content: "";
  width: clamp(24px, 4vw, 54px);
  height: 1px;
  background: var(--accent);
}
.eyebrow.no-rule::before { display: none; }
.eyebrow.center { justify-content: center; }

.lede { font-size: clamp(1.05rem, 1.6vw, 1.3rem); color: var(--ink-soft); font-weight: 300; max-width: 56ch; }
.muted { color: var(--muted); }
.italic { font-style: italic; }

/* ============================================================
   WORDMARK / LOGO
   ============================================================ */
.wordmark { display: inline-flex; flex-direction: column; align-items: center; line-height: 1; user-select: none; }
.wordmark .wm-name {
  font-family: var(--font-wordmark);
  font-weight: 500;
  letter-spacing: 0.04em;
  font-size: 1.32rem;
  text-transform: uppercase;
}
.wordmark .wm-sub {
  font-family: var(--font-sans);
  font-weight: 400;
  letter-spacing: 0.58em;
  text-transform: uppercase;
  font-size: 0.5rem;
  color: var(--muted);
  margin-top: 0.5em;
  padding-left: 0.58em; /* compensate tracking */
}

/* Hero / large wordmark variant */
.wordmark.lg .wm-name { font-size: clamp(2.4rem, 7vw, 6rem); font-weight: 400; letter-spacing: 0.02em; }
.wordmark.lg .wm-sub { font-size: clamp(0.62rem, 1.4vw, 1rem); letter-spacing: 0.78em; margin-top: 1em; }

/* ============================================================
   LAYOUT
   ============================================================ */
.shell { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gutter); }
.section { padding-block: clamp(72px, 12vh, 168px); }
.section.tight { padding-block: clamp(48px, 8vh, 100px); }
.bleed { width: 100%; }

.tone-dark {
  background: var(--bg);
  color: var(--ink);
  border-top: 1px solid var(--line);
}
.tone-contrast { background: var(--ink); color: var(--bg); }

.grid { display: grid; gap: clamp(24px, 4vw, 64px); }
.cols-2 { grid-template-columns: repeat(2, 1fr); }
.cols-3 { grid-template-columns: repeat(3, 1fr); }
.cols-4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 900px) { .cols-2, .cols-3, .cols-4 { grid-template-columns: 1fr; } }

.stack-sm > * + * { margin-top: 0.9rem; }
.stack > * + * { margin-top: 1.4rem; }
.stack-lg > * + * { margin-top: 2.2rem; }

/* ============================================================
   BUTTONS / LINKS
   ============================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.7em;
  font-family: var(--font-sans);
  font-weight: 400;
  font-size: 0.74rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  padding: 1.1em 2em;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: var(--bg);
  border-radius: 999px;
  transition: all 0.4s var(--ease);
  position: relative;
}
.btn:hover { background: transparent; color: var(--ink); }
.btn .arrow { transition: transform 0.4s var(--ease); }
.btn:hover .arrow { transform: translateX(4px); }

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

.btn.accent { background: var(--accent); border-color: var(--accent); color: var(--on-accent); }
.btn.accent:hover { background: transparent; color: var(--ink); border-color: var(--accent); }

.link-underline {
  font-family: var(--font-sans);
  font-size: 0.74rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 0.6em;
  padding-bottom: 4px;
  border-bottom: 1px solid var(--line);
  transition: border-color 0.4s var(--ease), gap 0.4s var(--ease);
}
.link-underline:hover { border-color: var(--ink); gap: 0.95em; }

/* ============================================================
   NAVBAR
   ============================================================ */
.nav {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  height: var(--nav-h);
  display: flex; align-items: center;
  background: var(--bg);
  color: var(--ink);
  transition: background-color 0.5s var(--ease), border-color 0.5s var(--ease), backdrop-filter 0.5s var(--ease);
  border-bottom: 1px solid var(--line);
}
.nav.scrolled {
  background: rgba(255,255,255,0.94);
  backdrop-filter: blur(16px) saturate(1.2);
  border-bottom-color: rgba(255,255,255,0.12);
}
/* header is white with dark text */
.nav.on-dark, .nav.on-dark.scrolled { color: var(--ink); }
.nav .nav-link::after { background: currentColor; }
.nav .wordmark .wm-sub { color: var(--muted); }
.nav .theme-toggle { border-color: rgba(244,239,231,0.25); }
.nav .theme-toggle:hover { border-color: #F4EFE7; }
.nav-cta.btn { background: var(--ink); border-color: var(--ink); color: var(--bg); }
.nav-cta.btn:hover { background: transparent; color: var(--ink); border-color: var(--ink); }

.nav .shell { display: flex; align-items: center; justify-content: space-between; gap: 24px; width: 100%; }
.nav .wordmark { align-items: flex-start; }
.nav .wordmark .wm-name { font-size: 1.16rem; }
.nav .wordmark .wm-sub { letter-spacing: 0.46em; font-size: 0.44rem; padding-left: 0.46em; }

.nav-links { display: flex; align-items: center; gap: clamp(20px, 2.4vw, 42px); }
.nav-link {
  font-family: var(--font-sans);
  font-size: 0.76rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  position: relative;
  padding-block: 6px;
  color: inherit;
  opacity: 0.85;
  transition: opacity 0.3s var(--ease);
}
.nav-link::after {
  content: ""; position: absolute; left: 0; bottom: 0;
  width: 100%; height: 1px; background: var(--ink);
  transform: scaleX(0); transform-origin: right; transition: transform 0.4s var(--ease);
}
.nav-link:hover { opacity: 1; }
.nav-link:hover::after, .nav-link.active::after { transform: scaleX(1); transform-origin: left; }
.nav-link.active { opacity: 1; }

/* dropdown submenus */
.nav-item { position: relative; height: var(--nav-h); display: flex; align-items: center; }
.nav-item.has-sub > .nav-link { display: inline-flex; align-items: center; gap: 0.35em; }
.nav-item.active > .nav-link { opacity: 1; }
.nav-item.active > .nav-link::after { transform: scaleX(1); transform-origin: left; }
.nav-caret { width: 12px; height: 12px; opacity: 0.7; transition: transform 0.35s var(--ease); }
.nav-item.has-sub:hover .nav-caret, .nav-item.has-sub:focus-within .nav-caret { transform: rotate(180deg); }
.nav-sub {
  position: absolute; top: 100%; left: 50%; transform: translateX(-50%) translateY(10px);
  min-width: 230px; padding: 10px;
  background: var(--surface); border: 1px solid var(--line);
  border-radius: 10px; box-shadow: var(--shadow);
  display: flex; flex-direction: column;
  opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity 0.32s var(--ease), transform 0.32s var(--ease), visibility 0.32s;
}
.nav-item.has-sub:hover .nav-sub, .nav-item.has-sub:focus-within .nav-sub {
  opacity: 1; visibility: visible; pointer-events: auto; transform: translateX(-50%) translateY(0);
}
.nav-sub-link {
  font-family: var(--font-sans); font-size: 0.72rem; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--ink-soft); padding: 0.85em 1em; border-radius: 6px;
  white-space: nowrap; transition: background 0.28s var(--ease), color 0.28s var(--ease);
}
.nav-sub-link:hover { background: var(--line-soft); color: var(--ink); }

/* mobile submenu links */
.mobile-menu a.mm-sub { font-family: var(--font-sans); font-size: clamp(0.95rem, 3.4vw, 1.15rem); letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); padding-block: 0.5em 0.5em; border-bottom: none; padding-left: 1.2em; }
.mobile-menu a.mm-sub span::before { content: "— "; }

.nav-right { display: flex; align-items: center; gap: clamp(14px, 1.8vw, 26px); }

/* theme toggle */
.theme-toggle {
  width: 42px; height: 42px; border-radius: 50%;
  display: grid; place-items: center;
  border: 1px solid var(--line);
  transition: border-color 0.3s var(--ease), transform 0.4s var(--ease), background 0.3s var(--ease);
  color: inherit;
}
.theme-toggle:hover { border-color: currentColor; transform: rotate(15deg); }
.theme-toggle svg { width: 17px; height: 17px; }
.theme-toggle .icon-moon { display: none; }
[data-theme="dark"] .theme-toggle .icon-sun { display: none; }
[data-theme="dark"] .theme-toggle .icon-moon { display: block; }

.nav-cta { display: inline-flex; }
@media (max-width: 1080px) { .nav-cta { display: none; } }

/* burger */
.burger { display: none; width: 30px; height: 18px; position: relative; }
.burger span { position: absolute; left: 0; width: 100%; height: 1.5px; background: currentColor; transition: transform 0.4s var(--ease), opacity 0.3s var(--ease); }
.burger span:nth-child(1) { top: 0; }
.burger span:nth-child(2) { top: 50%; transform: translateY(-50%); }
.burger span:nth-child(3) { bottom: 0; }
body.menu-open .burger span:nth-child(1) { top: 50%; transform: translateY(-50%) rotate(45deg); }
body.menu-open .burger span:nth-child(2) { opacity: 0; }
body.menu-open .burger span:nth-child(3) { bottom: 50%; transform: translateY(50%) rotate(-45deg); }

@media (max-width: 960px) {
  .nav-links { display: none; }
  .burger { display: block; }
}

/* mobile menu overlay */
.mobile-menu {
  position: fixed; inset: 0; z-index: 90;
  background: var(--bg);
  display: flex; flex-direction: column; justify-content: flex-start;
  padding: calc(var(--nav-h) + 24px) var(--gutter) 40px;
  overflow-y: auto;
  opacity: 0; visibility: hidden;
  transition: opacity 0.5s var(--ease), visibility 0.5s var(--ease);
}
body.menu-open .mobile-menu { opacity: 1; visibility: visible; }
.mobile-menu a {
  font-family: var(--font-display); font-size: clamp(1.7rem, 7vw, 2.7rem);
  padding-block: 0.16em; border-bottom: 1px solid var(--line-soft);
  display: flex; justify-content: space-between; align-items: baseline;
  opacity: 0; transform: translateY(18px);
  transition: opacity 0.5s var(--ease), transform 0.5s var(--ease);
}
.mobile-menu a .idx { font-family: var(--font-sans); font-size: 0.7rem; letter-spacing: 0.2em; color: var(--muted); }
body.menu-open .mobile-menu a { opacity: 1; transform: none; }
body.menu-open .mobile-menu a:nth-child(1) { transition-delay: 0.12s; }
body.menu-open .mobile-menu a:nth-child(2) { transition-delay: 0.18s; }
body.menu-open .mobile-menu a:nth-child(3) { transition-delay: 0.24s; }
body.menu-open .mobile-menu a:nth-child(4) { transition-delay: 0.30s; }
body.menu-open .mobile-menu a:nth-child(5) { transition-delay: 0.36s; }

/* ============================================================
   FOOTER
   ============================================================ */
.footer { background: var(--bg); color: var(--ink); border-top: 1px solid var(--line); padding-block: clamp(64px, 9vh, 120px) 40px; }
.footer .wordmark .wm-name { font-size: clamp(2rem, 6vw, 4.4rem); color: var(--ink); }
.footer .wordmark .wm-sub { color: var(--muted); }
.footer a { color: var(--ink-soft); transition: color 0.3s var(--ease); }
.footer a:hover { color: var(--ink); }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 48px; align-items: start; }
@media (max-width: 800px) { .footer-grid { grid-template-columns: 1fr; gap: 40px; } }
.footer-label { font-family: var(--font-sans); font-size: 0.66rem; letter-spacing: 0.28em; text-transform: uppercase; color: var(--muted); margin-bottom: 1.1em; }
.footer-bottom { margin-top: clamp(48px, 8vh, 90px); padding-top: 26px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap; font-size: 0.72rem; letter-spacing: 0.1em; color: var(--muted); }
.social-row { display: flex; gap: 14px; }
.social-row a { width: 40px; height: 40px; border: 1px solid var(--line); border-radius: 50%; display: grid; place-items: center; transition: all 0.4s var(--ease); }
.social-row a:hover { background: var(--accent); border-color: var(--accent); color: var(--on-accent); }
.social-row svg { width: 16px; height: 16px; }

/* ============================================================
   IMAGE SLOTS
   ============================================================ */
image-slot {
  --is-bg: color-mix(in srgb, var(--ink) 5%, var(--bg));
  background: var(--is-bg);
  display: block;
}
.tone-dark image-slot { --is-bg: color-mix(in srgb, var(--ink) 5%, var(--bg)); }

/* ============================================================
   REVEAL ANIMATIONS
   ============================================================ */
.reveal { opacity: 0; transform: translateY(34px); transition: opacity 1s var(--ease), transform 1s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.reveal-d1 { transition-delay: 0.08s; }
.reveal-d2 { transition-delay: 0.16s; }
.reveal-d3 { transition-delay: 0.24s; }
.reveal-d4 { transition-delay: 0.32s; }

.clip-reveal { clip-path: inset(0 0 100% 0); transition: clip-path 1.2s var(--ease); }
.clip-reveal.in { clip-path: inset(0 0 0 0); }

.img-zoom { overflow: hidden; }
.img-zoom > image-slot, .img-zoom > img { transition: transform 1.6s var(--ease); transform: scale(1.06); }
.img-zoom.in > image-slot, .img-zoom.in > img { transform: scale(1); }

@media (prefers-reduced-motion: reduce) {
  .reveal, .clip-reveal, .img-zoom > * { opacity: 1 !important; transform: none !important; clip-path: none !important; transition: none !important; }
}

/* ============================================================
   PAGE HERO (interior pages)
   ============================================================ */
.page-hero { padding-top: calc(var(--nav-h) + clamp(48px, 9vh, 120px)); padding-bottom: clamp(40px, 7vh, 90px); }
.page-hero .eyebrow { margin-bottom: 1.4rem; }
.page-hero .h-1 { margin-bottom: 0.4em; }

/* ============================================================
   CARDS / FEATURES
   ============================================================ */
.feature { border-top: 1px solid var(--line); padding-top: 28px; }
.feature .num { font-family: var(--font-display); font-style: italic; font-size: 1.1rem; color: var(--accent-deep); display: block; margin-bottom: 1.2rem; }
.feature h3 { font-size: 1.5rem; margin-bottom: 0.5rem; }
.feature p { color: var(--muted); font-size: 0.98rem; }

/* chips / filter */
.chips { display: flex; flex-wrap: wrap; gap: 10px; }
.chip {
  font-family: var(--font-sans); font-size: 0.72rem; letter-spacing: 0.16em; text-transform: uppercase;
  padding: 0.7em 1.3em; border: 1px solid var(--line); border-radius: 999px;
  color: var(--ink-soft); transition: all 0.35s var(--ease);
}
.chip:hover { border-color: var(--ink); }
.chip.active { background: var(--ink); color: var(--bg); border-color: var(--ink); }

/* ============================================================
   FORMS
   ============================================================ */
.field { position: relative; }
.field label { font-family: var(--font-sans); font-size: 0.68rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--muted); display: block; margin-bottom: 0.7em; }
.field input, .field select, .field textarea {
  width: 100%; background: transparent; border: none; border-bottom: 1px solid var(--line);
  padding: 0.6em 0; font-family: var(--font-sans); font-weight: 300; font-size: 1.05rem; color: var(--ink);
  transition: border-color 0.35s var(--ease);
}
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-bottom-color: var(--accent); }
.field textarea { resize: vertical; min-height: 110px; }
.field select { appearance: none; cursor: pointer; }
.field.has-arrow::after { content: ""; position: absolute; right: 4px; bottom: 18px; width: 8px; height: 8px; border-right: 1.5px solid var(--muted); border-bottom: 1.5px solid var(--muted); transform: rotate(45deg); pointer-events: none; }
.field input::placeholder, .field textarea::placeholder { color: color-mix(in srgb, var(--muted) 65%, transparent); }

/* ============================================================
   TESTIMONIAL
   ============================================================ */
.tcard { border: 1px solid var(--line); padding: clamp(28px, 4vw, 48px); border-radius: 4px; background: var(--surface); display: flex; flex-direction: column; gap: 1.6rem; height: 100%; }
.tcard .stars { display: flex; gap: 3px; color: var(--accent-deep); }
.tcard .stars svg { width: 15px; height: 15px; }
.tcard blockquote { font-family: var(--font-display); font-style: italic; font-size: clamp(1.2rem, 1.8vw, 1.5rem); line-height: 1.4; color: var(--ink-soft); }
.tcard .by { margin-top: auto; font-family: var(--font-sans); font-size: 0.72rem; letter-spacing: 0.18em; text-transform: uppercase; }
.tcard .by .name { color: var(--ink); }
.tcard .by .role { color: var(--muted); display: block; margin-top: 4px; letter-spacing: 0.12em; }

/* ============================================================
   PACKAGE ROWS
   ============================================================ */
.pkg { display: grid; grid-template-columns: 0.9fr 1.5fr auto; gap: clamp(20px, 4vw, 64px); align-items: center; padding-block: clamp(34px, 5vw, 56px); border-top: 1px solid var(--line); }
.pkg:last-child { border-bottom: 1px solid var(--line); }
.pkg .pkg-name { font-family: var(--font-display); font-size: clamp(1.7rem, 3vw, 2.6rem); line-height: 1.05; }
.pkg .pkg-meta { display: flex; gap: 26px; flex-wrap: wrap; margin-top: 1.1rem; }
.pkg .pkg-meta div { }
.pkg .pkg-meta .k { font-size: 0.62rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--muted); }
.pkg .pkg-meta .v { font-family: var(--font-display); font-size: 1.15rem; }
.pkg .pkg-desc { color: var(--muted); font-size: 0.98rem; max-width: 46ch; }
.pkg-actions { display: flex; flex-direction: column; gap: 12px; align-items: stretch; }
.pkg-actions .btn { justify-content: center; white-space: nowrap; }
@media (max-width: 860px) { .pkg { grid-template-columns: 1fr; gap: 18px; } .pkg-actions { flex-direction: row; flex-wrap: wrap; } }

/* ============================================================
   SLIDER
   ============================================================ */
.slider { position: relative; }
.slider-viewport { overflow: hidden; }
.slider-track { display: flex; gap: clamp(16px, 2vw, 28px); transition: transform 0.8s var(--ease); will-change: transform; }
.slider-slide { flex: 0 0 calc((100% - 2 * clamp(16px,2vw,28px)) / 3); }
@media (max-width: 1100px) { .slider-slide { flex-basis: calc((100% - clamp(16px,2vw,28px)) / 2); } }
@media (max-width: 760px) { .slider-slide { flex-basis: 100%; } }
.slider-slide image-slot { width: 100%; height: clamp(300px, 42vw, 540px); }
.slider-nav { display: flex; align-items: center; gap: 16px; }
.slider-arrow { width: 52px; height: 52px; border-radius: 50%; border: 1px solid var(--line); display: grid; place-items: center; transition: all 0.35s var(--ease); color: var(--ink); }
.slider-arrow:hover { background: var(--ink); color: var(--bg); border-color: var(--ink); }
.slider-arrow svg { width: 18px; height: 18px; }
.slider-dots { display: flex; gap: 8px; align-items: center; }
.sdot { width: 7px; height: 7px; border-radius: 50%; background: var(--line); transition: all 0.35s var(--ease); }
.sdot.active { background: var(--accent-deep); width: 22px; border-radius: 4px; }

/* ============================================================
   GALLERY GRID (portfolio)
   ============================================================ */
.gallery { columns: 3; column-gap: clamp(14px, 1.6vw, 24px); }
@media (max-width: 1000px) { .gallery { columns: 2; } }
@media (max-width: 600px) { .gallery { columns: 1; } }
.gallery .g-item { break-inside: avoid; margin-bottom: clamp(14px, 1.6vw, 24px); position: relative; overflow: hidden; }
.gallery .g-item image-slot { width: 100%; }
.gallery .g-item .g-cap { position: absolute; left: 0; bottom: 0; right: 0; padding: 18px 20px; color: #fff; font-family: var(--font-sans); font-size: 0.66rem; letter-spacing: 0.22em; text-transform: uppercase; background: linear-gradient(to top, rgba(0,0,0,0.55), transparent); opacity: 0; transform: translateY(8px); transition: opacity 0.45s var(--ease), transform 0.45s var(--ease); pointer-events: none; }
.gallery .g-item:hover .g-cap { opacity: 1; transform: none; }

/* overlay caption helper for hero/full images */
.figure-cap { font-family: var(--font-sans); font-size: 0.66rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--muted); margin-top: 0.9rem; }

/* big editorial number */
.bignum { font-family: var(--font-display); font-style: italic; font-weight: 300; font-size: clamp(3rem, 7vw, 6rem); line-height: 1; color: var(--accent-deep); }

/* ============================================================
   PRICING PACKAGE CARDS
   ============================================================ */
.pkg-cards { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(20px, 3vw, 40px); align-items: start; }
.pkg-cards.four { grid-template-columns: repeat(4, 1fr); gap: clamp(16px, 1.6vw, 24px); }
@media (max-width: 1040px) { .pkg-cards.four { grid-template-columns: 1fr 1fr; } }
@media (max-width: 820px) { .pkg-cards { grid-template-columns: 1fr; } .pkg-cards.four { grid-template-columns: 1fr; } }
.pkg-cards.four .pkg-photo { height: clamp(280px, 26vw, 360px); }
.pkg-cards.four .pkg-body { padding: clamp(22px, 1.8vw, 30px); gap: 1.1rem; }
.pkg-cards.four .pkg-price { font-size: clamp(1.9rem, 2.4vw, 2.4rem); }
.pkg-card { border: 1px solid var(--line); background: var(--surface); display: flex; flex-direction: column; transition: border-color 0.4s var(--ease); }
.pkg-card:hover { border-color: var(--accent); }
.pkg-photo { width: 100%; height: clamp(300px, 34vw, 440px); display: block; }
.pkg-body { padding: clamp(28px, 3vw, 46px); display: flex; flex-direction: column; gap: 1.5rem; }
.pkg-name { font-family: var(--font-sans); font-size: 0.72rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--muted); }
.pkg-price { font-family: var(--font-display); font-weight: 500; font-size: clamp(2.4rem, 4vw, 3.3rem); line-height: 1; color: var(--ink); }
.pkg-list { list-style: none; display: flex; flex-direction: column; gap: 0; margin: 0; border-top: 1px solid var(--line); }
.pkg-list li { position: relative; padding: 0.95em 0 0.95em 1.8em; border-bottom: 1px solid var(--line-soft); color: var(--ink-soft); font-size: 1rem; line-height: 1.5; }
.pkg-list li::before {
  content: ""; position: absolute; left: 0.15em; top: 1.05em;
  width: 0.7em; height: 0.4em; border-left: 1.5px solid var(--accent-deep); border-bottom: 1.5px solid var(--accent-deep);
  transform: rotate(-45deg);
}
.pkg-list li strong { font-weight: 600; color: var(--ink); }
.pkg-list li em { font-style: italic; color: var(--muted); }
.pkg-sub .k { display: block; font-family: var(--font-sans); font-size: 0.66rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--muted); margin-bottom: 0.45rem; }
.pkg-sub .v { color: var(--ink-soft); font-size: 0.98rem; }

/* form note */
#formNote { display: none; opacity: 0; transition: opacity 0.5s var(--ease); padding: 1em 1.2em; border: 1px solid var(--accent); border-radius: 4px; background: color-mix(in srgb, var(--accent) 12%, transparent); font-size: 0.95rem; }
#formNote.in { opacity: 1; }

/* utilities */
.center { text-align: center; }
.mx-auto { margin-inline: auto; }
.maxw-prose { max-width: 64ch; }
.hr { height: 1px; background: var(--line); border: none; }
.spacer-sm { height: clamp(20px,4vh,40px); }
.flex { display: flex; }
.items-center { align-items: center; }
.gap-sm { gap: 12px; }
.gap { gap: 24px; }
.wrap { flex-wrap: wrap; }


/* === MW Live Edit overrides (auto-generated) === */

.mw-admin-live-edit-page [data-layout-container] { min-height: 0 !important; }

.brand img, .nav-logo img, .logo img { max-width: 48px; max-height: 48px; width: auto; height: auto; object-fit: contain; }
.f-brand .logo img, footer .logo img { max-width: 40px; max-height: 40px; }

.image-slot-canonicalized { width: 100%; height: auto; display: block; }
.image-slot-shape-circle { border-radius: 50%; }

/* === Nav <ul><li> bullet suppression (auto-generated) === */
nav.nav ul, .nav ul, header nav ul {
  list-style: none; margin: 0; padding: 0;
  display: flex; gap: 2px; align-items: center;
}
nav.nav ul li, .nav ul li, header nav ul li {
  list-style: none; margin: 0; padding: 0;
}
nav.nav ul li::marker, header nav ul li::marker { content: none; }

/* === Multilanguage MW module — link-list clean skin (auto-generated) === */
.lang-mw, .mw-lang-switch { display: inline-block; position: relative; font-size: 12.5px; letter-spacing: .08em; }
.mw-lang-current {
  display: inline-flex; align-items: center; gap: 4px;
  background: transparent; border: 1px solid rgba(255,255,255,0.25);
  color: var(--light, #fff); border-radius: 6px;
  padding: 6px 10px 6px 12px; font: inherit; cursor: pointer;
  text-transform: uppercase; line-height: 1;
}
.mw-lang-current:hover { border-color: rgba(255,255,255,0.55); background: rgba(255,255,255,0.06); }
.mw-lang-current .mdi { font-size: 16px; opacity: 0.75; }
.mw-lang-menu {
  position: absolute; top: calc(100% + 6px); right: 0; min-width: 80px;
  list-style: none; margin: 0; padding: 6px 0;
  background: rgba(8, 32, 62, 0.96);
  border: 1px solid var(--line-dark, rgba(255,255,255,0.15));
  border-radius: 8px; box-shadow: 0 6px 20px rgba(0,0,0,0.35);
  display: none; z-index: 50;
}
.mw-lang-menu.is-open { display: block; }
.mw-lang-menu li { list-style: none; padding: 0; margin: 0; }
.mw-lang-link {
  display: block; padding: 8px 14px;
  color: var(--light, #fff); text-decoration: none;
  text-transform: uppercase; white-space: nowrap;
}
.mw-lang-link:hover { background: rgba(255,255,255,0.08); }
.mw-lang-fullname { display: none; }

.mw-admin-live-edit-page .reveal {
  opacity: 1 !important;
  transform: none !important;
  animation: none !important;
}


/* add-generator-hardening: hero full-viewport rules (override of upstream defaults) */
.hero { min-height: 100vh; padding: 0; display: flex; }
.hero .mw-layout-container { flex: 1; padding: 40px 0; }


/* add-generator-hardening: Posts module wrapper transparency.
   The `<div class="module module-posts">` wrapper MW injects between the
   section container and the skin output breaks `parent > child` selectors
   from the source design. Two-part fix: (a) `display:contents` so the box
   model is transparent, and (b) class-level selectors so flex/grid layout
   matches regardless of wrapper depth. */
.module-posts { display: contents; }

/* Class-level flex/grid layouts — match regardless of `.module-posts` depth. */
.carousel-track { display: flex; }
.carousel-track > article.carousel-slide,
.carousel-track > .carousel-slide { flex: 0 0 100%; width: 100%; }


/* ===== MDI-SVG-INFLATE-FIX ===== */
/* MW Live Edit inflates `<i class="mdi …">` to inline <svg viewBox="0 0 24 24">
   without width/height — without these rules the SVG fills its parent. */
.mdi svg { width: 1em; height: 1em; fill: currentColor; display: inline-block; vertical-align: -0.125em; }
i.mdi svg, .mdi > svg { width: 1em; height: 1em; }


/* ===== STATIC-PAGE-CLEARANCE-BLOCK ===== */
/* Static pages (subtype=static) bypass inner.php and inject content
   directly into the body. Without padding the fixed header overlaps. */
body.page-impresszum > .main-content { padding-top: 80px; }
body.page-adatvedelmi > .main-content { padding-top: 80px; }


/* ===== FONT-COLOR-RUNTIME-OVERRIDE ===== */
/* Live Edit inserts inline <font color="…">; override to brand color
   non-destructively. !important is required (inline attribute beats rules). */
font[color] { color: var(--brand) !important; }

/* ===== MW LAYOUT WRAPPER TRANSPARENCY ===== */
section > .mw-layout-container { display: contents; }
.edit.allow-drop { display: none !important; }

/* ===== MW MENU MODULE STYLING + DROPDOWN ===== */
/* MW renders <ul class="menu-root"> + <li><a class="menu_element_link">.
   Nested <ul> = dropdown (have-submenu li). Claude-emit `.menu a:hover`
   NEM matchel az MW renderre. */
.site-header .module-menu { display: flex; }
.site-header .module-menu > ul {
  display: flex; gap: 32px; list-style: none; margin: 0; padding: 0; align-items: center;
}
.site-header .module-menu > ul > li { position: relative; list-style: none; }
.site-header .module-menu li::marker { content: none; }
.site-header .module-menu .menu_element_link {
  text-decoration: none;
  white-space: nowrap;
  /* color / padding / font az `nav.primary a` Claude-emit szabálytól örökölt */
}
.site-header .module-menu .have-submenu-link::after {
  content: " \25BE"; font-size: 11px; opacity: 0.7; margin-left: 4px;
}
/* Dropdown (nested ul) */
.site-header .module-menu ul ul {
  position: absolute; top: 100%; left: 0; min-width: 260px;
  display: none; flex-direction: column;
  background: #fff; color: #1a1a2e;
  box-shadow: 0 12px 32px rgba(0,0,0,0.14);
  border-radius: 12px; padding: 8px; margin: 6px 0 0 0;
  z-index: 100; gap: 2px; list-style: none;
}
.site-header .module-menu > ul > li:hover > ul,
.site-header .module-menu > ul > li:focus-within > ul { display: flex; }
.site-header .module-menu ul ul li { width: 100%; list-style: none; }
.site-header .module-menu ul ul .menu_element_link {
  display: block; border-radius: 8px; padding: 8px 14px;
  font-size: 14px; font-weight: 400; white-space: normal; color: inherit;
}

/* ===== MW .element CLASS HEADING-FONT FIX (2026-06-11) ===== */
h1.element, h2.element, h3.element, h4.element,
.edit h1, .edit h2, .edit h3, .edit h4,
.main-content h1, .main-content h2, .main-content h3, .main-content h4 {
  font-family: var(--display) !important;
}

/* bullet-icon-normalizer: suppress CSS-pseudo bullets */
.check-list li::before, .check-list li::after { content: none !important; }
.check-list li { padding-left: 0; }
.check-list li > i.mdi { margin-right: 8px; vertical-align: middle; }


/* DSP compliance footer-block — sandorvivien-a */
:root { --dsp-logo-height: 141px; }
.sandorvivien-a-dsp { display: flex; flex-direction: column; align-items: center; gap: 16px; padding: 24px 10px; border-bottom: 1px solid rgba(255,255,255,0.1); }
.dsp-compliance-wrap { }
.sandorvivien-a-dsp .dsp-logos { display: flex; align-items: center; gap: 50px; }
.sandorvivien-a-dsp .dsp-logo { height: var(--dsp-logo-height); width: auto; padding: 10px; display: block; }
.sandorvivien-a-dsp .dsp-logo-link { display: inline-block; line-height: 0; }
.sandorvivien-a-dsp .dsp-statement { max-width: 720px; text-align: center; font-size: 0.875rem; line-height: 1.5; margin: 0; }
@media (max-width: 1024px) {
  .sandorvivien-a-dsp .dsp-logos { gap: 32px; }
}
@media (max-width: 768px) {
  .sandorvivien-a-dsp .dsp-logos { gap: 20px; flex-wrap: wrap; justify-content: center; }
}


/* ===== LEGAL-PAGES-DEFAULT-STYLES ===== */
/* Impresszum + Adatvédelmi page styling (add-default-legal-pages-v2 — rk-teto pattern). */
.impresszum-wrap, .adatvedelmi-wrap { max-width: 980px; margin: 0 auto; padding: 32px 20px 80px; line-height: 1.65; color: #4a4a4a; }

/* Intro box — left brand-border, soft gray bg. */
.impresszum-intro-box, .adatvedelmi-intro-box {
  background: #f5f5f5;
  border-left: 4px solid var(--primary, currentColor);
  padding: 24px 28px;
  border-radius: 8px;
  margin: 0 0 48px;
  line-height: 1.75;
}
.impresszum-intro-box p, .adatvedelmi-intro-box p { margin: 0; }

/* Section heading — UPPERCASE + MDI-icon + thin divider. */
.impresszum-section, .adatvedelmi-section { margin: 48px 0; }
.impresszum-h2, .adatvedelmi-h2 {
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0 0 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #eaeaea;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #1a1a1a;
}
.impresszum-h2 > i, .adatvedelmi-h2 > i { color: var(--primary, currentColor); font-size: 1.4em; line-height: 1; }

/* Card grid for identity data (Üzemeltető / Adatkezelő). */
.impresszum-grid, .adatvedelmi-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
}
.impresszum-card, .adatvedelmi-card {
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 8px;
  padding: 18px 20px;
}
.impresszum-label, .adatvedelmi-label {
  text-transform: uppercase;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  color: #888;
  font-weight: 600;
  margin-bottom: 8px;
}
.impresszum-value, .adatvedelmi-value { color: #1a1a1a; font-weight: 500; }
.adatvedelmi-value a { color: inherit; text-decoration: none; }
.adatvedelmi-value a:hover { text-decoration: underline; }

/* TODO placeholders — italic + brand color. */
.impresszum-todo, .adatvedelmi-todo {
  color: var(--primary, currentColor) !important;
  font-style: italic;
  font-weight: 500;
}

/* Pill-style contact links. */
.impresszum-contact-row, .adatvedelmi-contact-row { display: flex; flex-wrap: wrap; gap: 12px; }
.impresszum-pill, .adatvedelmi-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 8px;
  padding: 14px 22px;
  color: #1a1a1a;
  text-decoration: none;
  font-weight: 500;
}
.impresszum-pill > i, .adatvedelmi-pill > i { color: var(--primary, currentColor); font-size: 1.15em; }
.impresszum-pill:hover, .adatvedelmi-pill:hover { background: #fafafa; }

/* Lists (Adatvédelmi célok + Érintetti jogok). */
.adatvedelmi-list { padding-left: 22px; margin: 0; }
.adatvedelmi-list li { margin: 6px 0; }

/* Body paragraphs in legal sections. */
.impresszum-section > p, .adatvedelmi-section > p { margin: 0; }

/* Footer legal-link visibility (B4) — visible on dark footers. */
.footer .footer-bottom-links, .footer-bottom-links {
  display: inline-flex; align-items: center; gap: 4px;
  font-size: 11.5px; letter-spacing: .06em;
  color: var(--light, #ffffff);
}
.footer .footer-bottom-links a, .footer-bottom-links a,
.footer .footer-bottom-links .footer-legal-link, .footer-bottom-links .footer-legal-link {
  color: inherit; text-decoration: none;
}
.footer .footer-bottom-links .footer-legal-link:hover,
.footer-bottom-links .footer-legal-link:hover { text-decoration: underline; }
.footer-legal-sep { opacity: 0.5; margin: 0 4px; user-select: none; }

@media (max-width: 640px) {
  .impresszum-wrap, .adatvedelmi-wrap { padding: 24px 16px 60px; }
  .impresszum-grid, .adatvedelmi-grid { grid-template-columns: 1fr; }
  .impresszum-section, .adatvedelmi-section { margin: 36px 0; }
}


/* ===== subpage CSS (multi-page consolidation) ===== */
/* inlined from ZIP: assets/css/style.css */
/* ============================================================
   SÁNDOR VIVIEN — Photography
   Shared design system
   ============================================================ */

/* ---- Fonts ---- */
@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@0,6..96,400;0,6..96,500;0,6..96,600;0,6..96,700;1,6..96,400&family=Cormorant:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400&family=Jost:wght@300;400;500&display=swap');

/* ============================================================
   TOKENS
   ============================================================ */
:root {
  /* Type families */
  --font-wordmark: 'Bodoni Moda', Georgia, serif;
  --font-display: 'Cormorant', Georgia, serif;
  --font-sans: 'Jost', system-ui, sans-serif;

  /* Light theme (default) — plain white / near-black */
  --bg: #FFFFFF;
  --bg-2: #FFFFFF;
  --surface: #FFFFFF;
  --ink: #15130F;
  --ink-soft: #46413A;
  --muted: #847C72;
  --line: rgba(21, 19, 15, 0.12);
  --line-soft: rgba(21, 19, 15, 0.07);
  --accent: #C2A98F;          /* powder / sand */
  --accent-deep: #A88B6E;
  --on-accent: #1a160f;
  --overlay-ink: rgba(12, 11, 9, 0.30);
  --shadow: 0 28px 60px -32px rgba(21, 19, 15, 0.30);

  /* Motion */
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --slow: 1.1s;

  /* Layout */
  --maxw: 1320px;
  --gutter: clamp(20px, 5vw, 84px);
  --nav-h: 84px;
}

.faq { border-top: 1px solid var(--line); }

.faq-item { border-bottom: 1px solid var(--line); }

.faq-item summary {
  list-style: none; cursor: pointer; display: flex; align-items: baseline; gap: clamp(16px,3vw,40px);
  padding-block: clamp(22px,3vw,34px); position: relative;
}

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

.faq-item .q-num { font-family: var(--font-display); font-style: italic; font-size: 1.05rem; color: var(--accent-deep); flex: 0 0 auto; }

.faq-item .q-txt { font-family: var(--font-display); font-size: clamp(1.3rem,2.4vw,2rem); line-height: 1.15; flex: 1 1 auto; transition: color 0.3s var(--ease); }

.faq-item summary:hover .q-txt { color: var(--accent-deep); }

.faq-item .q-ico { flex: 0 0 auto; width: 18px; height: 18px; position: relative; align-self: center; }

.faq-item .q-ico::before, .faq-item .q-ico::after { content: ""; position: absolute; background: var(--ink); transition: transform 0.35s var(--ease), opacity 0.35s var(--ease); }

.faq-item .q-ico::before { left: 0; top: 50%; width: 100%; height: 1.5px; transform: translateY(-50%); }

.faq-item .q-ico::after { top: 0; left: 50%; width: 1.5px; height: 100%; transform: translateX(-50%); }

.faq-item[open] .q-ico::after { transform: translateX(-50%) scaleY(0); opacity: 0; }

.faq-item[open] .q-num { color: var(--accent-deep); }

.faq-body { padding-left: calc(1.05rem + clamp(16px,3vw,40px)); padding-right: clamp(0px,4vw,40px); padding-bottom: clamp(24px,3vw,36px); max-width: 70ch; }

.faq-body p { color: var(--ink-soft); }

.faq-body p + p { margin-top: 1rem; }

@media (max-width:640px){ .faq-body { padding-left: 0; } }

@media (prefers-reduced-motion: no-preference){
  .faq-item[open] .faq-body { animation: faqIn 0.5s var(--ease); }
  @keyframes faqIn { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: none; } }
}

.contact-soc { width:46px;height:46px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;transition:all .4s var(--ease);color:var(--ink);}

.contact-soc:hover{ background:var(--accent);border-color:var(--accent);color:var(--on-accent);}

.contact-soc svg{ width:18px;height:18px;}


/* mw-dropdown-nav-css */
header nav li { position: relative; }
header nav li > ul { display: none !important; position: absolute !important; top: 100%; left: 0;
  min-width: 210px; background: #fff; box-shadow: 0 12px 32px rgba(0,0,0,.13); border-radius: 10px;
  padding: .4rem 0; margin: 0; list-style: none; z-index: 200; flex-direction: column; gap: 0; }
header nav li:hover > ul, header nav li:focus-within > ul { display: block !important; }
header nav li > ul li { display: block; width: 100%; }
header nav li > ul a { display: block; padding: .55rem 1.2rem; white-space: nowrap; }
header nav li > ul a:hover { background: rgba(0,0,0,.06); }


/* mw-contact-form-css */
#contact-form .vc-fields, #contact-form .module-custom-fields { width:100%; display:block; }
#contact-form .mw-flex-row { display:flex; flex-wrap:wrap; gap:1.7rem 2.2rem; margin:0; }
#contact-form .mw-flex-row > [class*=mw-flex-col] { flex:0 0 calc(50% - 1.1rem) !important; max-width:calc(50% - 1.1rem) !important; width:auto !important; padding:0 !important; margin:0 !important; min-width:0; }
#contact-form .mw-flex-row > [class*=mw-flex-col]:has(textarea) { flex:0 0 100% !important; max-width:100% !important; }
#contact-form .mw-ui-label, #contact-form label { font-size:0.68rem; letter-spacing:0.2em; text-transform:uppercase; color:var(--muted,#847C72); display:block; margin-bottom:0.7em; font-weight:400; }
#contact-form .mw-ui-field, #contact-form select, #contact-form textarea, #contact-form input:not([type=hidden]):not([type=submit]):not([type=button]) { width:100%; box-sizing:border-box; background:transparent; border:none; box-shadow:none; border-bottom:1px solid var(--line,rgba(21,19,15,.12)); border-radius:0; padding:.5em 0; font-family:inherit; font-size:1rem; color:var(--ink,#15130F); -webkit-appearance:none; appearance:none; }
#contact-form textarea { min-height:90px; resize:vertical; }
#contact-form .mw-ui-field:focus, #contact-form select:focus, #contact-form textarea:focus, #contact-form input:focus { outline:none; box-shadow:none; border-bottom-color:var(--accent,#C2A98F); }
#contact-form ::placeholder { color:color-mix(in srgb, var(--muted,#847C72) 65%, transparent); }
#contact-form select { background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='9' viewBox='0 0 12 9'%3E%3Cpath d='M1 1.5L6 7l5-5.5' fill='none' stroke='%23847C72' stroke-width='1.4'/%3E%3C/svg%3E"); background-repeat:no-repeat; background-position:right .1rem center; padding-right:1.6rem; }
#contact-form .form-captcha, #contact-form .mw-captcha { display:flex; align-items:center; gap:.8rem; flex-wrap:wrap; margin:1.6rem 0 0; }
#contact-form .mw-captcha-img { flex:0 0 auto; border-radius:6px; height:42px; width:auto; opacity:.85; }
#contact-form .mw-captcha-input { flex:0 1 180px; }
#contact-form button[type=submit] { cursor:pointer; margin-top:1.6rem; }
/* --- 2026-07-06 fixes: gallery lightbox + hero crossfade --- */
.gallery .g-item img { cursor: zoom-in; }
.svlb { position: fixed; inset: 0; z-index: 9999; background: rgba(10,9,8,0.92); display: grid; place-items: center; opacity: 0; visibility: hidden; transition: opacity 0.3s ease, visibility 0.3s ease; cursor: zoom-out; }
.svlb.open { opacity: 1; visibility: visible; }
.svlb img { max-width: 92vw; max-height: 90vh; object-fit: contain; display: block; box-shadow: 0 20px 60px rgba(0,0,0,0.5); }
.svlb-close { position: absolute; top: 14px; right: 20px; font-size: 2.2rem; color: #fff; line-height: 1; background: none; border: none; cursor: pointer; z-index: 1; }

.hero-slideshow .hero-slide { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; animation: heroCross 14s ease-in-out infinite; }
.hero-slideshow .hero-slide-1 { animation-delay: -1s; }
.hero-slideshow .hero-slide-2 { animation-delay: 6s; }
@keyframes heroCross { 0% { opacity: 0; } 8% { opacity: 1; } 54% { opacity: 1; } 62% { opacity: 0; } 100% { opacity: 0; } }
@media (prefers-reduced-motion: reduce) { .hero-slideshow .hero-slide { animation: none; } .hero-slideshow .hero-slide-1 { opacity: 1; } }

/* --- 2026-07-06: fekete fejléc fehér írással (ügyfél-kérés, 2. levél) --- */
.nav, .nav.on-dark, .nav.on-dark.scrolled { background: #0F0D0B; color: #F8F4EC; border-bottom: 1px solid rgba(255,255,255,0.08); }
.nav.scrolled { background: rgba(15,13,11,0.94); backdrop-filter: blur(16px) saturate(1.2); border-bottom-color: rgba(255,255,255,0.10); }
.site-header .module-menu > ul > li > .menu_element_link { color: #F8F4EC; }
.site-header .wordmark, .site-header .wordmark .wm-name, .site-header .wordmark .lt-name { color: #F8F4EC; }
.nav-cta.btn { background: transparent; border-color: rgba(248,244,236,0.65); color: #F8F4EC; }
.nav-cta.btn:hover { background: #F8F4EC; border-color: #F8F4EC; color: #0F0D0B; }
.nav .burger { color: #F8F4EC; }

/* --- 2026-07-06: mobil-összeomlás az inline 2-oszlopos .grid szekciókra ---
   Inline style="grid-template-columns:..." felülír minden media query-t,
   ezért itt !important-tal kényszerítjük az 1 oszlopot. A csak-képes oszlop
   (nincs benne heading/paragrafus) mobilon a szöveg ELÉ kerül. */
@media (max-width: 900px) {
  .grid[style*="grid-template-columns"] { grid-template-columns: 1fr !important; }
  .grid[style*="grid-template-columns"] > *:has(img):not(:has(h1, h2, h3, p)) { order: -1; }
}

/* --- 2026-07-07: footer legal-linkek láthatóság (fehér footeren fehér volt) ---
   A generált legal-CSS color: var(--light,#ffffff) sötét footerre készült;
   ezen a fehér-témájú oldalon láthatatlan → muted-re állítjuk. */
.footer .footer-bottom-links, .footer-bottom-links { color: var(--muted, #847C72); }

/* --- 2026-07-07: poszt-kártyák (és minden .reveal) a Live Edit BELSŐ keretében is látszódjanak.
   A modul-tartalom a szerkesztőben az animáció-init UTÁN töltődik be, így a .reveal
   elemek opacity:0-n ragadnak; a 638. sori mentőháló rossz body-osztályt céloz
   (mw-admin-live-edit-page = külső admin-doc; a belső keret: mw-live-edit). */
.mw-live-edit .reveal, .mw-live-edit .clip-reveal, .mw-live-edit .img-zoom > *,
body.live-edit-frame-loaded .reveal {
  opacity: 1 !important; transform: none !important; clip-path: none !important;
  animation: none !important; transition: none !important;
}

/* --- 2026-07-07: modul-fogaskerék a kártyáknál jelenjen meg ---
   A .module-posts { display:contents } (656. sor) = nincs doboz -> a Live Edit
   a beállítás-fogaskereket a bal-felső sarokhoz horgonyozza. A szerkesztő
   keretében valódi (block) dobozt adunk; a publikus oldal érintetlen. */
.mw-live-edit .module-posts { display: block; }

/* --- 2026-07-07: hero gombok hover — FEHÉR szöveg is (nem csak keret) ---
   A 227. sori általános .btn:hover { color: var(--ink) } (sötét) forrás-sorrendben
   felülírta a .hero-cta/.hero-outline saját hover-színét → csak a keret lett fehér,
   a szöveg sötét (láthatatlan a sötét heron). Itt a fájl végén győz a fehér. */
.hero .hero-cta:hover, .hero .hero-outline:hover,
.hero-cta:hover, .hero-outline:hover {
  background: transparent; color: #FFFFFF; border-color: #FFFFFF;
}
.hero-cta:hover .arrow, .hero-outline:hover .arrow { color: #FFFFFF; }

/* --- 2026-07-21: ügyfél-kérés batch --- */
/* 3-csomagos árkártyák egy sorban (portré / baba-mama / születésnapi) + mobil-összeomlás */
.pkg-cards.three { grid-template-columns: repeat(3, 1fr); gap: clamp(16px, 1.8vw, 28px); }
.pkg-cards.three .pkg-photo { height: clamp(280px, 26vw, 360px); }
@media (max-width: 1040px) { .pkg-cards.three { grid-template-columns: 1fr 1fr; } }
@media (max-width: 820px) { .pkg-cards.three { grid-template-columns: 1fr; } }
/* főoldali Válogatott munkák: kategória-felirat mindig látható */
.gallery.caps-on .g-cap { opacity: 1; transform: none; }
/* dropdown hover-híd: a panel 6px margin-rése miatt eltűnt a lenyíló, mielőtt kattintani lehetett volna */
header nav li > ul::before, .site-header .module-menu ul ul::before {
  content: ''; position: absolute; left: 0; right: 0; top: -12px; height: 12px;
}
/* képek teteje ne vágódjon le (07-21 ügyfél-visszjelzés, 2. kör):
   a mozaik fix magasságai MARADNAK (kollázs-kinézet), de minden vágott kép FELÜLRE igazítva
   — a fejtető mindig látszik, az alja csípődik ha muszáj */
.gallery .g-item img, .img-zoom img, .pkg-photo, .grid img { object-position: center top; }
