/* =====================================================================
   Chris Pet Center Allatorvosi Rendelo · bemutato oldal (demo)
   Nyugodt, meleg, bizalomkelto kisallat-rendelo arculat. Krem es erdo
   zold, baratsagos szerifes cimbetu, es egy iv-teteju kepkeret mint
   visszatero motivum. Egy stiluslap szolgal ki mind a negy oldalt.
   ===================================================================== */
:root {
  /* ---- palette (edit here) ---- */
  --cream:      #F6F1E8;   /* page background (warm off-white) */
  --surface:    #FFFFFF;   /* cards, raised panels */
  --surface-2:  #ECE4D6;   /* warm oat alternate bands */
  --line:       #E2D8C7;   /* borders, hairlines */
  --ink:        #2A2620;   /* primary text + dark headings */
  --ink-soft:   #63594C;   /* secondary text (AA on light) */
  --ink-mute:   #948877;   /* decorative / placeholder labels only */
  --forest:     #2E4034;   /* primary: buttons, dark band, headings accent */
  --forest-hi:  #24332A;   /* button hover */
  --sage:       #5E7059;   /* secondary green accent (marks, larger text) */
  --amber:      #8A5A22;   /* eyebrows, labels, small marks (AA on cream + oat) */
  --amber-soft: #EBDDC2;   /* soft plate fill */
  --honey:      #C79A55;   /* decorative hairlines / on-dark marks ONLY */
  --honey-2:    #D9B879;   /* on-dark small-text accent (AA on forest) */
  --clay:       #A8482F;   /* EMERGENCY accent only */
  --creds-ink:  #5E3F14;   /* dark caramel text for pills on amber-soft */

  /* ---- type (edit here) ---- */
  --font-display: "Fraunces", Georgia, "Times New Roman", serif;
  --font-body: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;

  /* ---- metrics ---- */
  --maxw: 1180px;
  --pad: clamp(1.1rem, 4vw, 2.5rem);
  --radius: 10px;
  --radius-btn: 8px;
  --arch: 180px 180px 16px 16px;   /* the signature arch-topped frame */
  --shadow: 0 22px 50px -30px rgba(42, 38, 32, .30);
  --shadow-soft: 0 12px 34px -26px rgba(42, 38, 32, .35);
}

/* ---------- reset-ish ---------- */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: var(--amber); }
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 500; line-height: 1.14; margin: 0; overflow-wrap: break-word; }
p { margin: 0 0 1rem; }
.wrap { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--pad); }

.skip-link { position: absolute; left: -999px; top: 0; background: var(--forest); color: var(--cream); padding: .7rem 1.1rem; z-index: 200; border-radius: 0 0 var(--radius) 0; }
.skip-link:focus { left: 0; }

/* ---------- eyebrow (small amber label with a fine hairline) ---------- */
.eyebrow {
  display: inline-block; text-transform: uppercase; letter-spacing: .22em;
  font-size: .72rem; color: var(--amber); margin: 0 0 1.1rem; font-weight: 700;
  font-family: var(--font-body); padding-bottom: .55rem; position: relative;
}
.eyebrow::after { content: ""; position: absolute; left: 0; bottom: 0; width: 2.2rem; height: 1px; background: var(--amber); }
.section__head--center .eyebrow::after, .eyebrow--center::after { left: 50%; transform: translateX(-50%); }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  background: var(--forest); color: var(--cream);
  padding: .92rem 1.7rem; border-radius: var(--radius-btn); text-decoration: none;
  font-weight: 600; letter-spacing: .01em; border: 1.5px solid var(--forest);
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease, border-color .2s ease, color .2s ease;
  cursor: pointer; font-family: var(--font-body); font-size: 1rem;
}
.btn:hover { transform: translateY(-2px); background: var(--forest-hi); border-color: var(--forest-hi); box-shadow: 0 16px 30px -16px rgba(46, 64, 52, .55); }
.btn:focus-visible { outline: 3px solid var(--amber); outline-offset: 3px; }
a:focus-visible, .nav__toggle:focus-visible { outline: 3px solid var(--amber); outline-offset: 2px; border-radius: 4px; }
.btn--ghost { background: transparent; color: var(--forest); border-color: var(--forest); }
.btn--ghost:hover { background: var(--forest); color: var(--cream); box-shadow: none; transform: translateY(-2px); }
.btn--sm { padding: .58rem 1.2rem; font-size: .92rem; }
.btn--wide { width: 100%; padding: 1rem; font-size: 1.05rem; }
.btn--light { background: var(--cream); color: var(--forest); border-color: var(--cream); }
.btn--light:hover { background: #fff; border-color: #fff; color: var(--forest); box-shadow: none; }
.btn--outline-light { background: transparent; color: var(--cream); border-color: rgba(246, 241, 232, .5); }
.btn--outline-light:hover { background: rgba(246, 241, 232, .12); color: #fff; border-color: rgba(246, 241, 232, .8); box-shadow: none; }
.btn--clay { background: var(--clay); border-color: var(--clay); color: var(--cream); }
.btn--clay:hover { background: #8f3c26; border-color: #8f3c26; color: #fff; }

/* ---------- demo bar (bemutato jelzes) ---------- */
.demobar { background: var(--forest); color: #e4dccf; font-size: .74rem; letter-spacing: .02em; }
.demobar__inner { display: flex; align-items: center; justify-content: center; gap: .5rem; text-align: center; padding: .5rem var(--pad); min-height: 34px; }
.demobar b { color: var(--cream); font-weight: 600; }

/* ---------- nav ---------- */
.nav { position: sticky; top: 0; z-index: 100; background: rgba(246, 241, 232, .88); backdrop-filter: blur(12px); border-bottom: 1px solid var(--line); }
.nav__inner { display: flex; align-items: center; justify-content: space-between; height: 76px; gap: 1rem; }
.brand { display: flex; align-items: center; gap: .55rem; text-decoration: none; color: var(--ink); }
.brand__mark { width: 30px; height: 30px; flex: none; color: var(--forest); }
.brand__mark svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.4; }
.brand__name { font-family: var(--font-display); font-size: 1.45rem; font-weight: 600; letter-spacing: .005em; line-height: 1; }
.brand__name small { display: block; font-family: var(--font-body); font-size: .56rem; letter-spacing: .26em; text-transform: uppercase; color: var(--amber); font-weight: 700; margin-top: 4px; }
.nav__links { display: flex; align-items: center; gap: 1.7rem; }
.nav__links a:not(.btn) { text-decoration: none; color: var(--ink-soft); font-size: .96rem; font-weight: 500; transition: color .2s; }
.nav__links a:not(.btn):hover { color: var(--ink); }
.nav__links a[aria-current="page"]:not(.btn) { color: var(--ink); font-weight: 600; }
.nav__phone { color: var(--ink) !important; font-weight: 600; }
.nav__toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav__toggle span { width: 25px; height: 2px; background: var(--ink); border-radius: 2px; transition: .25s; }
.nav__mobile { display: none; flex-direction: column; padding: .5rem var(--pad) 1.4rem; gap: .1rem; border-bottom: 1px solid var(--line); background: var(--cream); }
.nav__mobile a:not(.btn) { padding: .85rem .2rem; text-decoration: none; color: var(--ink); border-bottom: 1px solid var(--line); font-weight: 500; }
.nav__mobile a[aria-current="page"]:not(.btn) { color: var(--amber); }
.nav__mobile .btn { margin-top: 1rem; }
.nav__mobile.open { display: flex; }

/* ---------- image placeholders ---------- */
.placeholder {
  position: relative; display: grid; place-items: center; text-align: center;
  background:
    repeating-linear-gradient(45deg, rgba(94, 112, 89, .06) 0 14px, transparent 14px 28px),
    linear-gradient(150deg, var(--amber-soft), #efe6d6);
  border: 1px dashed #cdbda4; border-radius: var(--radius); color: var(--ink-soft);
  min-height: 160px; gap: .9rem; padding: 1.4rem;
}
.placeholder__icon { width: 50px; height: 50px; fill: none; stroke: var(--sage); stroke-width: 1.3; opacity: .7; }
.placeholder__label { text-transform: uppercase; letter-spacing: .14em; font-size: .64rem; color: var(--ink-soft); font-weight: 600; }
.placeholder--hero { aspect-ratio: 7 / 8; }
.placeholder--tall { aspect-ratio: 10 / 13; }
.placeholder--wide { aspect-ratio: 16 / 10; }
.placeholder--portrait { aspect-ratio: 4 / 5; }

/* ---------- the signature arch-topped frame ---------- */
.arch { border-radius: var(--arch); overflow: hidden; }
.arch--hero { position: relative; border: 1px solid var(--honey); box-shadow: var(--shadow); }
.arch--hero::after { /* fine honey hairline just inside the arch edge */
  content: ""; position: absolute; inset: 6px; border: 1px solid rgba(199, 154, 85, .55);
  border-radius: 168px 168px 10px 10px; pointer-events: none;
}

/* ---------- generic sections ---------- */
.section { padding-block: clamp(3.4rem, 8vw, 7rem); }
.section--tint { background: var(--surface-2); border-block: 1px solid var(--line); }
.section--dark { background: var(--forest); color: var(--cream); }
.section__head { max-width: 54ch; margin-bottom: 3rem; }
.section__head--center { margin-inline: auto; text-align: center; }
.section__title { font-size: clamp(1.9rem, 4.4vw, 3rem); letter-spacing: -.01em; }
.section__sub { color: var(--ink-soft); margin-top: 1.1rem; font-size: 1.08rem; }
.section--dark .eyebrow { color: var(--honey-2); }
.section--dark .eyebrow::after { background: var(--honey); }
.section--dark .section__sub { color: #d8cfc4; }

/* ---------- page header (interior pages) ---------- */
.pagehead { background: linear-gradient(170deg, #f1e8d9, var(--cream) 66%); border-bottom: 1px solid var(--line); padding-block: clamp(2.8rem, 6vw, 4.6rem); }
.pagehead__inner { max-width: 64ch; }
.pagehead h1 { font-size: clamp(2.2rem, 5.5vw, 3.6rem); letter-spacing: -.015em; }
.pagehead__lede { color: var(--ink-soft); font-size: 1.16rem; margin-top: 1.2rem; }
.crumbs { font-size: .8rem; color: var(--ink-soft); margin-bottom: 1.1rem; letter-spacing: .04em; text-transform: uppercase; }
.crumbs a { text-decoration: none; color: var(--ink-soft); }
.crumbs a:hover { color: var(--amber); }
.crumbs span { color: var(--amber); margin-inline: .5rem; }

/* ---------- hero (home) ---------- */
.hero { position: relative; overflow: hidden; background: linear-gradient(175deg, #f1e8d9 0%, var(--cream) 56%); }
.hero__inner { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(1.5rem, 4vw, 4rem); align-items: center; padding-block: clamp(3rem, 6vw, 5.5rem); }
.hero__title { font-size: clamp(2.4rem, 6.2vw, 4.4rem); letter-spacing: -.02em; }
.hero__title em { color: var(--forest); font-style: italic; font-weight: 400; }
.hero__lede { font-size: 1.2rem; color: var(--ink-soft); max-width: 44ch; margin: 1.5rem 0 2rem; }
.hero__cta { display: flex; flex-wrap: wrap; gap: .8rem; margin-bottom: 1.9rem; }
.hero__trust { display: flex; align-items: center; gap: .55rem; color: var(--ink-soft); font-size: .92rem; }
.hero__trust svg { width: 18px; height: 18px; fill: none; stroke: var(--sage); stroke-width: 1.6; flex: none; }
.hero__art { position: relative; }

/* ---------- emergency callout band (clay accent, calm not alarming) ---------- */
.emergency { background: var(--clay); color: var(--cream); }
.emergency__inner { display: flex; align-items: center; gap: clamp(1rem, 3vw, 2.4rem); flex-wrap: wrap; padding-block: clamp(1.6rem, 3.5vw, 2.2rem); }
.emergency__icon { width: 40px; height: 40px; flex: none; fill: none; stroke: var(--cream); stroke-width: 1.6; opacity: .95; }
.emergency__text { flex: 1 1 320px; }
.emergency__text b { font-family: var(--font-display); font-weight: 600; font-size: 1.3rem; display: block; margin-bottom: .2rem; color: var(--cream); }
.emergency__text p { margin: 0; color: #f4e4de; font-size: .98rem; }
.emergency__text a.tel { color: var(--cream); font-weight: 700; text-decoration: underline; text-underline-offset: 2px; }
.emergency__cta { flex: none; }
.emergency--panel { background: var(--surface); border: 1px solid #e3c9c2; border-left: 4px solid var(--clay); border-radius: var(--radius); padding: clamp(1.4rem, 3vw, 1.9rem); }
.emergency--panel .emergency__icon { stroke: var(--clay); }
.emergency--panel .emergency__text b { color: var(--clay); }
.emergency--panel .emergency__text p { color: var(--ink-soft); }
.emergency--panel .emergency__text a.tel { color: var(--clay); }

/* ---------- services teaser grid ---------- */
.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.svc { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.9rem 1.7rem; display: flex; flex-direction: column; }
.svc__icon { width: 34px; height: 34px; fill: none; stroke: var(--sage); stroke-width: 1.5; margin-bottom: 1rem; }
.svc__name { font-family: var(--font-display); font-size: 1.28rem; color: var(--ink); margin: 0 0 .5rem; line-height: 1.25; }
.svc__desc { color: var(--ink-soft); font-size: .96rem; margin: 0; }

/* ---------- credibility block + stat row ---------- */
.cred { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.6rem, 4vw, 3.4rem); align-items: start; }
.cred__list { list-style: none; padding: 0; margin: 1.6rem 0 0; display: grid; gap: 1.4rem; }
.cred__list li { position: relative; padding-left: 2.4rem; }
.cred__list b { display: block; font-family: var(--font-display); font-size: 1.16rem; font-weight: 500; color: var(--ink); margin-bottom: .2rem; }
.cred__list span { color: var(--ink-soft); font-size: .97rem; }
.cred__list li::before { content: ""; position: absolute; left: 0; top: .2em; width: 22px; height: 22px; border-radius: 50%; background: var(--amber-soft); }
.cred__list li::after { content: ""; position: absolute; left: 7px; top: .48em; width: 8px; height: 5px; border-left: 2px solid var(--amber); border-bottom: 2px solid var(--amber); transform: rotate(-45deg); }
.stat-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; margin-top: 3rem; border-top: 1px solid var(--line); padding-top: 2.4rem; }
.stat { text-align: left; }
.stat b { display: block; font-family: var(--font-display); font-size: clamp(1.8rem, 3.5vw, 2.4rem); color: var(--ink); font-weight: 500; line-height: 1; }
.stat span { display: block; color: var(--ink-soft); font-size: .84rem; margin-top: .5rem; letter-spacing: .02em; }

/* ---------- team teaser + team page ---------- */
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.6rem, 4vw, 2.6rem); }
.team-grid--two { grid-template-columns: repeat(2, 1fr); max-width: 760px; margin-inline: auto; }
.vet { display: flex; flex-direction: column; }
.vet__photo { border: 1px solid var(--line); margin-bottom: 1.3rem; }
.vet__photo.placeholder { border-style: dashed; }
.vet__name { font-size: 1.4rem; }
.vet__role { color: var(--amber); font-weight: 700; font-size: .82rem; letter-spacing: .1em; text-transform: uppercase; margin: .35rem 0 .9rem; }
.vet__creds { list-style: none; padding: 0; margin: 0 0 1rem; display: flex; flex-wrap: wrap; gap: .4rem; }
.vet__creds li { font-size: .74rem; background: var(--amber-soft); color: var(--creds-ink); padding: .28rem .65rem; border-radius: 5px; font-weight: 600; letter-spacing: .02em; }
.vet__bio { color: var(--ink-soft); font-size: .96rem; margin: 0; }
.vet__interest { margin-top: 1rem; font-size: .88rem; color: var(--ink-soft); border-top: 1px solid var(--line); padding-top: 1rem; }
.vet__interest b { color: var(--ink); font-family: var(--font-display); font-weight: 500; }

/* ---------- steps (first visit / what to expect) ---------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.8rem; }
.step__num { font-family: var(--font-display); color: var(--amber); font-size: 1.05rem; font-weight: 600; letter-spacing: .05em; }
.step h3 { font-size: 1.28rem; margin: .5rem 0; }
.step p { color: var(--ink-soft); font-size: .98rem; margin: 0; }

/* ---------- values / approach ---------- */
.values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.8rem; }
.value__num { font-family: var(--font-display); color: var(--amber); font-size: 1.05rem; font-weight: 600; letter-spacing: .05em; }
.value h3 { font-size: 1.26rem; margin: .5rem 0; }
.value p { color: var(--ink-soft); font-size: .98rem; margin: 0; }

/* ---------- split / feature blocks ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.5rem, 4vw, 3.6rem); align-items: center; }
.split--reverse .split__art { order: 2; }
.split__text p { color: var(--ink-soft); }
.checklist { list-style: none; padding: 0; margin: 1.5rem 0 0; display: grid; gap: .75rem; }
.checklist li { position: relative; padding-left: 1.9rem; color: var(--ink); }
.checklist li::before { content: ""; position: absolute; left: 0; top: .2em; width: 20px; height: 20px; border-radius: 50%; background: var(--amber-soft); }
.checklist li::after { content: ""; position: absolute; left: 6px; top: .46em; width: 8px; height: 5px; border-left: 2px solid var(--amber); border-bottom: 2px solid var(--amber); transform: rotate(-45deg); }

/* ---------- services menu (services page) ---------- */
.menu-group { margin-bottom: clamp(2.4rem, 5vw, 3.6rem); }
.menu-group:last-child { margin-bottom: 0; }
.menu-group__head { display: flex; align-items: baseline; gap: 1rem; border-bottom: 1px solid var(--line); padding-bottom: 1rem; margin-bottom: .6rem; }
.menu-group__label { font-family: var(--font-body); text-transform: uppercase; letter-spacing: .18em; font-size: .74rem; font-weight: 700; color: var(--amber); flex: none; }
.menu-group__title { font-family: var(--font-display); font-size: clamp(1.5rem, 3vw, 2rem); font-weight: 500; }
.menu-group__promise { color: var(--ink-soft); font-size: .96rem; margin: 0 0 1.4rem; }
.price-row { display: grid; grid-template-columns: 1fr auto; gap: .4rem 1.4rem; align-items: baseline; padding: 1.1rem 0; border-bottom: 1px solid var(--line); }
.price-row__name { font-family: var(--font-display); font-size: 1.18rem; color: var(--ink); }
.price-row__desc { grid-column: 1 / 2; color: var(--ink-soft); font-size: .94rem; margin: 0; }
.price-row__price { font-family: var(--font-display); font-size: 1.12rem; color: var(--ink); white-space: nowrap; text-align: right; }
.price-row__price small { display: block; font-family: var(--font-body); font-size: .62rem; text-transform: uppercase; letter-spacing: .1em; color: var(--ink-soft); }

/* ---------- FAQ accordion ---------- */
.faq { max-width: 800px; margin-inline: auto; }
.faq__item { border-bottom: 1px solid var(--line); }
.faq__q {
  width: 100%; text-align: left; background: none; border: 0; cursor: pointer;
  font-family: var(--font-display); font-size: 1.18rem; font-weight: 500; color: var(--ink);
  padding: 1.4rem 3rem 1.4rem 0; position: relative; line-height: 1.35;
}
.faq__q:focus-visible { outline: 3px solid var(--amber); outline-offset: 3px; border-radius: 4px; }
.faq__q::after { content: ""; position: absolute; right: .4rem; top: 50%; width: 11px; height: 11px; border-right: 2px solid var(--amber); border-bottom: 2px solid var(--amber); transform: translateY(-70%) rotate(45deg); transition: transform .25s ease; }
.faq__q[aria-expanded="true"]::after { transform: translateY(-30%) rotate(-135deg); }
.faq__a { overflow: hidden; max-height: 0; transition: max-height .3s ease; }
.faq__a-inner { padding: 0 3rem 1.5rem 0; color: var(--ink-soft); }
.faq__a p { margin: 0; }
@media (prefers-reduced-motion: reduce) { .faq__a { transition: none; } .faq__q::after { transition: none; } }

/* ---------- CTA band (dark) ---------- */
.cta-band { text-align: center; }
.cta-band__mark { width: 44px; height: 44px; margin: 0 auto 1.2rem; fill: none; stroke: var(--honey); stroke-width: 1.4; display: block; }
.cta-band h2 { font-size: clamp(2rem, 5vw, 3.2rem); color: var(--cream); }
.cta-band p { color: #d8cfc4; max-width: 54ch; margin: 1.1rem auto 2rem; font-size: 1.1rem; }
.cta-band__row { display: flex; gap: .9rem; justify-content: center; flex-wrap: wrap; }
.cta-band__phone { color: #d8cfc4; margin-top: 1.6rem; font-size: .96rem; }
.cta-band__phone a { color: var(--honey-2); font-weight: 600; }
.section--dark a:focus-visible { outline-color: var(--honey-2); }

/* ---------- contact page ---------- */
.contact-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(1.8rem, 4vw, 3.4rem); align-items: start; }
.bookcard { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(1.6rem, 3vw, 2.4rem); box-shadow: var(--shadow-soft); position: relative; }
.bookcard h2 { font-size: 1.7rem; margin-bottom: .4rem; }
.bookcard > p { color: var(--ink-soft); margin-bottom: 1.6rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.field { display: flex; flex-direction: column; gap: .35rem; }
.field--full { grid-column: 1 / -1; }
.field label { font-size: .76rem; text-transform: uppercase; letter-spacing: .08em; color: var(--ink-soft); font-weight: 700; }
.field input, .field select, .field textarea {
  background: var(--cream); border: 1px solid var(--line); color: var(--ink);
  padding: .8rem .9rem; border-radius: var(--radius-btn); font: inherit; font-size: .98rem; width: 100%;
}
.field textarea { resize: vertical; min-height: 96px; }
.field input:focus-visible, .field select:focus-visible, .field textarea:focus-visible { outline: 2px solid var(--amber); border-color: var(--amber); }
.form-note { font-size: .82rem; color: var(--ink-soft); margin-top: 1rem; }
.form-success { display: none; margin-top: 1.4rem; padding: 1.2rem 1.3rem; border: 1px solid var(--sage); background: #eef1ea; border-radius: var(--radius); color: var(--ink); }
.form-success.is-visible { display: block; }
.form-success b { font-family: var(--font-display); font-weight: 600; }
.bookcard.is-sent form { opacity: .5; }

.info-block { margin-bottom: 2rem; }
.info-block h3 { font-size: 1.18rem; margin-bottom: .8rem; display: flex; align-items: center; gap: .6rem; }
.info-block h3 svg { width: 20px; height: 20px; fill: none; stroke: var(--sage); stroke-width: 1.6; flex: none; }

/* open / closed badge */
.open-badge { display: inline-flex; align-items: center; gap: .5rem; font-size: .84rem; font-weight: 600; padding: .35rem .8rem; border-radius: 50px; border: 1px solid var(--line); background: var(--surface); color: var(--ink-soft); margin-bottom: 1rem; }
.open-badge::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--ink-mute); flex: none; }
.open-badge.is-open { color: #2f5d3a; border-color: #bcd6c1; background: #eef5ef; }
.open-badge.is-open::before { background: #3a7a4a; }
.open-badge.is-closed { color: #8f3c26; border-color: #e3c9c2; background: #f7ece9; }
.open-badge.is-closed::before { background: var(--clay); }

.hours-list { display: grid; gap: 0; margin: 0; }
.hours-list > div { display: flex; justify-content: space-between; padding: .6rem 0; border-bottom: 1px solid var(--line); font-size: .96rem; }
.hours-list dt { color: var(--ink); font-weight: 600; margin: 0; }
.hours-list dd { color: var(--ink-soft); margin: 0; }
.hours-list .is-today dt, .hours-list .is-today dd { color: var(--amber); }
address.contact-addr { font-style: normal; color: var(--ink-soft); line-height: 1.85; }
address.contact-addr a { font-weight: 600; }
.map-ph { min-height: 300px; margin-top: 1.5rem; }

/* ---------- footer ---------- */
.footer { background: var(--forest); color: #e4dccf; padding-top: clamp(2.8rem, 6vw, 4rem); }
.footer a { color: #e4dccf; }
.footer__top { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: 2rem; padding-bottom: 2.4rem; border-bottom: 1px solid rgba(246, 241, 232, .14); }
.footer__brand .brand__name { color: var(--cream); }
.footer__brand .brand__mark { color: var(--honey); }
.footer__brand p { color: #b8ae9f; font-size: .95rem; margin: 1.1rem 0 0; max-width: 32ch; }
.footer__col h4 { color: var(--cream); font-size: .78rem; text-transform: uppercase; letter-spacing: .16em; margin-bottom: 1rem; font-family: var(--font-body); font-weight: 700; }
.footer__col a { display: block; text-decoration: none; color: #b8ae9f; font-size: .95rem; padding: .3rem 0; }
.footer__col a:hover { color: var(--cream); }
.footer__hours { font-size: .92rem; color: #b8ae9f; line-height: 1.9; }
.footer__hours b { color: var(--cream); font-weight: 600; }
.footer__legal { display: flex; justify-content: space-between; flex-wrap: wrap; gap: .6rem; padding-block: 1.5rem; color: #a99f8f; font-size: .82rem; }
.footer__legal p { margin: 0; }
.footer__legal a { color: #a99f8f; text-decoration: none; }
.footer a:focus-visible { outline-color: var(--honey-2); }

/* ---------- scroll reveal ---------- */
[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
[data-reveal].is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { [data-reveal] { opacity: 1 !important; transform: none !important; transition: none; } }

/* ---------- responsive ---------- */
@media (max-width: 940px) {
  .nav__links { display: none; }
  .nav__toggle { display: flex; }
  .hero__inner, .contact-grid, .split, .cred { grid-template-columns: 1fr; }
  .split--reverse .split__art { order: -1; }
  .hero__art { max-width: 460px; }
  .svc-grid, .team-grid, .values, .steps { grid-template-columns: repeat(2, 1fr); }
  .stat-row { grid-template-columns: repeat(2, 1fr); gap: 1.8rem; }
  .footer__top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  body { font-size: 16px; }
  .svc-grid, .team-grid, .values, .steps, .form-grid { grid-template-columns: 1fr; }
  .stat-row { grid-template-columns: 1fr 1fr; }
  .footer__top { grid-template-columns: 1fr; }
  .menu-group__head { flex-direction: column; gap: .3rem; }
  .arch { border-radius: 140px 140px 14px 14px; }
  .arch--hero::after { border-radius: 130px 130px 8px 8px; }
}

/* ---------- illusztracios fotok (bemutato) ---------- */
.placeholder.has-ill { overflow: hidden; border-style: solid; border-color: rgba(46, 64, 52, .14); }
.ill-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
.ill-chip { position: absolute; right: 10px; bottom: 10px; z-index: 2; font-size: .62rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: .3rem .7rem; border-radius: 999px; background: rgba(24, 28, 24, .72); color: #F6F1E8; pointer-events: none; }

/* ---------- vélemények (opcionális modul) ---------- */
.reviews__summary { display:flex; flex-wrap:wrap; align-items:center; justify-content:center; gap:.55rem 1rem; margin-top:.2rem; }
.reviews__score { font-family:var(--font-display); font-size:1.55rem; font-weight:600; color:var(--ink); line-height:1; }
.reviews__source { color:var(--ink-soft); font-size:.9rem; }
.rating { position:relative; display:inline-block; line-height:0; }
.rating__bg, .rating__fg { display:flex; gap:3px; }
.rating__fg { position:absolute; top:0; left:0; overflow:hidden; }
.rating svg { width:20px; height:20px; flex:none; display:block; }
.rating__bg svg { fill:var(--line); }
.rating__fg svg { fill:var(--honey); stroke:var(--amber); stroke-width:.6; }
.stars5 { display:flex; gap:2px; }
.stars5 svg { width:16px; height:16px; flex:none; display:block; fill:var(--honey); stroke:var(--amber); stroke-width:.6; }
.reviews { display:grid; grid-template-columns:repeat(3,1fr); gap:1.1rem; margin-top:2.4rem; }
.review { background:var(--surface); border:1px solid var(--line); border-radius:var(--radius); padding:1.5rem 1.4rem; box-shadow:var(--shadow-soft); display:flex; flex-direction:column; gap:.85rem; }
.review blockquote { margin:0; font-size:1rem; line-height:1.56; color:var(--ink); }
.review figcaption { display:flex; flex-direction:column; gap:.12rem; font-family:var(--font-body); margin-top:auto; }
.review figcaption b { color:var(--ink-soft); font-weight:700; font-size:.92rem; }
.review__meta { color:var(--ink-soft); font-size:.78rem; opacity:.85; }
.reviews__note { margin:1.6rem auto 0; color:var(--ink-soft); font-size:.85rem; text-align:center; max-width:74ch; line-height:1.5; }
@media (max-width:820px) { .reviews { grid-template-columns:1fr; } }
