/* Friendzy.cz - statická verze, barvy a typografie jako v Next šabloně */

/* Logo v navigaci - League Spartan 900 (latin), aby se nenačetl náhradní font */
@font-face {
  font-family: "League Spartan";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/leaguespartan/v15/kJEqBuEW6A0lliaV_m88ja5TwvZwLZk.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304,
    U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --c-green: #0a3323;
  --c-cream: #f7f4d5;
  --c-coral: #d3968c;
  --c-teal: #105666;
  --c-olive: #4c5e2d;
  --font-heading: "League Spartan", system-ui, sans-serif;
  --font-body: "Libre Baskerville", Georgia, serif;
  --font-display: "Caveat Brush", cursive;
  --nav-h: 72px;
  --ease: cubic-bezier(0.4, 0, 0.2, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--c-green);
  background: var(--c-cream);
  overflow-x: hidden;
}

/* Skrytý cíl pro POST do Ecomailu (neběží přes fetch kvůli CORS) */
.ecomail-sink {
  position: absolute;
  width: 0;
  height: 0;
  border: none;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  visibility: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font-family: var(--font-heading);
  cursor: pointer;
  border: none;
}

.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;
}

.scroll-mt-nav {
  scroll-margin-top: 7rem;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 200;
  padding: 0.75rem 1.25rem;
  background: var(--c-cream);
  color: var(--c-green);
  font-family: var(--font-heading);
  font-weight: 700;
  text-decoration: none;
  border-radius: 0 0 0.5rem 0;
}

.skip-link:focus {
  left: 0;
  outline: 3px solid var(--c-coral);
  outline-offset: 2px;
}

.site-header {
  display: block;
}

/* --- Nav --- */
.site-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: var(--c-green);
  transition: background 0.3s var(--ease), box-shadow 0.3s var(--ease);
}

.site-nav.is-scrolled {
  background: rgba(10, 51, 35, 0.97);
  box-shadow: 0 2px 24px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(12px);
}

.nav-inner {
  max-width: 80rem;
  margin: 0 auto;
  padding: 1rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-nav a.logo,
a.logo {
  font-family: "League Spartan", var(--font-heading), system-ui, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-synthesis: none;
  color: var(--c-cream);
  letter-spacing: 0.08em;
  font-size: 1.5rem;
  line-height: 1;
  text-transform: uppercase;
}

.logo-z {
  position: relative;
  display: inline-block;
}

.logo-z::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.02em;
  width: 0.82em;
  height: 0.1em;
  background: var(--c-cream);
  border-radius: 1px;
  display: block;
}

.nav-links {
  display: none;
  align-items: center;
  gap: 2rem;
}

@media (min-width: 768px) {
  .nav-links {
    display: flex;
  }
}

.nav-links a {
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 500;
  color: var(--c-cream);
  padding: 0.5rem 0;
  border: none;
  background: none;
}

.nav-links a:hover,
.nav-cta:hover {
  opacity: 0.9;
}

.nav-cta {
  display: none;
  font-family: var(--font-heading);
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 0.55rem 1.35rem;
  border-radius: 9999px;
  background: var(--c-coral);
  color: var(--c-green);
}

@media (min-width: 768px) {
  .nav-cta {
    display: inline-block;
  }
}

.nav-burger {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  background: transparent;
  color: var(--c-cream);
  border-radius: 0.375rem;
}

@media (min-width: 768px) {
  .nav-burger {
    display: none;
  }
}

.nav-mobile {
  display: none;
  border-top: 1px solid rgba(247, 244, 213, 0.1);
  background: var(--c-green);
  padding: 0 1.5rem 1rem;
}

.nav-mobile.is-open {
  display: block;
}

.nav-mobile a {
  display: block;
  font-family: var(--font-heading);
  color: var(--c-cream);
  padding: 0.5rem 0;
  font-size: 1rem;
  font-weight: 500;
}

.nav-mobile .nav-cta-mobile {
  display: block;
  margin-top: 0.5rem;
  font-family: var(--font-heading);
  text-align: center;
  border-radius: 9999px;
  background: var(--c-coral);
  color: var(--c-green) !important;
  padding: 0.85rem 1.35rem !important;
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* --- Společné --- */
.container {
  max-width: 72rem;
  margin: 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.container-sm {
  max-width: 64rem;
  margin: 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.section-title {
  font-family: var(--font-heading);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  text-align: center;
  margin: 0;
}

.section-rule {
  width: 60px;
  height: 4px;
  border-radius: 9999px;
  background: var(--c-coral);
  margin: 1rem auto 0;
}

.section-head {
  text-align: center;
  margin-bottom: 4rem;
}

.section-pad {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

/* vlny */
.wave-svg {
  display: block;
  width: 100%;
  height: 80px;
}

.wave-top-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
  margin-top: -1px;
  pointer-events: none;
}

.wave-bot-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  margin-bottom: -1px;
  pointer-events: none;
}

.rel {
  position: relative;
  overflow: hidden;
}

.z-10 {
  position: relative;
  z-index: 10;
}

/* --- Hero --- */
.hero {
  /* Hero text barva - vým\u011bna na brand kor\u00e1lovou: <section class="hero hero--brand-coral"> */
  --hero-text-color: var(--c-cream);
  --hero-text-shadow: 0 2px 14px rgba(0, 0, 0, 0.55), 0 0 2px rgba(0, 0, 0, 0.7);
  --hero-sub-color: rgba(247, 244, 213, 0.95);
  --hero-sub-underline: rgba(247, 244, 213, 0.75);
  --hero-overlay-top: rgba(10, 51, 35, 0.78);
  --hero-overlay-mid: rgba(10, 51, 35, 0.68);
  --hero-overlay-bot: rgba(10, 51, 35, 0.94);
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: var(--c-green);
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    var(--hero-overlay-top) 0%,
    var(--hero-overlay-mid) 42%,
    var(--hero-overlay-bot) 100%
  );
}

.hero-inner {
  position: relative;
  z-index: 10;
  max-width: 56rem;
  padding: 6rem 1.5rem 0;
  text-align: center;
}

.hero-slogan {
  font-family: var(--font-display);
  color: var(--hero-text-color);
  font-size: clamp(2.5rem, 7vw, 5rem);
  margin: 0.75rem 0 0;
  line-height: 1.1;
  text-shadow: var(--hero-text-shadow);
}

/* Brand varianta \u2014 kor\u00e1lov\u00fd hero text + siln\u011bj\u0161\u00ed overlay/shadow pro zachov\u00e1n\u00ed WCAG kontrastu. */
.hero--brand-coral {
  --hero-text-color: var(--c-coral);
  --hero-text-shadow: 0 2px 18px rgba(0, 0, 0, 0.78), 0 0 3px rgba(0, 0, 0, 0.9);
  --hero-overlay-top: rgba(10, 51, 35, 0.9);
  --hero-overlay-mid: rgba(10, 51, 35, 0.82);
  --hero-overlay-bot: rgba(10, 51, 35, 0.96);
}

.hero-cta-row {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

@media (min-width: 640px) {
  .hero-cta-row {
    margin-top: 2.5rem;
  }
}

.btn-primary-lg {
  font-family: var(--font-heading);
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 1rem 2rem;
  border-radius: 9999px;
  background: var(--c-coral);
  color: var(--c-green);
  font-size: 1rem;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.35);
  transition: transform 0.2s var(--ease), opacity 0.2s;
}

.btn-primary-lg:hover {
  transform: scale(1.05);
}

.hero-link-sub {
  font-size: 0.95rem;
  font-style: italic;
  font-weight: 500;
  color: var(--hero-sub-color);
  border-bottom: 1px solid var(--hero-sub-underline);
  padding-bottom: 2px;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.55);
  transition: opacity 0.2s, color 0.2s;
}

.hero-link-sub:hover,
.hero-link-sub:focus-visible {
  color: #ffffff;
  opacity: 1;
}

/* --- Karty služeb (Naše služby) --- */
.grid-3 {
  display: grid;
  gap: 2rem;
}

@media (min-width: 768px) {
  .grid-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

.card-event {
  display: flex;
  flex-direction: column;
  border-radius: 1.5rem;
  padding: 2rem;
  border: 2px solid rgba(10, 51, 35, 0.12);
  box-shadow: 0 8px 40px rgba(10, 51, 35, 0.12);
  transition: transform 0.2s var(--ease);
}

.card-event:hover {
  transform: translateY(-6px) scale(1.02);
}

.card-event h3 {
  font-family: var(--font-heading);
  color: var(--c-cream);
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  margin: 0 0 0.75rem;
}

.card-event p {
  flex: 1;
  margin: 0 0 1.5rem;
  color: var(--c-cream);
  opacity: 0.85;
  line-height: 1.7;
  font-size: 1rem;
}

.card-event .cta-pill {
  align-self: flex-start;
  font-family: var(--font-heading);
  font-size: 0.875rem;
  font-weight: 700;
  padding: 0.75rem 1.5rem;
  border-radius: 9999px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.15);
  transition: transform 0.2s, opacity 0.2s;
}

.card-event .cta-pill:hover {
  transform: scale(1.05);
  opacity: 0.9;
}

/* --- Kalendář řádek --- */
.event-row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.25rem;
  padding: 1.75rem;
  border-radius: 1rem;
  background: #fff;
  border: 1.5px solid rgba(131, 153, 88, 0.2);
  box-shadow: 0 4px 28px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s;
}

.event-row:hover {
  transform: translateX(4px) scale(1.01);
}

@media (min-width: 640px) {
  .event-row {
    flex-direction: row;
    align-items: center;
    gap: 1.5rem;
  }
}

.event-date-box {
  flex-shrink: 0;
  min-width: 80px;
  text-align: center;
  border-radius: 1rem;
  padding: 0.75rem 1.25rem;
  background: var(--c-green);
}

.event-date-pair {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.2em;
}

.event-date-num {
  font-family: var(--font-heading);
  color: var(--c-cream);
  font-weight: 800;
  font-size: 1.375rem;
  line-height: 1;
}

.event-date-num--month {
  color: var(--c-coral);
}

.event-date-sep {
  font-family: var(--font-heading);
  color: rgba(247, 244, 213, 0.55);
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1;
  user-select: none;
}


.event-body {
  flex: 1;
}

@media (min-width: 640px) {
  .event-body {
    margin-left: 1.5rem;
  }
}

.event-body h3 {
  font-family: var(--font-heading);
  color: var(--c-green);
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.25;
  margin: 0;
}

.event-title-link {
  color: inherit;
  text-decoration: none;
}

.event-title-link:hover,
.event-title-link:focus-visible {
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.event-venue-link {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.event-venue-link:hover,
.event-venue-link:focus-visible {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.events-past-heading {
  margin: 2.5rem 0 1rem;
  font-family: var(--font-heading);
  font-size: 1.15rem;
  font-weight: 700;
  color: rgba(247, 244, 213, 0.75);
  text-align: left;
}

.events-empty-msg {
  margin: 0;
  padding: 1.25rem 1.5rem;
  border-radius: 1rem;
  background: rgba(247, 244, 213, 0.08);
  border: 1px solid rgba(247, 244, 213, 0.18);
  font-family: var(--font-body);
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgba(247, 244, 213, 0.85);
  text-align: center;
}

.event-row--past {
  opacity: 0.72;
  border-color: rgba(131, 153, 88, 0.12);
  box-shadow: none;
}

.event-row--past:hover {
  transform: none;
}

.event-past-label {
  display: inline-flex;
  align-items: center;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  background: rgba(10, 51, 35, 0.08);
  border: 1px solid rgba(10, 51, 35, 0.12);
  font-family: var(--font-heading);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: rgba(10, 51, 35, 0.55);
}

.event-meta {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 0.5rem 1.5rem;
  margin-top: 0.5rem;
  font-family: var(--font-heading);
  color: var(--c-green);
  font-size: 0.95rem;
  line-height: 1.45;
}

@media (min-width: 640px) {
  .event-meta {
    flex-direction: row;
    align-items: flex-start;
  }
}

.event-meta-line {
  display: inline-flex;
  align-items: flex-start;
  gap: 0.5rem;
  max-width: 100%;
}

.event-meta-line svg {
  flex-shrink: 0;
  margin-top: 0.125rem;
}

.event-meta-line--time {
  align-items: center;
}

.event-meta-line--time svg {
  margin-top: 0;
}

.event-actions {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: stretch;
  gap: 0.75rem;
  flex-wrap: wrap;
  width: 100%;
}

@media (min-width: 640px) {
  .event-actions {
    flex-direction: row;
    align-items: center;
    width: auto;
    gap: 1rem;
  }
}

.badge-spots {
  font-family: var(--font-heading);
  font-size: 0.875rem;
  font-weight: 700;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  width: fit-content;
  background: rgba(131, 153, 88, 0.22) !important;
  color: var(--c-green) !important;
}

.badge-spots--notice {
  background: rgba(211, 150, 140, 0.28) !important;
  color: var(--c-green) !important;
}

button.btn-reserve {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border: none;
  cursor: pointer;
  text-align: center;
}

a.btn-reserve {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  text-decoration: none;
}

.btn-reserve {
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 700;
  padding: 0.75rem 1.5rem;
  border-radius: 9999px;
  background: var(--c-coral);
  color: var(--c-green);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.12);
  transition: transform 0.2s, opacity 0.2s;
  white-space: nowrap;
}

.btn-reserve:hover {
  transform: scale(1.05);
  opacity: 0.9;
}

/* --- Proč Friendzy karty --- */
.grid-reasons {
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 640px) {
  .grid-reasons {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .grid-reasons {
    grid-template-columns: repeat(3, 1fr);
  }
}

.reason-card {
  display: flex;
  gap: 1.25rem;
  padding: 1.75rem;
  border-radius: 1rem;
  background: #fff;
  border: 1.5px solid rgba(131, 153, 88, 0.15);
  box-shadow: 0 2px 16px rgba(10, 51, 35, 0.06);
  cursor: default;
  transition: box-shadow 0.3s, transform 0.2s;
}

.reason-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 40px rgba(10, 51, 35, 0.12);
}

.reason-sq {
  width: 3rem;
  height: 3rem;
  flex-shrink: 0;
  border-radius: 0.75rem;
  background: var(--c-green);
}

.reason-card h3 {
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 700;
  color: var(--c-green);
  margin: 0 0 0.25rem;
}

.reason-card p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.6;
  color: var(--c-teal);
}

/* --- Jak to funguje --- */
.grid-steps {
  display: grid;
  gap: 2rem;
  position: relative;
}

@media (min-width: 768px) {
  .grid-steps {
    grid-template-columns: repeat(3, 1fr);
  }
}

.step-line {
  display: none;
  position: absolute;
  top: 2.5rem;
  left: 20%;
  right: 20%;
  height: 2px;
  background: rgba(211, 150, 140, 0.3);
  z-index: 0;
}

@media (min-width: 768px) {
  .step-line {
    display: block;
  }
}

.step {
  position: relative;
  z-index: 10;
  text-align: center;
}

.step-circle {
  width: 5rem;
  height: 5rem;
  border-radius: 9999px;
  margin: 0 auto 1.5rem;
  background: var(--c-coral);
  box-shadow: 0 8px 24px rgba(211, 150, 140, 0.4);
}

.step h3 {
  font-family: var(--font-heading);
  color: var(--c-cream);
  font-weight: 800;
  letter-spacing: 0.06em;
  font-size: 1.1rem;
  margin: 0 0 0.75rem;
}

.step p {
  margin: 0;
  color: var(--c-cream);
  opacity: 0.8;
  line-height: 1.7;
}

/* --- Galerie --- */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

@media (min-width: 768px) {
  .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.gallery-cell {
  position: relative;
  aspect-ratio: 1;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(10, 51, 35, 0.12);
}

.gallery-cell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s var(--ease);
}

.gallery-cell:hover img {
  transform: scale(1.05);
}

.gallery-cap {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  opacity: 0;
  transition: opacity 0.3s;
  background: linear-gradient(
    to top,
    rgba(10, 51, 35, 0.7) 0%,
    transparent 60%
  );
}

.gallery-cell:hover .gallery-cap {
  opacity: 1;
}

.gallery-cap-title {
  margin: 0;
  padding: 1rem;
  font-family: var(--font-heading);
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--c-cream);
}

.gallery-foot {
  text-align: center;
  margin-top: 2.5rem;
  font-style: italic;
  color: var(--c-teal);
}

/* --- Newsletter --- */
.newsletter-deco {
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 16rem;
  height: 16rem;
  border-radius: 9999px;
  z-index: 0;
}

.newsletter-deco--l {
  left: 0;
  background: radial-gradient(
    circle,
    rgba(247, 244, 213, 0.12) 0%,
    transparent 70%
  );
}

.newsletter-deco--r {
  right: 0;
  width: 12rem;
  height: 12rem;
  background: radial-gradient(
    circle,
    rgba(211, 150, 140, 0.18) 0%,
    transparent 70%
  );
}

.newsletter-tagline {
  font-family: var(--font-body);
  color: rgba(247, 244, 213, 0.92);
  line-height: 1.35;
  margin: 1rem 0 0;
  white-space: nowrap;
  font-size: min(1.05rem, max(0.42rem, calc((100vw - 2.75rem) / 52)));
}

#newsletter .newsletter-tagline {
  white-space: normal;
  max-width: 38rem;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(0.9375rem, 2vw, 1.08rem);
}

.newsletter-micro {
  font-family: var(--font-body);
  font-size: 0.72rem;
  line-height: 1.45;
  color: rgba(247, 244, 213, 0.65);
  text-align: center;
  margin: 0.875rem auto 0;
  max-width: 34rem;
}

.newsletter-form-fields {
  margin-top: 2.5rem;
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: stretch;
}

.newsletter-form-row {
  margin-top: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  width: 100%;
}

@media (min-width: 640px) {
  .newsletter-form-row {
    flex-direction: row;
  }
}

#newsletter .newsletter-ecomail-check {
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
  margin: 0 auto;
  max-width: 36rem;
  cursor: pointer;
}

#newsletter .newsletter-ecomail-check span {
  font-family: var(--font-heading);
  font-size: 0.78rem;
  line-height: 1.42;
  color: rgba(247, 244, 213, 0.92);
}

#newsletter .newsletter-ecomail-check input {
  flex-shrink: 0;
  margin-top: 0.22rem;
  accent-color: var(--c-coral);
}

#newsletter .newsletter-form-row {
  max-width: 42rem;
  align-items: stretch;
}

@media (min-width: 640px) {
  #newsletter .newsletter-form-row {
    align-items: center;
  }
}

#newsletter .inp-news {
  border-color: rgba(247, 244, 213, 0.4);
  background: rgba(255, 255, 255, 0.96);
}

#newsletter .inp-news:focus {
  outline: 2px solid rgba(211, 150, 140, 0.65);
  outline-offset: 2px;
}

.inp-news {
  flex: 1;
  min-width: 0;
  padding: 1rem 1.25rem;
  border-radius: 0.75rem;
  border: 1.5px solid rgba(10, 51, 35, 0.2);
  background: #fff;
  font-family: var(--font-heading);
  font-size: 0.875rem;
  color: var(--c-green);
}

.inp-news::placeholder {
  color: rgba(10, 51, 35, 0.45);
}

.btn-news {
  flex-shrink: 0;
  padding: 1rem 1.75rem;
  border-radius: 0.75rem;
  border: none;
  cursor: pointer;
  font-family: var(--font-heading);
  background: var(--c-coral);
  color: var(--c-green);
  font-weight: 700;
  font-size: 1.05rem;
  white-space: nowrap;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.15);
  transition: transform 0.2s, opacity 0.2s;
}

.btn-news:hover:not(:disabled) {
  transform: scale(1.05);
  opacity: 0.9;
}

.btn-news:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

/* --- Kontakt --- */
.contact-grid {
  display: grid;
  gap: 3rem;
}

@media (min-width: 768px) {
  .contact-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.contact-h3 {
  font-family: var(--font-heading);
  color: var(--c-cream);
  font-weight: 700;
  font-size: 1.45rem;
  margin: 0 0 2rem;
}

.contact-row {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.contact-ico {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.75rem;
  background: var(--c-cream);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--c-green);
}

.contact-row span,
.contact-row a {
  font-family: var(--font-heading);
  color: var(--c-cream);
  font-size: 1.05rem;
}

.contact-row a:hover {
  text-decoration: underline;
}

.social-row {
  display: flex;
  gap: 0.75rem;
}

.social-btn {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.75rem;
  border: 1.5px solid rgba(247, 244, 213, 0.25);
  background: rgba(247, 244, 213, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--c-cream);
  transition: transform 0.2s;
}

.social-btn:hover {
  transform: scale(1.1);
}

.contact-map {
  margin-top: 2.5rem;
  position: relative;
  width: 100%;
  height: 200px;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 0 0 1px rgba(247, 244, 213, 0.12);
  background: rgba(247, 244, 213, 0.08);
}

.contact-map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.form-h3 {
  font-family: var(--font-heading);
  color: var(--c-cream);
  font-weight: 700;
  font-size: 1.3rem;
  margin: 0 0 2rem;
}

.form-inp,
.form-textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  border-radius: 0.75rem;
  border: 1.5px solid rgba(10, 51, 35, 0.2);
  background: var(--c-cream);
  font-family: var(--font-heading);
  font-size: 0.875rem;
  color: var(--c-green);
}

.form-textarea {
  resize: none;
  min-height: 6rem;
}

.pill-label {
  font-family: var(--font-heading);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--c-cream);
  opacity: 0.85;
  margin-bottom: 0.5rem;
}

.pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.pill {
  font-family: var(--font-heading);
  font-size: 0.875rem;
  font-weight: 700;
  padding: 0.625rem 1rem;
  border-radius: 0.75rem;
  border: 1.5px solid rgba(247, 244, 213, 0.35);
  background: transparent;
  color: var(--c-cream);
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
}

.pill.is-on {
  background: var(--c-coral);
  color: var(--c-green);
  border-color: transparent;
  box-shadow: 0 2px 12px rgba(211, 150, 140, 0.35);
}

.btn-submit {
  width: 100%;
  margin-top: 0.5rem;
  padding: 1rem;
  border-radius: 0.75rem;
  background: var(--c-coral);
  color: var(--c-green);
  font-weight: 700;
  font-size: 1rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.12);
  transition: transform 0.2s, opacity 0.2s;
}

.btn-submit:hover:not(:disabled) {
  transform: scale(1.02);
  opacity: 0.9;
}

.form-stack {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.form-legal-hint {
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.5;
  color: rgba(247, 244, 213, 0.75);
}

.form-legal-hint a {
  color: var(--c-coral);
  text-decoration: underline;
  text-underline-offset: 0.12rem;
}

.form-err {
  text-align: center;
  font-family: var(--font-heading);
  font-size: 0.875rem;
  color: #fecaca;
  margin-top: 1rem;
}

.form-err:empty {
  display: none;
}

#newsletter-err {
  color: #fecaca;
}

.success-box {
  text-align: center;
  padding: 2rem;
  border-radius: 1.5rem;
  background: var(--c-cream);
}

.success-box h4 {
  font-family: var(--font-heading);
  color: var(--c-green);
  font-weight: 700;
  font-size: 1.2rem;
  margin: 1rem 0 0;
}

.success-box p {
  color: var(--c-teal);
  margin: 0.5rem 0 0;
}

/* Footer */
.site-footer {
  border-top: 1px solid rgba(247, 244, 213, 0.12);
  padding: 4rem 1.5rem;
  background: var(--c-green);
}

.footer-inner {
  max-width: 72rem;
  margin: 0 auto;
}

.footer-top {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-bottom: 3rem;
}

@media (min-width: 768px) {
  .footer-top {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.footer-logo {
  font-family: var(--font-heading);
  color: var(--c-cream);
  letter-spacing: 0.08em;
  font-size: 1.8rem;
  font-weight: 900;
}

.footer-tag {
  font-size: 0.9rem;
  color: var(--c-cream);
  opacity: 0.88;
  margin: 0.75rem 0 0;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(247, 244, 213, 0.15);
}

.footer-nav a {
  font-family: var(--font-heading);
  font-size: 0.9rem;
  color: var(--c-cream);
  opacity: 0.85;
  transition: opacity 0.2s;
}

.footer-nav a:hover {
  opacity: 1;
}

.footer-copy {
  margin-top: 2rem;
  font-family: var(--font-heading);
  font-size: 0.8rem;
  color: var(--c-cream);
  opacity: 0.75;
}

/* Modal rezervace */
.modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: rgba(10, 51, 35, 0.85);
  backdrop-filter: blur(6px);
}

.modal-backdrop.is-open {
  display: flex;
}

.modal-box {
  position: relative;
  width: 100%;
  max-width: 32rem;
  max-height: 90vh;
  overflow-y: auto;
  border-radius: 1.5rem;
  padding: 2rem;
  background: var(--c-cream);
}

.modal-close {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 9999px;
  background: rgba(10, 51, 35, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--c-green);
  font-size: 1.25rem;
  line-height: 1;
}

.modal-close:hover {
  opacity: 0.7;
}

.checkout-modal-title {
  margin: 0 0 0.5rem;
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 1.3rem;
  color: var(--c-green);
}

.modal-rez-kicker {
  display: block;
  font-family: var(--font-display);
  color: var(--c-coral);
  font-size: 1.25rem;
  font-weight: 400;
  margin-bottom: 0.15rem;
}

.checkout-modal-event-line {
  display: block;
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 1.15rem;
  color: var(--c-green);
  line-height: 1.25;
}

.modal-rez h3 {
  font-family: var(--font-heading);
  color: var(--c-green);
  font-weight: 800;
  font-size: 1.3rem;
  margin: 0.25rem 0 0;
}

.modal-meta {
  font-family: var(--font-body);
  color: var(--c-teal);
  font-size: 0.9rem;
  margin: 0.25rem 0 0;
}

.modal-form-inp {
  width: 100%;
  padding: 0.75rem 1rem;
  border-radius: 0.75rem;
  border: 1.5px solid rgba(10, 51, 35, 0.2);
  background: #fff;
  font-family: var(--font-heading);
  font-size: 0.875rem;
  margin-bottom: 1rem;
}

.modal-box--checkout {
  max-width: 36rem;
}

#checkout-modal .modal-box .form-inp {
  background: #fff;
}

.modal-box .form-textarea.checkout-textarea {
  margin-bottom: 0.25rem;
  min-height: 4.5rem;
}

.checkout-modal-meta-block {
  margin-bottom: 1.25rem;
}

.checkout-info-link {
  display: inline-flex;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--c-teal);
  text-decoration: underline;
  text-underline-offset: 0.2rem;
  margin-bottom: 0.85rem;
}

.checkout-info-link:hover {
  opacity: 0.88;
}

.checkout-price-line {
  margin: 0 0 1rem;
  font-family: var(--font-body);
  font-size: 0.9rem;
  color: var(--c-green);
  opacity: 0.92;
  line-height: 1.45;
}

.checkout-tabs {
  display: flex;
  gap: 0.5rem;
  margin-top: 0.75rem;
}

.checkout-tab {
  flex: 1;
  font-family: var(--font-heading);
  font-size: 0.85rem;
  font-weight: 700;
  padding: 0.75rem 0.65rem;
  border-radius: 0.85rem;
  border: 1.5px solid rgba(10, 51, 35, 0.2);
  background: rgba(255, 255, 255, 0.72);
  color: var(--c-green);
  cursor: pointer;
  transition:
    background 0.2s var(--ease),
    color 0.2s var(--ease),
    border-color 0.2s var(--ease);
}

.checkout-tab.is-active {
  background: var(--c-coral);
  border-color: var(--c-coral);
  color: var(--c-green);
}

.checkout-tab:hover:not(.is-active) {
  border-color: rgba(10, 51, 35, 0.35);
}

.checkout-panel {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.checkout-panel[hidden] {
  display: none !important;
}

.checkout-panel-intro {
  margin: 0 0 0.35rem;
  font-family: var(--font-body);
  font-size: 0.875rem;
  color: rgba(10, 51, 35, 0.88);
  line-height: 1.45;
}

.checkout-label {
  display: block;
  margin: 0.65rem 0 0;
  font-family: var(--font-heading);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--c-green);
}

.checkout-panel .checkout-panel-intro + .checkout-label {
  margin-top: 0;
}

.checkout-check {
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
  cursor: pointer;
  margin: 0;
  font-family: var(--font-heading);
  font-size: 0.78rem;
  line-height: 1.42;
  color: rgba(10, 51, 35, 0.92);
}

.checkout-check input {
  flex-shrink: 0;
  margin-top: 0.2rem;
  accent-color: var(--c-coral);
}

.checkout-submit-btn {
  margin-top: 1.25rem !important;
  width: 100%;
}

#checkout-modal .form-err {
  color: #b91c1c;
}

/* úzká obrazovka: newsletter řádek */
@media (max-width: 639px) {
  .newsletter-tagline {
    white-space: normal;
    font-size: clamp(0.75rem, 3.5vw, 1rem);
  }
}

/* --- dekujeme.html --- */
.dekujeme-body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.dekujeme-body .dekujeme-main {
  flex: 1;
}

.dekujeme-inner {
  max-width: 28rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.dekujeme-kicker,
.error-kicker {
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 5.5vw, 2.75rem);
  font-weight: 400;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--c-coral);
  margin: 0 0 1rem;
  line-height: 1.15;
}

.error-kicker {
  font-size: clamp(1.75rem, 5vw, 2.75rem);
  margin: 0 0 0.5rem;
}

.dekujeme-icon-wrap {
  margin-bottom: 1.25rem;
}

.dekujeme-icon {
  width: 4.75rem;
  height: 4.75rem;
  margin: 0 auto;
  border-radius: 50%;
  border: 3px solid var(--c-coral);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--c-cream);
}

.dekujeme-icon-svg {
  display: block;
}

.dekujeme-inner .dekujeme-title {
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: clamp(1.85rem, 5vw, 2.65rem);
  line-height: 1.08;
  color: var(--c-cream);
  margin: 0 0 1rem;
}

.dekujeme-lead {
  font-family: var(--font-heading);
  font-size: 1.1rem;
  line-height: 1.55;
  color: rgba(247, 244, 213, 0.92);
  margin: 0 0 2rem;
}

.dekujeme-form {
  text-align: left;
  margin-bottom: 0.5rem;
}

.dekujeme-label {
  display: block;
  font-family: var(--font-heading);
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--c-cream);
  margin-bottom: 0.5rem;
  line-height: 1.4;
}

#dekujeme-vstupenka-submit {
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.dekujeme-vstupenka-err {
  font-family: var(--font-heading);
  font-size: 0.9375rem;
  text-align: center;
  color: #fecaca;
  margin: 0.75rem 0 0;
  line-height: 1.4;
}

.dekujeme-vstupenka-err:empty,
.dekujeme-vstupenka-err[hidden] {
  display: none;
}

.dekujeme-vstupenka-feedback {
  display: none;
  font-family: var(--font-heading);
  font-size: 1rem;
  text-align: center;
  color: #b8d4a3;
  margin: 1rem 0 0;
  line-height: 1.45;
}

.dekujeme-vstupenka-feedback.is-visible {
  display: block;
}

.dekujeme-back {
  display: inline-block;
  margin-top: 2.5rem;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 0.9375rem;
  color: var(--c-cream);
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.dekujeme-back:hover {
  opacity: 0.9;
}

/* --- Souhlas s cookies --- */
.cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  padding: 1rem;
  padding-bottom: max(1rem, env(safe-area-inset-bottom, 0px));
}

.cookie-banner-inner {
  max-width: 52rem;
  margin: 0 auto;
  padding: 1.15rem 1.25rem;
  border-radius: 1rem;
  background: var(--c-green);
  color: var(--c-cream);
  border: 2px solid rgba(247, 244, 213, 0.2);
  box-shadow: 0 -8px 32px rgba(10, 51, 35, 0.35);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 720px) {
  .cookie-banner-inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
  }
}

.cookie-banner-text {
  flex: 1;
  min-width: 0;
}

.cookie-banner-heading {
  margin: 0 0 0.35rem;
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 1.05rem;
  letter-spacing: 0.02em;
  color: var(--c-cream);
  line-height: 1.25;
}

.cookie-banner-desc {
  margin: 0;
  font-family: var(--font-body);
  font-size: 0.875rem;
  line-height: 1.55;
  color: rgba(247, 244, 213, 0.9);
}

.cookie-banner-link {
  color: var(--c-coral);
  text-decoration: underline;
  text-underline-offset: 0.15rem;
}

.cookie-banner-link:hover {
  opacity: 0.9;
}

.cookie-banner-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  flex-shrink: 0;
  width: 100%;
}

@media (min-width: 720px) {
  .cookie-banner-actions {
    width: auto;
    min-width: 20rem;
  }
}

.cookie-banner-btn {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 0.875rem;
  padding: 0.65rem 1.1rem;
  border-radius: 0.65rem;
  border: 2px solid transparent;
  cursor: pointer;
  flex: 1;
  min-width: 8.5rem;
  transition: opacity 0.2s var(--ease), background 0.2s var(--ease);
}

.cookie-banner-btn--accept {
  background: var(--c-coral);
  color: var(--c-green);
}

.cookie-banner-btn--accept:hover {
  opacity: 0.92;
}

.cookie-banner-btn--reject {
  background: transparent;
  color: var(--c-cream);
  border-color: rgba(247, 244, 213, 0.55);
}

.cookie-banner-btn--reject:hover {
  background: rgba(247, 244, 213, 0.1);
}

html.cookie-banner-open body {
  padding-bottom: 0;
}

.footer-nav-btn,
.cookies-info-btn,
.info-foot-btn,
.vyset-footer-btn {
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}

.footer-nav-btn {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 0.95rem;
  color: rgba(247, 244, 213, 0.9);
}

.footer-nav-btn:hover {
  color: var(--c-cream);
}

.cookies-info-btn {
  color: var(--c-coral);
  font-weight: 700;
}

.info-foot-btn,
.vyset-footer-btn {
  font-size: inherit;
  color: inherit;
}

/* --- Právní stránky (GDPR) --- */
.legal-page {
  background: var(--c-cream);
}

.legal-main {
  background: var(--c-cream);
}

.legal-wrap {
  max-width: 44rem;
}

.legal-kicker {
  margin: 0 0 0.35rem;
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 0.85rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--c-teal);
}

.legal-title {
  margin: 0 0 0.5rem;
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: clamp(1.75rem, 5vw, 2.5rem);
  line-height: 1.1;
  color: var(--c-green);
}

.legal-updated {
  margin: 0 0 1.25rem;
  font-size: 0.875rem;
  color: rgba(10, 51, 35, 0.65);
}

.legal-intro {
  margin: 0 0 2rem;
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--c-green);
}

.legal-prose {
  color: var(--c-green);
  font-size: 0.95rem;
  line-height: 1.7;
}

.legal-prose section {
  margin-bottom: 2rem;
}

.legal-prose h2 {
  margin: 0 0 0.75rem;
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 1.2rem;
  color: var(--c-green);
}

.legal-prose h3 {
  margin: 1.25rem 0 0.5rem;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 1rem;
}

.legal-prose p,
.legal-prose li {
  margin: 0 0 0.85rem;
}

.legal-prose ul {
  margin: 0 0 1rem;
  padding-left: 1.25rem;
}

.legal-prose a {
  color: var(--c-teal);
  text-decoration: underline;
  text-underline-offset: 0.15rem;
}

.legal-prose a:hover {
  color: var(--c-green);
}

.legal-table-wrap {
  overflow-x: auto;
  margin: 0.75rem 0 1rem;
}

.legal-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem;
}

.legal-table th,
.legal-table td {
  border: 1px solid rgba(10, 51, 35, 0.2);
  padding: 0.55rem 0.65rem;
  text-align: left;
  vertical-align: top;
}

.legal-table th {
  background: rgba(10, 51, 35, 0.08);
  font-family: var(--font-heading);
  font-weight: 700;
}

.legal-back-wrap {
  margin-top: 2.5rem;
  text-align: center;
}

/* --- /info Linktree --- */
.info-page {
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  background: linear-gradient(180deg, var(--c-cream) 0%, #ebe6c4 55%, var(--c-cream) 100%);
}

.info-shell {
  width: 100%;
  max-width: 36rem;
  margin: 0 auto;
  padding: 1.5rem 1.25rem 3rem;
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}

.info-brand {
  text-align: center;
  padding: 0;
  width: 100%;
}

.info-brand-link {
  display: block;
  width: 100%;
  text-decoration: none;
}

.info-brand-frame {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 4 / 1;
  border-radius: 1.25rem;
  overflow: hidden;
  isolation: isolate;
  background: var(--c-green);
}

.info-brand-img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.42);
  transform-origin: center center;
}

@media (min-width: 480px) {
  .info-brand-frame {
    border-radius: 1.5rem;
  }
}

.info-intro {
  text-align: center;
}

.info-greeting {
  margin: 0 0 0.75rem;
  font-family: var(--font-heading);
  font-size: clamp(1.75rem, 6vw, 2.25rem);
  font-weight: 800;
  color: var(--c-green);
  text-decoration: underline;
  text-decoration-color: var(--c-coral);
  text-decoration-thickness: 3px;
  text-underline-offset: 0.2em;
}

.info-lead {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.65;
  color: var(--c-teal);
}

.info-links {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.info-links-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem;
}

.info-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 3.25rem;
  padding: 0.9rem 1.25rem;
  border-radius: 0.85rem;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-align: center;
  color: var(--c-cream);
  background: var(--c-teal);
  border: 2px solid rgba(247, 244, 213, 0.15);
  box-shadow: 0 8px 20px rgba(16, 86, 102, 0.25);
  transition: transform 0.2s var(--ease), opacity 0.2s var(--ease), background 0.2s var(--ease);
}

.info-btn:hover {
  transform: scale(1.03);
  opacity: 0.95;
  background: var(--c-green);
}

.info-btn--half {
  font-size: 0.95rem;
}

.info-btn--full {
  background: var(--c-green);
  box-shadow: 0 8px 20px rgba(10, 51, 35, 0.28);
}

.info-btn--full:hover {
  background: var(--c-teal);
}

.info-newsletter {
  padding-top: 0.5rem;
}

.info-newsletter-label {
  margin: 0 0 0.85rem;
  font-family: var(--font-heading);
  font-size: 1.1rem;
  font-weight: 700;
  text-align: center;
  color: var(--c-green);
}

.info-newsletter-form {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.info-newsletter-row {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

@media (min-width: 400px) {
  .info-newsletter-row {
    flex-direction: row;
    align-items: stretch;
  }
}

.info-inp-news {
  border-color: rgba(10, 51, 35, 0.25);
}

.info-btn-news {
  width: 100%;
}

@media (min-width: 400px) {
  .info-btn-news {
    width: auto;
  }
}

.info-newsletter-check {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-family: var(--font-heading);
  font-size: 0.75rem;
  line-height: 1.45;
  color: rgba(10, 51, 35, 0.85);
  cursor: pointer;
}

.info-newsletter-check input {
  margin-top: 0.15rem;
  flex-shrink: 0;
}

.info-newsletter-err {
  margin: 0.5rem 0 0;
  text-align: center;
  font-size: 0.85rem;
}

.info-newsletter-success {
  margin: 0.75rem 0 0;
  text-align: center;
  font-family: var(--font-heading);
  font-size: 0.95rem;
  color: var(--c-teal);
}

.info-foot {
  margin-top: auto;
  padding-top: 1rem;
  text-align: center;
  font-family: var(--font-heading);
  font-size: 0.8rem;
  color: rgba(10, 51, 35, 0.65);
}

.info-foot a:hover {
  color: var(--c-teal);
}

/* --- reCAPTCHA --- */
.recaptcha-wrap {
  margin: 1rem 0 0.5rem;
  min-height: 78px;
}

.recaptcha-wrap--newsletter {
  margin: 1rem auto 0.5rem;
  max-width: 304px;
}

.recaptcha-wrap--checkout {
  margin: 0.5rem 0 1rem;
}

/* --- Živé vyšetřování (landing) --- */
.vyset-page {
  background: var(--c-cream);
  color: var(--c-green);
}

.vyset-wrap {
  width: min(100% - 2rem, 36rem);
  margin: 0 auto;
  text-align: center;
}

.vyset-hero {
  position: relative;
  min-height: clamp(18rem, 52vw, 28rem);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding-bottom: 3.5rem;
}

.vyset-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.vyset-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
}

.vyset-hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(10, 51, 35, 0.62) 0%,
    rgba(10, 51, 35, 0.74) 55%,
    rgba(10, 51, 35, 0.88) 100%
  );
}

.vyset-hero-inner {
  position: relative;
  z-index: 1;
  width: min(100% - 2rem, 36rem);
  padding: 5rem 0 2rem;
  text-align: center;
}

.vyset-back {
  display: inline-block;
  margin-bottom: 1.25rem;
  font-family: var(--font-heading);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.6);
  text-decoration: none;
}

.vyset-back:hover,
.vyset-back:focus-visible {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 0.25rem;
}

.vyset-hero-title {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2.75rem, 11vw, 4.5rem);
  font-weight: 400;
  line-height: 1.05;
  color: var(--c-cream);
  text-shadow: 0 4px 28px rgba(0, 0, 0, 0.7), 0 0 2px rgba(0, 0, 0, 0.85);
}

.vyset-wave {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  display: block;
  width: 100%;
  height: clamp(3rem, 10vw, 5rem);
  pointer-events: none;
}

.vyset-intro {
  position: relative;
  background: var(--c-cream);
  padding: 2.5rem 0 4.5rem;
}

.vyset-intro-lead {
  margin: 0 0 0.65rem;
  font-family: var(--font-heading);
  font-size: clamp(1.35rem, 4.5vw, 1.85rem);
  font-weight: 800;
  line-height: 1.25;
  color: var(--c-green);
}

.vyset-intro-sub {
  margin: 0 0 2.25rem;
  font-family: var(--font-heading);
  font-size: clamp(1.2rem, 4vw, 1.65rem);
  font-weight: 800;
  line-height: 1.3;
  color: var(--c-green);
}

.vyset-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem 0.75rem;
  align-items: start;
  position: relative;
}

.vyset-steps::before {
  content: "";
  position: absolute;
  top: 1.35rem;
  left: 12%;
  right: 12%;
  height: 2px;
  background: rgba(10, 51, 35, 0.12);
  z-index: 0;
}

.vyset-step {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.65rem;
}

.vyset-step-dot {
  width: clamp(2.5rem, 8vw, 3.25rem);
  height: clamp(2.5rem, 8vw, 3.25rem);
  border-radius: 50%;
  background: var(--c-coral);
  box-shadow: 0 4px 14px rgba(211, 150, 140, 0.45);
}

.vyset-step-label {
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 3.2vw, 1.35rem);
  line-height: 1.15;
  color: var(--c-teal);
}

.vyset-story {
  position: relative;
  background: var(--c-teal);
  color: var(--c-cream);
  padding: 3rem 0 4.75rem;
}

.vyset-wrap--story {
  max-width: 40rem;
}

.vyset-story-title {
  margin: 0 0 1.75rem;
  font-family: var(--font-display);
  font-size: clamp(2.25rem, 8vw, 3.35rem);
  font-weight: 400;
  line-height: 1.1;
  color: var(--c-coral);
}

.vyset-story-body {
  font-family: var(--font-body);
  font-size: clamp(0.95rem, 2.8vw, 1.05rem);
  line-height: 1.75;
}

.vyset-story-body p {
  margin: 0 0 1.15rem;
}

.vyset-story-body p:last-child {
  margin-bottom: 0;
}

.vyset-accent {
  font-family: var(--font-display);
  font-size: 1.15em;
  font-weight: 400;
  color: var(--c-coral);
}

.vyset-facts {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.25rem 2.5rem;
  margin: 2.25rem 0 2rem;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 4vw, 1.75rem);
  line-height: 1.2;
}

.vyset-fact {
  margin: 0;
}

.vyset-fact-key {
  color: var(--c-cream);
}

.vyset-fact-val {
  margin-left: 0.35rem;
  color: var(--c-coral);
}

.vyset-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: min(100%, 18rem);
  padding: 1rem 2.5rem;
  border-radius: 999px;
  border: none;
  background: var(--c-coral);
  color: var(--c-green);
  font-family: var(--font-heading);
  font-size: clamp(1rem, 3.2vw, 1.15rem);
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
  transition: transform 0.2s var(--ease), box-shadow 0.2s var(--ease);
  cursor: pointer;
}

.vyset-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.22);
}

.vyset-footer {
  padding: 2rem 1rem 2.5rem;
  text-align: center;
  background: var(--c-cream);
}

.vyset-footer p {
  margin: 0;
  font-family: var(--font-heading);
  font-size: 0.9rem;
  font-weight: 600;
}

.vyset-footer a {
  color: var(--c-teal);
  text-decoration: underline;
  text-underline-offset: 0.18rem;
}

.vyset-calendar {
  position: relative;
  background: var(--c-green);
  padding-top: 3rem;
  padding-bottom: 4.5rem;
}

.vyset-calendar-inner {
  max-width: 64rem;
}

.vyset-calendar-lead {
  margin: 1rem 0 0;
  font-family: var(--font-body);
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgba(247, 244, 213, 0.88);
  text-align: center;
}

.vyset-calendar-lead a {
  color: var(--c-coral);
  text-decoration: underline;
  text-underline-offset: 0.15rem;
}

.vyset-events {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 2rem;
}

.vyset-wave--calendar {
  bottom: -1px;
}

.vyset-home {
  padding: 3rem 1rem 3.5rem;
  background: var(--c-cream);
  text-align: center;
}

.vyset-home-title {
  margin: 0 0 0.75rem;
  font-family: var(--font-display);
  font-size: clamp(2rem, 7vw, 2.75rem);
  font-weight: 400;
  line-height: 1.1;
  color: var(--c-teal);
}

.vyset-home-text {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(1.1rem, 3.5vw, 1.35rem);
  font-weight: 700;
  color: var(--c-green);
}

.vyset-home-link {
  font-family: var(--font-display);
  font-size: 1.15em;
  color: var(--c-coral);
  text-decoration: underline;
  text-underline-offset: 0.15rem;
}

.vyset-home-link:hover {
  color: var(--c-teal);
}

@media (min-width: 640px) {
  .vyset-intro {
    padding-top: 3rem;
  }

  .vyset-story {
    padding-top: 3.5rem;
  }
}
