/* ============================================================
   LA BELLEZZA — Salon ljepote, Krk
   Single CSS file. Editorial luxury aesthetic.
   Palette extracted from salon interior (burgundy + cream + gold).
   ============================================================ */

/* ---- 1. DESIGN TOKENS ---- */
:root {
  --burgundy:    #722f37;
  --burgundy-dk: #4a1f25;
  --burgundy-lt: #8c3d46;
  --cream:       #fdfaf6;
  --cream-warm:  #f9f3eb;
  --champagne:   #f5ede4;
  --gold:        #b08a4f;
  --gold-soft:   #d4b988;
  --text:        #2a2422;
  --text-soft:   #6b5e57;
  --line:        #e8ddd0;

  --font-serif: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  --font-sans:  "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;

  /* Modular type scale (fluid) */
  --step--1: clamp(0.83rem, 0.78rem + 0.2vw, 0.9rem);
  --step-0:  clamp(1rem, 0.95rem + 0.25vw, 1.125rem);
  --step-1:  clamp(1.2rem, 1.05rem + 0.6vw, 1.45rem);
  --step-2:  clamp(1.5rem, 1.25rem + 1.1vw, 2.1rem);
  --step-3:  clamp(2rem, 1.5rem + 2.2vw, 3.25rem);
  --step-4:  clamp(2.5rem, 1.8rem + 3.5vw, 4.75rem);
  --step-5:  clamp(3rem, 1.8rem + 6.5vw, 7.5rem);

  --space-1: 0.5rem;
  --space-2: 1rem;
  --space-3: 1.5rem;
  --space-4: 2.5rem;
  --space-5: 4rem;
  --space-6: 6.5rem;
  --section: clamp(4.5rem, 9vw, 9.5rem);

  --container: 1240px;
  --ease: cubic-bezier(0.4, 0, 0.2, 1);
  --ease-soft: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* ---- 2. RESET / BASE ---- */
*, *::before, *::after { box-sizing: border-box; }

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

body {
  margin: 0;
  font-family: var(--font-sans);
  font-size: var(--step-0);
  line-height: 1.7;
  color: var(--text);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "kern", "liga";
}

img, picture, video, iframe { max-width: 100%; height: auto; display: block; }

a {
  color: var(--burgundy);
  text-decoration: none;
  transition: color 0.25s var(--ease);
}
a:hover { color: var(--gold); }

::selection { background: var(--burgundy); color: var(--cream); }

/* ---- 3. TYPOGRAPHY ---- */
h1, h2, h3, h4 {
  font-family: var(--font-serif);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.005em;
  margin: 0 0 0.5em;
  color: var(--text);
}

h1 {
  font-size: var(--step-5);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.018em;
}
h1 em {
  font-style: italic;
  font-weight: 300;
  color: var(--gold);
}

h2 {
  font-size: var(--step-4);
  line-height: 1.05;
  letter-spacing: -0.012em;
}
h2 em { font-style: italic; color: var(--gold); }

h3 {
  font-size: var(--step-2);
  line-height: 1.15;
}

p { margin: 0 0 1.1em; }

.prose { max-width: 62ch; }
.prose-narrow { max-width: 48ch; }
.lead {
  font-size: var(--step-1);
  line-height: 1.55;
  color: var(--text-soft);
  font-weight: 400;
}

/* Eyebrow micro-label with gold rule */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.5rem;
  line-height: 1;
}
.eyebrow::before {
  content: "";
  width: 32px;
  height: 1px;
  background: currentColor;
  flex-shrink: 0;
}
.eyebrow--center {
  justify-content: center;
}
.eyebrow--center::after {
  content: "";
  width: 32px;
  height: 1px;
  background: currentColor;
  flex-shrink: 0;
}

/* Section numeral (01 /, 02 /, …) */
.numeral {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 0.8rem;
  color: var(--gold);
  letter-spacing: 0.05em;
  margin-right: 0.4em;
}

/* Gold ornament divider (◇) */
.ornament {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  margin: var(--space-4) auto;
}
.ornament::before,
.ornament::after {
  content: "";
  width: 56px;
  height: 1px;
  background: var(--gold);
  opacity: 0.7;
}
.ornament__diamond {
  width: 6px;
  height: 6px;
  background: var(--gold);
  transform: rotate(45deg);
}

/* Pull-quote */
.pullquote {
  font-family: var(--font-serif);
  font-size: clamp(1.5rem, 2vw + 0.5rem, 2.25rem);
  font-style: italic;
  line-height: 1.35;
  color: var(--burgundy);
  text-align: center;
  max-width: 28ch;
  margin: var(--space-5) auto;
  position: relative;
  padding-top: 1.5rem;
}
.pullquote::before {
  content: "\201C";
  font-family: var(--font-serif);
  font-size: 6rem;
  position: absolute;
  top: -1.5rem;
  left: 50%;
  transform: translateX(-50%);
  color: var(--gold);
  opacity: 0.25;
  line-height: 1;
}
.pullquote cite {
  display: block;
  margin-top: 1.5rem;
  font-family: var(--font-sans);
  font-style: normal;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--text-soft);
}

/* ---- 4. LAYOUT PRIMITIVES ---- */
.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 4vw, 3rem);
}

.section {
  padding-top: var(--section);
  padding-bottom: var(--section);
}
.section--tight {
  padding-top: clamp(3rem, 6vw, 5.5rem);
  padding-bottom: clamp(3rem, 6vw, 5.5rem);
}
.section--alt    { background: var(--champagne); }
.section--warm   { background: var(--cream-warm); }
.section--dark   { background: var(--burgundy); color: var(--cream); }
.section--dark h1,
.section--dark h2,
.section--dark h3 { color: var(--cream); }
.section--dark .eyebrow { color: var(--gold-soft); }

.section-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto var(--space-5);
}
.section-header--left {
  text-align: left;
  margin: 0 0 var(--space-5);
}

.split {
  display: grid;
  grid-template-columns: 6fr 5fr;
  gap: clamp(2.5rem, 6vw, 6rem);
  align-items: center;
}
.split--reverse > :first-child { order: 2; }

/* ---- 5. BUTTONS ---- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 1.05rem 2.25rem;
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: 0.74rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  border: 1px solid transparent;
  border-radius: 0;
  cursor: pointer;
  transition: all 0.3s var(--ease);
  text-align: center;
  line-height: 1;
}
.btn--primary {
  background: var(--burgundy);
  color: var(--cream);
  border-color: var(--burgundy);
}
.btn--primary:hover {
  background: var(--burgundy-dk);
  color: var(--cream);
  transform: translateY(-2px);
  box-shadow: 0 10px 30px -10px rgba(74,30,35,0.4);
}
.btn--ghost {
  background: transparent;
  color: var(--burgundy);
  border-color: var(--burgundy);
}
.btn--ghost:hover {
  background: var(--burgundy);
  color: var(--cream);
}
.btn--gold {
  background: var(--gold);
  color: var(--cream);
  border-color: var(--gold);
}
.btn--gold:hover { background: #9a7843; border-color: #9a7843; color: var(--cream); }
.section--dark .btn--ghost,
.hero .btn--ghost {
  color: var(--cream);
  border-color: rgba(253,250,246,0.5);
}
.section--dark .btn--ghost:hover,
.hero .btn--ghost:hover {
  background: var(--cream);
  color: var(--burgundy);
  border-color: var(--cream);
}
.btn .arrow { font-family: var(--font-serif); font-size: 1rem; line-height: 1; transition: transform 0.3s var(--ease); }
.btn:hover .arrow { transform: translateX(4px); }

/* ---- 6. HEADER ---- */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  padding: 1.5rem 0;
  background: transparent;
  transition: background 0.35s var(--ease), padding 0.35s var(--ease), box-shadow 0.35s var(--ease);
}
.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-header.is-solid {
  background: rgba(253, 250, 246, 0.96);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 0.85rem 0;
  box-shadow: 0 1px 0 rgba(114, 47, 55, 0.06);
}
/* On non-hero pages, header is solid from start */
.site-header.is-page {
  background: rgba(253, 250, 246, 0.96);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  position: sticky;
  border-bottom: 1px solid var(--line);
}

.logo {
  font-family: var(--font-serif);
  font-size: 1.7rem;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0.005em;
  color: var(--cream);
  text-decoration: none;
  line-height: 1;
  transition: color 0.35s var(--ease);
}
.logo em { color: var(--gold-soft); font-style: italic; }
.site-header.is-solid .logo,
.site-header.is-page .logo { color: var(--burgundy); }
.site-header.is-solid .logo em,
.site-header.is-page .logo em { color: var(--gold); }

.nav {
  display: flex;
  gap: 2.25rem;
  align-items: center;
}
.nav a {
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--cream);
  position: relative;
  padding: 0.4rem 0;
  transition: color 0.25s var(--ease);
}
.nav a:not(.btn)::after {
  content: '';
  position: absolute;
  left: 0; right: 0;
  bottom: 0;
  height: 1px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s var(--ease);
}
.nav a:not(.btn):hover::after,
.nav a:not(.btn).active::after { transform: scaleX(1); }
.site-header.is-solid .nav a,
.site-header.is-page .nav a { color: var(--text); }
.site-header.is-solid .nav a:hover,
.site-header.is-page .nav a:hover { color: var(--burgundy); }

.nav .btn {
  padding: 0.7rem 1.4rem;
  font-size: 0.68rem;
  background: var(--gold);
  color: var(--cream);
  border-color: var(--gold);
}
.nav .btn::after { display: none; }
.nav .btn:hover { background: #9a7843; border-color: #9a7843; color: var(--cream); }

.nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  width: 44px; height: 44px;
}
.nav-toggle span {
  display: block;
  width: 24px;
  height: 1.5px;
  background: var(--cream);
  margin: 5px auto;
  transition: all 0.3s var(--ease);
}
.site-header.is-solid .nav-toggle span,
.site-header.is-page .nav-toggle span { background: var(--burgundy); }

/* ---- 7. HERO ---- */
.hero {
  position: relative;
  min-height: clamp(580px, 92vh, 920px);
  display: flex;
  align-items: center;
  color: var(--cream);
  overflow: hidden;
  isolation: isolate;
  padding: 8rem 0 4rem;
}
.hero__bg {
  position: absolute; inset: 0;
  z-index: -2;
  background-size: cover;
  background-position: center;
}
.hero__bg::after {
  content: '';
  position: absolute; inset: 0;
  background:
    linear-gradient(115deg,
      rgba(74, 30, 35, 0.88) 0%,
      rgba(74, 30, 35, 0.58) 40%,
      rgba(74, 30, 35, 0.18) 100%
    );
}
.hero .container {
  position: relative;
  z-index: 1;
}
.hero__content {
  max-width: 780px;
}
.hero__content .eyebrow { color: var(--gold-soft); }
.hero h1 {
  color: var(--cream);
  margin-bottom: 1.5rem;
  font-weight: 400;
}
.hero p.lead {
  color: rgba(253, 250, 246, 0.85);
  max-width: 44ch;
  margin-bottom: 2.5rem;
}
.hero__cta {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.hero__scroll {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--font-sans);
  font-size: 0.65rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(253, 250, 246, 0.65);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  animation: scrollHint 2.5s ease-in-out infinite;
}
.hero__scroll::after {
  content: '';
  width: 1px;
  height: 32px;
  background: var(--gold-soft);
}
@keyframes scrollHint {
  0%, 100% { transform: translateX(-50%) translateY(0); opacity: 0.6; }
  50%      { transform: translateX(-50%) translateY(6px); opacity: 1; }
}

/* ---- 8. PAGE HEADER (non-home pages) ---- */
.page-header {
  padding: 11rem 0 var(--space-5);
  text-align: center;
  background: var(--champagne);
  border-bottom: 1px solid var(--line);
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.page-header h1 {
  font-size: var(--step-4);
  margin-bottom: 0.75rem;
}
.page-header .lead {
  max-width: 600px;
  margin: 0 auto;
}

/* Page header with full-bleed photo + diagonal gradient (matches home hero) */
.page-header--image {
  background: var(--burgundy-dk);
  color: var(--cream);
  border-bottom: 0;
  min-height: clamp(440px, 70vh, 700px);
  padding: 9rem 0 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.page-header--image::before {
  content: '';
  position: absolute; inset: 0;
  z-index: -2;
  background-size: cover;
  background-position: center;
  background-image: var(--bg-image);
}
.page-header--image::after {
  content: '';
  position: absolute; inset: 0;
  z-index: -1;
  background:
    linear-gradient(115deg,
      rgba(74, 30, 35, 0.85) 0%,
      rgba(74, 30, 35, 0.55) 45%,
      rgba(74, 30, 35, 0.78) 100%
    );
}
.page-header--image .container { position: relative; z-index: 1; }
.page-header--image h1 { color: var(--cream); font-size: var(--step-5); line-height: 1; }
.page-header--image h1 em { color: var(--gold-soft); }
.page-header--image .eyebrow { color: var(--gold-soft); }
.page-header--image .lead { color: rgba(253, 250, 246, 0.88); max-width: 620px; margin-inline: auto; }
.page-header--image .ornament::before,
.page-header--image .ornament::after { background: var(--gold-soft); opacity: 0.85; }
.page-header--image .ornament__diamond { background: var(--gold-soft); }

/* ---- LANGUAGE SWITCHER (top-right floating pill) ---- */
.lang-bar {
  position: fixed;
  top: 1.1rem;
  right: 1.5rem;
  z-index: 105;
  display: flex;
  align-items: center;
  gap: 0.1rem;
  background: rgba(74, 30, 35, 0.55);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(212, 185, 136, 0.3);
  border-radius: 999px;
  padding: 0.3rem 0.45rem;
  font-family: var(--font-sans);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  box-shadow: 0 4px 16px rgba(74,30,35,0.25);
}
.lang-bar a {
  padding: 0.4rem 0.6rem;
  color: rgba(253, 250, 246, 0.7);
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.2s var(--ease), background 0.2s var(--ease);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  line-height: 1;
}
.lang-bar a:hover { color: var(--cream); }
.lang-bar a.active {
  color: var(--burgundy);
  background: var(--gold-soft);
}
.lang-bar__sep {
  color: rgba(212, 185, 136, 0.35);
  font-size: 0.55rem;
  padding: 0 0.05rem;
  pointer-events: none;
}
@media (max-width: 900px) {
  .lang-bar {
    top: 0.5rem;
    right: 4.5rem;
    padding: 0.2rem 0.3rem;
    font-size: 0.6rem;
  }
  .lang-bar a { padding: 0.3rem 0.4rem; }
}
@media (max-width: 520px) {
  .lang-bar {
    top: 0.5rem;
    right: 3.5rem;
    font-size: 0.55rem;
  }
  .lang-bar a { padding: 0.25rem 0.3rem; }
}

/* ---- 9. SERVICES PREVIEW (homepage) ---- */
.services-preview {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 340px));
  gap: 1.5rem;
  margin-top: var(--space-4);
  justify-content: center;
}
.service-card {
  position: relative;
  display: block;
  background: var(--cream);
  padding: 2.5rem 2rem 2rem;
  border: 1px solid var(--line);
  border-radius: 0;
  text-decoration: none;
  color: inherit;
  transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease), border-color 0.4s var(--ease);
  overflow: hidden;
}
/* Gold corner ornaments */
.service-card::before,
.service-card::after {
  content: '';
  position: absolute;
  width: 32px;
  height: 32px;
  background-image:
    linear-gradient(var(--gold), var(--gold)),
    linear-gradient(var(--gold), var(--gold));
  background-repeat: no-repeat;
  background-size: 100% 1px, 1px 100%;
  opacity: 0.45;
  transition: opacity 0.4s var(--ease), width 0.4s var(--ease), height 0.4s var(--ease);
}
.service-card::before {
  top: 0; left: 0;
  background-position: top left, top left;
}
.service-card::after {
  bottom: 0; right: 0;
  background-position: bottom right, bottom right;
}
.service-card:hover {
  transform: translateY(-6px);
  border-color: transparent;
  box-shadow: 0 24px 48px -16px rgba(74, 30, 35, 0.2);
  color: inherit;
}
.service-card:hover::before,
.service-card:hover::after {
  width: 56px; height: 56px;
  opacity: 1;
}
.service-card h3 {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 1.7rem;
  color: var(--burgundy);
  text-align: center;
  margin-bottom: 1.5rem;
  padding-bottom: 1.25rem;
  position: relative;
}
.service-card h3::after {
  content: '';
  position: absolute;
  bottom: 0; left: 50%;
  transform: translateX(-50%);
  width: 48px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}
.service-card ul { list-style: none; padding: 0; margin: 0; }
.service-card li {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: baseline;
  gap: 1rem;
  padding: 0.85rem 0;
  font-size: 0.95rem;
  border-bottom: 1px solid rgba(232, 221, 208, 0.55);
}
.service-card li:last-child { border-bottom: none; padding-bottom: 0.4rem; }
.service-card .service-name {
  color: var(--text);
  line-height: 1.35;
}
.service-card .service-price {
  font-family: var(--font-serif);
  font-style: italic;
  color: var(--gold);
  font-size: 1.3rem;
  font-weight: 500;
  white-space: nowrap;
  text-align: right;
}
.service-card .service-duration {
  color: var(--text-soft);
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  display: block;
  margin-top: 0.3rem;
  font-weight: 500;
}
.service-card-footer {
  text-align: center;
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(232, 221, 208, 0.55);
  font-family: var(--font-sans);
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--gold);
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 0.4s var(--ease), transform 0.4s var(--ease);
}
.service-card:hover .service-card-footer {
  opacity: 1;
  transform: translateY(0);
}

/* ---- 10. PRICE LIST (editorial menu with leader dots) ---- */
.price-category {
  margin-bottom: var(--space-6);
}
.price-category:last-child { margin-bottom: 0; }
.price-category__head {
  text-align: center;
  margin-bottom: var(--space-4);
}
.price-category__head h2 {
  font-style: italic;
  color: var(--burgundy);
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  margin-bottom: 0;
}
.price-category__head .ornament { margin-top: 1.25rem; margin-bottom: 0; }

.price-row {
  display: grid;
  grid-template-columns: minmax(0, auto) 1fr minmax(0, auto);
  align-items: baseline;
  gap: 0.85rem;
  padding: 1.05rem 0;
  border-bottom: 1px solid rgba(114, 47, 55, 0.06);
}
.price-row:last-child { border-bottom: none; }
.price-row .name {
  font-family: var(--font-serif);
  font-size: 1.3rem;
  color: var(--text);
  line-height: 1.3;
}
.price-row .name small {
  display: block;
  font-family: var(--font-sans);
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--text-soft);
  margin-top: 0.3rem;
  font-style: normal;
}
.price-row .dots {
  border-bottom: 1.5px dotted rgba(176, 138, 79, 0.45);
  align-self: end;
  transform: translateY(-0.5em);
  min-width: 1rem;
}
.price-row .price {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 1.4rem;
  color: var(--burgundy);
  font-weight: 500;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
  text-align: right;
}

.price-note {
  text-align: center;
  padding: 2rem;
  background: var(--cream-warm);
  margin-top: var(--space-5);
  font-size: 0.98rem;
  color: var(--text-soft);
  line-height: 1.7;
  border-top: 1px solid var(--gold-soft);
  border-bottom: 1px solid var(--gold-soft);
}
.price-note strong { color: var(--burgundy); }

/* ---- 11. GALLERY (masonry) ---- */
.gallery {
  columns: 3 320px;
  column-gap: 1rem;
}
.gallery figure {
  break-inside: avoid;
  margin: 0 0 1rem;
  position: relative;
  overflow: hidden;
  cursor: zoom-in;
  background: var(--cream-warm);
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s var(--ease-soft), transform 0.8s var(--ease-soft);
}
.gallery figure.in {
  opacity: 1;
  transform: none;
}
.gallery img {
  width: 100%;
  display: block;
  transition: transform 0.7s var(--ease);
}
.gallery figure::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(74,30,35,0.4) 100%);
  opacity: 0;
  transition: opacity 0.3s var(--ease);
}
.gallery figure:hover img { transform: scale(1.04); }
.gallery figure:hover::after { opacity: 1; }

/* ---- 12. LIGHTBOX ---- */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 200;
  background: rgba(20, 8, 10, 0.94);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}
.lightbox.active { display: flex; }
.lightbox img { max-width: 100%; max-height: 88vh; box-shadow: 0 30px 100px rgba(0,0,0,0.5); }
.lightbox__close,
.lightbox__nav {
  position: absolute;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  color: var(--cream);
  cursor: pointer;
  font-family: var(--font-serif);
  transition: all 0.2s var(--ease);
}
.lightbox__close {
  top: 1.5rem; right: 1.5rem;
  width: 44px; height: 44px;
  font-size: 1.5rem;
  border-radius: 50%;
}
.lightbox__nav {
  top: 50%;
  transform: translateY(-50%);
  width: 56px; height: 56px;
  font-size: 1.5rem;
  border-radius: 50%;
}
.lightbox__close:hover,
.lightbox__nav:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--burgundy-dk);
}
.lightbox__prev { left: 1.5rem; }
.lightbox__next { right: 1.5rem; }

/* ---- 13. ABOUT SPLIT ---- */
.about-split {
  display: grid;
  grid-template-columns: 5fr 6fr;
  gap: clamp(2.5rem, 6vw, 5.5rem);
  align-items: center;
}
.about-split__photo {
  position: relative;
  aspect-ratio: 4/5;
  background: var(--cream-warm);
  overflow: hidden;
}
.about-split__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-split__caption {
  position: absolute;
  bottom: -1.5rem; left: -1.5rem;
  background: var(--cream);
  padding: 1rem 1.5rem;
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 0.95rem;
  border-left: 2px solid var(--gold);
  color: var(--burgundy);
  box-shadow: 0 12px 30px -10px rgba(74,30,35,0.15);
}

/* ---- 14. TEAM ---- */
.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 280px));
  gap: var(--space-4);
  justify-content: center;
  max-width: 720px;
  margin: 0 auto;
}
.team-member {
  text-align: center;
}
.team-member__avatar {
  width: 180px; height: 180px;
  border-radius: 50%;
  background: var(--champagne);
  margin: 0 auto 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 4rem;
  color: var(--gold);
  border: 1px solid var(--gold-soft);
  position: relative;
}
.team-member__avatar::after {
  content: '';
  position: absolute;
  inset: -6px;
  border: 1px solid var(--gold-soft);
  border-radius: 50%;
  opacity: 0.35;
}
.team-member h3 {
  font-style: italic;
  font-size: 1.5rem;
  margin-bottom: 0.35rem;
  color: var(--burgundy);
}
.team-member .role {
  font-family: var(--font-sans);
  color: var(--text-soft);
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  margin: 0;
}

/* ---- 15. CONTACT ---- */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}

.contact-info dt {
  font-family: var(--font-sans);
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--gold);
  margin-top: 2rem;
  margin-bottom: 0.5rem;
  font-weight: 500;
}
.contact-info dt:first-child { margin-top: 0; }
.contact-info dd {
  margin: 0;
  font-family: var(--font-serif);
  font-size: 1.2rem;
  color: var(--text);
  line-height: 1.5;
}
.contact-info dd a {
  color: var(--text);
  border-bottom: 1px solid var(--gold-soft);
  transition: all 0.25s var(--ease);
}
.contact-info dd a:hover {
  color: var(--burgundy);
  border-bottom-color: var(--burgundy);
}

.opening-hours {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
  font-family: var(--font-sans);
}
.opening-hours li {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  padding: 0.55rem 0;
  border-bottom: 1px solid rgba(232, 221, 208, 0.7);
  font-size: 0.95rem;
}
.opening-hours li:last-child { border-bottom: none; }
.opening-hours .day {
  color: var(--text-soft);
  text-transform: uppercase;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  align-self: center;
}
.opening-hours time { font-family: var(--font-serif); font-style: italic; font-size: 1.1rem; color: var(--text); }
.opening-hours .closed { color: var(--burgundy); }

.map-embed {
  aspect-ratio: 4/3;
  width: 100%;
  border: 0;
  filter: sepia(0.2) saturate(0.85) hue-rotate(-12deg);
  transition: filter 0.5s var(--ease);
}
.map-embed:hover { filter: none; }

/* Contact card aside */
.contact-aside {
  margin-top: 2rem;
  padding: 2rem;
  background: var(--champagne);
  border-left: 2px solid var(--gold);
}
.contact-aside h3 {
  color: var(--burgundy);
  font-style: italic;
  font-size: 1.3rem;
  margin-bottom: 0.75rem;
}
.contact-aside p { color: var(--text-soft); margin-bottom: 1.25rem; }

/* ---- 16. FOOTER ---- */
.site-footer {
  background: var(--burgundy-dk);
  color: rgba(253, 250, 246, 0.78);
  padding: var(--space-5) 0 var(--space-3);
  font-size: 0.95rem;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 3rem;
  margin-bottom: 3rem;
}
.site-footer h4 {
  color: var(--gold-soft);
  font-family: var(--font-sans);
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-weight: 600;
  margin-bottom: 1.25rem;
}
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer ul li { margin-bottom: 0.6rem; }
.site-footer a { color: rgba(253, 250, 246, 0.85); }
.site-footer a:hover { color: var(--gold-soft); }
.site-footer .logo {
  font-size: 1.6rem;
  color: var(--cream);
  display: inline-block;
  margin-bottom: 1.25rem;
}
.site-footer .logo em { color: var(--gold-soft); }
.site-footer .tagline {
  color: rgba(253, 250, 246, 0.55);
  font-size: 0.92rem;
  max-width: 320px;
  line-height: 1.6;
}

.socials {
  display: flex;
  gap: 0.75rem;
  margin-top: 1.5rem;
}
.socials a {
  width: 42px; height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(212, 185, 136, 0.3);
  border-radius: 50%;
  transition: all 0.25s var(--ease);
}
.socials a:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--burgundy-dk);
}

.footer-bottom {
  text-align: center;
  padding-top: 2rem;
  border-top: 1px solid rgba(253, 250, 246, 0.08);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  color: rgba(253, 250, 246, 0.45);
}

/* ---- 17. UTILITY / A11Y ---- */
:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
  .gallery figure { opacity: 1; transform: none; }
}

.sr-only {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ---- 18. RESPONSIVE ---- */
@media (max-width: 900px) {
  .nav {
    display: none;
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: var(--burgundy);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 4rem 2rem;
    gap: 0;
    z-index: 120; /* above header (100), above lang-bar (105) */
  }
  .nav.open { display: flex; }
  .nav a:not(.btn) {
    color: var(--cream) !important;
    font-family: var(--font-serif);
    font-style: italic;
    font-size: 2rem;
    letter-spacing: 0;
    text-transform: none;
    padding: 1.25rem 0;
    width: 100%;
    text-align: center;
  }
  .nav a:not(.btn)::after { display: none; }
  .nav .btn { margin-top: 1.5rem; }
  .nav-toggle { display: block; position: relative; z-index: 130; }
  .nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle.open span:nth-child(2) { opacity: 0; }
  .nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  body.nav-open { overflow: hidden; }
  body.nav-open .nav-toggle span { background: var(--cream) !important; }

  /* CRITICAL FIX: backdrop-filter on header creates a containing block for
     position:fixed children — that traps mobile nav inside header bounds.
     Remove backdrop-filter when mobile menu opens so nav can cover viewport. */
  body.nav-open .site-header,
  body.nav-open .site-header.is-page,
  body.nav-open .site-header.is-solid {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    background: transparent !important;
    box-shadow: none !important;
    border-bottom: 0 !important;
  }

  /* Hide lang-bar while menu is open (otherwise it floats on top of burgundy overlay) */
  body.nav-open .lang-bar { display: none; }

  .split, .about-split, .contact-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .split--reverse > :first-child { order: 0; }
  .about-split__caption {
    position: static;
    margin-top: 1rem;
    display: inline-block;
  }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .price-row { grid-template-columns: 1fr auto; gap: 0.5rem; }
  .price-row .dots { display: none; }
}

@media (max-width: 520px) {
  .hero__cta { flex-direction: column; }
  .hero__cta .btn { width: 100%; }
  .gallery { columns: 2 160px; column-gap: 0.5rem; }
  .gallery figure { margin-bottom: 0.5rem; }
  .price-row .name { font-size: 1.1rem; }
  .price-row .price { font-size: 1.2rem; }
}
