:root {
  --ground:        #faf8f4;
  --surface:       #ffffff;
  --surface-tint:  #eef1e2;
  --surface-deep:  #f3eef6;
  --ink:           #2a2330;
  --ink-soft:      #665d6e;
  --line:          #e7e1dc;
  --line-strong:   #d8d0ca;
  --violet:        #6d3391;
  --violet-deep:   #3d1c52;
  --violet-ink:    #542775;
  --green:         #5f8f2c;
  --green-deep:    #40611c;
  --green-tint:    #e7f0d5;

  --panel:         #3a1a4f;
  --panel-2:       #6d3391;
  --on-panel:      #f4ecfa;
  --on-panel-soft: #cfbcdd;
  --on-panel-line: rgba(255, 255, 255, .14);
  --green-bright:  #a6d167;

  --shadow:        18px 28px 60px -30px rgba(61, 28, 82, .28);
  --shadow-sm:     8px 14px 30px -18px rgba(61, 28, 82, .30);

  --font-display: "Fraunces", Georgia, "Times New Roman", serif;
  --font-body: "Figtree", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;

  --step--1: clamp(.82rem, .8rem + .1vw, .9rem);
  --step-0:  clamp(1rem, .97rem + .16vw, 1.1rem);
  --step-1:  clamp(1.15rem, 1.08rem + .35vw, 1.4rem);
  --step-2:  clamp(1.45rem, 1.3rem + .8vw, 2rem);
  --step-3:  clamp(1.9rem, 1.6rem + 1.5vw, 2.9rem);
  --step-4:  clamp(2.5rem, 1.9rem + 3vw, 4.4rem);

  --wrap: 1140px;
  --gutter: clamp(1.15rem, 4vw, 3rem);
}

@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) {
    --ground:        #17131c;
    --surface:       #221b29;
    --surface-tint:  #26202f;
    --surface-deep:  #2a2033;
    --ink:           #f1ece9;
    --ink-soft:      #b6acc0;
    --line:          #372e42;
    --line-strong:   #473c55;
    --violet:        #c39ede;
    --violet-deep:   #e4d3f0;
    --violet-ink:    #d3b6e8;
    --green:         #a6d167;
    --green-deep:    #c3e493;
    --green-tint:    #2c3a1a;
    --shadow:        18px 28px 60px -30px rgba(0, 0, 0, .6);
    --shadow-sm:     8px 14px 30px -18px rgba(0, 0, 0, .55);
  }
}

:root[data-theme="dark"] {
  --ground:        #17131c;
  --surface:       #221b29;
  --surface-tint:  #26202f;
  --surface-deep:  #2a2033;
  --ink:           #f1ece9;
  --ink-soft:      #b6acc0;
  --line:          #372e42;
  --line-strong:   #473c55;
  --violet:        #c39ede;
  --violet-deep:   #e4d3f0;
  --violet-ink:    #d3b6e8;
  --green:         #a6d167;
  --green-deep:    #c3e493;
  --green-tint:    #2c3a1a;
  --shadow:        18px 28px 60px -30px rgba(0, 0, 0, .6);
  --shadow-sm:     8px 14px 30px -18px rgba(0, 0, 0, .55);
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }

html { scroll-behavior: smooth; scroll-padding-top: 90px; }

body {
  margin: 0;
  background: var(--ground);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: var(--step-0);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

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

h1, h2, h3 {
  font-family: var(--font-display);
  font-weight: 400;
  line-height: 1.08;
  text-wrap: balance;
  margin: 0;
  letter-spacing: -.01em;
}

p { margin: 0; }
a { color: inherit; }

::selection { background: var(--green-tint); color: var(--ink); }

:focus-visible { outline: 3px solid var(--violet); outline-offset: 3px; border-radius: 3px; }

.wrap {
  width: 100%;
  max-width: var(--wrap);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.eyebrow {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: var(--step--1);
  text-transform: uppercase;
  letter-spacing: .18em;
  color: var(--violet-ink);
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  margin: 0;
}
.eyebrow::before { content: ""; width: 1.6rem; height: 2px; background: var(--green); }

.inline-link { color: var(--violet-ink); font-weight: 600; }

/* ---------- admin bar ---------- */
.admin-bar {
  background: var(--violet-deep);
  color: #fff;
  font-size: var(--step--1);
  display: flex;
  gap: 1.2rem;
  align-items: center;
  justify-content: center;
  padding: .5rem 1rem;
}
.admin-bar span { font-weight: 700; letter-spacing: .1em; text-transform: uppercase; opacity: .8; }
.admin-bar a { color: #fff; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: var(--step--1);
  letter-spacing: .02em;
  text-decoration: none;
  padding: .85rem 1.5rem;
  border-radius: 999px;
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: transform .18s ease, background-color .18s ease, border-color .18s ease, color .18s ease, filter .18s ease;
}
.btn svg { width: 1.05em; height: 1.05em; }
.btn--solid { background: var(--green); color: #10160a; }
.btn--solid:hover { transform: translateY(-2px); filter: brightness(1.07) saturate(1.08); box-shadow: var(--shadow-sm); }
.btn--ghost { background: transparent; color: var(--ink); border-color: var(--line-strong); }
.btn--ghost:hover { transform: translateY(-2px); border-color: var(--violet); color: var(--violet-ink); }

/* ---------- header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: color-mix(in srgb, var(--ground) 86%, transparent);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid transparent;
  transition: border-color .25s ease, box-shadow .25s ease;
}
.site-header[data-scrolled="true"] { border-color: var(--line); box-shadow: 0 10px 30px -24px rgba(61,28,82,.4); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding-block: .85rem; }
.brand { display: flex; align-items: center; gap: .7rem; text-decoration: none; color: var(--ink); }
.brand-mark {
  width: 40px; height: 40px; flex: none; border-radius: 12px;
  background: linear-gradient(135deg, var(--panel-2) 0%, var(--panel) 100%);
  display: grid; place-items: center; color: #fff;
}
.brand-mark svg { width: 22px; height: 22px; }
.brand-text { display: flex; flex-direction: column; line-height: 1.1; }
.brand-name { font-family: var(--font-display); font-size: 1.15rem; }
.brand-name b { font-weight: 600; color: var(--violet-ink); }
.brand-sub { font-size: .68rem; text-transform: uppercase; letter-spacing: .2em; color: var(--ink-soft); }

.nav { display: flex; align-items: center; gap: 1.9rem; }
.nav-links { display: flex; gap: 1.6rem; list-style: none; margin: 0; padding: 0; }
.nav-links a {
  text-decoration: none; font-size: var(--step--1); font-weight: 500; color: var(--ink-soft);
  padding-block: .3rem; position: relative; transition: color .18s ease;
}
.nav-links a::after {
  content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 2px;
  background: var(--green); transform: scaleX(0); transform-origin: left; transition: transform .22s ease;
}
.nav-links a:hover { color: var(--ink); }
.nav-links a:hover::after { transform: scaleX(1); }

.nav-toggle {
  display: none; background: none; border: 1.5px solid var(--line-strong);
  border-radius: 10px; padding: .5rem; color: var(--ink); cursor: pointer;
}
.nav-toggle svg { width: 22px; height: 22px; display: block; }

/* ---------- hero ---------- */
.hero { position: relative; overflow: hidden; padding-block: clamp(2.25rem, 5vw, 4rem) clamp(3rem, 7vw, 5.5rem); }
.hero::before, .hero::after {
  content: ""; position: absolute; border-radius: 50%; filter: blur(10px); z-index: 0; pointer-events: none;
}
.hero::before {
  width: 46vw; height: 46vw; max-width: 620px; max-height: 620px; right: -14vw; top: -18vw;
  background: radial-gradient(circle at 30% 30%, color-mix(in srgb, var(--violet) 34%, transparent), transparent 68%);
}
.hero::after {
  width: 40vw; height: 40vw; max-width: 520px; max-height: 520px; left: -16vw; bottom: -22vw;
  background: radial-gradient(circle at 60% 40%, color-mix(in srgb, var(--green) 32%, transparent), transparent 66%);
}
.hero .wrap { position: relative; z-index: 1; }
.hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: start; }
.hero-card { margin-top: clamp(0rem, 2vw, 1.5rem); }
.hero h1 { font-size: var(--step-4); margin-top: 1.4rem; max-width: 15ch; }
.hero-lead { margin-top: 1.5rem; font-size: var(--step-1); color: var(--ink-soft); max-width: 46ch; line-height: 1.55; }
.hero-pills { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 1.8rem; padding: 0; list-style: none; }
.hero-pills li {
  font-size: var(--step--1); font-weight: 600; letter-spacing: .02em; padding: .5rem 1rem;
  border-radius: 999px; background: var(--surface); border: 1px solid var(--line); color: var(--ink);
}
.hero-cta { display: flex; flex-wrap: wrap; gap: .9rem; margin-top: 2.2rem; }

.hero-card {
  background: var(--surface); border: 1px solid var(--line); border-radius: 22px;
  padding: clamp(1.5rem, 3vw, 2.2rem); box-shadow: var(--shadow);
}
.hero-card-img { border-radius: 14px; margin-bottom: 1.2rem; aspect-ratio: 16 / 9; object-fit: cover; }
.hero-card h2 { font-size: var(--step-1); margin-bottom: 1.1rem; }
.hours-mini { width: 100%; border-collapse: collapse; font-size: var(--step--1); font-variant-numeric: tabular-nums; }
.hours-mini th { text-align: left; font-weight: 600; color: var(--ink); padding: .5rem 0; border-bottom: 1px solid var(--line); }
.hours-mini td { text-align: right; color: var(--ink-soft); padding: .5rem 0; border-bottom: 1px solid var(--line); }
.hours-mini tr:last-child th, .hours-mini tr:last-child td { border-bottom: 0; }
.hero-card .note { margin-top: 1rem; font-size: var(--step--1); color: var(--ink-soft); }
.hero-card .call {
  display: flex; align-items: center; gap: .6rem; margin-top: 1.2rem; padding-top: 1.1rem;
  border-top: 1px solid var(--line); font-family: var(--font-display); font-size: var(--step-1);
  text-decoration: none; color: var(--violet-ink);
}
.hero-card .call svg { width: 1.1em; height: 1.1em; flex: none; }

/* ---------- section shells ---------- */
.section { padding-block: clamp(3.25rem, 6vw, 5.5rem); }
.section--tint { background: var(--surface-tint); }
.section--deep { background: var(--panel); color: var(--on-panel); }
.section--deep .eyebrow { color: #d7bfe9; }
.section--deep .eyebrow::before { background: var(--green-bright); }

.section-head { display: flex; flex-direction: column; gap: 1rem; max-width: 52ch; margin-bottom: clamp(2rem, 5vw, 3.5rem); }
.section-head h2 { font-size: var(--step-3); }
.section-head p { color: var(--ink-soft); font-size: var(--step-1); line-height: 1.5; }

/* ---------- services ---------- */
.services { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.1rem; }
.service {
  display: flex; flex-direction: column; gap: .8rem; text-decoration: none; color: var(--ink);
  background: var(--surface); border: 1px solid var(--line); border-radius: 18px;
  padding: 1.5rem 1.4rem 1.6rem; overflow: hidden;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.service:hover { transform: translateY(-4px); border-color: color-mix(in srgb, var(--violet) 45%, var(--line)); box-shadow: var(--shadow-sm); }
.service-icon { width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center; background: var(--green-tint); color: var(--green-deep); }
.service-icon svg { width: 22px; height: 22px; }
.service-img {
  display: block; width: calc(100% + 2.8rem); margin: -1.5rem -1.4rem .3rem;
  aspect-ratio: 3 / 2; background-size: cover; background-position: center;
}
.service:hover .service-img { transform: scale(1.03); }
.service-img { transition: transform .3s ease; }
.service h3 { font-size: var(--step-1); }
.service p { font-size: var(--step--1); color: var(--ink-soft); line-height: 1.5; }
.service .more { margin-top: auto; font-size: var(--step--1); font-weight: 600; color: var(--violet-ink); display: inline-flex; align-items: center; gap: .35rem; }
.service .more svg { width: 1em; height: 1em; transition: transform .2s ease; }
.service:hover .more svg { transform: translateX(3px); }

/* ---------- ergo banner ---------- */
.ergo {
  display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: clamp(1.2rem, 4vw, 3rem);
  background: linear-gradient(120deg, var(--panel-2) 0%, var(--panel) 100%); color: #fff;
  border-radius: 22px; padding: clamp(1.6rem, 4vw, 2.6rem); margin-top: clamp(2rem, 5vw, 3.5rem);
}
.ergo-tag {
  font-family: var(--font-body); font-weight: 700; font-size: var(--step--1); text-transform: uppercase;
  letter-spacing: .16em; padding: .4rem .9rem; border-radius: 999px; background: rgba(255,255,255,.16); white-space: nowrap;
}
.ergo h3 { color: #fff; font-size: var(--step-2); margin-bottom: .5rem; }
.ergo p { color: rgba(255,255,255,.82); font-size: var(--step-0); max-width: 60ch; }
.ergo .btn--solid { white-space: nowrap; }

/* ---------- geraetetraining ---------- */
.training-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(2rem, 6vw, 4.5rem); align-items: start; }
.training-intro h2 { font-size: var(--step-3); color: #fff; margin: 1.2rem 0 1.3rem; }
.training-intro h2 span { color: var(--green-bright); display: block; }
.training-intro p { color: var(--on-panel-soft); font-size: var(--step-0); }
.training-area { display: inline-flex; align-items: baseline; gap: .5rem; margin-top: 1.8rem; font-family: var(--font-display); }
.training-area b { font-size: var(--step-3); font-weight: 500; color: #fff; }
.training-area span { font-size: var(--step--1); text-transform: uppercase; letter-spacing: .16em; color: var(--on-panel-soft); }
.training-cta { margin-top: 1.7rem; }
.training-img { width: 100%; margin-top: 2rem; border-radius: 18px; aspect-ratio: 16 / 10; object-fit: cover; }

.benefits { list-style: none; margin: 0; padding: 0; display: grid; gap: 1px; background: var(--on-panel-line); border-radius: 18px; overflow: hidden; }
.benefits li { background: #46235c; padding: 1.15rem 1.3rem; display: grid; grid-template-columns: 1.6rem 1fr; gap: .9rem; }
.benefits li svg { width: 1.4rem; height: 1.4rem; color: var(--green-bright); margin-top: .15rem; }
.benefits b { display: block; color: #fff; font-weight: 600; font-size: var(--step-0); }
.benefits p { color: var(--on-panel-soft); font-size: var(--step--1); line-height: 1.5; }

/* ---------- courses ---------- */
.courses { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.course {
  background: var(--surface); border: 1px solid var(--line); border-radius: 18px; padding: 1.7rem 1.6rem;
  display: flex; flex-direction: column; gap: .85rem; text-decoration: none; color: var(--ink);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.course { overflow: hidden; }
.course:hover { transform: translateY(-4px); border-color: color-mix(in srgb, var(--violet) 45%, var(--line)); box-shadow: var(--shadow-sm); }
.course-img {
  display: block; width: calc(100% + 3.2rem); margin: -1.7rem -1.6rem .3rem;
  aspect-ratio: 16 / 10; background-size: cover; background-position: center;
  transition: transform .3s ease;
}
.course:hover .course-img { transform: scale(1.03); }
.course-kicker { font-family: var(--font-body); font-size: var(--step--1); font-weight: 600; letter-spacing: .04em; color: var(--green-deep); }
.course h3 { font-size: var(--step-2); }
.course p { font-size: var(--step--1); color: var(--ink-soft); line-height: 1.55; }
.course .more { margin-top: auto; font-size: var(--step--1); font-weight: 600; color: var(--violet-ink); display: inline-flex; align-items: center; gap: .35rem; }
.course .more svg { width: 1em; height: 1em; transition: transform .2s ease; }
.course:hover .more svg { transform: translateX(3px); }

/* ---------- tour ---------- */
.tour-inner { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.5rem, 5vw, 3.5rem); align-items: center; }
.tour-media {
  position: relative; border-radius: 22px; min-height: 320px; overflow: hidden;
  background:
    radial-gradient(circle at 25% 25%, color-mix(in srgb, var(--green) 40%, transparent), transparent 60%),
    radial-gradient(circle at 80% 70%, color-mix(in srgb, var(--violet) 45%, transparent), transparent 60%),
    var(--surface-deep);
  border: 1px solid var(--line); display: grid; place-items: center;
}
.tour-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.tour-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(58,26,79,.15), rgba(58,26,79,.45)); }
.tour-play {
  position: relative; z-index: 1;
  width: 78px; height: 78px; border-radius: 50%; border: none; background: var(--surface); color: var(--violet-ink);
  display: grid; place-items: center; cursor: pointer; box-shadow: var(--shadow); transition: transform .2s ease; text-decoration: none;
}
.tour-play:hover { transform: scale(1.06); }
.tour-play svg { width: 30px; height: 30px; margin-left: 4px; }
.tour-text h2 { font-size: var(--step-3); margin: 1.1rem 0; }
.tour-text p { color: var(--ink-soft); }
.tour-note { margin-top: 1.3rem; font-size: var(--step--1); color: var(--ink-soft); padding-left: 1rem; border-left: 2px solid var(--line-strong); }

/* ---------- about ---------- */
.about-inner { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 6vw, 4.5rem); align-items: center; }
.about-text h2 { font-size: var(--step-3); margin: 1.1rem 0 1.2rem; }
.about-text p { color: var(--ink-soft); }
.about-more { margin-top: 1.6rem; }
.quals { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 1.5rem; padding: 0; list-style: none; }
.quals li { font-size: var(--step--1); padding: .4rem .85rem; border-radius: 999px; background: var(--surface-tint); border: 1px solid var(--line); color: var(--ink); }
.quote { background: var(--surface); border: 1px solid var(--line); border-radius: 22px; padding: clamp(1.8rem, 4vw, 2.8rem); box-shadow: var(--shadow-sm); }
.quote-portrait { width: 88px; height: 88px; border-radius: 50%; object-fit: cover; object-position: top; margin-bottom: 1.1rem; border: 3px solid var(--surface); box-shadow: var(--shadow-sm); }
.quote blockquote { margin: 0; font-family: var(--font-display); font-size: var(--step-2); line-height: 1.35; font-style: italic; }
.quote .mark { font-family: var(--font-display); font-size: 3rem; line-height: 1; color: var(--green); display: block; margin-bottom: .3rem; }
.quote cite { display: block; margin-top: 1.4rem; font-style: normal; font-size: var(--step--1); }
.quote cite b { display: block; font-size: var(--step-0); }
.quote cite span { color: var(--ink-soft); }

/* ---------- hours ---------- */
.hours-inner { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(2rem, 6vw, 4rem); align-items: start; }
.hours-inner h2 { font-size: var(--step-3); margin: 1.1rem 0; }
.hours-inner .note { color: var(--ink-soft); font-size: var(--step-0); }
.hours-table { width: 100%; border-collapse: collapse; font-variant-numeric: tabular-nums; }
.hours-table th, .hours-table td { padding: .95rem .4rem; border-bottom: 1px solid var(--line); text-align: left; }
.hours-table th { font-weight: 600; font-size: var(--step-0); }
.hours-table td { text-align: right; color: var(--ink-soft); font-size: var(--step-0); }
.hours-table tr.is-open th, .hours-table tr.is-open td { color: var(--violet-ink); font-weight: 600; }
.hours-table .late { color: var(--green-deep); font-weight: 600; }

/* ---------- detail / subpages ---------- */
.detail-hero { background: var(--surface-tint); border-bottom: 1px solid var(--line); padding-block: clamp(1.8rem, 4vw, 3rem) clamp(2.4rem, 6vw, 3.6rem); }
.crumbs { display: flex; flex-wrap: wrap; align-items: center; gap: .5rem; font-size: var(--step--1); color: var(--ink-soft); margin-bottom: 1.5rem; }
.crumbs a { color: var(--violet-ink); font-weight: 600; text-decoration: none; }
.crumbs a:hover { text-decoration: underline; }
.crumbs span[aria-hidden] { opacity: .5; }
.detail-hero h1 { font-size: var(--step-3); margin-top: 1rem; max-width: 22ch; }
.detail-lead { margin-top: 1.3rem; font-size: var(--step-1); color: var(--ink-soft); max-width: 54ch; line-height: 1.5; }

.detail-figure { margin-block: clamp(1.5rem, 4vw, 2.5rem) 0; }
.detail-figure img { border-radius: 20px; max-height: 460px; width: 100%; object-fit: cover; }

.detail-body {
  display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: clamp(2rem, 6vw, 4.5rem);
  padding-block: clamp(2.5rem, 6vw, 4.5rem); align-items: start;
}
.detail-body--single { grid-template-columns: minmax(0, 68ch); }
.detail-main { max-width: 68ch; }
.detail-main h2 { font-size: var(--step-2); margin: 2.4rem 0 .9rem; }
.detail-main h2:first-child { margin-top: 0; }
.detail-main h3 { font-size: var(--step-1); margin: 1.8rem 0 .6rem; }
.detail-main p { margin-bottom: 1rem; }
.detail-main a { color: var(--violet-ink); font-weight: 600; }
.detail-main ul { margin: 0 0 1.5rem; padding: 0; list-style: none; display: grid; gap: .65rem; }
.detail-main li { position: relative; padding-left: 1.5rem; }
.detail-main li::before { content: ""; position: absolute; left: 0; top: .62em; width: .5rem; height: .5rem; border-radius: 50%; background: var(--green); }
.detail-main strong { font-weight: 600; }
.detail-fineprint { margin-top: 2rem; padding-top: 1.2rem; border-top: 1px solid var(--line); font-size: var(--step--1); color: var(--ink-soft); }

.detail-aside { position: sticky; top: 92px; display: grid; gap: 1rem; }
.cta-card { background: var(--panel); color: var(--on-panel); border-radius: 20px; padding: 1.7rem 1.6rem; }
.cta-card h2 { font-size: var(--step-1); color: #fff; margin-bottom: .6rem; }
.cta-card p { font-size: var(--step--1); color: var(--on-panel-soft); margin-bottom: 1.1rem; }
.cta-card .btn { width: 100%; justify-content: center; }
.cta-card .muted { margin-top: .9rem; margin-bottom: 0; }

.detail-more { padding-bottom: clamp(3rem, 7vw, 5rem); }
.detail-more h2 { font-size: var(--step-2); margin-bottom: 1.4rem; }
.more-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: .9rem; }
.more-grid a {
  text-decoration: none; color: var(--ink); background: var(--surface); border: 1px solid var(--line);
  border-radius: 14px; padding: 1rem 1.1rem; font-weight: 600; font-size: var(--step--1);
  display: flex; align-items: center; justify-content: space-between; gap: .5rem;
  transition: border-color .18s ease, transform .18s ease;
}
.more-grid a:hover { border-color: var(--violet); transform: translateY(-2px); }
.more-grid svg { width: 1em; height: 1em; flex: none; color: var(--violet-ink); }

/* ---------- footer ---------- */
.footer { background: var(--panel); color: #e9def2; padding-block: clamp(3rem, 7vw, 5rem) 2rem; }
.footer a { color: #e9def2; }
.footer-top { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: clamp(2rem, 5vw, 3.5rem); padding-bottom: 2.5rem; border-bottom: 1px solid var(--on-panel-line); }
.footer h2 { font-size: var(--step-2); color: #fff; margin-bottom: .8rem; }
.footer p { color: #cdbcd9; font-size: var(--step-0); }
.footer h3 { font-family: var(--font-body); font-size: var(--step--1); text-transform: uppercase; letter-spacing: .16em; color: #b89ccb; margin-bottom: 1rem; }
.contact-list { list-style: none; margin: 0; padding: 0; display: grid; gap: .7rem; font-size: var(--step-0); }
.contact-list span { color: #b89ccb; display: inline-block; width: 4.2rem; }
.contact-list a { text-decoration: none; }
.contact-list a:hover { text-decoration: underline; }
.footer-nav { list-style: none; margin: 0; padding: 0; display: grid; gap: .7rem; font-size: var(--step-0); }
.footer-nav a { text-decoration: none; color: #cdbcd9; }
.footer-nav a:hover { color: #fff; }
.footer-cta { margin-top: 1.6rem; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem; padding-top: 1.8rem; font-size: var(--step--1); color: #a892bd; }
.footer-bottom .disclaimer { max-width: 60ch; }

/* ---------- reveal ---------- */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  * { scroll-behavior: auto !important; }
}

/* ---------- responsive ---------- */
@media (max-width: 960px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-card { order: 2; }
  .services { grid-template-columns: repeat(2, 1fr); }
  .training-grid, .courses, .tour-inner, .about-inner, .hours-inner, .footer-top { grid-template-columns: 1fr; }
  .ergo { grid-template-columns: 1fr; text-align: left; }
  .about-inner .quote { order: -1; }
}
@media (max-width: 900px) {
  .detail-body, .detail-body--single { grid-template-columns: 1fr; }
  .detail-aside { position: static; }
  .more-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 1000px) {
  .nav-links {
    position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; gap: 0;
    background: var(--surface); border-bottom: 1px solid var(--line); box-shadow: var(--shadow-sm);
    padding: .5rem var(--gutter) 1rem; display: none;
  }
  .nav-links.is-open { display: flex; }
  .nav-links li { border-bottom: 1px solid var(--line); }
  .nav-links a { display: block; padding: .9rem 0; font-size: var(--step-0); }
  .nav-links a::after { display: none; }
  .nav-toggle { display: block; }
  .nav { gap: .8rem; }
  .nav-cta { display: none; }
}
@media (max-width: 520px) {
  .services { grid-template-columns: 1fr; }
  .more-grid { grid-template-columns: 1fr; }
  .hero-cta .btn { flex: 1 1 auto; justify-content: center; }
}
