/* ================================================================
   AYSESTETIK V2 — Modern Premium Redesign
   ================================================================ */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,700;1,400;1,500&family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;1,9..40,300&display=swap');

/* ─── DESIGN TOKENS ──────────────────────────────────────── */
:root {
  --rose:        #c8647a;
  --rose-light:  #e8a0b0;
  --rose-pale:   #fdf0f3;
  --rose-deep:   #9e3f56;
  --cream:       #faf7f4;
  --cream-2:     #f3ede8;
  --linen:       #ede6df;
  --warm-400:    #b0a099;
  --ink:         #2a1f1c;
  --ink-soft:    #5c4a45;
  --white:       #ffffff;
  --shadow-sm:   0 2px 12px rgba(42,31,28,.07);
  --shadow-md:   0 8px 32px rgba(42,31,28,.10);
  --shadow-lg:   0 20px 60px rgba(42,31,28,.13);
  --radius-sm:   10px;
  --radius-md:   18px;
  --radius-lg:   28px;
  --radius-pill: 999px;
  --font-display: 'Playfair Display', Georgia, serif;
  --font-body:    'DM Sans', system-ui, sans-serif;
  --navbar-h: 58px;
}

/* ─── RESET & BASE ───────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--cream);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
h1,h2,h3,h4,h5,h6 { font-family: var(--font-display); font-weight: 500; color: var(--ink); margin: 0; line-height: 1.2; }
p { font-size: 1rem; line-height: 1.75; color: var(--ink-soft); margin: 0; }
a { text-decoration: none; transition: color .2s; }
img,svg,iframe { max-width: 100%; vertical-align: middle; }
ul,ol { margin: 0; padding: 0; list-style: none; }
.row > * { min-width: 0; }

/* ─── UTILS ─────────────────────────────────────────────── */
.scroll-top { background: var(--rose) !important; border-radius: var(--radius-pill) !important; width: 44px !important; height: 44px !important; line-height: 44px !important; box-shadow: var(--shadow-md) !important; z-index: 1090; }
.scroll-top:hover { background: var(--rose-deep) !important; }

.scroll-top {
  position: fixed !important;
  left: 20px !important;
  right: auto !important;
  bottom: 24px !important;
  display: none;
  align-items: center;
  justify-content: center;
}

.call-float-wrap {
  position: fixed;
  right: 20px;
  bottom: 84px;
  z-index: 1101;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}
.call-float-wrap .call-float {
  position: static;
  right: auto;
  bottom: auto;
  border: 0;
  cursor: pointer;
}
.call-float-menu {
  min-width: 210px;
  padding: 10px;
  border-radius: 18px;
  background: rgba(255,255,255,.98);
  border: 1px solid rgba(42,31,28,.08);
  box-shadow: 0 18px 42px rgba(42,31,28,.16);
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.call-float-menu[hidden] { display: none !important; }
.call-float-option {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  padding: 11px 14px;
  border-radius: 14px;
  color: var(--ink) !important;
  background: rgba(253,240,243,.72);
  border: 1px solid rgba(158,63,86,.10);
  font-size: 14px;
  line-height: 1.35;
}
.call-float-option strong {
  font-size: 14px;
  font-weight: 600;
  color: var(--ink);
}
.call-float-option-label {
  color: rgba(42,31,28,.62);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.call-float-option:hover {
  background: #fff;
  color: var(--ink) !important;
  box-shadow: 0 10px 24px rgba(42,31,28,.08);
}

.call-float,
.wa-float { position: fixed; right: 20px; z-index: 1100; width: 50px; height: 50px; border-radius: var(--radius-pill); background: rgba(255,255,255,.96); border: 1px solid rgba(42,31,28,.08); color: #111 !important; display: flex; align-items: center; justify-content: center; font-size: 20px; box-shadow: 0 10px 28px rgba(42,31,28,.14); transition: transform .2s, box-shadow .2s, background .2s; }
.call-float { bottom: 84px; }
.wa-float { bottom: 24px; }
.call-float:hover,
.wa-float:hover { transform: translateY(-3px); box-shadow: 0 16px 36px rgba(42,31,28,.18); background: #fff; color: #111 !important; }

/* ================================================================
   HEADER & NAVBAR
   HTML yapısı:
     <header>
       <div.header-wrapper>  ← SADECE navbar (position:absolute)
       <div.slider-wrapper>  ← Slider, header-wrapper DIŞINDA
     </header>
   header { padding-top:0 } — slider tepeden başlar
   navbar, slider üstüne float ediyor (overlay tasarım)
   ================================================================ */

.header { position: relative; padding-top: 0 !important; }
.header-top { display: none !important; }

.header .header-wrapper {
  position: static;
  height: 0;
  overflow: visible;
}

/* Navbar fixed olduğu için slider navbar-h kadar aşağıdan başlar */
.slider-wrapper { padding-top: var(--navbar-h); }

/* Navbar HER ZAMAN fixed — atlama olmaz */
.navbar-area {
  position: fixed !important;
  top: 0; left: 0; right: 0;
  width: 100%;
  z-index: 200;
  background: rgba(255,255,255,.88) !important;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 1px 0 rgba(42,31,28,.07);
  transition: background .3s, box-shadow .3s;
}

/* .sticky gelince sadece görsel değişir — position zaten fixed */
.navbar-area.sticky {
  background: rgba(255,255,255,.97) !important;
  box-shadow: 0 4px 28px rgba(42,31,28,.10) !important;
}

.navbar { padding: 10px 0 !important; }
.navbar-brand-text { display: inline-flex; align-items: center; line-height: 0; padding: 4px 0; }
.ay-site-logo-header { display: block; height: 36px; width: auto; max-width: min(200px, 22vw); object-fit: contain; object-position: left center; }
.ay-site-logo-footer { display: block; height: 46px; width: auto; object-fit: contain; }

/* Hamburger — 3 temiz çizgi */
.navbar-toggler {
  border: 0 !important;
  box-shadow: none !important;
  padding: 4px 0 !important;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0;
  background: transparent;
  width: 32px;
  height: 32px;
}
.navbar-toggler .toggler-icon {
  width: 22px;
  height: 2px;
  background-color: var(--ink) !important;
  border-radius: 2px;
  display: block;
  margin: 3px 0;
  transition: transform .25s, opacity .2s;
}

/* Mobil-only elemanlar — varsayılan gizli */
.mobile-menu-backdrop { display: none; }
.mobile-menu-close    { display: none; }
.mobile-menu-meta     { display: none; }
.mobile-menu-brand    { display: none; }

/* ─── DESKTOP NAV (≥992px) ───────────────────────────────── */
@media (min-width: 992px) {
  .navbar { display: flex !important; align-items: center !important; flex-wrap: nowrap !important; }
  .navbar-brand-text { flex-shrink: 0; margin-right: auto; }
  .navbar-toggler { display: none !important; }

  .navbar-collapse {
    display: flex !important;
    flex: 0 0 auto !important;
    width: auto !important;
    position: static !important;
    background: transparent !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    visibility: visible !important;
    opacity: 1 !important;
    transform: none !important;
    pointer-events: auto !important;
    transition: none !important;
  }

  .navbar-collapse .navbar-nav { flex-direction: row !important; align-items: center !important; gap: 0 !important; width: auto !important; margin-left: 0 !important; }
  .navbar-collapse .navbar-nav .nav-item { width: auto !important; margin-left: 32px !important; border-bottom: none !important; }
  .navbar-collapse .navbar-nav .nav-item:first-child { margin-left: 0 !important; }

  .navbar-collapse .navbar-nav .nav-item a {
    display: inline-flex !important;
    width: auto !important; min-height: auto !important;
    background: transparent !important; border: none !important;
    box-shadow: none !important; border-radius: 0 !important;
    padding: 6px 0 !important;
    font-family: var(--font-body) !important;
    font-size: 14.5px !important; font-weight: 500 !important;
    color: var(--ink-soft) !important; letter-spacing: .02em;
    position: relative; justify-content: flex-start !important;
    transition: color .2s !important;
  }
  .navbar-collapse .navbar-nav .nav-item a::after {
    content: ''; display: block !important;
    position: absolute; bottom: -2px; left: 0;
    width: 0; height: 1.5px; background: var(--rose);
    transition: width .25s ease;
  }
  .navbar-collapse .navbar-nav .nav-item a:hover,
  .navbar-collapse .navbar-nav .nav-item a.active {
    background: transparent !important; color: var(--rose) !important;
    border-color: transparent !important; box-shadow: none !important;
  }
  .navbar-collapse .navbar-nav .nav-item a:hover::after,
  .navbar-collapse .navbar-nav .nav-item a.active::after { width: 100%; }

  .mobile-menu-backdrop,
  .mobile-menu-close,
  .mobile-menu-brand,
  .mobile-menu-meta { display: none !important; }
}


@media (min-width: 992px) {
  .navbar-area { min-height: 72px; }
  .navbar { min-height: 72px; padding: 12px 0 !important; }
  .navbar-brand { display: inline-flex; align-items: center; max-width: 220px; }
  .navbar-brand-text { max-width: 220px; }
  .ay-site-logo-header { height: 42px; max-width: 210px; }
}

/* ─── MOBİL NAV (≤991px) ────────────────────────────────── */
@media (max-width: 991px) {
  .navbar { display: flex !important; flex-wrap: nowrap !important; align-items: center !important; justify-content: space-between !important; }
  .navbar-brand-text { flex-shrink: 0; margin-right: 0; }
  .navbar-toggler { display: flex !important; margin-left: auto; }

  .navbar-area.sticky { background: rgba(255,255,255,.97) !important; box-shadow: 0 4px 28px rgba(42,31,28,.10) !important; }

  /* Slide-in drawer */
  .navbar-collapse {
    display: block !important;
    position: fixed !important;
    top: 0 !important; right: 0 !important; left: auto !important; bottom: 0 !important;
    width: min(88vw, 360px) !important;
    height: 100dvh !important;
    max-height: none !important;
    padding: 0 !important;
    background: var(--cream) !important;
    box-shadow: -20px 0 60px rgba(42,31,28,.20) !important;
    z-index: 3990 !important;
    border-radius: 24px 0 0 24px;
    overflow-y: auto;
    /* kapalı */
    visibility: hidden;
    opacity: 0;
    transform: translate3d(100%, 0, 0);
    pointer-events: none;
    transition: transform .32s cubic-bezier(.4,0,.2,1), opacity .22s ease, visibility 0s linear .32s;
  }

  /* açık */
  .navbar-collapse.show,
  .navbar-collapse[aria-hidden="false"] {
    visibility: visible !important;
    opacity: 1 !important;
    transform: translate3d(0, 0, 0) !important;
    pointer-events: auto !important;
    transition: transform .32s cubic-bezier(.4,0,.2,1), opacity .22s ease, visibility 0s linear 0s !important;
  }

  .mobile-menu-panel-inner {
    min-height: 100dvh; width: 100%;
    display: flex; flex-direction: column;
    justify-content: flex-start; align-items: stretch; text-align: left;
    gap: 0; padding: 24px 24px 32px;
  }

  .navbar-collapse .navbar-nav { display: flex !important; flex-direction: column !important; width: 100% !important; gap: 0 !important; margin: 58px 0 0 !important; }
  .navbar-collapse .navbar-nav .nav-item { width: 100% !important; border-bottom: 1px solid rgba(42,31,28,.08) !important; margin-left: 0 !important; }
  .navbar-collapse .navbar-nav .nav-item:first-child { border-top: 1px solid rgba(42,31,28,.08) !important; }
  .navbar-collapse .navbar-nav .nav-item a {
    display: flex !important; align-items: center !important; justify-content: space-between !important;
    width: 100% !important; min-height: 66px !important;
    border-radius: 0 !important;
    font-family: var(--font-body) !important; font-size: 16px !important; font-weight: 500 !important;
    background: transparent !important; border: 0 !important;
    color: var(--ink) !important; padding: 0 0 !important;
    box-shadow: none !important; position: relative !important;
  }
  .navbar-collapse .navbar-nav .nav-item a::before {
    content: '\203A';
    display: inline-flex; align-items: center; justify-content: center;
    width: 42px; height: 42px; border-radius: 999px;
    border: 1px solid rgba(42,31,28,.12); color: var(--ink-soft);
    font-size: 30px; line-height: 1; order: 2; flex: 0 0 42px;
    margin-left: 16px;
  }
  .navbar-collapse .navbar-nav .nav-item a::after { display: none !important; }
  .navbar-collapse .navbar-nav .nav-item a:hover,
  .navbar-collapse .navbar-nav .nav-item a.active {
    background: transparent !important; color: var(--rose) !important;
    border-color: transparent !important; box-shadow: none !important;
  }
  .navbar-collapse .navbar-nav .nav-item a:hover::before,
  .navbar-collapse .navbar-nav .nav-item a.active::before { border-color: rgba(200,100,122,.24); color: var(--rose); background: rgba(255,255,255,.75); }

  .mobile-menu-brand { display: block !important; font-family: var(--font-display); font-size: 0; margin: 0; }

  .mobile-menu-meta { display: none !important; }

  .mobile-menu-close { display: inline-flex !important; position: absolute; top: 18px; right: 18px; width: 48px; height: 48px; align-items: center; justify-content: center; border: 0; border-radius: var(--radius-pill); background: rgba(200,100,122,.12); cursor: pointer; z-index: 2; }
  .mobile-menu-close span { position: absolute; width: 16px; height: 2px; background: var(--rose-deep); border-radius: 2px; }
  .mobile-menu-close span:first-child { transform: rotate(45deg); }
  .mobile-menu-close span:last-child  { transform: rotate(-45deg); }

  .mobile-menu-backdrop { display: block !important; position: fixed; inset: 0; background: rgba(42,31,28,.52); backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px); z-index: 3980; opacity: 0; pointer-events: none; transition: opacity .28s ease; }
  body.mobile-menu-open .mobile-menu-backdrop { opacity: 1 !important; pointer-events: auto !important; }
  body.mobile-menu-open { overflow: hidden; }
}

@media (max-width: 480px) {
  .navbar-collapse { width: 100vw !important; border-radius: 0 !important; }
  .ay-site-logo-header { height: 34px; }
}

/* ─── BUTONLAR ───────────────────────────────────────────── */
.btn.theme-btn, .theme-btn {
  font-family: var(--font-body) !important; font-size: 14.5px !important; font-weight: 600 !important; letter-spacing: .04em !important;
  background: var(--rose) !important; border: none !important; color: #fff !important;
  border-radius: var(--radius-pill) !important; padding: 14px 32px !important;
  box-shadow: 0 8px 24px rgba(200,100,122,.30) !important;
  transition: background .22s, transform .18s, box-shadow .22s !important;
}
.btn.theme-btn:hover, .theme-btn:hover { background: var(--rose-deep) !important; box-shadow: 0 12px 32px rgba(200,100,122,.40) !important; transform: translateY(-1px); color: #fff !important; }

/* ─── SECTION TITLE ─────────────────────────────────────── */
.section-title.text-center { width: 100%; max-width: 640px; margin-left: auto !important; margin-right: auto !important; text-align: center !important; }
.section-title span { display: inline-block; font-family: var(--font-body); font-size: 12px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--rose) !important; background: var(--rose-pale); padding: 6px 16px; border-radius: var(--radius-pill); margin-bottom: 14px; }
.section-title h2 { font-family: var(--font-display); font-weight: 500; color: var(--ink); line-height: 1.2; margin-bottom: 16px; }
.section-title h2 em { font-style: italic; color: var(--rose); }
.section-title p { color: var(--ink-soft); max-width: 540px; margin: 0 auto; }
.read-more { font-size: 14.5px !important; font-weight: 600 !important; color: var(--rose) !important; display: inline-flex; align-items: center; gap: 6px; transition: gap .2s; }
.read-more:hover { gap: 12px; }
.read-more i { font-size: 14px; }

/* ================================================================
   HERO / SLIDER
   slider-wrapper artık header-wrapper DIŞINDA.
   header { padding-top:0 } — slider sayfanın tepesinden başlar.
   Navbar, slider üzerine position:absolute overlay.
   Slider-content: üstten navbar yüksekliği + boşluk.
   ================================================================ */

.slider-section .single-slider {
  min-height: 100vh;
  display: flex; align-items: stretch;
  background-position: center center; background-size: cover; position: relative;
}
.slider-section .single-slider::after {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(110deg, rgba(28,10,8,.74) 0%, rgba(158,63,86,.44) 50%, rgba(255,255,255,0) 100%) !important;
}
.slider-section .single-slider .slider-content {
  position: relative; z-index: 2;
  padding-top: 120px !important;
  padding-bottom: 120px !important;
  max-width: 700px;
}
.slider-section .single-slider .slider-content h1 { font-family: var(--font-display); font-size: clamp(2rem,5vw,4rem) !important; font-weight: 500; color: #fff !important; line-height: 1.15; text-shadow: 0 4px 20px rgba(0,0,0,.22); margin-bottom: 18px !important; }
.slider-section .single-slider .slider-content p { font-size: 1.05rem !important; color: rgba(255,255,255,.88) !important; line-height: 1.8 !important; text-shadow: 0 2px 10px rgba(0,0,0,.18); margin-bottom: 32px !important; }
.slider-section { position: relative; }
.ay-hero-fixed-cta { position: absolute; left: 0; right: 0; bottom: 96px; z-index: 100; }
.ay-hero-fixed-cta .container { display: flex; }
.ay-hero-fixed-cta .theme-btn { background: rgba(255,255,255,.95) !important; color: var(--rose-deep) !important; border: none !important; box-shadow: 0 8px 28px rgba(0,0,0,.2) !important; }
.ay-hero-fixed-cta .theme-btn:hover { background: #fff !important; color: var(--rose-deep) !important; }

.tns-nav { position: absolute; bottom: 28px !important; left: 0; right: 0; text-align: center; z-index: 99; }
.tns-nav button { width: 8px !important; height: 8px !important; border-radius: var(--radius-pill) !important; background: rgba(255,255,255,.4) !important; border: none !important; margin: 0 4px !important; transition: width .25s, background .25s !important; }
.tns-nav button.tns-nav-active { width: 24px !important; background: #fff !important; }

@media (min-width: 992px) {
  .slider-section .single-slider {
    min-height: clamp(620px, 76vh, 760px);
  }

  .slider-section .single-slider .slider-content {
    padding-top: 104px !important;
    padding-bottom: 104px !important;
  }

  .slider-section .single-slider.hero-slide-1 {
    background-image: url('../img/slider/slider-1-desktop.jpg') !important;
    background-position: 68% center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
  }
}

@media (min-width: 1200px) {
  .slider-section .single-slider.hero-slide-1 {
    background-position: 72% center !important;
  }
}

@media (max-width: 991px) {
  .slider-section .single-slider { min-height: 90vh; }
  .slider-section .single-slider .slider-content { padding-top: 80px !important; padding-bottom: 80px !important; }
}
@media (max-width: 767px) {
  .slider-section .single-slider { min-height: 85vh; background-position: 72% center !important; }
  .slider-section .single-slider .slider-content { padding-top: 60px !important; padding-bottom: 70px !important; max-width: 68% !important; }
  .slider-section .single-slider .slider-content h1 { font-size: clamp(1.6rem,7vw,2.2rem) !important; }
  .slider-section .single-slider .slider-content p { font-size: .88rem !important; }
  .ay-hero-fixed-cta { bottom: 84px; }
}

@media (max-width: 480px) {
  .slider-section .single-slider { min-height: 80vh; background-position: 74% center !important; }
  .slider-section .single-slider .slider-content { padding-top: 48px !important; padding-bottom: 60px !important; max-width: 62% !important; }
  .slider-section .single-slider .slider-content h1 { font-size: clamp(1.4rem,6vw,1.9rem) !important; }
}

@media (max-width: 767px) {
  .ay-hero-fixed-cta .container { justify-content: flex-start; }
}

@media (max-width: 480px) {
  .ay-hero-fixed-cta { bottom: 78px; }
  .ay-hero-fixed-cta .theme-btn { padding: 12px 22px !important; font-size: 13px !important; }
}

/* ─── FEATURES ───────────────────────────────────────────── */
.we-do-section { padding-top: 100px; background: var(--white); }
.we-do-section,.about-section,.service-section,.testimonial-section,.blog-section,.contact-section,.team-section { position: relative; overflow: hidden; }
.we-do-item { background: var(--cream); border-radius: var(--radius-lg); padding: 36px 20px 28px; border: 1px solid var(--linen); transition: box-shadow .3s, transform .3s, background .3s; height: 100%; }
.we-do-item:hover { background: var(--white); box-shadow: var(--shadow-md); transform: translateY(-4px); }
.feature-icon-box { width: 72px; height: 72px; border-radius: var(--radius-pill); background: var(--rose-pale); color: var(--rose); display: flex; align-items: center; justify-content: center; font-size: 28px; margin: 0 auto 18px; transition: background .25s, color .25s; }
.we-do-item:hover .feature-icon-box { background: var(--rose); color: #fff; }
.we-do-item h5 { font-family: var(--font-display); font-size: 1rem; font-weight: 500; color: var(--ink); margin-top: 4px; }

/* ─── ABOUT ──────────────────────────────────────────────── */
.about-section { background: var(--cream); }
.about-section .about-content { max-width: 780px; margin: 0 auto; }
.about-section .about-img img { width: 100%; max-height: 580px; object-fit: cover; object-position: top center; }
.ay-instagram-btn { display: inline-flex; align-items: center; gap: 8px; background: transparent; border: 1.5px solid var(--rose); color: var(--rose) !important; border-radius: var(--radius-pill); padding: 13px 28px; font-weight: 600; font-size: 14.5px; transition: background .22s, color .22s; }
.ay-instagram-btn:hover { background: var(--rose); color: #fff !important; }
/* ─── SERVICES ───────────────────────────────────────────── */
.service-section { background: var(--white); }
.service-section .service-item { padding: 36px 28px !important; border-radius: var(--radius-lg) !important; background: var(--cream) !important; border: 1px solid var(--linen) !important; box-shadow: none !important; transition: box-shadow .3s, transform .3s, background .3s !important; height: 100%; overflow: hidden; position: relative; }
.service-section .service-item::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--rose), var(--rose-light)); transform: scaleX(0); transform-origin: left; transition: transform .35s ease; }
.service-section .service-item:hover { box-shadow: var(--shadow-lg) !important; transform: translateY(-6px); background: var(--white) !important; }
.service-section .service-item:hover::before { transform: scaleX(1); }
.service-section .service-item .service-content, .service-section .service-item .service-icon { position: relative; z-index: 2; }
.service-section .service-item .service-icon i { font-size: 44px !important; color: var(--rose) !important; transition: color .25s; }
.service-section .service-item:hover .service-icon i { color: var(--rose-deep) !important; }
.service-section .service-item .service-content h4 { font-family: var(--font-display); font-size: 1.2rem !important; font-weight: 500; color: var(--ink) !important; margin-bottom: 10px; }
.service-section .service-item .service-content p { color: var(--ink-soft) !important; font-size: .95rem; }
.service-section .service-item .service-overlay { display: none !important; }

/* ─── TESTIMONIALS ───────────────────────────────────────── */
.testimonial-section { background: var(--cream-2); }
.ay-testimonial { background: var(--white); border-radius: var(--radius-lg); padding: 32px; border: 1px solid var(--linen); box-shadow: var(--shadow-sm); height: 100%; position: relative; transition: box-shadow .3s, transform .3s; }
.ay-testimonial:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); }
.ay-testimonial::before { content: '\201C'; font-family: var(--font-display); font-size: 72px; color: var(--rose-light); line-height: 1; position: absolute; top: 16px; left: 24px; opacity: .6; }
.ay-testimonial p { font-size: .95rem; line-height: 1.75; color: var(--ink-soft); padding-top: 20px; }
.ay-testimonial h6 { font-family: var(--font-display); font-size: .95rem; font-weight: 500; color: var(--ink); margin: 0; }
.ay-testimonial small { color: var(--rose) !important; font-size: .8rem; font-weight: 500; }

/* ─── FAQ ─────────────────────────────────────────────────── */
.faq-section { background: linear-gradient(140deg, var(--rose-deep) 0%, var(--rose) 100%) !important; }
.faq-section .faq-video-wrapper .faq-video img { display: block; width: 100%; height: auto; object-fit: cover; }
.faq-section .section-title span { background: rgba(255,255,255,.15); color: rgba(255,255,255,.9) !important; }
.faq-section .section-title h2 { color: #fff !important; }
.faq-section .faq-content-wrapper .faq-wrapper .faq-item { background: rgba(255,255,255,.10) !important; border: 1px solid rgba(255,255,255,.18) !important; border-radius: var(--radius-md) !important; backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); margin-bottom: 12px !important; transition: background .25s; }
.faq-section .faq-content-wrapper .faq-wrapper .faq-item:hover,
.faq-section .faq-content-wrapper .faq-wrapper .faq-item.is-open { background: rgba(255,255,255,.16) !important; }
.faq-section .faq-content-wrapper .faq-wrapper .faq-item .faq-btn { display: flex !important; align-items: center; justify-content: space-between; gap: 16px; width: 100%; padding: 20px 22px !important; font-family: var(--font-body) !important; font-size: 15.5px !important; font-weight: 600 !important; color: #fff !important; white-space: normal; background: transparent !important; border: 0 !important; box-shadow: none !important; }
.faq-section .faq-content-wrapper .faq-wrapper .faq-item .faq-btn .faq-question-text { flex: 1 1 auto; min-width: 0; text-align: left; }
.faq-section .faq-content-wrapper .faq-wrapper .faq-item .faq-btn .faq-icon { width: 32px; height: 32px; flex: 0 0 32px; border-radius: var(--radius-pill); border: 1.5px solid rgba(255,255,255,.35); background: rgba(255,255,255,.12); position: relative; transition: background .2s; }
.faq-section .faq-content-wrapper .faq-wrapper .faq-item .faq-btn .faq-icon::before,
.faq-section .faq-content-wrapper .faq-wrapper .faq-item .faq-btn .faq-icon::after { content: ''; position: absolute; left: 50%; top: 50%; width: 12px; height: 1.5px; border-radius: 2px; background: #fff; transform: translate(-50%,-50%); transition: transform .22s, opacity .22s; }
.faq-section .faq-content-wrapper .faq-wrapper .faq-item .faq-btn .faq-icon::after { transform: translate(-50%,-50%) rotate(90deg); }
.faq-section .faq-content-wrapper .faq-wrapper .faq-item .faq-btn:not(.collapsed) .faq-icon::after { opacity: 0; }
.faq-section .faq-content-wrapper .faq-wrapper .faq-item .faq-content { padding: 0 22px 20px !important; font-size: 14.5px !important; line-height: 1.75 !important; color: rgba(255,255,255,.85) !important; }
.faq-collapse[hidden] { display: none !important; }
.faq-section .faq-content-wrapper { padding-top: 90px !important; padding-bottom: 90px !important; }
@media (max-width: 991px) {
  .faq-section .faq-video-wrapper { position: static; width: 100%; max-width: none; padding: 24px 20px 0; }
  .faq-section .faq-content-wrapper { padding-top: 36px !important; padding-bottom: 64px !important; }
}

/* ─── TEAM ────────────────────────────────────────────────── */
.team-section { background: var(--white); }
.single-team { background: var(--cream); border: 1px solid var(--linen); border-radius: var(--radius-lg); padding: 24px 20px 28px; text-align: center; transition: box-shadow .3s, transform .3s; height: 100%; }
.single-team:hover { box-shadow: var(--shadow-md); transform: translateY(-4px); }
.team-section .single-team .team-img { margin-top: 10px; margin-bottom: 16px !important; }
.team-section .single-team .team-img img { width: 100%; max-width: 170px; aspect-ratio: 1/1; object-fit: cover; object-position: center 12px; border-radius: var(--radius-md); margin: 0 auto; border: 3px solid var(--white); box-shadow: var(--shadow-sm); }
.team-section .single-team .team-info h5,
.team-section .single-team .team-info h5 a { color: var(--ink) !important; font-family: var(--font-display); font-size: 1rem; }
.team-section .single-team .team-info span { color: var(--rose) !important; font-size: .85rem; font-weight: 500; }

/* ─── LOCATION ───────────────────────────────────────────── */
.ay-location-section { background: linear-gradient(140deg, #2a1f1c 0%, #5c3040 50%, var(--rose-deep) 100%); padding: 90px 0; }
.ay-eyebrow { display: inline-block; font-family: var(--font-body); font-size: 11px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--rose-light) !important; background: rgba(255,255,255,.1); padding: 6px 16px; border-radius: var(--radius-pill); margin-bottom: 14px; }
.ay-location-title { font-family: var(--font-display); font-size: clamp(1.6rem,3vw,2.4rem); font-weight: 500; color: #fff !important; margin-top: 8px; }
.ay-map-wrapper { border-radius: var(--radius-md); overflow: hidden; box-shadow: var(--shadow-lg); height: 360px; }
.ay-map-wrapper iframe { display: block; }
.ay-contact-box { background: rgba(255,255,255,.10); border: 1px solid rgba(255,255,255,.16); border-radius: var(--radius-lg); padding: 32px; backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); color: #fff !important; height: 100%; }
.ay-contact-box h4 { color: #fff !important; font-family: var(--font-display); font-weight: 500; margin-bottom: 24px; }
.ay-contact-box a { color: rgba(255,255,255,.85) !important; transition: color .2s; }
.ay-contact-box a:hover { color: #fff !important; }
.ay-ci-item { display: flex; align-items: flex-start; gap: 14px; margin-bottom: 18px; }
.ay-ci-icon { width: 40px; height: 40px; flex: 0 0 40px; display: flex; align-items: center; justify-content: center; border-radius: var(--radius-pill); background: rgba(255,255,255,.15); font-size: 18px; color: #fff; }
.ay-ci-label { color: rgba(255,255,255,.55) !important; font-size: 11px; letter-spacing: .06em; text-transform: uppercase; margin-bottom: 2px; }
.ay-divider { border-color: rgba(255,255,255,.14); margin: 20px 0; }
.ay-hours-table { width: 100%; border-collapse: collapse; }
.ay-hours-table tr { border-bottom: 1px solid rgba(255,255,255,.10); }
.ay-hours-table tr:last-child { border-bottom: none; }
.ay-hours-table tr.ay-today { background: rgba(255,255,255,.10); }
.ay-hours-table td { padding: 10px 8px; font-size: 13.5px; color: rgba(255,255,255,.85) !important; }
.ay-hours-table td:last-child { text-align: right; font-weight: 600; }
.ay-hours-table .ay-closed { color: rgba(255,255,255,.4) !important; }
.ay-today-badge { display: inline-block; background: var(--rose-light); color: var(--white) !important; border-radius: var(--radius-pill); padding: 2px 8px; font-size: 9px; font-weight: 700; letter-spacing: .05em; margin-left: 6px; text-transform: uppercase; }
@media (max-width: 767px) {
  .ay-location-section { padding: 60px 0; }
  .ay-map-wrapper { height: 260px; }
  .ay-location-section .col-lg-7 { margin-bottom: 24px; }
}

/* ─── CTA / SUBSCRIBE ─────────────────────────────────────── */
.subscribe-section { position: relative; z-index: 1; }
.subscribe-section::after { content: ''; position: absolute; inset: 0; z-index: 0; background: linear-gradient(100deg, rgba(28,10,8,.88) 0%, rgba(158,63,86,.72) 55%, rgba(200,100,122,.5) 100%) !important; }
.subscribe-section .container { position: relative; z-index: 1; }
.subscribe-section .section-title h2 { color: #fff !important; }
.subscribe-section .section-title p { color: rgba(255,255,255,.78) !important; }
.subscribe-section .subscribe-wrapper .support h5 { color: #fff !important; margin: 0; font-family: var(--font-display); }
.subscribe-section .subscribe-wrapper .support p { color: rgba(255,255,255,.72) !important; margin: 0; font-size: .9rem; }
.subscribe-section .subscribe-wrapper .subscribe-links ul li a i { color: #fff !important; background: rgba(255,255,255,.15) !important; width: 44px; height: 44px; display: inline-flex; align-items: center; justify-content: center; border-radius: var(--radius-pill); font-size: 20px; transition: background .22s; }
.subscribe-section .subscribe-wrapper .subscribe-links ul li a span { color: #fff !important; }
.subscribe-section .subscribe-wrapper .subscribe-links ul li a:hover i { background: rgba(255,255,255,.28) !important; }

/* ─── BLOG ────────────────────────────────────────────────── */
.blog-section { background: var(--cream); }
.single-blog { background: var(--white); border-radius: var(--radius-lg); border: 1px solid var(--linen); overflow: hidden; box-shadow: var(--shadow-sm); transition: box-shadow .3s, transform .3s; height: 100%; }
.single-blog:hover { box-shadow: var(--shadow-lg); transform: translateY(-5px); }
.blog-section .single-blog .blog-img { margin-bottom: 0 !important; overflow: hidden; }
.blog-section .single-blog .blog-img img { width: 100%; display: block; transition: transform .5s ease; }
.blog-section .single-blog:hover .blog-img img { transform: scale(1.04); }
.blog-section .single-blog .blog-content { padding: 26px 26px 22px; }
.blog-section .single-blog .blog-content h4 { font-family: var(--font-display); font-size: 1.15rem !important; font-weight: 500; color: var(--ink) !important; margin-bottom: 10px; line-height: 1.35; }
.blog-section .single-blog .blog-content h4 a { color: inherit !important; }
.blog-section .single-blog .blog-content h4 a:hover { color: var(--rose) !important; }
.blog-section .single-blog .blog-content p { font-size: .9rem; color: var(--ink-soft) !important; margin-bottom: 16px; }

/* ─── CONTACT FORM ───────────────────────────────────────── */
.contact-section { background: var(--white); }
.contact-section .contact-form { background: var(--cream); border: 1px solid var(--linen); border-radius: var(--radius-lg); padding: 44px; box-shadow: var(--shadow-md); max-width: 900px; margin: 0 auto; }
.contact-section .contact-form input,
.contact-section .contact-form select,
.contact-section .contact-form textarea { width: 100%; font-family: var(--font-body); font-size: 14.5px; border: 1.5px solid var(--linen) !important; background: var(--white); color: var(--ink) !important; border-radius: var(--radius-sm) !important; padding: 14px 18px !important; margin-bottom: 18px !important; box-shadow: none !important; outline: none; transition: border-color .2s; -webkit-appearance: none; appearance: none; }
.contact-section .contact-form input:focus,
.contact-section .contact-form select:focus,
.contact-section .contact-form textarea:focus { border-color: var(--rose) !important; }
.contact-section .contact-form input::placeholder,
.contact-section .contact-form textarea::placeholder { color: var(--warm-400); }
@media (max-width: 767px) { .contact-section .contact-form { padding: 28px 20px; } }

/* ─── FOOTER ─────────────────────────────────────────────── */
.footer { position: relative; z-index: 1; background: #1e1210 !important; }
.footer::after { display: none; }
.footer .footer-widget-wrapper .footer-widget h4 { font-family: var(--font-display); font-size: 1.05rem; font-weight: 500; color: rgba(255,255,255,.92) !important; margin-bottom: 20px !important; }
.footer .footer-widget-wrapper .footer-widget p { color: rgba(255,255,255,.55) !important; font-size: .9rem; line-height: 1.7; margin-bottom: 20px !important; }
.footer .footer-widget-wrapper .footer-widget .footer-links li a { color: rgba(255,255,255,.55) !important; font-size: .9rem; transition: color .2s, padding-left .2s; }
.footer .footer-widget-wrapper .footer-widget .footer-links li { margin-bottom: 8px; }
.footer .footer-widget-wrapper .footer-widget .footer-links li a:hover { color: var(--rose-light) !important; padding-left: 6px; }
.footer .footer-widget-wrapper .footer-widget .footer-social-links ul li a { width: 38px; height: 38px; display: inline-flex; align-items: center; justify-content: center; border-radius: var(--radius-pill); background: rgba(255,255,255,.10) !important; color: rgba(255,255,255,.7) !important; font-size: 16px; transition: background .22s, color .22s; }
.footer .footer-widget-wrapper .footer-widget .footer-social-links ul li a:hover { background: var(--rose) !important; color: #fff !important; }
.footer .copyright-area { border-top: 1px solid rgba(255,255,255,.08) !important; padding: 20px 0; }
.footer .copyright-area p, .footer .copyright-area { color: rgba(255,255,255,.4) !important; font-size: .85rem; }
.footer .copyright-area a { color: var(--rose-light) !important; }
.map-canvas, .map-canvas .map,
.footer .footer-widget-wrapper .footer-widget .map-canvas .map { height: 200px !important; border-radius: var(--radius-sm) !important; overflow: hidden; }
.footer-logo-text { display: inline-flex; align-items: center; }
.footer-logo-text span { color: #fff; }

/* ─── SCROLL REVEAL ──────────────────────────────────────── */
.ay-reveal { opacity: 0; transform: translateY(28px); transition: opacity .65s cubic-bezier(.22,1,.36,1), transform .65s cubic-bezier(.22,1,.36,1); will-change: opacity, transform; }
.ay-reveal-left { opacity: 0; transform: translateX(-32px); transition: opacity .65s cubic-bezier(.22,1,.36,1), transform .65s cubic-bezier(.22,1,.36,1); will-change: opacity, transform; }
.ay-reveal-right { opacity: 0; transform: translateX(32px); transition: opacity .65s cubic-bezier(.22,1,.36,1), transform .65s cubic-bezier(.22,1,.36,1); will-change: opacity, transform; }
.ay-reveal.ay-visible, .ay-reveal-left.ay-visible, .ay-reveal-right.ay-visible { opacity: 1; transform: translate(0,0); }
.ay-delay-1 { transition-delay: .06s; }
.ay-delay-2 { transition-delay: .12s; }
.ay-delay-3 { transition-delay: .18s; }
.ay-delay-4 { transition-delay: .24s; }
@media (prefers-reduced-motion: reduce) {
  .ay-reveal, .ay-reveal-left, .ay-reveal-right { opacity: 1 !important; transform: none !important; transition: none !important; }
}

/* ─── MISC ───────────────────────────────────────────────── */
.shape { position: absolute; pointer-events: none; opacity: .5; }

@media (max-width: 767px) {
  .pt-150 { padding-top: 72px !important; }
  .pt-120 { padding-top: 60px !important; }
  .pt-100 { padding-top: 52px !important; }
  .pb-160 { padding-bottom: 80px !important; }
  .pb-150, .pb-100 { padding-bottom: 52px !important; }
  .section-title h2 { font-size: clamp(1.5rem,6vw,2rem) !important; }
}


/* --- PATCH: profile image + about image refinement --- */
.about-section .about-img {
  display: flex;
  justify-content: center;
  margin: 40px auto 0;
  padding: 0 20px;
}
.about-section .about-img img {
  display: block;
  width: min(100%, 460px);
  max-width: 100%;
  max-height: none;
  height: auto;
  object-fit: cover;
  object-position: center top;
  border-radius: 30px;
  border: 1px solid var(--linen);
  box-shadow: 0 18px 48px rgba(42,31,28,.12);
}
.team-section .single-team .team-img {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 18px !important;
  padding-top: 8px;
  overflow: visible;
}
.team-section .single-team .team-img img {
  width: 100%;
  max-width: 172px;
  height: auto;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center top;
  transform: translateY(8px);
  border-radius: 22px;
}
@media (max-width: 991px) {
  .about-section .about-img {
    margin-top: 28px;
    padding: 0 16px;
  }
  .about-section .about-img img {
    width: min(100%, 360px);
    border-radius: 24px;
    box-shadow: 0 12px 30px rgba(42,31,28,.10);
  }
  .team-section .single-team .team-img img {
    max-width: 164px;
    transform: translateY(6px);
  }
}

@media (max-width: 767px) {
  .scroll-top {
    left: 16px !important;
    bottom: 20px !important;
  }
  .call-float, .wa-float { right: 16px; width: 46px; height: 46px; font-size: 18px; }
  .call-float-wrap {
    right: 16px;
    bottom: 76px;
  }
  .call-float-wrap .call-float {
    width: 46px;
    height: 46px;
    font-size: 18px;
  }
  .wa-float { bottom: 20px; }
  .call-float-menu {
    min-width: 192px;
    padding: 8px;
  }
}

/* ─── BEFORE / AFTER SLIDER ─────────────────────────────── */
.before-after-section {
  background: linear-gradient(180deg, rgba(253,240,243,.68) 0%, rgba(250,247,244,.98) 100%);
}
.before-after-slider-wrap {
  position: relative;
}
.before-after-slide {
  padding-bottom: 10px;
}
.before-after-card {
  display: block;
  border-radius: 22px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 16px 42px rgba(42,31,28,.10);
  border: 1px solid rgba(42,31,28,.06);
}
.before-after-card img {
  display: block;
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
}
.before-after-note {
  margin: 22px auto 0;
  max-width: 860px;
  text-align: center;
  font-size: 13px;
  line-height: 1.7;
  color: rgba(42,31,28,.72);
}
.before-after-slider-wrap .tns-nav {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 18px;
}
.before-after-slider-wrap .tns-nav button {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: 0;
  background: rgba(158,63,86,.22);
  padding: 0;
}
.before-after-slider-wrap .tns-nav button.tns-nav-active {
  width: 28px;
  background: var(--rose);
}
.ay-secondary-phone {
  display: block;
  margin-top: 8px;
}
@media (max-width: 767px) {
  .before-after-card {
    border-radius: 18px;
  }
  .before-after-card img {
    aspect-ratio: auto;
  }
}
