:root {
  --paper: #fff7ec;
  --cream: #efdbc4;
  --sand: #d9b48f;
  --clay: #b97960;
  --ink: #342925;
  --muted: #75645c;
  --burgundy: #70253a;
  --burgundy-dark: #4d1727;
  --gold: #a77b45;
  --line: rgba(112, 37, 58, .16);
  --white: #fffdf9;
  --shadow: 0 24px 70px rgba(74, 44, 35, .12);
  --radius: 26px;
  --max: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  line-height: 1.65;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 100;
  opacity: .025;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='2' stitchTiles='stitchTiles'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.45'/%3E%3C/svg%3E");
}
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
.container { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 12px; top: 12px; transform: translateY(-160%); z-index: 200; background: #fff; padding: 10px 14px; }
.skip-link:focus { transform: none; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  color: var(--ink);
  background: rgba(255, 247, 236, .94);
  backdrop-filter: blur(15px);
  box-shadow: 0 10px 35px rgba(28, 15, 17, .14);
}
.nav { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; font-family: Georgia, serif; letter-spacing: .06em; }
.tb-brand-logo { display: block; width: auto; height: 54px; max-width: 150px; object-fit: contain; flex: 0 0 auto; }
.tb-brand-wordmark { display: flex; flex-direction: column; line-height: 1; min-width: 0; }
.tb-brand-wordmark strong { color: var(--ink); font-size: 1.02rem; letter-spacing: .12em; white-space: nowrap; }
.tb-brand-wordmark span { margin-top: 5px; color: var(--burgundy); font-size: .61rem; letter-spacing: .18em; text-transform: uppercase; white-space: nowrap; }
.navlinks { display: flex; align-items: center; gap: 20px; }
.navlinks a { color: #54433d; text-decoration: none; font-size: .92rem; }
.navlinks a:hover, .navlinks a:focus-visible { color: var(--burgundy); }
.navlinks .massage-link { color: #a15669; font-weight: 800; }
.menu-button { display: none; min-width: 46px; min-height: 46px; border: 1px solid rgba(112,37,58,.26); border-radius: 12px; color: var(--burgundy); background: transparent; }

h1, h2, h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; line-height: 1.13; }
h1 { max-width: 760px; font-size: clamp(2.75rem, 5.5vw, 5.35rem); font-weight: 500; }
h2 { font-size: clamp(2rem, 4.6vw, 3.8rem); font-weight: 500; }
h3 { font-size: 1.35rem; }
p { margin: 0 0 18px; color: var(--muted); }
.eyebrow { margin-bottom: 14px; color: var(--burgundy); font-size: .76rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.lead { max-width: 780px; font-size: clamp(1.08rem, 2vw, 1.34rem); }
.section { position: relative; padding: 96px 0; overflow: clip; }
.section.alt { background: linear-gradient(135deg, #f2e2cf, var(--cream)); }
.section.deep { color: white; background: linear-gradient(140deg, #3a1b23, #6d2c3e 58%, #291a1b); }
.section.deep p, .section.deep .eyebrow { color: #ead9cd; }
.section.deep .eyebrow { color: #ddb881; }
.section-head { max-width: 820px; margin-bottom: 40px; }
.section-head h2::after { content: ""; display: block; width: 72px; height: 3px; margin-top: 22px; border-radius: 2px; background: var(--burgundy); }
.deep .section-head h2::after { background: #ddb881; }
.grid-2 { display: grid; grid-template-columns: 1.04fr .96fr; gap: 64px; align-items: center; }

.hero {
  min-height: calc(94vh - 76px);
  display: grid;
  align-items: center;
  position: relative;
  overflow: clip;
  isolation: isolate;
  padding: 96px 0;
  background:
    radial-gradient(circle at 79% 35%, rgba(255,255,255,.78), transparent 18%),
    radial-gradient(circle at 82% 45%, rgba(112,37,58,.16), transparent 32%),
    linear-gradient(128deg, #fff7ec 4%, #efd5bc 52%, #cf9f7c 100%);
}
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(360px, .78fr); gap: 56px; align-items: center; }
.hero-copy { position: relative; z-index: 2; }
.hero::before, .hero::after { content: ""; position: absolute; z-index: -1; border-radius: 999px; filter: blur(2px); }
.hero::before { width: min(45vw, 540px); aspect-ratio: 1; right: -8%; top: 4%; border: 1px solid rgba(112,37,58,.18); box-shadow: inset 0 0 90px rgba(255,255,255,.35); }
.hero::after { width: min(36vw, 420px); aspect-ratio: .72; right: 8%; bottom: -18%; transform: rotate(28deg); background: linear-gradient(145deg, rgba(112,37,58,.12), rgba(255,255,255,.12)); }
.hero .lead { margin-top: 26px; color: #65534b; }
.hero-note { max-width: 610px; margin-top: 22px; font-size: .96rem; }
.massage-photo { position: relative; aspect-ratio: 3 / 2; margin: 0; overflow: hidden; border: 1px solid rgba(112,37,58,.25); border-radius: 32px; background: #c18d76; box-shadow: var(--shadow); }
.massage-photo img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.buttons { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 30px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 0 24px; border: 1px solid transparent; border-radius: 999px; font-weight: 760; text-decoration: none; transition: .2s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { color: white; background: var(--burgundy); box-shadow: 0 12px 30px rgba(112,37,58,.22); }
.button.secondary { color: var(--burgundy); border-color: var(--burgundy); background: rgba(255,255,255,.35); }
.deep .button.secondary { color: #f4ddbd; border-color: #cda879; background: rgba(255,255,255,.04); }

.warm-panel { min-height: 410px; position: relative; margin: 0; border: 1px solid rgba(112,37,58,.24); border-radius: var(--radius); overflow: hidden; background: #c18d76; box-shadow: var(--shadow); }
.warm-panel img { position: absolute; inset: 0; display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.warm-panel::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, transparent 52%, rgba(45,22,27,.58)); pointer-events: none; }
.warm-panel::after { content: "Berührung · Ruhe · Vertrauen"; position: absolute; z-index: 2; left: 28px; bottom: 25px; color: white; font-family: Georgia, serif; font-size: 1.18rem; letter-spacing: .03em; text-shadow: 0 2px 12px rgba(0,0,0,.5); }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.card { padding: 28px; border: 1px solid rgba(112,37,58,.22); border-radius: 22px; background: #fff8ee; box-shadow: 0 18px 45px rgba(80,48,38,.10); }
.card h3 { margin-bottom: 12px; }
.card p:last-child { margin-bottom: 0; }
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.price-card { padding: 28px; border-radius: 22px; color: white; background: linear-gradient(145deg, #622235, #842f48); box-shadow: 0 20px 50px rgba(83,31,44,.18); }
.price-card strong { display: block; margin-top: 14px; font-family: Georgia, serif; font-size: 2rem; }
.price-card small { display: block; margin-top: 8px; color: #f1d9c6; line-height: 1.4; }
.note { padding: 20px 22px; border-left: 3px solid var(--burgundy); border-radius: 15px; background: rgba(112,37,58,.065); }
.note p:last-child { margin-bottom: 0; }

.config-shell { display: grid; grid-template-columns: minmax(0, 1fr) 290px; gap: 28px; align-items: start; }
.configurator { border: 1px solid var(--line); border-radius: 28px; background: var(--white); box-shadow: var(--shadow); overflow: hidden; }
.config-head { padding: 24px 28px 20px; border-bottom: 1px solid var(--line); background: rgba(246,236,223,.62); }
.progress-copy { display: flex; justify-content: space-between; gap: 20px; margin-bottom: 12px; color: var(--burgundy); font-size: .9rem; font-weight: 800; }
.progress-track { height: 7px; overflow: hidden; border-radius: 99px; background: #e8dbcd; }
.progress-bar { height: 100%; width: 8.333%; border-radius: inherit; background: linear-gradient(90deg, var(--burgundy), #b35770); transition: width .25s ease; }
.step { min-height: 520px; padding: 34px 34px 28px; }
.step[hidden] { display: none; }
.step h3 { margin-bottom: 10px; font-size: clamp(1.65rem, 3vw, 2.35rem); }
.step-intro { margin-bottom: 25px; }
.options { display: grid; gap: 12px; }
.option { display: grid; grid-template-columns: 24px 1fr; gap: 12px; align-items: start; padding: 15px 16px; border: 1px solid rgba(112,37,58,.16); border-radius: 15px; background: #fffdfa; transition: .18s ease; }
.option:hover { border-color: rgba(112,37,58,.42); background: #fff8f3; }
.option:has(input:checked) { border-color: var(--burgundy); background: rgba(112,37,58,.055); box-shadow: inset 4px 0 var(--burgundy); }
.option input { width: 19px; height: 19px; margin: 3px 0 0; accent-color: var(--burgundy); }
.option strong { display: block; color: var(--ink); }
.option small { display: block; margin-top: 3px; color: var(--muted); line-height: 1.45; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: grid; gap: 7px; margin-bottom: 16px; }
.field > span { font-weight: 760; }
.field input, .field textarea, .field select { width: 100%; min-height: 48px; padding: 11px 13px; border: 1px solid #bca99e; border-radius: 11px; color: var(--ink); background: white; }
.field textarea { min-height: 135px; resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus, .button:focus-visible, .menu-button:focus-visible, summary:focus-visible { outline: 3px solid rgba(112,37,58,.3); outline-offset: 2px; }
.field-error { min-height: 1.3em; margin: 9px 0 0; color: #9a1637; font-weight: 700; }
.step-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; padding: 22px 28px; border-top: 1px solid var(--line); background: #fffaf5; }
.step-actions .button { border-radius: 12px; }
.step-actions [data-back] { grid-column: 1; justify-self: start; }
.step-actions [data-next], .step-actions [data-submit] { grid-column: 2; justify-self: end; }
.price-panel { position: sticky; top: 98px; padding: 23px; border-radius: 22px; color: white; background: linear-gradient(155deg, #352026, #68283b); box-shadow: 0 22px 50px rgba(54,27,34,.18); }
.price-panel h3 { margin-bottom: 17px; }
.price-lines { display: grid; gap: 8px; margin: 0; }
.price-line { display: flex; justify-content: space-between; gap: 16px; color: #eadfd8; }
.price-total { display: flex; justify-content: space-between; gap: 16px; margin-top: 18px; padding-top: 17px; border-top: 1px solid rgba(255,255,255,.22); font-size: 1.15rem; }
.price-total strong:last-child { font-size: 1.45rem; }
.manual-price { margin-top: 13px; color: #e4bd86; font-size: .88rem; }
.mobile-price { display: none; }
.summary { display: grid; gap: 14px; }
.summary-group { padding: 15px 17px; border: 1px solid var(--line); border-radius: 14px; }
.summary-group dt { color: var(--burgundy); font-weight: 800; }
.summary-group dd { margin: 3px 0 0; color: var(--muted); white-space: pre-wrap; }
.privacy-check { margin-top: 18px; }
.privacy-notice { margin-top: 18px; padding: 15px 16px; border-left: 4px solid var(--burgundy); border-radius: 12px; background: #f8efe6; }
.privacy-notice strong { display: block; color: var(--ink); }
.privacy-notice p { margin: 5px 0 0; font-size: .92rem; }
.privacy-notice a, .privacy-check a { color: var(--burgundy); font-weight: 760; }
.success { padding: 26px; border: 1px solid rgba(71,118,72,.25); border-radius: 18px; background: #eef7eb; }
.success h3 { color: #355f38; }

.timeline { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; counter-reset: steps; }
.timeline article { position: relative; padding: 28px 26px 26px 66px; border-radius: 20px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.15); }
.timeline article::before { counter-increment: steps; content: counter(steps); position: absolute; left: 22px; top: 25px; width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; color: #4c1a29; background: #e7c494; font-weight: 900; }
.timeline h3 { margin-bottom: 10px; }

.faq-controls { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 18px; }
.faq-list details { margin: 12px 0; padding: 18px 20px; border: 1px solid var(--line); border-radius: 15px; background: white; box-shadow: 0 12px 30px rgba(66,43,35,.05); }
.faq-list summary { cursor: pointer; color: var(--ink); font-weight: 800; }
.faq-list details p { margin: 14px 0 0; }
.faq-list details[hidden] { display: none; }
.faq-group { margin: 28px 0 38px; }
.faq-group[hidden] { display: none; }
.faq-group h3 { margin-bottom: 12px; color: var(--burgundy-dark); font-size: 1.55rem; }
.faq-count { color: var(--muted); font-size: .92rem; }
.footer { padding: 38px 0; color: #cbbdb2; background: #1d1717; }
.footer-row { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.footer nav { display: flex; gap: 18px; flex-wrap: wrap; }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
[hidden] { display: none !important; }

@media (max-width: 1120px) {
  .menu-button { display: inline-grid; place-items: center; }
  .navlinks { display: none; position: absolute; inset: 76px 20px auto; padding: 16px; border: 1px solid var(--line); border-radius: 16px; flex-direction: column; align-items: stretch; gap: 2px; background: #fff7ec; box-shadow: var(--shadow); }
  .navlinks.open { display: flex; }
  .navlinks a { padding: 10px 12px; }
  .grid-2 { grid-template-columns: 1fr; gap: 38px; }
  .hero-grid { grid-template-columns: 1fr; }
  .massage-photo { width: min(100%, 760px); }
  .warm-panel { min-height: 330px; }
  .cards, .price-grid { grid-template-columns: 1fr 1fr; }
  .config-shell { grid-template-columns: 1fr; }
  .price-panel { display: none; }
  .mobile-price { display: flex; position: sticky; top: 76px; z-index: 30; justify-content: space-between; gap: 12px; margin: -1px 0 0; padding: 11px 20px; color: white; background: #512031; font-size: .92rem; box-shadow: 0 8px 20px rgba(57,28,36,.16); }
  .mobile-price[hidden] { display: none !important; }
}

@media (max-width: 700px) {
  .container { width: min(100% - 28px, var(--max)); }
  .tb-brand-link { gap: 9px; }
  .tb-brand-logo { height: 42px; max-width: 112px; }
  .tb-brand-wordmark strong { font-size: .82rem; letter-spacing: .08em; }
  .tb-brand-wordmark span { display: block; font-size: .49rem; letter-spacing: .11em; }
  .section { padding: 72px 0; }
  .hero { min-height: auto; padding: 78px 0 88px; }
  .hero-grid { gap: 38px; }
  .massage-photo { border-radius: 24px; }
  .hero::before { width: 78vw; right: -32%; }
  .hero::after { width: 66vw; right: -18%; }
  .buttons { flex-direction: column; align-items: stretch; }
  .button { width: 100%; text-align: center; }
  .cards, .price-grid, .timeline { grid-template-columns: 1fr; }
  .warm-panel { min-height: 270px; }
  .config-head { padding: 20px 18px 17px; }
  .step { min-height: 0; padding: 26px 18px 22px; }
  .step-actions { padding: 18px; }
  .step-actions .button { width: 100%; padding-inline: 14px; }
  .field-grid { grid-template-columns: 1fr; gap: 0; }
  .faq-controls { align-items: flex-start; flex-direction: column; }
  .faq-controls .button { width: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
