/* ============================================================
   Nádszál LPG Test- és Arckezelő — styles.css (v2 reinvent)
   Structure translated from showcase 02-medical ("the breath"):
   full-bleed breathing hero, scroll-solidifying header (CSS-only),
   pill buttons / sharp frames radius discipline. Zero JS.
   ============================================================ */

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; padding: 0; font-synthesis: none; }
html { -webkit-text-size-adjust: 100%; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
address { font-style: normal; }
table { border-collapse: collapse; }
button, input { font: inherit; }

/* ---------- Tokens ---------- */
:root {
  --sand:         #f7e5d7;
  --sand-deep:    #e5d4c7;
  --cream:        #fbf5ee;
  --ink:          #5d4416;
  --ink-soft:     #7a653f;
  --emerald:      #686231;
  --emerald-deep: #403c1e;
  --gold:         #c89f54;
  --gold-soft:    #d4b479;
  --gold-deep:    #7c6234;

  --hairline:       rgba(93, 68, 22, 0.16);
  --hairline-cream: rgba(251, 245, 238, 0.22);

  --font-display: 'Cormorant Garamond', serif;
  --font-label:   'Marcellus', serif;
  --font-body:    'Mulish', sans-serif;

  --wrap: 1180px;
  --gutter: clamp(1.25rem, 5vw, 4rem);
  --sec-pad: clamp(4rem, 9vw, 7rem);
  --radius-pill: 9999px;
}

html {
  scroll-padding-top: 108px;
}
@media (prefers-reduced-motion: no-preference) {
  html { scroll-behavior: smooth; }
}

html, body { overflow-x: clip; }

body {
  background: var(--cream);
  color: var(--ink);
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.65;
}

::selection { background: var(--gold-soft); color: var(--emerald-deep); }

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

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

/* ---------- Skip link ---------- */
.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 1000;
  background: var(--emerald-deep);
  color: var(--cream);
  padding: 0.75rem 1.5rem;
  font-weight: 600;
}
.skip-link:focus { left: 1rem; top: 1rem; }

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

/* ---------- Shared type ---------- */
.eyebrow {
  font-family: var(--font-label);
  font-size: 0.75rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold-deep);
}

.sec-head { max-width: 46rem; }
.sec-head .eyebrow { margin-bottom: 1rem; }
.sec-head h2 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(2.1rem, 4.4vw, 3.3rem);
  line-height: 1.06;
  letter-spacing: 0.005em;
  color: var(--ink);
}
.sec-lead {
  margin-top: 1.15rem;
  font-size: 1.05rem;
  color: var(--ink-soft);
  max-width: 52ch;
}

/* Capability row under a section lead — what the treatments actually cover */
.tx-scope {
  margin-top: 1.4rem;
  font-family: var(--font-label);
  font-size: 0.74rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  line-height: 2;
  color: var(--gold);
  max-width: 56ch;
}

/* ---------- Buttons & links ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: var(--radius-pill);
  padding: 1rem 2.1rem;
  font-family: var(--font-label);
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}
.btn--emerald {
  background: var(--emerald);
  color: var(--cream);
}
.btn--emerald:hover { background: var(--emerald-deep); }
.btn--cream {
  background: var(--cream);
  color: var(--emerald-deep);
}
.btn--cream:hover { background: var(--sand); }
/* Secondary channel buttons on the dark .book-card: outlined, so the giant phone number
   (and, when online booking is on, the injected cream CTA) stays the loudest thing in the card. */
.btn--ghost {
  background: transparent;
  color: var(--cream);
  border-color: rgba(251, 245, 238, 0.45);
  gap: 0.55rem;
}
.btn--ghost:hover {
  background: rgba(251, 245, 238, 0.12);
  border-color: var(--cream);
}
.btn__ico { flex: none; display: block; }
/* Keep the glyph next to its label when the label wraps to two lines on a phone. */
.btn--ghost > span { text-align: center; }

/* A grid/flex child refuses to shrink below its min-content by default. One nowrap CTA label was
   therefore setting the whole Kapcsolat column to 390px on a 360px phone — and because
   `html,body{overflow-x:clip}` there was no scrollbar to rescue it, the card was simply cut off.
   Let these tracks shrink, and let long button labels wrap on small screens. */
.contact-grid > *, .rules-grid > *, .post-grid > *, .footer-grid > *,
.hero__grid > *, .parking-figure > *, .book-card > * { min-width: 0; }

@media (max-width: 640px) {
  .btn {
    white-space: normal;
    text-align: center;
    padding-inline: 1.4rem;
    max-width: 100%;
  }
  /* Full-width channel buttons read as a deliberate stack rather than a ragged wrap. */
  .book-card .book-actions { display: grid; }
  .book-card .book-actions .btn,
  .book-card .contact-review,
  .post-cta .btn { width: 100%; }
}

.link-quiet {
  font-family: var(--font-label);
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink);
  border-bottom: 1px solid var(--gold);
  padding-bottom: 0.3rem;
  transition: color 0.18s ease, border-color 0.18s ease;
}
.link-quiet:hover { color: var(--gold-deep); border-color: var(--gold-deep); }

.arrow-link {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-family: var(--font-label);
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--emerald);
}
.arrow-link .arrow { transition: transform 0.18s ease; }
.arrow-link:hover { color: var(--emerald-deep); }
.arrow-link:hover .arrow { transform: translateX(4px); }

/* ============================================================
   Header — transparent over the hero, solid sand after scroll.
   CSS-only scroll-driven animation; @supports fallback renders
   it permanently solid where scroll() timelines are missing.
   ============================================================ */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
}

.nav-toggle-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.site-header__bar {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2.5vw, 2.25rem);
  padding: 0.8rem clamp(1.25rem, 4vw, 2.75rem);
  background-color: transparent;
  border-bottom: 1px solid transparent;
  position: relative;

  animation-name: header-solidify;
  animation-timing-function: linear;
  animation-fill-mode: both;
  animation-timeline: scroll(root);
  animation-range: 0 160px;
}

@keyframes header-solidify {
  from {
    background-color: transparent;
    border-bottom-color: transparent;
  }
  to {
    background-color: var(--sand);
    border-bottom-color: var(--hairline);
  }
}

@supports not (animation-timeline: scroll()) {
  .site-header__bar {
    background-color: var(--sand);
    border-bottom: 1px solid var(--hairline);
  }
}

/* Blog / sub-pages: permanently solid, no scroll choreography */
.site-header--solid .site-header__bar {
  animation: none;
  background-color: var(--sand);
  border-bottom: 1px solid var(--hairline);
}

.brand { flex-shrink: 0; }
.brand img {
  width: auto;
  height: clamp(46px, 5vw, 58px);
}

.nav {
  display: flex;
  align-items: center;
  gap: clamp(0.9rem, 1.8vw, 1.6rem);
  margin-left: auto;
}
.nav a {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--ink);
  transition: color 0.18s ease;
}
.nav a:hover { color: var(--gold-deep); }

.header-cta { padding: 0.7rem 1.5rem; }

.nav-toggle-btn {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  width: 28px;
  height: 22px;
  cursor: pointer;
  margin-left: auto;
}
.nav-toggle-btn span {
  display: block;
  height: 1.5px;
  width: 100%;
  background: var(--ink);
  transition: transform 0.2s ease, opacity 0.2s ease;
}
#nav-toggle:checked ~ .site-header__bar .nav-toggle-btn span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
#nav-toggle:checked ~ .site-header__bar .nav-toggle-btn span:nth-child(2) { opacity: 0; }
#nav-toggle:checked ~ .site-header__bar .nav-toggle-btn span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

.mobile-nav {
  display: none;
  flex-direction: column;
  position: absolute;
  top: 100%;
  left: 0; right: 0;
  background: var(--sand);
  border-bottom: 1px solid var(--hairline);
  max-height: 0;
  overflow: hidden;
  padding: 0 clamp(1.25rem, 4vw, 2.75rem);
  transition: max-height 0.25s ease;
}
.mobile-nav a {
  font-weight: 600;
  font-size: 1rem;
  color: var(--ink);
  padding: 0.95rem 0;
  border-top: 1px solid var(--hairline);
}
.mobile-nav a:first-child { border-top: 0; }
.mobile-nav .mobile-nav__cta {
  font-family: var(--font-label);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.82rem;
  color: var(--emerald-deep);
}
#nav-toggle:checked ~ .mobile-nav {
  max-height: 480px;
  padding-bottom: 0.75rem;
}

@media (max-width: 1140px) {
  .nav, .header-cta { display: none; }
  .nav-toggle-btn { display: flex; }
  .mobile-nav { display: flex; }
}

/* ============================================================
   Hero — "the breath": full-bleed dawn reeds, H1 in the pale
   left zone, slow scale breathe + gold rule draw-in.
   ============================================================ */
.hero {
  position: relative;
  min-height: clamp(440px, 66svh, 660px);
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  background: var(--sand);
  padding-block: clamp(6rem, 12vh, 8rem) clamp(2.5rem, 6vh, 4rem);
}

.hero__media {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: -1;
}

.hero__video,
.hero__poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 58%;
  opacity: 0.4;                 /* barely-there: the reeds are a whisper, not the subject */
}
.hero__poster { display: none; } /* shown only under reduced-motion / no video */
.hero__media::after {            /* sand scrim — heavier on the left where the text sits */
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,
    var(--sand) 0%,
    rgba(248, 230, 216, 0.72) 38%,
    rgba(248, 230, 216, 0.30) 100%);
}

.hero__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
  width: 100%;
}
@media (min-width: 900px) {
  .hero__grid { grid-template-columns: 7fr 4fr; }
}

.hero__content { max-width: 40rem; }

.hero__content .eyebrow {
  color: var(--emerald-deep);
  margin-bottom: 1.2rem;
}

.hero__title {
  /* HEADER FONT EXPERIMENT 2026-07-16 (Réka): hero headline in Italianno script.
     Only this heading changed — all other headings keep var(--font-display). To revert:
     restore font-family/weight/size/line-height/letter-spacing below to the previous values
     (Cormorant Garamond, 500, clamp(2.4rem,5vw,4rem), 1.05, 0.005em) and drop the Italianno
     @font-face + woff2 + preload. Italianno has one weight (400) and needs a larger size + a
     looser line (tall ascenders/descenders) + no letter-spacing (it is a connecting script). */
  font-family: 'Italianno', 'Cormorant Garamond', cursive;
  font-weight: 400;
  font-size: clamp(3.4rem, 7.5vw, 6rem);
  line-height: 1.08;
  letter-spacing: 0;
  color: var(--ink);
  overflow-wrap: normal;
  word-break: keep-all;
}

.hero__rule {
  width: 96px;
  height: 2px;
  background: var(--gold);
  margin: 1.7rem 0 1.5rem;
  transform: scaleX(1);
  transform-origin: left center;
  animation: rule-draw 1.2s ease-out 0.15s backwards;
}

@keyframes rule-draw {
  from { transform: scaleX(0); }
  to   { transform: scaleX(1); }
}

.hero__lead {
  font-size: 1.08rem;
  line-height: 1.7;
  color: var(--ink-soft);
  max-width: 42ch;
  margin-bottom: 2.2rem;
}

.hero__cta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5rem 2rem;
}

/* The LPG cue (real machine) sits beside the copy on desktop; hidden on mobile
   (it reappears in "A szalon" right below, so the mobile hero stays uncluttered). */
.hero__cue { align-self: center; }
.hero__cue img { aspect-ratio: 3 / 4; width: 100%; object-position: center 28%; }

/* Hero right column as an official LPG-provider badge */
.hero__badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.3rem;
  text-align: center;
  /* no card — the logo sits directly on the hero, no light box behind it */
}
.hero__badge .hero__badge-mark {
  aspect-ratio: auto;
  width: min(56%, 168px);
  height: auto;
  object-position: center;
}
.hero__badge-cap { display: flex; flex-direction: column; gap: 0.55rem; }
.hero__badge-line1 {
  font-family: var(--font-label);
  font-size: 0.95rem;
  letter-spacing: 0.2em;
  text-transform: lowercase;
  color: var(--gold-deep);
}
.hero__badge-line2 {
  font-family: var(--font-body);
  font-size: 0.85rem;
  color: var(--ink-soft);
}
@media (max-width: 899px) {
  .hero__cue { display: none; }
}
@media (max-width: 640px) {
  .hero { min-height: 0; padding-block: 7rem clamp(2.5rem, 8vw, 3.5rem); }
  .hero__title { font-size: clamp(3rem, 13vw, 4.2rem); }  /* Italianno mobile bump (see .hero__title above) */
}

/* ============================================================
   Sections — shared scaffolding + background rhythm
   ============================================================ */
.sec { padding-block: var(--sec-pad); }
.sec--cream { background: var(--cream); }
.sec--sand { background: var(--sand); }
.sec--deep { background: var(--sand-deep); }
.sec--emerald {
  background: var(--emerald);
  color: var(--cream);
}

/* ---------- Intro / positioning ---------- */
.intro-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(2.5rem, 6vw, 5rem);
  align-items: center;
}
@media (min-width: 880px) {
  .intro-grid { grid-template-columns: 6fr 5fr; }
}

.intro-copy .eyebrow { margin-bottom: 1rem; }
.intro-copy h2 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(2.1rem, 4.4vw, 3.2rem);
  line-height: 1.07;
  margin-bottom: 1.5rem;
  max-width: 18ch;
}
.intro-copy p {
  max-width: 54ch;
  color: var(--ink-soft);
  font-size: 1.05rem;
  margin-bottom: 1.1rem;
}
.intro-copy p:last-of-type { margin-bottom: 0; }
.intro-copy strong { color: var(--ink); font-weight: 600; }

.frame {
  border: 1px solid var(--hairline);
  padding: 10px;
  background: var(--cream);
}
.frame img {
  width: 100%;
  object-fit: cover;
}
.intro-figure img { aspect-ratio: 3 / 4; }

/* ---------- A szalon (real room + machine) ---------- */
.salon-grid {
  margin-top: clamp(2.5rem, 5vw, 4rem);
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1.5rem, 3vw, 2.25rem);
}
@media (min-width: 880px) {
  .salon-grid {
    grid-template-columns: 7fr 4fr;
    align-items: start;
  }
}
.salon-room img { aspect-ratio: 16 / 10; }
.salon-machine img { aspect-ratio: 3 / 4; }
.salon-machine figcaption {
  margin-top: 0.9rem;
  font-family: var(--font-label);
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

/* ---------- Kezeléseink ---------- */
.tx-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(2.5rem, 6vw, 5rem);
  margin-top: clamp(2.5rem, 5vw, 4rem);
}
@media (min-width: 940px) {
  .tx-layout {
    grid-template-columns: 5fr 7fr;
    align-items: start;
  }
  .tx-aside {
    position: sticky;
    top: 120px;
  }
}

.tx-aside .frame { background: var(--cream); }
.tx-aside img { aspect-ratio: 4 / 3; }
.tx-aside__second { margin-top: clamp(1rem, 2vw, 1.5rem); }
.tx-aside__second img { aspect-ratio: 3 / 2; }
.tx-aside figcaption {
  margin-top: 1rem;
  font-family: var(--font-label);
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

.tx-group {
  border-top: 1px solid var(--hairline);
  padding: 1.9rem 0 2.1rem;
}
.tx-group:last-child { padding-bottom: 0; }

.tx-group__label {
  display: flex;
  align-items: baseline;
  gap: 1rem;
  margin-bottom: 0.4rem;
}
.tx-group__label h3 {
  font-family: var(--font-label);
  font-weight: 400;
  font-size: 0.85rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold-deep);
}
.tx-group__label p {
  font-size: 0.9rem;
  color: var(--ink-soft);
}

.tx-item { padding-top: 1.35rem; }
.tx-item dt {
  display: flex;
  align-items: baseline;
  gap: 0.9rem;
}
.tx-item .tx-name {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.45rem;
  line-height: 1.2;
  color: var(--ink);
}
.tx-item .leader {
  flex: 1;
  min-width: 2rem;
  border-bottom: 1px dotted rgba(93, 68, 22, 0.35);
  transform: translateY(-0.35rem);
}
.tx-item .tx-dur {
  font-family: var(--font-label);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold-deep);
  white-space: nowrap;
}
.tx-item dd {
  margin-top: 0.35rem;
  font-size: 0.96rem;
  color: var(--ink-soft);
  max-width: 52ch;
}

.tx-cta { margin-top: clamp(2rem, 4vw, 3rem); }

/* ---------- A kezelés menete ---------- */
.steps {
  margin-top: clamp(2.5rem, 5vw, 4rem);
  position: relative;
  max-width: 46rem;
}
.steps::before {
  /* the reed stem */
  content: "";
  position: absolute;
  left: 27px;
  top: 8px;
  bottom: 8px;
  width: 1px;
  background: linear-gradient(180deg, var(--gold-soft), var(--gold) 55%, var(--gold-deep));
}
.step {
  position: relative;
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: clamp(1.25rem, 3vw, 2rem);
  padding-bottom: clamp(2rem, 4vw, 2.75rem);
}
.step:last-child { padding-bottom: 0; }

.step__node {
  position: relative;
  z-index: 1;
  width: 56px;
  height: 56px;
  background: var(--cream);
  border: 1px solid var(--gold);
  display: grid;
  place-items: center;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.5rem;
  color: var(--gold-deep);
}

.step__meta {
  font-family: var(--font-label);
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-deep);
  margin: 0.35rem 0 0.4rem;
}
.step h3 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.15;
  color: var(--ink);
  margin-bottom: 0.5rem;
}
.step p:not(.step__meta) {
  color: var(--ink-soft);
  font-size: 0.98rem;
  max-width: 52ch;
}

/* ---------- Áraink ---------- */
/* First-visit trial offer — sits above the price panel */
.try-offer {
  margin-top: clamp(2.5rem, 5vw, 4rem);
  background: var(--cream);
  border: 1px solid var(--gold);
  border-left-width: 3px;
  padding: clamp(1.5rem, 3.5vw, 2.25rem);
}
.try-offer__label {
  font-family: var(--font-label);
  font-size: 0.74rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
}
.try-offer__price {
  margin-top: 0.7rem;
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 3.5vw, 2.15rem);
  line-height: 1.1;
  color: var(--ink);
}
.try-offer__price strong { font-weight: 500; }
.try-offer__price span {
  font-family: var(--font-body);
  font-size: 0.98rem;
  color: var(--ink-soft);
}
.try-offer__note {
  margin-top: 0.85rem;
  font-size: 0.95rem;
  line-height: 1.7;
  color: var(--ink-soft);
  max-width: 62ch;
}

.price-panel {
  margin-top: clamp(1.25rem, 2.5vw, 1.75rem);
  background: var(--cream);
  border: 1px solid var(--hairline);
  padding: clamp(1.25rem, 3.5vw, 2.75rem);
}

.scroll-hint {
  display: none;
  font-family: var(--font-label);
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin-bottom: 0.9rem;
}
@media (max-width: 760px) {
  .scroll-hint { display: block; }
}

.table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.price-table {
  width: 100%;
  min-width: 680px;
}
.price-table th,
.price-table td {
  padding: 0.95rem 1rem;
  text-align: right;
  white-space: nowrap;
}
.price-table thead th {
  font-family: var(--font-label);
  font-weight: 400;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold-deep);
  border-bottom: 1px solid var(--hairline);
  padding-top: 0;
}
.price-table th[scope="row"],
.price-table thead th:first-child {
  text-align: left;
  padding-left: 0;
}
.price-table th:last-child,
.price-table td:last-child { padding-right: 0; }
.price-table tbody tr { border-bottom: 1px solid var(--hairline); }
.price-table tbody tr:last-child { border-bottom: 0; }
.price-table th[scope="row"] {
  font-weight: 400;
}
.price-table .tx-title {
  display: block;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.2;
  color: var(--ink);
  white-space: normal;
}
.price-table .dur {
  display: block;
  margin-top: 0.15rem;
  font-family: var(--font-label);
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-soft);
}
.price-table td {
  font-variant-numeric: tabular-nums;
  color: var(--ink-soft);
}
/* No column backdrop — the recommended-pass columns get a subtle text emphasis only */
.price-table td.kura { color: var(--ink); font-weight: 500; }

.price-notes {
  margin-top: 1.6rem;
  display: grid;
  gap: 0.4rem;
}
.price-notes p {
  font-size: 0.92rem;
  color: var(--ink-soft);
}
.price-notes .mark {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: rgba(180, 137, 74, 0.35);
  border: 1px solid var(--gold);
  margin-right: 0.55rem;
}

/* ---------- Rólam (emerald band) ---------- */
.about-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(2.5rem, 6vw, 5rem);
  align-items: center;
}
@media (min-width: 880px) {
  .about-grid { grid-template-columns: 5fr 7fr; }
}

.about-figure .frame {
  background: transparent;
  border-color: var(--hairline-cream);
}
.about-figure img {
  aspect-ratio: 3 / 4;
  object-position: 50% 20%;
}
.about-figure figcaption {
  margin-top: 1rem;
  font-family: var(--font-label);
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-soft);
}

.about-copy .eyebrow { color: var(--gold-soft); margin-bottom: 1rem; }
.about-copy h2 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(2.1rem, 4.4vw, 3.2rem);
  line-height: 1.07;
  color: var(--cream);
}
.about-role {
  margin-top: 0.6rem;
  font-family: var(--font-label);
  font-size: 0.8rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--sand);
}
.about-copy .about-p {
  margin-top: 1.35rem;
  font-size: 1.04rem;
  line-height: 1.75;
  color: rgba(251, 245, 238, 0.92);
  max-width: 54ch;
}
.about-sign {
  margin-top: 1.9rem;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.7rem;
  color: var(--gold-soft);
}

/* ---------- Házirend ---------- */
/* Kinek ajánlott? — use-case list */
.fit-intro {
  margin-top: clamp(2.5rem, 5vw, 3.5rem);
  font-size: 1.05rem;
  color: var(--ink-soft);
}
.fit-list {
  margin-top: 1.2rem;
}
@media (min-width: 760px) {
  .fit-list { columns: 2; column-gap: clamp(2rem, 5vw, 4rem); }
  .fit-list li { break-inside: avoid; }
}
.fit-cta { margin-top: 0.9rem; }

.rules-grid {
  margin-top: clamp(2.5rem, 5vw, 4rem);
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1.75rem, 4vw, 2.5rem) clamp(2rem, 5vw, 4rem);
}
@media (min-width: 760px) {
  .rules-grid { grid-template-columns: 1fr 1fr; }
}

.rule {
  border-top: 1px solid var(--hairline);
  padding-top: 1.4rem;
}
.rule h3 {
  font-family: var(--font-label);
  font-weight: 400;
  font-size: 0.82rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-deep);
  margin-bottom: 0.6rem;
}
.rule p {
  font-size: 0.97rem;
  color: var(--ink-soft);
  max-width: 52ch;
}

.rules-close {
  margin-top: clamp(2.5rem, 5vw, 3.5rem);
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.7rem;
  color: var(--emerald);
}

/* ---------- Blog ---------- */
.post-cards {
  margin-top: clamp(2.5rem, 5vw, 4rem);
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1.5rem, 3vw, 2.5rem);
}
@media (min-width: 760px) {
  .post-cards { grid-template-columns: 1fr 1fr; }
}

.post-card {
  background: var(--cream);
  border: 1px solid var(--hairline);
  padding: clamp(1.75rem, 4vw, 2.75rem);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.post-card time {
  font-family: var(--font-label);
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-deep);
}
.post-card h3 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(1.5rem, 2.6vw, 1.9rem);
  line-height: 1.15;
}
.post-card h3 a { transition: color 0.18s ease; }
.post-card h3 a:hover { color: var(--emerald); }
.post-card p {
  color: var(--ink-soft);
  font-size: 0.97rem;
  flex: 1;
}

/* ---------- Kapcsolat ---------- */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(2.5rem, 6vw, 5rem);
  align-items: start;
}
@media (min-width: 880px) {
  .contact-grid { grid-template-columns: 7fr 5fr; }
}

.contact-list {
  margin-top: clamp(2rem, 4vw, 3rem);
  display: grid;
  gap: 1.5rem;
}
.contact-row {
  border-top: 1px solid var(--hairline);
  padding-top: 1.25rem;
}
.contact-row .lbl {
  font-family: var(--font-label);
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-deep);
  margin-bottom: 0.35rem;
}
.contact-row .val {
  font-size: 1.05rem;
  color: var(--ink);
}
.contact-row .val--big {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(1.7rem, 3.4vw, 2.3rem);
  line-height: 1.15;
}
.contact-row .val a { transition: color 0.18s ease; }
.contact-row .val a:hover { color: var(--emerald); }
.contact-row .map-link {
  display: inline-block;
  margin-top: 0.6rem;
}

.book-card {
  background: var(--emerald-deep);
  color: var(--cream);
  padding: clamp(2.25rem, 5vw, 3.25rem);
}
.book-card .eyebrow {
  color: var(--gold-soft);
  margin-bottom: 1.1rem;
}
.book-card .book-phone {
  display: inline-block;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(1.9rem, 4vw, 2.5rem);
  line-height: 1.1;
  color: var(--cream);
  transition: color 0.18s ease;
}
.book-card .book-phone:hover { color: var(--gold-soft); }
.book-card .book-line {
  margin: 1.1rem 0 1.9rem;
  font-size: 0.97rem;
  color: rgba(251, 245, 238, 0.85);
  max-width: 38ch;
}
/* Empty in the static HTML — the booking widget is injected into it at the edge when
   BOOKING_ENABLED=on. Collapsed while empty so the card has no phantom gap with booking off. */
.book-card .booking-slot:empty { display: none; }
.book-card .book-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}
.book-card .book-actions .btn { padding-inline: 1.5rem; }
.book-card .book-hours {
  margin-top: 1.6rem;
  padding-top: 1.4rem;
  border-top: 1px solid var(--hairline-cream);
  font-size: 0.92rem;
  color: rgba(251, 245, 238, 0.85);
}
.book-card .book-hours .lbl {
  font-family: var(--font-label);
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-soft);
  margin-bottom: 0.3rem;
}

/* ============================================================
   Footer
   ============================================================ */
/* Parking — its own full-width band so the portrait photo doesn't tower over the contact grid. */
.parking-band { margin-top: clamp(2.5rem, 5vw, 3.75rem); }
.parking-figure {
  display: grid;
  gap: clamp(1.2rem, 3vw, 2.4rem);
  align-items: center;
}
.parking-figure img { width: 100%; border-radius: 16px; display: block; }
.parking-figure .parking-lead {
  margin-top: 0.6rem;
  font-size: 1.05rem;
  line-height: 1.6;
  color: var(--ink-soft);
  max-width: 34rem;
}
@media (min-width: 720px) {
  .parking-figure { grid-template-columns: 300px 1fr; }
}

/* AI-ready badge sits organically in the brand column — no dividing line. */
.footer-mark .ai-ready-badge {
  display: inline-block;
  margin-top: 1.5rem;
  opacity: 0.88;
  transition: opacity 0.2s ease;
}
.footer-mark .ai-ready-badge:hover { opacity: 1; }
.footer-mark .ai-ready-badge img { display: block; }

.site-footer {
  background: var(--emerald-deep);
  color: var(--cream);
  padding: clamp(3.5rem, 7vw, 5rem) 0 clamp(2rem, 4vw, 2.75rem);
}
.footer-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2.5rem;
  padding-bottom: clamp(2rem, 5vw, 3rem);
}
.footer-mark .wordmark {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 1.1;
  color: var(--cream);
}
.footer-mark .wordmark-sub {
  display: block;
  margin-top: 0.45rem;
  font-family: var(--font-label);
  font-size: 0.68rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--gold-soft);
}
.footer-mark address {
  margin-top: 1.4rem;
  font-size: 0.92rem;
  line-height: 1.8;
  color: rgba(251, 245, 238, 0.82);
}
.footer-mark address a:hover { color: var(--gold-soft); }

.footer-nav {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}
.footer-nav a {
  font-size: 0.92rem;
  color: rgba(251, 245, 238, 0.85);
  transition: color 0.18s ease;
}
.footer-nav a:hover { color: var(--gold-soft); }
.footer-nav .footer-nav__label {
  font-family: var(--font-label);
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-soft);
  margin-bottom: 0.4rem;
}

.footer-badge {
  border-top: 1px solid var(--hairline-cream);
  padding-top: 1.5rem;
  margin-bottom: 1.4rem;
}
.footer-badge__pill {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  border: 1px solid var(--hairline-cream);
  padding: 0.5rem 0.9rem 0.5rem 0.55rem;
  font-family: var(--font-label);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-soft);
}
.footer-badge__mark {
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  background: var(--gold);
  color: var(--emerald-deep);
  font-weight: 700;
  font-size: 0.62rem;
  letter-spacing: 0;
}
.footer-social {
  margin-top: 1.4rem;
}
.footer-social a {
  display: inline-block;
  margin-right: 1rem;
  font-size: 0.9rem;
  color: rgba(251, 245, 238, 0.85);
  border-bottom: 1px solid var(--hairline-cream);
  transition: color 0.18s ease, border-color 0.18s ease;
}
.footer-social a:hover { color: var(--gold-soft); border-color: var(--gold-soft); }

.ai-ready-badge {
  display: inline-block;
  line-height: 0;
}
.ai-ready-badge img {
  max-width: 120px;
  height: auto;
  opacity: 0.92;
  transition: opacity 0.18s ease;
}
.ai-ready-badge:hover img { opacity: 1; }
.footer-close {
  border-top: 1px solid var(--hairline-cream);
  padding-top: 1.5rem;
  font-size: 0.86rem;
  color: rgba(251, 245, 238, 0.72);
}

/* ============================================================
   Blog article pages
   ============================================================ */
.post-main {
  background: var(--cream);
  padding: clamp(8rem, 18vh, 10.5rem) 0 var(--sec-pad);
}
.post {
  max-width: 44rem;
  margin-inline: auto;
  padding-inline: var(--gutter);
}
.post .eyebrow { margin-bottom: 1rem; }
.post h1 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(2.3rem, 5vw, 3.4rem);
  line-height: 1.08;
  color: var(--ink);
}
.post-meta {
  margin-top: 1.1rem;
  font-family: var(--font-label);
  font-size: 0.74rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-soft);
}
.post-rule {
  width: 96px;
  height: 2px;
  background: var(--gold);
  margin: 1.9rem 0 2.4rem;
  transform-origin: left center;
  animation: rule-draw 1.2s ease-out 0.15s backwards;
}
.post p {
  margin-bottom: 1.25rem;
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--ink-soft);
}
.post h2 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.85rem;
  line-height: 1.15;
  color: var(--ink);
  margin: 2.4rem 0 0.9rem;
}
.post strong { color: var(--ink); font-weight: 600; }

/* Post body list — reuses the gold square marker from .price-notes */
.post-list {
  margin: 0 0 1.6rem;
  padding: 0;
}
.post-list li {
  position: relative;
  padding-left: 1.6rem;
  margin-bottom: 0.7rem;
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--ink-soft);
}
.post-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 8px;
  height: 8px;
  background: rgba(180, 137, 74, 0.35);
  border: 1px solid var(--gold);
}

/* Post hero photograph */
.post-figure {
  margin: 0 0 2.4rem;
}
.post-figure img {
  width: 100%;
  height: auto;
  display: block;
}
.post-figure figcaption {
  margin-top: 0.85rem;
  font-family: var(--font-label);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

.post-cta {
  margin-top: 3rem;
  background: var(--emerald-deep);
  color: var(--cream);
  padding: clamp(2rem, 5vw, 2.75rem);
}
.post-cta .eyebrow { color: var(--gold-soft); margin-bottom: 0.9rem; }
.post-cta p {
  color: rgba(251, 245, 238, 0.9);
  margin-bottom: 1.6rem;
  font-size: 1rem;
  max-width: 44ch;
}
.post-cta .post-cta__phone {
  display: inline-block;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.9rem;
  color: var(--cream);
  margin-bottom: 1.4rem;
}
.post-cta .post-cta__phone:hover { color: var(--gold-soft); }

.post-nav {
  margin-top: 2.75rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem 2.5rem;
  border-top: 1px solid var(--hairline);
  padding-top: 1.75rem;
}

/* ============================================================
   Reduced motion — every animation off, header held solid
   ============================================================ */
@media (prefers-reduced-motion: reduce) {
  .hero__video { display: none; }
  .hero__poster { display: block; }
  .hero__rule,
  .post-rule,
  .mobile-nav,
  .nav-toggle-btn span {
    animation: none;
    transition: none;
  }
  .site-header__bar {
    animation: none;
    background-color: var(--sand);
    border-bottom-color: var(--hairline);
  }
}
