/* ===========================================================
   Lebensfreude Craniosacraltherapie
   Pixel-faithful rebuild of the original Carrd layout.
   Carrd's responsive trick: root font-size scales per breakpoint
   so all rem-based widths/paddings shrink proportionally.
   =========================================================== */

:root {
  --c-white: #ffffff;
  --c-beige: #c4a797;
  --c-green: #89b375;
  --c-green-contact: #8db07d;
  --c-gray-anwendungen: #a0a0a0;
  --c-text: #111;
  --c-text-soft: #333;
  --c-text-muted: #666;
  --c-info-heading: #888;

  --f-sans: "Roboto", system-ui, -apple-system, "Segoe UI", sans-serif;
  --f-cond: "Roboto Condensed", "Roboto", sans-serif;
  --f-script: "Caveat", cursive;
}

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

.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;
}

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  font-size: 18pt;
}
@media (max-width: 1680px) { html { font-size: 13pt; } }
@media (max-width: 980px)  { html { font-size: 11pt; } }

body {
  margin: 0;
  font-family: var(--f-sans);
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.5;
  color: var(--c-text);
  background: var(--c-white);
  overflow-x: hidden;
  word-wrap: break-word;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
ul { margin: 0; padding: 0; list-style: none; }
strong { font-weight: 700; }
em { font-style: italic; }
p { margin: 0; }

/* ===========================================================
   Hamburger menu (fixed top-left)
   =========================================================== */
.hb-btn {
  position: fixed;
  top: 14px;
  left: 16px;
  z-index: 1000;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.hb-btn span { display: block; height: 1.5px; background: #111; transition: all .25s; }
.hb-btn .l1 { width: 22px; }
.hb-btn .l2 { width: 16px; }
.hb-btn .l3 { width: 22px; }
.hb-btn.open .l1 { transform: translateY(6.5px) rotate(45deg); width: 22px; }
.hb-btn.open .l2 { opacity: 0; }
.hb-btn.open .l3 { transform: translateY(-6.5px) rotate(-45deg); width: 22px; }

.mob-nav {
  position: fixed;
  top: 0;
  left: -100%;
  width: 75%;
  max-width: 280px;
  height: 100%;
  background: #fff;
  z-index: 999;
  transition: left .3s ease;
  padding-top: 60px;
  box-shadow: 2px 0 8px rgba(0, 0, 0, .08);
}
.mob-nav.open { left: 0; }
.mob-nav a {
  display: block;
  padding: 14px 24px;
  font-size: 15px;
  color: #111;
  text-decoration: none;
  border-bottom: 1px solid #f0f0f0;
}
.mob-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .3);
  z-index: 998;
}
.mob-overlay.open { display: block; }

/* ===========================================================
   Hero
   =========================================================== */
.hero {
  position: relative;
  width: 100%;
  background: #fcfcfc;
  padding: 0.75rem 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 980px) { .hero { padding: 0.5rem 0 0; } }
.hero > * + * { margin-top: 1.25rem; }
@media (max-width: 980px) { .hero > * + * { margin-top: 0.9rem; } }

.hero > .hero__flowers {
  width: 100%;
  margin-top: -6rem;
  line-height: 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 980px) { .hero > .hero__flowers { margin-top: 0.5rem; } }
.hero__flowers img { width: 100%; height: auto; display: block; }

.hero__art {
  width: 26.375rem;
  max-width: calc(100% - 2rem);
  margin: 0 auto;
}
.hero__art img { width: 100%; height: auto; }
@media (max-width: 980px) {
  .hero { overflow-x: hidden; }
  .hero__art { width: 75%; max-width: calc(100% - 2rem); min-width: 0; }
  .hero__lead { padding: 0 1.5rem; }
}

.hero__lead {
  max-width: 32.125rem;
  margin: 0 auto;
  font-family: var(--f-sans);
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.625;
  letter-spacing: -0.025rem;
  color: #080000;
  text-align: center;
  padding: 0 1rem;
  width: 100%;
  box-sizing: border-box;
}

.hero__cta-wrap { display: flex; justify-content: center; position: relative; z-index: 2; }
.hero__cta {
  display: inline-block;
  height: 2.625rem;
  line-height: 2.625rem;
  padding: 0 1.3125rem;
  background: var(--c-green);
  color: #fff;
  font-family: var(--f-sans);
  font-weight: 400;
  font-size: 1rem;
  text-decoration: none;
  border-radius: 1rem;
  letter-spacing: 0;
  transition: background .2s ease;
}
.hero__cta:hover { background: #79a366; }

/* ===========================================================
   Über mich (Carrd instance-5, beige, 40/60 columns)
   max-width 69rem, padding-vertical 3.625rem, min-height 27rem
   gutters 2rem, image05 = 18rem round
   =========================================================== */
.about {
  width: 100%;
  background: var(--c-beige);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 27rem;
}
@media (max-width: 1680px) { .about { min-height: 27rem; } }
@media (max-width: 980px)  { .about { min-height: 20.25rem; } }
@media (max-width: 736px)  { .about { min-height: 13.5rem; } }

.about__wrap {
  max-width: 69rem;
  width: 100%;
  padding: 3.625rem 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 980px) { .about__wrap { padding: 3.5rem 0; } }
@media (max-width: 736px) { .about__wrap { padding: 2.625rem 1.5rem; } }

.about__photo-col { width: 40%; padding-left: 2rem; }
.about__photo-col:first-child { padding-left: 0; }
.about__text-col  { width: 60%; padding-left: 2rem; }

.about__photo {
  width: 18rem;
  max-width: 100%;
}
.about__photo img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 100%;
}

.about__title {
  font-family: var(--f-cond);
  font-weight: 400;
  font-size: 2em;
  line-height: 1.5;
  color: #fff;
  text-align: left;
  padding-left: 1.5rem;
  margin: 0;
}
.about__body {
  font-family: var(--f-sans);
  font-weight: 300;
  font-size: 1em;
  line-height: 1.5;
  color: #fff;
  text-align: left;
  padding-left: 1.5rem;
  margin-top: 1.875rem;
}
.about__body p + p { margin-top: 1.25rem; }
@media (max-width: 980px) { .about__body { margin-top: 1.40625rem; } }

@media (max-width: 736px) {
  .about__wrap { flex-direction: column; align-items: flex-start; }
  .about__photo-col, .about__text-col { width: 100%; padding-left: 0; }
  .about__photo { margin: 0 auto 1.5rem; }
  .about__title, .about__body { padding-left: 0; }
  .about__body { margin-top: 1rem; }
}

/* ===========================================================
   Craniosacraltherapie (Carrd instance-2, white, 60/40 columns)
   max-width 63rem, padding-vertical 3.625rem, image02 = 18rem round
   =========================================================== */
.therapy {
  width: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 27rem;
}
@media (max-width: 980px) { .therapy { min-height: 20.25rem; } }
@media (max-width: 736px) { .therapy { min-height: 13.5rem; } }

.therapy__wrap {
  max-width: 63rem;
  width: 100%;
  padding: 3.625rem 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 980px) { .therapy__wrap { padding: 3.5rem 0; } }
@media (max-width: 736px) { .therapy__wrap { padding: 2.625rem 1.5rem; } }

.therapy__text-col  { width: 60%; padding-left: 0; }
.therapy__photo-col { width: 40%; padding-left: 2rem; display: flex; justify-content: center; }

.therapy__title {
  font-family: var(--f-cond);
  font-weight: 400;
  font-size: 2em;
  line-height: 1.5;
  color: #000;
  text-align: left;
  padding-left: 1.5rem;
  margin: 0;
}
.therapy__body {
  font-family: var(--f-sans);
  font-weight: 300;
  font-size: 1em;
  line-height: 1.75;
  color: #000;
  text-align: left;
  padding-left: 1.5rem;
  margin-top: 1.875rem;
}
.therapy__body p + p { margin-top: 1rem; }
@media (max-width: 980px) { .therapy__body { margin-top: 1.40625rem; } }

.therapy__photo {
  width: 18rem;
  max-width: 100%;
}
.therapy__photo img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 100%;
}

@media (max-width: 736px) {
  .therapy__wrap { flex-direction: column-reverse; align-items: flex-start; }
  .therapy__text-col, .therapy__photo-col { width: 100%; padding-left: 0; }
  .therapy__photo { margin: 0 auto 1.5rem; }
  .therapy__title, .therapy__body { padding-left: 0; }
  .therapy__body { margin-top: 1rem; }
}

/* ===========================================================
   Anwendungsgebiete (gray panel)
   Original embed values preserved (40px 20px padding, 900px max)
   =========================================================== */
.anwendungen {
  background: var(--c-gray-anwendungen);
  font-family: var(--f-sans);
  padding: 40px 20px;
  display: flex;
  justify-content: center;
  line-height: 1.6;
}
.anwendungen__container { max-width: 900px; width: 100%; }
.anwendungen__header { text-align: center; color: #fff; margin-bottom: 30px; }
.anwendungen__header h2 {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin: 0 0 10px;
}
.anwendungen__intro {
  font-size: 1rem;
  font-weight: 300;
  max-width: 750px;
  margin: 0 auto;
}
.anwendungen__grid {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}
.anwendungen__column {
  flex: 1;
  min-width: 300px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.anwendungen__box {
  background: transparent;
  border: 1px solid #000;
  border-radius: 10px;
  padding: 20px;
  color: #000;
}
.anwendungen__box h3 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 12px;
}
.anwendungen__box ul { font-size: 1rem; }
.anwendungen__box li { margin-bottom: 5px; font-weight: 300; }
@media (max-width: 768px) {
  .anwendungen__column { flex: 1 1 100%; }
  .anwendungen__grid   { gap: 20px; }
}

/* ===========================================================
   Kontakt (custom embed — original values preserved)
   =========================================================== */
.kontakt {
  background: #fff;
  display: flex;
  justify-content: center;
  padding: 20px 20px;
}
.kontakt__inner {
  font-family: var(--f-sans);
  max-width: 650px;
  width: 100%;
  margin: 20px auto;
  color: var(--c-text-soft);
  line-height: 1.6;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.info-box {
  background: #fff;
  border-radius: 15px;
  padding: 35px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}
.info-box h3 {
  margin: 0 0 25px;
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--c-info-heading);
}
.info-box p {
  margin: 0;
  font-size: 1rem;
  font-weight: 300;
  color: var(--c-text-muted);
}
.contact-card {
  background: var(--c-green-contact);
  border-radius: 15px;
  padding: 40px;
  color: #fff;
}
.contact-card h2 {
  font-family: var(--f-sans);
  font-size: 1.5rem;
  font-weight: 500;
  margin: 0 0 15px;
}
.contact-card p {
  font-size: 1rem;
  font-weight: 300;
  margin: 0 0 25px;
  color: #fff;
}
.contact-link {
  display: flex;
  align-items: center;
  color: #fff;
  text-decoration: none;
  margin-bottom: 12px;
  font-size: 1rem;
  font-weight: 300;
}
.contact-link:hover { text-decoration: underline; }
.icon-svg {
  width: 18px;
  height: 18px;
  fill: #fff;
  margin-right: 12px;
  flex-shrink: 0;
}
.address-inner {
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 12px;
  padding: 25px;
  margin-top: 30px;
  display: flex;
  align-items: flex-start;
}
.address-text {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}
.address-text strong {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 6px;
}
.contact-map {
  width: 100%;
  height: 260px;
  border-radius: 12px;
  margin-top: 20px;
  overflow: hidden;
}
.map-toggle-btn {
  margin-top: 10px;
  padding: 8px 18px;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 20px;
  font-size: 0.85rem;
  cursor: pointer;
  transition: background 0.2s;
}
.map-toggle-btn:hover {
  background: rgba(255, 255, 255, 0.35);
}

/* ===========================================================
   Quote section (Carrd instance-3)
   71rem wide, gutters 3.5rem, two columns 50/50
   image04 width 15.875rem, quote text Caveat 1.5em
   =========================================================== */
.quote {
  width: 100%;
  background: #fff;
  display: flex;
  justify-content: center;
}
.quote__wrap {
  width: 71rem;
  max-width: 100%;
  padding: 1.875rem 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.quote__art-col {
  width: 50%;
  padding-left: 3.5rem;
  text-align: right;
}
.quote__art-col:first-child { padding-left: 0; }
.quote__text-col {
  width: 50%;
  padding-left: 3.5rem;
}
.quote__art {
  width: 15.875rem;
  max-width: 100%;
  margin-left: auto;
}
.quote__text {
  font-family: var(--f-script);
  font-weight: 400;
  font-style: italic;
  font-size: 1.5em;
  line-height: 1.5;
  color: var(--c-green);
  max-width: 26.875rem;
  text-align: left;
  padding-left: 0.875rem;
  margin: 0;
}
@media (max-width: 736px) {
  .quote__wrap { padding-left: 1.5rem; padding-right: 1.5rem; }
  .quote__art-col, .quote__text-col { width: 100%; padding-left: 0; text-align: center; }
  .quote__art { margin: 0 auto 1rem; }
  .quote__text { padding-left: 0; max-width: none; text-align: center; }
}

/* ===========================================================
   Beige footer band (Carrd instance-4)
   bg #C4A797, max-width 69rem, padding-vertical 1.375rem
   white text inside
   =========================================================== */
.footer-band {
  width: 100%;
  background: var(--c-beige);
  display: flex;
  justify-content: center;
}
@media (max-width: 980px) { .footer-band > .footer-band__wrap { padding: 1.03125rem 1.5rem; } }
.footer-band__wrap {
  max-width: 69rem;
  width: 100%;
  padding: 1.375rem 2rem;
  text-align: center;
  color: #fff;
  font-family: var(--f-sans);
  font-weight: 300;
  font-size: 0.875em;
  line-height: 1.5;
}

/* ===========================================================
   White copyright/links bar (Carrd instance-13/12)
   max-width 61rem, padding-vertical 1.375rem
   =========================================================== */
.copy-bar {
  width: 100%;
  background: #fff;
  display: flex;
  justify-content: center;
}
.copy-bar__wrap {
  max-width: 61rem;
  width: 100%;
  padding: 1.375rem 2rem;
  text-align: center;
  color: var(--c-text-soft);
  font-family: var(--f-sans);
  font-weight: 300;
  font-size: 0.875em;
  line-height: 1.5;
}
@media (max-width: 980px) { .copy-bar__wrap { padding: 1.03125rem 1.5rem; } }
.copy-bar__links { margin-bottom: 0.5rem; }
.copy-bar__links a {
  color: var(--c-text-soft);
  text-decoration: none;
  margin: 0 0.75rem;
}
.copy-bar__links a:hover { text-decoration: underline; }

/* ===========================================================
   Legal pages (Impressum / Datenschutz)
   instance-23 h1: 1.75em weight 900
   instance-14 h1 (datenschutz): 1.625em weight 900
   style-2 h2: 1.125em weight 700 Roboto Condensed green
   style-1 p: 0.875em weight 300 Roboto line-height 1.75
   =========================================================== */
.legal {
  max-width: 49.5rem;
  margin: 0 auto;
  padding: 3rem 1.5rem;
  font-family: var(--f-sans);
  color: #080606;
}
.legal h1 {
  font-family: var(--f-sans);
  font-size: 1.75em;
  font-weight: 900;
  line-height: 1.75;
  margin: 0 0 1.5rem;
}
.legal--datenschutz h1 { font-size: 1.625em; }
.legal h2 {
  font-family: var(--f-cond);
  font-weight: 700;
  font-size: 1.125em;
  line-height: 1.5;
  color: var(--c-green);
  margin: 1.5rem 0 0.75rem;
}
.legal p {
  font-size: 0.875em;
  line-height: 1.75;
  font-weight: 300;
  margin: 0 0 1rem;
}
.legal a { color: inherit; }
.legal .back-link {
  display: inline-block;
  margin-top: 2rem;
  font-size: 0.875em;
  color: var(--c-text-soft);
  text-decoration: none;
}
.legal .back-link:hover { text-decoration: underline; }

/* Cookie Banner */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-top: 3px solid var(--c-beige);
  box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.12);
  z-index: 9999;
  padding: 1.25rem 2rem;
}
.cookie-banner[hidden] { display: none; }
.cookie-banner__inner {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
}
.cookie-banner__text {
  flex: 1;
  min-width: 220px;
  font-size: 0.85rem;
  color: var(--c-text-soft);
  line-height: 1.5;
}
.cookie-banner__text strong {
  display: block;
  font-size: 0.95rem;
  margin-bottom: 0.25rem;
  color: var(--c-text);
}
.cookie-banner__text p { margin: 0; }
.cookie-banner__text a { color: var(--c-green); }
.cookie-banner__actions {
  display: flex;
  gap: 0.75rem;
  flex-shrink: 0;
}
.cookie-btn {
  padding: 0.55rem 1.4rem;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 500;
  cursor: pointer;
  border: 2px solid transparent;
  transition: opacity 0.2s;
}
.cookie-btn:hover { opacity: 0.85; }
.cookie-btn--accept {
  background: var(--c-green);
  color: #fff;
  border-color: var(--c-green);
}
.cookie-btn--reject {
  background: transparent;
  color: var(--c-text-soft);
  border-color: #ccc;
}
