/* Public studio theme: warm light surfaces and editorial type inspired by OKBAR. */
@font-face {
  font-family: 'Bodoni Moda';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/assets/fonts/bodoni-moda-400.ttf') format('truetype');
}
@font-face {
  font-family: 'Alex Brush';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/assets/fonts/alex-brush-400.ttf') format('truetype');
}
:root {
  color-scheme: light;
  --bg: #fdfbf8;
  --bg-2: #f5f0e9;
  --bg-3: #ece4d9;
  --dark: #29231e;
  --dark-2: #40372e;
  --dark-3: #856348;
  --brand: #856348;
  --brand-2: #29231e;
  --brand-3: #856348;
  --brand-bg: rgb(133 99 72 / 6%);
  --text: #29231e;
  --text-2: #62594f;
  --muted: #756859;
  --muted-2: #817160;
  --border: rgb(80 62 44 / 16%);
  --border-b: rgb(80 62 44 / 32%);
  --font-head: 'Ranade', system-ui, sans-serif;
  --r: 0;
  --r-lg: 0;
  --nav-height: 84px;
}
html { scroll-padding-top: calc(var(--nav-height) + 24px); }
body { -webkit-font-smoothing: antialiased; }
::selection { background: var(--brand); color: var(--bg); }
:focus-visible { outline: 2px solid var(--brand); outline-offset: 5px; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 110; padding: 12px 20px; background: var(--text); color: var(--bg); transform: translateY(-160%); }
.skip-link:focus { transform: none; }
.container { max-width: 1320px; padding-inline: clamp(24px, 4.45vw, 64px); }
.section { padding-block: clamp(80px, 9vw, 128px); }
.label { color: var(--muted); font-size: 10px; font-weight: 400; letter-spacing: .24em; }
.section-title, .angebote-head .section-title { color: var(--text); font-weight: 400; font-size: clamp(2rem, 4vw, 3.5rem); line-height: 1.18; letter-spacing: -.04em; text-transform: none; text-wrap: balance; }
.section-title em, .angebote-head .section-title em { font-family: var(--font-serif); font-style: italic; font-size: 1em; color: var(--brand); }
.btn-primary, .btn-ziva-cta { border: 1px solid var(--brand-2); border-radius: 0; background: var(--brand-2); color: var(--bg); padding: 17px 26px; min-height: 52px; font-size: 10px; font-weight: 500; letter-spacing: .16em; gap: 28px; box-shadow: none; transition: background .2s ease, color .2s ease, transform .2s ease; }
.btn-primary:hover, .btn-ziva-cta:hover { background: var(--brand); border-color: var(--brand); color: var(--bg); box-shadow: none; transform: translateY(-2px); }
.btn-primary:active, .nav-enrol:active { transform: scale(.98); }

/* Navigation never hides on scroll; desktop links are always expanded. */
.nav-wrap, .nav-wrap.scrolled { background: rgb(253 251 248 / 96%); border-bottom: 1px solid var(--border); box-shadow: none; backdrop-filter: blur(16px); }
.nav { height: var(--nav-height); max-width: 1600px; position: relative; }
.nav-logo { position: absolute; left: 50%; transform: translateX(-50%); z-index: 1; }
.nav-logo-img { width: 72px; height: 58px; object-fit: contain; filter: brightness(0); }
.nav-links, .nav-links.open { position: static; display: flex; flex-direction: row; justify-content: center; align-items: center; gap: 32px; width: 100%; max-height: none; padding: 0 160px; border: 0; border-radius: 0; background: none; box-shadow: none; backdrop-filter: none; overflow: visible; }
.nav-links li:nth-child(2) { margin-right: 116px; }
.nav-links a { position: relative; padding: 0; border-radius: 0; color: var(--text-2); font-size: 10px; font-weight: 500; letter-spacing: .18em; text-shadow: none; }
.nav-links a::after { content: ''; position: absolute; bottom: 4px; left: 0; right: 0; height: 1px; background: var(--brand); transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.nav-links a:hover, .nav-links a[aria-current] { color: var(--text); background: none; }
.nav-links a:hover::after, .nav-links a[aria-current]::after { transform: scaleX(1); }
.nav-enrol { position: absolute; right: clamp(24px, 4.45vw, 64px); display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 48px; padding: 14px 20px; border: 1px solid var(--border-b); border-radius: 0; background: transparent !important; color: var(--text) !important; font-size: 9px; letter-spacing: .14em; text-transform: uppercase; font-weight: 500 !important; }
.nav-enrol:hover { background: var(--brand-bg) !important; box-shadow: none; }
.nav-burger { display: none; }

.hero { height: auto; min-height: min(900px, 100svh); padding-top: var(--nav-height); justify-content: center; background: var(--bg); }
.hero-video-wrap { top: var(--nav-height); }
.hero-video-wrap::before { background: var(--bg-2); }
.hero-video { opacity: .48; filter: saturate(.35); }
.hero-overlay { background: linear-gradient(180deg, rgb(253 251 248 / 30%), rgb(253 251 248 / 48%) 45%, #fdfbf8 100%), linear-gradient(90deg, rgb(253 251 248 / 40%), rgb(253 251 248 / 22%) 50%, rgb(253 251 248 / 40%)); }
.hero-content { position: relative; inset: auto; padding-block: 100px; }
.hero-inner { width: 100%; max-width: 1000px; flex-direction: column; text-align: center; }
.hero-signature { margin: 0; color: var(--brand); font-size: clamp(2.5rem, 7.8vw, 7rem); font-weight: 400; line-height: 1.12; letter-spacing: 0; white-space: nowrap; }
.signature-text { display: inline-flex; align-items: baseline; gap: .15em; }
/* Intentional brand exception to the site's uniform Ranade typography. */
#hero-title .signature-ziva, #hero-title .signature-ziva * { font-family: 'Bodoni Moda', Didot, serif !important; }
#hero-title .signature-movement, #hero-title .signature-movement * { font-family: 'Alex Brush', cursive !important; }
.signature-ziva { letter-spacing: .025em; font-optical-sizing: auto; }
.signature-movement { font-size: 1.16em; letter-spacing: 0; }
.signature-letter { display: inline-block; }
/* Restore the VA pair's optical spacing across the animated letter spans. */
.signature-ziva .signature-letter:nth-child(4) { margin-left: -.12em; }
.signature-text.is-waiting { opacity: 0; }
.signature-text.is-writing .signature-letter { animation: signature-write 240ms linear var(--write-delay) both; }
.signature-text.is-paused .signature-letter { animation-play-state: paused; }
.hero-location { color: var(--text-2); margin-top: 4px; font-size: clamp(11px, 1.1vw, 14px); font-weight: 400; letter-spacing: .2em; }
@keyframes signature-write {
  from { clip-path: inset(-15% 110% -15% -15%); opacity: 0; }
  12% { opacity: 1; }
  to { clip-path: inset(-15% -25% -15% -15%); opacity: 1; }
}
@keyframes signature-fade {
  from { opacity: 0; }
  to { opacity: 1; }
}
.about-grid { grid-template-columns: 1fr 1.25fr; gap: clamp(40px, 8vw, 112px); }
.about-lead { font-size: clamp(1.25rem, 1.8vw, 1.6rem) !important; font-style: normal; line-height: 1.6; margin-bottom: 28px !important; }
.about-right p { font-size: 14px; line-height: 1.9; }
.angebote { background: radial-gradient(ellipse at center, #ede2d4, #f5f0e9 70%); border-block: 1px solid var(--border); }
.angebote.section { padding-block: 88px; }
.angebote-head { min-height: 0; padding: 0; margin-bottom: 30px; max-width: 700px; }
.angebote-head .section-title { max-width: none; margin-bottom: 22px; }
.angebote-sub { max-width: 440px; font-size: 13px; line-height: 1.8; }
.btn-angebote-open { min-width: 230px; box-shadow: none; }
.angebote-gutschein-info { max-width: 440px; margin: 20px auto 0; color: var(--text-2); font-size: 12px; line-height: 1.7; text-align: center; text-wrap: pretty; }
.kurse { background: var(--bg); }
.kurse-head { min-height: 0; padding: 0; margin-bottom: 56px; justify-content: flex-start; align-items: flex-start; text-align: left; }
.kurse-grid { border-radius: 0; }
.kurs-tile, .kurs-tile.featured, .kurs-tile.special-tile { background: var(--bg-2); min-height: 190px; padding: 40px 28px; }
.kurs-tile:hover, .kurs-tile.featured:hover, .kurs-tile.special-tile:hover { background: var(--bg-3); }
.kurs-info h3 { font-family: var(--font-serif); font-size: 1.55rem; font-weight: 400; letter-spacing: -.035em; line-height: 1.25; }
.kurs-num, .kurs-tile.featured .kurs-num { color: var(--muted); font-size: 1.4rem; font-weight: 400; }
.kurs-schedule-list { margin-top: 14px; gap: 12px; }
.kurs-schedule-item::before { background: var(--brand); }
.kurs-badge, .angebot-badge { background: none; color: var(--brand); border: 1px solid var(--border); border-radius: 0; font-weight: 400; font-size: 9px; }
.kurse-section-label.leaf-frame { display: block; text-align: left; min-height: 0; width: 100%; padding: 0; margin-bottom: 20px; }
.special-info-pill { border-radius: 0; font-size: 9px; font-weight: 500; background: var(--brand-bg); border-color: var(--border); }
.special-info-pill::before { color: var(--bg); }
.special-info-pill--book { background: var(--brand); color: var(--bg); animation: none; box-shadow: none; }
.ziva-band { background: radial-gradient(ellipse at 75% 45%, #eadfce, #f5f0e9 70%); border-block: 1px solid var(--border); padding-block: 100px; }
.ziva-band .container { max-width: 1000px; }
.ziva-word { color: var(--text); font-weight: 400; letter-spacing: .02em; }
.ziva-lines { border-left-width: 1px; }
.ziva-lines p { color: var(--text-2); font-size: clamp(1.2rem, 2.3vw, 1.7rem); line-height: 1.6; }
.btn-ziva-cta { background: transparent; color: var(--text); border-color: var(--border-b); }
.ig-profiles { max-width: 880px; }
.ig-profile-card, .ig-profile-main, .k-card, .fact { background: transparent; border: 1px solid var(--border); border-radius: 0; box-shadow: none; }
.ig-profile-card:hover, .k-card:hover, .fact:hover { background: var(--brand-bg); border-color: var(--border-b); box-shadow: none; transform: translateY(-2px); }
.ig-profile-handle { font-family: var(--font-body); font-size: 14px; letter-spacing: 0; }
.kontakt { background: var(--bg-2); }
.kontakt.section { padding-block: clamp(48px, 5vw, 72px); }
.kontakt-left > .label { margin-top: 0; }
.kontakt-left > :last-child { margin-bottom: 0; }
.kontakt-left .section-title { font-size: clamp(1.9rem, 3vw, 2.7rem); line-height: 1.22; text-transform: lowercase; }
.kontakt-left .section-title::first-letter { text-transform: uppercase; }
.k-card--wa { border-left: 1px solid var(--border); }
.k-card-icon, .k-card--wa .k-card-icon { background: transparent; color: var(--brand); border-radius: 0; }
.k-card--wa:hover .k-card-cta { color: var(--brand); }
.k-card-num { font-family: var(--font-body); font-size: 16px; font-weight: 400; letter-spacing: 0; word-break: normal; line-height: 1.5; }
.footer { background: var(--bg); border-color: var(--border); }
.footer-top { border-color: var(--border); }
.footer-nav a, .footer-ig-link, .footer-bottom p, .footer-bottom a { color: var(--muted); }
.footer-nav a:hover, .footer-bottom a:hover { color: var(--text); }
.footer-logo-text { color: var(--text); }
.footer-inner { padding: 48px clamp(24px, 4.45vw, 64px) 24px; }
.footer-logo-img { filter: grayscale(1) brightness(0); }
.offers-modal-panel, .legal-modal-panel { background: var(--bg-2); border: 1px solid var(--border-b); border-radius: 0; }
.offers-modal-head h2, .legal-modal-head h2 { color: var(--text); font-weight: 400; text-transform: none !important; letter-spacing: -.02em !important; line-height: 1.1; }
.offers-modal-close, .legal-modal-close { background: transparent; color: var(--text); border-radius: 0; flex-shrink: 0; }
.offers-modal-close:hover { color: var(--bg); }
.angebot-card { background: var(--bg); border: 1px solid var(--border); border-radius: 0; }
.angebot-card:hover { transform: none; box-shadow: none; border-color: var(--border-b); }
.angebot-inner { padding-top: 60px; }
.angebot-title { font-weight: 400; color: var(--text); font-size: 1.65rem; letter-spacing: -.035em; line-height: 1.2; }
.angebot-availability-note:empty { display: none; }
.legal-entry h3 { font-weight: 400; text-transform: none; }

@media (max-width: 1099px) {
  :root { --nav-height: 72px; }
  .nav-logo { position: static; transform: none; }
  .nav-logo-img { width: 64px; height: 52px; }
  .nav-enrol { right: calc(clamp(24px, 4.45vw, 64px) + 60px); min-height: 42px; padding: 10px 14px; }
  .nav-burger, .nav-wrap.scrolled .nav-burger { display: flex; min-width: 44px; min-height: 44px; padding: 10px; border: 0; border-radius: 0; box-shadow: none; background: transparent; backdrop-filter: none; }
  .nav-burger span, .nav-wrap.scrolled .nav-burger span { background: var(--text); width: 22px; }
  .nav-burger.open span:nth-child(1) { transform: translateY(4px) rotate(45deg); }
  .nav-burger.open span:nth-child(2) { opacity: 1; transform: translateY(-4px) rotate(-45deg); }
  .nav-links { display: none; }
  .nav-links.open { position: fixed; inset: var(--nav-height) 0 auto; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 20px clamp(24px, 4.45vw, 64px) 30px; width: 100%; max-height: calc(100dvh - var(--nav-height)); overflow-y: auto; background: var(--bg); border-bottom: 1px solid var(--border-b); }
  .nav-links li:nth-child(2) { margin-right: 0; }
  .nav-links a { justify-content: flex-start; width: 100%; min-height: 54px; font-size: 12px; border-bottom: 1px solid var(--border); }
  .nav-links a::after { bottom: 0; }
  .about-grid { grid-template-columns: 1fr; gap: 32px; }
  .about-left { position: static; }
  .kurse-grid-specials { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .hero { min-height: 100svh; }
  .hero-content { padding-block: 80px; }
  .hero-signature { font-size: clamp(1.8rem, 9.6vw, 3.5rem); }
  .hero-location { margin-top: 6px; letter-spacing: .14em; }
  .angebote-head .section-title { max-width: none; }
  .kurse-head { align-items: flex-start; }
  .kurs-tile { padding: 38px 20px; gap: 16px; }
  .kurs-info h3 { font-size: 1.4rem; }
  .kontakt-left .section-title { font-size: 1.9rem; }
  .k-card { padding: 22px 18px; gap: 14px; }
  .k-card-num { font-size: 14px; }
  .ziva-band { padding-block: 72px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  [data-reveal] { opacity: 1; transform: none; }
  .signature-text.is-writing .signature-letter { animation: signature-fade 200ms ease-out var(--write-delay) both !important; }
  .signature-text.is-paused .signature-letter { animation-play-state: paused !important; }
}
