/* ============================================
   RABUS HAIR BRAIDS — styles.css FINAL
   Pink + Black + White — Complete
============================================ */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

:root {
  --pink:       #E91E8C;
  --pink-dark:  #C2157A;
  --pink-light: #F472B6;
  --pink-pale:  #FFF0F8;
  --black:      #0A0A0A;
  --black2:     #141414;
  --black3:     #1C1C1C;
  --white:      #FFFFFF;
  --off:        #FDF8FC;
  --cream:      #FBF3F9;
  --muted:      #7A5570;
  --text:       #1A0A14;
  --border:     rgba(233,30,140,0.15);
  --red:        #e53e3e;
  --orange:     #dd6b20;
  --fp: 'Playfair Display', serif;
  --fr: 'Raleway', sans-serif;
  --fc: 'Cormorant Garamond', serif;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
}

html { scroll-behavior: smooth; }
body {
  background: var(--off);
  color: var(--text);
  font-family: var(--fr);
  font-weight: 300;
  line-height: 1.7;
  overflow-x: hidden;
  cursor: none;
  /* Space for bottom nav on mobile */
  padding-bottom: 0;
}
@media (max-width: 768px) { body { padding-bottom: 72px; } }
::-webkit-scrollbar { width: 3px; }
::-webkit-scrollbar-thumb { background: var(--pink); border-radius: 2px; }
.wrap { max-width: 1280px; margin: 0 auto; padding: 0 4rem; }

/* ===== LOADER ===== */
.loader { position: fixed; inset: 0; z-index: 9999; background: var(--black); display: flex; align-items: center; justify-content: center; transition: opacity 0.7s var(--ease), visibility 0.7s; }
.loader.done { opacity: 0; visibility: hidden; pointer-events: none; }
.loader-box { text-align: center; }
.loader-r { font-family: var(--fp); font-size: 5rem; color: var(--pink); line-height: 1; margin-bottom: 0.8rem; animation: fadeUp 0.8s var(--ease) 0.2s both; }
.loader-name { font-family: var(--fr); font-size: 1rem; font-weight: 500; letter-spacing: 0.5em; text-transform: uppercase; color: var(--white); animation: fadeUp 0.8s var(--ease) 0.4s both; }
.loader-bar-wrap { width: 160px; height: 2px; background: rgba(255,255,255,0.1); margin: 1.5rem auto 1rem; overflow: hidden; }
.loader-bar-fill { height: 100%; background: linear-gradient(90deg, var(--pink), var(--pink-light)); width: 0; animation: barGrow 1.8s var(--ease) 0.6s forwards; }
@keyframes barGrow { to { width: 100%; } }
.loader-sub { font-family: var(--fc); font-size: 0.85rem; font-style: italic; letter-spacing: 0.2em; color: rgba(255,255,255,0.4); animation: fadeUp 0.8s var(--ease) 0.8s both; }

/* ===== SUCCESS ===== */
.success-overlay { position: fixed; inset: 0; z-index: 9990; background: rgba(10,10,10,0.9); backdrop-filter: blur(12px); display: flex; align-items: center; justify-content: center; opacity: 0; visibility: hidden; transition: opacity 0.5s, visibility 0.5s; }
.success-overlay.show { opacity: 1; visibility: visible; }
.success-box { background: var(--white); padding: 4rem 3rem; text-align: center; max-width: 440px; width: 92%; position: relative; overflow: hidden; transform: scale(0.8) translateY(30px); transition: transform 0.5s var(--ease); border-radius: 4px; }
.success-overlay.show .success-box { transform: scale(1) translateY(0); }
.success-box::before { content: ''; position: absolute; top: 0; left: 3rem; right: 3rem; height: 3px; background: linear-gradient(90deg, transparent, var(--pink), transparent); }
.success-ring { width: 80px; height: 80px; border-radius: 50%; border: 2px solid var(--pink-light); display: flex; align-items: center; justify-content: center; margin: 0 auto 1.5rem; animation: popIn 0.6s var(--ease) 0.3s both; }
@keyframes popIn { from{transform:scale(0);opacity:0} to{transform:scale(1);opacity:1} }
.success-tick { font-size: 2rem; color: var(--pink); }
.success-burst { position: absolute; top: 35%; left: 50%; transform: translate(-50%,-50%); pointer-events: none; }
.success-burst span { position: absolute; width: 5px; height: 5px; background: var(--pink-light); border-radius: 50%; opacity: 0; }
.success-overlay.show .success-burst span { animation: burst 0.9s var(--ease) 0.65s forwards; }
.success-burst span:nth-child(1){--a:0deg} .success-burst span:nth-child(2){--a:60deg;animation-delay:.68s!important} .success-burst span:nth-child(3){--a:120deg;animation-delay:.71s!important} .success-burst span:nth-child(4){--a:180deg} .success-burst span:nth-child(5){--a:240deg;animation-delay:.68s!important} .success-burst span:nth-child(6){--a:300deg;animation-delay:.71s!important}
@keyframes burst{0%{transform:rotate(var(--a)) translateY(0);opacity:1}100%{transform:rotate(var(--a)) translateY(-70px);opacity:0}}
.success-title { font-family: var(--fp); font-size: 2rem; font-style: italic; color: var(--black); margin-bottom: 0.8rem; }
.success-msg { font-size: 0.88rem; color: var(--muted); line-height: 1.7; margin-bottom: 2rem; }
.success-btn { background: var(--pink); color: var(--white); border: none; padding: 0.9rem 2.5rem; font-family: var(--fr); font-size: 0.62rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; cursor: none; transition: background 0.3s; }
.success-btn:hover { background: var(--pink-dark); }

/* ===== CURSOR ===== */
.cursor { position: fixed; top: 0; left: 0; pointer-events: none; z-index: 9998; }
.cur-ring { position: absolute; width: 38px; height: 38px; border: 1.5px solid rgba(233,30,140,0.45); border-radius: 50%; transform: translate(-50%,-50%); transition: width 0.35s var(--ease), height 0.35s var(--ease); }
.cur-dot  { position: absolute; width: 7px; height: 7px; background: var(--pink); border-radius: 50%; transform: translate(-50%,-50%); transition: opacity 0.3s; }
body.hov .cur-ring { width: 65px; height: 65px; border-color: var(--pink); }
body.hov .cur-dot  { opacity: 0; }
@media (max-width: 768px) { .cursor { display: none; } }

/* ===== NAV ===== */
nav#nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.6rem 4rem;
  transition: background 0.4s, padding 0.4s;
}
nav#nav.scrolled {
  background: rgba(10,10,10,0.97);
  backdrop-filter: blur(20px);
  padding: 1rem 4rem;
  border-bottom: 1px solid rgba(233,30,140,0.15);
}

/* Logo with image */
.nav-logo { display: flex; align-items: center; gap: 0.9rem; text-decoration: none; }
.nav-logo-img { width: 42px; height: 42px; border-radius: 50%; overflow: hidden; background: var(--pink-pale); border: 2px solid var(--border); flex-shrink: 0; position: relative; }
.nav-logo-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.nav-logo-fallback { position: absolute; inset: 0; display: none; align-items: center; justify-content: center; font-family: var(--fp); font-size: 1.2rem; color: var(--pink); background: var(--pink-pale); }
.nav-logo-text { display: flex; flex-direction: column; gap: 1px; }
.logo-name { font-family: var(--fr); font-size: 1rem; font-weight: 700; letter-spacing: 0.4em; text-transform: uppercase; color: var(--white); }
.logo-tag  { font-family: var(--fc); font-size: 0.7rem; font-style: italic; color: var(--pink-light); letter-spacing: 0.15em; }

.nav-links { display: flex; gap: 2.8rem; list-style: none; }
.nav-links a { font-family: var(--fr); font-size: 0.62rem; font-weight: 400; letter-spacing: 0.22em; text-transform: uppercase; color: rgba(255,255,255,0.55); text-decoration: none; transition: color 0.3s; position: relative; }
.nav-links a::after { content: ''; position: absolute; bottom: -3px; left: 0; right: 100%; height: 1px; background: var(--pink); transition: right 0.4s var(--ease); }
.nav-links a:hover, .nav-links a.nav-active { color: var(--white); }
.nav-links a:hover::after, .nav-links a.nav-active::after { right: 0; }
.nav-book { font-family: var(--fr); font-size: 0.6rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--white); background: var(--pink); border: none; padding: 0.8rem 1.8rem; cursor: none; text-decoration: none; transition: background 0.3s, transform 0.3s; white-space: nowrap; }
.nav-book:hover { background: var(--pink-dark); transform: translateY(-1px); }
.nav-burger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: none; padding: 4px; }
.nav-burger span { display: block; width: 22px; height: 1.5px; background: var(--white); transition: all 0.3s; }
.nav-burger.open span:nth-child(1) { transform: rotate(45deg) translate(5px,4px); }
.nav-burger.open span:nth-child(2) { opacity: 0; }
.nav-burger.open span:nth-child(3) { transform: rotate(-45deg) translate(5px,-4px); }
.mob-menu { position: fixed; inset: 0; z-index: 99; background: var(--black); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2.2rem; transform: translateX(100%); transition: transform 0.6s var(--ease); }
.mob-menu.open { transform: translateX(0); }
.mob-link { font-family: var(--fp); font-size: 2.6rem; font-style: italic; color: var(--white); text-decoration: none; transition: color 0.3s; }
.mob-link:hover, .mob-book { color: var(--pink-light); }

/* ===== BOTTOM NAV ===== */
.bottom-nav {
  display: none; /* hidden on desktop */
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 200;
  background: rgba(255,255,255,0.98);
  backdrop-filter: blur(20px);
  border-top: 1px solid rgba(0,0,0,0.08);
  box-shadow: 0 -4px 24px rgba(0,0,0,0.1);
  padding-bottom: env(safe-area-inset-bottom);
}
.bn-item {
  flex: 1; display: flex; flex-direction: column; align-items: center;
  justify-content: center; gap: 3px;
  padding: 8px 4px 6px;
  text-decoration: none; background: none; border: none; cursor: pointer;
  font-family: var(--fr); font-size: 0.5rem; font-weight: 500;
  letter-spacing: 0.05em; text-transform: uppercase;
  color: #888; transition: color 0.3s;
  /* Pink active bar at top */
  position: relative; border-top: 2px solid transparent;
  transition: color 0.3s, border-color 0.3s;
}
.bn-item svg { width: 22px; height: 22px; stroke: currentColor; transition: stroke 0.3s; }
.bn-item:hover { color: var(--pink); }
.bn-item:hover svg { stroke: var(--pink); }

/* Active state — pink top line */
.bn-item.active {
  color: var(--pink);
  border-top-color: var(--pink);
}
.bn-item.active svg { stroke: var(--pink); }

/* Centre book button — raised pink circle */
.bn-book { position: relative; top: -10px; }
.bn-book-circle {
  width: 52px; height: 52px; border-radius: 50%;
  background: var(--pink); color: var(--white);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 6px 20px rgba(233,30,140,0.4);
  transition: transform 0.3s, box-shadow 0.3s;
}
.bn-book-circle svg { stroke: var(--white); width: 22px; height: 22px; }
.bn-book:hover .bn-book-circle { transform: scale(1.08); box-shadow: 0 10px 30px rgba(233,30,140,0.55); }
.bn-book.active .bn-book-circle { background: var(--pink-dark); }
.bn-book { border-top: none !important; } /* no top line on book btn */
.bn-book span { color: var(--pink); font-weight: 600; }

/* Show bottom nav on mobile */
@media (max-width: 768px) {
  .bottom-nav {
    display: flex;
    align-items: flex-start;
  }
}

/* ===== REVEAL ===== */
.reveal { opacity: 0; transform: translateY(36px); transition: opacity 0.85s var(--ease), transform 0.85s var(--ease); }
.reveal.visible { opacity: 1; transform: translateY(0); }
.r1 { transition-delay: 0.12s; } .r2 { transition-delay: 0.24s; } .r3 { transition-delay: 0.36s; } .r4 { transition-delay: 0.48s; }

/* ===== HERO ===== */
#hero { min-height: 100vh; background: var(--black); position: relative; overflow: hidden; display: flex; align-items: center; padding: 8rem 4rem 5rem; }
.hero-overlay { position: absolute; inset: 0; background: radial-gradient(ellipse 65% 65% at 70% 50%, rgba(233,30,140,0.12) 0%, transparent 60%), linear-gradient(155deg, #0A0A0A 0%, #1A0A12 50%, #0A0A0A 100%); }
.hero-inner { position: relative; z-index: 1; max-width: 1280px; width: 100%; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.hero-tag { display: flex; align-items: center; gap: 1.2rem; margin-bottom: 2rem; animation: fadeUp 0.9s var(--ease) 0.4s both; }
.tag-line { width: 40px; height: 1px; background: var(--pink); flex-shrink: 0; }
.tag-words { font-family: var(--fr); font-size: 0.6rem; font-weight: 400; letter-spacing: 0.4em; text-transform: uppercase; color: var(--pink-light); }
.hero-title { font-family: var(--fp); font-size: clamp(3.5rem,7vw,7.5rem); font-weight: 400; line-height: 0.95; color: var(--white); margin-bottom: 2rem; }
.ht { display: block; animation: fadeUp 1s var(--ease) forwards; opacity: 0; }
.ht:nth-child(1){animation-delay:0.35s} .ht:nth-child(2){animation-delay:0.55s} .ht:nth-child(3){animation-delay:0.75s}
.ht.italic { font-style: italic; color: var(--pink-light); }
.hero-desc { font-size: 0.9rem; color: rgba(255,255,255,0.55); max-width: 420px; line-height: 1.9; margin-bottom: 3rem; animation: fadeUp 0.9s var(--ease) 1s both; }
.hero-actions { display: flex; align-items: center; gap: 2rem; animation: fadeUp 0.9s var(--ease) 1.2s both; }
.btn-pink { font-family: var(--fr); font-size: 0.62rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--white); background: var(--pink); border: none; padding: 1.1rem 2.4rem; cursor: none; text-decoration: none; display: inline-block; transition: background 0.3s, transform 0.3s; }
.btn-pink:hover { background: var(--pink-dark); transform: translateY(-2px); }
.btn-clear { font-family: var(--fr); font-size: 0.62rem; font-weight: 400; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(255,255,255,0.55); text-decoration: none; border-bottom: 1px solid rgba(255,255,255,0.25); padding-bottom: 2px; transition: color 0.3s, border-color 0.3s; }
.btn-clear:hover { color: var(--pink-light); border-color: var(--pink-light); }
.hero-photo-wrap { position: relative; }
.hero-photo-wrap::before { content: ''; position: absolute; top: -12px; left: -12px; right: 12px; bottom: 12px; border: 1.5px solid rgba(233,30,140,0.25); z-index: 0; pointer-events: none; }
.hero-photo { display: block; width: 100%; aspect-ratio: 3/4; object-fit: cover; object-position: center top; position: relative; z-index: 1; }
.hero-photo-fallback { display: none; position: absolute; inset: 0; z-index: 2; background: linear-gradient(135deg,#1A0A14,#0A0A0A); flex-direction: column; align-items: center; justify-content: center; gap: 1rem; text-align: center; }
.hero-photo-wrap.no-image .hero-photo { opacity: 0; }
.hero-photo-wrap.no-image .hero-photo-fallback { display: flex; }
.hero-photo-fallback span { font-family: var(--fp); font-size: 6rem; color: rgba(233,30,140,0.12); }
.hero-photo-fallback p { font-family: var(--fr); font-size: 0.62rem; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(255,255,255,0.3); line-height: 1.8; }
.hero-stat { position: absolute; bottom: -1.5rem; left: -2.5rem; background: var(--pink); color: var(--white); padding: 1.2rem 1.8rem; text-align: center; z-index: 2; }
.stat-big { font-family: var(--fp); font-size: 2.5rem; line-height: 1; }
.stat-sm { font-family: var(--fr); font-size: 0.52rem; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase; margin-top: 0.3rem; opacity: 0.85; }
.hero-scroll-hint { position: absolute; bottom: 2.5rem; left: 4rem; display: flex; align-items: center; gap: 1rem; animation: fadeUp 0.8s ease 1.8s both; }
.scroll-bar { width: 50px; height: 1px; background: rgba(255,255,255,0.15); position: relative; overflow: hidden; }
.scroll-bar::after { content: ''; position: absolute; inset: 0; background: var(--pink-light); transform: translateX(-100%); animation: scanBar 2.5s ease-in-out infinite; }
@keyframes scanBar { 0%{transform:translateX(-100%)} 50%{transform:translateX(0)} 100%{transform:translateX(100%)} }
.hero-scroll-hint span { font-family: var(--fr); font-size: 0.52rem; letter-spacing: 0.35em; text-transform: uppercase; color: rgba(255,255,255,0.25); }
@keyframes fadeUp { from{opacity:0;transform:translateY(22px)} to{opacity:1;transform:translateY(0)} }

/* TICKER */
.ticker-wrap { background: var(--pink); padding: 0.9rem 0; overflow: hidden; }
.ticker-inner { display: flex; gap: 2.5rem; align-items: center; white-space: nowrap; width: max-content; animation: tickMove 26s linear infinite; }
.ticker-inner span { font-family: var(--fr); font-size: 0.52rem; font-weight: 600; letter-spacing: 0.32em; text-transform: uppercase; color: rgba(255,255,255,0.85); }
.ticker-inner .sep { color: rgba(255,255,255,0.4); font-size: 0.4rem; }
@keyframes tickMove { from{transform:translateX(0)} to{transform:translateX(-50%)} }

/* SECTION UTILS */
section { padding: 9rem 0; }
.eyebrow { font-family: var(--fr); font-size: 0.58rem; font-weight: 600; letter-spacing: 0.45em; text-transform: uppercase; color: var(--pink); margin-bottom: 1.2rem; display: flex; align-items: center; gap: 1rem; }
.eyebrow::before { content: ''; width: 24px; height: 1px; background: var(--pink); }
.sec-title { font-family: var(--fp); font-size: clamp(2.5rem,4.5vw,4.5rem); font-weight: 400; font-style: italic; line-height: 1.08; color: var(--white); margin-bottom: 1.8rem; }
.sec-title em { font-style: normal; color: var(--pink-light); }
.sec-title.dark { color: var(--black); }
.sec-title.dark em { color: var(--pink-dark); }
.body-text { font-size: 0.9rem; color: #3A2030; line-height: 1.9; margin-bottom: 1.4rem; }

/* ABOUT */
#about { background: var(--cream); }
.about-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 7rem; align-items: center; }
.about-imgs { position: relative; padding: 2rem 2rem 4.5rem 0; }
.ab-big { width: 85%; aspect-ratio: 4/5; overflow: hidden; position: relative; background: #EEE0EA; }
.ab-big img, .ab-small img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ab-fallback { position: absolute; inset: 0; display: none; align-items: center; justify-content: center; font-family: var(--fp); font-size: 5rem; color: rgba(233,30,140,0.1); background: #EEE0EA; }
.ab-fallback.sm { font-size: 2rem; }
.ab-small { position: absolute; bottom: 0; right: 0; width: 44%; aspect-ratio: 1; overflow: hidden; background: #EEE0EA; border: 5px solid var(--cream); }
.ab-badge { position: absolute; top: 0; left: -1rem; background: var(--pink); color: var(--white); padding: 1.2rem 1.5rem; text-align: center; }
.ab-num { font-family: var(--fp); font-size: 2.8rem; line-height: 1; }
.ab-lbl { font-family: var(--fr); font-size: 0.5rem; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; margin-top: 0.3rem; opacity: 0.88; }
.pillars { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; margin-top: 2.5rem; }
.pillar { border-top: 2px solid var(--pink-light); padding-top: 1rem; }
.pillar-icon { font-size: 1rem; color: var(--pink); margin-bottom: 0.5rem; }
.pillar-name { font-family: var(--fp); font-size: 1.1rem; color: #1A0A14; margin-bottom: 0.4rem; }
.pillar-desc { font-size: 0.76rem; color: #5A3548; line-height: 1.7; }

/* STATS */
.stats-band { background: var(--black2); padding: 3rem 0; }
.stats-row { display: flex; align-items: center; justify-content: space-around; flex-wrap: wrap; gap: 2rem; }
.s-item { text-align: center; }
.s-num { font-family: var(--fp); font-size: 3rem; color: var(--pink-light); line-height: 1; }
.s-lbl { font-family: var(--fr); font-size: 0.52rem; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: rgba(255,255,255,0.5); margin-top: 0.4rem; }
.s-div { width: 1px; height: 50px; background: rgba(233,30,140,0.15); }

/* SERVICES */
#services { background: var(--black); }
.svc-top { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 4rem; }
.svc-sub { font-size: 0.88rem; color: rgba(255,255,255,0.6); max-width: 240px; text-align: right; line-height: 1.8; }
.svc-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 2px; background: rgba(233,30,140,0.06); }
.svc-card { background: var(--black); overflow: hidden; display: flex; flex-direction: column; cursor: none; transition: background 0.4s; position: relative; }
.svc-card::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 0.5s var(--ease); }
.svc-card:hover { background: var(--black2); }
.svc-card:hover::after { transform: scaleX(1); }
.svc-img { width: 100%; height: 200px; overflow: hidden; position: relative; background: var(--black3); flex-shrink: 0; }
.svc-img img { width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block; transition: transform 0.6s var(--ease); position: relative; z-index: 1; }
.svc-card:hover .svc-img img { transform: scale(1.05); }
.svc-img-ph { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; font-family: var(--fp); font-size: 3.5rem; color: rgba(233,30,140,0.15); background: linear-gradient(135deg,#1A0A14,#0A0A0A); z-index: 0; }
.svc-body { padding: 1.8rem 2rem 2rem; display: flex; flex-direction: column; flex: 1; }
.svc-name { font-family: var(--fp); font-size: 1.45rem; font-style: italic; color: #FFFFFF; margin-bottom: 0.7rem; font-weight: 400; }
.svc-desc { font-size: 0.82rem; color: rgba(255,255,255,0.78); line-height: 1.8; margin-bottom: 1.8rem; flex: 1; }
.svc-foot { display: flex; align-items: flex-end; justify-content: space-between; }
.svc-price { font-family: var(--fp); font-size: 1.4rem; color: var(--pink-light); font-style: italic; }
.svc-time { font-family: var(--fr); font-size: 0.6rem; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.58); margin-top: 0.2rem; }
.svc-btn { font-family: var(--fr); font-size: 0.58rem; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--white); background: var(--pink); border: none; padding: 0.7rem 1.3rem; cursor: none; text-decoration: none; transition: background 0.3s; flex-shrink: 0; }
.svc-btn:hover { background: var(--pink-dark); }

/* GALLERY PREVIEW */
#gallery-preview { background: var(--off); }
.gp-head { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 2.5rem; }
.view-all { font-family: var(--fr); font-size: 0.62rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--pink-dark); border: 1.5px solid var(--border); padding: 0.85rem 1.8rem; text-decoration: none; transition: background 0.3s, color 0.3s; white-space: nowrap; }
.view-all:hover { background: var(--pink); color: var(--white); border-color: var(--pink); }
.gp-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 4px; background: #EEE0EA; }
.gp-card { position: relative; overflow: hidden; cursor: none; background: #EEE0EA; }
.gp-card.big { grid-column: span 2; aspect-ratio: 1; }
.gp-card:not(.big) { aspect-ratio: 3/4; }
.gp-card img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.8s var(--ease); position: relative; z-index: 1; }
.gp-card:hover img { transform: scale(1.06); }
.gp-ph { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; font-family: var(--fp); font-size: 3rem; color: rgba(233,30,140,0.1); background: var(--pink-pale); z-index: 0; }
.gp-info { position: absolute; inset: 0; background: linear-gradient(to top, rgba(10,10,10,0.9) 0%, transparent 45%); opacity: 0; transition: opacity 0.4s; display: flex; flex-direction: column; justify-content: flex-end; padding: 1.5rem; z-index: 2; }
.gp-card:hover .gp-info { opacity: 1; }
.gp-name { font-family: var(--fp); font-size: 1.2rem; font-style: italic; color: #FFFFFF; }
.gp-cat  { font-family: var(--fr); font-size: 0.55rem; font-weight: 400; letter-spacing: 0.2em; text-transform: uppercase; color: var(--pink-light); margin-top: 0.3rem; }
.gp-cover { position: absolute; inset: 0; z-index: 3; }
.gp-cta { text-align: center; margin-top: 2.5rem; }

/* REVIEWS */
#reviews { background: var(--pink-pale); }
.rv-top { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; margin-top: 3rem; margin-bottom: 2rem; }
.rv-bottom { display: grid; grid-template-columns: repeat(3,1fr); gap: 2rem; }
.rv-card { background: var(--white); border: 1px solid var(--border); padding: 2.2rem; display: flex; flex-direction: column; gap: 1.2rem; transition: box-shadow 0.4s, transform 0.4s; }
.rv-card:hover { box-shadow: 0 16px 50px rgba(233,30,140,0.1); transform: translateY(-4px); }
.rv-card.dark { background: var(--black); border-color: transparent; }
.rv-card.dark .rv-text { color: rgba(255,255,255,0.82); }
.rv-card.dark .rv-name { color: var(--white); }
.rv-card.dark .rv-role { color: rgba(255,255,255,0.48); }
.rv-card.dark .rv-av   { background: var(--pink-light); color: var(--black); }
.rv-card.dark .rv-line { background: var(--pink-light); }
.rv-card.dark .rv-q    { color: var(--pink-light); }
.rv-card.dark .rv-stars{ color: var(--pink-light); }
.rv-stars { color: var(--pink); font-size: 0.85rem; letter-spacing: 0.06em; }
.rv-q { font-family: var(--fp); font-size: 5rem; line-height: 0.7; color: var(--pink-light); opacity: 0.5; margin-bottom: -0.8rem; }
.rv-text { font-family: var(--fc); font-size: 0.9rem; font-style: italic; color: #2A1020; line-height: 1.9; }
.rv-line { width: 30px; height: 1px; background: var(--pink-light); opacity: 0.5; }
.rv-who { display: flex; align-items: center; gap: 1rem; margin-top: auto; }
.rv-av   { width: 40px; height: 40px; border-radius: 50%; background: var(--pink); display: flex; align-items: center; justify-content: center; font-family: var(--fp); font-size: 1.1rem; color: var(--white); flex-shrink: 0; }
.rv-name { font-family: var(--fr); font-size: 0.82rem; font-weight: 600; color: var(--black); }
.rv-role { font-family: var(--fr); font-size: 0.62rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); margin-top: 0.15rem; }

/* CALL SECTION */
#call-section { background: var(--black); padding: 6rem 0; }
.call-box { display: flex; align-items: center; justify-content: space-between; gap: 3rem; background: var(--black2); border: 1px solid rgba(233,30,140,0.15); padding: 3.5rem 4rem; position: relative; }
.call-box::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, transparent, var(--pink), transparent); }
.call-title { font-family: var(--fp); font-size: clamp(1.8rem,3vw,2.8rem); font-weight: 400; color: var(--white); line-height: 1.15; margin-bottom: 0.8rem; }
.call-title em { font-style: italic; color: var(--pink-light); }
.call-desc { font-size: 0.88rem; color: rgba(255,255,255,0.55); line-height: 1.8; max-width: 400px; }
.call-btn { display: flex; align-items: center; gap: 1.5rem; background: var(--pink); color: var(--white); text-decoration: none; padding: 1.5rem 2.5rem; flex-shrink: 0; transition: background 0.3s, transform 0.3s, box-shadow 0.3s; box-shadow: 0 8px 30px rgba(233,30,140,0.3); }
.call-btn:hover { background: var(--pink-dark); transform: translateY(-2px); box-shadow: 0 14px 40px rgba(233,30,140,0.45); }
.call-icon { width: 46px; height: 46px; background: rgba(255,255,255,0.15); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.call-info { display: flex; flex-direction: column; gap: 0.2rem; }
.call-label  { font-family: var(--fr); font-size: 0.58rem; font-weight: 600; letter-spacing: 0.28em; text-transform: uppercase; color: rgba(255,255,255,0.75); }
.call-number { font-family: var(--fp); font-size: 1.5rem; font-weight: 400; color: var(--white); }
.call-arrow  { font-size: 1.4rem; color: rgba(255,255,255,0.7); transition: transform 0.3s; }
.call-btn:hover .call-arrow { transform: translate(3px,-3px); }

/* FOOTER */
footer { background: var(--black); }
.footer-top { padding: 5.5rem 0 4rem; border-bottom: 1px solid rgba(233,30,140,0.08); }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 3rem; }
.ft-logo { display: flex; flex-direction: column; text-decoration: none; margin-bottom: 1.2rem; }
.ft-logo span { font-family: var(--fr); font-size: 1.1rem; font-weight: 700; letter-spacing: 0.45em; text-transform: uppercase; color: var(--white); }
.ft-logo em   { font-family: var(--fc); font-size: 0.85rem; font-style: italic; color: var(--pink-light); letter-spacing: 0.25em; margin-top: 0.15rem; }
.ft-brand p   { font-size: 0.82rem; color: rgba(255,255,255,0.38); line-height: 1.8; max-width: 280px; margin-bottom: 2rem; }
.ft-social { display: flex; gap: 1rem; }
.ft-social a { font-family: var(--fr); font-size: 0.55rem; font-weight: 400; letter-spacing: 0.15em; color: rgba(255,255,255,0.4); text-decoration: none; border: 1px solid rgba(255,255,255,0.1); padding: 0.5rem 0.9rem; transition: all 0.3s; }
.ft-social a:hover { color: var(--pink-light); border-color: rgba(233,30,140,0.35); }
.ft-col h4 { font-family: var(--fr); font-size: 0.56rem; font-weight: 700; letter-spacing: 0.3em; text-transform: uppercase; color: var(--pink-light); margin-bottom: 1.5rem; }
.ft-col a  { display: block; font-size: 0.8rem; color: rgba(255,255,255,0.38); text-decoration: none; margin-bottom: 0.85rem; transition: color 0.3s; }
.ft-col a:hover { color: var(--white); }
.footer-bottom { padding: 1.8rem 0; }
.footer-btm { display: flex; justify-content: space-between; align-items: center; font-family: var(--fr); font-size: 0.6rem; letter-spacing: 0.1em; color: rgba(255,255,255,0.25); }
.footer-btm strong { color: var(--pink-light); font-weight: 400; }

/* TOAST */
.toast { position: fixed; bottom: 90px; right: 2.5rem; z-index: 9000; background: var(--white); border-left: 3px solid var(--pink); padding: 1.3rem 1.6rem; display: flex; align-items: flex-start; gap: 1rem; min-width: 290px; max-width: 380px; box-shadow: 0 20px 60px rgba(233,30,140,0.12); transform: translateX(130%); transition: transform 0.5s var(--ease); border-radius: 4px; }
.toast.show { transform: translateX(0); }
.toast.err { border-left-color: var(--red); }
.toast-icon  { font-size: 1.1rem; color: var(--pink); flex-shrink: 0; margin-top: 0.15rem; }
.toast.err .toast-icon { color: var(--red); }
.toast-title { font-family: var(--fp); font-size: 1rem; font-style: italic; color: var(--black); margin-bottom: 0.2rem; }
.toast-msg   { font-size: 0.78rem; color: #4A2040; line-height: 1.5; }
.toast button { margin-left: auto; background: none; border: none; color: var(--muted); font-size: 1.2rem; cursor: none; flex-shrink: 0; }

/* ===== RESPONSIVE ===== */
@media (max-width: 1100px) {
  .wrap { padding: 0 2.5rem; }
  nav#nav { padding: 1.4rem 2.5rem; }
  nav#nav.scrolled { padding: 1rem 2.5rem; }
  .nav-links, .nav-book { display: none; }
  .nav-burger { display: flex; }
  section { padding: 7rem 0; }
  #hero { padding: 7rem 2.5rem 5rem; }
  .hero-inner { grid-template-columns: 1fr; gap: 3.5rem; }
  .hero-photo-wrap { max-width: 480px; margin: 0 auto; }
  .hero-scroll-hint { left: 2.5rem; }
  .about-grid { grid-template-columns: 1fr; gap: 4rem; }
  .svc-top { flex-direction: column; gap: 1rem; align-items: flex-start; }
  .svc-sub { text-align: left; }
  .svc-grid { grid-template-columns: 1fr 1fr; }
  .gp-grid { grid-template-columns: 1fr 1fr; }
  .gp-card.big { grid-column: span 2; aspect-ratio: 16/9; }
  .gp-card:not(.big) { aspect-ratio: 1; }
  .gp-head { flex-direction: column; align-items: flex-start; gap: 1.2rem; }
  .rv-top { grid-template-columns: 1fr; }
  .rv-bottom { grid-template-columns: 1fr 1fr; }
  .call-box { flex-direction: column; align-items: flex-start; gap: 2.5rem; padding: 2.5rem; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2.5rem; }
  .footer-btm { flex-direction: column; gap: 0.6rem; text-align: center; }
  .s-div { display: none; }
}
@media (max-width: 768px) {
  .wrap { padding: 0 1.5rem; }
  nav#nav { padding: 1.2rem 1.5rem; }
  nav#nav.scrolled { padding: 1rem 1.5rem; }
  section { padding: 5rem 0; }
  #hero { padding: 6.5rem 1.5rem 4rem; }
  .hero-scroll-hint { left: 1.5rem; }
  .hero-photo-wrap { max-width: 100%; }
  .hero-actions { flex-wrap: wrap; gap: 1rem; }
  .svc-grid { grid-template-columns: 1fr; }
  .svc-img { height: 220px; }
  .gp-grid { grid-template-columns: 1fr 1fr; }
  .gp-card.big { grid-column: span 2; aspect-ratio: 1; }
  .rv-top, .rv-bottom { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .call-btn { width: 100%; justify-content: center; }
  .call-number { font-size: 1.2rem; }
  .toast { right: 1rem; left: 1rem; min-width: unset; max-width: none; bottom: 84px; }
}
