/* ============================================================
   Wimpernschulungen Brannenburg — Lash & PMU Akademie
   Palette: aubergine/charcoal · gold · cream
   Display: Cormorant Garamond · Body: Inter
   ============================================================ */

:root {
  --ink:        #1b1620;   /* base dark (charcoal-aubergine) */
  --plum:       #2a1726;   /* aubergine bands */
  --plum-deep:  #1d0f1b;
  --gold:       #c8a35a;
  --gold-soft:  #d8be8e;
  --gold-deep:  #a07f3e;
  --cream:      #f4ede2;
  --cream-2:    #ece1d0;   /* panel within cream */
  --ink-cream:  #2c2430;   /* text on cream */
  --muted-cream:#6c5f63;   /* secondary text on cream */
  --on-dark:    #f4ede2;
  --muted-dark: #b6a6ab;   /* secondary text on dark */
  --line-dark:  rgba(200,163,90,0.28);
  --line-cream: rgba(44,36,48,0.16);

  --serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --sans:  "Inter", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;

  --nav-h: 76px;
  --maxw: 1180px;
  --pad: clamp(1.25rem, 5vw, 4rem);

  --radius: 4px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  font-family: var(--sans);
  background: var(--cream);
  color: var(--ink-cream);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

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

::selection { background: var(--gold); color: var(--plum-deep); }

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

.container {
  width: 100%;
  max-width: var(--maxw);
  margin-inline: auto;
  padding-inline: var(--pad);
}

.section { padding-block: clamp(4rem, 9vw, 7.5rem); }

/* ---------- Shared type ---------- */
.eyebrow {
  display: inline-block;
  font-family: var(--sans);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--muted-cream);
}
.eyebrow--gold { color: var(--gold-deep); }

.display-h2 {
  font-family: var(--serif);
  font-weight: 600;
  font-size: clamp(2rem, 5.2vw, 3.4rem);
  line-height: 1.04;
  letter-spacing: -0.01em;
  color: var(--ink-cream);
  margin-top: 0.65rem;
}

.lead {
  font-family: var(--serif);
  font-size: clamp(1.25rem, 2.6vw, 1.6rem);
  line-height: 1.4;
  font-style: italic;
  color: var(--ink-cream);
}

.section__head { max-width: 640px; margin-bottom: clamp(2.5rem, 5vw, 4rem); }
.section__sub {
  margin-top: 1rem;
  font-size: 1.02rem;
  color: var(--muted-cream);
  max-width: 52ch;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  min-height: 48px;
  padding: 0.85rem 1.7rem;
  font-family: var(--sans);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-radius: var(--radius);
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform .25s ease, background-color .25s ease, color .25s ease, border-color .25s ease;
}
.btn--gold { background: var(--gold); color: var(--plum-deep); }
.btn--gold:hover { background: var(--gold-soft); transform: translateY(-2px); }
.btn--dark { background: var(--ink); color: var(--on-dark); }
.btn--dark:hover { background: var(--plum); transform: translateY(-2px); }
.btn--ghost {
  background: transparent;
  color: var(--on-dark);
  border-color: var(--line-dark);
}
.btn--ghost:hover { border-color: var(--gold); color: var(--gold-soft); }
.btn--large { min-height: 56px; padding: 1rem 2rem; }
.btn__ig { flex-shrink: 0; }

/* ============================================================
   NAV
   ============================================================ */
.nav {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  height: var(--nav-h);
  display: flex;
  align-items: center;
  transition: background-color .35s ease, box-shadow .35s ease, backdrop-filter .35s ease;
}
.nav.scrolled {
  background: rgba(20,12,18,0.86);
  backdrop-filter: blur(10px);
  box-shadow: 0 1px 0 var(--line-dark);
}
.nav__inner {
  width: 100%;
  max-width: var(--maxw);
  margin-inline: auto;
  padding-inline: var(--pad);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.nav__logo { display: flex; align-items: center; gap: 0.7rem; color: var(--on-dark); }
.nav__logo-mark {
  display: grid;
  place-items: center;
  width: 38px; height: 38px;
  flex-shrink: 0;
  border: 1px solid var(--gold);
  color: var(--gold);
  font-family: var(--serif);
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: 0.02em;
  border-radius: 3px;
}
.nav__logo-text { display: flex; flex-direction: column; line-height: 1.1; }
.nav__logo-name {
  font-family: var(--serif);
  font-size: 1.12rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}
.nav__logo-tag {
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--gold);
}

.nav__links {
  list-style: none;
  display: flex;
  align-items: center;
  gap: clamp(1.1rem, 2.4vw, 2.1rem);
}
.nav__link {
  color: var(--on-dark);
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  position: relative;
  padding-block: 0.4rem;
}
.nav__link::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 0; height: 1px;
  background: var(--gold);
  transition: width .3s ease;
}
.nav__link:hover::after { width: 100%; }
.nav__cta {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 1.25rem;
  background: var(--gold);
  color: var(--plum-deep);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-radius: var(--radius);
  transition: background-color .25s ease, transform .25s ease;
}
.nav__cta:hover { background: var(--gold-soft); transform: translateY(-1px); }

.nav__hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px; height: 44px;
  background: none;
  border: none;
  cursor: pointer;
}
.nav__hamburger span {
  display: block;
  width: 24px; height: 2px;
  margin-inline: auto;
  background: var(--on-dark);
  transition: transform .3s ease, opacity .3s ease;
}
.nav--open .nav__hamburger span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav--open .nav__hamburger span:nth-child(2) { opacity: 0; }
.nav--open .nav__hamburger span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

@media (max-width: 880px) {
  .nav__hamburger { display: flex; }
  .nav.scrolled, .nav { background: rgba(20,12,18,0.92); backdrop-filter: blur(8px); }
  .nav__links {
    position: fixed;
    inset: var(--nav-h) 0 auto 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 1rem var(--pad) 2rem;
    background: var(--plum-deep);
    border-bottom: 1px solid var(--line-dark);
    transform: translateY(-120%);
    transition: transform .4s cubic-bezier(.4,0,.2,1);
    box-shadow: 0 20px 40px rgba(0,0,0,.5);
  }
  .nav--open .nav__links { transform: translateY(0); }
  .nav__links li { width: 100%; border-bottom: 1px solid var(--line-dark); }
  .nav__links li:last-child { border-bottom: none; padding-top: 1.1rem; }
  .nav__link { display: block; padding: 1.05rem 0; font-size: 0.95rem; }
  .nav__link::after { display: none; }
  .nav__cta { width: 100%; justify-content: center; min-height: 50px; }
}

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative;
  min-height: min(100svh, 880px);
  display: flex;
  align-items: center;
  padding-top: calc(var(--nav-h) + 2rem);
  padding-bottom: 4rem;
  color: var(--on-dark);
  overflow: hidden;
}
.hero__bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(1100px 700px at 78% 20%, rgba(200,163,90,0.10), transparent 60%),
    linear-gradient(160deg, #241320 0%, var(--plum-deep) 55%, #150b13 100%);
}
.hero__scrim {
  position: absolute; inset: 0;
  background:
    repeating-linear-gradient(135deg, rgba(255,255,255,0.012) 0 2px, transparent 2px 9px);
  pointer-events: none;
}
.hero__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: var(--maxw);
  margin-inline: auto;
  padding-inline: var(--pad);
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}
.hero__title {
  font-family: var(--serif);
  font-weight: 600;
  font-size: clamp(2.7rem, 7vw, 5.4rem);
  line-height: 1.0;
  letter-spacing: -0.015em;
  margin: 1.2rem 0 1.3rem;
}
.hero__title em {
  font-style: italic;
  color: var(--gold);
}
.hero__sub {
  max-width: 46ch;
  font-size: clamp(1rem, 1.5vw, 1.12rem);
  color: var(--muted-dark);
  line-height: 1.7;
}
.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 2rem;
}
.hero__marks {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: clamp(1.2rem, 3vw, 2.6rem);
  margin-top: 2.6rem;
  padding-top: 1.7rem;
  border-top: 1px solid var(--line-dark);
}
.hero__marks li { display: flex; flex-direction: column; }
.hero__mark-k {
  font-family: var(--serif);
  font-size: 1.55rem;
  font-weight: 600;
  color: var(--gold);
  line-height: 1.1;
}
.hero__mark-v {
  font-size: 0.74rem;
  letter-spacing: 0.06em;
  color: var(--muted-dark);
  text-transform: uppercase;
}
.hero__portrait {
  position: relative;
  justify-self: center;
}
.hero__portrait img {
  width: 100%;
  max-width: 380px;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
  filter: grayscale(100%) contrast(1.04);
  border-radius: var(--radius);
}
.hero__portrait::before {
  content: "";
  position: absolute;
  inset: 14px -14px -14px 14px;
  border: 1px solid var(--gold);
  border-radius: var(--radius);
  z-index: -1;
}
.hero__portrait figcaption {
  position: absolute;
  left: 0; bottom: -2px;
  transform: translateY(50%);
  background: var(--gold);
  color: var(--plum-deep);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 0.5rem 1rem;
  border-radius: 2px;
}
.hero__scroll {
  position: absolute;
  left: 50%;
  bottom: 1.6rem;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
  color: var(--muted-dark);
}
.hero__scroll-line {
  width: 1px; height: 40px;
  background: linear-gradient(var(--gold), transparent);
}
.hero__scroll-text {
  font-size: 0.62rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

@media (max-width: 820px) {
  .hero__inner { grid-template-columns: 1fr; }
  .hero__portrait { order: -1; }
  .hero__portrait img { max-width: 280px; }
  .hero__portrait::before { inset: 10px -10px -10px 10px; }
  .hero__scroll { display: none; }
}

/* ============================================================
   AKADEMIE / ABOUT  (cream)
   ============================================================ */
.akademie { background: var(--cream); }
.akademie__grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
}
.akademie__lede .display-h2 { margin-top: 1rem; }
.akademie__body p + p { margin-top: 1.1rem; }
.akademie__body .lead { margin-bottom: 1.4rem; }
.akademie__body p { color: var(--muted-cream); font-size: 1.04rem; }

.creds {
  list-style: none;
  margin-top: 2.2rem;
  display: grid;
  gap: 1rem;
}
.creds li {
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line-cream);
  font-size: 0.98rem;
  color: var(--muted-cream);
}
.creds li strong { color: var(--ink-cream); font-weight: 600; }
.creds__icon {
  width: 26px; height: 26px;
  flex-shrink: 0;
  color: var(--gold-deep);
  margin-top: 1px;
}

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

/* ============================================================
   KURSE / CURRICULUM  (cream-2 panel)
   ============================================================ */
.kurse { background: var(--cream-2); }
.kurse .section__sub { color: var(--muted-cream); }

.modules {
  list-style: none;
  display: grid;
  gap: 0;
}
.module {
  display: grid;
  grid-template-columns: 5.5rem 1fr;
  gap: clamp(1rem, 3vw, 2.6rem);
  padding: clamp(1.8rem, 4vw, 2.8rem) 0;
  border-top: 1px solid var(--line-cream);
}
.module:last-of-type { border-bottom: 1px solid var(--line-cream); }
.module__num {
  font-family: var(--serif);
  font-size: clamp(2.2rem, 5vw, 3.2rem);
  font-weight: 500;
  line-height: 1;
  color: var(--gold-deep);
}
.module__title {
  font-family: var(--serif);
  font-size: clamp(1.4rem, 3vw, 1.9rem);
  font-weight: 600;
  line-height: 1.15;
  color: var(--ink-cream);
}
.module__desc {
  margin-top: 0.7rem;
  color: var(--muted-cream);
  font-size: 1.0rem;
  max-width: 60ch;
}
.module__flag {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold-deep);
}
.module__points {
  list-style: none;
  margin-top: 1.1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.6rem;
}
.module__points li {
  font-size: 0.82rem;
  color: var(--ink-cream);
  padding: 0.4rem 0.85rem;
  background: rgba(255,255,255,0.45);
  border: 1px solid var(--line-cream);
  border-radius: 999px;
}
.module--feature {
  background: var(--plum);
  color: var(--on-dark);
  border: none;
  border-radius: var(--radius);
  padding: clamp(2rem, 4vw, 3rem);
  margin-block: 0.4rem;
  position: relative;
  overflow: hidden;
}
.module--feature::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(600px 300px at 90% 0%, rgba(200,163,90,0.14), transparent 60%);
  pointer-events: none;
}
.module--feature .module__num { color: var(--gold); position: relative; }
.module--feature .module__title { color: var(--on-dark); position: relative; }
.module--feature .module__desc { color: var(--muted-dark); position: relative; }
.module--feature .module__flag { color: var(--gold-soft); position: relative; }
.module--feature .module__points { position: relative; }
.module--feature .module__points li {
  background: rgba(255,255,255,0.06);
  border-color: var(--line-dark);
  color: var(--on-dark);
}
.module__price {
  position: relative;
  margin-top: 1.5rem;
  display: inline-flex;
  align-items: baseline;
  gap: 0.55rem;
  padding: 0.6rem 1.2rem;
  border: 1px solid var(--gold);
  border-radius: 999px;
}
.module__price span {
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold-soft);
}
.module__price strong {
  font-family: var(--serif);
  font-size: 1.55rem;
  font-weight: 600;
  color: var(--gold);
  line-height: 1;
}
.module__price em {
  font-style: normal;
  font-size: 0.74rem;
  color: var(--muted-dark);
}

.kurse__cta {
  margin-top: 2.6rem;
  padding-top: 2rem;
  border-top: 1px solid var(--line-cream);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
}
.kurse__cta p {
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.2rem;
  color: var(--ink-cream);
  max-width: 46ch;
}

@media (max-width: 620px) {
  .module { grid-template-columns: 1fr; gap: 0.4rem; }
  .module__num { font-size: 2.4rem; }
}

/* ============================================================
   CREDENTIALS BAND  (dark)
   ============================================================ */
.band {
  position: relative;
  color: var(--on-dark);
  padding-block: clamp(4rem, 9vw, 7rem);
  overflow: hidden;
  isolation: isolate;
}
.band__bg {
  position: absolute; inset: 0; z-index: -2;
  background-image: url("photos/photo-10.jpg");
  background-size: cover;
  background-position: center;
  filter: grayscale(60%);
}
.band__scrim {
  position: absolute; inset: 0; z-index: -1;
  background:
    radial-gradient(900px 500px at 20% 30%, rgba(42,23,38,0.55), transparent 70%),
    linear-gradient(180deg, rgba(15,8,13,0.94), rgba(20,12,18,0.92));
}
.band__inner { text-align: center; }
.band__title {
  font-family: var(--serif);
  font-weight: 600;
  font-size: clamp(1.9rem, 4.6vw, 3rem);
  line-height: 1.1;
  margin: 0.8rem auto 0;
  max-width: 18ch;
}
.band__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  margin: clamp(2.4rem, 5vw, 3.5rem) auto 0;
  max-width: 760px;
}
.band__stat { display: flex; flex-direction: column; align-items: center; gap: 0.6rem; }
.band__stat-num {
  font-family: var(--serif);
  font-size: clamp(2.6rem, 6vw, 3.8rem);
  font-weight: 600;
  color: var(--gold);
  line-height: 1;
}
.band__stat-label {
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  color: var(--muted-dark);
  max-width: 20ch;
}
.band__note {
  margin: 2.4rem auto 0;
  max-width: 60ch;
  font-size: 0.95rem;
  color: var(--muted-dark);
  padding-top: 1.6rem;
  border-top: 1px solid var(--line-dark);
}
@media (max-width: 620px) {
  .band__stats { grid-template-columns: 1fr; gap: 1.8rem; }
}

/* ============================================================
   INSTRUCTOR  (plum)
   ============================================================ */
.instructor { background: var(--plum); color: var(--on-dark); }
.instructor__grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}
.instructor__photo {
  position: relative;
}
.instructor__photo img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: var(--radius);
  border: 1px solid var(--line-dark);
}
.instructor__photo::after {
  content: "";
  position: absolute;
  inset: -14px -14px 14px 14px;
  border: 1px solid var(--gold);
  border-radius: var(--radius);
  z-index: -1;
}
.instructor__copy .display-h2 { color: var(--on-dark); }
.instructor__copy .lead { color: var(--gold-soft); }
.instructor__copy p { margin-top: 1.2rem; color: var(--muted-dark); }
.instructor__copy .btn { margin-top: 1.8rem; }

@media (max-width: 820px) {
  .instructor__grid { grid-template-columns: 1fr; }
  .instructor__photo { max-width: 380px; }
  .instructor__photo::after { inset: -10px -10px 10px 10px; }
}

/* ============================================================
   BEHANDLUNGEN  (cream)
   ============================================================ */
.leistungen { background: var(--cream); }
.leistungen__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.2rem;
}
.leistung {
  background: #fff;
  border: 1px solid var(--line-cream);
  border-radius: var(--radius);
  padding: clamp(1.6rem, 3vw, 2.2rem);
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.leistung:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(44,36,48,0.10);
  border-color: var(--gold);
}
.leistung__icon {
  width: 34px; height: 34px;
  color: var(--gold-deep);
  margin-bottom: 1.1rem;
}
.leistung__name {
  font-family: var(--serif);
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--ink-cream);
}
.leistung__desc {
  margin-top: 0.5rem;
  font-size: 0.95rem;
  color: var(--muted-cream);
}

/* ============================================================
   GALLERY  (cream-2)
   ============================================================ */
.gallery { background: var(--cream-2); }
.gallery__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.gallery__item {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  border: 1px solid var(--line-cream);
  border-radius: var(--radius);
  overflow: hidden;
  cursor: pointer;
  background: var(--plum-deep);
  aspect-ratio: 4 / 5;
}
.gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s cubic-bezier(.2,.6,.2,1);
}
.gallery__item:hover img { transform: scale(1.05); }
.gallery__zoom {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, transparent 40%, rgba(20,12,18,0.55));
  opacity: 0;
  transition: opacity .35s ease;
}
.gallery__zoom::after {
  content: "+";
  width: 52px; height: 52px;
  display: grid; place-items: center;
  border: 1px solid var(--gold);
  border-radius: 50%;
  color: var(--gold);
  font-size: 1.6rem;
  font-family: var(--serif);
  background: rgba(20,12,18,0.35);
}
.gallery__item:hover .gallery__zoom,
.gallery__item:focus-visible .gallery__zoom { opacity: 1; }

@media (max-width: 720px) {
  .gallery__grid { grid-template-columns: repeat(2, 1fr); }
  .gallery__item--tall { grid-column: span 2; aspect-ratio: 16/11; }
}
@media (max-width: 460px) {
  .gallery__grid { grid-template-columns: 1fr; }
  .gallery__item--tall { grid-column: auto; aspect-ratio: 4/5; }
}

/* ---------- Lightbox ---------- */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(15,8,13,0.94);
  padding: clamp(1rem, 5vw, 3rem);
}
.lightbox.active { display: flex; }
.lightbox__img-wrap {
  max-width: min(92vw, 800px);
  max-height: 86vh;
}
.lightbox__img-wrap img {
  max-width: 100%;
  max-height: 86vh;
  margin-inline: auto;
  object-fit: contain;
  border-radius: var(--radius);
  box-shadow: 0 30px 80px rgba(0,0,0,0.6);
}
.lightbox__close, .lightbox__prev, .lightbox__next {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px; height: 52px;
  background: rgba(255,255,255,0.06);
  border: 1px solid var(--line-dark);
  color: var(--on-dark);
  font-size: 1.6rem;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color .25s ease, border-color .25s ease;
}
.lightbox__close:hover, .lightbox__prev:hover, .lightbox__next:hover {
  background: var(--gold); color: var(--plum-deep); border-color: var(--gold);
}
.lightbox__close { top: 1.4rem; right: 1.4rem; }
.lightbox__prev { left: 1.2rem; top: 50%; transform: translateY(-50%); }
.lightbox__next { right: 1.2rem; top: 50%; transform: translateY(-50%); }

/* ============================================================
   CONTACT  (dark)
   ============================================================ */
.contact {
  position: relative;
  color: var(--on-dark);
  text-align: center;
  overflow: hidden;
  isolation: isolate;
}
.contact__bg {
  position: absolute; inset: 0; z-index: -2;
  background-image: url("photos/photo-12.jpg");
  background-size: cover;
  background-position: center;
  filter: grayscale(35%);
}
.contact__scrim {
  position: absolute; inset: 0; z-index: -1;
  background:
    radial-gradient(800px 500px at 50% 0%, rgba(42,23,38,0.5), transparent 70%),
    linear-gradient(180deg, rgba(20,12,18,0.90), rgba(15,8,13,0.94));
}
.contact__inner { max-width: 680px; margin-inline: auto; }
.contact__title {
  font-family: var(--serif);
  font-weight: 600;
  font-size: clamp(2.2rem, 5.5vw, 3.6rem);
  line-height: 1.05;
  margin: 0.8rem 0 1rem;
}
.contact__body {
  color: var(--muted-dark);
  font-size: 1.05rem;
  max-width: 50ch;
  margin-inline: auto;
}
.contact__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  justify-content: center;
  margin-top: 2rem;
}
.contact__loc {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 2.2rem;
  font-size: 0.85rem;
  letter-spacing: 0.04em;
  color: var(--muted-dark);
}
.contact__loc svg { color: var(--gold); }

/* ============================================================
   FOOTER
   ============================================================ */
.footer {
  background: var(--plum-deep);
  color: var(--muted-dark);
  padding-block: 2.4rem;
  border-top: 1px solid var(--line-dark);
}
.footer__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
}
.footer__left { display: flex; flex-direction: column; gap: 0.3rem; }
.footer__name {
  font-family: var(--serif);
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--on-dark);
}
.footer__loc { font-size: 0.8rem; letter-spacing: 0.03em; }
.footer__right { display: flex; flex-direction: column; align-items: flex-start; gap: 0.4rem; }
.footer__ig {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--gold-soft);
  font-size: 0.88rem;
  font-weight: 500;
}
.footer__ig:hover { color: var(--gold); }
.footer__copy { font-size: 0.74rem; }
@media (min-width: 600px) {
  .footer__right { align-items: flex-end; }
}

/* ============================================================
   STICKY MOBILE BAR
   ============================================================ */
.sticky-bar {
  position: fixed;
  inset: auto 0 0 0;
  z-index: 90;
  display: none;
  padding: 0.7rem var(--pad);
  padding-bottom: max(0.7rem, env(safe-area-inset-bottom));
  background: rgba(20,12,18,0.95);
  backdrop-filter: blur(8px);
  border-top: 1px solid var(--line-dark);
}
.sticky-bar__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  width: 100%;
  min-height: 50px;
  background: var(--gold);
  color: var(--plum-deep);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-radius: var(--radius);
}
@media (max-width: 880px) {
  .sticky-bar { display: block; }
  body { padding-bottom: 74px; }
}

/* ============================================================
   SCROLL REVEAL (motion-gated; content always visible by default)
   ============================================================ */
@media (prefers-reduced-motion: no-preference) {
  .has-reveal .reveal {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity .7s ease, transform .7s ease;
  }
  .has-reveal .reveal.is-in { opacity: 1; transform: none; }
}
