/* Bricolage Grotesque — self-hostováno (GDPR: žádné požadavky na Google) */
@font-face {
  font-family: "Bricolage Grotesque";
  font-style: normal;
  font-weight: 300 800;
  font-stretch: 100%;
  font-display: swap;
  src: url("../fonts/bricolage-grotesque-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Bricolage Grotesque";
  font-style: normal;
  font-weight: 300 800;
  font-stretch: 100%;
  font-display: swap;
  src: url("../fonts/bricolage-grotesque-latin.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 {
  --bg: #f9f6f0;
  --bg-soft: #ffffff;
  --bg-deep: #e8dcc8;
  --ink: #3d2e22;
  --ink-mid: #6b5440;
  --ink-soft: #9c8775;
  --line: #d9c9b0;
  --accent: #b57a5c;
  --accent-soft: #d8a98c;
  --label-gap: 18px;
  --white: #fffaf1;
  --shadow: 0 24px 70px rgba(61, 46, 34, 0.12);
  --heading: "Bricolage Grotesque", -apple-system, BlinkMacSystemFont, sans-serif;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

p,
ul,
ol,
figure {
  margin: 0;
}

html {
  color-scheme: light;
}

/* Plynulý přejezd na kotvy — jen pro uživatele bez omezení pohybu. */
@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}

[id] {
  scroll-margin-top: 108px;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.75;
  text-rendering: optimizeLegibility;
}

html.menu-open,
body.menu-open {
  overflow: hidden;
  overscroll-behavior: none;
}

html.menu-open body {
  position: fixed;
  top: calc(var(--menu-scroll-y, 0px) * -1);
  left: 0;
  right: 0;
  width: 100%;
  overflow: hidden;
}

.safari-toolbar-tint {
  display: none;
}

@media (max-width: 959px) {
  .safari-toolbar-tint {
    display: none;
    position: fixed;
    left: 0;
    bottom: -16px;
    z-index: 10000;
    width: 100%;
    height: 16px;
    background: var(--bg);
    pointer-events: none;
  }

  html.menu-open .safari-toolbar-tint,
  html.menu-toolbar-reset .safari-toolbar-tint {
    display: block;
  }
}

img,
iframe {
  display: block;
  max-width: 100%;
}

img {
  height: auto;
}

a {
  color: inherit;
}

button,
input,
textarea {
  font: inherit;
}

.skip-link {
  position: absolute;
  left: 18px;
  top: 9px;
  z-index: 999;
  transform: translateY(-140%);
  background: var(--ink);
  color: var(--bg-soft);
  padding: 9px 18px;
  border-radius: 999px;
}

.skip-link:focus {
  transform: translateY(0);
}

.container {
  width: min(100% - 40px, 1200px);
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--bg);
  box-shadow: 0 1px 0 0 var(--line);
}

.header-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 36px;
  align-items: center;
  min-height: 78px;
}

.header-cta {
  justify-self: end;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.brand img {
  width: 225px;
  transition: opacity 0.2s ease;
}

.brand:hover img {
  opacity: 0.7;
}

.menu-toggle {
  display: none;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 9px 36px;
}

.site-nav a {
  color: var(--ink-mid);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.2;
  padding: 9px 0;
  text-decoration: none;
  text-transform: uppercase;
}

.site-nav a:hover,
.site-nav a:focus {
  color: var(--accent);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  background: var(--ink);
  color: var(--bg-soft);
  cursor: pointer;
  font-weight: 650;
  line-height: 1.2;
  padding: 18px 36px;
  text-align: center;
  text-decoration: none;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.2s ease, box-shadow 0.25s ease;
}

.button:hover,
.button:focus {
  background: var(--accent);
  border-color: var(--accent);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(61, 46, 34, 0.15);
}

.button:active {
  transform: translateY(0);
  box-shadow: none;
}

.button-outline {
  border-color: var(--line);
  background: transparent;
  color: var(--ink);
}

.button-outline:hover,
.button-outline:focus {
  border-color: var(--accent);
  color: var(--accent);
  background: transparent;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(61, 46, 34, 0.08);
}

.button-outline:active {
  transform: translateY(0);
  box-shadow: none;
}

.button-small {
  min-height: 42px;
  padding: 9px 18px;
  font-size: 12px;
  letter-spacing: 0.08em;
}

.section {
  position: relative;
  padding-block: 108px;
  overflow: clip;
}

.section-soft {
  border-block: 1px solid var(--line);
  background: var(--bg-soft);
}

.page-hero {
  border-bottom: 1px solid var(--line);
  padding-block: 72px;
}

.page-hero h1 {
  max-width: 780px;
  font-size: clamp(44px, 5vw, 72px);
}

.page-lead {
  max-width: 680px;
}

.page-hero + .section {
  padding-block: 72px;
}

.hero {
  padding-block: 108px;
}

.hero-grid,
.split-grid,
.process-grid,
.contact-grid {
  display: grid;
  gap: clamp(36px, 6vw, 72px);
}

.hero-grid {
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 1fr);
  align-items: center;
}

.hero-copy {
  position: relative;
  z-index: 1;
}

.split-grid {
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.25fr);
}

.process-grid {
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.4fr);
}

.contact-grid {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 1fr);
  align-items: start;
}

.eyebrow,
.section-label {
  color: var(--accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  margin: 0 0 var(--label-gap);
  text-transform: uppercase;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 36px;
  white-space: nowrap;
}

.eyebrow > * {
  flex-shrink: 0;
}

.eyebrow span:first-child {
  flex-shrink: 0;
  width: 28px;
  height: 1px;
  background: var(--accent);
}

h1,
h2,
h3 {
  margin: 0;
  font-family: var(--heading);
  font-weight: 400;
  line-height: 1.2;
}

h1 {
  font-size: clamp(48px, 7vw, 76px);
  letter-spacing: -0.02em;
}

h2 {
  font-size: clamp(38px, 5vw, 56px);
  letter-spacing: -0.015em;
}

h3 {
  font-size: clamp(26px, 3vw, 38px);
}

em {
  color: var(--accent);
  font-style: normal;
  font-weight: 400;
}

.hero h1 em:first-child {
  color: var(--ink);
}

.quote {
  color: var(--ink-mid);
  font-family: var(--heading);
  font-size: 18px;
  margin: 36px 0;
}

.quote::before {
  content: "— ";
}

.lead {
  color: var(--ink-mid);
  font-size: 20px;
  max-width: 620px;
  margin-top: 18px;
}

.content-flow > * + * {
  margin-top: 16px;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 36px;
}

.hero-media {
  position: relative;
  margin: 0;
}

.hero-media > img {
  width: 100%;
  aspect-ratio: 4 / 5;
  border-radius: 6px;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.hero-media figcaption {
  position: absolute;
  left: -36px;
  bottom: -36px;
  width: min(380px, 88%);
  display: flex;
  align-items: center;
  gap: 18px;
  border-radius: 6px;
  background: var(--bg-soft);
  box-shadow: var(--shadow);
  padding: 18px;
}

.figcaption-text {
  min-width: 0;
}

.cap-badge {
  border-radius: 50%;
  flex-shrink: 0;
}

.hero-media figcaption span,
.contact-list > div > span,
.price-list small,
.client-grid article > span {
  display: block;
  color: var(--accent);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.price-list small {
  color: var(--ink-soft);
}

.price-duration {
  color: var(--accent);
}

.hero-media figcaption span {
  display: inline;
  font-family: var(--heading);
  font-size: 24px;
  font-weight: 400;
  letter-spacing: normal;
  text-transform: none;
}

.hero-media strong {
  display: inline;
  font-family: var(--heading);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
}

.hero-media small {
  display: block;
  color: var(--ink-soft);
  margin-top: 0;
  line-height: 1.75;
}

.shape {
  position: absolute;
  pointer-events: none;
}

.shape-hero-one,
.shape-contact {
  width: 460px;
  height: 460px;
  border-radius: 50%;
  background: var(--accent-soft);
  opacity: 0.18;
}

.shape-hero-one {
  right: -180px;
  top: -120px;
}

.shape-hero-two {
  left: -130px;
  bottom: -120px;
  width: 360px;
  height: 360px;
  border-radius: 45% 55% 58% 42%;
  background: var(--accent);
  opacity: 0.08;
}

.shape-contact {
  right: -160px;
  top: -190px;
}

.shape-contact-two {
  left: -130px;
  bottom: -120px;
  width: 360px;
  height: 360px;
  border-radius: 45% 55% 58% 42%;
  background: var(--accent);
  opacity: 0.08;
}

.stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 36px;
}

.stats > div {
  border-top: 1px solid var(--line);
  padding-top: 18px;
}

.stats strong {
  display: block;
  font-family: var(--heading);
  font-size: 38px;
  font-weight: 400;
  line-height: 1;
}

.stats span {
  display: block;
  color: var(--ink-soft);
  font-size: 14px;
  margin-top: 9px;
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.85fr);
  gap: 36px;
  align-items: end;
  margin-bottom: 72px;
}

.section > .section-head:only-child {
  margin-bottom: 0;
}

.section-head > p {
  color: var(--ink-mid);
  font-size: 20px;
  margin: 0;
}

.center-head {
  max-width: 760px;
  margin: 0 0 54px;
  text-align: left;
}

.service-grid,
.client-grid {
  display: grid;
  align-items: stretch;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 36px;
}

.client-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-card,
.client-grid article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--bg-soft);
  padding: clamp(36px, 5vw, 54px);
}

.service-card h3 {
  font-size: clamp(30px, 3vw, 36px);
  white-space: nowrap;
  margin-bottom: 16px;
}

.service-card p + p {
  margin-top: 16px;
}

.client-grid article {
  background: var(--bg);
}

.therapy-clients .client-grid article {
  background: var(--bg-soft);
}

.therapy-work .service-card {
  background: var(--bg);
}

.service-card p,
.client-grid p,
.process-grid p:not(.section-label),
.price-list small {
  color: var(--ink-mid);
}

.service-card ul {
  border-top: 1px solid var(--line);
  list-style: none;
  margin: 36px 0 0;
  padding: 18px 0 0;
}

.service-card li {
  position: relative;
  padding: 6px 0 6px 18px;
}

.service-card .button {
  margin-top: 36px;
}

.service-card li::before {
  position: absolute;
  left: 0;
  top: 17px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
  content: "";
}

.client-grid h3 {
  margin-top: 9px;
  margin-bottom: 12px;
}

.steps {
  list-style: none;
  margin: 0;
  padding: 0;
}

.steps li {
  border-bottom: 1px solid var(--line);
  padding: 36px 0;
}

.steps li:first-child {
  border-top: 1px solid var(--line);
}

.price-list {
  border-top: 1px solid var(--line);
}

.price-list > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  border-bottom: 1px solid var(--line);
  padding: 36px 0;
}

.price-list strong {
  display: block;
  margin-bottom: 9px;
  font-family: var(--heading);
  font-size: 26px;
  font-weight: 400;
  line-height: 1.2;
}

.price-list b {
  color: var(--accent);
  font-family: var(--heading);
  font-size: 28px;
  font-weight: 400;
  white-space: nowrap;
}

.price-note {
  color: var(--ink-mid);
  font-size: 16px;
  margin: 18px 0 0;
}

.home-pricing .price-list,
.music-pricing .price-list,
.therapy-pricing .price-list {
  display: grid;
  gap: 18px;
  border-top: 0;
}

.music-pricing,
.therapy-pricing {
  border-bottom: 0;
}

.music-pricing .split-grid,
.music-pricing .price-list {
  align-items: start;
}

.home-pricing .price-list > div,
.music-pricing .price-list > div,
.therapy-pricing .price-list > div {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: clamp(28px, 4vw, 36px);
}

.home-pricing .price-list > div {
  background: var(--bg-soft);
}

.therapy-pricing .price-list > div {
  background: var(--bg);
}

.music-pricing .price-list > div {
  background: var(--bg-soft);
  padding-block: clamp(24px, 3vw, 30px);
}

.home-pricing .price-note,
.music-pricing .price-note,
.therapy-pricing .price-note {
  margin-top: 0;
}

.insurance-panel {
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.therapy-pricing .insurance-panel {
  margin-top: clamp(36px, 6vw, 72px);
  padding-top: clamp(36px, 6vw, 72px);
  border-top: 1px solid var(--line);
}

.insurance-panel .section-head {
  margin-bottom: 36px;
}

.insurance-card-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.insurance-card {
  position: relative;
  display: block;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  padding: 20px 24px;
  color: var(--ink);
  text-decoration: none;
  transition: border-color 0.25s ease, transform 0.2s ease, box-shadow 0.25s ease;
}

.insurance-card:hover {
  border-color: var(--accent);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(61, 46, 34, 0.1);
}

.insurance-card strong {
  display: block;
  font-family: var(--heading);
  font-size: 18px;
  font-weight: 400;
  padding-right: 22px;
}

.insurance-card small {
  display: block;
  color: var(--ink-mid);
  font-size: 11px;
  line-height: 1.4;
  margin-top: 6px;
}

.insurance-card svg {
  position: absolute;
  top: 22px;
  right: 20px;
  width: 15px;
  height: 15px;
  color: var(--accent);
}

.contact {
  border-top: 1px solid var(--line);
  background: var(--ink);
  color: var(--bg-soft);
}

.contact h1,
.contact h2 {
  max-width: 720px;
}

.contact h1 em,
.contact h2 em,
.contact-list > div > span {
  color: var(--accent-soft);
}

.contact .section-label {
  color: var(--accent);
}

.contact-lead {
  color: var(--ink-mid);
  font-size: 20px;
  margin: 24px 0 0;
  max-width: 560px;
}

.contact .contact-lead {
  color: rgba(250, 245, 235, 0.82);
  font-weight: 400;
  line-height: 1.75;
}

.contact-list {
  display: grid;
  gap: 18px;
  margin: 36px 0;
  font-style: normal;
}

.contact-list a,
.contact-list p {
  color: var(--bg-soft);
  font-family: var(--heading);
  font-size: clamp(22px, 3vw, 30px);
  line-height: 1.75;
  margin: 3px 0 0;
  text-decoration: none;
}

.contact-list .office-address {
  line-height: 1.35;
}

.contact-list a:hover,
.contact-list a:focus {
  color: var(--accent);
  text-decoration: none;
}

.contact .contact-map-link {
  color: var(--bg-soft);
  border-color: rgba(250, 245, 235, 0.35);
}

.contact .contact-map-link:hover,
.contact .contact-map-link:focus {
  color: var(--accent-soft);
  border-color: var(--accent-soft);
  background: transparent;
}

.contact-map-link svg {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  margin-left: 8px;
}

.contact-form {
  position: relative;
  z-index: 1;
  border-radius: 8px;
  background: var(--bg-soft);
  color: var(--ink);
  padding: clamp(36px, 5vw, 54px);
}

.contact-form h3 {
  margin-bottom: 36px;
}

.contact-form h3 em {
  color: var(--accent);
}

.contact-form label {
  display: block;
  color: var(--ink-soft);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  margin-top: 18px;
  text-transform: uppercase;
}

.contact-form label span {
  letter-spacing: 0;
  text-transform: none;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  color: var(--ink);
  outline: 0;
  padding: 9px 0;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form input.has-error,
.contact-form textarea.has-error {
  border-bottom-color: var(--accent);
}

.contact-form .field-error {
  display: block;
  color: var(--accent);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 6px;
}

.contact-form label.contact-consent .field-error {
  margin-top: 9px;
}

.contact-form label.contact-consent {
  display: flex;
  gap: 10px;
  align-items: center;
  color: var(--ink-mid);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.55;
  margin-top: 24px;
  text-transform: none;
}

.contact-form label.contact-consent input {
  appearance: none;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: transparent;
  cursor: pointer;
  margin: 0;
  position: relative;
}

.contact-form label.contact-consent input:checked {
  border-color: var(--accent);
  background: var(--accent);
}

.contact-form label.contact-consent input:checked::after {
  position: absolute;
  left: 5px;
  top: 2px;
  width: 5px;
  height: 9px;
  border: solid var(--bg-soft);
  border-width: 0 2px 2px 0;
  content: "";
  transform: rotate(45deg);
}

.contact-form label.contact-consent input:focus {
  outline: 2px solid rgba(181, 122, 92, 0.25);
  outline-offset: 2px;
}

.contact-form label.contact-consent span {
  display: block;
  letter-spacing: 0;
  text-transform: none;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--accent);
}

.contact-form button {
  width: 100%;
  margin-top: 36px;
}

.contact-form button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.contact-form-hp {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.form-status {
  margin: 18px 0 0;
  font-size: 14px;
  line-height: 1.5;
}

.form-status.is-success {
  color: var(--accent);
}

.form-status.is-error {
  color: #b33a3a;
}

.site-footer {
  border-top: 1px solid var(--line);
  background: var(--bg-deep);
  padding-block: 18px;
}

.footer-inner {
  display: grid;
  grid-template-columns: minmax(150px, 1fr) auto minmax(150px, 1fr);
  gap: 18px;
  align-items: center;
}

.footer-brand img {
  width: 225px;
  transition: opacity 0.2s ease;
}

.footer-brand:hover img {
  opacity: 0.7;
}

.footer-copyright {
  color: var(--ink-mid);
  font-size: 13px;
  margin: 0;
  text-align: center;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.footer-legal {
  display: grid;
  gap: 4px;
  justify-items: center;
}

.footer-privacy {
  color: var(--ink-mid);
  font-size: 13px;
  line-height: 1.4;
  text-align: center;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: opacity 0.2s ease;
}

.footer-copyright:hover {
  opacity: 0.7;
}

.footer-privacy:hover,
.footer-privacy:focus {
  color: var(--accent);
  opacity: 1;
}

.footer-badges {
  display: flex;
  justify-content: end;
  gap: 18px;
}

.footer-badges img {
  width: auto;
  height: 54px;
  object-fit: contain;
}

/* About page */
.about-hero {
  border-bottom: 1px solid var(--line);
  background: var(--bg);
  padding-block: 90px;
  position: relative;
  overflow: clip;
}

.about-shape-one {
  right: -180px;
  top: -130px;
  width: 460px;
  height: 460px;
  border-radius: 50%;
  background: var(--accent-soft);
  opacity: 0.18;
}

.about-shape-two {
  left: -130px;
  bottom: -120px;
  width: 360px;
  height: 360px;
  border-radius: 45% 55% 58% 42%;
  background: var(--accent);
  opacity: 0.08;
}

.about-hero-copy {
  position: relative;
  z-index: 1;
}


.about-hero h1 {
  max-width: 760px;
  font-size: clamp(44px, 5.5vw, 70px);
}

.about-hero .lead {
  margin-top: 24px;
}

.therapy-hero {
  border-bottom: 1px solid var(--line);
}

.therapy-hero + .section-soft {
  border-top: 0;
}

.therapy-hero .container {
  max-width: 700px;
  text-align: center;
}

.therapy-hero .about-hero-copy,
.therapy-hero h1,
.therapy-hero .lead {
  max-width: none;
}

.therapy-hero h1 {
  font-size: clamp(48px, 7vw, 76px);
}

.therapy-hero .actions {
  justify-content: center;
}

.therapy-hero .eyebrow {
  justify-content: center;
}

.about-visual {
  position: relative;
  margin: 0;
}

.about-visual > img {
  width: 100%;
  aspect-ratio: 4 / 5;
  border-radius: 6px;
  box-shadow: var(--shadow);
  object-fit: cover;
  object-position: center;
}

.about-visual figcaption {
  position: absolute;
  left: -36px;
  bottom: -36px;
  width: min(380px, 88%);
  display: flex;
  align-items: center;
  gap: 18px;
  border-radius: 6px;
  background: var(--bg-soft);
  box-shadow: var(--shadow);
  padding: 18px;
}

.about-visual figcaption span {
  display: inline;
  color: var(--accent);
  font-family: var(--heading);
  font-size: 24px;
  font-weight: 400;
  letter-spacing: normal;
  text-transform: none;
}

.about-visual figcaption strong {
  display: inline;
  color: var(--ink);
  font-family: var(--heading);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
}

.about-visual figcaption small {
  display: block;
  color: var(--ink-soft);
  margin-top: 0;
  line-height: 1.75;
}

.about-intro-text {
  max-width: 760px;
}

.about-background {
  border-top: 0;
}

.credential-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 54px;
}

.credential-card {
  border-top: 1px solid var(--line);
  padding-top: 18px;
}

.credential-card span {
  display: block;
  color: var(--accent);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.credential-card strong {
  display: block;
  font-family: var(--heading);
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 400;
  line-height: 1.15;
  margin-top: 9px;
}

.credential-card p {
  color: var(--ink-mid);
  font-size: 15px;
  line-height: 1.65;
  margin: 12px 0 0;
}

.course-card {
  margin-top: 54px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--white);
  padding: 28px 36px;
}

.course-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.course-card-head h2 {
  font-size: clamp(22px, 2.4vw, 30px);
}

.course-card-icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  background: var(--accent);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 10v6M2 10l10-5 10 5-10 5z'/%3E%3Cpath d='M6 12v5c0 2 4 3 6 3s6-1 6-3v-5'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 10v6M2 10l10-5 10 5-10 5z'/%3E%3Cpath d='M6 12v5c0 2 4 3 6 3s6-1 6-3v-5'/%3E%3C/svg%3E") center / contain no-repeat;
}

.course-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 36px;
  margin-top: 12px;
}

.course-item {
  padding: 14px 0;
}

.course-year {
  display: block;
  color: var(--accent);
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.course-item strong {
  display: block;
  font-family: var(--heading);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.3;
  margin-top: 8px;
}

.course-item p {
  color: var(--ink-mid);
  font-size: 13px;
  line-height: 1.5;
  margin: 6px 0 0;
}

.timeline {
  border-top: 1px solid var(--line);
}

.about-professional-path {
  background: var(--bg);
  border-top: 0;
}

.timeline-item {
  border-bottom: 1px solid var(--line);
  padding: 36px 0;
}

.timeline-item h3 {
  font-size: clamp(28px, 3vw, 36px);
  margin-bottom: 12px;
}

.timeline-item p {
  color: var(--ink-mid);
  margin: 0;
}

.about-approach {
  border-block: 0;
}

.principle-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(24px, 4vw, 48px);
  margin-top: 36px;
}

.principle-card {
  border-top: 1px solid var(--line);
  padding-top: 18px;
}

.principle-card h3 {
  font-size: clamp(22px, 2vw, 26px);
  margin-bottom: 8px;
}

.principle-card p {
  color: var(--ink-mid);
  margin: 0;
}

.about-cta {
  border-top: 1px solid var(--line);
  background: var(--ink);
  color: var(--bg-soft);
  overflow: clip;
  text-align: center;
}

.about-cta-shape-one {
  right: -160px;
  top: -190px;
  width: 460px;
  height: 460px;
  border-radius: 50%;
  background: var(--accent-soft);
  opacity: 0.16;
}

.about-cta-shape-two {
  left: -130px;
  bottom: -120px;
  width: 360px;
  height: 360px;
  border-radius: 45% 55% 58% 42%;
  background: var(--accent);
  opacity: 0.08;
}

.about-cta .container {
  position: relative;
  z-index: 1;
  max-width: 700px;
}

.about-cta p:not(.section-label) {
  color: rgba(250, 245, 235, 0.78);
  font-size: 20px;
  margin: 24px auto 0;
  max-width: 620px;
}

.about-cta .section-label,
.about-cta h2 em {
  color: var(--accent-soft);
}

.about-cta .button {
  border-color: rgba(250, 245, 235, 0.35);
  background: transparent;
  color: var(--bg-soft);
  margin-top: 36px;
}

.about-cta .button:hover,
.about-cta .button:focus {
  border-color: var(--accent-soft);
  background: transparent;
  color: var(--accent-soft);
}

/* Contact page */
.contact-section-soft {
  border-bottom: 1px solid var(--line);
  background: var(--bg);
}

.contact-hero-copy {
  max-width: 600px;
}

.contact-hero-copy h1 {
  font-size: 54px;
}

.contact-lead {
  color: var(--ink-mid);
  font-size: 20px;
  margin: 24px 0 0;
  max-width: 560px;
}

.contact-details {
  display: grid;
  gap: 18px;
  font-style: normal;
  margin: 36px 0;
}

.contact-details > div {
  display: block;
}

.contact-details span {
  color: var(--accent);
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.75;
  text-transform: uppercase;
}

.contact-details a,
.contact-details p {
  color: var(--ink);
  font-family: var(--heading);
  font-size: clamp(22px, 3vw, 30px);
  line-height: 1.75;
  margin: 3px 0 0;
  text-decoration: none;
}

.contact-details .office-address {
  line-height: 1.35;
}

.contact-details a:hover,
.contact-details a:focus {
  color: var(--accent);
  text-decoration: none;
}

.contact-visual {
  position: relative;
  margin: 0;
  justify-self: end;
  width: min(100%, 430px);
}

.contact-visual > img {
  width: 100%;
  aspect-ratio: 9 / 16;
  border-radius: 6px;
  box-shadow: var(--shadow);
  object-fit: cover;
}

.contact-visual figcaption {
  position: absolute;
  left: -36px;
  bottom: -28px;
  width: min(250px, 72%);
  border-radius: 6px;
  background: var(--bg-soft);
  box-shadow: var(--shadow);
  color: var(--ink-mid);
  font-size: 14px;
  line-height: 1.55;
  padding: 18px;
}

.contact-visual-badge {
  position: absolute;
  right: -44px;
  top: -44px;
  width: 150px;
  height: 150px;
}

.contact-visual-badge img {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  border-radius: 0;
  filter: drop-shadow(0 24px 32px rgba(61, 46, 34, 0.16));
  object-fit: contain;
}

.contact-form-wrap {
  max-width: 760px;
}

.contact-form-section {
  background: var(--ink);
}

.contact-form h3 em {
  color: var(--accent);
}

/* Privacy policy */
.privacy-hero {
  background: var(--bg);
}

.privacy-section {
  border-block: 0;
  background: var(--bg-soft);
}

.privacy-content {
  max-width: 820px;
}

.container.privacy-content {
  margin-left: max(20px, calc((100vw - 1200px) / 2));
  margin-right: auto;
}

.privacy-updated {
  color: var(--ink-soft);
  font-size: 14px;
  margin: 24px 0 0;
}

.privacy-block {
  border-top: 1px solid var(--line);
  padding-top: 36px;
}

.privacy-block:first-child {
  border-top: 0;
  padding-top: 0;
}

.privacy-block h2 {
  font-size: clamp(30px, 3.6vw, 46px);
  margin-bottom: 18px;
}

.privacy-block p {
  color: var(--ink-mid);
  margin: 0;
}

.privacy-block a:hover,
.privacy-block a:focus {
  color: var(--accent);
}

.privacy-block p + p,
.privacy-block ul + p {
  margin-top: 24px;
}

.privacy-block ul {
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
}

.privacy-block li {
  position: relative;
  color: var(--ink-mid);
  padding: 6px 0 6px 18px;
}

.privacy-block li::before {
  position: absolute;
  left: 0;
  top: 17px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
  content: "";
}

/* Responsive setup:
   desktop: 960px+
   tablet: 570px-959px
   mobile: 0-569px */
@media (min-width: 570px) and (max-width: 959px) {
  .hero-media > img {
    aspect-ratio: 5 / 3;
  }

  .hero-media figcaption {
    left: 18px;
    bottom: 18px;
    width: min(380px, calc(100% - 36px));
  }
}

@media (max-width: 959px) {
  [id] {
    scroll-margin-top: 108px;
  }

  .education-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .course-list {
    grid-template-columns: 1fr;
  }

  .container {
    width: min(100% - 72px, 1200px);
  }

  .header-inner {
    grid-template-columns: 1fr auto;
    gap: 18px;
    min-height: 72px;
    padding-block: 12px;
  }

  .brand {
    justify-self: start;
  }

  .brand img {
    width: 210px;
  }

  .site-header.is-menu-open {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }

  .menu-toggle {
    display: inline-grid;
    place-items: center;
    justify-self: end;
    width: 44px;
    height: 44px;
    border: 0;
    background: transparent;
    color: var(--ink);
    cursor: pointer;
    padding: 0;
  }

  .menu-toggle span {
    grid-area: 1 / 1;
    width: 20px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
  }

  .menu-toggle span:nth-child(1) {
    transform: translateY(-7px);
  }

  .menu-toggle span:nth-child(3) {
    transform: translateY(7px);
  }

  .site-header.is-menu-open .menu-toggle span:nth-child(1) {
    transform: rotate(45deg);
  }

  .site-header.is-menu-open .menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  .site-header.is-menu-open .menu-toggle span:nth-child(3) {
    transform: rotate(-45deg);
  }

  .site-nav {
    display: none;
  }

  .site-header.is-menu-open .site-nav {
    position: fixed;
    left: 0;
    right: 0;
    top: 73px;
    bottom: 0;
    z-index: 48;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: safe center;
    width: 100%;
    gap: clamp(24px, 4.2vh, 42px);
    background: var(--bg);
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    touch-action: pan-y;
    padding: 72px 20px calc(36px + env(safe-area-inset-bottom, 0px));
  }

  .site-nav a {
    position: relative;
    z-index: 1;
    color: var(--ink);
    font-family: var(--sans);
    font-size: clamp(26px, 4.8vw, 48px);
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.2;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
  }

  .header-cta {
    display: none;
  }

  .site-header.is-menu-open .site-nav .header-cta {
    display: inline-flex;
    width: min(100%, 420px);
    min-height: 58px;
    padding-inline: clamp(32px, 6vw, 56px);
    color: var(--bg-soft);
    transition: none;
  }

  .hero-grid,
  .split-grid,
  .process-grid,
  .contact-grid,
  .section-head {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .about-hero h1 {
    font-size: clamp(48px, 7vw, 76px);
  }

  .section-head,
  .center-head {
    margin-bottom: 36px;
  }

  .lead {
    margin-top: 36px;
  }

  .insurance-panel .section-head {
    margin-bottom: 0;
  }

  .container.privacy-content {
    margin-left: auto;
    margin-right: auto;
  }

  .hero {
    padding-top: 72px;
  }

  .service-grid,
  .client-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .service-card h3 {
    white-space: normal;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .footer-badges {
    justify-content: center;
  }

  .credential-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .principle-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .insurance-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 569px) {
  .container {
    width: min(100% - 48px, 1200px);
  }

  .site-footer {
    background: var(--bg);
  }

  .hero-media,
  .about-visual {
    order: -1;
  }

  .eyebrow-full {
    display: none;
  }

  .education-grid {
    grid-template-columns: 1fr;
  }

  .principle-list {
    grid-template-columns: 1fr;
  }

  .insurance-card-grid {
    grid-template-columns: 1fr;
  }

  .section {
    padding-block: 72px;
  }

  .site-nav {
    gap: 3px 18px;
  }

  .site-nav a {
    font-size: 11px;
  }

  .site-header.is-menu-open .site-nav {
    gap: clamp(20px, 4vh, 30px);
    padding: 56px 18px calc(32px + env(safe-area-inset-bottom, 0px));
  }

  .site-header.is-menu-open .site-nav a {
    font-size: clamp(22px, 8vw, 34px);
  }

  .site-header.is-menu-open .site-nav .header-cta {
    width: 100%;
    min-height: 54px;
    padding: 18px 36px;
    font-size: 16px;
    font-weight: 650;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
  }

  .actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .button {
    width: 100%;
  }

  .hero-media figcaption {
    left: 18px;
    bottom: 18px;
  }

  .hero-media figcaption span,
  .hero-media strong {
    font-size: 14px;
  }

  .stats {
    grid-template-columns: 1fr;
  }

  .price-list > div {
    grid-template-columns: 1fr;
  }

  .price-list b {
    white-space: normal;
  }

  .about-hero {
    padding-block: 64px;
  }

  .about-visual,
  .contact-visual {
    width: 100%;
  }

  .about-visual figcaption {
    left: 18px;
    bottom: 18px;
  }

  .about-visual figcaption span,
  .about-visual figcaption strong {
    font-size: 14px;
  }

  .contact-visual figcaption {
    position: static;
    width: auto;
    margin: 18px 18px 0;
  }

  .contact-hero-copy {
    max-width: none;
  }

  .contact-visual-badge {
    right: 18px;
    top: 18px;
  }

  .credential-grid {
    grid-template-columns: 1fr;
  }

  .therapy-hero .container {
    text-align: left;
  }

  .therapy-hero .eyebrow {
    justify-content: flex-start;
  }

  .about-cta {
    text-align: left;
  }

  .about-cta p:not(.section-label) {
    margin-left: 0;
    margin-right: 0;
  }

  .contact-form {
    padding: 24px;
  }

  .contact-visual {
    display: none;
  }
}

@media (min-width: 570px) and (max-width: 959px) {
  .client-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .client-grid article:last-child {
    grid-column: 1 / -1;
  }

  .about-visual > img {
    aspect-ratio: 5 / 3;
  }

  .about-visual figcaption {
    left: 18px;
    bottom: 18px;
    width: min(380px, calc(100% - 36px));
  }

  .timeline {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 36px;
    border-top: 0;
  }

  .timeline-item:nth-child(-n + 2) {
    border-top: 1px solid var(--line);
  }

  .about-cta h2 {
    font-size: clamp(48px, 7vw, 76px);
  }

  .contact-visual {
    display: none;
  }

  .site-header.is-menu-open .site-nav .header-cta {
    font-size: clamp(19.5px, 3.6vw, 36px);
    min-height: auto;
    padding: clamp(15px, 2.25vw, 24px) clamp(24px, 4.5vw, 42px);
    white-space: nowrap;
  }
}

/* Scroll-reveal (třídy přidává assets/js/reveal.js — bez JS je vše viditelné).
   Jen opacity + transform: žádný layout shift, běží na GPU. */
.reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  transition-delay: var(--reveal-delay, 0s);
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
