/* SK-only replacement for section 2 (Why Story Directors Studio?) */

/* Method station questions — per colleague spec */
html[lang="sk"] .section-method-sk .method-station-question {
  font-family: var(--font-head);
  font-size: clamp(18px, 1.6vw, 22px);
  font-style: italic;
  font-weight: 400;
  line-height: 1.25;
  color: #6D4C7D;
  text-align: center;
  margin-top: 8px;
  margin-bottom: 24px;
}

/* Closing statement — the most important sentence of the section */
html[lang="sk"] .section-method-sk .method-closing-sk {
  text-align: center;
  margin-top: 60px;
  padding: 0 16px;
}

html[lang="sk"] .section-method-sk #what-sk-closing {
  font-family: var(--font-head);
  font-style: normal;
  font-weight: 500;
  font-size: clamp(19px, 2vw, 26px);
  line-height: 1.45;
  color: #6D4C7D;
  max-width: 860px;
  margin: 0 auto;
}

html[lang="sk"] .section-method-sk .closing-emphasis {
  color: #162233;
}

/* Gold accent line under the closing statement */
html[lang="sk"] .section-method-sk .method-gold-line {
  display: block;
  width: 190px;
  height: 2px;
  background: #D9B56E;
  border-radius: 2px;
  margin: 22px auto 0;
}

/* Slovak hero: tighter vertical rhythm so headline + CTA fit on screen
   without scroll (photo sits higher, gap under the menu is smaller). */
html[lang="sk"] .hero {
  min-height: calc(100svh - 61px);
  padding: 32px 0 40px;
  align-items: flex-start;
}

html[lang="sk"] .hero-grid {
  align-items: center;
}
