﻿/*
Theme Name: Rasselband Musikschule
Theme URI: https://rasselband.de/
Author: SUVI
Author URI: https://suvi.by/
Description: Schnelles, suchmaschinenfreundliches WordPress-Theme fuer die private Musikschule Rasselband in Duesseldorf-Derendorf.
Version: 1.0.17
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: rasselband
*/
:root {
  --bg: #fffdf9;
  --paper: #ffffff;
  --ink: #15312b;
  --muted: #66756f;
  --green: #0f7a4e;
  --green-dark: #075739;
  --coral: #e36b56;
  --gold: #d5a53a;
  --teal: #77c6bd;
  --line: #e6eadf;
  --shadow: 0 22px 70px rgba(21, 49, 43,.12);
  --radius: 8px;
  --max: 1180px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }

* {
  min-width: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(15, 122, 78,.04) 1px, transparent 1px) 0 0 / 42px 42px,
    var(--bg);
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
}

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

a {
  color: inherit;
}.skip-link,.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}.skip-link:focus {
  width: auto;
  height: auto;
  clip: auto;
  z-index: 20;
  padding: 10px 14px;
  background: var(--paper);
}.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  min-height: 78px;
  padding: 10px clamp(18px, 4vw, 54px);
  background: rgba(255, 253, 249,.9);
  border-bottom: 1px solid rgba(230, 234, 223,.75);
  backdrop-filter: blur(14px);
  width: 100%;
}.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  min-width: 0;
}.brand img {
  width: 58px;
  height: 54px;
  object-fit: contain;
  border-radius: 0;
}.brand strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  line-height: 1;
}.brand small {
  display: block;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.2;
}.site-nav {
  display: flex;
  justify-content: center;
  gap: clamp(10px, 1.45vw, 20px);
  min-width: 0;
  font-size: 13px;
}.site-nav a,.site-footer a,.text-link,.program-grid a {
  text-decoration: none;
  font-weight: 700;
}.site-nav a:hover,.site-footer a:hover,.text-link:hover,.program-grid a:hover {
  color: var(--green);
}.header-cta,.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 16px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-weight: 800;
  line-height: 1.1;
  text-decoration: none;
  cursor: pointer;
}.header-cta,.button.primary {
  color: #fff;
  background: var(--green);
  box-shadow: 0 14px 26px rgba(15, 122, 78,.22);
}.button.secondary {
  color: var(--green-dark);
  background: var(--paper);
  border-color: var(--line);
}.button:hover,.header-cta:hover {
  transform: translateY(-1px);
}.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}.nav-toggle span:not(.sr-only) {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--ink);
}.section {
  width: min(var(--max), calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(54px, 8vw, 110px) 0;
}.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px,.92fr);
  gap: clamp(32px, 6vw, 78px);
  align-items: center;
  min-height: calc(92svh - 78px);
  padding-top: clamp(28px, 5vw, 64px);
}.hero-copy,.hero-media,.intro-grid > *,.photo-split > *,.reviews > *,.contact > * {
  min-width: 0;
}.hero h1,.section h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}.hero h1 {
  max-width: 780px;
  font-size: clamp(42px, 7vw, 86px);
}.lead {
  max-width: 680px;
  margin: 24px 0 0;
  color: #30473f;
  font-size: clamp(18px, 2vw, 22px);
}.lead,.text-flow,.text-panel,.contact-copy,.review-list blockquote {
  overflow-wrap: break-word;
}.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}.trust-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  margin-top: 28px;
  color: var(--muted);
  font-size: 14px;
}.stars {
  color: var(--gold);
  letter-spacing: 1px;
}.dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--gold);
}.hero-media {
  position: relative;
}.hero-media::before {
  content: "";
  position: absolute;
  inset: -18px 12px 18px -12px;
  z-index: -1;
  border: 1px solid rgba(15, 122, 78,.18);
  border-radius: 50% 8px 50% 8px;
  background: linear-gradient(135deg, rgba(119, 198, 189,.25), rgba(213, 165, 58,.18));
}.hero-media img,.photo-card img {
  width: 100%;
  border-radius: 8px;
  box-shadow: var(--shadow);
}.intro-grid {
  display: grid;
  grid-template-columns:.78fr 1fr;
  gap: clamp(30px, 6vw, 78px);
  border-top: 1px solid var(--line);
}.section-label {
  margin: 0 0 12px;
  color: var(--coral);
  font-size: 13px;
  font-weight: 900;
  letter-spacing:.08em;
  text-transform: uppercase;
}.section h2 {
  font-size: clamp(34px, 4.7vw, 58px);
}.text-flow p,.text-panel p,.section-head p,.theory-band p,.contact-copy p {
  color: var(--muted);
  font-size: 18px;
}.photo-split {
  display: grid;
  grid-template-columns: 1fr.86fr;
  gap: clamp(26px, 5vw, 66px);
  align-items: center;
}.text-panel {
  padding: clamp(8px, 3vw, 28px);
}.text-link {
  color: var(--green);
}.section-head {
  max-width: 820px;
  margin-bottom: 34px;
}.program-grid,.team-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}.program-grid article,.team-grid article {
  position: relative;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 14px 38px rgba(21, 49, 43,.06);
  transition: transform.18s ease, box-shadow.18s ease;
}.program-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: #f5f1e7;
}.program-grid h3,.team-grid h3 {
  margin: 18px 18px 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  line-height: 1.15;
}.program-grid p,.team-grid p {
  margin: 0 18px 18px;
  color: var(--muted);
}.program-grid a {
  display: inline-block;
  margin: 0 18px 20px;
  color: var(--green);
}.program-grid article > a {
  position: relative;
  z-index: 1;
}.program-grid article > a::after {
  content: "";
  position: absolute;
  inset: -500px;
}.program-grid article:hover,.blog-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 44px rgba(21, 49, 43,.1);
}.theory-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: clamp(34px, 5vw, 54px);
  background: var(--green-dark);
  color: #fff;
  border-radius: var(--radius);
}.theory-band h2 {
  color: #fff;
  font-size: clamp(30px, 4vw, 46px);
}.theory-band p {
  max-width: 760px;
  color: rgba(255, 255, 255,.78);
}.theory-band.button {
  justify-self: end;
  min-width: 190px;
  white-space: nowrap;
}.team-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.team-grid img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}.teacher-list {
  display: grid;
  gap: 24px;
  margin-top: 34px;
}.teacher-card {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  gap: 24px;
  padding: 22px;
  background: #fbfaf5;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}.teacher-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  margin: 0;
  object-fit: cover;
  object-position: center;
  box-shadow: none;
}.teacher-card h3 {
  margin-top: 0;
}.teacher-card ul {
  padding-left: 20px;
}.teacher-card-language.language-tabs {
  display: grid;
  gap: 16px;
}.language-controls {
  display: inline-flex;
  width: fit-content;
  padding: 4px;
  background: #f4f8ef;
  border: 1px solid var(--line);
  border-radius: 999px;
}.language-controls.tab-button {
  min-height: 34px;
  padding: 8px 14px;
  border: 0;
  border-radius: 999px;
  background: transparent;
}.language-controls.tab-button.is-active {
  color: #fff;
  background: var(--green);
}.reviews {
  display: grid;
  grid-template-columns:.72fr 1fr;
  gap: 28px;
  align-items: stretch;
}.review-score,.review-list blockquote {
  margin: 0;
  padding: 28px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}.review-score strong {
  display: block;
  margin: 8px 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 76px;
  line-height: 1;
}.google {
  color: var(--green);
  font-weight: 900;
}.google-profile-link {
  color: var(--green);
  font-weight: 900;
  text-decoration: none;
}.google-profile-link:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}.review-score p {
  margin-bottom: 0;
  color: var(--muted);
}.review-list {
  display: grid;
  gap: 14px;
}.review-list blockquote {
  color: #314942;
  font-size: 18px;
}.blog-section.section-head {
  margin-bottom: 26px;
}.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}.blog-card {
  overflow: hidden;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  transition: transform.18s ease, box-shadow.18s ease;
}.blog-card a {
  display: grid;
  height: 100%;
  color: inherit;
  text-decoration: none;
}.blog-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  background: #f5f1e7;
}.blog-card span {
  margin: 18px 18px 0;
  color: var(--green);
  font-size: 13px;
  font-weight: 900;
  letter-spacing:.04em;
  text-transform: uppercase;
}.blog-card h2,.blog-card h3 {
  margin: 8px 18px 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 3vw, 31px);
  line-height: 1.1;
}.blog-card p {
  margin: 0 18px 20px;
  color: var(--muted);
}.blog-article > img {
  margin-top: 0;
}.blog-article.anchor-links {
  margin: 28px 0;
}.price-table {
  overflow: hidden;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}.data-tabs {
  margin-top: 24px;
}.tab-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 16px;
}.tab-button {
  min-height: 42px;
  padding: 10px 14px;
  color: var(--green-dark);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  font-weight: 900;
  cursor: pointer;
}.tab-button.is-active {
  color: #fff;
  background: var(--green);
  border-color: var(--green);
}.tab-panel[hidden] {
  display: none !important;
}.schedule-table,.price-table {
  width: 100%;
}.schedule-table [role="row"] {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) 150px minmax(0, 1fr);
  gap: 16px;
  padding: 17px 20px;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}.schedule-table {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}.schedule-table [role="row"]:first-child,.price-table [role="row"]:first-child {
  color: var(--green-dark);
  background: #f4f8ef;
  font-weight: 900;
}.route-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}.route-card,.download-card {
  padding: 20px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}.route-card strong,.download-card strong {
  display: block;
  margin-bottom: 6px;
  color: var(--green-dark);
}.map-card {
  display: grid;
  grid-template-columns: minmax(0,.8fr) minmax(420px, 1.2fr);
  gap: 0;
  overflow: hidden;
  margin-top: 18px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 22px 54px rgba(21, 49, 43,.08);
}.map-card-copy {
  display: grid;
  align-content: center;
  gap: 14px;
  padding: clamp(24px, 4vw, 42px);
}.map-card-copy h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.05;
  color: var(--green-dark);
}.map-card-copy p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}.map-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}.map-frame {
  position: relative;
  overflow: hidden;
  min-height: 390px;
  background:
    radial-gradient(circle at 58% 48%, rgba(15, 122, 78,.18) 0 7px, transparent 8px),
    linear-gradient(32deg, transparent 0 44%, rgba(15, 122, 78,.12) 44% 46%, transparent 46%),
    linear-gradient(118deg, transparent 0 36%, rgba(203, 170, 74,.18) 36% 38%, transparent 38%),
    linear-gradient(0deg, transparent 0 48%, rgba(15, 122, 78,.1) 48% 49%, transparent 49%),
    #f4f8ef;
}.map-frame::before {
  content: "Rasselband";
  position: absolute;
  left: 58%;
  top: 48%;
  z-index: 0;
  transform: translate(14px, -50%);
  padding: 8px 12px;
  color: var(--green-dark);
  background: rgba(255, 255, 255,.9);
  border: 1px solid rgba(15, 122, 78,.18);
  border-radius: 999px;
  box-shadow: 0 12px 24px rgba(21, 49, 43,.12);
  font-weight: 900;
}.map-frame::after {
  content: "";
  position: absolute;
  left: 58%;
  top: 48%;
  z-index: 0;
  width: 18px;
  height: 18px;
  transform: translate(-50%, -50%) rotate(45deg);
  background: var(--green);
  border: 3px solid #fff;
  border-radius: 50% 50% 50% 0;
  box-shadow: 0 10px 22px rgba(21, 49, 43,.22);
}.map-frame iframe {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 390px;
  border: 0;
}.price-table [role="row"] {
  display: grid;
  grid-template-columns: 1fr 130px 180px;
  gap: 16px;
  padding: 17px 20px;
  border-bottom: 1px solid var(--line);
}.price-table [role="row"]:last-child {
  border-bottom: 0;
}.price-table span:nth-child(2) {
  color: var(--muted);
}.seo-extension {
  margin-top: 34px;
  display: grid;
  gap: 22px;
}.blog-note,.quick-check,.faq-list {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255,.82);
  padding: clamp(22px, 4vw, 34px);
  box-shadow: 0 14px 38px rgba(21, 49, 43,.07);
}.seo-extension h2 {
  margin: 0 0 14px;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.05;
}.seo-extension h3 {
  margin: 0 0 10px;
  font-size: clamp(22px, 3vw, 30px);
}.seo-extension p {
  color: var(--muted);
  line-height: 1.75;
}.anchor-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}.anchor-links a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 9px 14px;
  color: var(--green);
  background: rgba(244, 248, 239,.9);
  border: 1px solid rgba(15, 122, 78,.2);
  border-radius: 999px;
  font-weight: 900;
  text-decoration: none;
}.checklist {
  display: grid;
  gap: 10px;
  margin: 16px 0 20px;
}.checklist label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--ink);
  line-height: 1.45;
}.checklist input {
  width: auto;
  margin-top: 4px;
  accent-color: var(--green);
}.faq-list details {
  border-top: 1px solid var(--line);
  padding: 16px 0;
}.faq-list details:first-of-type {
  border-top: 0;
}.faq-list summary {
  cursor: pointer;
  color: var(--ink);
  font-weight: 900;
  line-height: 1.35;
}.faq-list details p {
  margin: 10px 0 0;
}.quick-check.button {
  width: fit-content;
  max-width: 100%;
  padding-inline: 20px;
  text-align: center;
}.content-card.seo-extension.blog-note,.content-card.seo-extension.quick-check,.content-card.seo-extension.faq-list,.blog-article.quick-check,.blog-article.faq-list {
  border: 0;
  box-shadow: none;
  background: transparent;
  padding: 0;
}.content-card.seo-extension.quick-check,.blog-article.quick-check {
  padding-top: 12px;
  border-top: 1px solid var(--line);
}.contact {
  display: grid;
  grid-template-columns:.9fr 1fr;
  gap: clamp(28px, 6vw, 76px);
  align-items: start;
}.contact-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
}.contact-list li {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 14px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}.contact-list a {
  color: var(--green);
  font-weight: 800;
  text-decoration: none;
}.contact-form {
  display: grid;
  gap: 16px;
  padding: clamp(22px, 4vw, 34px);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}.whatsapp-form {
  align-content: start;
}.whatsapp-form.button.secondary {
  color: var(--green-dark);
}

.inquiry-widget {
  display: grid;
  gap: 18px;
  align-content: start;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  padding: clamp(22px, 4vw, 34px);
  background:
    linear-gradient(135deg, rgba(15, 122, 78,.06), transparent 38%),
    var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.inquiry-progress {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.inquiry-progress span {
  display: grid;
  place-items: center;
  min-height: 34px;
  color: var(--green-dark);
  background: #f4f8ef;
  border: 1px solid rgba(15, 122, 78,.18);
  border-radius: 999px;
  font-weight: 900;
}

.inquiry-preview {
  min-height: 96px;
  padding: 16px;
  color: var(--muted);
  background: rgba(244, 248, 239,.72);
  border: 1px solid rgba(15, 122, 78,.14);
  border-radius: var(--radius);
  line-height: 1.6;
  overflow-wrap: anywhere;
  white-space: pre-wrap;
}

.inquiry-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.inquiry-actions .button {
  width: 100%;
}

.inquiry-email-fallback {
  margin-top: 10px;
}

label {
  display: grid;
  gap: 7px;
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  padding: 13px 14px;
  color: var(--ink);
  background: #fbfaf5;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  font: inherit;
}

textarea {
  resize: vertical;
}.form-note {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}.site-footer {
  position: relative;
  overflow: hidden;
  padding: clamp(44px, 7vw, 76px) clamp(18px, 4vw, 54px) 26px;
  color: rgba(255, 255, 255,.78);
  background:
    linear-gradient(135deg, rgba(213, 165, 58,.12), transparent 34%),
    linear-gradient(180deg, #12352d, #0b211d);
  border-top: 1px solid rgba(213, 165, 58,.24);
}.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px) 0 0 / 42px 42px;
}.footer-inner,.footer-bottom {
  position: relative;
  z-index: 1;
  width: min(var(--max), 100%);
  margin: 0 auto;
}.footer-inner {
  display: grid;
  grid-template-columns: minmax(260px, 1.4fr) repeat(3, minmax(160px,.72fr));
  gap: clamp(24px, 4vw, 48px);
  align-items: start;
}.footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  text-decoration: none;
}.footer-logo img {
  width: 66px;
  height: 66px;
  object-fit: contain;
  padding: 7px;
  background: #fffdf9;
  border: 1px solid rgba(213, 165, 58,.32);
  border-radius: 50%;
  box-shadow:
    0 14px 28px rgba(0, 0, 0,.18),
    inset 0 0 0 1px rgba(255, 255, 255,.75);
}.footer-logo strong {
  display: block;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  line-height: 1;
}.footer-logo small,.footer-brand p,.footer-contact span {
  color: rgba(255, 255, 255,.68);
}.footer-brand p {
  max-width: 470px;
  margin: 18px 0 0;
}.footer-rating {
  display: inline-flex;
  width: fit-content;
  margin-top: 18px;
  padding: 9px 12px;
  color: #ffe4a3;
  background: rgba(255, 255, 255,.08);
  border: 1px solid rgba(213, 165, 58,.28);
  border-radius: 999px;
  font-weight: 900;
  text-decoration: none;
}.footer-links,.footer-contact {
  display: grid;
  gap: 10px;
}.footer-links h2,.footer-contact h2 {
  margin: 0 0 6px;
  color: #fff;
  font-size: 13px;
  letter-spacing:.08em;
  text-transform: uppercase;
}.footer-links a,.footer-contact a:not(.button),.footer-bottom a {
  color: rgba(255, 255, 255,.78);
  text-decoration: none;
  font-weight: 800;
}.footer-links a:hover,.footer-contact a:hover,.footer-bottom a:hover {
  color: #fff;
}.footer-contact.button {
  width: fit-content;
  margin-top: 8px;
  background: #14885a;
}.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 44px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255,.12);
}.footer-bottom p {
  margin: 0;
}.footer-bottom nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}.suvi-credit {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 5px 0;
  color: rgba(255, 255, 255,.55);
  background: transparent;
  border: 0;
  border-radius: 999px;
  font-size: 12px;
  letter-spacing:.02em;
  opacity:.82;
}.suvi-credit::before {
  content: "";
  width: 18px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(213, 165, 58,.85));
}.suvi-credit span {
  color: #ffe4a3;
  font-weight: 950;
  letter-spacing:.08em;
}.suvi-credit.suvi-kicker {
  color: rgba(255, 255, 255,.52);
  font-weight: 700;
  letter-spacing:.04em;
}.suvi-credit:hover {
  opacity: 1;
  transform: translateY(-1px);
}.cookie-banner {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  width: min(640px, calc(100% - 36px));
  padding: 18px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}.cookie-banner[hidden] {
  display: none !important;
}.cookie-banner p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 14px;
}.cookie-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}.legal-page {
  width: min(880px, calc(100% - 36px));
  margin: 0 auto;
  padding: 70px 0;
}.page-hero {
  width: min(var(--max), calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(46px, 8vw, 92px) 0 clamp(24px, 4vw, 44px);
}.crumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 14px;
}.crumbs a {
  color: var(--green);
  font-weight: 800;
  text-decoration: none;
}.page-hero h1 {
  max-width: min(920px, 100%);
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(40px, 6vw, 76px);
  line-height: 1.05;
  overflow-wrap: break-word;
  word-break: normal;
  hyphens: auto;
}.page-hero p {
  max-width: 760px;
  color: var(--muted);
  font-size: 19px;
}.content-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 330px);
  gap: clamp(28px, 5vw, 58px);
  align-items: start;
}.content-card {
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: var(--radius);
}.content-card h2,.content-card h3 {
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.12;
  overflow-wrap: anywhere;
}.content-card h2 {
  margin-top: 0;
  font-size: clamp(30px, 4vw, 44px);
}.content-card h3 {
  margin-top: 34px;
  font-size: 27px;
}.content-card p,.content-card li {
  color: #43564f;
}.content-card img {
  width: 100%;
  margin: 28px 0;
  border-radius: var(--radius);
  box-shadow: 0 14px 38px rgba(21, 49, 43,.08);
}.sidebox {
  position: sticky;
  top: 98px;
  display: grid;
  gap: 16px;
  min-width: 0;
  padding: 22px;
  background: var(--green-dark);
  color: #fff;
  border-radius: var(--radius);
}.sidebox h2 {
  margin: 0;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 2.4vw, 36px);
  line-height: 1.05;
  overflow-wrap: anywhere;
}.content-card,.blog-note,.quick-check,.faq-list,.sidebox,.download-card,.route-card,.blog-card,.program-grid article,.team-grid article {
  max-width: 100%;
  overflow-wrap: anywhere;
}.content-card.seo-extension,.content-card.seo-extension {
  width: 100%;
}.section.seo-extension {
  width: min(var(--max), calc(100% - 36px));
}.home-seo {
  padding-top: clamp(46px, 6vw, 76px);
}.home-seo >.section-kicker,.home-seo > h2,.home-seo > p,.home-seo >.anchor-links {
  max-width: 1120px;
}.home-seo > p {
  max-width: 1080px;
}.sidebox p {
  margin: 0;
  color: rgba(255, 255, 255,.78);
}.sidebox a:not(.button) {
  overflow-wrap: anywhere;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}.related {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}.related a {
  padding: 10px 12px;
  color: var(--green-dark);
  background: #f4f8ef;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  font-weight: 800;
  text-decoration: none;
}.legal-page h1,.legal-page h2 {
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.08;
}.legal-page h1 {
  font-size: clamp(38px, 6vw, 68px);
}.legal-page h2 {
  margin-top: 42px;
  font-size: 30px;
}.legal-page p,.legal-page li {
  color: #43564f;
}

@media (max-width: 980px) {.site-header {
    grid-template-columns: minmax(0, 1fr) auto;
  }.nav-toggle {
    display: block;
    justify-self: end;
  }.site-nav,.header-cta {
    display: none;
  }.site-nav.is-open {
    display: grid;
    grid-column: 1 / -1;
    justify-content: start;
    gap: 10px;
    padding: 12px 0;
  }.hero,.intro-grid,.photo-split,.reviews,.contact {
    grid-template-columns: 1fr;
  }.content-layout {
    grid-template-columns: 1fr;
  }.sidebox {
    position: static;
  }.hero {
    min-height: auto;
  }.program-grid,.blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.footer-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 680px) {
  body {
    background-size: 30px 30px;
  }.section {
    width: min(430px, calc(100% - 18px));
    padding: 42px 0;
  }.brand small {
    display: none;
  }.brand strong {
    font-size: 21px;
  }.hero h1 {
    font-size: clamp(34px, 10.8vw, 44px);
    line-height: 1.08;
  }.hero {
    gap: 26px;
    padding-top: 30px;
  }.hero-media::before {
    inset: -8px 6px 10px -6px;
  }.lead,.text-flow p,.text-panel p,.section-head p,.theory-band p,.contact-copy p {
    font-size: 15.5px;
  }.lead,.hero-copy {
    max-width: calc(100vw - 44px);
  }.hero-actions,.cookie-actions {
    display: grid;
  }.button,.header-cta {
    width: 100%;
  }.page-hero {
    width: min(430px, calc(100% - 18px));
    padding-top: 34px;
  }.page-hero h1 {
    width: min(300px, calc(100vw - 56px)) !important;
    font-size: clamp(28px, 7.7vw, 32px);
    line-height: 1.1;
    overflow-wrap: anywhere;
    word-break: break-word;
    max-width: min(300px, calc(100vw - 56px));
  }.page-hero p {
    width: min(300px, calc(100vw - 56px)) !important;
    font-size: 17px;
  }.content-card {
    padding: 0;
  }.content-card h2 {
    width: min(300px, calc(100vw - 56px)) !important;
    font-size: clamp(24px, 6.7vw, 30px);
    word-break: break-word;
    max-width: min(300px, calc(100vw - 56px));
  }.content-card h3 {
    width: min(300px, calc(100vw - 56px)) !important;
    font-size: clamp(24px, 7vw, 30px);
    word-break: break-word;
    max-width: min(300px, calc(100vw - 56px));
  }.content-card p,.content-card li,.blog-card p,.seo-extension p {
    width: min(300px, calc(100vw - 56px)) !important;
    max-width: min(300px, calc(100vw - 56px));
    overflow-wrap: anywhere;
    word-break: break-word;
    font-size: 16.5px;
    line-height: 1.72;
  }.home-seo {
    padding-inline: 18px;
    gap: 16px;
  }.home-seo h2 {
    max-width: 100%;
    font-size: clamp(25px, 7vw, 31px);
    line-height: 1.12;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: auto;
  }.home-seo p {
    width: 100% !important;
    max-width: 100%;
    overflow-wrap: normal;
    word-break: normal;
  }.home-seo.anchor-links a {
    width: 100%;
    justify-content: flex-start;
    white-space: normal;
  }.contact h2 {
    max-width: 100%;
    font-size: clamp(30px, 10vw, 42px);
    overflow-wrap: anywhere;
  }.section.contact {
    width: min(430px, calc(100% - 32px));
  }.contact > *,
  .contact-copy,
  .inquiry-widget {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }.contact-copy p,
  .inquiry-preview,
  .form-note {
    width: 100% !important;
    max-width: 100%;
    overflow-wrap: anywhere;
  }.inquiry-widget {
    padding: 18px;
  }.inquiry-progress {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.inquiry-actions .button,
  .inquiry-widget select {
    max-width: 100%;
    white-space: normal;
  }.program-grid,.team-grid,.blog-grid {
    grid-template-columns: 1fr;
  }.teacher-card {
    grid-template-columns: 1fr;
  }.teacher-card img {
    max-width: 260px;
  }.schedule-table [role="row"] {
    grid-template-columns: 1fr;
    gap: 4px;
  }.route-grid {
    grid-template-columns: 1fr;
  }.map-card {
    grid-template-columns: 1fr;
  }.map-frame,.map-frame iframe {
    min-height: 320px;
  }.theory-band {
    display: grid;
    padding: 24px;
  }.theory-band.button {
    justify-self: stretch;
    white-space: normal;
  }.blog-note,.quick-check,.faq-list {
    padding: 18px;
  }.content-card.seo-extension.blog-note,.content-card.seo-extension.quick-check,.content-card.seo-extension.faq-list,.blog-article.quick-check,.blog-article.faq-list {
    padding: 0;
  }.quick-check.button {
    width: 100%;
    white-space: normal;
  }.inquiry-actions {
    grid-template-columns: 1fr;
  }.anchor-links {
    display: grid;
  }.price-table [role="row"] {
    grid-template-columns: 1fr;
    gap: 2px;
  }.contact-list li {
    grid-template-columns: 1fr;
    gap: 2px;
  }.footer-inner,.footer-bottom {
    display: grid;
    grid-template-columns: 1fr;
  }.footer-contact.button,.footer-rating,.suvi-credit {
    width: 100%;
    justify-content: center;
  }.footer-bottom {
    justify-items: start;
  }.cookie-banner {
    grid-template-columns: 1fr;
    right: 10px;
    bottom: 10px;
    width: calc(100% - 20px);
    padding: 14px;
    gap: 12px;
  }.cookie-banner p {
    font-size: 13px;
    line-height: 1.45;
  }.cookie-banner.button {
    min-height: 42px;
    padding: 10px 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }.button:hover,.header-cta:hover { transform: none; }
}

/* Launch polish: calmer inner pages, premium mobile cards and navigation. */
.header-cta,
.button.primary {
  position: relative;
  overflow: hidden;
}

.header-cta::after,
.button.primary::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-120%);
  background: linear-gradient(100deg, transparent, rgba(255, 255, 255, .22), transparent);
  transition: transform .7s ease;
}

.header-cta:hover::after,
.button.primary:hover::after {
  transform: translateX(120%);
}

.page-hero {
  padding-bottom: clamp(10px, 2vw, 22px);
}

.page-hero + .section {
  padding-top: clamp(22px, 4vw, 48px);
}

.teacher-list {
  display: grid;
  gap: 22px;
}

.teacher-card {
  background:
    linear-gradient(135deg, rgba(15, 122, 78, .045), transparent 42%),
    rgba(255, 255, 255, .92);
  border: 1px solid rgba(15, 122, 78, .12);
  box-shadow: 0 18px 46px rgba(21, 49, 43, .08);
}

.teacher-card img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.teacher-card h3 {
  color: var(--green-dark);
}

.content-card p a,
.content-card li a,
.blog-note p a {
  color: var(--green);
  font-weight: 900;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

@media (max-width: 980px) {
  .site-header {
    align-items: center;
  }

  .site-nav.is-open {
    gap: 8px;
    margin-top: 10px;
    padding: 14px;
    background: rgba(255, 255, 255, .94);
    border: 1px solid rgba(15, 122, 78, .13);
    border-radius: var(--radius);
    box-shadow: 0 20px 42px rgba(21, 49, 43, .09);
  }

  .site-nav.is-open a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 44px;
    padding: 10px 12px;
    color: var(--green-dark);
    background: rgba(244, 248, 239, .72);
    border: 1px solid rgba(15, 122, 78, .1);
    border-radius: 10px;
    font-size: 16px;
    font-weight: 900;
  }

  .site-nav.is-open a::after {
    content: ">";
    color: var(--gold);
    font-weight: 900;
  }

  .mobile-nav-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-top: 8px;
  }

  .mobile-nav-actions a {
    justify-content: center !important;
    color: #fff !important;
    background: var(--green) !important;
    border-color: transparent !important;
    box-shadow: 0 14px 28px rgba(15, 122, 78, .18);
  }

  .mobile-nav-actions a:first-child::before {
    content: "";
    width: 9px;
    height: 9px;
    margin-right: 8px;
    border-radius: 999px;
    background: #9bd67c;
    box-shadow: 0 0 0 5px rgba(155, 214, 124, .18);
  }

  .mobile-nav-actions a:last-child {
    color: var(--green-dark) !important;
    background: #fff !important;
    border-color: var(--line) !important;
    box-shadow: none;
  }

  .mobile-nav-actions a::after {
    content: "" !important;
  }
}

@media (min-width: 981px) {
  .mobile-nav-actions {
    display: none !important;
  }
}

@media (max-width: 980px) {
  .site-nav.is-open {
    gap: 4px;
    padding: 9px;
    background: rgba(255, 255, 255, .97);
    border-radius: 10px;
  }

  .site-nav.is-open a {
    min-height: 36px;
    padding: 7px 10px;
    border-radius: 8px;
    font-size: 15px;
    background: transparent;
    border-color: transparent;
    box-shadow: none;
  }

  .site-nav.is-open a:hover {
    background: rgba(15, 122, 78, .07);
  }

  .site-nav.is-open a::after {
    content: "";
  }

  .site-nav.is-open .mobile-nav-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 7px;
    margin-top: 6px;
  }

  .site-nav.is-open .mobile-nav-actions a {
    min-height: 40px;
    justify-content: center;
    background: var(--green) !important;
    color: #fff !important;
    border: 0 !important;
  }

  .site-nav.is-open .mobile-nav-actions a:last-child {
    background: #fff !important;
    color: var(--green-dark) !important;
    border: 1px solid var(--line) !important;
  }
}

@media (max-width: 680px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

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

  .site-header {
    width: min(520px, calc(100% - 28px));
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .brand {
    min-width: 0;
  }

  .brand-name {
    font-size: clamp(25px, 7vw, 30px);
  }

  .nav-toggle {
    flex: 0 0 auto;
  }

  .page-hero {
    width: min(520px, calc(100% - 28px));
    padding-top: 24px;
    padding-bottom: 8px;
    overflow: hidden;
  }

  .page-hero h1 {
    width: 100% !important;
    max-width: 100%;
    font-size: clamp(36px, 10vw, 42px);
    overflow-wrap: break-word;
    hyphens: auto;
  }

  .page-hero p {
    width: 100% !important;
    max-width: calc(100vw - 32px);
    font-size: 16.5px;
    line-height: 1.65;
    overflow-wrap: break-word;
  }

  .page-hero + .section {
    padding-top: 14px;
  }

  .content-layout,
  .section,
  .blog-article,
  .blog-list {
    width: min(520px, calc(100% - 28px));
    max-width: 100%;
  }

  .content-card {
    max-width: 100%;
    overflow: hidden;
  }

  .content-card p,
  .content-card li {
    width: 100% !important;
    max-width: calc(100vw - 32px);
    font-size: 16.5px;
    overflow-wrap: break-word;
    hyphens: auto;
  }

  .teacher-list {
    gap: 18px;
  }

  .teacher-card {
    overflow: hidden;
    padding: 0;
    border-radius: 14px;
  }

  .teacher-card img {
    width: 100%;
    max-width: none;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .teacher-card > div {
    padding: 18px;
  }

  .teacher-card h3 {
    width: 100% !important;
    max-width: 100%;
    font-size: clamp(26px, 8vw, 34px);
  }

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

@media (max-width: 680px) {
  .site-header,
  .page-hero,
  .section,
  .content-layout,
  .blog-article,
  .blog-list,
  .program-grid,
  .blog-grid,
  .footer-inner {
    width: min(350px, calc(100vw - 52px)) !important;
    max-width: min(350px, calc(100vw - 52px)) !important;
    min-width: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .page-hero *,
  .content-card *,
  .teacher-card *,
  .blog-card *,
  .footer-inner * {
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .page-hero h1 {
    font-size: clamp(32px, 9.2vw, 38px);
  }

  .page-hero p,
  .content-card p,
  .content-card li,
  .teacher-card p,
  .teacher-card li {
    width: 100% !important;
    overflow-wrap: anywhere;
  }
}

@media (max-width: 680px) {
  .site-header {
    position: sticky;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    width: 100vw !important;
    max-width: 100vw !important;
    min-height: 72px;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 8px 14px !important;
    box-sizing: border-box;
  }

  .nav-toggle {
    display: block;
    position: fixed;
    top: 14px;
    right: 14px;
    z-index: 60;
    margin-left: 10px;
    margin-right: 0;
    flex: 0 0 44px;
    background: rgba(255, 253, 249, .96);
  }

  .brand {
    flex: 1 1 auto;
    max-width: calc(100% - 58px);
  }

  .brand img {
    flex: 0 0 auto;
  }

  .brand strong {
    font-size: clamp(22px, 7vw, 26px);
    white-space: nowrap;
  }

  .site-nav.is-open {
    position: fixed;
    top: 66px;
    right: 14px;
    left: auto;
    width: min(250px, calc(100vw - 40px));
    max-width: min(250px, calc(100vw - 40px));
    grid-column: auto;
    padding: 8px;
    gap: 3px;
    z-index: 30;
  }

  .site-nav.is-open a {
    min-height: 34px;
    padding: 6px 9px;
    font-size: 14.5px;
  }

  .site-nav.is-open .mobile-nav-actions {
    gap: 6px;
    margin-top: 5px;
  }

  .site-nav.is-open .mobile-nav-actions a {
    min-height: 38px;
  }
}

@media (max-width: 680px) {
  body {
    padding-top: 0 !important;
  }

  .site-header {
    top: 0 !important;
    min-height: 76px !important;
    padding: 9px 16px !important;
  }

  .site-header .brand {
    gap: 11px;
    max-width: calc(100% - 58px);
  }

  .site-header .brand img {
    width: 58px;
    height: 54px;
  }

  .site-header .brand strong {
    font-size: clamp(25px, 7vw, 30px);
  }

  .site-header .brand small {
    font-size: 12px;
  }

  .nav-toggle {
    position: static !important;
    width: 48px;
    height: 48px;
    padding: 11px;
    margin-left: 10px;
    transform: none;
  }

  .site-nav.is-open {
    top: 74px !important;
    right: 14px !important;
    width: min(260px, calc(100vw - 34px));
    max-width: min(260px, calc(100vw - 34px));
  }
}
