:root {
  --forest: #153c2d;
  --forest-deep: #0c2b20;
  --sage: #54705c;
  --cream: #f4efe3;
  --paper: #fbf9f2;
  --sand: #d8c3a1;
  --gold: #d49b45;
  --ink: #1b2922;
  --white: #fff;
  --container: min(1180px, calc(100% - 48px));
  --beneficiary-strip-height: 86px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; line-height: 1.65; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "Fraunces", serif; line-height: .98; letter-spacing: -.035em; }
h1 em, h2 em { color: var(--gold); font-weight: 600; }
.container { width: var(--container); margin-inline: auto; }
.section { padding: 120px 0; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 1000; padding: 10px 14px; background: white; color: #111; transform: translateY(-160%); }
.skip-link:focus { transform: none; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 20; color: var(--white); border-bottom: 1px solid rgb(255 255 255 / .22); }
body.has-beneficiary-strip:not(.beneficiary-strip-hidden) .site-header { top: var(--beneficiary-strip-height); }
body.has-beneficiary-strip.beneficiary-strip-hidden .site-header { top: 0; }
body.has-beneficiary-strip:not(.beneficiary-strip-hidden) .home-hero { margin-top: var(--beneficiary-strip-height); }
body.has-beneficiary-strip.beneficiary-strip-hidden .home-hero { margin-top: 0; }
body.has-beneficiary-strip:not(.beneficiary-strip-hidden) .coming-soon { margin-top: var(--beneficiary-strip-height); }
body.has-beneficiary-strip.beneficiary-strip-hidden .coming-soon { margin-top: 0; }
.beneficiary-strip {
  position: fixed;
  inset: 0 0 auto;
  z-index: 80;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 58px 0 18px;
  background: #fff;
  box-shadow: 0 8px 24px rgb(0 0 0 / .12);
}
.beneficiary-strip[hidden] { display: none; }
.beneficiary-strip-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.beneficiary-strip img {
  width: 285px;
  max-width: min(285px, calc(100vw - 96px));
  height: auto;
}
.beneficiary-strip-close,
.beneficiary-strip-open {
  border: 1px solid rgb(21 60 45 / .18);
  border-radius: 999px;
  color: var(--forest);
  background: var(--cream);
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 8px 18px rgb(0 0 0 / .12);
}
.beneficiary-strip-close {
  position: absolute;
  top: 50%;
  right: 18px;
  width: 34px;
  height: 34px;
  transform: translateY(-50%);
  font-size: 24px;
  line-height: 1;
}
.beneficiary-strip-open {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 81;
  width: 38px;
  height: 38px;
  font-size: 18px;
}
.beneficiary-strip-open[hidden] { display: none; }
.nav-wrap {
    width: var(--container);
    height: 84px;
    margin-inline: auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  line-height: .84;
  letter-spacing: .05em;
}
.brand img {
  width: 130px;
  height: auto;
  object-fit: contain;
  border-radius: 50%;
  position: relative;
  transform: translateY(7px);
  z-index: 5;
  flex-shrink: 0;
}
nav { display: flex; align-items: center; gap: 35px; }
nav a { font-size: 13px; font-weight: 600; text-decoration: none; }
nav a:not(.nav-cta) { position: relative; }
nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 1px; background: currentColor; transition: right .25s; }
nav a:hover::after { right: 0; }
.nav-cta { padding: 12px 19px; border: 1px solid rgb(255 255 255 / .65); border-radius: 99px; }
.menu-toggle { display: none; border: 0; background: transparent; padding: 10px; }
.menu-toggle span { width: 25px; height: 1px; display: block; margin: 6px; background: white; }

.hero { min-height: 760px; height: 100svh; position: relative; color: white; overflow: hidden; display: grid; align-items: center; }
.hero-image, .hero-shade { position: absolute; inset: 0; }
.hero-image { background: url("varmegyehaza-2.jpg") center 44% / cover no-repeat; transform: scale(1.03); animation: heroIn 1.6s ease-out both; }
.hero-shade { background: linear-gradient(90deg, rgb(7 28 20 / .88) 0%, rgb(9 31 23 / .56) 45%, rgb(8 26 19 / .12) 78%), linear-gradient(0deg, rgb(7 25 18 / .4), transparent 50%); }
.hero-content { width: var(--container); margin: 60px auto 0; position: relative; z-index: 2; }
.eyebrow, .kicker { margin-bottom: 18px; text-transform: uppercase; letter-spacing: .22em; font-size: 11px; font-weight: 700; }
.eyebrow { display: flex; align-items: center; gap: 12px; }
.eyebrow::before { content: ""; width: 34px; height: 1px; background: var(--gold); }
.hero h1 { margin: 0 0 27px; max-width: 800px; font-size: clamp(58px, 7.2vw, 104px); font-weight: 600; }
.hero-lead { max-width: 560px; margin-bottom: 34px; font-size: 18px; color: rgb(255 255 255 / .86); }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.button { min-height: 55px; padding: 0 24px; border-radius: 100px; display: inline-flex; align-items: center; justify-content: center; gap: 24px; text-decoration: none; text-transform: uppercase; letter-spacing: .1em; font-size: 11px; font-weight: 700; transition: transform .25s, background .25s; }
.button:hover { transform: translateY(-3px); }
.button-light { color: var(--forest-deep); background: var(--cream); }
.button-light:hover { background: white; }
.text-link { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; font-size: 13px; font-weight: 600; }
.play { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgb(255 255 255 / .5); border-radius: 50%; font-size: 8px; }
.hero-note { position: absolute; right: 32px; top: 50%; display: flex; align-items: center; gap: 10px; writing-mode: vertical-rl; font-size: 9px; letter-spacing: .14em; color: rgb(255 255 255 / .65); }
.hero-note i { width: 1px; height: 38px; background: rgb(255 255 255 / .3); }
.scroll-cue { position: absolute; z-index: 2; left: 50%; bottom: 25px; width: 24px; height: 38px; border: 1px solid rgb(255 255 255 / .5); border-radius: 20px; }
.scroll-cue span { position: absolute; width: 3px; height: 6px; border-radius: 3px; background: white; top: 8px; left: 10px; animation: scroll 1.8s infinite; }

.intro { background: var(--paper); }
.intro-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 12%; align-items: start; margin-bottom: 75px; }
.kicker { color: var(--sage); }
.section-heading h2, .story h2, .route h2, .cta h2 { margin-bottom: 0; font-size: clamp(48px, 5.3vw, 76px); }
.intro-copy { padding-top: 28px; max-width: 560px; }
.intro-copy .lead, .story-copy .lead { font-family: "Fraunces", serif; font-size: 23px; line-height: 1.35; letter-spacing: -.02em; }
.intro-copy p:last-child, .story-copy > p:last-of-type { color: #607067; }
.feature-grid { display: grid; grid-template: 230px 230px / 1.65fr 1fr; gap: 18px; }
.feature { position: relative; min-height: 220px; overflow: hidden; border-radius: 4px; }
.feature-main { grid-row: 1 / 3; color: white; }
.feature-main img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s; }
.feature-main:hover img { transform: scale(1.04); }
.feature-overlay { position: absolute; inset: 0; background: linear-gradient(0deg, rgb(6 25 18 / .85), transparent 65%); }
.feature-content { position: absolute; inset: auto 32px 30px; display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.feature-content p, .feature-small p { margin: 0 0 6px; font-size: 10px; text-transform: uppercase; letter-spacing: .18em; }
.feature h3 { margin: 0; font-size: 31px; line-height: 1.1; }
.feature-number { font-size: 11px; opacity: .7; }
.feature-small { padding: 30px; display: flex; flex-direction: column; justify-content: space-between; }
.feature-small .feature-number { position: absolute; right: 28px; top: 28px; }
.feature-small h3 { max-width: 330px; font-size: 27px; }
.feature-green { color: white; background: var(--forest); }
.feature-sand { background: var(--sand); }
.line-icon { font-size: 32px; line-height: 1; opacity: .75; }
.arrow { position: absolute; right: 28px; bottom: 24px; font-size: 21px; transition: transform .25s; }
.feature-small:hover .arrow { transform: translate(3px, -3px); }

.story { background: var(--cream); overflow: hidden; }
.story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 11%; align-items: center; }
.story-visual { position: relative; padding-left: 4%; }
.story-visual::before { content: ""; position: absolute; width: 200px; height: 200px; left: -35px; top: -35px; border: 1px solid var(--sand); border-radius: 50%; }
.arch-image { height: 610px; position: relative; overflow: hidden; border-radius: 240px 240px 2px 2px; }
.arch-image img { width: 100%; height: 100%; object-fit: cover; }
.image-caption { display: block; margin-top: 13px; color: var(--sage); text-transform: uppercase; font-size: 9px; letter-spacing: .2em; }
.story-copy { max-width: 500px; }
.story-copy h2 { margin-bottom: 36px; }
.underlined-link { display: inline-flex; gap: 50px; align-items: center; margin-top: 20px; padding-bottom: 7px; border-bottom: 1px solid currentColor; text-decoration: none; text-transform: uppercase; letter-spacing: .12em; font-size: 11px; font-weight: 700; }

.route { color: white; background: var(--forest-deep); }
.route-head { display: grid; grid-template-columns: 1.4fr .6fr; gap: 12%; align-items: end; padding-bottom: 65px; border-bottom: 1px solid rgb(255 255 255 / .15); }
.route .kicker { color: #9bb0a1; }
.route-head > p { max-width: 390px; margin-bottom: 5px; color: rgb(255 255 255 / .62); }
.steps { list-style: none; margin: 0; padding: 55px 0 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; }
.steps li { position: relative; padding: 10px 9% 5px; border-left: 1px solid rgb(255 255 255 / .13); }
.steps li:first-child { border-left: 0; padding-left: 0; }
.step-no { position: absolute; right: 9%; top: 10px; color: rgb(255 255 255 / .4); font-size: 10px; }
.step-icon { width: 54px; height: 54px; margin-bottom: 45px; display: grid; place-items: center; border: 1px solid rgb(255 255 255 / .25); border-radius: 50%; color: var(--gold); font-size: 25px; }
.steps h3 { margin-bottom: 18px; font-size: 29px; }
.steps p { max-width: 310px; color: rgb(255 255 255 / .58); font-size: 14px; }

.cta { min-height: 500px; position: relative; overflow: hidden; color: white; display: flex; align-items: center; }
.cta-bg { position: absolute; inset: 0; background: linear-gradient(90deg, rgb(12 43 32 / .96), rgb(12 43 32 / .74)), url("varmegyehaza-1.jpg") center 57% / cover; }
.cta-inner { position: relative; z-index: 2; display: flex; align-items: end; justify-content: space-between; gap: 40px; padding-right: 260px; }
.cta .kicker { color: #becabe; }
.cta .mascot { position: absolute; z-index: 1; width: 320px; max-height: 430px; object-fit: contain; object-position: bottom; right: max(2%, calc((100vw - 1180px) / 2)); bottom: -28px; mix-blend-mode: multiply; filter: drop-shadow(0 14px 20px rgb(0 0 0 / .22)); }

footer { padding: 36px 0; color: white; background: #071e16; }
.footer-grid { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; }
.footer-brand { display: flex; align-items: center; gap: 12px; }
.footer-brand img { width: 52px; height: 52px; border-radius: 50%; }
.footer-brand strong, .footer-brand span { display: block; }
.footer-brand strong { font-family: "Fraunces", serif; font-size: 18px; }
.footer-brand span, .copyright { color: rgb(255 255 255 / .5); font-size: 10px; }
.footer-links { display: flex; gap: 25px; }
.footer-links a { text-decoration: none; font-size: 11px; }
.copyright { justify-self: end; margin: 0; }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: none; }

@keyframes heroIn { from { opacity: .5; transform: scale(1.09); } to { opacity: 1; transform: scale(1.03); } }
@keyframes scroll { 0% { opacity: 0; transform: translateY(0); } 35% { opacity: 1; } 100% { opacity: 0; transform: translateY(15px); } }
@keyframes kokiFloat { 0%, 100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-16px) rotate(1deg); } }
@keyframes targetGlow { 0%, 100% { box-shadow: 0 20px 55px rgb(27 41 34 / .1); } 50% { box-shadow: 0 0 0 12px rgb(212 155 69 / .16), 0 28px 75px rgb(27 41 34 / .18); } }

@media (max-width: 900px) {
  :root { --container: min(100% - 36px, 680px); }
  .section { padding: 85px 0; }
  .menu-toggle { display: block; position: relative; z-index: 31; }
  nav { position: fixed; inset: 0; z-index: 30; padding: 110px 25px 50px; background: var(--forest-deep); display: flex; flex-direction: column; justify-content: center; gap: 30px; transform: translateX(100%); transition: transform .35s; }
  nav.open { transform: none; }
  nav a { font-family: "Fraunces", serif; font-size: 27px; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .hero { min-height: 700px; }
  .hero-shade { background: linear-gradient(90deg, rgb(7 28 20 / .85), rgb(8 27 20 / .3)), linear-gradient(0deg, rgb(7 25 18 / .6), transparent 55%); }
  .hero h1 { font-size: clamp(52px, 12vw, 78px); }
  .intro-grid, .story-grid, .route-head { grid-template-columns: 1fr; gap: 35px; }
  .intro-copy { padding-top: 0; }
  .feature-grid { grid-template: 500px 250px 250px / 1fr; }
  .feature-main { grid-row: auto; }
  .story-visual { max-width: 560px; padding-left: 0; }
  .story-copy { max-width: 620px; }
  .route-head { align-items: start; }
  .steps { grid-template-columns: 1fr; gap: 40px; }
  .steps li, .steps li:first-child { padding: 10px 0 30px; border-left: 0; border-bottom: 1px solid rgb(255 255 255 / .13); }
  .step-no { right: 0; }
  .step-icon { margin-bottom: 28px; }
  .cta-inner { padding-right: 0; align-items: start; flex-direction: column; }
  .cta .mascot { width: 240px; opacity: .42; right: -35px; }
  .footer-grid { grid-template-columns: 1fr auto; }
  .footer-links { display: none; }
}

@media (max-width: 560px) {
  :root {
    --container: calc(100% - 30px);
  }

  .nav-wrap {
    height: 82px;
    align-items: center;
  }

  .brand {
    align-items: center;
  }

  .brand img {
    width: 64px;
    height: auto;
    transform: none;
  }

  .brand span {
    transform: none;
  }

  .hero-content {
    margin-top: 50px;
  }

  .hero h1 {
    font-size: 49px;
  }

  .hero-lead {
    font-size: 16px;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .hero-note {
    display: none;
  }

  .section-heading h2,
  .story h2,
  .route h2,
  .cta h2 {
    font-size: 43px;
  }

  .intro-grid {
    margin-bottom: 50px;
  }

  .feature-grid {
    grid-template-rows: 400px 230px 230px;
  }

  .feature-content {
    inset: auto 22px 24px;
  }

  .feature-content .feature-number {
    display: none;
  }

  .feature h3 {
    font-size: 27px;
  }

  .feature-small {
    padding: 25px;
  }

  .arch-image {
    height: 440px;
  }

  .story-visual::before {
    display: none;
  }

  .cta {
    min-height: 560px;
    align-items: start;
    padding-top: 90px;
  }

  .cta .mascot {
    width: 230px;
    right: -40px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .copyright {
    justify-self: start;
  }
}

/* Teljes webhely: lenyíló menü és tartalmi oldalak */
.site-header { overflow: visible; }
.site-header nav { gap: 17px; }
.site-header nav > a,
.has-sub > button {
  color: inherit;
  font: 600 10px "DM Sans", sans-serif;
  white-space: nowrap;
}
.has-sub { position: relative; }
.has-sub > button {
  padding: 35px 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.has-sub > button::after { content: "⌄"; margin-left: 5px; color: var(--gold); }
.sub {
  position: absolute;
  top: 67px;
  left: -18px;
  width: 280px;
  padding: 12px;
  display: grid;
  visibility: hidden;
  opacity: 0;
  transform: translateY(8px);
  background: var(--white);
  box-shadow: 0 18px 50px rgb(0 0 0 / .24);
  transition: opacity .2s, transform .2s, visibility .2s;
}
.sub a {
  padding: 8px 10px;
  color: var(--ink);
  text-decoration: none;
  font-size: 12px;
  line-height: 1.35;
}
.sub a:hover { color: var(--gold); background: var(--cream); }
.has-sub:last-child .sub { left: auto; right: 0; }
.has-sub:hover .sub,
.has-sub:focus-within .sub,
.has-sub.open .sub { visibility: visible; opacity: 1; transform: none; }

.hero-panorama { background-image: url("assets/images/szugy-dudaska-cserhat-panorama-hero.webp"); }
.feature { color: inherit; text-decoration: none; }
.feature-main { color: white; }
.nature-showcase { color: white; background: var(--forest-deep); }
.nature-showcase .route-head { border-color: rgb(255 255 255 / .15); }
.nature-showcase .route-head > p { color: rgb(255 255 255 / .62); }
.nature-showcase .kicker { color: #9bb0a1; }
.nature-cards { display: grid; grid-template-columns: 1.2fr .8fr; grid-template-rows: 260px 260px; gap: 16px; }
.nature-cards a { position: relative; overflow: hidden; color: white; }
.nature-cards a:first-child { grid-row: span 2; }
.nature-cards img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.nature-cards a:hover img { transform: scale(1.04); }
.nature-cards a::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgb(0 0 0 / .78)); }
.nature-cards div { position: absolute; z-index: 1; left: 27px; right: 24px; bottom: 22px; }
.nature-cards small { text-transform: uppercase; letter-spacing: .16em; font-size: 9px; }
.nature-cards h3 { margin: 7px 0 0; font-size: 28px; }
.treasure-teaser { display: grid; grid-template-columns: 1.15fr .85fr; background: var(--cream); }
.treasure-teaser > img { width: 100%; height: 640px; object-fit: cover; }
.treasure-teaser > div { align-self: center; padding: 70px 11%; }
.treasure-teaser h2 { margin-bottom: 28px; font-size: clamp(46px, 5vw, 70px); }
.treasure-teaser p:not(.kicker) { color: #607067; }
.dark-button { margin-top: 18px; color: white; background: var(--forest); }
.steps a { color: var(--gold); text-decoration: none; text-transform: uppercase; letter-spacing: .1em; font-size: 9px; }

.article-hero {
  min-height: 650px;
  position: relative;
  padding: 180px 0 80px;
  display: flex;
  align-items: end;
  overflow: hidden;
  color: white;
}
.article-hero > img,
.article-hero > .shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.article-hero > img { object-fit: cover; }
.article-hero > .shade { background: linear-gradient(90deg, rgb(7 29 22 / .9), rgb(8 37 26 / .35) 70%, transparent), linear-gradient(0deg, rgb(7 29 22 / .55), transparent 55%); }
.article-hero .wrap { position: relative; z-index: 1; width: var(--container); margin-inline: auto; }
.article-hero h1 { max-width: 980px; margin: 0 0 22px; font-size: clamp(54px, 7vw, 94px); }
.article-hero .wrap > p:last-child { max-width: 670px; color: rgb(255 255 255 / .82); font-size: 18px; }
.article-body { width: var(--container); margin-inline: auto; padding: 100px 0; display: grid; grid-template-columns: minmax(0, 760px) 1fr; gap: 70px; }
.article-body article { grid-column: 1; }
.article-body .lead { color: var(--ink); font: 25px/1.42 "Fraunces", serif; }
.article-body h2 { margin: 52px 0 18px; font-size: 39px; }
.article-body p { color: #596a60; }
.article-body li { margin: 8px 0; }
.notice,
.contact-box { margin: 35px 0; padding: 23px 27px; border-left: 3px solid var(--gold); background: var(--cream); }
.contact-box a { color: var(--forest); }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 38px 0; }
.stats div { padding: 24px; color: white; background: var(--forest); }
.stats strong,
.stats span { display: block; }
.stats strong { font: 30px "Fraunces", serif; }
.stats span { font-size: 11px; }
.choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.choice-grid > div,
.attraction-list > div { padding: 30px; background: var(--cream); }
.choice-grid span,
.attraction-list span { color: var(--gold); }
blockquote { margin: 18px 0; font: 22px "Fraunces", serif; }
.attraction-list { display: grid; gap: 15px; }
.next-adventure { padding: 85px 24px; text-align: center; color: white; background: var(--forest); }
.next-adventure p { text-transform: uppercase; letter-spacing: .2em; font-size: 10px; }
.next-adventure h2 { max-width: 850px; margin: 0 auto 28px; }
.next-adventure a { display: inline-block; padding-bottom: 5px; border-bottom: 1px solid; color: white; text-decoration: none; }
footer > div:first-child { display: flex; align-items: center; gap: 12px; }
footer > div:first-child img { width: 52px; height: 52px; border-radius: 50%; }
footer > div:first-child strong,
footer > div:first-child span { display: block; }
footer > div:first-child strong { font-family: "Fraunces", serif; }
footer > div:first-child span { color: rgb(255 255 255 / .5); font-size: 10px; }

/* KÖKI bemutatkozása */
.koki-hero {
  min-height: 760px;
  position: relative;
  overflow: hidden;
  color: white;
  display: grid;
  align-items: center;
  padding: 150px 0 90px;
}
.koki-hero-bg,
.koki-hero-shade {
  position: absolute;
  inset: 0;
}
.koki-hero-bg {
  background:
    radial-gradient(circle at 82% 25%, rgb(212 155 69 / .34), transparent 28%),
    radial-gradient(circle at 18% 82%, rgb(165 185 157 / .28), transparent 32%),
    url("assets/images/leanykokorcsin-kilato-dudaska.png") center / cover no-repeat;
  transform: scale(1.04);
}
.koki-hero-shade {
  background:
    linear-gradient(90deg, rgb(7 29 22 / .9), rgb(9 43 31 / .7) 48%, rgb(7 29 22 / .22)),
    linear-gradient(0deg, rgb(7 29 22 / .45), transparent 55%);
}
.koki-hero-wrap {
  position: relative;
  z-index: 1;
  width: var(--container);
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 420px);
  align-items: center;
  gap: 70px;
}
.koki-hero h1 {
  max-width: 760px;
  margin: 0 0 24px;
  font-size: clamp(64px, 9vw, 128px);
}
.koki-hero .hero-lead {
  max-width: 620px;
  color: rgb(255 255 255 / .82);
}
.koki-mascot-card {
  position: relative;
  padding: 12px 28px 44px;
  border: 0;
  background: transparent;
}
.koki-mascot-card::before {
  content: "";
  position: absolute;
  left: 16%;
  right: 16%;
  bottom: 22px;
  height: 32px;
  border-radius: 50%;
  background: rgb(0 0 0 / .28);
  filter: blur(22px);
  transform: scaleX(1.08);
}
.koki-mascot-card img {
  position: relative;
  z-index: 1;
  width: min(100%, 390px);
  margin-inline: auto;
  filter: drop-shadow(0 22px 18px rgb(0 0 0 / .34)) drop-shadow(0 38px 38px rgb(0 0 0 / .2));
  animation: kokiFloat 4.8s ease-in-out infinite;
}
.koki-mascot-card span {
  position: absolute;
  right: 12px;
  bottom: 34px;
  z-index: 2;
  padding: 10px 16px;
  border-radius: 999px;
  color: var(--forest-deep);
  background: var(--cream);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.koki-story {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 8%, rgb(212 155 69 / .12), transparent 24%),
    linear-gradient(180deg, var(--paper), #efe6d6);
}
.koki-story::before {
  content: "KÖKI";
  position: absolute;
  top: 40px;
  right: -30px;
  color: rgb(21 60 45 / .05);
  font: 700 clamp(120px, 20vw, 280px) "Fraunces", serif;
  letter-spacing: -.08em;
}
.koki-story-head {
  position: relative;
  z-index: 1;
  max-width: 860px;
  margin-bottom: 55px;
}
.koki-story-head h2 {
  max-width: 760px;
  font-size: clamp(48px, 6vw, 82px);
}
.koki-story-head > p:last-child {
  max-width: 670px;
  color: #596a60;
  font-size: 18px;
}
.koki-trail {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 0;
  padding: 10px 0 40px;
}
.koki-card {
  scroll-margin-top: 110px;
  width: min(780px, 100%);
  margin-left: var(--xoff);
  padding: 34px 40px;
  border: 1px solid rgb(84 112 92 / .18);
  border-radius: 28px;
  background: rgb(251 249 242 / .9);
  box-shadow: 0 20px 55px rgb(27 41 34 / .1);
  transform: rotate(var(--rot));
}
.koki-card.reveal {
  opacity: 0;
  transform: translateY(48px) rotate(var(--rot));
  transition: opacity .82s ease, transform .82s cubic-bezier(.2,.7,.2,1);
}
.koki-card.reveal.visible {
  opacity: 1;
  transform: rotate(var(--rot));
}
.koki-card p {
  margin: 0;
  color: #47584f;
  font: 24px/1.45 "Fraunces", serif;
}
.koki-card h3 {
  margin: 0 0 14px;
  color: var(--forest-deep);
  font-size: clamp(31px, 4vw, 46px);
}
.koki-card::before {
  content: "";
  display: block;
  width: 42px;
  height: 4px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: var(--gold);
}
.koki-card-final {
  color: white;
  border-color: transparent;
  background: var(--forest);
}
.koki-card-final h3 { color: white; }
.koki-card-final p { color: rgb(255 255 255 / .88); }
.tour-step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  height: 32px;
  margin-bottom: 14px;
  padding: 0 12px;
  border-radius: 999px;
  color: white;
  background: var(--gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
}
.tour-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}
.tour-actions button,
.tour-actions a,
.audio-hero-actions button,
.audio-hero-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 18px;
  border: 1px solid var(--forest);
  border-radius: 999px;
  color: var(--forest);
  background: transparent;
  font: 700 13px "DM Sans", sans-serif;
  text-decoration: none;
  cursor: pointer;
}
.tour-actions button,
.audio-hero-actions button {
  color: white;
  background: var(--forest);
}
.koki-card-final .tour-actions button {
  color: var(--forest-deep);
  border-color: var(--cream);
  background: var(--cream);
}
.koki-card:target {
  outline: 3px solid var(--gold);
  outline-offset: 8px;
  animation: targetGlow 1.25s ease-in-out 3;
}
.paw-connector {
  width: min(170px, 48vw);
  min-height: 360px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  color: rgb(212 155 69 / .9);
  font-size: 26px;
  line-height: 1;
  text-align: center;
  text-shadow: 0 3px 7px rgb(0 0 0 / .16);
  transform: rotate(8deg);
}
.paw-connector.reverse { transform: rotate(-8deg); }
.paw-print {
  display: block;
  width: 1em;
  opacity: 0;
  transform: translateY(-34px) scale(.78) rotate(180deg);
  transition: opacity .58s ease, transform .58s cubic-bezier(.2,.7,.2,1);
}
.paw-print.visible {
  opacity: 1;
  transform: translateY(0) scale(1) rotate(180deg);
}
.paw-connector .paw-print:nth-child(1) { align-self: flex-start; }
.paw-connector .paw-print:nth-child(2) { align-self: center; }
.paw-connector .paw-print:nth-child(3) { align-self: flex-end; }
.paw-connector.reverse .paw-print:nth-child(1) { align-self: flex-end; }
.paw-connector.reverse .paw-print:nth-child(2) { align-self: center; }
.paw-connector.reverse .paw-print:nth-child(3) { align-self: flex-start; }
.koki-next {
  background:
    linear-gradient(90deg, rgb(12 43 32 / .94), rgb(21 60 45 / .86)),
    url("assets/images/szugy-kincskereses-kaland.png") center / cover no-repeat;
}

/* QR audio túrapont oldalak */
.audio-stop-page {
  min-height: 100svh;
  color: white;
  background:
    linear-gradient(135deg, rgb(7 29 22 / .94), rgb(21 60 45 / .84)),
    var(--audio-bg-image, url("assets/images/leanykokorcsin-kilato-dudaska.png")) center / cover no-repeat;
}
.audio-stop {
  min-height: 100svh;
  width: var(--container);
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 360px);
  align-items: center;
  gap: 60px;
  padding: 120px 0 70px;
}
.audio-stop-card {
  padding: clamp(30px, 5vw, 58px);
  border: 1px solid rgb(255 255 255 / .18);
  border-radius: 34px;
  background: rgb(7 29 22 / .48);
  box-shadow: 0 34px 90px rgb(0 0 0 / .32);
  backdrop-filter: blur(8px);
}
.audio-stop-card h1 {
  margin: 0 0 18px;
  font-size: clamp(48px, 8vw, 92px);
}
.audio-stop-card p {
  color: rgb(255 255 255 / .78);
  font-size: 18px;
}
.audio-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}
.audio-hero-actions button,
.audio-hero-actions a {
  border-color: rgb(255 255 255 / .72);
  color: white;
}
.audio-hero-actions button {
  border-color: var(--cream);
  color: var(--forest-deep);
  background: var(--cream);
}
.audio-stop audio {
  width: 100%;
  margin-top: 24px;
}
.audio-status {
  min-height: 24px;
  margin: 18px 0 0;
  color: rgb(255 255 255 / .65);
  font-size: 14px;
}
.audio-stop-mascot img {
  width: min(100%, 340px);
  margin-inline: auto;
  filter: drop-shadow(0 22px 18px rgb(0 0 0 / .34)) drop-shadow(0 38px 38px rgb(0 0 0 / .2));
  animation: kokiFloat 4.8s ease-in-out infinite;
}

/* Hamarosan indul oldal */
.coming-soon-page {
  min-height: 100svh;
  color: white;
  background: var(--forest-deep);
}
.coming-soon {
  min-height: 100svh;
  position: relative;
  overflow: hidden;
  display: grid;
  align-items: center;
  padding: 70px 0;
}
.coming-soon-bg,
.coming-soon-shade {
  position: absolute;
  inset: 0;
}
.coming-soon-bg {
  background:
    radial-gradient(circle at 78% 24%, rgb(212 155 69 / .28), transparent 28%),
    url("assets/images/szugy-dudaska-cserhat-panorama-hero.webp") center / cover no-repeat;
  transform: scale(1.04);
}
.coming-soon-shade {
  background:
    linear-gradient(90deg, rgb(7 29 22 / .94), rgb(11 42 31 / .78) 52%, rgb(7 29 22 / .36)),
    linear-gradient(0deg, rgb(7 29 22 / .5), transparent 50%);
}
.coming-soon-content {
  position: relative;
  z-index: 2;
  width: var(--container);
  margin-inline: auto;
}
.coming-logo {
  width: clamp(120px, 14vw, 180px);
  margin-bottom: 34px;
  filter: drop-shadow(0 20px 32px rgb(0 0 0 / .28));
}
.coming-soon h1 {
  max-width: 940px;
  margin: 0 0 26px;
  font-size: clamp(58px, 8vw, 118px);
}
.coming-soon .hero-lead {
  max-width: 710px;
  color: rgb(255 255 255 / .82);
  font-size: 20px;
}
.coming-soon-cards {
  width: min(900px, 100%);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 42px;
}
.coming-soon-cards div {
  padding: 22px;
  border: 1px solid rgb(255 255 255 / .18);
  border-radius: 24px;
  background: rgb(244 239 227 / .1);
  backdrop-filter: blur(8px);
}
.coming-soon-cards span {
  display: block;
  margin-bottom: 10px;
  color: var(--gold);
  font-weight: 800;
}
.coming-soon-cards strong {
  display: block;
  margin-bottom: 8px;
  font: 24px/1 "Fraunces", serif;
}
.coming-soon-cards p,
.coming-note {
  margin: 0;
  color: rgb(255 255 255 / .66);
}
.coming-note {
  margin-top: 28px;
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: 11px;
  font-weight: 700;
}
.coming-mascot {
  position: absolute;
  z-index: 2;
  right: max(24px, calc((100vw - 1180px) / 2));
  bottom: -28px;
  width: min(28vw, 340px);
  filter: drop-shadow(0 22px 18px rgb(0 0 0 / .34)) drop-shadow(0 38px 38px rgb(0 0 0 / .2));
  animation: kokiFloat 4.8s ease-in-out infinite;
}

@media (max-width: 1120px) {
  .site-header nav { gap: 9px; }
  .site-header nav > a,
  .has-sub > button { font-size: 9px; }
  .brand span { display: none; }
  .brand img {
        width: 96px;
        transform: translateY(20px);
    }
   .nav-wrap {
        height: 96px;
    }

}

@media (max-width: 900px) {
  .nav-wrap {
    height: 88px;
    align-items: center;
  }

  .brand {
    align-items: center;
  }

  .brand img {
    width: 78px;
    transform: translateY(10px);
  }

  .brand span {
    display: block;
    transform: none;
  }

  .site-header nav { gap: 28px; }

  .site-header nav > a,
  .has-sub > button { font: 27px "Fraunces", serif; }

  .has-sub > button {
    width: 100%;
    padding: 0;
    text-align: center;
  }

  .sub {
    position: static;
    width: 100%;
    max-height: 0;
    padding: 0;
    overflow: hidden;
    visibility: visible;
    opacity: 1;
    transform: none;
    background: transparent;
    box-shadow: none;
    transition: max-height .3s;
  }

  .has-sub.open .sub {
    max-height: 520px;
    padding: 10px 0;
  }

  .sub a {
    color: rgb(255 255 255 / .7);
    text-align: center;
    font: 14px "DM Sans", sans-serif;
  }

  .sub a:hover {
    background: transparent;
  }

  .nature-cards {
    grid-template-columns: 1fr;
    grid-template-rows: 430px 320px 320px;
  }

  .nature-cards a:first-child {
    grid-row: auto;
  }

  .treasure-teaser {
    grid-template-columns: 1fr;
  }

  .treasure-teaser > img {
    height: 460px;
  }

  .article-body {
    grid-template-columns: 1fr;
  }
  .audio-stop {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .audio-stop-mascot {
    order: -1;
  }
  .audio-stop-mascot img {
    width: min(58vw, 240px);
  }
  .coming-soon {
    align-items: start;
    padding: 48px 0 220px;
  }
  .coming-soon-cards {
    grid-template-columns: 1fr;
  }
  .coming-mascot {
    right: 22px;
    width: min(58vw, 240px);
  }
}

@media (max-width: 560px) {
  .article-hero { min-height: 580px; padding-bottom: 60px; }
  .article-hero h1 { font-size: 45px; }
  .article-body { padding: 65px 0; }
  .stats,
  .choice-grid { grid-template-columns: 1fr; }
  .koki-card {
    width: 100%;
    margin-left: 0;
    padding: 28px 24px;
  }
  .koki-card p {
    font-size: 20px;
  }
  .paw-connector {
    min-height: 128px;
    font-size: 20px;
  }
  .nature-cards { grid-template-rows: repeat(3, 310px); }
  .treasure-teaser > img { height: 340px; }
  .treasure-teaser > div { padding: 65px 24px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* Belso oldalak */
.inner-header { position: absolute; background: linear-gradient(180deg, rgb(5 25 18 / .45), transparent); }
nav a.active:not(.nav-cta)::after { right: 0; }
.page-hero { min-height: 660px; position: relative; display: flex; align-items: end; padding: 180px 0 95px; color: white; background-size: cover; background-position: center; }
.page-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgb(7 29 21 / .9), rgb(7 29 21 / .28)), linear-gradient(0deg, rgb(7 29 21 / .5), transparent); }
.page-hero .container { position: relative; z-index: 1; }
.page-hero h1, .simple-hero h1, .contact-copy h1 { margin: 0 0 25px; font-size: clamp(58px, 7vw, 96px); }
.page-hero > .container > p:last-child { max-width: 580px; color: rgb(255 255 255 / .82); font-size: 18px; }
.experience-hero { background-image: url("nagy és középsőh.jpg"); background-position: center 44%; }
.place-hero { background-image: url("varmegyehaza-2.jpg"); }
.split-intro { display: grid; grid-template-columns: .95fr 1.05fr; gap: 11%; }
.split-intro h2, .center-heading h2, .faq-layout h2, .place-copy h2 { font-size: clamp(44px, 5vw, 70px); }
.split-intro .lead { font-family: "Fraunces", serif; font-size: 25px; line-height: 1.35; }
.split-intro > div:last-child { padding-top: 30px; }
.split-intro > div:last-child p:last-child { color: #627068; }
.center-heading { max-width: 760px; margin: 0 auto 65px; text-align: center; }
.process-section { background: var(--cream); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #cfc7b8; }
.process-grid article { position: relative; padding: 35px 8% 15px; border-left: 1px solid #cfc7b8; }
.process-grid article:first-child { border-left: 0; }
.process-grid article > span { color: var(--sage); font-size: 10px; }
.process-grid article > b, .audience-grid article > b, .info-grid article > b { display: block; margin: 38px 0 35px; color: var(--gold); font-size: 34px; font-weight: 400; }
.process-grid h3, .audience-grid h3, .info-grid h3 { font-size: 27px; }
.process-grid p, .audience-grid p, .info-grid p { color: #657169; font-size: 14px; }
.audience { color: white; background: var(--forest-deep); }
.audience .kicker { color: #9ab0a1; }
.audience-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.audience-grid article { min-height: 300px; padding: 35px; border: 1px solid rgb(255 255 255 / .15); }
.audience-grid article > b { margin-top: 0; }
.audience-grid p { color: rgb(255 255 255 / .58); }
.faq-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 12%; }
.accordion details { border-top: 1px solid #cbc6bb; }
.accordion details:last-child { border-bottom: 1px solid #cbc6bb; }
.accordion summary { padding: 23px 0; display: flex; justify-content: space-between; align-items: center; cursor: pointer; list-style: none; font-family: "Fraunces", serif; font-size: 20px; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { color: var(--gold); font: 24px "DM Sans", sans-serif; transition: transform .2s; }
.accordion details[open] summary span { transform: rotate(45deg); }
.accordion details p { margin: -5px 45px 24px 0; color: #657169; }
.mini-cta { padding: 70px 0; color: white; background: var(--forest); }
.mini-cta .container { display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.mini-cta h2 { margin: 0; font-size: clamp(36px, 4vw, 55px); }
.mini-cta .kicker { margin-bottom: 10px; color: #abc0b2; }
.place-feature { display: grid; grid-template-columns: 1.2fr .8fr; min-height: 600px; background: var(--cream); }
.place-image img { width: 100%; height: 100%; object-fit: cover; }
.place-copy { align-self: center; max-width: 520px; padding: 70px 10%; }
.place-copy p:not(.kicker) { color: #657169; }
.info-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.info-grid article { padding: 30px; background: var(--cream); }
.info-grid article > b { margin-top: 0; }
.simple-hero { padding: 190px 0 85px; color: white; background: var(--forest-deep); }
.simple-hero .eyebrow { color: #a8bbae; }
.gallery-section { background: var(--cream); }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 310px; gap: 16px; }
.gallery-item { position: relative; overflow: hidden; padding: 0; border: 0; color: white; background: var(--forest); cursor: zoom-in; }
.gallery-item.wide { grid-column: span 2; }
.gallery-item.tall { grid-row: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.gallery-item:hover img { transform: scale(1.04); }
.gallery-item::after { content: ""; position: absolute; inset: 50% 0 0; background: linear-gradient(transparent, rgb(0 0 0 / .7)); }
.gallery-item span { position: absolute; z-index: 1; left: 24px; bottom: 20px; font-family: "Fraunces", serif; font-size: 24px; }
.mascot-card, .logo-card { background: #e7ddc9; }
.mascot-card img, .logo-card img { object-fit: contain; }
.lightbox { width: min(1000px, 92vw); max-height: 92vh; padding: 0; border: 0; background: #071e16; }
.lightbox::backdrop { background: rgb(0 0 0 / .88); }
.lightbox img { width: 100%; max-height: 88vh; object-fit: contain; }
.lightbox-close { position: fixed; z-index: 2; right: 25px; top: 18px; width: 44px; height: 44px; border: 1px solid rgb(255 255 255 / .5); border-radius: 50%; color: white; background: rgb(0 0 0 / .45); font-size: 27px; cursor: pointer; }
.contact-page { background: var(--forest-deep); }
.contact-hero { min-height: 100vh; padding: 170px 0 95px; color: white; background: radial-gradient(circle at 15% 80%, #234f3b, transparent 45%), var(--forest-deep); }
.contact-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 10%; align-items: start; }
.contact-copy { padding-top: 55px; }
.contact-copy > p:not(.eyebrow) { max-width: 490px; color: rgb(255 255 255 / .68); }
.contact-notes { display: flex; gap: 45px; margin-top: 60px; }
.contact-notes div { display: flex; gap: 14px; }
.contact-notes b { color: var(--gold); font-size: 23px; }
.contact-notes p, .contact-notes strong { margin: 0; display: block; font-size: 12px; }
.contact-notes p { color: rgb(255 255 255 / .55); }
.contact-notes strong { margin-bottom: 3px; color: white; }
.contact-form { padding: 45px; color: var(--ink); background: var(--paper); }
.field { margin-bottom: 22px; }
.field label { display: block; margin-bottom: 7px; text-transform: uppercase; letter-spacing: .12em; font-size: 9px; font-weight: 700; }
.field input, .field textarea { width: 100%; padding: 12px 0; border: 0; border-bottom: 1px solid #bcb8ae; outline: none; color: var(--ink); background: transparent; font: 15px "DM Sans", sans-serif; }
.field input:focus, .field textarea:focus { border-color: var(--forest); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; }
.check { display: flex; align-items: start; gap: 10px; margin: 8px 0 28px; color: #687269; font-size: 11px; }
.check input { accent-color: var(--forest); }
.form-submit { border: 0; color: white; background: var(--forest); cursor: pointer; }
.form-status { margin: 18px 0 0; color: var(--forest); font-size: 13px; font-weight: 600; }
.form-hint { margin: 12px 0 0; color: #7a817c; font-size: 10px; }

@media (max-width: 900px) {
  .split-intro, .faq-layout, .contact-layout { grid-template-columns: 1fr; gap: 40px; }
  .process-grid, .info-grid { grid-template-columns: 1fr 1fr; }
  .process-grid article:nth-child(3) { border-left: 0; }
  .audience-grid { grid-template-columns: 1fr; }
  .place-feature { grid-template-columns: 1fr; }
  .place-image { height: 470px; }
  .place-copy { max-width: 700px; padding: 70px var(--container); }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .gallery-item.wide { grid-column: span 2; }
  .contact-copy { padding-top: 0; }
}
@media (max-width: 560px) {
  .page-hero { min-height: 600px; padding-bottom: 70px; }
  .page-hero h1, .simple-hero h1, .contact-copy h1 { font-size: 47px; }
  .process-grid, .info-grid, .gallery-grid { grid-template-columns: 1fr; }
  .process-grid article { border-left: 0; border-top: 1px solid #cfc7b8; }
  .gallery-item.wide { grid-column: auto; }
  .gallery-item.tall { grid-row: auto; }
  .gallery-grid { grid-auto-rows: 300px; }
  .mini-cta .container { align-items: start; flex-direction: column; }
  .place-image { height: 360px; }
  .place-copy { padding: 60px 22px; }
  .contact-form { padding: 28px 22px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .contact-notes { flex-direction: column; gap: 18px; margin-top: 40px; }
}
