/* ============================================================
   REFLECTIONS — Landing Page Styles v4
   Doors split into top (title) / bottom (description) halves
   ============================================================ */
:root {
  --black:        #080808;
  --charcoal:     #141414;
  --charcoal-mid: #1e1e1e;
  --green:        #2d4a3e;
  --green-deep:   #1c3028;
  --gold:         #C8A040;
  --gold-light:   #D8B860;
  --cream:        #f3ece0;
  --muted:        rgba(243,236,224,0.55);
  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-script:  'Great Vibes', cursive;
  --font-body:    'Montserrat', sans-serif;
  --ease:  cubic-bezier(0.4, 0, 0.2, 1);
  --t:     0.35s var(--ease);
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body { -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img { display: block; max-width: 100%; }
a   { text-decoration: none; color: inherit; }

/* ── Landing body ── */
.landing-body { background: var(--black); font-family: var(--font-body); }

/* ── Top nav ── */
.landing-topnav {
  position: fixed; top: 0; left: 0; right: 0; height: 56px; z-index: 900;
  display: flex; align-items: center; justify-content: space-between; padding: 0 32px;
  background: rgba(8,8,8,.7); backdrop-filter: blur(10px);
}
.landing-burger { display: flex; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 4px; }
.landing-burger span { display: block; width: 22px; height: 1px; background: var(--cream); transition: all var(--t); }
.landing-social { color: rgba(243,236,224,.6); transition: color var(--t); display: flex; }
.landing-social:hover { color: var(--gold); }

/* ── Mobile menu ── */
.landing-mob-menu {
  display: none; position: fixed; top: 56px; left: 0; right: 0; bottom: 0;
  background: var(--black); flex-direction: column; align-items: center;
  justify-content: center; gap: 28px; z-index: 880;
}
.landing-mob-menu.open { display: flex; }
.landing-mob-menu a { font-family: var(--font-display); font-size: 1.6rem; font-weight: 300; letter-spacing: .08em; color: var(--cream); transition: color var(--t); }
.landing-mob-menu a:hover { color: var(--gold); }
.mob-book-btn { border: 1px solid var(--gold) !important; color: var(--gold) !important; padding: 12px 32px; font-family: var(--font-body) !important; font-size: .68rem !important; letter-spacing: .22em; text-transform: uppercase; }

/* ── Landing stage ── */
.landing-stage {
  min-height: 100vh; display: flex; flex-direction: column; align-items: center;
  padding-top: 56px; background: var(--black); position: relative;
}
.landing-stage::before {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 60% 50% at 18% 90%, rgba(200,160,64,.04) 0%, transparent 55%),
    radial-gradient(ellipse 60% 55% at 82% 90%, rgba(45,74,62,.16) 0%, transparent 55%);
  pointer-events: none;
}

/* ── Logo block ── */
.landing-head {
  text-align: center; padding: 28px 24px 16px;
  position: relative; z-index: 2;
  animation: lFadeIn .9s var(--ease) both;
}
/* BIGGER logo */
.landing-logo-img { height: 220px; width: auto; margin: 0 auto 32px; display: block; }

/* Gold shimmer */
.logo-shimmer { animation: logoShimmer 2.4s ease-in-out 1.2s both; }
@keyframes logoShimmer {
  0%   { filter: none; }
  35%  { filter: drop-shadow(0 0 24px rgba(200,160,64,.95)) brightness(1.55); }
  55%  { filter: drop-shadow(0 0 8px rgba(200,160,64,.35)) brightness(1.08); }
  75%  { filter: drop-shadow(0 0 20px rgba(200,160,64,.85)) brightness(1.45); }
  100% { filter: none; }
}

.landing-tagline {
  font-family: var(--font-script); color: var(--gold);
  font-weight: 400; display: block; letter-spacing: .02em;
}

/* ── Doors wrap ── */
.doors-wrap {
  display: flex; align-items: flex-end; justify-content: center;
  gap: 20px; position: relative; z-index: 2;
  padding: 14px 28px 0; width: 100%; max-width: 900px; margin: 0 auto;
  flex: 1;
}

/* ── Door scene ── */
.door-scene { display: flex; flex-direction: column; align-items: center; flex: 1; max-width: 400px; perspective: 1800px; }

/* ── Luxury door frame ── */
.d-frame { width: 100%; padding: 14px 14px 0; position: relative; }
.d-frame-salon {
  background: linear-gradient(160deg, #ccc4b6 0%, #b8ae9e 50%, #a09080 100%);
  box-shadow: 0 20px 80px rgba(0,0,0,.7), 0 0 0 1px rgba(200,160,64,.2);
  position: relative;
  overflow: hidden;
}
.d-frame-salon::before {
  content: '';
  position: absolute;
  inset: 4px;
  background-image: url('https://img1.wsimg.com/isteam/ip/655b2467-2441-4163-8510-216a4574fa1d/Salon%20Interior.png/:/rs=w:1200,h:1200,m');
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.4s ease 0.5s;
  z-index: 0;
  pointer-events: none;
}
.d-frame-salon:has(.d-door-salon.opening)::before {
  opacity: 1;
}
.d-frame-beauty {
  background: linear-gradient(160deg, #3a5c4c 0%, #2d4a3e 50%, #1a2e24 100%);
  box-shadow: 0 20px 80px rgba(0,0,0,.7), 0 0 0 1px rgba(200,160,64,.15);
}
.d-frame-beauty {
  position: relative;
  overflow: hidden;
}
.d-frame-beauty::before {
  content: '';
  position: absolute;
  inset: 4px;
  background-image: url('https://img1.wsimg.com/isteam/ip/655b2467-2441-4163-8510-216a4574fa1d/1599f4da-82b9-4a4a-8855-db52a57e2d6a.jpg/:/rs=w:1200,h:1200,m');
  background-size: cover;
  background-position: center top;
  opacity: 0;
  transition: opacity 0.4s ease 0.5s;
  z-index: 0;
  pointer-events: none;
}
.d-frame-beauty:has(.d-door-beauty.opening)::before {
  opacity: 1;
}

/* ── Door body ── */
.d-door {
  width: 100%; min-height: 580px;
  position: relative; overflow: hidden;
  transform-origin: left center;
  transition: transform 1.05s cubic-bezier(0.4, 0, 0.12, 1);
  cursor: pointer;
  display: flex; flex-direction: column;
  z-index: 1;
}
.d-door-salon {
  background: linear-gradient(170deg, #131313 0%, #0c0c0c 60%, #090909 100%);
  box-shadow: inset 0 0 0 12px rgba(0,0,0,.5), inset 0 0 0 13px rgba(200,160,64,.12), inset 0 0 40px rgba(0,0,0,.3);
}
.d-door-beauty {
  background: linear-gradient(170deg, #1e3828 0%, #162c20 55%, #10201a 100%);
  box-shadow: inset 0 0 0 12px rgba(0,0,0,.4), inset 0 0 0 13px rgba(200,160,64,.1), inset 0 0 40px rgba(0,0,0,.25);
}
.d-door.opening { transform: perspective(1800px) rotateY(-118deg); }
.d-door:hover:not(.opening) { filter: brightness(1.07); }

/* Decorative recessed panels — absolute, behind content */
.d-panels-wrap {
  position: absolute; inset: 20px; display: flex; flex-direction: column; gap: 12px;
  pointer-events: none; z-index: 1;
}
.d-rec-panel {
  flex: 1; border: 1px solid rgba(200,160,64,.18);
  box-shadow: inset 0 1px 4px rgba(0,0,0,.5), 0 1px 0 rgba(200,160,64,.06);
  position: relative;
}
.d-rec-panel::before { content: ''; position: absolute; inset: 3px; border: 1px solid rgba(200,160,64,.07); }

/* Gold handle */
.d-handle {
  position: absolute; bottom: 28%; right: 20px;
  width: 10px; height: 44px;
  background: linear-gradient(to right, #a87820, #ddc050, #C8A040, #a87020);
  border-radius: 5px;
  box-shadow: 0 2px 12px rgba(200,160,64,.4), inset 0 1px 2px rgba(255,255,255,.25);
  z-index: 4;
}
.d-handle-left { right: auto; left: 20px; }

/* ── TOP HALF of door — title centered ── */
.d-top-half {
  flex: 1;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  padding: 28px 24px 14px;
  position: relative; z-index: 3;
  text-align: center;
}
.d-the { font-size: .58rem; letter-spacing: .34em; text-transform: uppercase; color: var(--muted); margin-bottom: 3px; font-family: var(--font-body); }
.d-name {
  font-family: var(--font-display); font-size: clamp(2rem, 3vw, 2.7rem);
  font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: #fff;
  line-height: 1.0; margin-bottom: 14px;
}
.d-line { width: 54px; height: 1px; background: var(--gold); opacity: .7; }

/* ── Horizontal mid-divider between halves ── */
.d-mid-div {
  width: calc(100% - 40px); height: 1px;
  background: rgba(200,160,64,.25);
  margin: 0 20px; flex-shrink: 0; position: relative; z-index: 3;
}

/* ── BOTTOM HALF of door — description centered ── */
.d-bottom-half {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  padding: 14px 24px 30px;
  position: relative; z-index: 3;
  text-align: center;
}
.d-desc {
  font-family: var(--font-body); font-size: .72rem; color: var(--muted);
  line-height: 1.78; margin-bottom: 22px; max-width: 230px;
}
.d-btn {
  display: inline-flex; align-items: center; justify-content: center;
  border: 1px solid var(--gold); color: var(--gold); padding: 15px 38px;
  font-family: var(--font-body); font-size: .72rem; font-weight: 700;
  letter-spacing: .22em; text-transform: uppercase; line-height: 1;
  transition: all var(--t); background: transparent; cursor: pointer;
}
.d-btn:hover { background: var(--gold); color: var(--black); }

/* Door floor strip */
.d-floor { width: 100%; height: 12px; }
.d-floor-salon  { background: linear-gradient(to bottom, #a89870, #706050); }
.d-floor-beauty { background: linear-gradient(to bottom, #2d4a3e, #1a2e24); }

/* ── Welcome section ── */
.landing-welcome {
  background: var(--black); padding: 48px 40px 40px;
  text-align: center;
}
.welcome-inner { max-width: 820px; margin: 0 auto; }
.overline { font-family: var(--font-body); font-size: .68rem; font-weight: 600; letter-spacing: .3em; text-transform: uppercase; color: var(--gold); }
.welcome-title { font-family: var(--font-display); font-size: clamp(1.8rem, 3.5vw, 3rem); font-weight: 600; text-transform: uppercase; letter-spacing: .1em; color: var(--cream); margin: 10px 0 4px; }
.divider { display: flex; align-items: center; justify-content: center; gap: 14px; margin: 20px 0; }
.divider::before, .divider::after { content: ''; flex: 0 0 48px; height: 1px; background: var(--gold); }
.divider .dia { width: 7px; height: 7px; background: var(--gold); transform: rotate(45deg); flex-shrink: 0; }
.welcome-body { font-size: .87rem; color: var(--muted); line-height: 1.9; max-width: 620px; margin-left: auto; margin-right: auto; }

/* ── Icon strip ── */
.icon-strip { width: 100%; background: var(--charcoal); padding: 44px 20px 56px; border-top: 1px solid rgba(200,160,64,.08); }
.icon-strip-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: repeat(7, 1fr); gap: 20px; text-align: center; }
.icon-item-v2 { display: flex; flex-direction: column; align-items: center; gap: 12px; }
.icon-item-v2 svg { color: var(--gold); }
.icon-item-v2 .lbl { font-size: .62rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--cream); line-height: 1.6; font-family: var(--font-body); }

/* ── Footer ── */
.site-footer { background: var(--black); border-top: 1px solid rgba(200,160,64,.12); padding: 24px 40px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; }
.foot-info { display: flex; align-items: center; gap: 32px; flex-wrap: wrap; }
.foot-item { display: flex; align-items: center; gap: 9px; font-size: .74rem; color: var(--muted); letter-spacing: .04em; }
.foot-item svg { color: var(--gold); flex-shrink: 0; }
.foot-ig { display: flex; align-items: center; gap: 9px; font-size: .74rem; color: var(--muted); }
.foot-ig svg { color: var(--gold); }
.footer-book-btn {
  display: inline-flex; align-items: center; justify-content: center; line-height: 1;
  border: 1px solid var(--gold); padding: 11px 24px; color: var(--gold);
  font-size: .64rem; letter-spacing: .22em; text-transform: uppercase;
  font-family: var(--font-body); font-weight: 500; transition: all var(--t); background: transparent;
}
.footer-book-btn:hover { background: var(--gold); color: var(--black); }

/* ── Keyframes ── */
@keyframes lFadeIn { from { opacity:0; transform:translateY(20px); } to { opacity:1; transform:translateY(0); } }

/* ── Responsive ── */
@media (max-width: 720px) {
  .doors-wrap { flex-direction: column; align-items: center; gap: 28px; padding: 12px 20px 0; }
  .door-scene { max-width: 300px; width: 100%; }
  .d-door { min-height: 460px; }
  .landing-logo-img { height: 170px; margin-bottom: 24px; }
  .icon-strip-inner { grid-template-columns: repeat(4, 1fr); }
  .site-footer { padding: 20px; flex-direction: column; align-items: flex-start; }
  .foot-info { gap: 12px; flex-direction: column; align-items: flex-start; }
}
@media (max-width: 400px) {
  .d-door { min-height: 400px; }
  .icon-strip-inner { grid-template-columns: repeat(4, 1fr); }
  .landing-logo-img { height: 130px; }
}
