/* druckpunkt. — statische Landingpage */

:root {
  --ink: #173b36;
  --ink-deep: #0e2926;
  --cream: #f3f0e8;
  --paper: #fbfaf6;
  --sage: #a8baaa;
  --sage-soft: #dbe3d8;
  --terracotta: #c66f4f;
  --line: rgba(23, 59, 54, 0.17);
  --shadow: 0 24px 60px rgba(14, 41, 38, 0.1);
  --shell: min(100% - 2.5rem, 74rem);
  --serif: Georgia, "Times New Roman", serif;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 5rem;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 1rem;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.25em;
}

p,
h1,
h2,
h3 {
  margin-top: 0;
}

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

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.section {
  padding-block: 5.5rem;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.65rem 1rem;
  border-radius: 999px;
  background: var(--paper);
  color: var(--ink);
  font-weight: 700;
  transform: translateY(-200%);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

:focus-visible {
  outline: 3px solid var(--terracotta);
  outline-offset: 4px;
}

.hero {
  position: relative;
  display: grid;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(8, 28, 25, 0.42) 0%, rgba(8, 28, 25, 0.08) 34%, rgba(8, 28, 25, 0.79) 100%),
    url("assets/hero-massage.webp") 68% center / cover no-repeat;
}

.hero::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg, rgba(11, 37, 33, 0.54), transparent 85%);
  content: "";
}

.nav {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 4.75rem;
  padding-inline: max(1.25rem, calc((100% - 74rem) / 2));
  transform: none;
  transition: background-color 180ms ease, box-shadow 180ms ease;
}

.nav.is-scrolled {
  background: rgba(14, 41, 38, 0.94);
  box-shadow: 0 8px 28px rgba(8, 28, 25, 0.16);
  backdrop-filter: blur(12px);
}

.wordmark {
  color: #fff;
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1;
  text-decoration: none;
}

.nav a {
  color: #fff;
}

.wordmark span {
  color: var(--terracotta);
}

.nav__links {
  display: none;
  gap: 2rem;
  margin-left: auto;
  margin-right: 2.5rem;
}

.nav__links a,
.nav__cta {
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none;
}

.nav__links a {
  opacity: 0.82;
  transition: opacity 180ms ease;
}

.nav__links a:hover {
  opacity: 1;
}

.nav__cta {
  padding: 0.58rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 999px;
  background: transparent;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-0.35rem);
  transition:
    background-color 180ms ease,
    color 180ms ease,
    opacity 180ms ease,
    transform 180ms ease,
    visibility 180ms ease;
}

.nav.is-scrolled .nav__cta {
  border-color: #fff;
  background: transparent;
  color: #fff;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.hero__content {
  align-self: end;
  padding-top: 8.5rem;
  padding-bottom: 9.25rem;
}

.hero h1 {
  max-width: 10ch;
  margin-bottom: 1.4rem;
  font-family: var(--serif);
  font-size: clamp(3.15rem, 13vw, 5.8rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.93;
  text-wrap: balance;
}

.hero__intro {
  max-width: 36rem;
  margin-bottom: 2rem;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1rem, 2.2vw, 1.15rem);
  line-height: 1.6;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-width: 12.25rem;
  padding: 0.9rem 1.1rem;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 800;
  text-decoration: none;
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button--light {
  background: #fff;
  color: var(--ink-deep);
}

.button--light:hover {
  background: var(--sage-soft);
}

.hero__foot {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  display: flex;
  gap: 1.25rem;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.hero__foot span {
  white-space: nowrap;
}

.hero__foot span:not(:last-child)::after {
  margin-left: 1.25rem;
  color: var(--terracotta);
  content: "•";
}

.services {
  background:
    radial-gradient(circle at 0 30%, rgba(168, 186, 170, 0.18), transparent 27rem),
    var(--paper);
}

.section-heading {
  display: grid;
  gap: 1.5rem;
  margin-bottom: 3rem;
}

.section-heading h2,
.about__text h2,
.contact h2 {
  margin-bottom: 0;
  font-family: var(--serif);
  font-size: clamp(2.45rem, 8vw, 4.4rem);
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 1.02;
}

.section-heading__copy {
  max-width: 34rem;
  margin-bottom: 0;
  color: rgba(23, 59, 54, 0.75);
  font-size: 1.02rem;
}

.benefits {
  display: grid;
  gap: 1px;
  overflow: hidden;
  margin-bottom: 5.5rem;
  border: 1px solid var(--line);
  border-radius: 1.25rem;
  background: var(--line);
  box-shadow: var(--shadow);
}

.benefit {
  min-height: 17rem;
  padding: 2rem;
  background: #fff;
}

.benefit--accent {
  background: var(--sage-soft);
}

.benefit__number {
  display: block;
  margin-bottom: 3rem;
  color: var(--terracotta);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.benefit h3 {
  margin-bottom: 0.75rem;
  font-family: var(--serif);
  font-size: 1.55rem;
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.2;
}

.benefit p {
  margin-bottom: 0;
  color: rgba(23, 59, 54, 0.68);
  font-size: 0.94rem;
}

.about {
  display: grid;
  overflow: hidden;
  border-radius: 1.5rem;
  background: var(--cream);
}

.about__statement {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 31rem;
  padding: 2rem;
  overflow: hidden;
  color: #fff;
  background: var(--ink);
}

.about__statement::after {
  position: absolute;
  right: -4.5rem;
  bottom: -7.5rem;
  width: 19rem;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 50%;
  box-shadow:
    0 0 0 2.5rem rgba(255, 255, 255, 0.025),
    0 0 0 5rem rgba(255, 255, 255, 0.02);
  content: "";
}

.about__message {
  position: relative;
  z-index: 1;
  margin-bottom: 3rem;
  font-family: var(--serif);
  font-size: clamp(2rem, 6vw, 3rem);
  letter-spacing: -0.04em;
  line-height: 1.13;
}

.about__signature {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 0.85rem;
  font-size: 0.78rem;
  line-height: 1.45;
}

.about__signature strong,
.about__signature span span {
  display: block;
}

.about__signature > span:last-child {
  display: grid;
}

.monogram {
  display: grid;
  width: 2.8rem;
  aspect-ratio: 1;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  color: var(--sage-soft);
  font-family: var(--serif);
  font-size: 0.85rem;
}

.about__text {
  padding: 2.5rem 2rem;
}

.about__text h2 {
  margin-bottom: 1.5rem;
}

.about__text > p {
  color: rgba(23, 59, 54, 0.74);
}

.qualifications {
  display: grid;
  gap: 0;
  margin: 2rem 0 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.qualifications li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding-block: 0.75rem;
  border-bottom: 1px solid var(--line);
  font-size: 0.9rem;
  font-weight: 700;
}

.qualifications span {
  display: grid;
  width: 1.55rem;
  aspect-ratio: 1;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: var(--sage-soft);
  font-size: 0.72rem;
}

.contact {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: var(--ink-deep);
}

.contact::before {
  position: absolute;
  top: -12rem;
  right: -9rem;
  width: 30rem;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 50%;
  box-shadow:
    0 0 0 4rem rgba(255, 255, 255, 0.018),
    0 0 0 8rem rgba(255, 255, 255, 0.012);
  content: "";
}

.contact__grid {
  position: relative;
  display: grid;
  gap: 3rem;
}

.contact__intro p:last-child {
  max-width: 33rem;
  margin: 1.5rem 0 0;
  color: rgba(255, 255, 255, 0.68);
}

.contact-card {
  align-self: end;
  padding: 1.75rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
  font-style: normal;
  backdrop-filter: blur(12px);
}

.contact-row {
  display: grid;
  gap: 0.2rem;
  padding-block: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.contact-row:first-child {
  padding-top: 0;
}

.contact-row span {
  color: var(--sage);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.contact-row strong,
.contact-row a {
  overflow-wrap: anywhere;
  font-size: 1.02rem;
  font-weight: 700;
}

.contact-row a:hover {
  color: var(--sage-soft);
}

.contact-card__note {
  margin: 1.25rem 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.8rem;
}

.footer {
  padding-block: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.65);
  background: var(--ink-deep);
  font-size: 0.72rem;
}

.footer__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 1.5rem;
  justify-content: space-between;
}

.footer p {
  margin: 0;
}

.footer a:hover {
  color: #fff;
}

/* Rechtliche Unterseite */
.legal-page {
  min-height: 100vh;
  background: var(--cream);
}

.legal-header {
  border-bottom: 1px solid var(--line);
}

.legal-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 5.5rem;
}

.wordmark--dark {
  color: var(--ink);
}

.back-link {
  font-size: 0.8rem;
  font-weight: 700;
  text-decoration: none;
}

.back-link:hover {
  text-decoration: underline;
}

.legal {
  padding-block: 4.5rem 6rem;
}

.legal h1 {
  margin-bottom: 1.5rem;
  font-family: var(--serif);
  font-size: clamp(3.1rem, 10vw, 6rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.95;
}

.legal__intro {
  max-width: 43rem;
  margin-bottom: 4.5rem;
  color: rgba(23, 59, 54, 0.72);
  font-size: 1.05rem;
}

.legal__block {
  max-width: 48rem;
  padding-block: 2rem;
  border-top: 1px solid var(--line);
}

.legal__block h2 {
  margin-bottom: 1.5rem;
  font-family: var(--serif);
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.placeholder-box {
  padding: 1.5rem;
  border: 1px dashed rgba(23, 59, 54, 0.35);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.5);
  color: rgba(23, 59, 54, 0.6);
}

.placeholder-box p:last-child {
  margin-bottom: 0;
}

.footer--legal {
  color: rgba(23, 59, 54, 0.64);
  background: var(--cream);
  border-color: var(--line);
}

.footer--legal a:hover {
  color: var(--ink);
}

@media (min-width: 44rem) {
  :root {
    --shell: min(100% - 4rem, 74rem);
  }

  .hero {
    background-position: center;
  }

  .hero::after {
    background: linear-gradient(90deg, rgba(11, 37, 33, 0.72) 0%, rgba(11, 37, 33, 0.18) 56%, transparent 76%);
  }

  .hero__content {
    align-self: center;
    padding-block: 8rem 7rem;
  }

  .hero__intro {
    max-width: 31rem;
  }

  .section-heading {
    grid-template-columns: minmax(0, 1.2fr) minmax(18rem, 0.8fr);
    align-items: end;
    gap: 4rem;
    margin-bottom: 4rem;
  }

  .benefits {
    grid-template-columns: repeat(3, 1fr);
  }

  .about {
    grid-template-columns: minmax(18rem, 0.9fr) minmax(0, 1.1fr);
  }

  .about__statement,
  .about__text {
    padding: 3.25rem;
  }

  .contact__grid {
    grid-template-columns: minmax(0, 1.2fr) minmax(20rem, 0.8fr);
    align-items: end;
    gap: 5rem;
  }
}

@media (min-width: 64rem) {
  .section {
    padding-block: 8rem;
  }

  .nav {
    height: 6.5rem;
  }

  .nav__links {
    display: flex;
  }

  .nav__cta,
  .nav.is-scrolled .nav__cta {
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  .wordmark {
    font-size: 1.55rem;
  }

  .hero__content {
    padding-top: 10rem;
  }

  .benefit {
    min-height: 20rem;
    padding: 2.5rem;
  }

  .benefit__number {
    margin-bottom: 4.75rem;
  }

  .benefit h3 {
    font-size: 1.75rem;
  }

  .about__statement,
  .about__text {
    padding: 4rem;
  }

  .about__statement {
    min-height: 38rem;
  }

  .legal {
    padding-top: 7rem;
  }
}

@media (hover: hover) and (pointer: fine) {
  .nav__cta:hover,
  .nav.is-scrolled .nav__cta:hover {
    background: #fff;
    color: var(--ink);
  }
}

@media (max-width: 25rem) {
  .hero__foot {
    gap: 0.65rem;
    font-size: 0.56rem;
  }

  .hero__foot span:not(:last-child)::after {
    margin-left: 0.65rem;
  }

  .nav__cta {
    padding-inline: 0.75rem;
    font-size: 0.75rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
