@font-face {
  font-family: "Alice";
  src: url("../fonts/alice-normal-latin-400.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Allura";
  src: url("../fonts/allura-normal-latin-400.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/open-sans-normal-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
}

:root {
  --gold: #b1904f;
  --gold-dark: #634e23;
  --ink: #1f1f1f;
  --brown: #413430;
  --sand: #decab1;
  --sand-light: #f6f0e9;
  --white: #fff;
  --content: 64rem;
  --reading: 50rem;
  --shadow: 0 1rem 2.5rem rgb(65 52 48 / 13%);
}

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

html {
  scroll-behavior: smooth;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Alice", Georgia, serif;
  font-size: 1.1rem;
  line-height: 1.7;
}

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

a { color: var(--gold-dark); }
a:hover { color: var(--gold); }

h1,
h2,
h3 {
  color: var(--gold-dark);
  font-weight: 400;
  line-height: 1.2;
  text-wrap: balance;
}

h1 { margin: 0 0 1rem; font-size: clamp(2.4rem, 6vw, 4.7rem); }
h2 { margin: 0 0 1.5rem; font-size: clamp(1.8rem, 3vw, 2.3rem); }
h3 { margin: 0 0 .55rem; font-size: 1.55rem; }
p { margin: 0 0 1.25rem; }

.skip-link {
  position: fixed;
  z-index: 100;
  top: .5rem;
  left: .5rem;
  padding: .7rem 1rem;
  color: var(--white);
  background: var(--brown);
  transform: translateY(-150%);
}

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

.site-header {
  position: relative;
  z-index: 20;
  border-bottom: 1px solid rgb(99 78 35 / 14%);
  background: rgb(255 255 255 / 96%);
}

.site-header--dynamic {
  position: sticky;
  top: 0;
  background: rgb(255 255 255 / 85%);
  transition: background-color .25s ease, box-shadow .25s ease, backdrop-filter .25s ease;
}

.site-header--dynamic .header-inner {
  transition: min-height .25s ease, padding .25s ease;
}

.site-header--dynamic.is-scrolled {
  background: rgb(255 255 255 / 76%);
  box-shadow: 0 .45rem 1.5rem rgb(65 52 48 / 10%);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.site-header--dynamic.is-scrolled .header-inner {
  min-height: 4.35rem;
  padding-block: .45rem;
}


.header-inner {
  display: flex;
  max-width: 76rem;
  min-height: 6.2rem;
  margin: 0 auto;
  padding: .85rem 1.5rem;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.brand {
  display: flex;
  color: var(--gold);
  align-items: center;
  gap: .85rem;
  text-decoration: none;
}

.brand img { width: 3.35rem; height: 3.35rem; }
.brand-name { display: block; font-size: 1.75rem; line-height: 1.15; }
.brand-tagline { display: block; margin-top: .2rem; color: var(--gold-dark); font-size: .9rem; }

.nav-toggle {
  display: none;
  width: 3rem;
  height: 3rem;
  padding: .65rem;
  border: 1px solid var(--sand);
  color: var(--brown);
  background: var(--white);
  cursor: pointer;
}

.nav-toggle span,
.nav-toggle::before,
.nav-toggle::after {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: currentColor;
  content: "";
}

.site-nav ul {
  display: flex;
  margin: 0;
  padding: 0;
  align-items: center;
  gap: 1.5rem;
  list-style: none;
}

.site-nav a {
  color: var(--brown);
  font-family: "Open Sans", Arial, sans-serif;
  font-size: .88rem;
  text-decoration: none;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] { color: var(--gold); }

.button,
.text-link {
  display: inline-flex;
  min-height: 2.8rem;
  padding: .65rem 1.15rem;
  border: 3px solid var(--white);
  border-radius: 5px;
  color: var(--white);
  background: var(--brown);
  font-family: "Open Sans", Arial, sans-serif;
  font-size: .92rem;
  line-height: 1.25;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: color .2s, background .2s, border-color .2s;
}

.button:hover,
.button:focus-visible { border-color: var(--white); color: var(--gold-dark); background: var(--sand); }
.button--light { border-color: var(--white); color: var(--gold-dark); background: var(--sand); }
.button--light:hover { color: var(--white); background: var(--brown); }
.text-link { width: fit-content; padding: .55rem .9rem; border: 3px solid var(--white); border-radius: 5px; color: var(--white); background: var(--brown); }
.text-link:hover,
.text-link:focus-visible { border-color: var(--white); color: var(--gold-dark); background: var(--sand); }
.text-link::after { margin-left: .45rem; content: "\2192"; }

.hero {
  min-height: clamp(31rem, 58vw, 42rem);
  background: var(--sand-light) center / cover no-repeat;
}

.hero--home { background-image: url("../images/elke-hero.jpg"); }
.page-hero.hero--treatments { background-image: url("../images/behandlungen-hero.jpg"); }
.page-hero.hero--studio { background-image: url("../images/studio-hero.jpg"); background-position: center 52%; }
.page-hero.hero--detail { background-image: url("../images/studio-wide.jpg"); background-position: center bottom; }

.hero-inner {
  display: flex;
  width: 100%;
  min-height: inherit;
  margin: 0;
  padding: 3rem 1.25rem 1.25rem;
  align-items: flex-end;
  justify-content: flex-end;
}

.hero-copy {
  width: min(40rem, 50%);
  padding: 1rem 1.2rem;
  text-align: right;
  background: rgb(255 255 255 / 15%);
  backdrop-filter: blur(3px);
  border-radius: 5px;
}

.hero-kicker { margin: 0 0 .2rem; color: var(--gold-dark); font-size: clamp(1.8rem, 2.6vw, 2.5rem); }
.hero-quote { margin: 0 0 1.4rem; color: var(--gold-dark); font-family: "Allura", cursive; font-size: clamp(1.45rem, 2.1vw, 1.9rem); line-height: 1.12; }
.hero-actions { display: flex; justify-content: flex-end; flex-wrap: wrap; gap: .75rem; }

.page-hero {
  display: grid;
  min-height: 31rem;
  place-items: end center;
  background: var(--sand-light) center / cover no-repeat;
}

.page-hero h1 {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: .85rem 1.5rem;
  color: var(--gold-dark);
  font-size: clamp(1.75rem, 4vw, 3.1rem);
  text-align: center;
  text-shadow: none;
  background: rgb(222 202 177 / 50%);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.section { padding: clamp(4rem, 8vw, 7rem) 1.5rem; }
.section--compact { padding-block: 3.4rem; }
.section--detail-content { padding-top: clamp(3rem, 6vw, 5.25rem); padding-bottom: clamp(2rem, 4vw, 3.5rem); }
.section--legal { padding-top: clamp(2.5rem, 4vw, 3.5rem); padding-bottom: clamp(3rem, 6vw, 5rem); }
.legal-page h1 { margin-bottom: 1.25rem; font-size: clamp(2rem, 3vw, 2.5rem); }
.legal-page h2 { margin-bottom: .75rem; font-size: clamp(1.3rem, 2vw, 1.6rem); }
.legal-intro { max-width: 42rem; margin-bottom: 2rem; }
.legal-section + .legal-section { margin-top: 2rem; padding-top: 1.6rem; border-top: 1px solid rgb(99 78 35 / 16%); }
.legal-page address { margin-bottom: 1rem; font-style: normal; }
.legal-details { margin: 0; }
.legal-details > div { display: grid; padding: .65rem 0; border-bottom: 1px solid rgb(99 78 35 / 12%); grid-template-columns: minmax(11rem, .75fr) 1.25fr; gap: 1rem; }
.legal-details dt { color: var(--gold-dark); font-family: "Open Sans", Arial, sans-serif; font-size: .84rem; font-weight: 600; }
.legal-details dd { margin: 0; }
.legal-list { margin: 1rem 0 1.25rem 1.3rem; padding: 0; }
.legal-list li { margin-bottom: .3rem; padding-left: .15rem; }
.section--sand { background: var(--sand-light); }
.section--brown { color: var(--white); background: var(--brown); }
.section--brown h2, .section--brown h3, .section--brown a { color: var(--sand); }
.container { width: min(100%, var(--content)); margin-inline: auto; }
.reading { width: min(100%, var(--reading)); margin-inline: auto; }
.center { text-align: center; }
.eyebrow { margin-bottom: .6rem; color: var(--gold); font-family: "Open Sans", Arial, sans-serif; font-size: .78rem; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.signature { color: var(--gold); font-family: "Allura", cursive; font-size: clamp(1.7rem, 3vw, 2rem); line-height: 1.2; }
.home-cta { margin-block: 2.35rem; }

.image-break {
  min-height: clamp(18rem, 42vw, 29rem);
  background: center / cover no-repeat;
}

.image-break--studio { background-image: url("../images/studio-wide.jpg"); background-attachment: fixed; }
.image-break--portrait { background-image: url("../images/elke-portrait.jpg"); background-position: center 72%; background-attachment: fixed; }

.two-column {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(2rem, 6vw, 5rem);
}

.photo-frame { box-shadow: var(--shadow); }
.photo-frame img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }

.treatment-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.treatment-card {
  display: flex;
  min-height: 18rem;
  padding: 1.6rem;
  border: 1px solid rgb(177 144 79 / 24%);
  background: var(--white);
  flex-direction: column;
  box-shadow: 0 .5rem 1.5rem rgb(65 52 48 / 7%);
}

.treatment-card p { flex-grow: 1; }
.treatment-card .text-link { justify-content: flex-start; }

.feature-list {
  display: grid;
  margin: 2rem 0 2rem 1.5rem;
  padding: 0;
  grid-template-columns: 1fr;
  gap: .55rem 2rem;
  list-style: none;
}

.feature-list li { position: relative; padding-left: 1.4rem; }
.feature-list li::before { position: absolute; left: 0; color: var(--gold); content: "\2022"; }

.gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .8rem;
}

.gallery img { width: 100%; height: 24rem; object-fit: cover; }

.contact-grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: clamp(2rem, 7vw, 6rem);
}

.contact-list { margin: 0; padding: 0; list-style: none; }
.contact-list li { margin-bottom: 1.7rem; }
.contact-label { display: block; margin-bottom: .2rem; color: var(--gold); font-family: "Open Sans", Arial, sans-serif; font-size: .76rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.contact-list a { font-size: clamp(1.05rem, 2vw, 1.3rem); text-decoration-thickness: 1px; text-underline-offset: .2em; }
.contact-list a[href^="mailto"] { white-space: nowrap; }
.map-placeholder { display: flex; min-height: 30rem; padding: 1rem; flex-direction: column; justify-content: space-between; text-align: center; background: var(--sand-light); }
.map-image { width: 100%; margin: 0; }
.map-image img { width: 100%; height: auto; border: 1px solid rgb(99 78 35 / 18%); }
.map-image figcaption { margin-top: .35rem; color: var(--gold-dark); font-family: "Open Sans", Arial, sans-serif; font-size: .72rem; text-align: right; }
.map-content { width: 100%; padding: 1.5rem 1rem .4rem; }
.map-content h2 { margin-bottom: .75rem; }
.map-content p { max-width: 27rem; margin-inline: auto; }

.notice { padding: 1rem 1.2rem; border-left: 4px solid var(--gold); background: var(--sand-light); margin-bottom: 3.5rem;  }

.site-footer { padding: 3.5rem 1.5rem 2rem; color: var(--white); background: var(--brown); }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 2rem; }
.site-footer h2 { margin-bottom: .65rem; color: var(--sand); font-family: "Allura", cursive; font-size: 2.3rem; }
.site-footer p { margin-bottom: .65rem; }
.site-footer a { color: var(--white); }
.footer-links { margin: 0; padding: 0; list-style: none; }
.footer-links li { margin-bottom: .45rem; }
.footer-meta { margin-top: 2.5rem; padding-top: 1.25rem; border-top: 1px solid rgb(255 255 255 / 18%); font-family: "Open Sans", Arial, sans-serif; font-size: .78rem; }

.site-footer--light { padding-block: 1rem; color: var(--ink); background: var(--white); border-top: 1px solid rgb(99 78 35 / 16%); }
.site-footer--light h2 { color: var(--gold-dark); font-size: 2rem; }
.site-footer--light a { color: var(--gold-dark); }
.site-footer--light a:hover { color: var(--gold); }
.footer-grid--compact { grid-template-columns: minmax(0, 1.4fr) minmax(18rem, .8fr); align-items: start; gap: 2rem; }
.footer-contact { text-align: right; }
.footer-contact p { margin-bottom: .25rem; }
.footer-meta--split { display: flex; margin-top: 0; padding-top: 0; border-top: 0; align-items: center; justify-content: space-between; gap: 1rem; }
.footer-legal { display: flex; gap: 1rem; }

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

@media (max-width: 64rem) {
  .header-inner { min-height: 5.3rem; }
  .nav-toggle { display: block; }
  .site-nav {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: none;
    padding: 1rem 1.5rem 1.5rem;
    border-top: 1px solid var(--sand);
    background: var(--white);
    box-shadow: 0 .8rem 1.5rem rgb(65 52 48 / 9%);
  }
  .site-nav.is-open { display: block; }
  .site-nav ul { align-items: stretch; flex-direction: column; gap: 0; }
  .site-nav a { display: block; padding: .7rem 0; font-size: 1rem; }
  .treatment-grid { grid-template-columns: 1fr; }
  .image-break--studio, .image-break--portrait { background-attachment: scroll; }
}

@media (max-width: 47.99rem) {
  body { font-size: 1.02rem; }
  .header-inner { padding-inline: 1rem; }
  .brand-name { font-size: 1.05rem; }
  .brand-tagline { font-size: .78rem; }
  .hero { min-height: 0; padding-top: 21rem; background-position: 25% top; }
  .hero-inner { width: 100%; min-height: 0; padding: 0; }
  .hero-copy { width: 100%; padding: 2.5rem 1.25rem; text-align: center; background: var(--sand-light); }
  .hero-actions { justify-content: center; }
  .page-hero { min-height: 20rem; }
  .page-hero h1 { margin-bottom: 0; }
  .two-column, .contact-grid, .footer-grid { grid-template-columns: 1fr; }
  .treatment-grid, .feature-list { grid-template-columns: 1fr; }
  .treatment-card { min-height: 0; }
  .gallery { grid-template-columns: 1fr; }
  .gallery img { height: auto; aspect-ratio: 4 / 3; }
  .section { padding-inline: 1.15rem; }
  .contact-list a[href^="mailto"] { white-space: normal; }
  .legal-details > div { grid-template-columns: 1fr; gap: .15rem; }
  .footer-grid--compact { grid-template-columns: 1fr; gap: 1rem; }
  .footer-contact { text-align: left; }
  .footer-meta--split { align-items: flex-start; flex-direction: column; }
}

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