:root {
  --sand: #efe7d8;
  --cream: #faf7f0;
  --ink: #202522;
  --muted: #696d67;
  --copper-dark: #6e402b;
  --green-dark: #263832;
  --line: rgba(32, 37, 34, .14);
  --light-line: rgba(255, 255, 255, .16);
  --container: 1220px;
  --shadow: 0 36px 100px rgba(44, 37, 29, .12);
}

/* ========================================
   GRUNDEINSTELLUNGEN
======================================== */

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--sand);
  color: var(--ink);
  font-family:
    Inter,
    ui-sans-serif,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  line-height: 1.62;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .16;
  background-image:
    radial-gradient(
      circle at 15% 15%,
      rgba(255, 255, 255, .65) 0 1px,
      transparent 1px
    ),
    radial-gradient(
      circle at 80% 65%,
      rgba(70, 55, 40, .18) 0 1px,
      transparent 1px
    );
  background-size: 23px 23px, 31px 31px;
  mix-blend-mode: soft-light;
}

a {
  color: inherit;
}

button,
input,
textarea {
  font: inherit;
}

svg {
  display: block;
}

img {
  max-width: 100%;
}


/* ========================================
   BARRIEREFREIHEIT
======================================== */

.skip-link {
  position: absolute;
  left: -9999px;
  top: 12px;
}

.skip-link:focus {
  left: 12px;
  z-index: 999;
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--cream);
}


/* ========================================
   GRUNDLAYOUT
======================================== */

.container {
  width: min(calc(100% - 44px), var(--container));
  margin-inline: auto;
}

.section {
  padding: 118px 0;
}

/* Sticky Header beim Anklicken der Menüpunkte berücksichtigen */
section[id] {
  scroll-margin-top: 100px;
}


/* ========================================
   HEADER
======================================== */

.site-header {
  position: sticky;
  top: 0;
  z-index: 80;

  border-bottom: 1px solid rgba(32, 37, 34, .08);

  background: rgba(239, 231, 216, .86);

  backdrop-filter: blur(20px);
}

.header-inner {
  min-height: 82px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;

  gap: 13px;

  text-decoration: none;
}

.brand-symbol {
  width: 42px;
  height: 42px;
}

.brand-symbol svg {
  width: 100%;
  height: 100%;

  fill: none;

  stroke: var(--copper-dark);
  stroke-width: 1.4;
}

.brand-text strong,
.brand-text small {
  display: block;
}

.brand-text strong {
  font-family: Georgia, "Times New Roman", serif;

  font-size: 21px;
  font-weight: 500;

  letter-spacing: .16em;
}

.brand-text small {
  margin-top: 1px;

  color: var(--muted);

  font-size: 10px;

  letter-spacing: .12em;

  text-transform: uppercase;
}


/* ========================================
   NAVIGATION
======================================== */

.navigation {
  display: flex;
  align-items: center;

  gap: 27px;
}

.navigation a {
  font-size: 13px;

  text-decoration: none;
}

.nav-cta {
  padding: 9px 15px;

  border: 1px solid var(--ink);

  border-radius: 999px;
}

.menu-button {
  display: none;

  padding: 8px 13px;

  border: 1px solid var(--line);

  border-radius: 999px;

  background: transparent;
}


/* ========================================
   TYPOGRAFIE
======================================== */

.eyebrow {
  margin: 0 0 20px;

  color: var(--copper-dark);

  font-size: 11px;
  font-weight: 800;

  letter-spacing: .2em;
}

h1,
h2 {
  margin-top: 0;

  font-family: Georgia, "Times New Roman", serif;

  font-weight: 500;

  letter-spacing: -.035em;

  line-height: 1.03;
}

h1 {
  max-width: 850px;

  margin-bottom: 28px;

  font-size: clamp(58px, 7.4vw, 102px);
}

h2 {
  margin-bottom: 25px;

  font-size: clamp(42px, 5.2vw, 70px);
}

p {
  margin-top: 0;
}


/* ========================================
   HERO / STARTSEITE
======================================== */

.hero {
  position: relative;

  min-height: calc(100vh - 82px);

  display: flex;
  align-items: center;

  overflow: hidden;

  padding: 88px 0 96px;
}

.hero-grid {
  display: grid;

  grid-template-columns: 1.08fr .92fr;

  gap: 78px;

  align-items: center;
}

.lead {
  max-width: 760px;

  color: #505650;

  font-size: clamp(18px, 2vw, 22px);
}


/* Buttons */

.hero-actions {
  display: flex;
  flex-wrap: wrap;

  gap: 12px;

  margin: 38px 0;
}

.button {
  min-height: 52px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 0 22px;

  border: 1px solid transparent;

  border-radius: 999px;

  cursor: pointer;

  text-decoration: none;

  transition:
    transform .2s ease,
    background-color .2s ease;
}

.button-primary {
  background: var(--green-dark);

  color: var(--cream);
}

.button-primary:hover {
  transform: translateY(-1px);

  background: #1d2b27;
}

.button-secondary {
  border-color: var(--ink);
}

.button-secondary:hover {
  background: rgba(255, 255, 255, .32);
}


/* Ankommen – Ablegen – Eintauchen */

.hero-signature {
  display: flex;
  align-items: center;
  flex-wrap: wrap;

  gap: 9px;

  color: var(--muted);

  font-size: 9px;
  font-weight: 700;

  letter-spacing: .14em;
}

.hero-signature i {
  width: 24px;
  height: 1px;

  background: rgba(32, 37, 34, .26);
}


/* Hero Bild */

.hero-art {
  position: relative;
}

.hero-image {
  width: 100%;
  height: 460px;

  object-fit: cover;

  display: block;

  border-radius: 28px;

  box-shadow: var(--shadow);
}


/* Infobox auf dem Bild */

.hero-note {
  position: absolute;

  left: 20px;
  bottom: 20px;

  width: fit-content;
  max-width: calc(100% - 40px);

  padding: 18px 20px;

  border: 1px solid rgba(255, 255, 255, .42);
  border-radius: 20px;

  background: rgba(250, 247, 240, .86);

  box-shadow: 0 18px 60px rgba(53, 42, 31, .12);

  backdrop-filter: blur(13px);
}

.hero-note-kicker {
  display: block;

  margin-bottom: 6px;

  color: var(--copper-dark);

  font-size: 9px;
  font-weight: 800;

  letter-spacing: .18em;
}

.hero-note strong {
  display: block;

  font-family: Georgia, "Times New Roman", serif;

  font-size: 24px;
  font-weight: 500;
}

.hero-note p {
  margin: 3px 0 0;

  color: var(--muted);

  font-size: 12px;
}


/* Hintergrund-Licht */

.hero-glow {
  position: absolute;

  border-radius: 50%;

  pointer-events: none;

  filter: blur(2px);
}

.hero-glow-a {
  width: 460px;
  height: 460px;

  left: -260px;
  top: 10%;

  background:
    rgba(194, 158, 119, .2);
}

.hero-glow-b {
  width: 420px;
  height: 420px;

  right: -220px;
  bottom: -100px;

  background:
    rgba(68, 95, 86, .15);
}


/* ========================================
   DIE IDEE
======================================== */

.manifesto {
  background: var(--cream);
}

.manifesto-grid {
  display: grid;

  grid-template-columns: .92fr 1.08fr;

  gap: 90px;
}

.manifesto-copy {
  padding-top: 37px;

  color: #515852;

  font-size: 20px;
}

.manifesto-copy p + p {
  margin-top: 25px;
}


/* ========================================
   LANGZEITBADEN
======================================== */

.bath-section {
  background: var(--sand);
}

.section-heading {
  margin-bottom: 54px;
}

.section-heading.narrow {
  max-width: 900px;
}

.section-heading > p:not(.eyebrow) {
  max-width: 820px;

  color: #555b55;

  font-size: 18px;
}

.bath-section-image {
  width: 100%;
  height: 520px;

  object-fit: cover;

  display: block;

  border-radius: 28px;
}


/* ========================================
   DER RAUM
======================================== */

.copper-section {
  background: var(--green-dark);

  color: var(--cream);
}

.copper-section .eyebrow {
  color: #d2a781;
}

.copper-copy {
  max-width: 820px;
}

.copper-copy > p:not(.eyebrow) {
  color: rgba(250, 247, 240, .74);

  font-size: 18px;
}

.copper-section-image {
  width: 100%;
  height: 520px;

  object-fit: cover;

  display: block;

  margin-top: 50px;

  border-radius: 28px;
}


/* ========================================
   COACHING
======================================== */

.coaching-section {
  background: var(--cream);
}

.coaching-intro {
  max-width: 820px;
}

.coaching-intro > p:not(.eyebrow) {
  max-width: 680px;

  color: var(--muted);

  font-size: 18px;
}


/* ========================================
   DER RHYTHMUS / ABLAUF
======================================== */

.rhythm-section {
  background: var(--ink);

  color: var(--cream);
}

.rhythm-section .eyebrow {
  color: #d2a781;
}

.rhythm {
  display: grid;

  grid-template-columns: repeat(3, 1fr);

  border-top: 1px solid var(--light-line);
  border-left: 1px solid var(--light-line);
}

.rhythm-item {
  min-height: 280px;

  padding: 30px;

  border-right:
    1px solid var(--light-line);

  border-bottom:
    1px solid var(--light-line);
}

.rhythm-item strong {
  display: block;

  margin-bottom: 9px;

  font-family: Georgia, "Times New Roman", serif;

  font-size: 25px;
  font-weight: 500;
}

.rhythm-item p {
  margin: 0;

  color: rgba(250, 247, 240, .57);
}


/* ========================================
   KONTAKT
======================================== */

.contact-section {
  background: var(--cream);
}

.contact-shell {
  display: grid;

  grid-template-columns:
    .88fr 1.12fr;

  gap: 76px;

  padding: 58px;

  border-radius: 30px;

  background: var(--green-dark);

  color: var(--cream);
}

.contact-shell .eyebrow {
  color: #d2a781;
}

.contact-copy > p:not(.eyebrow) {
  max-width: 540px;

  color: rgba(250, 247, 240, .63);

  font-size: 17px;
}


/* Kontaktformular */

.contact-form {
  display: grid;

  grid-template-columns:
    1fr 1fr;

  gap: 17px;
}

.contact-form label {
  display: grid;

  gap: 8px;
}

.contact-form label > span {
  font-size: 12px;
  font-weight: 700;

  letter-spacing: .03em;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
  width: 100%;

  padding: 14px 15px;

  border:
    1px solid rgba(250, 247, 240, .2);

  border-radius: 13px;

  outline: 0;

  background:
    rgba(250, 247, 240, .08);

  color: var(--cream);
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #d2a781;

  box-shadow:
    0 0 0 3px rgba(210, 167, 129, .12);
}

.contact-form textarea {
  resize: vertical;
}

.full {
  grid-column: 1 / -1;
}

.consent {
  grid-template-columns:
    22px 1fr !important;

  align-items: start;

  color:
    rgba(250, 247, 240, .6);
}

.consent > span {
  font-weight: 400 !important;
}

.form-actions {
  display: flex;

  flex-wrap: wrap;

  align-items: center;

  gap: 18px;
}

.contact-form .button-primary {
  background: var(--sand);

  color: var(--ink);
}

.form-actions small {
  max-width: 320px;

  color:
    rgba(250, 247, 240, .48);
}


/* ========================================
   FOOTER
======================================== */

.site-footer {
  padding: 58px 0 30px;

  background: #151a18;

  color: var(--cream);
}

.footer-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  gap: 24px;

  text-align: center;
}

.footer-brand strong {
  display: block;

  font-family:
    Georgia,
    "Times New Roman",
    serif;

  font-size: 28px;
  font-weight: 500;

  letter-spacing: .14em;
}

.footer-brand span {
  display: block;

  margin-top: 5px;

  color:
    rgba(250, 247, 240, .45);

  font-size: 11px;
}

.footer-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  gap: 24px;

  text-align: center;
}

.footer-links a {
  color:
    rgba(250, 247, 240, .72);

  font-size: 13px;

  text-decoration: none;
}

.footer-bottom {
  margin-top: 38px;
  padding-top: 22px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  gap: 8px;

  text-align: center;

  border-top:
    1px solid rgba(250, 247, 240, .09);

  color:
    rgba(250, 247, 240, .34);

  font-size: 11px;
}


/* ========================================
   TABLET
======================================== */

@media (max-width: 960px) {

  .menu-button {
    display: inline-flex;
  }

  .navigation {
    display: none;

    position: absolute;

    left: 22px;
    right: 22px;
    top: 72px;

    padding: 18px;

    flex-direction: column;

    align-items: stretch;

    border: 1px solid var(--line);

    border-radius: 18px;

    background: var(--cream);

    box-shadow: var(--shadow);
  }

  .navigation.is-open {
    display: flex;
  }

  .hero {
    min-height: auto;

    padding-top: 70px;
  }

  .hero-grid,
  .manifesto-grid,
  .contact-shell {
    grid-template-columns: 1fr;

    gap: 50px;
  }

  .rhythm {
    grid-template-columns:
      1fr 1fr;
  }

  .contact-shell {
    padding: 42px;
  }
}


/* ========================================
   SMARTPHONE
======================================== */

@media (max-width: 640px) {

  .container {
    width: min(calc(100% - 28px), var(--container));
  }

  .header-inner {
    min-height: 70px;
  }

  .brand-text small {
    display: none;
  }

  .brand-text strong {
    font-size: 18px;
  }

  h1 {
    font-size: clamp(46px, 13vw, 60px);
  }

  h2 {
    font-size: clamp(36px, 10vw, 50px);
  }

  /* Alle normalen Bereiche kompakter */
  .section {
    padding: 62px 0;
  }

  /* Startbereich */
  .hero {
    min-height: auto;
    padding: 55px 0 65px;
  }

  .hero-grid {
    gap: 38px;
  }

  .hero-actions {
    margin: 30px 0;
  }

  .hero-image {
    height: 350px;
  }



  .hero-note {
    left: 14px;
    right: auto;
    bottom: 14px;

    width: fit-content;
    max-width: calc(100% - 28px);
  }



  /* Idee */
  .manifesto-grid {
    gap: 28px;
  }

  .manifesto-copy {
    padding-top: 0;
  }

  /* Langzeitbaden */
  .section-heading {
    margin-bottom: 34px;
  }

  .bath-section-image,
  .copper-section-image {
    height: 320px;
  }

  /* Raum */
  .copper-section-image {
    margin-top: 35px;
  }

  /* Ablauf */
  .rhythm {
    grid-template-columns: 1fr;
  }

  .rhythm-item {
    min-height: auto;
    padding: 26px 24px;
  }

  /* Kontakt – deutlich weniger Leerraum */
  .contact-section {
    padding: 38px 0;
  }

  .contact-shell {
    padding: 30px 22px;
    gap: 32px;
  }

  .contact-form {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .contact-form > * {
    grid-column: 1 / -1;
  }

  .form-actions {
    gap: 12px;
  }

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

  /* Footer */
  .site-footer {
    padding: 42px 0 24px;
  }

  .footer-main,
  .footer-bottom {
    flex-direction: column;
  }
}


/* ========================================
   REDUZIERTE BEWEGUNG
======================================== */

@media (prefers-reduced-motion: reduce) {

  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration:
      .01ms !important;
  }
}