/* JD Beauty — gemeinsame Styles fuer die Unterseiten (index.html bringt eigene Styles mit) */

@font-face {
  font-family: 'Hanken Grotesk';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url("assets/font-01.woff2") format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: 'Hanken Grotesk';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url("assets/font-02.woff2") format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: 'Hanken Grotesk';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url("assets/font-03.woff2") format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Hanken Grotesk';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url("assets/font-04.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Marcellus';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/font-05.woff2") format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Marcellus';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/font-06.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


:root {
  --creme: #f7f3ec;
  --dunkel: #211d18;
  --gold: #a3814f;
  --linie: rgba(33, 29, 24, 0.14);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0; background: var(--creme); color: var(--dunkel);
  font-family: 'Hanken Grotesk', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 17px; line-height: 1.65; text-wrap: pretty;
  -webkit-font-smoothing: antialiased;
}
a { color: var(--dunkel); text-decoration: none; transition: color .2s, background .2s, border-color .2s; }
a:hover { color: var(--gold); }
::selection { background: #e6dccb; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 2px; }
img { max-width: 100%; display: block; }

.wrap { max-width: 900px; margin: 0 auto; padding: 0 clamp(20px, 4vw, 56px); }

.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(247, 243, 236, .9); backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--linie);
}
.site-header .wrap {
  max-width: 1280px; display: flex; align-items: center; justify-content: space-between;
  gap: 16px; padding-top: 16px; padding-bottom: 16px;
}
.logo { font-family: 'Marcellus', Georgia, serif; font-size: 20px; letter-spacing: .22em; text-transform: uppercase; }
.logo span { color: var(--gold); }
.header-links { display: flex; gap: clamp(14px, 2.4vw, 28px); font-size: 12px; letter-spacing: .18em; text-transform: uppercase; }

main { padding: clamp(48px, 8vw, 104px) 0 clamp(40px, 6vw, 80px); }
.kicker { font-size: 11px; letter-spacing: .3em; text-transform: uppercase; color: var(--gold); margin: 0 0 18px; }
h1 { font-family: 'Marcellus', Georgia, serif; font-weight: 400; font-size: clamp(34px, 6vw, 62px); line-height: 1.06; margin: 0 0 24px; }
h2 { font-family: 'Marcellus', Georgia, serif; font-weight: 400; font-size: clamp(22px, 3vw, 30px); margin: 48px 0 14px; }
h3 { font-family: 'Marcellus', Georgia, serif; font-weight: 400; font-size: 19px; margin: 28px 0 8px; }
p { margin: 0 0 16px; max-width: 68ch; }
ul { max-width: 68ch; padding-left: 20px; }
li { margin-bottom: 8px; }
.lead { font-size: clamp(18px, 2.2vw, 21px); }
.muted { color: rgba(33, 29, 24, .62); }
.hinweis {
  background: #efe8dc; border-left: 3px solid var(--gold);
  padding: 16px 20px; margin: 24px 0; font-size: 15px; border-radius: 2px;
}
.karte { border: 1px solid var(--linie); padding: clamp(22px, 3vw, 34px); margin: 22px 0; background: #fdfbf7; }
.preisliste { list-style: none; padding: 0; margin: 0; }
.preisliste li { display: flex; justify-content: space-between; gap: 20px; padding: 11px 0; border-bottom: 1px dashed var(--linie); margin: 0; }
.preisliste li span:last-child { color: var(--gold); white-space: nowrap; }
.btn-reihe { display: flex; flex-wrap: wrap; gap: 12px; margin: 30px 0; }
.btn {
  display: inline-block; padding: 15px 30px; font-size: 12px; letter-spacing: .18em;
  text-transform: uppercase; background: var(--gold); color: var(--creme); border: 1px solid var(--gold);
}
.btn:hover { background: var(--dunkel); border-color: var(--dunkel); color: var(--creme); }
.btn-linie { background: transparent; color: var(--dunkel); border-color: var(--linie); }
.btn-linie:hover { background: var(--dunkel); color: var(--creme); border-color: var(--dunkel); }
.bild { width: 100%; height: clamp(240px, 40vw, 420px); object-fit: cover; margin: 34px 0; }

.site-footer { background: var(--dunkel); color: var(--creme); padding: clamp(40px, 6vw, 64px) 0 30px; margin-top: 60px; }
.site-footer .wrap { max-width: 1280px; }
.site-footer a { color: var(--creme); }
.site-footer a:hover { color: var(--gold); }
.footer-grid { display: flex; flex-wrap: wrap; gap: 32px; justify-content: space-between; }
.footer-links { display: flex; flex-wrap: wrap; gap: 20px; font-size: 12px; letter-spacing: .16em; text-transform: uppercase; }
.copyright { margin-top: 34px; padding-top: 22px; border-top: 1px solid rgba(247, 243, 236, .16); font-size: 12px; color: rgba(247, 243, 236, .6); }
@media (max-width: 640px) {
  .header-links a:not(.btn-mini) { display: none; }
}

/* --- Mobil: Buttons volle Breite, Tabellen umbruchfaehig --- */
@media (max-width: 640px) {
  .btn-reihe { flex-direction: column; align-items: stretch; }
  .btn { text-align: center; padding: 16px 20px; }
  .preisliste li { gap: 12px; }
  .bild { margin: 24px 0; }
}
