:root{
  --ink:#2A141B;
  --panel:#3B1F29;
  --panel-soft:#48283350;
  --blush:#F2C6D1;
  --blush-soft:rgba(242,198,209,0.55);
  --rose:#C97A93;
  --rose-deep:#8C4F63;
  --rose-gold:#D9A9A0;
  --rose-gold-bright:#EFC9BE;
  --cream:#F7EAE4;
  --cream-dim:#D9BEC1;
  --line:rgba(217,169,160,0.25);
}
*{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{
  margin:0;
  background:var(--ink);
  color:var(--cream);
  font-family:'Spectral', serif;
  -webkit-font-smoothing:antialiased;
}
.display{font-family:'Playfair Display', serif;}
.script{font-family:'Parisienne', cursive;}
.label{font-family:'Jost', sans-serif; letter-spacing:0.08em;}

/* tiled damask velvet, oversized so it can sit still without a hard edge
   showing at the viewport boundary */
.bg-image{
  position:fixed; top:-10%; left:-10%; width:120%; height:120%; z-index:0;
  background:
    linear-gradient(rgba(42,20,27,0.62), rgba(42,20,27,0.72)),
    url('/images/pink_velvet.png') 0 0/440px repeat;
}
.texture{
  position:fixed; inset:0; pointer-events:none; z-index:0;
  background:radial-gradient(ellipse 100% 90% at 50% 30%, transparent 15%, rgba(0,0,0,0.6) 65%, rgba(0,0,0,0.9) 100%);
}

.wrap{position:relative; z-index:1; max-width:880px; margin:0 auto; padding:0 32px;}

nav.tabs{
  position:sticky; top:0; z-index:5;
  background:rgba(42,20,27,0.9);
  backdrop-filter:blur(6px);
  border-bottom:1px solid var(--line);
}
nav.tabs .wrap{ display:flex; align-items:center; justify-content:center; gap:6px; padding:0; }
.tab-btn{
  display:inline-block; background:none; border:none; color:var(--cream-dim);
  font-family:'Jost', sans-serif; font-size:13px; letter-spacing:0.12em;
  padding:20px 22px; text-decoration:none; position:relative; cursor:pointer;
  transition:color 0.25s ease;
}
.tab-btn:hover{ color:var(--cream); }
.tab-btn.active{ color:var(--blush); }
.tab-btn.active::after{
  content:""; position:absolute; left:22px; right:22px; bottom:0; height:2px;
  background:var(--rose);
}
.tab-apply{
  margin-left:10px; display:inline-block; color:var(--ink);
  background:linear-gradient(180deg, var(--rose-gold-bright), var(--rose-gold));
  border:1px solid var(--blush-soft); font-family:'Jost', sans-serif;
  font-weight:500; font-size:12px; letter-spacing:0.14em; padding:10px 20px;
  text-decoration:none; transition:background 0.25s ease;
}
.tab-apply:hover{ background:linear-gradient(180deg, #fff, var(--rose-gold-bright)); }
.tab-apply.active{ box-shadow:0 0 0 1px var(--cream) inset; }

.byline{
  text-align:center; padding:10px 0; font-family:'Jost', sans-serif;
  font-size:11px; letter-spacing:0.14em; color:var(--cream-dim);
  border-bottom:1px solid var(--line); position:relative; z-index:1;
}
.byline a{ color:var(--blush); text-decoration:none; border-bottom:1px solid var(--blush-soft); }
.byline a:hover{ color:var(--rose-gold-bright); }

header.page-header{
  padding:78px 0 50px;
  text-align:center;
  border-bottom:1px solid var(--line);
  position:relative;
}
header.page-header h1{
  font-size:clamp(36px, 6vw, 60px);
  font-weight:600;
  margin:0 0 8px;
  color:var(--cream);
}
header.page-header h1 .name-script{
  font-family:'Parisienne', cursive;
  font-size:1.25em;
  font-weight:400;
  color:var(--blush);
}
header.page-header p{
  margin:14px auto 0; color:var(--cream-dim); font-style:italic;
  font-size:18px; max-width:440px;
}
.fine-rule{
  width:36px; height:1px; background:var(--rose-gold);
  margin:26px auto 0; opacity:0.85;
}

main.page-content{ padding:64px 0 100px; }

p{ font-size:18px; line-height:1.8; color:var(--cream-dim); max-width:600px; }
p + p{ margin-top:16px; }

/* ABOUT */
.lilah-grid{
  display:grid; grid-template-columns:230px 1fr; gap:48px; align-items:start;
}
.lilah-portrait{
  width:100%; aspect-ratio:3/4; position:relative; overflow:hidden;
  border-radius:6px;
  box-shadow:
    0 0 0 1px var(--blush-soft),
    0 0 0 6px var(--ink),
    0 0 0 7px var(--rose-gold),
    0 18px 40px rgba(0,0,0,0.45);
  background:var(--panel);
  display:flex; align-items:center; justify-content:center;
}
.lilah-portrait img{ width:100%; height:100%; object-fit:cover; display:block; }
.lilah-portrait .placeholder{
  display:flex; flex-direction:column; align-items:center; gap:10px;
  color:var(--rose);
}
.lilah-portrait .placeholder span{
  font-family:'Jost', sans-serif; font-size:10px; letter-spacing:0.14em;
}

.lilah-text .accent{ color:var(--blush); font-style:italic; }

.pill-row{ display:flex; flex-wrap:wrap; gap:10px; margin-top:22px; }
.pill{
  font-family:'Jost', sans-serif; font-size:12px; letter-spacing:0.06em;
  color:var(--cream); background:var(--panel-soft);
  border:1px solid var(--line); border-radius:999px; padding:7px 16px;
}

.section-title{
  font-family:'Playfair Display', serif; font-weight:600; font-size:28px;
  color:var(--cream); margin:0 0 24px;
}

.service-note{
  border:1px solid var(--line); background:var(--panel-soft);
  border-radius:10px; padding:30px 32px; margin-top:56px;
}
.service-note p{ margin:0; font-size:17px; color:var(--cream-dim); max-width:none; }
.service-note p + p{ margin-top:10px; }

.apply-note{ margin-top:56px; text-align:center; }
.apply-note p{ max-width:none; }
.apply-note .sign{
  font-family:'Parisienne', cursive; font-size:26px; color:var(--blush);
  margin-top:10px; display:block;
}
.contact-btn{
  display:inline-block; margin-top:18px; background:linear-gradient(180deg, var(--rose-gold-bright), var(--rose-gold));
  color:var(--ink); font-family:'Jost', sans-serif; font-weight:500; font-size:13px;
  letter-spacing:0.14em; padding:14px 32px; border-radius:999px; text-decoration:none;
  border:1px solid var(--blush-soft);
}
.contact-btn:hover{ background:linear-gradient(180deg, #fff, var(--rose-gold-bright)); }

/* RATES & SERVICES — pricing boxes */
.pricing-grid{
  display:grid; grid-template-columns:repeat(3, 1fr); gap:20px; margin-bottom:56px;
}
.pricing-box{
  border:1px solid var(--line); background:var(--panel-soft);
  border-radius:12px; padding:28px 24px; position:relative;
}
.pricing-box h3{
  font-family:'Playfair Display', serif; font-weight:600; font-size:20px;
  margin:0 0 6px; color:var(--cream);
}
.pricing-box .pricing-sub{
  font-size:13px; font-style:italic; color:var(--blush); margin:0 0 16px;
}
.pricing-box ul{ list-style:none; margin:0; padding:0; }
.pricing-box li{
  display:flex; justify-content:space-between; gap:12px; padding:8px 0;
  border-bottom:1px solid var(--line); font-size:16px; color:var(--cream-dim);
}
.pricing-box li:last-child{ border-bottom:none; }
.pricing-box li span:last-child{
  color:var(--cream); font-family:'Jost', sans-serif; font-size:14px; letter-spacing:0.02em;
}
.pricing-note{ margin-top:14px; font-size:13px; font-style:italic; color:var(--rose); max-width:none; }

.specialty-grid{
  list-style:none; margin:36px 0 0; padding:24px 0 0; border-top:1px solid var(--line);
  display:grid; grid-template-columns:repeat(2, 1fr); gap:12px 28px;
}
.specialty-grid li{
  position:relative; padding-left:20px; font-size:16px; color:var(--cream-dim); line-height:1.5;
}
.specialty-grid li::before{
  content:""; position:absolute; left:1px; top:9px; width:6px; height:6px;
  background:var(--rose-gold); border-radius:50%;
}

/* PROTOCOL */
.protocol-list{ list-style:none; margin:0; padding:0; max-width:640px; }
.protocol-list li{
  display:flex; gap:18px; padding:20px 0; border-bottom:1px solid var(--line);
  font-size:18px; color:var(--cream-dim); line-height:1.6;
}
.protocol-list li .mark{
  color:var(--rose-gold); font-family:'Playfair Display', serif; font-style:italic; flex-shrink:0;
}

/* GALLERY */
.gallery-grid{ display:grid; grid-template-columns:repeat(3, 1fr); gap:14px; }
.gallery-item{
  aspect-ratio:3/4; border:1px solid var(--line); background:var(--panel-soft);
  border-radius:8px; position:relative; overflow:hidden;
}
.gallery-item img, .gallery-item video{ width:100%; height:100%; object-fit:cover; display:block; }
.gallery-item .placeholder{
  position:absolute; inset:0; display:flex; flex-direction:column; align-items:center;
  justify-content:center; gap:10px; color:var(--rose);
}
.gallery-item .placeholder svg{ opacity:0.6; width:26px; height:26px; }
.gallery-item .placeholder span{ font-family:'Jost', sans-serif; font-size:10px; letter-spacing:0.1em; }
.gallery-item .tag{
  position:absolute; top:10px; left:10px; font-family:'Jost', sans-serif; font-size:10px;
  letter-spacing:0.1em; color:var(--blush); background:rgba(42,20,27,0.75); padding:4px 8px; border-radius:4px;
}
@media (max-width:640px){ .gallery-grid{ grid-template-columns:repeat(2, 1fr); } }

/* APPLY */
.apply-box{
  border:1px solid var(--line); background:var(--panel-soft); border-radius:14px;
  padding:44px; max-width:560px; margin:0 auto; position:relative;
}
.apply-box p{ font-size:18px; max-width:none; }
.field{ margin-top:22px; }
.field label{
  display:block; font-family:'Jost', sans-serif; font-size:12px; letter-spacing:0.1em;
  color:var(--blush); margin-bottom:8px;
}
.field input, .field textarea{
  width:100%; background:transparent; border:none; border-bottom:1px solid var(--line);
  color:var(--cream); font-family:'Spectral', serif; font-size:17px; padding:8px 2px;
}
.field input:focus, .field textarea:focus{ outline:none; border-bottom-color:var(--blush); }
.submit-btn{
  margin-top:32px; background:linear-gradient(180deg, var(--rose-gold-bright), var(--rose-gold));
  border:1px solid var(--blush-soft); color:var(--ink); font-family:'Jost', sans-serif;
  font-weight:500; font-size:13px; letter-spacing:0.14em; padding:14px 30px;
  border-radius:999px; cursor:pointer; transition:background 0.25s ease;
}
.submit-btn:hover{ background:linear-gradient(180deg, #fff, var(--rose-gold-bright)); }
.sign{
  margin-top:40px; font-family:'Parisienne', cursive; font-size:26px; color:var(--blush);
}

footer{
  border-top:1px solid var(--line); padding:28px 0 56px; text-align:center;
  color:var(--rose); font-family:'Jost', sans-serif; font-size:12px; letter-spacing:0.12em;
  position:relative; z-index:1;
}
footer a{ color:var(--rose); }

@media (max-width:640px){
  .lilah-grid{ grid-template-columns:1fr; }
  .pricing-grid{ grid-template-columns:1fr; }
  .specialty-grid{ grid-template-columns:1fr; }
  .gallery-grid{ grid-template-columns:repeat(2, 1fr); }
  nav.tabs .wrap{ gap:0; overflow-x:auto; justify-content:flex-start; }
  .tab-btn{ padding:16px 14px; white-space:nowrap; }
  .tab-apply{ margin-left:6px; }
  .apply-box{ padding:28px 24px; }
}
