/* ==========================================================================
   Sesto Senso – Cut & Care
   Farben und Schriften aus dem Logo (Baskerville → Libre Baskerville,
   Avenir Next → Nunito Sans, beide selbst gehostet)
   ========================================================================== */

@font-face {
  font-family: 'Libre Baskerville';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('../fonts/LibreBaskerville/LibreBaskerville-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Libre Baskerville';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/LibreBaskerville/LibreBaskerville-italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('../fonts/NunitoSans/NunitoSans-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Nunito Sans';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/NunitoSans/NunitoSans-italic.woff2') format('woff2');
}

:root {
  --rose:        #e7c8bb;   /* Markenrosé (Logo, Schild, Preisliste) */
  --rose-hell:   #f2e1da;   /* hellere Abstufung für Wechselflächen */
  --rose-tief:   #d3aa99;   /* Linien, Ringe */
  --creme:       #faf1eb;   /* Kartenfläche Preisliste */
  --braun:       #51362b;   /* Text, Logo */
  --braun-warm:  #875039;   /* Akzent (Striche im Logo) */
  --braun-hell:  #7a5f53;   /* sekundärer Text */

  --serif: 'Libre Baskerville', Baskerville, 'Times New Roman', serif;
  --sans:  'Nunito Sans', 'Avenir Next', Avenir, 'Segoe UI', Helvetica, Arial, sans-serif;

  --wrap: 1120px;
  --gutter: clamp(1.25rem, 4vw, 2.5rem);
  --section: clamp(4rem, 9vw, 7.5rem);
  --header-h: 76px;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 1rem);
  -webkit-text-size-adjust: 100%;
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}

body {
  margin: 0;
  background: var(--rose);
  color: var(--braun);
  font-family: var(--sans);
  font-size: 1.0625rem;
  line-height: 1.65;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

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

a { color: inherit; text-decoration-color: var(--rose-tief); text-underline-offset: 0.18em; }
a:hover { text-decoration-color: var(--braun-warm); }

:focus-visible { outline: 2px solid var(--braun-warm); outline-offset: 3px; }

h1, h2, h3 {
  font-family: var(--serif);
  font-weight: 700;
  line-height: 1.15;
  margin: 0 0 0.6em;
  letter-spacing: -0.005em;
  text-wrap: balance;
}
h1 { font-size: clamp(1.9rem, 4.2vw, 3rem); }
h2 { font-size: clamp(1.6rem, 3.2vw, 2.35rem); }
h3 { font-size: clamp(1.15rem, 1.8vw, 1.35rem); }

p { margin: 0 0 1em; }
strong, b { font-weight: 700; }

.wrap {
  width: min(100% - 2 * var(--gutter), var(--wrap));
  margin-inline: auto;
}

.skip {
  position: absolute; left: 1rem; top: -4rem;
  background: var(--braun); color: #fff; padding: 0.5rem 1rem;
  border-radius: 4px; z-index: 100;
}
.skip:focus { top: 1rem; }

/* --------------------------------------------------------------------------
   Header
   -------------------------------------------------------------------------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: color-mix(in srgb, var(--rose) 92%, transparent);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-bottom: 1px solid color-mix(in srgb, var(--rose-tief) 55%, transparent);
}
.site-header__in {
  display: flex; align-items: center; justify-content: space-between;
  min-height: var(--header-h); gap: 1rem;
}

.brand {
  display: inline-flex; align-items: center; gap: 0.75rem;
  text-decoration: none;
}
.brand__emblem { width: 52px; height: 52px; flex: none; }
.brand__text { display: flex; flex-direction: column; line-height: 1.1; }
.brand__name {
  font-family: var(--serif); font-weight: 700; font-size: 1.15rem;
  letter-spacing: 0.02em; text-transform: uppercase;
}
.brand__sub {
  font-size: 0.7rem; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--braun-hell); margin-top: 0.2rem;
}

.nav { display: flex; align-items: center; gap: clamp(1rem, 2.2vw, 1.9rem); }
.nav a {
  text-decoration: none; font-weight: 600; font-size: 0.95rem;
  padding: 0.35rem 0; border-bottom: 2px solid transparent;
  transition: border-color 0.2s;
}
.nav a:hover { border-bottom-color: var(--braun-warm); }
.nav__cta {
  border: 1.5px solid var(--braun) !important;
  border-radius: 999px; padding: 0.45rem 1.1rem !important;
  font-variant-numeric: tabular-nums;
}
.nav__cta:hover { background: var(--braun); color: var(--rose); }

.nav-toggle {
  display: none; align-items: center; gap: 0.6rem;
  background: none; border: 1.5px solid var(--braun); border-radius: 999px;
  color: var(--braun); font: inherit; font-weight: 600; font-size: 0.9rem;
  padding: 0.4rem 0.9rem 0.4rem 0.8rem; cursor: pointer;
}
.nav-toggle__bar {
  width: 18px; height: 2px; background: currentColor; position: relative;
}
.nav-toggle__bar::before, .nav-toggle__bar::after {
  content: ''; position: absolute; left: 0; width: 100%; height: 2px; background: currentColor;
  transition: transform 0.2s;
}
.nav-toggle__bar::before { top: -6px; }
.nav-toggle__bar::after  { top: 6px; }
.nav-toggle[aria-expanded="true"] .nav-toggle__bar { background: transparent; }
.nav-toggle[aria-expanded="true"] .nav-toggle__bar::before { transform: translateY(6px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] .nav-toggle__bar::after  { transform: translateY(-6px) rotate(-45deg); }

@media (max-width: 860px) {
  .nav-toggle { display: inline-flex; }
  .nav {
    display: none; position: absolute; left: 0; right: 0; top: 100%;
    flex-direction: column; align-items: stretch; gap: 0;
    background: var(--rose); border-bottom: 1px solid var(--rose-tief);
    padding: 0.5rem var(--gutter) 1.25rem;
  }
  .nav.is-open { display: flex; }
  .nav a { padding: 0.8rem 0; border-bottom: 1px solid color-mix(in srgb, var(--rose-tief) 50%, transparent); font-size: 1.05rem; }
  .nav__cta { margin-top: 1rem; text-align: center; border-bottom: 1.5px solid var(--braun) !important; }
}

/* --------------------------------------------------------------------------
   Abschnitte
   -------------------------------------------------------------------------- */
.section { padding-block: var(--section); }
.section--hell { background: var(--rose-hell); }

.section__head { max-width: 62ch; margin-bottom: clamp(2rem, 4vw, 3rem); }
.section__head p { font-size: 1.1rem; }

.lead { font-size: clamp(1.1rem, 1.6vw, 1.25rem); line-height: 1.6; }

.prose { max-width: 62ch; }
.prose p:last-child { margin-bottom: 0; }

.claim {
  font-family: var(--serif); font-style: italic; font-weight: 400;
  font-size: clamp(1.2rem, 2vw, 1.5rem); line-height: 1.4;
  color: var(--braun-warm); margin: 1.5rem 0 0;
}

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
  font-weight: 700; font-size: 0.98rem; text-decoration: none;
  border: 1.5px solid var(--braun); border-radius: 999px;
  padding: 0.8rem 1.6rem; transition: background 0.2s, color 0.2s;
}
.btn--voll { background: var(--braun); color: var(--rose-hell); }
.btn--voll:hover { background: var(--braun-warm); border-color: var(--braun-warm); }
.btn--leer:hover { background: var(--braun); color: var(--rose-hell); }
.btn-row { display: flex; flex-wrap: wrap; gap: 0.75rem 1rem; margin-top: 1.75rem; }

/* --------------------------------------------------------------------------
   Hero – das Schild
   -------------------------------------------------------------------------- */
.hero {
  padding-block: clamp(2.5rem, 6vw, 5rem) var(--section);
  text-align: center;
}
.hero__logo {
  display: block;
  width: min(78vw, 420px);
  margin: 0 auto clamp(1.5rem, 4vw, 2.75rem);
  animation: hero-in 1.1s cubic-bezier(.2,.7,.2,1) both;
}
.hero__text { max-width: 66ch; margin-inline: auto; }
.hero__text h1 { margin-bottom: 0.7em; }
.hero__text .lead { max-width: 58ch; margin-inline: auto; }
.hero .btn-row { justify-content: center; }

.hero__logo img { width: 100%; }

@keyframes hero-in {
  from { opacity: 0; transform: translateY(12px) scale(0.985); }
  to   { opacity: 1; transform: none; }
}
@media (prefers-reduced-motion: reduce) {
  .hero__logo { animation: none; }
}

/* --------------------------------------------------------------------------
   Über uns / Leistungen – Bild neben Text
   -------------------------------------------------------------------------- */
.split {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 6vw, 5rem); align-items: center;
}
.split--umgekehrt .split__media { order: 2; }
.split__media img {
  width: 100%; border-radius: 10px;
  box-shadow: 0 18px 40px -22px rgba(81, 54, 43, 0.45);
}
.split__media--hoch img { aspect-ratio: 3 / 4; object-fit: cover; }
.split__media--quer img { aspect-ratio: 4 / 3; object-fit: cover; }

@media (max-width: 760px) {
  .split { grid-template-columns: 1fr; gap: 2rem; }
  .split--umgekehrt .split__media { order: 0; }
  .split__media--hoch img { aspect-ratio: 4 / 5; }
}

/* --------------------------------------------------------------------------
   Team – Medaillons wie im Logo
   -------------------------------------------------------------------------- */
.team {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(2rem, 5vw, 4rem);
}
.medaillon {
  display: grid; grid-template-columns: auto 1fr; gap: clamp(1.25rem, 3vw, 2rem);
  align-items: start;
}
.medaillon__bild {
  width: clamp(120px, 16vw, 170px); aspect-ratio: 1;
  border-radius: 50%; overflow: hidden;
  border: 3px solid var(--braun);
  box-shadow: 0 0 0 5px var(--rose-hell), 0 0 0 6px var(--rose-tief);
  background: var(--braun);
}
.medaillon__bild img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 22%; }
.medaillon h3 { margin-bottom: 0.15em; }
.medaillon__rolle {
  color: var(--braun-hell); font-size: 0.95rem; margin-bottom: 0.7em;
}
.medaillon p:last-child { margin-bottom: 0; }

@media (max-width: 900px) {
  .team { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .medaillon { grid-template-columns: 1fr; }
  .medaillon__bild { width: 150px; }
}

/* --------------------------------------------------------------------------
   Preisliste
   -------------------------------------------------------------------------- */
.preise__grid {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}
.preisgruppe {
  background: var(--creme); border-radius: 10px;
  padding: clamp(1.25rem, 2.5vw, 1.75rem) clamp(1.25rem, 2.5vw, 2rem);
  border: 1px solid color-mix(in srgb, var(--rose-tief) 45%, transparent);
}
.preisgruppe h3 {
  font-size: 1.05rem; letter-spacing: 0.06em; text-transform: uppercase;
  margin-bottom: 0.15em;
}
.preisgruppe__hinweis {
  font-size: 0.85rem; color: var(--braun-hell); margin: 0 0 0.9rem;
}
.preisgruppe h3 + .preisliste { margin-top: 0.9rem; }
.preisliste { list-style: none; margin: 0; padding: 0; }
.preisliste li {
  display: flex; align-items: baseline; gap: 0.6rem;
  padding: 0.42rem 0; font-size: 0.98rem;
  border-top: 1px solid color-mix(in srgb, var(--rose-tief) 35%, transparent);
}
.preisliste li:first-child { border-top: 0; }
.preisliste .l { flex: 1; }
.preisliste .l small { color: var(--braun-hell); font-size: 0.85em; white-space: nowrap; }
.preisliste .p {
  font-weight: 700; white-space: nowrap; font-variant-numeric: tabular-nums;
}
.preisliste .p::before { content: '€ '; font-weight: 400; color: var(--braun-hell); }

.preise__fuss {
  margin-top: 1.75rem; max-width: 70ch;
  font-size: 0.95rem; color: var(--braun-hell);
}
.preise__fuss strong { color: var(--braun); }

@media (max-width: 700px) {
  .preise__grid { grid-template-columns: 1fr; }
}

/* --------------------------------------------------------------------------
   Kontakt
   -------------------------------------------------------------------------- */
.kontakt {
  display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(2rem, 6vw, 5rem);
  align-items: start;
}
.kontakt__liste { list-style: none; margin: 0; padding: 0; display: grid; gap: 1.1rem; }
.kontakt__liste li { display: grid; grid-template-columns: 28px 1fr; gap: 0.8rem; align-items: start; }
.kontakt__liste svg { width: 24px; height: 24px; margin-top: 0.15rem; color: var(--braun-warm); }
.kontakt__liste span { display: block; }
.kontakt__liste .k { font-size: 0.8rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--braun-hell); }
.kontakt__liste .v { font-size: 1.12rem; font-weight: 600; }
.kontakt__liste a { text-decoration: none; }
.kontakt__liste a:hover { text-decoration: underline; }

.zeiten { list-style: none; margin: 0.5rem 0 0; padding: 0; max-width: 24rem; }
.zeiten li {
  display: flex; justify-content: space-between; gap: 1rem; padding: 0.45rem 0;
  border-top: 1px solid color-mix(in srgb, var(--rose-tief) 45%, transparent);
}
.zeiten li:first-child { border-top: 0; }
.zeiten .geschlossen { color: var(--braun-hell); }

@media (max-width: 760px) {
  .kontakt { grid-template-columns: 1fr; gap: 2.5rem; }
}

/* --------------------------------------------------------------------------
   Rechtstexte
   -------------------------------------------------------------------------- */
.rechtstext { max-width: 72ch; }
.rechtstext h1 { margin-bottom: 1em; }
.rechtstext h2 { font-size: 1.35rem; margin-top: 2em; }
.rechtstext h3 { font-size: 1.1rem; margin-top: 1.5em; }
.todo {
  background: var(--creme); border-left: 3px solid var(--braun-warm);
  padding: 0.6rem 0.9rem; border-radius: 0 6px 6px 0; font-size: 0.95rem;
}

/* --------------------------------------------------------------------------
   Footer
   -------------------------------------------------------------------------- */
.site-footer {
  background: var(--braun); color: var(--rose);
  padding-block: clamp(2.5rem, 5vw, 4rem) 2rem;
}
.site-footer__in {
  display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 2.5rem; align-items: start;
}
.site-footer__wordmark { width: 260px; filter: brightness(0) saturate(100%) invert(87%) sepia(12%) saturate(420%) hue-rotate(320deg); }
.site-footer__place { margin: 1rem 0 0; font-size: 0.95rem; color: var(--rose-tief); }
.site-footer__contact { font-style: normal; line-height: 1.7; }
.site-footer__contact a { text-decoration: none; }
.site-footer__contact a:hover { text-decoration: underline; }
.site-footer__ig {
  display: inline-flex; align-items: center; gap: 0.5rem;
  text-decoration: none; font-weight: 600;
}
.site-footer__legal { margin: 1.25rem 0 0.35rem; display: flex; gap: 1.25rem; }
.site-footer__legal a { text-decoration: none; }
.site-footer__legal a:hover { text-decoration: underline; }
.site-footer__copy { margin: 0; font-size: 0.85rem; color: var(--rose-tief); }

@media (max-width: 760px) {
  .site-footer__in { grid-template-columns: 1fr; gap: 2rem; }
}
