/* Fonyódi Nyár 4.6.9 – találatközpontú kalauz és kompakt mobil választó. */
.guide-hub .guide-hero {
  min-height: 430px;
  align-items: center;
  padding: calc(var(--fony-header-total) + 3.2rem) 3rem 4.2rem;
}
.guide-topic-winter{background:linear-gradient(135deg,#425f6a,#253c45)}.guide-topic-sports{background:linear-gradient(135deg,#17676a,#16474d)}
.guide-category-landings{width:min(1240px,calc(100% - 6rem));margin:1rem auto 0;padding:4.5rem 0}.guide-category-head{display:grid;grid-template-columns:.75fr 1.25fr;gap:2rem;align-items:start;margin-bottom:2rem}.guide-category-head .section-kicker{grid-column:1/-1}.guide-category-head h2{margin:0;font:700 clamp(2rem,4vw,3.7rem)/1.03 'Playfair Display',serif}.guide-category-head p{margin:.2rem 0 0;max-width:650px;color:#5f7077;line-height:1.75}.guide-category-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem}.guide-category-grid>a{min-width:0;display:grid;grid-template-columns:54px 1fr;gap:18px;padding:1.6rem;background:#f7f3ec;border:1px solid rgba(24,37,43,.11);color:#18252b;text-decoration:none;transition:transform .2s,box-shadow .2s}.guide-category-grid>a:hover{transform:translateY(-3px);box-shadow:0 15px 35px rgba(24,37,43,.08)}.guide-category-grid>a>span{display:grid;place-items:center;width:48px;height:48px;border-radius:50%;background:#e3ecee;font-size:1.3rem}.guide-category-grid h3{margin:0 0 .5rem;font:700 1.35rem/1.15 'Playfair Display',serif}.guide-category-grid p{margin:0 0 .85rem;color:#617279;font-size:.88rem;line-height:1.6}.guide-category-grid b{font-size:.75rem;color:#315b69}
.guide-hub .guide-hero::after {
  bottom: -178px;
  height: 220px;
}
.guide-hub .guide-hero-pattern {
  opacity: .13;
}
.guide-hub .guide-hero h1 {
  max-width: 1050px;
  margin-top: .65rem;
  font-size: clamp(3.45rem, 6.5vw, 6rem);
  line-height: .92;
}
.guide-hub .guide-hero h1 em {
  display: inline;
  margin: 0;
}
.guide-hub .guide-lead {
  max-width: 760px;
  margin: 1.45rem 0 1.25rem;
  font-size: 1rem;
}
.guide-hub .guide-stats { gap: .8rem 1.7rem; }

.guide-picker {
  position: relative;
  z-index: 20;
  width: min(1240px, calc(100% - 6rem));
  margin: -2.2rem auto 0;
  padding: 2rem;
  background: rgba(250, 248, 244, .985);
  border: 1px solid rgba(61, 90, 107, .13);
  box-shadow: 0 24px 65px rgba(26, 35, 40, .11);
}
.guide-picker-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 1.3rem;
}
.guide-picker-head h2 {
  margin-top: .35rem;
  color: var(--ink);
  font: 700 clamp(1.8rem, 3vw, 2.7rem)/1 'Playfair Display', serif;
}
.guide-picker-head > p {
  flex: 0 0 auto;
  margin: 0 0 .15rem;
  color: var(--slate);
  font-size: .68rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.guide-picker-head > p strong {
  margin-right: .25rem;
  color: var(--gold);
  font: 700 1.45rem 'Playfair Display', serif;
  letter-spacing: 0;
}
.guide-picker .guide-search {
  height: 54px;
  margin-bottom: .85rem;
  border: 1px solid rgba(61, 90, 107, .2);
  background: #fff;
  transition: border-color .2s, box-shadow .2s;
}
.guide-picker .guide-search:focus-within {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(201, 148, 58, .14);
}
.guide-picker .guide-search input { font-size: .9rem; }
.guide-picker .guide-search button {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  border: 0;
  background: var(--cream);
  color: var(--slate);
  font-size: 1.25rem;
  cursor: pointer;
}
.guide-choice-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: .55rem;
}
.guide-choice-grid button {
  min-width: 0;
  min-height: 102px;
  display: grid;
  grid-template-rows: 30px auto auto;
  place-items: center;
  gap: .2rem;
  padding: .85rem .45rem .7rem;
  border: 1px solid rgba(61, 90, 107, .14);
  background: #fff;
  color: var(--ink);
  cursor: pointer;
  transition: transform .2s, border-color .2s, background .2s, box-shadow .2s;
}
.guide-choice-grid button > span {
  font-size: 1.55rem;
  line-height: 1;
  filter: grayscale(.12);
}
.guide-choice-grid button > strong {
  max-width: 100%;
  overflow: hidden;
  color: inherit;
  font-size: .64rem;
  font-weight: 500;
  letter-spacing: .07em;
  text-align: center;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}
.guide-choice-grid button > small {
  color: var(--mist);
  font-size: .58rem;
}
.guide-choice-grid button:hover {
  z-index: 1;
  transform: translateY(-2px);
  border-color: var(--gold);
  box-shadow: 0 10px 24px rgba(26, 35, 40, .08);
}
.guide-choice-grid button.is-active {
  border-color: var(--ink);
  background: var(--ink);
  color: #fff;
  box-shadow: inset 0 -3px 0 var(--gold);
}
.guide-choice-grid button.is-active > small { color: rgba(255, 255, 255, .62); }
.guide-choice-grid button:focus-visible {
  outline: 3px solid rgba(201, 148, 58, .42);
  outline-offset: 2px;
}
.guide-picker + .guide-intro { margin-top: 4.5rem; }
.guide-results{width:min(1240px,calc(100% - 6rem));margin:3rem auto 0;scroll-margin-top:calc(var(--fony-header-total) + 1rem)}
.guide-results-head{display:flex;align-items:end;justify-content:space-between;gap:2rem;margin-bottom:1.5rem;padding-bottom:1.2rem;border-bottom:1px solid rgba(61,90,107,.14)}
.guide-results-head h2{margin:.3rem 0 0;font:700 clamp(2rem,4vw,3.5rem)/1 'Playfair Display',serif;color:var(--ink)}
.guide-results-head>p{margin:0;color:var(--slate);line-height:1.6}.guide-results-head>p strong{color:var(--gold);font:700 1.35rem 'Playfair Display',serif}
.guide-results .guide-grid{width:100%;margin:0}.guide-results .guide-empty{width:100%;margin:0}
.guide-topics{width:min(1240px,calc(100% - 6rem));margin:4.5rem auto 0;padding:2.2rem;background:#1a2328;color:#fff}.guide-topics-head{display:grid;grid-template-columns:.72fr 1.28fr;gap:2rem;align-items:start;margin-bottom:1.5rem}.guide-topics-head .section-kicker{grid-column:1/-1}.guide-topics-head h2{margin:0;font:700 clamp(2rem,4vw,3.7rem)/1.03 'Playfair Display',serif}.guide-topics-head p{margin:.2rem 0 0;max-width:630px;color:rgba(255,255,255,.68);line-height:1.75}.guide-topics-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.guide-topic-card{position:relative;min-height:260px;padding:2rem;display:flex;flex-direction:column;justify-content:flex-end;overflow:hidden;background:linear-gradient(120deg,#315b69,#213c45);color:#fff;text-decoration:none}.guide-topic-card::after{content:"";position:absolute;right:-35px;top:-45px;width:190px;height:190px;border:1px solid rgba(255,255,255,.14);border-radius:50%;box-shadow:0 0 0 28px rgba(255,255,255,.035),0 0 0 58px rgba(255,255,255,.025)}.guide-topic-card>span{position:relative;z-index:1;color:#e7c782;font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.guide-topic-card h3{position:relative;z-index:1;margin:.55rem 0;font:700 clamp(1.8rem,3vw,2.7rem)/1.05 'Playfair Display',serif}.guide-topic-card p{position:relative;z-index:1;max-width:620px;margin:.2rem 0 1.2rem;color:rgba(255,255,255,.72);line-height:1.6}.guide-topic-card b{position:relative;z-index:1;font-size:.78rem;letter-spacing:.05em}.guide-topics-grid>.guide-topic-card:only-child{grid-column:1/-1}

@media (max-width: 1100px) {
  .guide-choice-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
}
@media (max-width: 820px) {
  .guide-hub .guide-hero { min-height: 340px; padding: calc(var(--fony-header-total) + 2rem) 1.5rem 3rem; }
  .guide-hub .guide-hero h1 { font-size: clamp(3rem, 10vw, 4.8rem); }
  .guide-picker { width: calc(100% - 2rem); padding: 1.25rem; }
  .guide-choice-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .guide-topics{width:calc(100% - 2rem);padding:1.4rem}.guide-topics-head{grid-template-columns:1fr}.guide-topics-grid{grid-template-columns:1fr}.guide-topics-grid>.guide-topic-card:only-child{grid-column:auto}
  .guide-category-landings{width:calc(100% - 2rem);padding:3.5rem 0}.guide-category-head{grid-template-columns:1fr}.guide-category-grid{grid-template-columns:1fr}
  .guide-results{width:calc(100% - 2rem);margin-top:2.2rem}.guide-results-head{align-items:start;flex-direction:column;gap:.6rem}
}
@media (max-width: 560px) {
  .guide-hub .guide-hero { min-height: 300px; padding: calc(var(--fony-header-total) + 1.35rem) 1.2rem 2.6rem; }
  .guide-hub .guide-hero h1 { font-size: clamp(2.55rem, 12.8vw, 3.7rem); }
  .guide-hub .guide-lead { max-width:34rem;margin:.75rem 0 .8rem;font-size:.82rem;line-height:1.5; }
  .guide-hub .guide-stats span:last-child { display: none; }
  .guide-picker { width:calc(100% - 1rem);margin-top:-1rem;padding:1rem .8rem;overflow:hidden; }
  .guide-picker-head { align-items: start; flex-direction: column; gap: .65rem; }
  .guide-picker-head > p { margin: 0; }
  .guide-picker .guide-search{height:48px}
  .guide-choice-grid{display:flex;gap:.55rem;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:x proximity;scrollbar-width:none;padding:.1rem .05rem .45rem}.guide-choice-grid::-webkit-scrollbar{display:none}
  .guide-choice-grid button{flex:0 0 116px;min-height:78px;grid-template-rows:25px auto auto;scroll-snap-align:start;padding:.65rem .4rem}.guide-choice-grid button>span{font-size:1.25rem}.guide-choice-grid button>strong{font-size:.59rem;white-space:normal}.guide-choice-grid button>small{font-size:.54rem}
  .guide-results{width:calc(100% - 1.5rem);margin-top:1.6rem;scroll-margin-top:calc(var(--fony-header-total) + .5rem)}.guide-results-head{margin-bottom:1rem;padding-bottom:.9rem}.guide-results-head h2{font-size:2rem}.guide-results-head>p{font-size:.85rem}
  .guide-picker + .guide-intro { margin-top: 3.5rem; }
  .guide-topics{margin-top:3.5rem}.guide-topic-card{min-height:290px;padding:1.45rem}
  .guide-category-grid>a{grid-template-columns:44px 1fr;padding:1.25rem}.guide-category-grid>a>span{width:42px;height:42px}.guide-category-grid h3{font-size:1.2rem}
}
