/* ============================================================
   CULINARYON — EventyOn Brand Design System
   Light / Beige · Deep-Purple #640D6B · Pink #A71374 / #D61393
   Type: RF Dewi (headings + body) · IBM Plex Serif (italic accents)
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Serif:ital,wght@1,400;1,500;1,600&family=Onest:wght@300;400;500;600;700&display=swap');

/* ── BRAND FONT: Intro (Fontfabric) — user-provided webfont ──────
   Only the Regular (400) weight is licensed/available, so it is
   declared across the 100–900 range: headings (600/700) render the
   Regular glyphs and the browser synthesises weight (font-synthesis).
   Onest (Google) remains the metric-similar fallback.              */
@font-face {
  font-family: 'Intro';
  src: url('../fonts/Intro-Regular.woff2') format('woff2'),
       url('../fonts/Intro-Regular.woff')  format('woff');
  font-weight: 100 900; font-style: normal; font-display: swap;
}

/* ── TOKENS ─────────────────────────────────────────────────
   Token NAMES are kept from the original dark theme so all 25
   pages inherit automatically; VALUES are remapped to the
   EventyOn / CulinaryOn brand palette (now a light theme).
   ─────────────────────────────────────────────────────────── */
:root {
  /* Brand raw palette (EventyOn guidelines) */
  --pink:        #D61393;   /* Pink        — Pantone 233 C  */
  --pink-dark:   #A71374;   /* Dark Pink   — Pantone 2415   */
  --purple:      #640D6B;   /* CulinaryOn  — Pantone 525 CP */
  --purple-deep: #4E0A54;   /* darker purple for depth      */
  --purple-2:    #6C104C;   /* CulinaryOn dark accent       */
  --beige:       #F3EFEC;   /* Beige       — Pantone P 51-K */
  --grey:        #3F3F3F;   /* Grey        — Cool Grey 11   */
  --ink:         #241B2E;   /* near-black plum: strong text */
  --pink-pale:   #F4B6DD;   /* pale pink — accents on dark  */

  /* Dark/dramatic surfaces (footer, grand finale, scrolled nav, CTA) */
  --black:        #640D6B;

  /* Light surfaces (remapped from the old dark scale) */
  --dark-1:       #FFFFFF;  /* body / section--darker        */
  --dark-2:       #F7F2EB;  /* warm beige — section--dark    */
  --dark-3:       #FFFFFF;  /* cards (paired with borders)   */
  --dark-4:       #F3EFEC;  /* beige surface — inputs, lists */
  --dark-5:       #ECE3D7;  /* deeper beige — hover          */

  /* Accent (was gold → now brand pink/purple) */
  --gold:         #A71374;             /* primary accent     */
  --gold-light:   #D61393;             /* hover accent       */
  --gold-pale:    #640D6B;             /* accent text/light  */
  --gold-dim:     rgba(167,19,116,.10);
  --gold-border:  rgba(167,19,116,.24);

  /* Text */
  --white:        #241B2E;             /* "strong text" on light = ink */
  --off-white:    #F3EFEC;             /* beige (section--light bg)     */
  --text:         #3F3F3F;             /* body — brand grey             */
  --text-muted:   #8C867D;             /* muted labels                  */
  --border:       rgba(36,27,46,.12);  /* hairline on light             */

  --serif:   'IBM Plex Serif', Georgia, serif;
  --sans:    'Intro', 'Onest', system-ui, sans-serif;

  --r-sm:  4px;
  --r:     8px;
  --r-lg:  16px;
  --r-xl:  24px;

  --section: clamp(80px, 10vw, 140px);
  --max-w:   1280px;
  --px:      clamp(20px, 5vw, 80px);

  --ease:  cubic-bezier(.4,0,.2,1);
  --t:     .3s;
  --ts:    .65s;
}

/* ── RESET ──────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; scroll-behavior: smooth; scrollbar-width: thin; scrollbar-color: var(--gold) var(--dark-2); }
body { background: var(--dark-1); color: var(--text); font-family: var(--sans); font-weight: 400; line-height: 1.7; overflow-x: hidden; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { font-family: var(--sans); cursor: pointer; border: none; background: none; }
::selection { background: var(--gold-dim); color: var(--gold-pale); }
::-webkit-scrollbar { width: 5px; }
::-webkit-scrollbar-track { background: var(--dark-1); }
::-webkit-scrollbar-thumb { background: var(--gold); border-radius: 3px; }

/* ── TYPOGRAPHY ─────────────────────────────────────────────
   Brand: headings set in RF Dewi Semibold (sans), tight line-height.
   IBM Plex Serif italic is reserved for accent words (<em>) inside
   headings — the signature "Мы вам *такое* устроим" device.        */
h1,h2,h3,h4,h5,h6 { font-family: var(--sans); font-weight: 600; line-height: 1.05; letter-spacing: -.01em; color: var(--purple); }
h1 { font-size: clamp(2.6rem, 6.5vw, 5.5rem); }
h2 { font-size: clamp(2rem, 4vw, 3.5rem); }
h3 { font-size: clamp(1.4rem, 2.5vw, 2rem); }
h4 { font-size: 1.4rem; }
p  { line-height: 1.75; }

/* Signature accent: italic serif word inside a heading */
h1 em, h2 em, h3 em, h4 em {
  font-family: var(--serif); font-style: italic; font-weight: 400;
  color: var(--gold); letter-spacing: 0;
}

.eyebrow {
  display: block;
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: .85rem;
}
.lead {
  font-size: clamp(1.05rem, 1.6vw, 1.2rem);
  color: var(--ink);
  line-height: 1.8;
}
.gold-line {
  width: 52px; height: 2px;
  background: linear-gradient(90deg, var(--gold), var(--gold-light), transparent);
  margin: 1rem 0 2rem;
}
.gold-line.center { margin-inline: auto; }

/* ── LAYOUT ─────────────────────────────────────────────── */
.container { max-width: var(--max-w); margin-inline: auto; padding-inline: var(--px); }
.section { padding-block: var(--section); }
.section--dark     { background: var(--dark-2); }
.section--darker   { background: var(--dark-1); }
.section--card     { background: var(--dark-3); }
.section--black    { background: var(--black); }
.section--light    { background: var(--off-white); color: var(--grey); }
.section--light h2,.section--light h3,.section--light h4 { color: var(--purple); }
.section--light .eyebrow { color: var(--gold); }
.section--light .text-muted { color: #6d675e; }

/* Dramatic purple sections: keep light text legible */
.section--black { color: rgba(255,255,255,.82); }
.section--black h1,.section--black h2,.section--black h3,.section--black h4,.section--black h5,.section--black h6 { color: #fff !important; }
.section--black .eyebrow { color: var(--pink-pale) !important; }
.section--black .lead { color: rgba(255,255,255,.85) !important; }
.section--black .text-muted { color: rgba(255,255,255,.6); }

.grid-2 { display: grid; grid-template-columns: repeat(2,1fr); gap: 1.5rem; }
.grid-3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; }
.grid-4 { display: grid; grid-template-columns: repeat(4,1fr); gap: 1.5rem; }

.section-header-center { text-align: center; max-width: 620px; margin-inline: auto; margin-bottom: clamp(3rem,5vw,5rem); }
.section-header-center .gold-line { margin-inline: auto; }

/* ── BUTTONS ─────────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; gap: .5rem;
  padding: .9rem 2rem;
  font-family: var(--sans); font-size: .78rem; font-weight: 600;
  letter-spacing: .1em; text-transform: uppercase;
  border-radius: var(--r-sm);
  transition: all var(--t) var(--ease);
  white-space: nowrap;
}
.btn-gold  { background: var(--gold); color: #fff; }
.btn-gold:hover  { background: var(--gold-light); transform: translateY(-2px); box-shadow: 0 12px 40px rgba(214,19,147,.32); }
.btn-outline { background: transparent; color: var(--purple); border: 1px solid var(--gold-border); }
.btn-outline:hover { border-color: var(--gold); color: var(--gold); transform: translateY(-2px); }
.btn-ghost  { background: transparent; color: var(--gold); font-size: .75rem; letter-spacing: .15em; padding-inline: 0; }
.btn-ghost::after { content: '→'; display: inline-block; margin-left: .4rem; transition: transform var(--t) var(--ease); }
.btn-ghost:hover::after { transform: translateX(5px); }
.btn-lg { padding: 1.1rem 2.5rem; font-size: .82rem; }

/* Buttons placed over a photo hero need light styling */
.hero .btn-outline, .page-hero .btn-outline { color: #fff; border-color: rgba(255,255,255,.45); }
.hero .btn-outline:hover, .page-hero .btn-outline:hover { border-color: #fff; color: #fff; }

/* ── NAVIGATION ─────────────────────────────────────────────
   The nav always sits on a dark surface: transparent over the
   photo hero at the top, solid deep-purple once scrolled.        */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.6rem var(--px);
  transition: all var(--ts) var(--ease);
}
.nav::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(40,6,46,.7), transparent);
  opacity: 0; transition: opacity var(--ts) var(--ease); pointer-events: none;
}
.nav.scrolled { padding-block: 1rem; backdrop-filter: blur(24px); background: rgba(78,10,84,.92); border-bottom: 1px solid rgba(255,255,255,.08); }
.nav.scrolled::before { opacity: 1; }

.nav-logo { position: relative; z-index: 2; }
.nav-logo img { height: 42px; width: auto; object-fit: contain; }
.nav-logo-text { font-family: var(--sans); font-weight: 700; font-size: 1.4rem; color: #fff; letter-spacing: .03em; }
.nav-logo-text span { color: var(--pink); }

.nav-center { display: flex; align-items: center; gap: 1.3rem; position: relative; z-index: 2; }

.nav-item { position: relative; }
.nav-link {
  font-size: .8rem; font-weight: 400; letter-spacing: .06em;
  color: rgba(255,255,255,.82); transition: color var(--t) var(--ease);
  padding-block: .5rem; display: flex; align-items: center; gap: .25rem;
}
.nav-link:hover { color: #fff; }
.nav-link.has-drop::after { content: '⌄'; font-size: .65rem; transition: transform var(--t) var(--ease); }
.nav-item:hover .has-drop::after { transform: rotate(180deg); }

.nav-drop {
  position: absolute; top: calc(100% + 1.2rem); left: 50%;
  transform: translateX(-50%) translateY(-6px);
  background: #fff; border: 1px solid var(--border);
  border-top: 2px solid var(--gold); border-radius: var(--r);
  min-width: 220px; padding: .6rem;
  opacity: 0; visibility: hidden; transition: all var(--t) var(--ease);
  box-shadow: 0 24px 60px rgba(100,13,107,.18);
}
.nav-item:hover .nav-drop { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.nav-drop-link {
  display: block; padding: .6rem 1rem;
  font-size: .78rem; color: var(--text);
  border-radius: var(--r-sm); transition: all var(--t) var(--ease);
}
.nav-drop-link:hover { background: var(--gold-dim); color: var(--gold-pale); padding-left: 1.2rem; }

.nav-right { display: flex; align-items: center; gap: .75rem; position: relative; z-index: 2; }
.nav-phone { display: flex; align-items: center; gap: .4rem; font-size: .78rem; white-space: nowrap; color: rgba(255,255,255,.7); transition: color var(--t) var(--ease); }
.nav-phone:hover { color: #fff; }

.lang-sw { display: flex; gap: 2px; background: rgba(255,255,255,.1); border-radius: 100px; padding: 3px; }
.lang-btn { font-size: .67rem; font-weight: 600; letter-spacing: .1em; padding: .28rem .65rem; border-radius: 100px; cursor: pointer; transition: all var(--t) var(--ease); color: rgba(255,255,255,.65); }
.lang-btn.active { background: var(--gold); color: #fff; }

/* Hamburger */
/* Auto-collapse: when the inline nav doesn't fit, JS adds .nav--compact
   to switch to the hamburger menu (handled at any width, not just mobile). */
.nav.nav--compact .nav-center,
.nav.nav--compact .nav-phone,
.nav.nav--compact .nav-right .btn { display: none; }
/* Group the language switch next to the hamburger on the right
   (otherwise space-between leaves it stranded in the middle). */
.nav.nav--compact .nav-right { margin-left: auto; }
.nav.nav--compact .hamburger { display: flex; margin-left: 1.1rem; }

.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; z-index: 1001; padding: 4px; }
.hamburger span { display: block; width: 22px; height: 1.5px; background: #fff; transition: all var(--t) var(--ease); }
.hamburger.open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

/* Mobile nav */
.mobile-nav {
  position: fixed; inset: 0; z-index: 999;
  background: var(--purple-deep);
  display: flex; flex-direction: column;
  padding: 5.5rem 2rem 2rem;
  transform: translateX(100%); transition: transform var(--ts) var(--ease);
  overflow-y: auto;
}
.mobile-nav.open { transform: translateX(0); }
.mob-link { display: block; font-family: var(--sans); font-weight: 600; font-size: 1.75rem; color: #fff; padding: .6rem 0; border-bottom: 1px solid rgba(255,255,255,.1); transition: color var(--t) var(--ease); }
.mob-link:hover { color: var(--pink-pale); }
.mob-sub { padding-left: 1.25rem; display: none; }
.mob-sub.open { display: block; }
.mob-sub a { display: block; font-size: .95rem; color: rgba(255,255,255,.7); padding: .45rem 0; border-bottom: 1px solid rgba(255,255,255,.08); transition: color var(--t) var(--ease); }
.mob-sub a:hover { color: var(--pink-pale); }
.mob-ctas { display: flex; flex-direction: column; gap: .75rem; margin-top: 2rem; }

/* ── HERO ────────────────────────────────────────────────── */
.hero {
  position: relative; height: 100vh; min-height: 680px;
  display: flex; align-items: center; overflow: hidden;
}
.hero-bg { position: absolute; inset: 0; z-index: 0; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.06); transition: transform 9s ease; }
.hero.loaded .hero-bg img { transform: scale(1); }
.hero-bg::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(130deg, rgba(40,6,46,.86) 0%, rgba(78,10,84,.5) 55%, rgba(100,13,107,.28) 100%);
}
.hero-content { position: relative; z-index: 1; padding-inline: var(--px); max-width: var(--max-w); margin-inline: auto; width: 100%; }
.hero-title { line-height: 1.06; margin-bottom: 1.25rem; max-width: 700px; color: #fff; }
.hero-title em { font-family: var(--serif); font-style: italic; color: var(--pink-pale); }
.hero-sub { font-size: clamp(.97rem, 1.7vw, 1.15rem); color: rgba(255,255,255,.82); max-width: 520px; margin-bottom: 2.5rem; line-height: 1.75; }
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; }
.hero-scroll {
  position: absolute; bottom: 2.5rem; left: 50%; transform: translateX(-50%); z-index: 1;
  display: flex; flex-direction: column; align-items: center; gap: .5rem;
  color: rgba(255,255,255,.5); font-size: .68rem; letter-spacing: .18em; text-transform: uppercase;
  animation: bob 2.2s ease-in-out infinite;
}
.hero-scroll::after { content: ''; display: block; width: 1px; height: 36px; background: linear-gradient(to bottom, rgba(255,255,255,.5), transparent); }
@keyframes bob { 0%,100% { transform: translateX(-50%) translateY(0); } 50% { transform: translateX(-50%) translateY(7px); } }

/* Page hero (inner pages) */
.page-hero {
  position: relative; height: clamp(380px, 52vh, 580px);
  display: flex; align-items: flex-end; overflow: hidden;
}
.page-hero-bg { position: absolute; inset: 0; z-index: 0; }
.page-hero-bg img { width: 100%; height: 100%; object-fit: cover; object-position: center 25%; }
.page-hero-bg::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(40,6,46,.95) 0%, rgba(78,10,84,.45) 55%, rgba(100,13,107,.2) 100%);
}
.page-hero-content { position: relative; z-index: 1; padding-inline: var(--px); padding-bottom: 3rem; width: 100%; max-width: var(--max-w); margin-inline: auto; }
.breadcrumb { display: flex; gap: .5rem; align-items: center; font-size: .72rem; color: rgba(255,255,255,.55); letter-spacing: .06em; margin-bottom: .75rem; }
.breadcrumb a:hover { color: var(--pink-pale); }
.breadcrumb-sep { opacity: .4; }
.page-hero-title { font-size: clamp(2rem, 5vw, 3.8rem); color: #fff; }
.page-hero-title em { font-family: var(--serif); font-style: italic; color: var(--pink-pale); }
.page-hero-sub { font-size: 1.05rem; color: rgba(255,255,255,.78); margin-top: .75rem; max-width: 560px; }

/* ── CATEGORY CARDS (Homepage) ───────────────────────────── */
.cat-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.25rem; }
.cat-card { position: relative; border-radius: var(--r-lg); overflow: hidden; aspect-ratio: 3/4; cursor: pointer; }
.cat-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .85s var(--ease); }
.cat-card:hover img { transform: scale(1.08); }
.cat-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(40,6,46,.93) 30%, rgba(40,6,46,.15) 100%);
  display: flex; flex-direction: column; justify-content: flex-end; padding: 2rem;
}
.cat-tag { font-size: .68rem; letter-spacing: .22em; text-transform: uppercase; color: var(--pink-pale); margin-bottom: .4rem; }
.cat-title { font-size: 1.7rem; color: #fff; margin-bottom: .5rem; }
.cat-count { font-size: .8rem; color: rgba(255,255,255,.55); margin-bottom: 1rem; }
.cat-cta { display: inline-flex; align-items: center; gap: .4rem; font-size: .7rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--pink-pale); opacity: 0; transform: translateY(8px); transition: all var(--t) var(--ease); }
.cat-card:hover .cat-cta { opacity: 1; transform: translateY(0); }

/* ── SERVICE CARDS ───────────────────────────────────────── */
.service-card { background: var(--dark-3); border: 1px solid var(--border); border-radius: var(--r); overflow: hidden; transition: all var(--t) var(--ease); }
.service-card:hover { border-color: var(--gold-border); transform: translateY(-5px); box-shadow: 0 24px 60px rgba(100,13,107,.14), 0 0 50px rgba(214,19,147,.08); }
.sc-img { position: relative; aspect-ratio: 16/10; overflow: hidden; }
.sc-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s var(--ease); }
.service-card:hover .sc-img img { transform: scale(1.09); }
.sc-tag { position: absolute; top: 1rem; left: 1rem; background: rgba(40,6,46,.78); border: 1px solid rgba(255,255,255,.18); color: #fff; font-size: .65rem; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; padding: .28rem .7rem; border-radius: 100px; backdrop-filter: blur(10px); }
.sc-body { padding: 1.5rem; }
.sc-title { font-size: 1.2rem; margin-bottom: .4rem; color: var(--purple); }
.sc-desc { font-size: .83rem; color: var(--text-muted); line-height: 1.6; margin-bottom: 1.2rem; }
.sc-footer { display: flex; align-items: center; justify-content: space-between; padding: .9rem 1.5rem; border-top: 1px solid var(--border); }

/* Experiences / service-card grid (used on homepage + category pages) */
.featured-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.25rem; }
@media (max-width: 900px) { .featured-grid { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 560px) { .featured-grid { grid-template-columns: 1fr; } }

/* ── SERVICE PAGE SECTIONS ───────────────────────────────── */
/* Intro 2-col */
.svc-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.svc-intro-img { position: relative; border-radius: var(--r-lg); overflow: hidden; }
.svc-intro-img img { width: 100%; object-fit: cover; aspect-ratio: 4/5; }
.svc-intro-img::after { content: ''; position: absolute; inset: 0; border-radius: var(--r-lg); border: 1px solid var(--gold-border); pointer-events: none; }

/* Checklist */
.checklist { display: grid; gap: .6rem; }
.check-item { display: flex; align-items: flex-start; gap: .9rem; padding: .95rem 1.2rem; background: var(--dark-4); border-radius: var(--r); border-left: 3px solid var(--gold); transition: all var(--t) var(--ease); }
.check-item:hover { background: var(--dark-5); border-left-color: var(--gold-light); }
.check-icon { color: var(--gold); font-size: .95rem; flex-shrink: 0; margin-top: 2px; }
.check-text { font-size: .86rem; color: var(--text); line-height: 1.5; }

/* Upgrades */
.upgrades-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px,1fr)); gap: .9rem; }
.upg-item { display: flex; align-items: flex-start; gap: .8rem; padding: 1.05rem 1.15rem; background: var(--dark-3); border-radius: var(--r); border: 1px solid var(--border); transition: all var(--t) var(--ease); }
.upg-item:hover { border-color: var(--gold-border); background: var(--dark-4); }
.upg-emoji { font-size: 1.2rem; flex-shrink: 0; }
.upg-emoji img { width: 1.75rem; height: 1.75rem; object-fit: contain; display: block; }
.upg-text { font-size: .84rem; color: var(--text); }

/* Add-ons */
.addons-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px,1fr)); gap: 1rem; }
.addon-card { padding: 1.4rem; background: var(--dark-3); border-radius: var(--r); border: 1px solid var(--border); transition: all var(--t) var(--ease); }
/* Centered add-ons row (centers any number of cards, last row included) */
.addons-grid--center { display: flex; flex-wrap: wrap; justify-content: center; gap: 1rem; }
.addons-grid--center .addon-card { flex: 0 1 300px; }
@media (max-width: 720px) { .addons-grid--center .addon-card { flex-basis: 100%; max-width: 360px; } }
.addon-card:hover { border-color: var(--gold-border); transform: translateY(-2px); box-shadow: 0 14px 36px rgba(100,13,107,.1); }
.addon-emoji { font-size: 1.8rem; display: block; margin-bottom: .7rem; }
.addon-title { font-size: .95rem; font-weight: 600; color: var(--purple); margin-bottom: .3rem; }
.addon-desc { font-size: .8rem; color: var(--text-muted); line-height: 1.5; }

/* Grand Finale */
.grand-finale {
  background: var(--purple);
  position: relative; overflow: hidden;
  color: rgba(255,255,255,.82);
}
/* Headings/text on the purple "dark" sections must stay light.
   These pages set colors via INLINE styles (e.g. color:var(--gold-pale)),
   so !important is required to override them on dark backgrounds.        */
.grand-finale h1,.grand-finale h2,.grand-finale h3,.grand-finale h4,
.cta-strip h1,.cta-strip h2,.cta-strip h3,.cta-strip h4 { color: #fff !important; }
.grand-finale .eyebrow,.cta-strip .eyebrow { color: var(--pink-pale) !important; }
.grand-finale .container > p,.grand-finale .section-header-center p,.grand-finale .lead,
.cta-strip p,.cta-strip .lead { color: rgba(255,255,255,.85) !important; }
.grand-finale h2 em,.cta-strip h2 em { color: var(--pink-pale) !important; }
.grand-finale::before {
  content: ''; position: absolute; top: -40%; left: 50%; transform: translateX(-50%);
  width: 700px; height: 700px;
  background: radial-gradient(circle, rgba(214,19,147,.18) 0%, transparent 70%);
  pointer-events: none;
}
.gf-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; }
.gf-item { position: relative; text-align: center; padding: 3.5rem 2rem; border: 1px solid rgba(255,255,255,.1); transition: all var(--t) var(--ease); overflow: hidden; }
.gf-item::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, transparent, var(--pink), transparent); transform: scaleX(0); transition: transform var(--t) var(--ease); }
.gf-item:hover::after { transform: scaleX(1); }
.gf-item:hover { background: rgba(255,255,255,.04); }
.gf-emoji { font-size: 3rem; display: block; margin-bottom: 1.5rem; }
/* Brand icons on the purple Grand Finale need to render light */
.gf-emoji img { width: 3rem; height: 3rem; object-fit: contain; display: inline-block; filter: brightness(0) invert(1); }
.gf-grid--solo .gf-emoji img, .gf-grid--duo .gf-emoji img { width: 3.4rem; height: 3.4rem; }
.gf-title { font-size: 1.2rem; color: #fff; margin-bottom: .5rem; }
.gf-desc { font-size: .82rem; color: rgba(255,255,255,.62); max-width: 220px; margin-inline: auto; line-height: 1.6; }

/* Photo-based Grand Finale cards */
.gf-item--photo { text-align: left; padding: 0 0 2rem; border-radius: var(--r-lg); background: rgba(255,255,255,.04); }
.gf-photo { width: 100%; height: 200px; object-fit: cover; display: block; margin-bottom: 1.5rem; }
.gf-item--photo .gf-title, .gf-item--photo .gf-desc { text-align: center; padding-inline: 1.5rem; }
.gf-item--photo .gf-desc { max-width: none; }

/* Single remaining finale item — centered feature card */
.gf-grid--solo { grid-template-columns: minmax(0, 540px); justify-content: center; }
.gf-grid--solo .gf-item { border: 1px solid rgba(255,255,255,.16); border-radius: var(--r-lg); background: rgba(255,255,255,.04); padding: 4rem 2.5rem 4.2rem; }
.gf-grid--solo .gf-emoji { font-size: 3.6rem; }
.gf-grid--solo .gf-title { font-size: 1.5rem; }
.gf-grid--solo .gf-desc { max-width: 360px; font-size: .9rem; }

/* Two centered finale cards */
.gf-grid--duo { grid-template-columns: repeat(2, 1fr); max-width: 800px; margin-inline: auto; gap: 1.25rem; }
.gf-grid--duo .gf-item { border: 1px solid rgba(255,255,255,.16); border-radius: var(--r-lg); background: rgba(255,255,255,.04); padding: 3rem 2rem; }
@media (max-width: 600px) { .gf-grid--duo { grid-template-columns: 1fr; max-width: 420px; } }

/* Why choose */
.why-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px,1fr)); gap: 1.5rem; }
.why-item { text-align: center; padding: 2rem 1.5rem; }
.why-icon { font-size: 2.2rem; display: block; margin-bottom: .9rem; }
.why-icon img { width: 2.6rem; height: 2.6rem; object-fit: contain; display: inline-block; }
.why-title { font-size: 1.05rem; color: var(--purple); margin-bottom: .4rem; }
.why-desc { font-size: .82rem; color: var(--text-muted); line-height: 1.55; }
/* "Values" list (icons removed) — keep titles, larger readable copy */
.why-grid--lead .why-item { padding: 1.5rem; }
.why-grid--lead .why-title { font-size: 1.2rem; margin-bottom: .6rem; }
.why-grid--lead .why-desc { font-size: 1.05rem; color: var(--text); line-height: 1.75; }

/* Perfect For */
.perfect-wrap { display: flex; flex-wrap: wrap; gap: .7rem; }
.perfect-badge { display: inline-flex; align-items: center; gap: .4rem; padding: .6rem 1.2rem; background: var(--dark-3); border: 1px solid var(--gold-border); border-radius: 100px; font-size: .82rem; color: var(--gold-pale); transition: all var(--t) var(--ease); }
.perfect-badge:hover { background: var(--gold-dim); border-color: var(--gold); }

/* ── GALLERY ─────────────────────────────────────────────── */
.gallery { display: grid; grid-template-columns: repeat(4,1fr); grid-auto-rows: 190px; gap: 4px; }
.gallery-item { position: relative; overflow: hidden; cursor: pointer; background: var(--dark-4); }
.gallery-item:nth-child(5n+1) { grid-column: span 2; grid-row: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s var(--ease); }
.gallery-item:hover img { transform: scale(1.1); }
.gallery-overlay { position: absolute; inset: 0; background: rgba(40,6,46,.5); display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity var(--t) var(--ease); }
.gallery-item:hover .gallery-overlay { opacity: 1; }
.gallery-zoom { width: 46px; height: 46px; border-radius: 50%; background: var(--gold); display: flex; align-items: center; justify-content: center; color: #fff; font-size: 1.2rem; }

/* ── CTA STRIP ───────────────────────────────────────────── */
.cta-strip {
  background: linear-gradient(135deg, var(--purple) 0%, var(--purple-deep) 100%);
  border-top: 1px solid var(--gold-border);
  text-align: center; position: relative; overflow: hidden;
}
.cta-strip::before {
  content: ''; position: absolute; top: -120px; left: 50%; transform: translateX(-50%);
  width: 800px; height: 500px;
  background: radial-gradient(ellipse, rgba(214,19,147,.18) 0%, transparent 70%);
  pointer-events: none;
}
.cta-strip-title { font-size: clamp(1.8rem, 3.5vw, 2.8rem); margin-bottom: .9rem; color: #fff; }
.cta-strip-title em { font-family: var(--serif); font-style: italic; color: var(--pink-pale); }
.cta-strip-sub { font-size: 1.05rem; color: rgba(255,255,255,.72); margin-bottom: 2rem; max-width: 440px; margin-inline: auto; }
.cta-actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.cta-strip .btn-outline { color: #fff; border-color: rgba(255,255,255,.45); }
.cta-strip .btn-outline:hover { border-color: #fff; color: #fff; }

/* ── TESTIMONIALS ────────────────────────────────────────── */
.testi-card { background: var(--dark-3); border: 1px solid var(--border); border-radius: var(--r-lg); padding: 2rem; position: relative; box-shadow: 0 10px 30px rgba(100,13,107,.06); }
.testi-card::before { content: '"'; position: absolute; top: .8rem; left: 1.4rem; font-family: var(--serif); font-style: italic; font-size: 5rem; color: var(--gold); opacity: .22; line-height: 1; }
.testi-text { font-size: .93rem; color: var(--text); line-height: 1.8; margin-bottom: 1.4rem; padding-top: 1.8rem; }
.testi-author { display: flex; align-items: center; gap: .7rem; }
.testi-avatar { width: 38px; height: 38px; border-radius: 50%; background: var(--gold-dim); display: flex; align-items: center; justify-content: center; color: var(--gold); font-weight: 600; font-size: .85rem; }
.testi-name { font-size: .87rem; font-weight: 600; color: var(--purple); }
.testi-role { font-size: .75rem; color: var(--text-muted); }

/* ── ABOUT TEASER ────────────────────────────────────────── */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.stat-row { display: flex; flex-wrap: wrap; gap: 1.75rem 2.5rem; margin-bottom: 2rem; }
.stat-num { font-family: var(--sans); font-weight: 700; font-size: 3.5rem; color: var(--gold); line-height: 1; }
.stat-label { font-size: .8rem; color: var(--text-muted); max-width: 110px; line-height: 1.4; }
.about-img-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .75rem; }
.about-img-grid img { border-radius: var(--r); width: 100%; height: 220px; object-fit: cover; }
.about-img-grid img:first-child { grid-column: span 2; height: 280px; }

/* ── CONTACT ─────────────────────────────────────────────── */
.contact-grid { display: grid; grid-template-columns: 1fr 1.5fr; gap: 4rem; }
.contact-info-item { display: flex; gap: 1rem; padding: 1.4rem 0; border-bottom: 1px solid var(--border); }
.ci-icon { width: 44px; height: 44px; border-radius: 50%; background: var(--gold-dim); display: flex; align-items: center; justify-content: center; color: var(--gold); font-size: 1.1rem; flex-shrink: 0; }
.ci-label { font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; color: var(--text-muted); margin-bottom: .2rem; }
.ci-value { font-size: .95rem; color: var(--ink); }
.ci-value a:hover { color: var(--gold); }
.map-wrap { border-radius: var(--r-lg); overflow: hidden; border: 1px solid var(--border); margin-top: 1.5rem; height: 260px; }
.map-wrap iframe { width: 100%; height: 100%; border: none; }

/* ── FORMS ───────────────────────────────────────────────── */
.form-group { margin-bottom: 1.15rem; }
.form-label { display: block; font-size: .7rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--text-muted); margin-bottom: .45rem; }
.form-input, .form-select, .form-textarea {
  width: 100%; padding: .875rem 1rem;
  background: #fff; border: 1px solid var(--gold-border); border-radius: var(--r);
  color: var(--ink); font-family: var(--sans); font-size: .88rem;
  transition: all var(--t) var(--ease); outline: none; appearance: none;
}
.form-input::placeholder { color: var(--text-muted); }
.form-input:focus, .form-select:focus, .form-textarea:focus { border-color: var(--gold); background: #fff; box-shadow: 0 0 0 3px var(--gold-dim); }
.form-textarea { min-height: 130px; resize: vertical; }
.form-select { cursor: pointer; color: var(--ink); }
.form-select option { background: #fff; }
.form-check { display: flex; align-items: flex-start; gap: .7rem; cursor: pointer; }
.form-check input[type="checkbox"] { width: 17px; height: 17px; flex-shrink: 0; margin-top: 2px; accent-color: var(--gold); }
.form-check span { font-size: .82rem; color: var(--text-muted); }
.form-check a { color: var(--gold); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }

/* ── FOOTER ──────────────────────────────────────────────── */
.footer { background: var(--purple-deep); border-top: 1px solid var(--gold-border); padding: 4rem 0 2rem; color: rgba(255,255,255,.7); }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 3rem; margin-bottom: 3rem; }
.footer-logo { margin-bottom: .9rem; }
.footer-logo img { height: 34px; }
.footer-logo-text { font-family: var(--sans); font-weight: 700; font-size: 1.3rem; color: #fff; }
.footer-logo-text span { color: var(--pink); }
.footer-about { font-size: .83rem; color: rgba(255,255,255,.6); line-height: 1.7; margin-bottom: 1.2rem; }
.footer-head { font-size: .68rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--pink-pale); margin-bottom: 1.15rem; }
.footer-links { display: flex; flex-direction: column; gap: .55rem; }
.footer-link { font-size: .83rem; color: rgba(255,255,255,.6); transition: color var(--t) var(--ease); }
.footer-link:hover { color: #fff; }
.footer-contact-item { display: flex; gap: .55rem; font-size: .82rem; color: rgba(255,255,255,.6); margin-bottom: .7rem; line-height: 1.5; align-items: flex-start; }
.footer-contact-item img.fc-ico { width: 1rem; height: 1rem; object-fit: contain; flex-shrink: 0; margin-top: .15rem; filter: brightness(0) invert(1); opacity: .8; }
.footer-contact-item a:hover { color: #fff; }
.footer-social { display: flex; gap: .85rem; margin-top: 1.4rem; flex-wrap: wrap; }
.footer-social-link { display: flex; align-items: center; justify-content: center; width: 36px; height: 36px; border-radius: 50%; border: 1px solid rgba(255,255,255,.2); color: rgba(255,255,255,.65); transition: color var(--t) var(--ease), border-color var(--t) var(--ease), background var(--t) var(--ease); }
.footer-social-link:hover { color: #fff; border-color: var(--pink); background: rgba(214,19,147,.2); }
.footer-social-link svg { width: 16px; height: 16px; fill: currentColor; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); padding-top: 1.5rem; display: flex; justify-content: space-between; align-items: center; font-size: .75rem; color: rgba(255,255,255,.5); }

/* ── LIGHTBOX ────────────────────────────────────────────── */
.lightbox { position: fixed; inset: 0; z-index: 9999; background: rgba(30,4,34,.97); display: flex; align-items: center; justify-content: center; opacity: 0; visibility: hidden; transition: all var(--t) var(--ease); }
.lightbox.open { opacity: 1; visibility: visible; }
.lb-img { max-width: 90vw; max-height: 88vh; object-fit: contain; border-radius: var(--r); transform: scale(.93); transition: transform var(--ts) var(--ease); }
.lightbox.open .lb-img { transform: scale(1); }
.lb-close { position: absolute; top: 1.5rem; right: 1.5rem; width: 44px; height: 44px; border-radius: 50%; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.2); color: #fff; font-size: 1.1rem; display: flex; align-items: center; justify-content: center; transition: all var(--t) var(--ease); }
.lb-close:hover { background: var(--gold); color: #fff; border-color: var(--gold); }
.lb-prev, .lb-next { position: absolute; top: 50%; transform: translateY(-50%); width: 50px; height: 50px; border-radius: 50%; background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.16); color: #fff; font-size: 1.4rem; display: flex; align-items: center; justify-content: center; transition: all var(--t) var(--ease); }
.lb-prev { left: 2rem; }
.lb-next { right: 2rem; }
.lb-prev:hover, .lb-next:hover { background: var(--gold); color: #fff; }

/* ── ANIMATIONS ──────────────────────────────────────────── */
.fade-up  { opacity: 0; transform: translateY(28px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.fade-in  { opacity: 0; transition: opacity .7s var(--ease); }
.fade-up.visible, .fade-in.visible { opacity: 1; transform: translateY(0); }
.d1 { transition-delay: .1s; } .d2 { transition-delay: .2s; } .d3 { transition-delay: .3s; } .d4 { transition-delay: .4s; } .d5 { transition-delay: .5s; }

/* Separator */
.sep { border: none; border-top: 1px solid var(--border); margin: 0; }

/* Section label row */
.section-label-row { display: flex; align-items: center; gap: 1.5rem; margin-bottom: 2.5rem; }
.section-label-row h2 { flex: 1; }
.section-label-row .btn-ghost { white-space: nowrap; }

/* ── RESPONSIVE ──────────────────────────────────────────── */
@media (max-width: 1024px) {
  .grid-4 { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .about-grid { gap: 3rem; }
  .svc-intro { gap: 3rem; }
}
@media (max-width: 768px) {
  /* On inner pages the photo hero is hidden, so the nav no longer
     overlays a dark image — give it a solid brand surface.        */
  .nav { background: rgba(78,10,84,.95); backdrop-filter: blur(20px); }
  .nav::before { display: none; }
  .nav-center, .nav-phone, .nav-right .btn { display: none; }
  .hamburger { display: flex; }
  .cat-grid { grid-template-columns: 1fr; }
  .cat-card { aspect-ratio: 16/9; }
  .grid-2,.grid-3 { grid-template-columns: 1fr; }
  .about-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .svc-intro { grid-template-columns: 1fr; }
  .svc-intro-img { order: -1; }
  .gf-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .footer-bottom { flex-direction: column; gap: .6rem; text-align: center; }
  .gallery { grid-template-columns: repeat(2,1fr); grid-auto-rows: 160px; }
  .gallery-item:nth-child(5n+1) { grid-column: span 2; grid-row: span 1; }
  .hero-actions { flex-direction: column; align-items: flex-start; }
  .stat-row { flex-direction: column; gap: 1.25rem; }
  .form-grid { grid-template-columns: 1fr; }
  .cta-actions { flex-direction: column; align-items: center; }
  .section-label-row { flex-direction: column; align-items: flex-start; gap: .75rem; }
  /* Hide page hero on mobile — content section carries the title/CTA */
  .page-hero { display: none !important; }
}
@media (max-width: 480px) {
  .gallery { grid-template-columns: 1fr; }
  .gf-grid { grid-template-columns: 1fr; }
}
