
/*
Theme Name: Lucy Nuru Luxe
Theme URI: https://example.com/lucy-nuru-luxe
Author: ChatGPT
Author URI: https://chat.openai.com/
\g<1>v2.4.7 — SEO-shortened text for Girls, Menu, Rooms, and Contact sections.
\g<1>2.4.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lucynuru
Tags: one-column, responsive-layout, custom-logo, custom-colors, dark, black, landing-page
*/

:root{
  --gold:#d4af37;
  --gold-bright:#f1e4b3;
  --gold-soft:#e8cbb8;
  --black:#000;
  --black-2:#131318;
  --shadow-strong: 0 14px 40px rgba(0,0,0,.55);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Poppins,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  color:var(--gold-soft);
  background:linear-gradient(180deg,#0a0a0c,var(--black-2) 40%, #16161c 100%);
  line-height:1.7; -webkit-font-smoothing:antialiased; text-rendering:optimizeLegibility;
}

/* Silky animated ambient */
body::before{
  content:""; position:fixed; inset:0; pointer-events:none; z-index:-1;
  background:
    radial-gradient(1200px 800px at 20% 0%, rgba(246,184,207,.12), transparent 70%),
    radial-gradient(1000px 700px at 80% 100%, rgba(212,175,55,.10), transparent 70%);
  mix-blend-mode:screen; opacity:.25; will-change:transform,opacity;
  animation:silk 12s ease-in-out infinite alternate;
}
@keyframes silk{ 0%{transform:translate3d(0,0,0) scale(1);opacity:.22} 100%{transform:translate3d(-2%,-2%,0) scale(1.03);opacity:.28} }
@media(prefers-reduced-motion:reduce){ body::before{animation:none;opacity:.22} }

.container{width:min(100%,1100px);margin-inline:auto;padding:0 16px}
h1,h2,h3,h4{font-family:"Cormorant Garamond",Georgia,serif;color:var(--gold-bright);text-align:center}
img{max-width:100%;height:auto;display:block}

/* Header */
.site-header{ position:sticky; top:0; z-index:1000; background:#000; border-bottom:1px solid rgba(212,175,55,.25); box-shadow:0 10px 25px rgba(0,0,0,.55); }
.header-inner{ display:flex; flex-direction:column; align-items:center; justify-content:center; } padding:10px 0 6px; gap:6px; }
.brand{ text-decoration:none; display:flex; align-items:center; justify-content:center; opacity:0; transform:translateY(4px); animation:logoIn .7s ease-out .06s forwards;  padding:2px 0;height:100px;padding:2px 0;}
.logo-img{ height:96px; width:auto; }
@keyframes logoIn{ to{opacity:1; transform:translateY(0)} }
.header-divider{ width:100%; height:1px; background:linear-gradient(90deg, rgba(212,175,55,.15), rgba(212,175,55,.35), rgba(212,175,55,.15)); }

.header-buttons{padding-bottom:8px; display:flex; gap:4px; flex-wrap:nowrap; align-items:center; justify-content:center; padding-top:8px; }
.header-buttons a{
  display:inline-block; padding: 6.5px 10px; border-radius:999px; border:1px solid var(--gold);
  background:rgba(212,175,55,.08); color:var(--gold-bright); text-decoration:none; font-weight:700; font-size:.86rem; white-space:nowrap;
  transition:background .2s ease, box-shadow .2s ease;
  opacity:0; transform:translateY(6px);
  animation:btnIn .6s ease-out forwards;
}
.header-buttons a:hover{ background:rgba(212,175,55,.14); box-shadow:0 0 0 1px rgba(212,175,55,.15), 0 6px 16px rgba(212,175,55,.12) }
.header-buttons a:active{ transform:translateY(7px) scale(.995) }
.header-buttons a:nth-child(1){ animation-delay:.05s }
.header-buttons a:nth-child(2){ animation-delay:.12s }
.header-buttons a:nth-child(3){ animation-delay:.19s }
.header-buttons a:nth-child(4){ animation-delay:.26s }
@keyframes btnIn{ to{opacity:1; transform:translateY(0)} }
@media(max-width:380px){ .header-buttons a{ font-size:.8rem; padding:8px 12px } }
@media(max-width:330px){ .header-buttons{padding-bottom:8px; gap:6px } .header-buttons a{ font-size:.75rem; padding:7.5px 11px } }

/* Sections */
.hero{ background:linear-gradient(180deg,rgba(255,255,255,.02),rgba(255,255,255,0)); padding:22px 0 10px; }
.hero .reveal-up{ transition-duration:1.2s; }
.section{ padding:32px 0; position:relative; }
.section .sub{ margin:0 0 10px; color:var(--gold-bright); opacity:.85 }

/* Gold divider */
.gold-divider{ margin-top:8px; margin-bottom:6px;
  height:1px; border:0; margin:0; padding:0; width:100%;
  background:linear-gradient(90deg, rgba(212,175,55,.25), rgba(212,175,55,.45), rgba(212,175,55,.25));
  opacity:0; transition:opacity .9s ease;
}
.gold-divider.is-visible{ opacity:1; }

/* Cards & elements */
.card{ border-radius:18px; overflow:hidden; position:relative; background:linear-gradient(180deg,#23232b,#15151b); border:1px solid rgba(212,175,55,.28); box-shadow:var(--shadow-strong); color:var(--gold-soft); max-width:80%; margin:0 auto; line-height:1.9; padding:32px; }
.badge{ position:absolute; top:10px; left:10px; background:rgba(0,0,0,.75); color:var(--gold-bright); font-size:.75rem; padding:6px 10px; border-radius:999px; border:1px solid var(--gold) }

/* Menu */
.menu-panel{ background:linear-gradient(180deg,#111117,#0d0d12); border:1px solid rgba(212,175,55,.22); border-radius:18px; padding:14px; box-shadow:var(--shadow-strong) }
.menu-list{ display:grid; gap:4px }
.menu-item{ display:flex; justify-content:space-between; align-items:center; gap:4px; border:1px solid rgba(212,175,55,.18); border-radius:10.5px; padding:12px; background:linear-gradient(180deg,#16161d,#0f0f14); color:var(--gold-soft) }
.menu-item .title{ font-weight:800 } .menu-item .price{ font-weight:500; color:var(--gold-bright) }
.menu-heading{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center;position:relative;margin:6px 0 1px;font-size:0.935rem;font-weight:700;color:var(--gold-bright);}
.menu-heading::after{content:'';display:block;width:256px;height:1px;background:linear-gradient(90deg,rgba(212,175,55,0),rgba(212,175,55,1),rgba(212,175,55,0));margin:8px 0 0;align-self:center;}

/* Contact */
.contact .contact-links{ display:flex; gap:14px; align-items:center; justify-content:center; flex-wrap:wrap; }
.contact .contact-links a{ display:inline-flex; align-items:center; justify-content:center; padding:12px 14px; border:1px solid rgba(212,175,55,.22); border-radius:14px; text-decoration:none; color:var(--gold-bright); background:linear-gradient(180deg,#1a1a22,#101015); font-weight:800; transition:box-shadow .2s ease, filter .2s ease }
.contact .contact-links a:hover{ box-shadow:0 0 0 1px rgba(212,175,55,.15), 0 6px 16px rgba(212,175,55,.12); filter:brightness(1.03) }

.map{ border-radius:16px; overflow:hidden; border:1px solid rgba(212,175,55,.25) }

/* Reveal-on-scroll */
.reveal{ opacity:0; transform:translateY(14px); transition:opacity .6s ease, transform .6s ease }
.reveal.is-visible{ opacity:1; transform:translateY(0) }
.reveal-up{ opacity:0; transform:translateY(22px); transition:opacity .8s cubic-bezier(.2,.6,0,1), transform .8s cubic-bezier(.2,.6,0,1) }
.reveal-up.is-visible{ opacity:1; transform:translateY(0) }
h2.reveal-up.is-visible{ background:linear-gradient(90deg,var(--gold-bright) 0%,var(--gold-soft) 50%,var(--gold-bright) 100%); -webkit-background-clip:text; -webkit-text-fill-color:transparent; animation:shine 4s linear infinite }
@keyframes shine{ 0%{background-position:0 0} 100%{background-position:200% 0} }

/* Smart Slider helper styles */
.n2-ss-slider{border-radius:18px;overflow:hidden;background:#000}
.n2-ss-control-bullet .n2-bullet{width:8px;height:8px;background:rgba(212,175,55,.3)}
.n2-ss-control-bullet .n2-bullet.n2-active{width:11px;height:11px;background:var(--gold);box-shadow:0 0 12px rgba(212,175,55,.35)}
.n2-ss-control-bullet .n2-bullet:hover{transform:scale(1.2);box-shadow:0 0 10px rgba(212,175,55,.35)}
.n2-ss-control-arrows .n2-ow{border:1px solid var(--gold);background:transparent;border-radius:9999px}
.n2-ss-control-arrows .n2-ow:hover{background:var(--gold)}
.n2-ss-control-arrows .n2-ow:hover svg{fill:#fff}
@media (max-width: 640px){ .n2-ss-control-arrows{display:none} }

/* Footer */
.site-footer{ padding:22px 0; border-top:1px solid rgba(212,175,55,.25); color:var(--gold-soft); background:#0a0a0c }
.small{ font-size:.85rem }

/* Removed inline menu badges */
  50%{ box-shadow:inset 0 0 20px 0 rgba(212,175,55,.18); filter:brightness(1.06); }
  100%{ box-shadow:inset 0 0 0 0 rgba(212,175,55,.0); filter:brightness(1); }
}

.gold-divider + section h2{ margin-top:12px; }

.gold-divider + section h2{ margin-top:6px; }

.menu-item .title{font-size:0.875rem}

.menu-item .title{line-height:1.44}

.menu-item .price{font-size:0.875rem}

.menu-item .price{line-height:1.44}

@keyframes menuFadeIn{
  from{ opacity:0; transform:translateY(6px); }
  to{ opacity:1; transform:translateY(0); }
}

.menu .menu-item{ animation:menuFadeIn .8s ease-in both; }

.menu-desc{margin:1px 0 1px;text-align:center;}

/* Floating Menu */
/* Floating Contact */
.floating-contact{
 position:fixed;bottom:20px;left:50%;transform:translateX(-50%);
 display:flex;gap:10px;padding:10px;
 background:rgba(0,0,0,.85);
 border:1px solid rgba(212,175,55,.4);
 border-radius:999px;z-index:9999;
}
.floating-contact a{color:#d4af37;text-decoration:none;padding:10px 16px;border:1px solid #d4af37;border-radius:999px}

/* FAQ */
.faq-section{padding:60px 20px;background:#111}
.faq-item{margin-bottom:10px;border:1px solid rgba(212,175,55,.3);padding:15px}



/* === Restore Floating Header (Original Style) === */
.site-header{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  z-index:9999;
  background:#000;
  border-bottom:1px solid rgba(212,175,55,.25);
}

/* Prevent content jump under fixed header */
body{
  padding-top:110px;
}

/* Keep original menu layout intact */
.site-header .header-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
}

/* === FAQ Section Styling (Match Theme) === */
#faq{
  border-top:1px solid rgba(212,175,55,.15);
}

#faq .faq-item{
  margin:18px 0;
  border:1px solid rgba(212,175,55,.25);
  border-radius:6px;
  overflow:hidden;
  background:rgba(255,255,255,.02);
}

#faq .faq-question{
  width:100%;
  padding:18px;
  background:none;
  border:0;
  color:var(--gold-bright);
  font-size:16px;
  text-align:left;
  cursor:pointer;
}

#faq .faq-answer{
  padding:0 18px 18px;
  color:#ddd;
  line-height:1.7;
}

/* === Why Choose Section - Match Theme Colours === */
.why-choose h2{
  color: var(--gold-bright);
  margin-bottom: 14px;
}

.why-choose p{
  color: inherit; /* use the same body text colour as the rest of the site */
  line-height: 1.7;
  max-width: 900px;
}

/* Responsive Google Map */
.map-wrap{
  width:100%;
  max-width:1000px;
  margin:20px auto 0;
}
.map-wrap iframe{
  width:100%;
  height:450px;
  border:0;
}

/* === Why Choose Lucy Nuru - Centered Text & Paragraph Spacing === */
.why-choose .container{
  text-align:center;
}

.why-choose p{
  text-align:center;
  max-width:780px;
  margin:0 auto 22px; /* adds the spacing between paragraphs */
  line-height:1.8;
}

/* === FAQ Layout Fix === */
#faq .faq-list{
  max-width:900px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:18px;
}

#faq .faq-item{
  border:1px solid rgba(212,175,55,.25);
  border-radius:8px;
  padding:18px 20px;
  background:rgba(255,255,255,.02);
}

#faq .faq-question{
  font-weight:600;
  color:var(--gold-bright);
  margin-bottom:8px;
  display:block;
}

#faq .faq-answer{
  color:#ddd;
  line-height:1.7;
}

/* ===== FAQ REDESIGN (Isolated Styles) ===== */

.faq-section{
  padding:60px 0;
}

.faq-accordion{
  max-width:820px;
  margin:40px auto 0;
  display:flex;
  flex-direction:column;
  gap:16px;
}

.faq-card{
  border:1px solid rgba(212,175,55,.25);
  border-radius:10px;
  background:#111;
  overflow:hidden;
  transition:.25s ease;
}

.faq-card:hover{
  border-color:rgba(212,175,55,.5);
}

.faq-toggle{
  width:100%;
  background:none;
  border:0;
  color:var(--gold-bright);
  font-size:17px;
  padding:20px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  cursor:pointer;
  text-align:left;
}

.faq-icon{
  font-size:22px;
  transition:.25s ease;
}

.faq-content{
  max-height:0;
  overflow:hidden;
  transition:max-height .35s ease;
  padding:0 20px;
  color:#ddd;
}

.faq-card.active .faq-content{
  padding:0 20px 20px;
  max-height:500px;
}

.faq-card.active .faq-icon{
  transform:rotate(45deg);
}
