/* Hautlicht — concept study 03 "Ästhetik Studio": clean luxury, soft light, trust. Warm white, ivory and champagne,
   a fine display serif (Noto Serif Display Light) with a precise sans (Manrope), skin and texture photography in
   soft rounded frames, white cards, pill buttons, a quiet glow of light. */

@font-face { font-family: "Noto Serif Display"; src: url("../fonts/noto-serif-display-latin-300-normal.woff2") format("woff2"); font-weight: 300; font-style: normal; font-display: swap; }
@font-face { font-family: "Noto Serif Display"; src: url("../fonts/noto-serif-display-latin-300-italic.woff2") format("woff2"); font-weight: 300; font-style: italic; font-display: swap; }
@font-face { font-family: "Manrope"; src: url("../fonts/manrope-latin-wght-normal.woff2") format("woff2"); font-weight: 200 800; font-style: normal; font-display: swap; }

:root {
  --ivory: #fbf8f3;
  --white: #ffffff;
  --pearl: #f5efe7;
  --champagne: #efe5d7;
  --champagne-2: #e6d7c3;
  --nude: #ead9cc;
  --line: #e7ddd0;
  --line-2: #d9ccbb;
  --graphite: #2d2b28;
  --graphite-2: #4a4640;
  --muted: #625d56;
  --gold: #b4956c;
  --gold-ink: #7d6243;
  --glow: #f2e2cb;
  --serif: "Noto Serif Display", "Didot", "Bodoni 72", Georgia, serif;
  --sans: "Manrope", system-ui, -apple-system, "Segoe UI", sans-serif;
  --gutter: clamp(20px, 4.6vw, 64px);
  --max: 1320px;
  --head-h: 76px;
  --r-xl: 32px;
  --r-lg: 24px;
  --r-md: 18px;
  --shadow: 0 1px 2px rgb(45 43 40 / 0.04), 0 18px 50px rgb(96 76 52 / 0.1);
  --ease: cubic-bezier(0.22, 0.7, 0.12, 1);
}

*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; } /* KI entry points stay invisible until the KI-Service shows them */
html { background: var(--ivory); color: var(--graphite); -webkit-text-size-adjust: 100%; scroll-padding-top: calc(var(--head-h) + 70px); }
body { margin: 0; font: 400 16.5px/1.7 var(--sans); }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
:focus-visible { outline: 2px solid var(--gold-ink); outline-offset: 3px; }
h1, h2, h3, h4 { margin: 0; font-family: var(--serif); font-weight: 300; letter-spacing: -0.015em; overflow-wrap: break-word; }
.cat-head h2, .treat h3, .t-card h3 { hyphens: auto; }
h1 em, h2 em { font-style: italic; color: var(--gold-ink); }
p, ul, ol, dl, dd, figure { margin: 0; }
ul, ol { padding: 0; list-style: none; }
address { font-style: normal; }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.skip { position: absolute; left: -9999px; top: 12px; z-index: 50; padding: 10px 14px; border-radius: 999px; background: var(--graphite); color: var(--ivory); }
.skip:focus { left: 16px; }

.eyebrow { font: 700 11.5px/1.4 var(--sans); letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold-ink); }
.lede { font-size: 18px; line-height: 1.65; color: var(--graphite-2); }
.muted { color: var(--muted); }
.small { font-size: 14px; }
.acts { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 24px; }

.btn { white-space: nowrap; display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 28px; border: 1px solid var(--graphite); border-radius: 999px; background: var(--graphite); color: var(--ivory); font: 600 15px/1 var(--sans); text-decoration: none; transition: background 0.3s var(--ease), border-color 0.3s var(--ease), color 0.3s var(--ease); }
.btn:hover { background: #45413b; border-color: #45413b; }
.btn--small { min-height: 44px; padding: 0 22px; font-size: 14px; }
.btn--wide { width: 100%; }
.btn--ghost { background: transparent; color: var(--graphite); border-color: var(--line-2); }
.btn--ghost:hover { background: var(--white); border-color: var(--graphite); color: var(--graphite); }
.link { display: inline-flex; align-items: center; gap: 10px; min-height: 44px; font: 600 15px/1 var(--sans); text-decoration: underline; text-decoration-color: var(--line-2); text-underline-offset: 6px; }
.link:hover { text-decoration-color: var(--graphite); }
.ask { position: relative; display: inline-flex; align-items: center; gap: 7px; min-height: 40px; padding: 0; border: 0; background: none; font: 600 13.5px/1.2 var(--sans); color: var(--gold-ink); cursor: pointer; }
.ask::before { content: ""; width: 14px; height: 14px; border-radius: 50%; background: radial-gradient(circle, #fff 0 22%, var(--gold) 26% 42%, rgb(180 149 108 / 0.18) 46%); flex: none; }
.ask:hover { color: var(--graphite); }
.ask--pill { min-height: 52px; padding: 0 22px; border: 1px solid var(--line-2); border-radius: 999px; background: var(--white); color: var(--graphite); font-size: 14.5px; }
.ask--pill:hover { border-color: var(--graphite); }

/* logo */
.logo { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; white-space: nowrap; }
.logo-mark { width: 24px; height: 24px; border-radius: 50%; flex: none; background: radial-gradient(circle at 50% 50%, #fff 0 22%, #f0dcc0 38%, rgb(233 211 180 / 0.35) 58%, rgb(233 211 180 / 0) 72%); box-shadow: inset 0 0 0 1px rgb(180 149 108 / 0.55); }
.logo-word { font: 300 29px/1 var(--serif); letter-spacing: -0.01em; }
.logo-sub { margin-left: 4px; padding-left: 12px; border-left: 1px solid var(--line-2); font: 600 10.5px/1.2 var(--sans); letter-spacing: 0.2em; text-transform: uppercase; color: var(--muted); }

/* header */
.top { position: sticky; top: 0; z-index: 20; background: rgb(251 248 243 / 0.88); backdrop-filter: saturate(1.4) blur(14px); border-bottom: 1px solid rgb(231 221 208 / 0.8); }
.top-in { display: grid; grid-template-columns: auto 1fr auto auto; align-items: center; gap: 24px; max-width: var(--max); height: var(--head-h); margin: 0 auto; padding: 0 var(--gutter); }
.top-nav { display: flex; justify-content: center; gap: 30px; }
.top-nav a { padding: 10px 2px; font: 500 15px/1 var(--sans); text-decoration: none; color: var(--graphite-2); }
.top-nav a:hover, .top-nav a[aria-current="page"] { color: var(--graphite); box-shadow: inset 0 -1px 0 var(--gold); }
.menu-btn { display: none; min-height: 44px; padding: 0 18px; border: 1px solid var(--line-2); border-radius: 999px; background: var(--white); color: var(--graphite); font: 600 13.5px/1 var(--sans); cursor: pointer; }
.menu[popover] { inset: 0; width: 100%; height: 100%; max-width: none; max-height: none; margin: 0; padding: 18px var(--gutter) 32px; border: 0; background: var(--ivory); color: var(--graphite); }
.menu[popover]:popover-open { display: flex; flex-direction: column; }
.menu-top { display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.menu .logo-sub { display: none; }
.menu nav { display: grid; margin: 8vh 0 32px; border-top: 1px solid var(--line); }
.menu nav a { padding: 14px 0; border-bottom: 1px solid var(--line); font: 300 34px/1.2 var(--serif); text-decoration: none; }
.menu-foot { margin-top: auto; padding-top: 24px; color: var(--muted); font-size: 15px; }

/* hero */
.hero { overflow-x: clip; display: grid; grid-template-columns: 1fr 1.08fr; gap: clamp(40px, 6vw, 96px); align-items: center; max-width: var(--max); margin: 0 auto; padding: clamp(40px, 5vw, 72px) var(--gutter) clamp(56px, 7vw, 96px); position: relative; }
.hero::before { content: ""; position: absolute; z-index: -1; right: -10%; top: -20%; width: 70%; height: 120%; background: radial-gradient(closest-side, var(--glow), rgb(242 226 203 / 0)); pointer-events: none; }
.hero h1 { margin: 20px 0 24px; font-size: clamp(44px, 5.5vw, 82px); line-height: 1.04; }
.hero .lede { max-width: 31em; }
.hero .acts { margin-top: 34px; }
.hero-visual { position: relative; padding: 0 0 36px 44px; }
.hero-pic { overflow: hidden; border-radius: var(--r-xl); box-shadow: var(--shadow); }
.hero-pic img { width: 100%; height: min(74vh, 700px); min-height: 460px; object-fit: cover; object-position: 50% 40%; }
.hero-card { position: absolute; left: 0; bottom: 0; display: flex; align-items: center; gap: 16px; padding: 12px 22px 12px 12px; border-radius: 22px; background: rgb(255 255 255 / 0.94); box-shadow: var(--shadow); text-decoration: none; backdrop-filter: blur(6px); transition: transform 0.4s var(--ease); }
.hero-card:hover { transform: translateY(-3px); }
.hero-card-pic img { width: 76px; height: 76px; border-radius: 14px; object-fit: cover; }
.hero-card-text { display: grid; gap: 2px; }
.hero-card-label { font: 700 10.5px/1.3 var(--sans); letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold-ink); }
.hero-card-name { font: 300 23px/1.15 var(--serif); }
.hero-card-meta { font-size: 13.5px; color: var(--muted); }

/* trust */
.trust { max-width: var(--max); margin: 0 auto; padding: 0 var(--gutter); }
.trust ul { display: grid; grid-template-columns: repeat(4, 1fr); border-block: 1px solid var(--line); }
.trust li { display: grid; gap: 2px; padding: 26px 24px 26px 34px; position: relative; }
.trust li + li { border-left: 1px solid var(--line); }
.trust li::before { content: ""; position: absolute; left: 10px; top: 33px; width: 12px; height: 12px; border-radius: 50%; background: radial-gradient(circle, #fff 0 25%, var(--gold) 30% 50%, rgb(180 149 108 / 0.15) 55%); }
.trust b { font: 600 15px/1.35 var(--sans); }
.trust span { font-size: 14px; color: var(--muted); line-height: 1.5; }

/* section heads */
.sec-head { margin-bottom: clamp(36px, 4vw, 56px); }
.sec-head--center { max-width: 760px; margin-inline: auto; text-align: center; }
.sec-head h2, .faq-head h2 { margin: 16px 0 16px; font-size: clamp(38px, 4.4vw, 64px); line-height: 1.06; }
.sec-lede { color: var(--muted); font-size: 17px; }
.sec-head--center .sec-lede { max-width: 34em; margin-inline: auto; }

/* treatments (home) */
.treatments { max-width: var(--max); margin: 0 auto; padding: clamp(80px, 9vw, 130px) var(--gutter) clamp(60px, 7vw, 100px); }
.filter { display: inline-flex; flex-wrap: wrap; justify-content: center; gap: 6px; margin-top: 26px; padding: 5px; border: 1px solid var(--line); border-radius: 999px; background: var(--white); }
.filter button { min-height: 40px; padding: 0 18px; border: 0; border-radius: 999px; background: none; color: var(--graphite-2); font: 600 14px/1 var(--sans); cursor: pointer; }
.filter button[aria-pressed="true"] { background: var(--graphite); color: var(--ivory); }
.t-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.t-card { display: flex; flex-direction: column; padding: 10px; border: 1px solid var(--line); border-radius: var(--r-lg); background: var(--white); transition: box-shadow 0.5s var(--ease), transform 0.5s var(--ease); }
.t-card:hover { box-shadow: var(--shadow); transform: translateY(-3px); }
.t-pic { display: block; overflow: hidden; border-radius: var(--r-md); aspect-ratio: 1; background: var(--pearl); }
.t-pic img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease); }
.t-card:hover .t-pic img { transform: scale(1.04); }
.t-body { display: flex; flex-direction: column; flex: 1; padding: 18px 12px 8px; }
.t-cat { font: 700 10.5px/1.4 var(--sans); letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold-ink); }
.t-card h3 { margin-top: 8px; font-size: 25px; line-height: 1.15; }
.t-card h3 a { text-decoration: none; }
.t-card h3 a:hover { color: var(--gold-ink); }
.t-teaser { margin-top: 8px; color: var(--muted); font-size: 14.5px; line-height: 1.55; flex: 1; }
.t-meta { display: flex; justify-content: space-between; align-items: baseline; margin-top: 16px; padding-top: 14px; border-top: 1px solid var(--line); font-size: 14.5px; color: var(--muted); }
.t-price { font: 600 16px/1 var(--sans); color: var(--graphite); }
.t-foot { display: flex; flex-wrap: nowrap; justify-content: space-between; align-items: center; gap: 6px 12px; margin-top: 12px; min-height: 40px; }
.tag { white-space: nowrap; display: inline-flex; align-items: center; min-height: 28px; padding: 0 12px; border-radius: 999px; font: 600 12px/1 var(--sans); color: var(--graphite-2); }
.tag--rec { background: var(--champagne); }
.tag--req { background: var(--nude); }
.tag--free { background: var(--pearl); border: 1px solid var(--line); }
.t-card.is-out { display: none; }
.more { margin-top: 40px; text-align: center; }

/* consult */
.consult { background: linear-gradient(180deg, var(--ivory), var(--pearl) 16%, var(--pearl) 84%, var(--ivory)); }
.consult-in { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(40px, 7vw, 110px); align-items: center; max-width: var(--max); margin: 0 auto; padding: clamp(70px, 8vw, 120px) var(--gutter); }
.consult-pic { overflow: hidden; border-radius: var(--r-xl); }
.consult-pic img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.consult-text h2 { margin: 16px 0 18px; font-size: clamp(40px, 4.6vw, 68px); line-height: 1.04; }
.consult-steps { display: grid; gap: 10px; margin: 28px 0; counter-reset: c; }
.consult-steps li { display: flex; align-items: center; gap: 14px; counter-increment: c; font-size: 16px; }
.consult-steps li::before { content: counter(c); display: grid; place-items: center; width: 32px; height: 32px; flex: none; border-radius: 50%; background: var(--white); border: 1px solid var(--line-2); font: 600 13px/1 var(--sans); color: var(--gold-ink); }
.consult-price { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 30px; }
.consult-price span { padding: 8px 14px; border-radius: 999px; background: var(--white); border: 1px solid var(--line); font-size: 14px; color: var(--graphite-2); }
.consult-price span:nth-child(2) { font-weight: 700; color: var(--graphite); }

/* band */
.band { position: relative; max-width: var(--max); margin: clamp(50px, 6vw, 90px) auto 0; padding: 0 var(--gutter); }
.band-pic { overflow: hidden; border-radius: var(--r-xl); }
.band-pic img { width: 100%; height: clamp(320px, 38vw, 520px); object-fit: cover; }
.band-text { position: absolute; inset: 0 var(--gutter); display: grid; place-items: center; padding: 0 8%; text-align: center; font: 300 clamp(32px, 4.2vw, 62px)/1.12 var(--serif); letter-spacing: -0.015em; color: var(--graphite); text-shadow: 0 0 40px rgb(255 255 255 / 0.9); }
.band-text em { color: var(--gold-ink); }

/* studio */
.studio { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(40px, 7vw, 110px); align-items: center; max-width: var(--max); margin: 0 auto; padding: clamp(80px, 9vw, 130px) var(--gutter); }
.studio-text h2 { margin: 16px 0 18px; font-size: clamp(38px, 4.4vw, 64px); line-height: 1.06; }
.checks { display: grid; gap: 12px; margin-top: 28px; }
.checks li { position: relative; padding-left: 34px; color: var(--graphite-2); }
.checks li::before { content: ""; position: absolute; left: 0; top: 4px; width: 20px; height: 20px; border-radius: 50%; background: var(--champagne); }
.checks li::after { content: ""; position: absolute; left: 7px; top: 8px; width: 5px; height: 9px; border: solid var(--gold-ink); border-width: 0 1.5px 1.5px 0; transform: rotate(40deg); }
.studio-pics { display: grid; grid-template-columns: 1.1fr 1fr; grid-template-rows: 1fr 1fr; gap: 16px; height: clamp(420px, 44vw, 620px); }
.studio-pics figure { overflow: hidden; border-radius: var(--r-lg); }
.studio-pics img { width: 100%; height: 100%; object-fit: cover; }
.studio-a { grid-row: span 2; }

/* KI-Mitarbeiter section */
.assist { max-width: var(--max); margin: 0 auto; padding: 0 var(--gutter) clamp(60px, 7vw, 100px); }
.assist-card { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: clamp(32px, 5vw, 72px); padding: clamp(32px, 5vw, 64px); border-radius: var(--r-xl); background: radial-gradient(60% 80% at 0% 0%, var(--glow), rgb(242 226 203 / 0) 70%), var(--white); border: 1px solid var(--line); box-shadow: var(--shadow); }
.assist-text h2 { margin: 16px 0 16px; font-size: clamp(36px, 3.8vw, 56px); line-height: 1.06; }
.assist-text > p:not(.eyebrow) { color: var(--graphite-2); }
.scope { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 30px; padding-top: 24px; border-top: 1px solid var(--line); }
.scope h3 { margin-bottom: 10px; font: 700 11.5px/1.4 var(--sans); letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold-ink); }
.scope li { position: relative; padding: 4px 0 4px 22px; font-size: 14.5px; line-height: 1.5; color: var(--graphite-2); }
.scope li::before { content: "✓"; position: absolute; left: 0; top: 4px; color: var(--gold-ink); font-weight: 700; }
.scope div + div li::before { content: "–"; color: var(--muted); }
.assist-qs { display: grid; align-content: center; gap: 10px; }
.assist-label { font: 700 11.5px/1.4 var(--sans); letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted); }
.q { display: flex; justify-content: space-between; align-items: center; gap: 16px; width: 100%; min-height: 58px; padding: 14px 20px; border: 1px solid var(--line); border-radius: var(--r-md); background: var(--ivory); color: var(--graphite); font: 500 15px/1.4 var(--sans); text-align: left; cursor: pointer; transition: border-color 0.3s, background 0.3s; }
.q::after { content: "→"; color: var(--gold-ink); }
.q:hover { border-color: var(--graphite); background: var(--white); }

/* faq */
.faq { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: clamp(32px, 6vw, 96px); max-width: var(--max); margin: 0 auto; padding: clamp(60px, 7vw, 110px) var(--gutter); }
.faq-list { display: grid; gap: 10px; align-content: start; }
.faq details { border: 1px solid var(--line); border-radius: var(--r-md); background: var(--white); transition: box-shadow 0.4s var(--ease); }
.faq details[open] { box-shadow: var(--shadow); }
.faq summary { display: flex; justify-content: space-between; align-items: center; gap: 20px; min-height: 64px; padding: 16px 22px; font: 600 16px/1.4 var(--sans); cursor: pointer; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: ""; width: 12px; height: 12px; flex: none; border: solid var(--gold-ink); border-width: 0 1.5px 1.5px 0; transform: rotate(45deg) translate(-3px, -3px); transition: transform 0.3s var(--ease); }
.faq details[open] summary::after { transform: rotate(-135deg) translate(-3px, -3px); }
.faq details p { padding: 0 22px 20px; color: var(--graphite-2); }

/* visit card */
.visit { max-width: var(--max); margin: 0 auto; padding: 0 var(--gutter) clamp(80px, 9vw, 130px); }
.visit-card { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(32px, 5vw, 80px); align-items: center; padding: 16px; border-radius: var(--r-xl); background: var(--pearl); }
.visit-pic { overflow: hidden; border-radius: var(--r-lg); }
.visit-pic img { width: 100%; height: 100%; max-height: 620px; aspect-ratio: 4 / 5; object-fit: cover; }
.visit-text { padding: 32px 40px 32px 0; }
.visit-text h2 { margin: 14px 0 18px; font-size: clamp(38px, 4.2vw, 62px); line-height: 1.06; }
.visit-text address { font: 300 24px/1.35 var(--serif); }
.visit-text .muted { margin-top: 6px; font-size: 15px; }
.hours { display: grid; margin: 24px 0 28px; max-width: 440px; }
.hours div { display: flex; justify-content: space-between; gap: 20px; padding: 9px 0; border-bottom: 1px solid var(--line-2); font-size: 15.5px; }
.hours dt { font-weight: 600; }
.hours dd.closed { color: var(--muted); }

/* footer */
.foot { background: var(--champagne); color: var(--graphite); }
.foot-in { display: grid; grid-template-columns: 1.4fr 1fr 1fr 0.8fr; gap: 40px; max-width: var(--max); margin: 0 auto; padding: clamp(64px, 7vw, 100px) var(--gutter) 40px; }
.logo--foot .logo-word { font-size: 44px; }
.logo--foot .logo-mark { width: 32px; height: 32px; }
.logo--foot .logo-sub { display: none; }
.foot-claim { max-width: 22em; margin: 16px 0 26px; color: var(--graphite-2); }
.foot h2 { margin-bottom: 14px; font: 700 11.5px/1.4 var(--sans); letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold-ink); }
.foot-col p, .foot-col li { font-size: 15px; line-height: 1.85; color: var(--graphite-2); }
.foot-contact { margin-top: 10px; }
.foot a { text-underline-offset: 4px; text-decoration-color: var(--line-2); }
.foot a:hover { text-decoration-color: var(--graphite); }
.hours--foot { margin: 0; }
.hours--foot div { padding: 2px 0; border: 0; font-size: 15px; color: var(--graphite-2); }
.hours--foot dt { font-weight: 500; }
.hours--foot dd.closed { color: var(--graphite-2); }
.foot-note { max-width: var(--max); margin: 0 auto; padding: 24px var(--gutter) 40px; border-top: 1px solid var(--champagne-2); font-size: 13.5px; color: var(--graphite-2); }

/* floating KI button */
.float-ask { position: fixed; right: 24px; bottom: 24px; z-index: 30; display: inline-flex; align-items: center; gap: 12px; min-height: 58px; padding: 0 24px 0 14px; border: 1px solid var(--line); border-radius: 999px; background: rgb(255 255 255 / 0.96); color: var(--graphite); font: 600 15px/1 var(--sans); box-shadow: var(--shadow); cursor: pointer; backdrop-filter: blur(8px); transition: transform 0.3s var(--ease); }
.float-ask:hover { transform: translateY(-2px); }
.float-mark { width: 32px; height: 32px; border-radius: 50%; background: radial-gradient(circle at 50% 50%, #fff 0 20%, #f0dcc0 36%, rgb(233 211 180 / 0.4) 58%, rgb(233 211 180 / 0) 72%); box-shadow: inset 0 0 0 1px rgb(180 149 108 / 0.55); }

/* inner pages */
.page-head { overflow-x: clip; display: grid; grid-template-columns: 1.1fr 0.9fr; gap: clamp(40px, 6vw, 96px); align-items: center; max-width: var(--max); margin: 0 auto; padding: clamp(40px, 5vw, 72px) var(--gutter) clamp(50px, 6vw, 84px); position: relative; }
.page-head::before { content: ""; position: absolute; z-index: -1; right: -8%; top: -10%; width: 60%; height: 110%; background: radial-gradient(closest-side, var(--glow), rgb(242 226 203 / 0)); pointer-events: none; }
.page-head h1 { margin: 18px 0 22px; font-size: clamp(44px, 5.4vw, 80px); line-height: 1.04; }
.page-head .lede { max-width: 32em; }
.page-head-pic { overflow: hidden; border-radius: var(--r-xl); box-shadow: var(--shadow); }
.page-head-pic img { width: 100%; height: min(62vh, 560px); min-height: 360px; object-fit: cover; }
.note-soft { position: relative; max-width: 36em; margin-top: 28px; padding: 16px 20px 16px 48px; border-radius: var(--r-md); background: var(--white); border: 1px solid var(--line); font-size: 14.5px; color: var(--graphite-2); }
.note-soft::before { content: ""; position: absolute; left: 18px; top: 20px; width: 14px; height: 14px; border-radius: 50%; background: radial-gradient(circle, #fff 0 22%, var(--gold) 26% 42%, rgb(180 149 108 / 0.18) 46%); }

.cat-nav { position: sticky; top: var(--head-h); z-index: 15; background: rgb(251 248 243 / 0.92); backdrop-filter: blur(12px); border-bottom: 1px solid var(--line); }
.cat-nav-in { display: flex; justify-content: center; gap: 6px; max-width: var(--max); margin: 0 auto; padding: 10px var(--gutter); overflow-x: auto; scrollbar-width: none; }
.cat-nav a { flex: none; display: inline-flex; align-items: center; min-height: 42px; padding: 0 18px; border-radius: 999px; font: 600 14px/1 var(--sans); text-decoration: none; color: var(--graphite-2); }
.cat-nav a:hover { background: var(--white); color: var(--graphite); box-shadow: inset 0 0 0 1px var(--line); }

.cat { max-width: var(--max); margin: 0 auto; padding: clamp(60px, 7vw, 100px) var(--gutter) 0; scroll-margin-top: calc(var(--head-h) + 60px); }
.cat-head { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(24px, 6vw, 96px); align-items: end; padding-bottom: 28px; }
.cat-head h2 { font-size: clamp(38px, 4.4vw, 64px); line-height: 1.04; }
.cat-head p { color: var(--muted); max-width: 32em; }
.treat { display: grid; grid-template-columns: 0.72fr 1.28fr; gap: clamp(28px, 5vw, 72px); align-items: start; padding: 22px; margin-bottom: 22px; border: 1px solid var(--line); border-radius: var(--r-xl); background: var(--white); scroll-margin-top: calc(var(--head-h) + 70px); }
.treat-pic { overflow: hidden; border-radius: var(--r-lg); }
.treat-pic img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.treat-body { padding: 18px 18px 10px 0; }
.treat h3 { margin-top: 10px; font-size: clamp(32px, 3.2vw, 46px); line-height: 1.08; }
.treat-teaser { margin-top: 10px; max-width: 34em; color: var(--graphite-2); font-size: 17px; }
.facts { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin: 24px 0 28px; }
.facts li { display: grid; gap: 2px; padding: 12px 14px; border-radius: 14px; background: var(--ivory); border: 1px solid var(--line); }
.facts span { font: 700 10.5px/1.4 var(--sans); letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); }
.facts b { font: 600 15px/1.35 var(--sans); }
.treat-cols { display: grid; grid-template-columns: 1.2fr 1fr; gap: 32px; margin-bottom: 28px; }
.treat h4 { margin-bottom: 12px; font: 700 11.5px/1.4 var(--sans); letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold-ink); }
.flow { counter-reset: f; display: grid; gap: 8px; }
.flow li { display: flex; gap: 12px; align-items: baseline; counter-increment: f; font-size: 15px; line-height: 1.5; color: var(--graphite-2); }
.flow li::before { content: counter(f); display: grid; place-items: center; width: 24px; height: 24px; flex: none; border-radius: 50%; background: var(--champagne); font: 700 11.5px/1 var(--sans); color: var(--gold-ink); transform: translateY(-1px); }
.after { display: grid; gap: 8px; }
.after li { position: relative; padding-left: 18px; font-size: 15px; line-height: 1.5; color: var(--graphite-2); }
.after li::before { content: ""; position: absolute; left: 2px; top: 9px; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); }
.cat--consult .treat { background: radial-gradient(60% 80% at 100% 0%, var(--glow), rgb(242 226 203 / 0) 70%), var(--white); }

.info { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; max-width: var(--max); margin: 0 auto; padding: 0 var(--gutter); }
.info-card { padding: clamp(26px, 3vw, 40px); border-radius: var(--r-lg); background: var(--white); border: 1px solid var(--line); }
.info-card h2 { margin-bottom: 16px; font-size: 34px; line-height: 1.1; }
.info-card address { font: 300 23px/1.4 var(--serif); }
.info-card .muted { margin-top: 10px; font-size: 15px; }
.info-card .hours { margin: 0 0 10px; }
.contact { display: grid; }
.contact a { display: inline-flex; align-items: center; min-height: 44px; font-weight: 600; text-underline-offset: 4px; text-decoration-color: var(--line-2); }
.steps { max-width: var(--max); margin: 0 auto; padding: clamp(70px, 8vw, 120px) var(--gutter) clamp(40px, 5vw, 70px); text-align: center; }
.steps h2 { font-size: clamp(36px, 4vw, 58px); line-height: 1.06; }
.steps ol { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 44px; counter-reset: s; text-align: left; }
.steps li { position: relative; padding: 28px 28px 30px; border-radius: var(--r-lg); background: var(--pearl); counter-increment: s; }
.steps li::before { content: counter(s); display: grid; place-items: center; width: 40px; height: 40px; margin-bottom: 18px; border-radius: 50%; background: var(--white); font: 300 20px/1 var(--serif); color: var(--gold-ink); box-shadow: inset 0 0 0 1px var(--line-2); }
.steps b { display: block; font: 300 26px/1.2 var(--serif); }
.steps span { display: block; margin-top: 6px; color: var(--graphite-2); font-size: 15px; }
.request { max-width: var(--max); margin: 0 auto; padding: clamp(30px, 4vw, 60px) var(--gutter) clamp(80px, 9vw, 130px); scroll-margin-top: calc(var(--head-h) + 20px); }
.request-card { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 80px); align-items: center; padding: clamp(32px, 5vw, 64px); border-radius: var(--r-xl); background: radial-gradient(60% 90% at 0% 100%, var(--glow), rgb(242 226 203 / 0) 70%), var(--white); border: 1px solid var(--line); box-shadow: var(--shadow); }
.request-text h2 { margin: 14px 0 16px; font-size: clamp(38px, 4.2vw, 60px); line-height: 1.06; }
.ways { display: grid; gap: 10px; }
.ways li { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 4px 16px; padding: 14px 20px; border-radius: var(--r-md); background: var(--ivory); border: 1px solid var(--line); }
.ways span { font: 700 11px/1.4 var(--sans); letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); }
.ways a, .ways button { display: inline-flex; align-items: center; min-height: 44px; padding: 0; border: 0; background: none; font: 300 22px/1.2 var(--serif); color: var(--graphite); text-decoration: none; cursor: pointer; }
.ways a:hover, .ways button:hover { color: var(--gold-ink); }

/* reveal (site.js adds .js-reveal only when motion is welcome) */
.js-reveal .reveal { opacity: 0; transform: translateY(22px); transition: opacity 1s var(--ease), transform 1.1s var(--ease); }
.js-reveal .reveal.in { opacity: 1; transform: none; }

/* KI-Mitarbeiter: a soft centred card (desktop), a bottom sheet on the phone */
html.ki-open { overflow: hidden; }
.ki-panel { position: fixed; inset: 0; width: min(560px, calc(100% - 32px)); height: min(760px, calc(100dvh - 48px)); max-width: none; max-height: none; margin: auto; padding: 0; border: 1px solid var(--line); border-radius: 28px; background: var(--ivory); color: var(--graphite); box-shadow: 0 40px 100px rgb(60 48 34 / 0.28); flex-direction: column; overflow: hidden; }
.ki-panel[open] { display: flex; }
.ki-panel::backdrop { background: rgb(45 43 40 / 0.32); backdrop-filter: blur(4px); }
.ki-head { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 18px 18px 18px 24px; background: radial-gradient(70% 140% at 0% 0%, var(--glow), rgb(242 226 203 / 0) 70%), var(--white); border-bottom: 1px solid var(--line); }
.ki-who { display: flex; gap: 14px; align-items: center; }
.ki-mark { width: 42px; height: 42px; border-radius: 50%; flex: none; background: radial-gradient(circle at 50% 50%, #fff 0 20%, #f0dcc0 36%, rgb(233 211 180 / 0.4) 58%, rgb(233 211 180 / 0) 72%); box-shadow: inset 0 0 0 1px rgb(180 149 108 / 0.55); }
.ki-name { font: 300 23px/1.15 var(--serif); }
.ki-badge { margin-top: 3px; font: 600 12px/1.3 var(--sans); color: var(--gold-ink); }
.ki-close { width: 44px; height: 44px; border: 1px solid var(--line-2); border-radius: 50%; background: var(--white); color: var(--graphite); font: 300 24px/1 var(--sans); cursor: pointer; }
.ki-close:hover { border-color: var(--graphite); }
.ki-note { padding: 10px 24px; font-size: 12.5px; line-height: 1.5; color: var(--muted); border-bottom: 1px solid var(--line); }
.ki-log { flex: 1; overflow-y: auto; overscroll-behavior: contain; padding: 22px; display: flex; flex-direction: column; gap: 12px; }
.ki-msg { padding: 13px 17px; font-size: 15px; line-height: 1.6; }
.ki-msg p + p, .ki-msg ul + p { margin-top: 8px; }
.ki-msg ul { margin: 6px 0 2px; }
.ki-msg li { position: relative; padding: 3px 0 3px 16px; }
.ki-msg li::before { content: ""; position: absolute; left: 1px; top: 13px; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); }
.ki-msg--bot { align-self: flex-start; max-width: 92%; border-radius: 20px 20px 20px 6px; background: var(--white); border: 1px solid var(--line); }
.ki-msg--user { align-self: flex-end; max-width: 84%; border-radius: 20px 20px 6px 20px; background: var(--champagne); color: var(--graphite); }
.ki-typing { display: flex; gap: 5px; padding: 16px; }
.ki-typing span { width: 6px; height: 6px; border-radius: 50%; background: var(--gold); animation: ki-dot 1.2s infinite ease-in-out; }
.ki-typing span:nth-child(2) { animation-delay: 0.15s; }
.ki-typing span:nth-child(3) { animation-delay: 0.3s; }
@keyframes ki-dot { 0%, 80%, 100% { opacity: 0.25; } 40% { opacity: 1; } }
.ki-chips { display: grid; gap: 8px; max-height: 42%; overflow-y: auto; padding: 14px 22px 20px; border-top: 1px solid var(--line); background: var(--white); }
.ki-chip { display: flex; justify-content: space-between; align-items: center; gap: 12px; min-height: 46px; padding: 10px 16px; border: 1px solid var(--line); border-radius: 14px; background: var(--ivory); color: var(--graphite); font: 500 14.5px/1.35 var(--sans); text-align: left; cursor: pointer; }
.ki-chip::after { content: "→"; color: var(--gold-ink); }
.ki-chip:hover { border-color: var(--graphite); background: var(--white); }
.ki-form { display: grid; gap: 12px; padding: 20px; border-radius: 20px; background: var(--white); border: 1px solid var(--line); }
.ki-form-title { font: 300 26px/1.1 var(--serif); }
.ki-form-sub, .ki-form-note { font-size: 13.5px; color: var(--muted); }
.ki-field { display: grid; gap: 4px; }
.ki-field label { font: 700 11px/1.4 var(--sans); letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); }
.ki-field input, .ki-field select { width: 100%; min-height: 46px; padding: 8px 14px; border: 1px solid var(--line-2); border-radius: 12px; background: var(--ivory); font: 400 16px/1.4 var(--sans); color: var(--graphite); }
.ki-submit { min-height: 50px; border: 0; border-radius: 999px; background: var(--graphite); color: var(--ivory); font: 600 15px/1 var(--sans); cursor: pointer; }
.ki-sent { padding: 16px 18px; border-radius: 20px; background: var(--pearl); }
.ki-sent-title { font: 300 24px/1.1 var(--serif); }
.ki-sent-ref { margin-top: 4px; font-size: 13px; color: var(--muted); }
.ki-owner { padding: 16px 18px; border-radius: 20px; background: var(--graphite); color: var(--ivory); }
.ki-owner-title { margin-bottom: 8px; font: 700 11px/1.4 var(--sans); letter-spacing: 0.14em; text-transform: uppercase; color: var(--champagne-2); }
.ki-owner-card p { margin-top: 4px; font-size: 14.5px; }
.ki-owner-card .ki-owner-via { color: #cfc4b5; font-size: 12.5px; }

/* responsive */
@media (max-width: 1180px) {
  .t-grid { grid-template-columns: repeat(3, 1fr); }
  .trust ul { grid-template-columns: repeat(2, 1fr); }
  .trust li:nth-child(3) { border-left: 0; }
  .trust li:nth-child(n+3) { border-top: 1px solid var(--line); }
  .foot-in { grid-template-columns: 1fr 1fr; }
  .facts { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 960px) {
  :root { --head-h: 66px; }
  .top-in { grid-template-columns: 1fr auto auto; gap: 10px; }
  .top-nav { display: none; }
  .logo-sub { display: none; }
  .menu-btn { display: inline-flex; align-items: center; }
  .hero, .consult-in, .studio, .page-head, .faq, .assist-card, .request-card, .cat-head { grid-template-columns: 1fr; }
  .hero-visual { padding-left: 0; }
  .hero-pic img { height: auto; min-height: 0; aspect-ratio: 4 / 5; max-height: 640px; }
  .hero-card { left: 16px; bottom: 0; }
  .t-grid { grid-template-columns: repeat(2, 1fr); }
  .consult-pic { max-width: 560px; }
  .studio-pics { height: 480px; }
  .visit-card { grid-template-columns: 1fr; }
  .visit-text { padding: 8px 12px 20px; }
  .visit-pic img { aspect-ratio: 16 / 11; }
  .treat { grid-template-columns: 1fr; }
  .treat-pic img { aspect-ratio: 16 / 10; }
  .treat-body { padding: 4px 6px 6px; }
  .info { grid-template-columns: 1fr; }
  .steps ol { grid-template-columns: 1fr; }
  .page-head-pic img { height: auto; min-height: 0; aspect-ratio: 16 / 11; }
  .cat-nav-in { justify-content: flex-start; }
  .cat-head h2 { font-size: clamp(32px, 8.4vw, 56px); }
}
@media (max-width: 700px) {
  body { font-size: 16px; }
  .top-cta { min-height: 40px; padding: 0 18px; font-size: 14px; }
  .cta-more { display: none; }
  .logo-word { font-size: 26px; }
  .logo-mark { width: 20px; height: 20px; }
  .hero { padding-top: 28px; }
  .hero h1 { font-size: clamp(38px, 11vw, 50px); }
  .hero .acts .btn { flex: 1 1 100%; }
  .hero-card { right: 16px; padding-right: 14px; }
  .hero-card-pic img { width: 60px; height: 60px; }
  .trust ul { grid-template-columns: 1fr; }
  .trust li, .trust li + li { border-left: 0; padding-left: 30px; }
  .trust li + li { border-top: 1px solid var(--line); }
  .trust li::before { left: 4px; }
  .sec-head--center { text-align: left; }
  .filter { flex-wrap: nowrap; max-width: 100%; overflow-x: auto; justify-content: flex-start; scrollbar-width: none; }
  .filter button { flex: none; padding: 0 14px; font-size: 13.5px; }
  .t-grid { grid-template-columns: 1fr; gap: 12px; }
  .t-card { display: grid; grid-template-columns: 104px 1fr; gap: 14px; padding: 10px; border-radius: 20px; }
  .t-pic { aspect-ratio: auto; height: 100%; min-height: 128px; border-radius: 14px; }
  .t-body { padding: 4px 4px 2px 0; }
  .t-card h3 { margin-top: 4px; font-size: 22px; }
  .t-teaser { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; font-size: 14px; }
  .t-meta { margin-top: 10px; padding-top: 10px; }
  .t-foot { margin-top: 8px; flex-wrap: wrap; gap: 2px 12px; }
  .consult-steps li { font-size: 15px; }
  .band-pic img { height: 300px; }
  .band-text { font-size: 30px; }
  .studio-pics { height: 380px; gap: 10px; }
  .scope { grid-template-columns: 1fr; }
  .facts { grid-template-columns: 1fr 1fr; }
  .treat { padding: 10px; border-radius: 24px; }
  .treat-cols { grid-template-columns: 1fr; gap: 22px; }
  .treat .acts .btn { flex: 1 1 100%; }
  .foot-in { grid-template-columns: 1fr; gap: 30px; }
  .float-ask { right: 14px; bottom: 14px; min-height: 52px; padding: 0 20px 0 10px; gap: 10px; font-size: 14.5px; }
  /* the floating "Fragen?" button must not cover the last footer line */
  .ki-on .foot-note { padding-bottom: 88px; }
  .float-more { display: none; }
  .float-mark { width: 30px; height: 30px; }
  .ki-panel { inset: auto 0 0 0; width: 100%; height: min(90dvh, 780px); margin: 0; border-radius: 26px 26px 0 0; }
  .ways a, .ways button { font-size: 19px; overflow-wrap: anywhere; text-align: left; }
  .request-card { padding: 22px; }
  .ways li { padding: 12px 16px; }
}
@media (max-width: 380px) {
  .top-in { gap: 8px; }
  .top .logo-mark { display: none; }
  .logo-word { font-size: 24px; }
  .top-cta { padding: 0 14px; }
  .menu-btn { padding: 0 14px; }
  .t-card { grid-template-columns: 88px 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
