/* Reflet — concept study 02 "Hair Salon": a premium, contemporary hair salon. Full-bleed hair photography, a fashion
   serif (Instrument Serif) with a clean sans (Instrument Sans), warm cream and espresso tones taken from the hair
   colours themselves (honey, caramel, copper), square-cut photos, pill buttons. */

@font-face { font-family: "Instrument Serif"; src: url("../fonts/instrument-serif-latin-400-normal.woff2") format("woff2"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Instrument Serif"; src: url("../fonts/instrument-serif-latin-400-italic.woff2") format("woff2"); font-weight: 400; font-style: italic; font-display: swap; }
@font-face { font-family: "Instrument Sans"; src: url("../fonts/instrument-sans-latin-wght-normal.woff2") format("woff2"); font-weight: 400 700; font-style: normal; font-display: swap; }

:root {
  --cream: #f4eee6;
  --cream-2: #ece3d7;
  --paper: #fbf8f3;
  --sand: #dccab3;
  --ink: #211a15;
  --ink-2: #4b3f36;
  --muted: #6e6053;
  --line: #d9cdbd;
  --caramel: #85573a;
  --honey: #c79a68;
  --night: #1d1612;
  --night-2: #2b221c;
  --night-line: #473a30;
  --night-text: #f3eadf;
  --night-muted: #c2b19f;
  --serif: "Instrument Serif", "Iowan Old Style", Georgia, serif;
  --sans: "Instrument Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
  --gutter: clamp(20px, 4.5vw, 64px);
  --max: 1360px;
  --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(--cream); color: var(--ink); -webkit-text-size-adjust: 100%; scroll-padding-top: 84px; }
body { margin: 0; font: 400 17px/1.65 var(--sans); }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
:focus-visible { outline: 2px solid var(--caramel); outline-offset: 3px; }
h1, h2, h3 { margin: 0; font-family: var(--serif); font-weight: 400; letter-spacing: -0.01em; overflow-wrap: break-word; }
.row-name, .card h3 { hyphens: auto; }
h1 em, h2 em { font-style: italic; }
p, ul, ol, dl, dd, figure { margin: 0; }
ul, ol { padding: 0; list-style: none; }
.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: 30; padding: 10px 14px; background: var(--ink); color: var(--cream); }
.skip:focus { left: 16px; }

.eyebrow { font: 600 12px/1.4 var(--sans); letter-spacing: 0.18em; text-transform: uppercase; color: var(--caramel); }
.lede { font-size: 18.5px; line-height: 1.6; color: var(--ink-2); }
.muted { color: var(--muted); }
.acts { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 26px; }

/* buttons and links */
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 28px; border: 1px solid var(--ink); border-radius: 999px; background: var(--ink); color: var(--cream); font: 600 15px/1 var(--sans); letter-spacing: 0.01em; text-decoration: none; transition: background 0.3s var(--ease), color 0.3s var(--ease); }
.btn:hover { background: var(--caramel); border-color: var(--caramel); }
.btn--light { background: var(--cream); border-color: var(--cream); color: var(--ink); }
.btn--light:hover { background: #fff; border-color: #fff; color: var(--ink); }
.btn--small { min-height: 44px; padding: 0 20px; font-size: 14px; }
.btn--wide { width: 100%; }
.link { display: inline-flex; align-items: center; gap: 10px; min-height: 44px; font: 600 15px/1 var(--sans); text-decoration: none; }
.link::after { content: ""; width: 26px; height: 1px; background: currentColor; transition: width 0.35s var(--ease); }
.link:hover::after { width: 40px; }
.link--light { color: var(--cream); }
.ask { position: relative; display: inline-flex; align-items: center; gap: 8px; min-height: 44px; padding: 0; border: 0; background: none; font: 600 14px/1.2 var(--sans); color: var(--caramel); cursor: pointer; text-align: left; }
.ask::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: currentColor; flex: none; }
.ask:hover { color: var(--ink); }
.ask--line { padding: 0 20px; border: 1px solid var(--line); border-radius: 999px; color: var(--ink); background: var(--paper); }
.ask--line::before { background: var(--honey); }
.ask--light { color: var(--night-text); }
.ask--light:hover { color: #fff; }

/* header */
.top { position: relative; z-index: 10; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px; max-width: var(--max); margin: 0 auto; padding: 20px var(--gutter); }
.top--over { position: absolute; left: 0; right: 0; color: var(--cream); }
.home .top--over { max-width: none; padding-inline: max(var(--gutter), calc((100% - var(--max)) / 2 + var(--gutter))); }
.logo { display: inline-flex; align-items: baseline; gap: 10px; font: 400 36px/1 var(--serif); letter-spacing: -0.01em; text-decoration: none; }
.logo span { font: 600 10.5px/1 var(--sans); letter-spacing: 0.24em; text-transform: uppercase; opacity: 0.8; }
.top-nav { display: flex; justify-content: center; gap: 34px; }
.top-nav a { position: relative; padding: 12px 0; font: 500 15px/1 var(--sans); text-decoration: none; }
.top-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 6px; height: 1px; background: currentColor; transition: right 0.35s var(--ease); }
.top-nav a:hover::after, .top-nav a[aria-current="page"]::after { right: 0; }
.top-end { display: flex; align-items: center; gap: 22px; }
.top-phone { font: 500 14.5px/1 var(--sans); text-decoration: none; opacity: 0.9; }
.top--over .btn--small { background: var(--cream); border-color: var(--cream); color: var(--ink); }
.top--over .btn--small:hover { background: #fff; border-color: #fff; }
.menu-btn { display: none; min-height: 44px; padding: 0 18px; border: 1px solid currentColor; border-radius: 999px; background: none; color: inherit; font: 600 13px/1 var(--sans); letter-spacing: 0.06em; cursor: pointer; }
.menu[popover] { inset: 0; width: 100%; height: 100%; max-width: none; max-height: none; margin: 0; padding: 20px var(--gutter) 32px; border: 0; background: var(--cream); color: var(--ink); }
.menu[popover]:popover-open { display: flex; flex-direction: column; }
.menu-top { display: flex; justify-content: space-between; align-items: center; }
.menu nav { display: grid; gap: 2px; margin: 9vh 0 36px; }
.menu nav a { font: 400 46px/1.15 var(--serif); text-decoration: none; }
.menu-foot { margin-top: auto; padding-top: 28px; color: var(--muted); font-size: 15px; }

/* hero */
.hero { position: relative; min-height: min(92vh, 900px); display: grid; align-items: end; color: var(--cream); background: var(--night); overflow: hidden; }
.hero picture, .hero-img { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-img { object-fit: cover; object-position: 50% 42%; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgb(20 14 10 / 0.62) 0%, rgb(20 14 10 / 0.28) 42%, rgb(20 14 10 / 0) 70%), linear-gradient(0deg, rgb(20 14 10 / 0.45) 0%, rgb(20 14 10 / 0) 40%), linear-gradient(180deg, rgb(20 14 10 / 0.35) 0%, rgb(20 14 10 / 0) 22%); }
.hero-in { position: relative; z-index: 1; width: 100%; max-width: var(--max); margin: 0 auto; padding: 160px var(--gutter) clamp(56px, 9vh, 96px); }
.hero .eyebrow { color: #f0dcc3; }
.hero h1 { max-width: 9.5em; margin-top: 18px; font-size: clamp(58px, 8.4vw, 132px); line-height: 0.94; letter-spacing: -0.02em; }
.hero-lede { max-width: 30em; margin-top: 26px; font-size: 19px; line-height: 1.55; color: #f1e6d9; }
.hero .acts { margin-top: 34px; }

/* facts */
.facts { border-bottom: 1px solid var(--line); background: var(--paper); }
.facts ul { display: grid; grid-template-columns: repeat(3, 1fr); max-width: var(--max); margin: 0 auto; padding: 0 var(--gutter); }
.facts li { display: grid; gap: 2px; padding: 26px 28px 26px 0; }
.facts li + li { padding-left: 28px; border-left: 1px solid var(--line); }
.facts b { font: 400 25px/1.2 var(--serif); }
.facts span { color: var(--muted); font-size: 15px; }

/* section heads */
.sec-head { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: end; gap: 18px 40px; margin-bottom: clamp(32px, 4vw, 56px); }
.sec-head h2 { margin-top: 14px; font-size: clamp(42px, 5.4vw, 80px); line-height: 1; }
.sec-note { max-width: 24em; color: var(--muted); }

/* service cards */
.services { max-width: var(--max); margin: 0 auto; padding: clamp(80px, 10vw, 140px) var(--gutter) clamp(60px, 7vw, 100px); }
.cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 36px 24px; }
.card-img { display: block; overflow: hidden; aspect-ratio: 3 / 4; background: var(--cream-2); }
.card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease); }
.card:hover .card-img img { transform: scale(1.045); }
.card h3 { margin-top: 20px; font-size: 32px; line-height: 1.05; }
.card h3 a { text-decoration: none; }
.card h3 a:hover { color: var(--caramel); }
.card p { margin-top: 8px; color: var(--ink-2); font-size: 15.5px; line-height: 1.55; }
.card-foot { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 4px 16px; margin-top: 14px; padding-top: 12px; border-top: 1px solid var(--line); }
.card-price { font: 600 15px/1 var(--sans); letter-spacing: 0.02em; }

/* feature: balayage */
.feature { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(40px, 7vw, 110px); align-items: center; max-width: var(--max); margin: 0 auto; padding: clamp(40px, 6vw, 90px) var(--gutter) clamp(90px, 11vw, 150px); }
.feature-pics { position: relative; padding: 0 12% 12% 0; }
.feature-main img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.feature-inset { position: absolute; right: 0; bottom: 0; width: 44%; border: 10px solid var(--cream); }
.feature-inset img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.feature-text h2 { margin-top: 16px; font-size: clamp(44px, 5vw, 76px); line-height: 1; }
.feature-text .lede { margin-top: 22px; max-width: 30em; }
.steps { margin-top: 30px; counter-reset: s; border-top: 1px solid var(--line); }
.steps li { display: grid; grid-template-columns: 44px 1fr; gap: 0 12px; padding: 16px 0; border-bottom: 1px solid var(--line); counter-increment: s; }
.steps li::before { content: "0" counter(s); grid-row: span 2; font: italic 400 24px/1.1 var(--serif); color: var(--caramel); }
.steps b { font-weight: 600; }
.steps span { color: var(--muted); font-size: 15.5px; }
.feature-price { margin: 26px 0 22px; font: 400 30px/1.2 var(--serif); }
.feature-price span { font: 400 14px/1 var(--sans); color: var(--muted); }

/* lookbook */
.looks { padding: clamp(80px, 10vw, 140px) 0; background: var(--paper); }
.looks .sec-head { max-width: var(--max); margin-inline: auto; padding-inline: var(--gutter); }
.looks-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: clamp(120px, 11vw, 170px); gap: 16px; max-width: var(--max); margin: 0 auto; padding: 0 var(--gutter); }
.look { position: relative; overflow: hidden; background: var(--cream-2); }
.look img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease); }
.look:hover img { transform: scale(1.04); }
.look figcaption { position: absolute; left: 14px; bottom: 14px; padding: 7px 12px; border-radius: 999px; background: rgb(251 248 243 / 0.92); font: 600 12.5px/1.2 var(--sans); letter-spacing: 0.02em; }
.look:nth-child(1) { grid-column: 1 / span 4; grid-row: 1 / span 4; }
.look:nth-child(2) { grid-column: 5 / span 5; grid-row: 1 / span 2; }
.look:nth-child(3) { grid-column: 10 / span 3; grid-row: 1 / span 3; }
.look:nth-child(4) { grid-column: 5 / span 3; grid-row: 3 / span 2; }
.look:nth-child(5) { grid-column: 8 / span 2; grid-row: 3 / span 2; }
.look:nth-child(6) { grid-column: 10 / span 3; grid-row: 4 / span 1; }

/* price band */
.price-band { background: var(--night); color: var(--night-text); }
.price-band-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(80px, 10vw, 130px) var(--gutter); }
.price-band .eyebrow { color: var(--honey); }
.price-band h2 { margin: 14px 0 22px; font-size: clamp(44px, 5.4vw, 80px); line-height: 1; }
.price-band-head p:not(.eyebrow) { color: var(--night-muted); max-width: 30em; margin-bottom: 22px; }
.mini-prices { width: 100%; border-collapse: collapse; }
.mini-prices th, .mini-prices td { padding: 20px 10px; border-bottom: 1px solid var(--night-line); text-align: right; font-weight: 400; }
.mini-prices thead th { padding-top: 0; font: 600 13px/1.3 var(--sans); letter-spacing: 0.12em; text-transform: uppercase; color: var(--night-text); vertical-align: bottom; }
.mini-prices thead small { display: block; margin-top: 4px; font: 400 12.5px/1.3 var(--sans); letter-spacing: 0; text-transform: none; color: var(--night-muted); }
.mini-prices tbody th { padding-left: 0; text-align: left; font: 400 27px/1.15 var(--serif); }
.mini-prices td { font: 500 17px/1.2 var(--sans); white-space: nowrap; }

/* reception (KI) */
.reception { display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; background: var(--cream-2); }
.reception-pic img { width: 100%; height: 100%; min-height: 420px; object-fit: cover; object-position: 50% 85%; }
.reception-text { align-self: center; max-width: 620px; padding: clamp(56px, 7vw, 110px) var(--gutter); }
.reception-text h2 { margin: 14px 0 20px; font-size: clamp(40px, 4.4vw, 64px); line-height: 1.02; }
.reception-text p:not(.eyebrow) { color: var(--ink-2); }
.q-list { display: grid; gap: 10px; margin-top: 28px; }
.q-list button { width: 100%; min-height: 54px; padding: 12px 22px; border: 1px solid var(--line); border-radius: 999px; background: var(--paper); color: var(--ink); font: 500 15.5px/1.35 var(--sans); text-align: left; cursor: pointer; transition: border-color 0.3s, background 0.3s; }
.q-list button::after { content: " →"; color: var(--caramel); }
.q-list button:hover { border-color: var(--ink); background: #fff; }

/* visit */
.visit { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 7vw, 110px); align-items: center; max-width: var(--max); margin: 0 auto; padding: clamp(90px, 11vw, 150px) var(--gutter); }
.visit-pic img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.visit-text h2 { margin: 14px 0 16px; font-size: clamp(44px, 5vw, 76px); line-height: 1; }
.hours { display: grid; margin: 30px 0 10px; border-top: 1px solid var(--line); max-width: 460px; }
.hours div { display: flex; justify-content: space-between; gap: 20px; padding: 11px 0; border-bottom: 1px solid var(--line); }
.hours dt { font-weight: 600; }
.hours dd.closed { color: var(--muted); }
.hours-note { margin-bottom: 30px; color: var(--muted); font-size: 14.5px; }

/* footer */
.foot { background: var(--night); color: var(--night-text); }
.foot-in { display: grid; grid-template-columns: 1.4fr 1fr 1.2fr 1fr; gap: 40px; max-width: var(--max); margin: 0 auto; padding: clamp(70px, 8vw, 110px) var(--gutter) 40px; }
.foot-logo { font: 400 clamp(76px, 9vw, 140px)/0.85 var(--serif); letter-spacing: -0.03em; }
.foot-brand > p:not(.foot-logo) { margin: 14px 0 26px; color: var(--night-muted); font-size: 15px; }
.foot h2 { margin-bottom: 16px; font: 600 12px/1.4 var(--sans); letter-spacing: 0.18em; text-transform: uppercase; color: var(--honey); }
.foot-col p, .foot-col li { font-size: 15.5px; line-height: 1.9; color: var(--night-text); }
.foot a { text-decoration-color: var(--night-line); text-underline-offset: 4px; }
.foot a:hover { color: #fff; }
.hours--foot { margin: 0; border: 0; max-width: none; }
.hours--foot div { padding: 3px 0; border: 0; font-size: 15px; }
.hours--foot dt { font-weight: 500; color: var(--night-muted); }
.hours--foot dd.closed { color: var(--night-muted); }
.foot-note { max-width: var(--max); margin: 0 auto; padding: 24px var(--gutter) 40px; border-top: 1px solid var(--night-line); color: var(--night-muted); font-size: 13.5px; }
.foot-note a { color: var(--night-text); }

/* mobile dock + floating KI button */
.dock { display: none; }
.float-ask { position: fixed; right: 24px; bottom: 24px; z-index: 40; display: inline-flex; align-items: center; gap: 10px; min-height: 56px; padding: 0 24px 0 20px; border: 0; border-radius: 999px; background: var(--ink); color: var(--cream); font: 600 15px/1 var(--sans); box-shadow: 0 14px 40px rgb(33 26 21 / 0.28); cursor: pointer; transition: transform 0.3s var(--ease); }
.float-ask:hover { transform: translateY(-2px); }
.float-ask small { font-weight: 400; font-size: 13px; color: var(--night-muted); }
.float-dot { width: 8px; height: 8px; border-radius: 50%; background: #7bd08f; box-shadow: 0 0 0 4px rgb(123 208 143 / 0.18); }

/* page heads (inner pages) */
.page-head { display: grid; grid-template-columns: 1fr 0.8fr; gap: clamp(40px, 6vw, 96px); align-items: center; max-width: var(--max); margin: 0 auto; padding: clamp(40px, 5vw, 70px) var(--gutter) clamp(60px, 7vw, 100px); }
.page-head h1 { margin: 16px 0 22px; font-size: clamp(56px, 7.4vw, 116px); line-height: 0.95; letter-spacing: -0.02em; }
.page-head .lede { max-width: 32em; }
.page-head-pic img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.page-head--salon { grid-template-columns: 0.8fr 1.2fr; }
.page-head--salon .page-head-pic img { aspect-ratio: 4 / 3; }
.len-key { display: flex; flex-wrap: wrap; gap: 8px; margin: 26px 0 18px; }
.len-key li { padding: 9px 16px; border: 1px solid var(--line); border-radius: 999px; background: var(--paper); font-size: 14.5px; }
.len-key b { font-weight: 600; margin-right: 4px; }

/* category nav */
.cat-nav { position: sticky; top: 0; z-index: 8; border-block: 1px solid var(--line); background: rgb(244 238 230 / 0.94); backdrop-filter: blur(10px); }
.cat-nav-in { display: flex; gap: 8px; max-width: var(--max); margin: 0 auto; padding: 12px var(--gutter); overflow-x: auto; scrollbar-width: none; }
.cat-nav a { flex: none; display: inline-flex; align-items: center; min-height: 44px; padding: 0 20px; border-radius: 999px; font: 600 14.5px/1 var(--sans); text-decoration: none; }
.cat-nav a:hover { background: var(--cream-2); }

/* price list */
.price-list { max-width: var(--max); margin: 0 auto; padding: 0 var(--gutter); }
.cat { display: grid; grid-template-columns: 0.6fr 1.4fr; gap: clamp(32px, 5vw, 80px); align-items: start; padding: clamp(60px, 7vw, 100px) 0; border-bottom: 1px solid var(--line); scroll-margin-top: 70px; }
.cat-pic { position: sticky; top: 100px; }
.cat-pic img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; }
.cat h2 { font-size: clamp(40px, 4.4vw, 64px); line-height: 1; }
.cat-intro { margin: 12px 0 28px; color: var(--muted); max-width: 36em; }
.ptable { width: 100%; border-collapse: collapse; }
.ptable thead th { padding: 0 8px 12px; border-bottom: 1px solid var(--ink); font: 600 12.5px/1.3 var(--sans); letter-spacing: 0.12em; text-transform: uppercase; text-align: right; vertical-align: bottom; }
.ptable thead th:first-child { padding-left: 0; text-align: left; }
.ptable thead small { display: block; margin-top: 3px; font: 400 12.5px/1.3 var(--sans); letter-spacing: 0; text-transform: none; color: var(--muted); }
.ptable tbody th, .ptable td { padding: 20px 8px; border-bottom: 1px solid var(--line); vertical-align: top; }
.ptable tbody th { padding-left: 0; text-align: left; font-weight: 400; }
.row-name { display: block; font: 400 27px/1.1 var(--serif); }
.row-desc { display: block; margin-top: 6px; max-width: 28em; color: var(--muted); font-size: 15px; line-height: 1.5; }
.row-acts { display: flex; flex-wrap: wrap; gap: 0 20px; margin-top: 4px; }
.row-acts a { display: inline-flex; align-items: center; min-height: 44px; font: 600 14px/1 var(--sans); color: var(--ink); text-underline-offset: 4px; }
.ptable td { text-align: right; white-space: nowrap; }
.ptable td b { display: block; font: 500 18px/1.3 var(--sans); }
.ptable td small { display: block; margin-top: 3px; color: var(--muted); font-size: 13px; }
.ptable td.all { text-align: right; }
.ptable td.none { color: var(--muted); }

/* consult banner */
.consult { display: grid; grid-template-columns: 0.7fr 1.3fr; align-items: stretch; margin-top: clamp(60px, 7vw, 100px); background: var(--night); color: var(--night-text); }
.consult-pic img { width: 100%; height: 100%; min-height: 360px; object-fit: cover; }
.consult-text { align-self: center; max-width: 720px; padding: clamp(48px, 6vw, 96px) var(--gutter); }
.consult .eyebrow { color: var(--honey); }
.consult h2 { margin: 14px 0 18px; font-size: clamp(40px, 4.6vw, 70px); line-height: 1.02; }
.consult .lede { color: var(--night-muted); margin-bottom: 30px; }

/* 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(80px, 10vw, 140px) var(--gutter); }
.faq h2 { font-size: clamp(44px, 5vw, 76px); line-height: 1; }
.faq-list { border-top: 1px solid var(--ink); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { display: flex; justify-content: space-between; gap: 20px; padding: 22px 0; font: 400 25px/1.25 var(--serif); cursor: pointer; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; flex: none; font: 300 28px/1 var(--sans); color: var(--caramel); transition: transform 0.3s var(--ease); }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { padding: 0 0 24px; max-width: 40em; color: var(--ink-2); }

/* salon page */
.where { display: grid; grid-template-columns: 1fr 1fr 0.9fr; gap: 24px; max-width: var(--max); margin: 0 auto; padding: 0 var(--gutter) clamp(60px, 7vw, 100px); }
.where-card { padding: clamp(28px, 3vw, 44px); background: var(--paper); border: 1px solid var(--line); }
.where-card h2 { margin-bottom: 18px; font-size: 38px; line-height: 1; }
.where-card address { font: 400 26px/1.3 var(--serif); font-style: normal; }
.where-card .muted { margin-top: 10px; }
.where-card .hours { margin-top: 0; }
.where-contact { display: grid; gap: 4px; margin-top: 22px; }
.where-contact a { display: inline-flex; align-items: center; min-height: 40px; font-weight: 600; text-underline-offset: 4px; }
.where-pic img { width: 100%; height: 100%; object-fit: cover; }
.how { max-width: var(--max); margin: 0 auto; padding: clamp(50px, 6vw, 90px) var(--gutter); border-top: 1px solid var(--line); }
.how h2 { max-width: 14em; font-size: clamp(40px, 4.6vw, 70px); line-height: 1; }
.how ol { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; margin-top: 44px; }
.how li { color: var(--ink-2); }
.how b { display: block; margin: 16px 0 6px; font: 400 28px/1.1 var(--serif); color: var(--ink); }
.how-n { display: grid; place-items: center; width: 46px; height: 46px; border: 1px solid var(--ink); border-radius: 50%; font: italic 400 22px/1 var(--serif); }
.request { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: clamp(40px, 6vw, 96px); align-items: center; max-width: var(--max); margin: 0 auto; padding: clamp(60px, 7vw, 110px) var(--gutter) clamp(90px, 11vw, 150px); scroll-margin-top: 20px; }
.request h2 { margin: 14px 0 18px; font-size: clamp(44px, 5vw, 76px); line-height: 1; }
.ways { margin-top: 34px; border-top: 1px solid var(--ink); }
.ways li { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 6px 20px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.ways span { font: 600 12px/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: 400 26px/1.2 var(--serif); color: var(--ink); text-decoration: none; cursor: pointer; }
.ways a:hover, .ways button:hover { color: var(--caramel); }
.request-pic img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }

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

/* KI-Mitarbeiter: a floating card at the bottom right (desktop), a bottom sheet on the phone */
html.ki-open { overflow: hidden; }
.ki-panel { position: fixed; inset: auto 24px 24px auto; width: min(430px, calc(100% - 48px)); height: min(700px, calc(100dvh - 48px)); max-width: none; max-height: none; margin: 0; padding: 0; border: 0; border-radius: 22px; background: var(--paper); color: var(--ink); box-shadow: 0 30px 80px rgb(33 26 21 / 0.35); flex-direction: column; overflow: hidden; }
.ki-panel[open] { display: flex; }
.ki-panel::backdrop { background: rgb(29 22 18 / 0.28); }
.ki-head { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 16px 16px 16px 22px; background: var(--night); color: var(--night-text); }
.ki-who { display: flex; gap: 12px; align-items: center; }
.ki-mark { width: 40px; height: 40px; border-radius: 50%; flex: none; background: radial-gradient(circle at 35% 30%, #f1d3a9, var(--honey) 45%, var(--caramel)); }
.ki-name { font: 400 22px/1.1 var(--serif); }
.ki-badge { margin-top: 4px; font: 500 12px/1.3 var(--sans); color: var(--night-muted); }
.ki-close { width: 44px; height: 44px; border: 1px solid var(--night-line); border-radius: 50%; background: none; color: var(--night-text); font: 300 26px/1 var(--sans); cursor: pointer; }
.ki-close:hover { border-color: var(--night-text); }
.ki-note { padding: 10px 22px; font-size: 12.5px; line-height: 1.5; color: var(--muted); background: var(--cream-2); }
.ki-log { flex: 1; overflow-y: auto; overscroll-behavior: contain; padding: 20px; display: flex; flex-direction: column; gap: 12px; }
.ki-msg { padding: 12px 16px; font-size: 15px; line-height: 1.55; }
.ki-msg p + p, .ki-msg ul + p { margin-top: 8px; }
.ki-msg ul { margin: 6px 0 2px; }
.ki-msg li { padding: 3px 0 3px 14px; position: relative; }
.ki-msg li::before { content: ""; position: absolute; left: 0; top: 13px; width: 5px; height: 5px; border-radius: 50%; background: var(--honey); }
.ki-msg--bot { align-self: flex-start; max-width: 92%; border-radius: 18px 18px 18px 4px; background: #fff; border: 1px solid var(--line); }
.ki-msg--user { align-self: flex-end; max-width: 84%; border-radius: 18px 18px 4px 18px; background: var(--ink); color: var(--cream); }
.ki-typing { display: flex; gap: 5px; padding: 16px; }
.ki-typing span { width: 6px; height: 6px; border-radius: 50%; background: var(--muted); 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: flex; flex-wrap: wrap; gap: 8px; max-height: 42%; overflow-y: auto; padding: 14px 20px 18px; border-top: 1px solid var(--line); background: var(--paper); }
.ki-chip { min-height: 44px; padding: 10px 16px; border: 1px solid var(--line); border-radius: 999px; background: #fff; color: var(--ink); font: 500 14px/1.3 var(--sans); text-align: left; cursor: pointer; }
.ki-chip:hover { border-color: var(--ink); }
.ki-form { display: grid; gap: 12px; padding: 20px; border-radius: 18px; background: #fff; border: 1px solid var(--line); }
.ki-form-title { font: 400 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: 600 11.5px/1.4 var(--sans); letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); }
.ki-field input, .ki-field select { width: 100%; min-height: 44px; padding: 8px 14px; border: 1px solid var(--line); border-radius: 12px; background: var(--paper); font: 400 16px/1.4 var(--sans); color: var(--ink); }
.ki-submit { min-height: 50px; border: 0; border-radius: 999px; background: var(--ink); color: var(--cream); font: 600 15px/1 var(--sans); cursor: pointer; }
.ki-sent { padding: 16px 18px; border-radius: 18px; background: var(--cream-2); }
.ki-sent-title { font: 400 24px/1.1 var(--serif); }
.ki-sent-ref { margin-top: 4px; font-size: 13px; color: var(--muted); }
.ki-owner { padding: 16px 18px; border-radius: 18px; background: var(--night); color: var(--night-text); }
.ki-owner-title { margin-bottom: 8px; font: 600 11.5px/1.4 var(--sans); letter-spacing: 0.14em; text-transform: uppercase; color: var(--honey); }
.ki-owner-card p { margin-top: 4px; font-size: 14.5px; }
.ki-owner-card .ki-owner-via { color: var(--night-muted); font-size: 12.5px; }

/* responsive */
@media (max-width: 1180px) {
  .top-phone { display: none; }
  .cards { grid-template-columns: repeat(2, 1fr); }
  .foot-in { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 960px) {
  .top { grid-template-columns: 1fr auto; }
  .top-nav, .top-end .btn { display: none; }
  .menu-btn { display: inline-flex; align-items: center; }
  .facts ul { grid-template-columns: 1fr; }
  .facts li, .facts li + li { padding: 18px 0; border-left: 0; }
  .facts li + li { border-top: 1px solid var(--line); }
  .feature, .price-band-in, .visit, .page-head, .page-head--salon, .request, .faq { grid-template-columns: 1fr; }
  .feature-pics { max-width: 560px; }
  .reception { grid-template-columns: 1fr; }
  .reception-pic img { min-height: 0; aspect-ratio: 16 / 10; }
  .cat { grid-template-columns: 1fr; }
  .cat-pic { position: static; }
  .cat-pic img { aspect-ratio: 16 / 9; }
  .consult { grid-template-columns: 1fr; }
  .consult-pic img { min-height: 0; aspect-ratio: 16 / 9; }
  .where { grid-template-columns: 1fr 1fr; }
  .where-pic { grid-column: 1 / -1; }
  .where-pic img { aspect-ratio: 16 / 9; }
  .how ol { grid-template-columns: 1fr; gap: 24px; }
  .looks-grid { display: flex; gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 8px; scrollbar-width: none; }
  .look { flex: none; width: 72vw; max-width: 420px; aspect-ratio: 4 / 5; scroll-snap-align: start; }
  .request-pic { max-width: 520px; }
}
@media (max-width: 700px) {
  body { font-size: 16.5px; padding-bottom: 76px; }
  .logo { font-size: 32px; }
  .logo span { display: none; }
  .hero { min-height: calc(100svh - 40px); }
  .hero::after { background: linear-gradient(0deg, rgb(20 14 10 / 0.78) 0%, rgb(20 14 10 / 0.35) 45%, rgb(20 14 10 / 0) 70%), linear-gradient(180deg, rgb(20 14 10 / 0.35) 0%, rgb(20 14 10 / 0) 20%); }
  .hero-img { object-position: 50% 30%; }
  .hero-in { padding-top: 120px; padding-bottom: 40px; }
  .hero h1 { font-size: clamp(52px, 15vw, 72px); }
  .hero-lede { font-size: 17px; }
  .hero .acts .btn { flex: 1 1 100%; }
  .cards-scroll { margin: 0 calc(var(--gutter) * -1); padding: 0 var(--gutter) 6px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-padding-inline: var(--gutter); scrollbar-width: none; }
  .cards { display: flex; gap: 14px; width: max-content; }
  .card { width: 76vw; max-width: 340px; scroll-snap-align: start; }
  .card-img { aspect-ratio: 4 / 5; }
  .card h3 { font-size: 30px; }
  .mini-prices thead { display: none; }
  .mini-prices, .mini-prices tbody, .mini-prices tr { display: block; }
  .mini-prices tr { display: grid; grid-template-columns: repeat(3, 1fr); padding: 18px 0; border-bottom: 1px solid var(--night-line); }
  .mini-prices tbody th { grid-column: 1 / -1; padding: 0 0 10px; border: 0; }
  .mini-prices td { display: grid; gap: 2px; padding: 0; border: 0; text-align: left; }
  .mini-prices td::before { content: attr(data-l); font: 600 11px/1.3 var(--sans); letter-spacing: 0.12em; text-transform: uppercase; color: var(--night-muted); }
  .ptable thead { display: none; }
  .ptable, .ptable tbody, .ptable tr { display: block; }
  .ptable tr { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0 8px; padding: 20px 0; border-bottom: 1px solid var(--line); }
  .ptable tbody th { grid-column: 1 / -1; order: 0; padding: 0 0 12px; border: 0; }
  .ptable td { display: grid; gap: 2px; padding: 10px 12px; border: 0; border-radius: 12px; background: var(--paper); text-align: left; white-space: normal; }
  .ptable td::before { content: attr(data-l); font: 600 11px/1.3 var(--sans); letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); }
  .ptable td.all { grid-column: 1 / -1; text-align: left; }
  .ptable td b { font-size: 17px; }
  .row-acts { order: 5; }
  .where { grid-template-columns: 1fr; }
  .foot-in { grid-template-columns: 1fr; gap: 34px; }
  .float-ask { display: none; }
  .dock { position: fixed; left: 0; right: 0; bottom: 0; z-index: 40; display: flex; gap: 8px; padding: 10px 12px calc(10px + env(safe-area-inset-bottom)); background: rgb(251 248 243 / 0.96); border-top: 1px solid var(--line); backdrop-filter: blur(10px); }
  .dock a, .dock button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 18px; border: 1px solid var(--line); border-radius: 999px; background: none; color: var(--ink); font: 600 15px/1 var(--sans); text-decoration: none; cursor: pointer; }
  .dock .dock-main { flex: 1; border-color: var(--ink); background: var(--ink); color: var(--cream); }
  .ki-panel { inset: auto 0 0 0; width: 100%; height: min(90dvh, 760px); border-radius: 22px 22px 0 0; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
