/* =====================================================
   JONY BEAUTY LOUNGE — Stylesheet
   Palette: Roségold / Kupfer / Bronze auf Creme & Ivory
   Type: Playfair Display + Cormorant Garamond + Inter
   ===================================================== */

:root{
  /* Brand colors derived from the rose-gold logo */
  --copper:        #b07a4e;
  --copper-deep:   #8c5a35;
  --rose-gold:     #c9a07b;
  --rose-gold-lt:  #e3c8a8;
  --gold-glow:     #d8b48c;

  --cream:         #faf5ee;
  --ivory:         #f4ebe0;
  --tint:          #f1e6d8;
  --card:          #fffdfa;

  --ink:           #2b2520;
  --ink-soft:      #5c5048;
  --muted:         #8a7a6c;
  --line:          #e6d8c7;

  --maxw: 1180px;
  --radius: 14px;
  --radius-lg: 22px;
  --shadow-sm: 0 4px 18px rgba(90,60,30,.07);
  --shadow:    0 14px 44px rgba(90,60,30,.12);
  --ease: cubic-bezier(.22,.61,.36,1);

  --ff-display: "Playfair Display", Georgia, serif;
  --ff-serif: "Cormorant Garamond", Georgia, serif;
  --ff-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

html{ scroll-behavior:smooth; scroll-padding-top:84px; }

body{
  margin:0;
  font-family:var(--ff-body);
  font-weight:400;
  color:var(--ink);
  background:var(--cream);
  line-height:1.7;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}

img{ max-width:100%; display:block; }
a{ color:inherit; text-decoration:none; }

.container{ width:100%; max-width:var(--maxw); margin-inline:auto; padding-inline:clamp(20px,5vw,40px); }

.section{ padding:clamp(64px,9vw,120px) 0; }
.section--tint{ background:var(--ivory); }

/* gold gradient text helper */
.gold-text{
  background:linear-gradient(100deg,var(--copper-deep),var(--gold-glow) 45%,var(--copper) 70%,var(--copper-deep));
  -webkit-background-clip:text; background-clip:text;
  -webkit-text-fill-color:transparent; color:transparent;
}

/* ---------- Typographic primitives ---------- */
.eyebrow{
  display:inline-flex; align-items:center; gap:.7rem;
  font-family:var(--ff-body);
  text-transform:uppercase;
  letter-spacing:.32em;
  font-size:.72rem;
  font-weight:500;
  color:var(--copper);
  margin:0 0 1rem;
}
.eyebrow::before,
.eyebrow::after{
  content:""; width:clamp(18px,3vw,30px); height:1px; opacity:.75;
  background:linear-gradient(90deg,transparent,currentColor);
}
.eyebrow::after{ background:linear-gradient(90deg,currentColor,transparent); }
.eyebrow--light{ color:var(--rose-gold-lt); }

/* decorative flourish under centered section titles */
.section__head .section__title::after{
  content:""; display:block; width:66px; height:2px; border-radius:2px; margin:1.1rem auto 0;
  background:linear-gradient(90deg,transparent,var(--copper),transparent);
}
.section__head .section__title--light::after{
  background:linear-gradient(90deg,transparent,var(--gold-glow),transparent);
}

.section__title{
  font-family:var(--ff-display);
  font-weight:600;
  font-size:clamp(2rem,4.6vw,3.4rem);
  line-height:1.08;
  letter-spacing:-.01em;
  margin:0 0 1rem;
  color:var(--ink);
}
.section__title--light{ color:#fdf7ef; }

.section__head{ max-width:680px; margin:0 auto clamp(40px,6vw,64px); text-align:center; }
.section__lead{ color:var(--ink-soft); font-size:1.05rem; margin:0; }

/* ---------- Buttons ---------- */
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:.5rem;
  font-family:var(--ff-body); font-weight:500; font-size:.95rem;
  letter-spacing:.02em;
  padding:.92rem 1.8rem; border-radius:999px;
  cursor:pointer; border:1px solid transparent;
  transition:transform .25s var(--ease), box-shadow .25s var(--ease), background .25s var(--ease), color .25s var(--ease), border-color .25s var(--ease);
  white-space:nowrap;
}
.btn--small{ padding:.6rem 1.2rem; font-size:.85rem; }
.btn--primary{
  background:linear-gradient(120deg,var(--copper-deep),var(--copper) 55%,var(--rose-gold));
  color:#fff7ee; box-shadow:0 10px 26px rgba(140,90,53,.28);
}
.btn--primary:hover{ box-shadow:0 14px 34px rgba(140,90,53,.4); transform:translateY(-2px); }
.btn--ghost{
  background:transparent; color:var(--copper-deep); border-color:var(--copper);
}
.btn--ghost:hover{ background:var(--copper); color:#fff7ee; transform:translateY(-2px); }

/* ===================================================
   HEADER / NAV
   =================================================== */
.site-header{
  position:fixed; inset:0 0 auto 0; z-index:50;
  background:rgba(250,245,238,.82);
  backdrop-filter:saturate(140%) blur(12px);
  -webkit-backdrop-filter:saturate(140%) blur(12px);
  border-bottom:1px solid transparent;
  transition:border-color .3s var(--ease), box-shadow .3s var(--ease), background .3s var(--ease);
}
.site-header::before{
  content:""; position:absolute; top:0; left:0; right:0; height:3px;
  background:linear-gradient(90deg,var(--copper-deep),var(--gold-glow) 35%,var(--rose-gold) 60%,var(--copper-deep));
}
.site-header.scrolled{ border-color:var(--line); box-shadow:var(--shadow-sm); }

.nav{ display:flex; align-items:center; justify-content:space-between; gap:1.5rem; min-height:72px; }
.nav__brand{ display:flex; align-items:center; gap:.7rem; }
.nav__logo{ height:46px; width:auto; }
.nav__brand-text{ display:flex; flex-direction:column; justify-content:center; gap:6px; }
.nav__brand-name{ font-family:var(--ff-display); font-weight:600; font-size:1.04rem; line-height:1; color:var(--ink); }
.nav__brand-sub{ font-size:.62rem; letter-spacing:.2em; line-height:1; text-transform:uppercase; color:var(--muted); }

.nav__menu{ display:flex; align-items:center; gap:1.8rem; list-style:none; margin:0; padding:0; }
.nav__menu a{ font-size:.92rem; font-weight:400; color:var(--ink-soft); position:relative; transition:color .2s var(--ease); }
.nav__menu a:not(.btn)::after{
  content:""; position:absolute; left:0; bottom:-6px; height:1.5px; width:0;
  background:var(--copper); transition:width .28s var(--ease);
}
.nav__menu a:not(.btn):hover{ color:var(--copper-deep); }
.nav__menu a:not(.btn):hover::after{ width:100%; }

.nav__toggle{ display:none; flex-direction:column; gap:5px; background:none; border:0; cursor:pointer; padding:8px; }
.nav__toggle span{ width:24px; height:2px; background:var(--ink); border-radius:2px; transition:transform .3s var(--ease), opacity .3s var(--ease); }

/* ===================================================
   HERO
   =================================================== */
.hero{
  position:relative; min-height:100svh; display:flex; align-items:center; justify-content:center;
  text-align:center; padding:116px 0 80px;
}
.hero__bg{
  position:absolute; inset:0; z-index:0; overflow:hidden;
  background:
    radial-gradient(55% 45% at 50% 6%, rgba(201,160,123,.34), transparent 72%),
    radial-gradient(46% 55% at 88% 94%, rgba(140,90,53,.22), transparent 70%),
    radial-gradient(42% 52% at 6% 86%, rgba(227,200,168,.30), transparent 70%),
    radial-gradient(125% 95% at 50% 42%, transparent 52%, rgba(120,80,45,.12) 100%),
    linear-gradient(160deg,#fbf7f1 0%,var(--ivory) 52%,#ecdfce 100%);
}

/* optional salon photo wash — drop assets/hero.jpg to activate (Georg-style) */
.hero__photo{
  position:absolute; inset:0; z-index:0; overflow:hidden;
  background:url('assets/hero.jpg') center/cover no-repeat;
  opacity:.18; mix-blend-mode:multiply;
  -webkit-mask-image:radial-gradient(125% 105% at 50% 28%, #000 50%, transparent 100%);
  mask-image:radial-gradient(125% 105% at 50% 28%, #000 50%, transparent 100%);
}

/* thin gold corner frame */
.hero__corner{
  position:absolute; z-index:1; pointer-events:none; opacity:.5;
  width:clamp(38px,6vw,84px); height:clamp(38px,6vw,84px);
}
.hero__corner--tl{
  top:96px; left:clamp(18px,5vw,52px);
  border-top:1.5px solid var(--copper); border-left:1.5px solid var(--copper); border-top-left-radius:8px;
}
.hero__corner--br{
  bottom:40px; right:clamp(18px,5vw,52px);
  border-bottom:1.5px solid var(--copper); border-right:1.5px solid var(--copper); border-bottom-right-radius:8px;
}
.hero__bg::after{
  content:""; position:absolute; inset:0;
  background-image:radial-gradient(rgba(176,122,78,.05) 1px, transparent 1px);
  background-size:22px 22px; opacity:.6;
}
.hero__bg::before{
  content:""; position:absolute; right:-7%; bottom:-12%;
  width:min(640px,72vw); aspect-ratio:471/565;
  background:url('assets/logo-mark.png') center/contain no-repeat;
  opacity:.05; transform:rotate(-8deg); pointer-events:none;
}
.hero__inner{ position:relative; z-index:1; display:flex; flex-direction:column; align-items:center; }
.hero__logo{
  height:clamp(140px,21vw,230px); width:auto;
  margin-bottom:1.1rem; filter:drop-shadow(0 16px 40px rgba(140,90,53,.24));
  animation:floatLogo 6s ease-in-out infinite;
}
@keyframes floatLogo{ 0%,100%{transform:translateY(0)} 50%{transform:translateY(-10px)} }

.hero__eyebrow{
  text-transform:uppercase; letter-spacing:.42em; font-size:.78rem; font-weight:500;
  color:var(--copper); margin:0 0 1rem;
}
.hero__title{
  display:flex; flex-direction:column; align-items:center; gap:.5rem;
  margin:0 0 1.4rem;
}
.hero__title-name{
  font-family:var(--ff-display); font-weight:700;
  font-size:clamp(3.4rem,11vw,7rem); line-height:1.16; letter-spacing:.04em;
  padding:.06em .12em .14em;
  background:linear-gradient(100deg,var(--copper-deep) 8%,var(--gold-glow) 38%,#f3e1cb 50%,var(--copper) 62%,var(--copper-deep) 92%);
  background-size:220% 100%;
  -webkit-background-clip:text; background-clip:text; -webkit-text-fill-color:transparent; color:transparent;
  animation:shimmer 7s ease-in-out infinite;
}
@keyframes shimmer{ 0%,100%{background-position:0% 50%} 50%{background-position:100% 50%} }

.hero__title-sub{
  display:inline-flex; align-items:center; gap:clamp(.7rem,2vw,1.3rem);
  font-family:var(--ff-serif); font-weight:500;
  font-size:clamp(1.2rem,3.6vw,2rem); letter-spacing:.42em; text-transform:uppercase;
  color:var(--ink); padding-left:.42em;
}
.hero__title-sub::before,
.hero__title-sub::after{
  content:""; display:block; height:1px; width:clamp(26px,7vw,72px);
  background:linear-gradient(90deg,transparent,var(--copper));
}
.hero__title-sub::after{ background:linear-gradient(90deg,var(--copper),transparent); }
.hero__subtitle{
  font-size:clamp(.8rem,1.5vw,.94rem); color:var(--muted);
  letter-spacing:.14em; text-transform:uppercase; font-weight:400;
  max-width:480px; margin:1rem 0 1.8rem; line-height:1.85;
}
.hero__actions{ display:flex; gap:1rem; flex-wrap:wrap; justify-content:center; }
.hero__hours-hint{
  margin-top:1.5rem; font-size:.85rem; letter-spacing:.04em; color:var(--muted);
  display:inline-flex; align-items:center; gap:.5rem;
}
.hero__hours-hint::before{ content:""; width:8px; height:8px; border-radius:50%; background:#5fae73; box-shadow:0 0 0 4px rgba(95,174,115,.18); }
.hero__hours-hint.is-closed::before{ background:var(--copper); box-shadow:0 0 0 4px rgba(176,122,78,.18); }

.hero__stats{
  display:flex; align-items:center; justify-content:center; flex-wrap:wrap;
  gap:clamp(1.2rem,4vw,2.8rem); margin-top:1.9rem;
  padding-top:1.6rem; border-top:1px solid var(--line); width:min(540px,90%);
}
.hero__stat{ display:flex; flex-direction:column; gap:.35rem; position:relative; padding:0 clamp(.4rem,2vw,1.2rem); }
.hero__stat + .hero__stat::before{
  content:""; position:absolute; left:0; top:50%; transform:translateY(-50%);
  height:40px; width:1px; background:linear-gradient(180deg,transparent,var(--copper),transparent);
}
.hero__stat-num{
  font-family:var(--ff-display); font-size:clamp(1.25rem,2.6vw,1.7rem); font-weight:600; line-height:1;
  background:linear-gradient(100deg,var(--copper-deep),var(--gold-glow));
  -webkit-background-clip:text; background-clip:text; -webkit-text-fill-color:transparent;
}
.hero__stat-label{ font-size:.7rem; letter-spacing:.15em; text-transform:uppercase; color:var(--muted); }

.hero__scroll{ position:absolute; bottom:28px; left:50%; transform:translateX(-50%); z-index:1; }
.hero__scroll span{
  display:block; width:24px; height:38px; border:1.5px solid var(--copper); border-radius:14px; position:relative;
}
.hero__scroll span::after{
  content:""; position:absolute; top:7px; left:50%; transform:translateX(-50%);
  width:4px; height:7px; border-radius:2px; background:var(--copper);
  animation:scrollDot 1.8s ease-in-out infinite;
}
@keyframes scrollDot{ 0%{opacity:0; top:7px} 40%{opacity:1} 80%{opacity:0; top:18px} 100%{opacity:0} }

/* ===================================================
   PHILOSOPHY
   =================================================== */
.philosophy__grid{ display:grid; grid-template-columns:1.05fr .95fr; gap:clamp(2rem,5vw,5rem); align-items:center; }
.philosophy__text p{ color:var(--ink-soft); margin:0 0 1.1rem; }
.philosophy__points{ list-style:none; margin:1.8rem 0 0; padding:0; display:grid; gap:.8rem; }
.philosophy__points li{ position:relative; padding-left:2rem; color:var(--ink); font-weight:500; }
.philosophy__points li::before{
  content:""; position:absolute; left:0; top:.55em; width:14px; height:14px; border-radius:50%;
  background:linear-gradient(135deg,var(--copper),var(--rose-gold)); box-shadow:0 0 0 4px rgba(201,160,123,.18);
}

.philosophy__media{ position:relative; display:flex; flex-direction:column; gap:1rem; }
.philosophy__photo{
  margin:0; border-radius:var(--radius-lg); aspect-ratio:4/3; box-shadow:var(--shadow); overflow:hidden;
}
.philosophy__photo img{ width:100%; height:100%; object-fit:cover; display:block; transition:transform .6s var(--ease); }
.philosophy__photo:hover img{ transform:scale(1.04); }
.philosophy__badge{
  position:absolute; bottom:-22px; left:-22px; background:var(--card);
  border:1px solid var(--line); border-radius:var(--radius); padding:1rem 1.3rem;
  box-shadow:var(--shadow); display:flex; flex-direction:column; max-width:200px;
}
.philosophy__badge-num{ font-family:var(--ff-display); font-size:1.25rem; color:var(--copper-deep); font-weight:600; }
.philosophy__badge-text{ font-size:.82rem; color:var(--muted); }

/* placeholder visuals (replace with real photos later) */
.placeholder{
  background:
    repeating-linear-gradient(135deg, rgba(176,122,78,.06) 0 14px, rgba(176,122,78,.10) 14px 28px),
    linear-gradient(135deg,var(--tint),var(--rose-gold-lt));
  display:flex; align-items:center; justify-content:center; position:relative;
}
.placeholder__label{
  font-family:var(--ff-serif); font-size:1.1rem; letter-spacing:.18em; text-transform:uppercase;
  color:rgba(140,90,53,.55);
}

/* ===================================================
   SERVICES
   =================================================== */
.services__grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:1.4rem; }
.service-card{
  background:var(--card); border:1px solid var(--line); border-radius:var(--radius-lg);
  padding:2.2rem 2rem; box-shadow:var(--shadow-sm); position:relative; overflow:hidden;
  transition:transform .35s var(--ease), box-shadow .35s var(--ease), border-color .35s var(--ease);
}
.service-card::before{
  content:""; position:absolute; inset:0 0 auto 0; height:3px;
  background:linear-gradient(90deg,var(--copper-deep),var(--rose-gold)); transform:scaleX(0); transform-origin:left;
  transition:transform .4s var(--ease);
}
.service-card::after{
  content:""; position:absolute; right:-22px; bottom:-26px; width:128px; height:150px;
  background:url('assets/logo-mark.png') center/contain no-repeat; opacity:.045;
  transition:opacity .4s var(--ease), transform .4s var(--ease); pointer-events:none;
}
.service-card:hover{ transform:translateY(-6px); box-shadow:var(--shadow); border-color:var(--rose-gold); }
.service-card:hover::before{ transform:scaleX(1); }
.service-card:hover::after{ opacity:.09; transform:scale(1.05) rotate(-4deg); }
.service-card > *{ position:relative; z-index:1; }
.service-card__icon{
  width:54px; height:54px; border-radius:14px; display:flex; align-items:center; justify-content:center;
  background:linear-gradient(135deg,rgba(176,122,78,.14),rgba(201,160,123,.22));
  color:var(--copper-deep); margin-bottom:1.3rem;
}
.service-card__icon svg{ width:26px; height:26px; }
.service-card h3{ font-family:var(--ff-display); font-weight:600; font-size:1.3rem; margin:0 0 .6rem; color:var(--ink); }
.service-card p{ color:var(--ink-soft); font-size:.94rem; margin:0 0 1.2rem; }
.service-card__from{
  font-family:var(--ff-serif); font-size:1.15rem; font-weight:600; color:var(--copper-deep); letter-spacing:.02em;
}

/* ===================================================
   PRICES
   =================================================== */
.prices__grid{ display:grid; grid-template-columns:repeat(2,1fr); gap:clamp(1.4rem,3vw,2rem); }
.price-col{
  background:var(--card); border:1px solid var(--line); border-radius:var(--radius-lg);
  padding:clamp(1.6rem,3vw,2.2rem); box-shadow:var(--shadow-sm);
  transition:transform .35s var(--ease), box-shadow .35s var(--ease), border-color .35s var(--ease);
}
.price-col:hover{ transform:translateY(-4px); box-shadow:var(--shadow); border-color:var(--rose-gold); }
.price-col__title{
  font-family:var(--ff-display); font-weight:600; font-size:1.3rem; color:var(--ink);
  margin:0 0 1rem; padding-bottom:.7rem; border-bottom:2px solid var(--line); position:relative;
}
.price-col__title::after{ content:""; position:absolute; left:0; bottom:-2px; width:54px; height:2px; background:var(--copper); }
.price-list{ list-style:none; margin:0; padding:0; }
.price-list li{
  display:flex; justify-content:space-between; align-items:baseline; gap:1rem;
  padding:.62rem 0; border-bottom:1px dashed var(--line); color:var(--ink-soft); font-size:.96rem;
}
.price-list li:last-child{ border-bottom:0; }
.price-list .price{ font-family:var(--ff-serif); font-weight:600; font-size:1.05rem; color:var(--copper-deep); white-space:nowrap; }

.prices__pakete{
  margin-top:clamp(2.4rem,5vw,3.6rem); background:linear-gradient(120deg,var(--ink),#3a322b);
  border-radius:var(--radius-lg); padding:2rem clamp(1.6rem,4vw,2.6rem); text-align:center; color:#f4ebe0;
}
.prices__pakete-label{ font-family:var(--ff-body); text-transform:uppercase; letter-spacing:.28em; font-size:.72rem; color:var(--rose-gold-lt); margin:0 0 1.2rem; }
.prices__pakete-row{ display:flex; flex-wrap:wrap; gap:1.2rem 2.4rem; justify-content:center; }
.prices__pakete-row span{ font-size:.98rem; color:#e8ddcf; }
.prices__pakete-row strong{ font-family:var(--ff-serif); color:var(--gold-glow); font-size:1.12rem; margin-left:.3rem; }

.prices__more{ text-align:center; margin-top:clamp(2.2rem,4vw,3rem); }
.prices__more-note{ margin:.9rem 0 0; font-size:.85rem; color:var(--muted); letter-spacing:.02em; }

/* ===================================================
   BOOKING PAGE (Planity White-Label)
   =================================================== */
.booking{ padding:clamp(112px,15vw,160px) 0 clamp(60px,8vw,90px); background:var(--cream); min-height:70vh; }
.booking__inner{ max-width:960px; }
.booking__head{ text-align:center; margin:1.2rem auto clamp(2rem,4vw,3rem); }
.booking__title{ font-family:var(--ff-display); font-weight:600; font-size:clamp(2rem,5vw,3rem); color:var(--ink); margin:0 0 .8rem; }
.booking__lead{ color:var(--ink-soft); font-size:1.02rem; max-width:600px; margin:0 auto; }
.booking__widget{
  background:var(--card); border:1px solid var(--line); border-radius:var(--radius-lg);
  padding:clamp(1rem,2.5vw,1.8rem); box-shadow:var(--shadow-sm); min-height:420px;
}
.booking__noscript{ color:var(--ink-soft); text-align:center; margin:2rem 0; }
.booking__fallback{
  margin-top:clamp(2rem,4vw,3rem); padding-top:2rem; border-top:1px solid var(--line); text-align:center;
}
.booking__fallback-title{ font-family:var(--ff-display); font-weight:600; font-size:1.5rem; color:var(--ink); margin:0 0 .4rem; }
.booking__fallback-text{ color:var(--ink-soft); margin:0 0 1.4rem; }
.booking__fallback-actions{ display:flex; flex-wrap:wrap; gap:.9rem; justify-content:center; }
.booking__hours{ margin:1.4rem 0 0; font-size:.85rem; color:var(--muted); letter-spacing:.02em; }

/* ===================================================
   PRICE LIST PAGE
   =================================================== */
.pl{ padding:clamp(112px,15vw,160px) 0 clamp(60px,8vw,90px); background:var(--cream); }
.pl__inner{ max-width:880px; }
.pl__head{ text-align:center; margin:1.2rem auto clamp(2.4rem,5vw,3.4rem); }
.pl__title{ font-family:var(--ff-display); font-weight:600; font-size:clamp(2rem,5vw,3rem); color:var(--ink); margin:0 0 .8rem; }
.pl__lead{ color:var(--ink-soft); font-size:1.02rem; max-width:600px; margin:0 auto 1.2rem; }
.pl__legend{ display:inline-flex; flex-wrap:wrap; justify-content:center; gap:.2rem; font-size:.8rem; letter-spacing:.06em; color:var(--muted); margin:0; }
.pl__legend span{ color:var(--copper-deep); font-weight:600; }

.pl-row{ display:grid; grid-template-columns:1fr 1fr; gap:1.4rem; }
.pl-cat{
  background:var(--card); border:1px solid var(--line); border-radius:var(--radius-lg);
  padding:clamp(1.4rem,3vw,2rem); box-shadow:var(--shadow-sm); margin-bottom:1.4rem;
}
.pl-row .pl-cat{ margin-bottom:0; }
.pl-cat__title{
  font-family:var(--ff-display); font-weight:600; font-size:1.4rem; color:var(--ink);
  margin:0 0 1rem; padding-bottom:.7rem; border-bottom:2px solid var(--line); position:relative;
  display:flex; align-items:center; flex-wrap:wrap; gap:.7rem;
}
.pl-cat__title::after{ content:""; position:absolute; left:0; bottom:-2px; width:54px; height:2px; background:var(--copper); }
.pl-cat__tag{
  font-family:var(--ff-body); font-size:.62rem; letter-spacing:.16em; text-transform:uppercase; font-weight:600;
  color:var(--copper-deep); background:linear-gradient(135deg,rgba(176,122,78,.12),rgba(201,160,123,.2));
  padding:.28em .7em; border-radius:999px;
}

.pl-table{ width:100%; border-collapse:collapse; }
.pl-table th{
  font-family:var(--ff-body); font-size:.66rem; letter-spacing:.12em; text-transform:uppercase; font-weight:600;
  color:var(--muted); padding:.4rem .5rem .7rem; text-align:right; border-bottom:1px solid var(--line);
}
.pl-table th:first-child{ text-align:left; }
.pl-table td{ padding:.62rem .5rem; border-bottom:1px dashed var(--line); color:var(--ink-soft); font-size:.96rem; vertical-align:baseline; }
.pl-table td:first-child{ color:var(--ink); }
.pl-table td small{ color:var(--muted); font-size:.8rem; }
.pl-table td:not(:first-child){
  text-align:right; white-space:nowrap;
  font-family:var(--ff-serif); font-weight:600; font-size:1.05rem; color:var(--copper-deep);
}
.pl-table tbody tr:last-child td{ border-bottom:0; }
.pl-table--simple td:not(:first-child){ font-size:1.08rem; }

.pl-cat__note{ margin:1rem 0 0; font-size:.85rem; color:var(--muted); font-style:italic; line-height:1.6; }

.pl__cta{ text-align:center; margin-top:clamp(2.4rem,5vw,3.4rem); padding-top:2rem; border-top:1px solid var(--line); }
.pl__cta-text{ font-family:var(--ff-serif); font-size:1.2rem; color:var(--ink); margin:0 0 1.2rem; }

/* ===================================================
   STATEMENT (DARK BAND)
   =================================================== */
.statement{ position:relative; color:#fdf7ef; text-align:center; }
.statement__bg{
  position:absolute; inset:0; z-index:0; overflow:hidden;
  background:
    radial-gradient(50% 60% at 18% 18%, rgba(201,160,123,.30), transparent 70%),
    radial-gradient(50% 60% at 86% 88%, rgba(176,122,78,.32), transparent 70%),
    linear-gradient(135deg,#2b2520,#473a2f 58%,#241f1b);
}
.statement__bg::after{
  content:""; position:absolute; inset:0;
  background-image:radial-gradient(rgba(216,180,140,.07) 1px, transparent 1px);
  background-size:24px 24px;
}
.statement__inner{ position:relative; z-index:1; max-width:880px; }
.statement__lead{ color:#e6d9c8; font-size:1.08rem; margin:0 auto 3rem; max-width:600px; }
.statement__grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:1.6rem; }
.statement__item{
  display:flex; flex-direction:column; gap:.5rem; padding:1.6rem 1rem;
  border:1px solid rgba(216,180,140,.18); border-radius:var(--radius);
  background:rgba(255,247,239,.03); transition:border-color .3s var(--ease), background .3s var(--ease);
}
.statement__item:hover{ border-color:rgba(216,180,140,.4); background:rgba(255,247,239,.06); }
.statement__num{
  font-family:var(--ff-display); font-size:1.5rem; font-weight:600; line-height:1.1;
  background:linear-gradient(100deg,var(--gold-glow),var(--rose-gold-lt));
  -webkit-background-clip:text; background-clip:text; -webkit-text-fill-color:transparent;
}
.statement__label{ font-size:.8rem; letter-spacing:.12em; text-transform:uppercase; color:#cdbda9; }

/* ===================================================
   GALLERY
   =================================================== */
.gallery__badge{
  display:inline-flex; align-items:center; gap:.55rem; margin:0 auto 1.2rem;
  background:linear-gradient(120deg,var(--ink),#3a322b); color:var(--gold-glow);
  padding:.5rem 1.15rem; border-radius:999px; font-size:.78rem; letter-spacing:.06em; font-weight:500;
  border:1px solid rgba(216,180,140,.3);
}
.gallery__badge svg{ width:17px; height:17px; flex:0 0 auto; }

/* Miss Germany highlight */
.mg-feature{
  display:grid; grid-template-columns:1.55fr 1fr; gap:1rem; margin-bottom:1rem;
}
.mg-feature__item{
  position:relative; margin:0; border-radius:var(--radius); overflow:hidden;
  box-shadow:var(--shadow-sm); background:var(--ink); aspect-ratio:3/4;
}
.mg-feature__item--wide{ aspect-ratio:auto; }
.mg-feature__item img{ width:100%; height:100%; object-fit:cover; display:block; transition:transform .5s var(--ease); }
.mg-feature__item:hover img{ transform:scale(1.04); }
.mg-feature__cap{
  position:absolute; inset:auto 0 0 0; padding:1.5rem 1.3rem .95rem;
  display:flex; flex-direction:column; gap:.45rem;
  background:linear-gradient(to top, rgba(20,16,13,.86), rgba(20,16,13,.45) 60%, transparent);
  color:#fdf7ef;
}
.mg-feature__tag{
  display:inline-flex; align-items:center; gap:.4rem; align-self:flex-start;
  font-size:.7rem; letter-spacing:.16em; text-transform:uppercase; font-weight:600;
  color:var(--ink); background:linear-gradient(120deg,var(--gold-glow),var(--rose-gold-lt));
  padding:.32em .8em; border-radius:999px;
}
.mg-feature__tag svg{ width:14px; height:14px; }
.mg-feature__txt{ font-family:var(--ff-serif); font-size:1.05rem; line-height:1.35; color:#f4ebe0; }

.gallery__grid{
  display:grid; grid-template-columns:repeat(3,1fr); gap:1rem;
}
.gallery__item{
  position:relative; border-radius:var(--radius); overflow:hidden; margin:0;
  aspect-ratio:3/4; background:var(--tint);
}
.gallery__item img{ width:100%; height:100%; object-fit:cover; display:block; transition:transform .5s var(--ease); }
.gallery__item:hover img{ transform:scale(1.05); }

.gallery__item--reserved{
  display:flex; flex-direction:column; align-items:center; justify-content:center; gap:.45rem; text-align:center; padding:1rem;
  border:1px dashed var(--copper);
  background:
    repeating-linear-gradient(135deg, rgba(176,122,78,.05) 0 14px, rgba(176,122,78,.09) 14px 28px),
    linear-gradient(135deg,var(--tint),var(--rose-gold-lt));
}
.gallery__reserved-icon{ color:var(--copper-deep); }
.gallery__reserved-icon svg{ width:32px; height:32px; }
.gallery__reserved-label{ font-family:var(--ff-display); font-weight:600; font-size:1.1rem; color:var(--ink); }
.gallery__reserved-sub{ font-size:.68rem; letter-spacing:.18em; text-transform:uppercase; color:var(--muted); }
.gallery__cta{ text-align:center; margin-top:2.6rem; }
.qr-card{
  display:inline-flex; align-items:center; gap:1.6rem; text-align:left;
  background:var(--card); border:1px solid var(--line); border-radius:var(--radius-lg);
  padding:1.4rem; box-shadow:var(--shadow-sm); max-width:540px;
  transition:transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s var(--ease);
}
.qr-card:hover{ transform:translateY(-4px); box-shadow:var(--shadow); border-color:var(--rose-gold); }
.qr-card__img{
  flex:0 0 auto; width:150px; height:150px; border-radius:12px;
  background:#fff; padding:8px; border:1px solid var(--line);
}
.qr-card__title{ font-family:var(--ff-display); font-weight:600; font-size:1.3rem; color:var(--ink); margin:0 0 .5rem; }
.qr-card__text{ font-size:.92rem; color:var(--ink-soft); margin:0; line-height:1.6; }

/* ===================================================
   CONTACT
   =================================================== */
.contact__cards{
  display:grid; grid-template-columns:repeat(2,1fr); gap:1.2rem;
  max-width:840px; margin:0 auto clamp(2.4rem,5vw,3.6rem);
}
.contact__cards--three{ grid-template-columns:repeat(3,1fr); max-width:1000px; }
.contact-card{
  display:flex; align-items:center; gap:1rem;
  background:var(--card); border:1px solid var(--line); border-radius:var(--radius-lg);
  padding:1.5rem 1.7rem; box-shadow:var(--shadow-sm);
  transition:transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s var(--ease);
}
.contact-card:hover{ transform:translateY(-4px); box-shadow:var(--shadow); border-color:var(--rose-gold); }
.contact-card__icon{
  flex:0 0 auto; width:54px; height:54px; border-radius:50%;
  display:flex; align-items:center; justify-content:center;
  background:linear-gradient(135deg,rgba(176,122,78,.14),rgba(201,160,123,.24)); color:var(--copper-deep);
}
.contact-card__icon svg{ width:24px; height:24px; }
.contact-card__body{ display:flex; flex-direction:column; gap:.15rem; min-width:0; }
.contact-card__label{ font-size:.72rem; letter-spacing:.16em; text-transform:uppercase; color:var(--copper); font-weight:600; }
.contact-card__value{ font-family:var(--ff-display); font-size:1.12rem; color:var(--ink); word-break:break-word; }
.contact-card__sub{ font-size:.82rem; color:var(--muted); }

.contact__grid{ display:grid; grid-template-columns:1fr 1.1fr; gap:clamp(2rem,5vw,4rem); align-items:stretch; }
.contact__info{ display:grid; gap:1.6rem; align-content:start; }
.contact__block h3{
  font-family:var(--ff-body); text-transform:uppercase; letter-spacing:.16em; font-size:.74rem;
  color:var(--copper); margin:0 0 .4rem; font-weight:600;
}
.contact__block p{ margin:0; color:var(--ink); font-size:1.02rem; }
.contact__link{ color:var(--copper-deep); transition:color .2s var(--ease); border-bottom:1px solid transparent; }
.contact__link:hover{ color:var(--copper); border-bottom-color:var(--copper); }
.contact__muted{ color:var(--muted); font-size:.85rem; }

.hours{ width:100%; border-collapse:collapse; max-width:360px; }
.hours td{ padding:.5rem 0; border-bottom:1px dashed var(--line); font-size:.98rem; color:var(--ink-soft); }
.hours td:last-child{ text-align:right; color:var(--ink); font-weight:500; }
.hours__closed td:last-child{ color:#b5483f; }
.contact__cta{ margin-top:.6rem; justify-self:start; }

.contact__map{ position:relative; border-radius:var(--radius-lg); overflow:hidden; box-shadow:var(--shadow); min-height:420px; border:1px solid var(--line); }
.contact__map iframe{ display:block; height:100%; min-height:420px; filter:grayscale(.2) sepia(.1); }

/* Google Maps consent placeholder (DSGVO click-to-load) */
.map-consent{
  position:absolute; inset:0; display:flex; flex-direction:column; align-items:center; justify-content:center;
  text-align:center; gap:.8rem; padding:2rem;
  background:
    repeating-linear-gradient(135deg, rgba(176,122,78,.05) 0 16px, rgba(176,122,78,.09) 16px 32px),
    linear-gradient(135deg,var(--tint),var(--rose-gold-lt));
}
.map-consent__icon{ width:52px; height:52px; border-radius:50%; display:flex; align-items:center; justify-content:center;
  background:rgba(255,253,250,.7); color:var(--copper-deep); }
.map-consent__icon svg{ width:26px; height:26px; }
.map-consent__title{ font-family:var(--ff-display); font-size:1.25rem; color:var(--ink); margin:0; }
.map-consent__text{ font-size:.86rem; color:var(--ink-soft); max-width:340px; margin:0; line-height:1.6; }
.map-consent__text a{ color:var(--copper-deep); border-bottom:1px solid var(--copper); }

/* ===================================================
   FOOTER
   =================================================== */
.footer{ background:var(--ink); color:#d8ccbd; padding-top:clamp(52px,7vw,80px); }
.footer__inner{ display:grid; grid-template-columns:1.5fr 1fr 1.3fr; gap:clamp(2rem,5vw,3.4rem); padding-bottom:2.8rem; }
.footer__col{ min-width:0; }
.footer__name{ display:inline-block; font-family:var(--ff-display); font-weight:600; font-size:1.5rem; color:#fdf7ef; margin-bottom:1rem; letter-spacing:.01em; }
.footer__desc{ font-size:.95rem; line-height:1.7; color:#bcab9a; margin:0 0 1.2rem; }
.footer__h{ font-family:var(--ff-display); font-weight:600; font-size:1.15rem; color:#fdf7ef; margin:0 0 1.1rem; }
.footer__nav{ display:flex; flex-direction:column; gap:.7rem; }
.footer__nav a{ color:#bcab9a; font-size:.95rem; transition:color .2s var(--ease); width:fit-content; }
.footer__nav a:hover{ color:var(--gold-glow); }
.footer__contact-line{ margin:0 0 .8rem; font-size:.95rem; line-height:1.6; color:#bcab9a; }
.footer__contact-line a{ transition:color .2s var(--ease); }
.footer__contact-line a:hover{ color:var(--gold-glow); }
.footer__socials{ display:flex; gap:.7rem; margin-top:.2rem; }
.footer__ig{ display:inline-flex; width:42px; height:42px; align-items:center; justify-content:center;
  border:1px solid rgba(216,180,140,.35); border-radius:50%; color:var(--gold-glow); transition:background .25s var(--ease), color .25s var(--ease), transform .25s var(--ease); }
.footer__ig:hover{ background:var(--gold-glow); color:var(--ink); transform:translateY(-2px); }

.footer__bottom{ border-top:1px solid rgba(216,180,140,.16); padding:1.5rem 0; }
.footer__bottom-inner{ display:flex; align-items:center; justify-content:space-between; gap:1rem; flex-wrap:wrap; }
.footer__bottom-inner > p{ margin:0; font-size:.82rem; color:#9d9082; letter-spacing:.03em; }
.footer__legal-nav{ display:flex; gap:1.6rem; }
.footer__legal-nav a{ font-size:.82rem; color:#bcab9a; letter-spacing:.04em; transition:color .2s var(--ease); }
.footer__legal-nav a:hover{ color:var(--gold-glow); }

/* ===================================================
   LEGAL PAGES (Impressum / Datenschutz)
   =================================================== */
.legal{ padding:clamp(120px,16vw,170px) 0 clamp(60px,8vw,90px); background:var(--cream); min-height:70vh; }
.legal__inner{ max-width:820px; }
.legal__back{ display:inline-flex; align-items:center; gap:.4rem; color:var(--copper-deep); font-size:.9rem; margin-bottom:1.4rem; }
.legal__back:hover{ color:var(--copper); }
.legal h1{ font-family:var(--ff-display); font-weight:600; font-size:clamp(2rem,5vw,2.9rem); color:var(--ink); margin:0 0 .4rem; }
.legal__updated{ color:var(--muted); font-size:.85rem; margin:0 0 2.4rem; }
.legal h2{ font-family:var(--ff-display); font-weight:600; font-size:1.4rem; color:var(--ink); margin:2.4rem 0 .8rem; padding-top:1.4rem; border-top:1px solid var(--line); }
.legal h3{ font-family:var(--ff-body); font-weight:600; font-size:1.02rem; color:var(--copper-deep); margin:1.4rem 0 .4rem; }
.legal p, .legal li{ color:var(--ink-soft); font-size:1rem; line-height:1.8; }
.legal p{ margin:0 0 1rem; }
.legal ul{ margin:0 0 1rem; padding-left:1.2rem; }
.legal li{ margin-bottom:.4rem; }
.legal a{ color:var(--copper-deep); border-bottom:1px solid var(--copper); word-break:break-word; }
.legal a:hover{ color:var(--copper); }
.legal__note{ background:var(--ivory); border:1px solid var(--line); border-left:3px solid var(--copper); border-radius:var(--radius); padding:1rem 1.2rem; margin:0 0 1.4rem; font-size:.92rem; color:var(--ink-soft); }
.legal address{ font-style:normal; }

/* ===================================================
   REVEAL ANIMATION
   =================================================== */
.reveal{ opacity:0; transform:translateY(28px); transition:opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.is-visible{ opacity:1; transform:none; }

/* ===================================================
   RESPONSIVE
   =================================================== */
@media (max-width:980px){
  .philosophy__grid{ grid-template-columns:1fr; }
  .philosophy__media{ order:-1; max-width:440px; margin-inline:auto; }
  .services__grid{ grid-template-columns:repeat(2,1fr); }
  .statement__grid{ grid-template-columns:repeat(2,1fr); }
  .contact__grid{ grid-template-columns:1fr; }
  .contact__map{ min-height:340px; }
  .footer__inner{ grid-template-columns:1fr 1fr; }
  .footer__brand{ grid-column:1 / -1; }
}

@media (max-width:760px){
  .nav__toggle{ display:flex; }
  .nav__menu{
    position:fixed; inset:72px 0 auto 0; flex-direction:column; gap:0; align-items:stretch;
    background:var(--cream); border-bottom:1px solid var(--line); box-shadow:var(--shadow);
    padding:.5rem 0; max-height:0; overflow:hidden; transition:max-height .4s var(--ease);
  }
  .nav__menu.open{ max-height:80vh; }
  .nav__menu li{ border-bottom:1px solid var(--line); }
  .nav__menu li:last-child{ border-bottom:0; padding:1rem 1.5rem; }
  .nav__menu a:not(.btn){ display:block; padding:1rem 1.5rem; }
  .nav__menu a:not(.btn)::after{ display:none; }
  .nav__cta-li .btn{ width:100%; }
  .nav__brand-sub{ display:none; }
  .contact__cards--three{ grid-template-columns:1fr; }
  .gallery__grid{ grid-template-columns:repeat(2,1fr); }
  .mg-feature{ grid-template-columns:1fr; }
  .mg-feature__item--wide{ aspect-ratio:16/10; }
}

@media (max-width:560px){
  .services__grid{ grid-template-columns:1fr; }
  .statement__grid{ grid-template-columns:1fr 1fr; }
  .prices__grid{ grid-template-columns:1fr; }
  .pl-row{ grid-template-columns:1fr; }
  .contact__cards{ grid-template-columns:1fr; }
  .gallery__grid{ grid-template-columns:repeat(2,1fr); }
  .hero__actions{ width:100%; }
  .hero__actions .btn{ flex:1; }
  .hero__stat + .hero__stat::before{ display:none; }
  .qr-card{ flex-direction:column; text-align:center; gap:1.1rem; }
  .philosophy__badge{ left:0; }
  .footer__inner{ grid-template-columns:1fr; }
  .footer__bottom-inner{ flex-direction:column; align-items:flex-start; gap:.6rem; }
}

@media (prefers-reduced-motion:reduce){
  *{ animation-duration:.001ms!important; animation-iteration-count:1!important; transition-duration:.001ms!important; }
  html{ scroll-behavior:auto; }
  .reveal{ opacity:1; transform:none; }
}

