/*
Theme Name: LunarBeach
Theme URI: https://lunarbeach.com/
Author: Gary Parker (Gary Lee)
Author URI: https://lunarbeach.com/
Description: LunarBeach — a premium dark-mode, one-page landing theme for a dual-division brand: LunarBeach AI (AI strategy, automation & consulting) and Gary Lee — DJ / Producer (events, music & entertainment). Built with the LunarBeach brand system (Midnight Navy, Electric Blue, Sora + Inter).
Version: M6.26.1
Requires at least: 5.9
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lunarbeach
Tags: one-column, custom-menu, custom-logo, featured-images, theme-options, dark-mode, full-width-template
*/

/* ── GLOBAL RESETS & TOKENS ───────────────────────────────────── */
:root{
  --lb-navy:#061330;
  --lb-navy-2:#0A1A40;
  --lb-deep:#0B2A75;
  --lb-blue:#245BFF;
  --lb-sky:#5FA0FF;
  --lb-mist:#F7F9FF;
  --lb-ice:#DDE7FF;
  --lb-violet:#8B5CF6;
  --lb-violet-soft:#C4B5FD;
  --lb-line:rgba(95,160,255,.14);
  --lb-line-strong:rgba(95,160,255,.28);
  --lb-panel:rgba(255,255,255,.025);
  --lb-ease:cubic-bezier(.22,1,.36,1);
  --lb-maxw:1200px;
}
/* Keep legacy var names working */
:root{
  --navy:var(--lb-navy);--navy-2:var(--lb-navy-2);--deep:var(--lb-deep);
  --blue:var(--lb-blue);--sky:var(--lb-sky);--mist:var(--lb-mist);--ice:var(--lb-ice);
  --violet:var(--lb-violet);--violet-soft:var(--lb-violet-soft);
  --line:var(--lb-line);--line-strong:var(--lb-line-strong);
  --panel:var(--lb-panel);--ease:var(--lb-ease);--maxw:var(--lb-maxw);
}

/* scope everything that follows under .lunarbeach-landing to beat WP theme specificity */
.lunarbeach-landing *{box-sizing:border-box}
.lunarbeach-landing{
  background:var(--lb-navy) !important;
  color:var(--lb-ice) !important;
  font-family:'Inter',system-ui,sans-serif !important;
  font-size:16px !important;
  line-height:1.6 !important;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
  margin:0 !important;
  padding:0 !important;
}
.lunarbeach-landing::before{
  content:"";position:fixed;inset:0;z-index:-2;pointer-events:none;
  background:
    radial-gradient(900px 600px at 78% -8%, rgba(36,91,255,.22), transparent 60%),
    radial-gradient(700px 600px at 8% 12%, rgba(11,42,117,.40), transparent 60%),
    radial-gradient(1000px 800px at 50% 120%, rgba(139,92,246,.10), transparent 60%),
    var(--lb-navy);
}
.lunarbeach-landing h1,
.lunarbeach-landing h2,
.lunarbeach-landing h3,
.lunarbeach-landing h4,
.lunarbeach-landing .font-display{
  font-family:'Sora',sans-serif !important;
  letter-spacing:-.02em;
}
.lunarbeach-landing a{color:inherit;text-decoration:none}
.lunarbeach-landing img{max-width:100%;display:block}

/* ── LAYOUT UTILITY ───────────────────────────────────────────── */
.lunarbeach-landing .lb-wrap{
  width:100%;
  max-width:var(--lb-maxw);
  margin:0 auto;
  padding:0 28px;
}
/* keep .wrap working too */
.lunarbeach-landing .wrap{
  width:100%;
  max-width:var(--lb-maxw) !important;
  margin:0 auto !important;
  padding:0 28px !important;
  float:none !important;
}
.lunarbeach-landing .eyebrow{
  font-family:'Sora',sans-serif;font-weight:600;font-size:.72rem;
  letter-spacing:.32em;text-transform:uppercase;color:var(--lb-sky);
  display:inline-flex !important;align-items:center;gap:.7em;
}
.lunarbeach-landing .eyebrow::before{content:"";width:26px;height:1px;background:var(--lb-sky);opacity:.7}
.lunarbeach-landing .muted{color:rgba(221,231,255,.62)}

/* ── HEADER ───────────────────────────────────────────────────── */
.lunarbeach-landing #header,
.lunarbeach-landing .site-header{
  position:fixed !important;top:0;left:0;right:0;z-index:9999 !important;
  transition:background .4s var(--lb-ease),border-color .4s var(--lb-ease),backdrop-filter .4s;
  border-bottom:1px solid transparent;
  background:transparent !important;
  padding:0 !important;
  margin:0 !important;
}
.lunarbeach-landing #header.scrolled,
.lunarbeach-landing .site-header.scrolled{
  background:rgba(6,19,48,.78) !important;
  backdrop-filter:blur(18px) saturate(140%);
  border-bottom:1px solid var(--lb-line) !important;
}
.lunarbeach-landing .nav{
  display:flex !important;align-items:center !important;justify-content:space-between !important;
  height:76px !important;
}
.lunarbeach-landing .brand{
  display:flex !important;align-items:center;gap:13px;text-decoration:none;
}
.lunarbeach-landing .brand img{
  height:42px !important;width:auto !important;
  filter:drop-shadow(0 4px 14px rgba(36,91,255,.45));
  display:block !important;margin:0 !important;
}
.lunarbeach-landing .brand .wordmark{
  font-family:'Sora',sans-serif !important;font-weight:700;font-size:1.42rem;
  letter-spacing:-.02em;line-height:1;
}
.lunarbeach-landing .brand .wordmark .l{color:var(--lb-ice)}
.lunarbeach-landing .brand .wordmark .b{color:var(--lb-blue)}
.lunarbeach-landing .navlinks{
  display:flex !important;align-items:center;gap:6px;
  list-style:none !important;margin:0 !important;padding:0 !important;
}
.lunarbeach-landing .navlinks a,
.lunarbeach-landing .navlinks li a{
  font-size:.92rem !important;font-weight:500 !important;
  color:rgba(221,231,255,.78) !important;
  padding:9px 14px !important;border-radius:9px;
  transition:color .25s,background .25s;
  text-decoration:none !important;
  display:inline-block !important;
  background:transparent !important;
  border:none !important;
  box-shadow:none !important;
}
.lunarbeach-landing .navlinks a:hover,
.lunarbeach-landing .navlinks li a:hover{
  color:var(--lb-mist) !important;
  background:rgba(95,160,255,.08) !important;
}
.lunarbeach-landing .navlinks a.cta,
.lunarbeach-landing .navlinks li a.cta{
  background:var(--lb-blue) !important;color:#fff !important;
  font-weight:600 !important;margin-left:10px !important;
  box-shadow:0 6px 20px -6px rgba(36,91,255,.7) !important;
  border-radius:9px !important;
}
.lunarbeach-landing .navlinks a.cta:hover,
.lunarbeach-landing .navlinks li a.cta:hover{
  background:#3a6bff !important;transform:translateY(-1px);
}
/* Hamburger button */
.lunarbeach-landing .burger{
  display:none !important;background:none !important;
  border:1px solid var(--lb-line-strong) !important;
  border-radius:10px;width:44px !important;height:44px !important;
  cursor:pointer;flex-direction:column;gap:5px;
  align-items:center;justify-content:center;padding:0 !important;
}
.lunarbeach-landing .burger span{
  width:20px;height:2px;background:var(--lb-ice);border-radius:2px;transition:.3s;
  display:block;
}
.lunarbeach-landing .burger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.lunarbeach-landing .burger.open span:nth-child(2){opacity:0}
.lunarbeach-landing .burger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

/* ── HERO ─────────────────────────────────────────────────────── */
.lunarbeach-landing .hero{
  position:relative;padding:190px 0 120px;overflow:hidden;
}
.lunarbeach-landing .hero-grid{
  display:grid !important;grid-template-columns:1.1fr .9fr !important;
  gap:40px;align-items:center;
}
.lunarbeach-landing .hero h1{
  font-size:clamp(3.2rem,8vw,6rem) !important;font-weight:800 !important;line-height:.95 !important;
  background:linear-gradient(90deg,#fff 20%,var(--lb-blue)) !important;
  -webkit-background-clip:text !important;background-clip:text !important;
  color:transparent !important;margin-bottom:18px !important;
}
.lunarbeach-landing .hero .sub{
  font-family:'Sora',sans-serif !important;font-weight:600 !important;
  font-size:clamp(1.15rem,2.6vw,1.7rem) !important;
  color:var(--lb-ice) !important;margin-bottom:22px;line-height:1.25;
  text-align:left !important;
}
.lunarbeach-landing .hero .sub em{font-style:normal;color:var(--lb-sky)}
.lunarbeach-landing .hero .body{
  font-size:1.06rem;color:rgba(221,231,255,.7);
  max-width:560px;margin-bottom:34px;
}
.lunarbeach-landing .hero-cta{display:flex !important;gap:14px;flex-wrap:wrap}

/* ── BUTTONS ──────────────────────────────────────────────────── */
.lunarbeach-landing .btn{
  display:inline-flex !important;align-items:center;gap:9px;
  font-family:'Sora',sans-serif !important;font-weight:600 !important;
  font-size:.98rem;padding:15px 26px;border-radius:12px;cursor:pointer;
  transition:transform .25s var(--lb-ease),box-shadow .25s,background .25s;
  border:1px solid transparent;text-decoration:none !important;
}
.lunarbeach-landing .btn-primary{
  background:var(--lb-blue) !important;color:#fff !important;
  box-shadow:0 10px 30px -10px rgba(36,91,255,.8);
}
.lunarbeach-landing .btn-primary:hover{
  transform:translateY(-2px);
  box-shadow:0 16px 40px -12px rgba(36,91,255,.9);
}
.lunarbeach-landing .btn-ghost{
  background:rgba(255,255,255,.03) !important;color:var(--lb-ice) !important;
  border:1px solid var(--lb-line-strong) !important;
}
.lunarbeach-landing .btn-ghost:hover{
  transform:translateY(-2px);
  border-color:var(--lb-sky) !important;
  background:rgba(95,160,255,.08) !important;
}
.lunarbeach-landing .btn .arr{transition:transform .25s}
.lunarbeach-landing .btn:hover .arr{transform:translateX(4px)}

/* ── HERO ORB ─────────────────────────────────────────────────── */
.lunarbeach-landing .orb-stage{
  position:relative;display:flex !important;align-items:center;
  justify-content:center;min-height:420px;
}
.lunarbeach-landing .orb{
  position:relative;width:340px;height:340px;border-radius:50%;
  background:radial-gradient(circle at 38% 32%,rgba(95,160,255,.55),rgba(36,91,255,.30) 45%,rgba(11,42,117,.15) 70%,transparent 78%);
  display:flex !important;align-items:center;justify-content:center;
  animation:lb-float 7s ease-in-out infinite;
}
.lunarbeach-landing .orb img{width:74%;height:auto;filter:drop-shadow(0 12px 36px rgba(36,91,255,.55))}
.lunarbeach-landing .ring{
  position:absolute;border-radius:50%;border:1px solid var(--lb-sky);
  inset:50% 50%;transform:translate(-50%,-50%);
}
.lunarbeach-landing .ring.r1{width:380px;height:380px;opacity:.45;animation:lb-spin 26s linear infinite}
.lunarbeach-landing .ring.r2{width:470px;height:470px;opacity:.33;border-style:dashed;animation:lb-spin 40s linear infinite reverse}
.lunarbeach-landing .ring.r3{width:560px;height:560px;opacity:.24;animation:lb-spin 60s linear infinite}
@keyframes lb-float{0%,100%{transform:translateY(-10px)}50%{transform:translateY(10px)}}
@keyframes lb-spin{to{transform:translate(-50%,-50%) rotate(360deg)}}

/* ── SECTIONS ─────────────────────────────────────────────────── */
.lunarbeach-landing .section-pad{padding:110px 0}
.lunarbeach-landing .sec-head{margin-bottom:54px;max-width:760px}
.lunarbeach-landing .sec-head h2{
  font-size:clamp(2rem,4.5vw,3rem) !important;font-weight:700 !important;
  line-height:1.05 !important;margin:18px 0 0;color:var(--lb-mist) !important;
}
.lunarbeach-landing .arch-intro{
  font-size:1.1rem;color:rgba(221,231,255,.72);max-width:640px;margin-top:14px;
}

/* ── DIVISION CARDS ───────────────────────────────────────────── */
.lunarbeach-landing .divisions{
  display:grid !important;grid-template-columns:1fr 1fr !important;gap:26px;margin-top:48px;
}
.lunarbeach-landing .division{
  position:relative;border-radius:22px;padding:38px 34px;overflow:hidden;
  border:1px solid var(--lb-line);background:var(--lb-panel);
  transition:transform .4s var(--lb-ease),border-color .4s,box-shadow .4s;
  display:flex !important;flex-direction:column;
}
.lunarbeach-landing .division:hover{transform:translateY(-6px)}
.lunarbeach-landing .division.ai:hover{
  border-color:rgba(36,91,255,.5) !important;
  box-shadow:0 24px 60px -30px rgba(36,91,255,.6);
}
.lunarbeach-landing .division.dj:hover{
  border-color:rgba(139,92,246,.5) !important;
  box-shadow:0 24px 60px -30px rgba(139,92,246,.6);
}
.lunarbeach-landing .division::before{
  content:"";position:absolute;top:0;left:0;right:0;height:3px;border-radius:22px 22px 0 0;
}
.lunarbeach-landing .division.ai::before{background:linear-gradient(90deg,var(--lb-blue),var(--lb-sky))}
.lunarbeach-landing .division.dj::before{background:linear-gradient(90deg,var(--lb-violet),var(--lb-violet-soft))}
.lunarbeach-landing .division .dhead{display:flex !important;align-items:center;gap:16px;margin-bottom:8px}
.lunarbeach-landing .dmark{
  width:60px;height:60px;border-radius:15px;flex:0 0 auto;
  display:flex !important;align-items:center;justify-content:center;
  background:rgba(255,255,255,.04);border:1px solid var(--lb-line);
}
.lunarbeach-landing .division.ai .dmark{
  background:rgba(36,91,255,.10);border-color:rgba(36,91,255,.32);
}
.lunarbeach-landing .division.dj .dmark{
  background:rgba(139,92,246,.10);border-color:rgba(139,92,246,.32);
}
.lunarbeach-landing .dmark img{width:40px;height:auto}
/* Equalizer animation */
.lunarbeach-landing .dmark .eq{display:flex !important;align-items:flex-end;gap:3px;height:30px}
.lunarbeach-landing .dmark .eq i{
  width:4px;background:var(--lb-violet-soft);border-radius:2px;display:block !important;
  animation:lb-eq 1.1s ease-in-out infinite;
}
.lunarbeach-landing .dmark .eq i:nth-child(1){height:40%;animation-delay:0s}
.lunarbeach-landing .dmark .eq i:nth-child(2){height:90%;animation-delay:.15s}
.lunarbeach-landing .dmark .eq i:nth-child(3){height:60%;animation-delay:.3s}
.lunarbeach-landing .dmark .eq i:nth-child(4){height:100%;animation-delay:.45s}
.lunarbeach-landing .dmark .eq i:nth-child(5){height:50%;animation-delay:.6s}
@keyframes lb-eq{0%,100%{transform:scaleY(.5)}50%{transform:scaleY(1)}}
.lunarbeach-landing .division h3{
  font-size:1.5rem !important;font-weight:700 !important;
  color:var(--lb-mist) !important;line-height:1.1;
}
.lunarbeach-landing .division .role{
  font-size:.82rem;letter-spacing:.12em;text-transform:uppercase;
  font-weight:600;margin-top:3px;
}
.lunarbeach-landing .division.ai .role{color:var(--lb-sky)}
.lunarbeach-landing .division.dj .role{color:var(--lb-violet-soft)}
.lunarbeach-landing .division p.desc{
  color:rgba(221,231,255,.68);margin:18px 0 22px;font-size:1rem;
}
.lunarbeach-landing .caps{
  list-style:none !important;display:flex !important;
  flex-direction:column;gap:11px;padding:0 !important;margin:0 !important;
}
.lunarbeach-landing .caps li{
  display:flex !important;align-items:flex-start;gap:11px;
  font-size:.95rem;color:rgba(221,231,255,.82);
}
.lunarbeach-landing .caps li svg{flex:0 0 auto;margin-top:3px}
.lunarbeach-landing .division.ai .caps li svg{color:var(--lb-sky)}
.lunarbeach-landing .division.dj .caps li svg{color:var(--lb-violet-soft)}
/* Division link rows */
.lunarbeach-landing .dlinks{
  display:flex !important;flex-wrap:wrap;gap:10px 22px;align-items:center;
  margin-top:auto;padding-top:20px;border-top:1px solid var(--lb-line);
}
.lunarbeach-landing .dlink{
  display:inline-flex !important;align-items:center;gap:8px;
  font-family:'Sora',sans-serif;font-weight:600;font-size:.92rem;
  transition:gap .25s var(--lb-ease),color .25s;
}
.lunarbeach-landing .dlink .arr{transition:transform .25s var(--lb-ease)}
.lunarbeach-landing .dlink:hover .arr{transform:translateX(4px)}
.lunarbeach-landing .division.ai .dlink{color:var(--lb-sky)}
.lunarbeach-landing .division.ai .dlink:hover{color:var(--lb-mist)}
.lunarbeach-landing .division.dj .dlink{color:var(--lb-violet-soft)}
.lunarbeach-landing .division.dj .dlink:hover{color:var(--lb-mist)}
.lunarbeach-landing .dlink-cta{
  margin-left:auto;padding:9px 18px;border-radius:10px;
  background:rgba(139,92,246,.14);border:1px solid rgba(139,92,246,.4);
}
.lunarbeach-landing .dlink-cta:hover{
  background:rgba(139,92,246,.24) !important;
  border-color:var(--lb-violet) !important;
}
.lunarbeach-landing .dlink-cta-ai{
  background:rgba(36,91,255,.14) !important;
  border:1px solid rgba(36,91,255,.4) !important;
}
.lunarbeach-landing .division.ai .dlink-cta-ai{color:var(--lb-sky) !important}
.lunarbeach-landing .dlink-cta-ai:hover{
  background:rgba(36,91,255,.24) !important;
  border-color:var(--lb-blue) !important;
}
.lunarbeach-landing .tagline{
  text-align:center;margin-top:44px;
  font-family:'Sora',sans-serif;font-weight:600;
  font-size:clamp(1.1rem,2.4vw,1.5rem);color:var(--lb-sky);
}

/* ── ABOUT ────────────────────────────────────────────────────── */
.lunarbeach-landing #about{
  background:linear-gradient(180deg,transparent,rgba(11,42,117,.12),transparent);
}
.lunarbeach-landing .about-grid{
  display:grid !important;grid-template-columns:.85fr 1.15fr !important;
  gap:56px;align-items:start;
}
.lunarbeach-landing .about-headline{
  font-family:'Sora',sans-serif !important;font-weight:800 !important;
  font-size:clamp(2rem,4vw,2.8rem) !important;
  line-height:1.02 !important;color:var(--lb-mist) !important;
}
.lunarbeach-landing .about-headline .accent{color:var(--lb-sky) !important;display:block}
.lunarbeach-landing .about-body p{
  color:rgba(221,231,255,.78);margin-bottom:20px;font-size:1.05rem;
}
.lunarbeach-landing .about-body p strong{color:var(--lb-mist);font-weight:600}
.lunarbeach-landing .about-body .lead{font-size:1.18rem;color:var(--lb-ice)}
.lunarbeach-landing .stats{display:flex !important;gap:30px;margin-top:32px;flex-wrap:wrap}
.lunarbeach-landing .stat b{
  font-family:'Sora',sans-serif;font-size:2.1rem;font-weight:700;
  color:var(--lb-blue);display:block;line-height:1;
}
.lunarbeach-landing .stat span{
  font-size:.85rem;color:rgba(221,231,255,.6);letter-spacing:.04em;
}

/* ── FAQ ──────────────────────────────────────────────────────── */
.lunarbeach-landing .faq-list{
  max-width:840px;margin:0 auto;
  border-top:1px solid var(--lb-line);
}
.lunarbeach-landing .faq-item{border-bottom:1px solid var(--lb-line)}
.lunarbeach-landing .faq-q{
  width:100%;text-align:left !important;background:none !important;border:none !important;
  cursor:pointer;color:var(--lb-mist) !important;
  font-family:'Sora',sans-serif !important;font-weight:600;font-size:1.12rem;
  padding:26px 56px 26px 4px;position:relative;
  display:flex !important;justify-content:space-between;gap:20px;align-items:center;
  transition:color .25s;
}
.lunarbeach-landing .faq-q:hover{color:var(--lb-sky) !important}
.lunarbeach-landing .faq-icon{
  flex:0 0 auto;width:30px;height:30px;border-radius:50%;
  border:1px solid var(--lb-line-strong);position:relative;transition:.35s var(--lb-ease);
}
.lunarbeach-landing .faq-icon::before,
.lunarbeach-landing .faq-icon::after{
  content:"";position:absolute;background:var(--lb-sky);border-radius:2px;
  top:50%;left:50%;transform:translate(-50%,-50%);
}
.lunarbeach-landing .faq-icon::before{width:12px;height:2px}
.lunarbeach-landing .faq-icon::after{width:2px;height:12px;transition:transform .35s var(--lb-ease)}
.lunarbeach-landing .faq-item.active .faq-icon{
  background:var(--lb-blue);border-color:var(--lb-blue);
}
.lunarbeach-landing .faq-item.active .faq-icon::before,
.lunarbeach-landing .faq-item.active .faq-icon::after{background:#fff}
.lunarbeach-landing .faq-item.active .faq-icon::after{
  transform:translate(-50%,-50%) rotate(90deg);opacity:0;
}
.lunarbeach-landing .faq-a{overflow:hidden;max-height:0;transition:max-height .4s var(--lb-ease)}
.lunarbeach-landing .faq-a-inner{
  padding:0 56px 28px 4px;color:rgba(221,231,255,.72);
  font-size:1rem;line-height:1.7;
}

/* ── CONTACT ──────────────────────────────────────────────────── */
.lunarbeach-landing #contact{padding-bottom:120px}
.lunarbeach-landing .contact-grid{
  display:grid !important;grid-template-columns:1fr 1fr !important;
  gap:48px;align-items:start;
}
.lunarbeach-landing .contact-info h2{
  font-size:clamp(2rem,4vw,2.8rem) !important;color:var(--lb-mist) !important;
  margin:16px 0 18px;line-height:1.05;
}
.lunarbeach-landing .contact-info p{
  color:rgba(221,231,255,.72);font-size:1.05rem;max-width:440px;
}
.lunarbeach-landing .contact-meta{
  margin-top:34px;display:flex !important;flex-direction:column;gap:18px;
}
.lunarbeach-landing .cmeta{display:flex !important;align-items:center;gap:15px}
.lunarbeach-landing .cmeta .ci{
  width:46px;height:46px;border-radius:12px;
  background:rgba(36,91,255,.10);border:1px solid rgba(36,91,255,.3);
  display:flex !important;align-items:center;justify-content:center;
  color:var(--lb-sky);flex:0 0 auto;
}
.lunarbeach-landing .cmeta div span{
  display:block;font-size:.78rem;letter-spacing:.08em;
  text-transform:uppercase;color:rgba(221,231,255,.5);
}
.lunarbeach-landing .cmeta div b{
  font-weight:600;color:var(--lb-ice);
  font-family:'Sora',sans-serif;
}
.lunarbeach-landing .form{
  background:var(--lb-panel);border:1px solid var(--lb-line);
  border-radius:22px;padding:34px;
}
.lunarbeach-landing .field{margin-bottom:18px}
.lunarbeach-landing .field label{
  display:block;font-size:.82rem;font-weight:600;
  letter-spacing:.04em;color:var(--lb-ice);margin-bottom:8px;
}
.lunarbeach-landing .field input,
.lunarbeach-landing .field select,
.lunarbeach-landing .field textarea{
  width:100% !important;background:rgba(6,19,48,.6) !important;
  border:1px solid var(--lb-line-strong) !important;border-radius:11px !important;
  padding:14px 16px !important;color:var(--lb-mist) !important;
  font-family:'Inter',sans-serif !important;font-size:.98rem !important;
  transition:border-color .25s,box-shadow .25s;
}
.lunarbeach-landing .field input:focus,
.lunarbeach-landing .field select:focus,
.lunarbeach-landing .field textarea:focus{
  outline:none !important;
  border-color:var(--lb-blue) !important;
  box-shadow:0 0 0 3px rgba(36,91,255,.18) !important;
}
.lunarbeach-landing .field textarea{resize:vertical;min-height:120px}
.lunarbeach-landing .form .btn-primary{width:100% !important;justify-content:center !important;margin-top:6px}
.lunarbeach-landing .form-note{
  font-size:.82rem;color:rgba(221,231,255,.5);margin-top:14px;text-align:center;
}
.lunarbeach-landing .success{display:none;text-align:center;padding:30px 10px}
.lunarbeach-landing .success.show{display:block !important}
.lunarbeach-landing .success .check{
  width:64px;height:64px;border-radius:50%;
  background:rgba(36,91,255,.15);border:1px solid var(--lb-blue);
  display:flex !important;align-items:center;justify-content:center;
  margin:0 auto 18px;color:var(--lb-sky);
}
.lunarbeach-landing .success h3{
  color:var(--lb-mist) !important;font-size:1.4rem;margin-bottom:8px;
}
.lunarbeach-landing .success p{color:rgba(221,231,255,.7)}

/* ── FOOTER ───────────────────────────────────────────────────── */
.lunarbeach-landing .site-footer,
.lunarbeach-landing footer.site-footer{
  border-top:1px solid var(--lb-line) !important;
  padding:48px 0 40px !important;
  background:rgba(6,19,48,.5) !important;
  margin:0 !important;
}
.lunarbeach-landing .foot{
  display:flex !important;justify-content:space-between;
  align-items:center;gap:24px;flex-wrap:wrap;
}
.lunarbeach-landing .foot .brand img{height:34px !important}
.lunarbeach-landing .foot .brand .wordmark{font-size:1.2rem}
.lunarbeach-landing .foot-links{
  display:flex !important;gap:26px;align-items:center;
  list-style:none !important;margin:0 !important;padding:0 !important;
}
.lunarbeach-landing .foot-links a{
  font-size:.9rem;color:rgba(221,231,255,.6) !important;transition:color .25s;
}
.lunarbeach-landing .foot-links a:hover{color:var(--lb-sky) !important}
.lunarbeach-landing .foot-copy{
  font-size:.82rem;color:rgba(221,231,255,.4) !important;
  margin-top:22px;text-align:center;
}

/* ── REVEAL ANIMATION ─────────────────────────────────────────── */
.lunarbeach-landing .reveal{
  opacity:0;transform:translateY(28px);
  transition:opacity .8s var(--lb-ease),transform .8s var(--lb-ease);
}
.lunarbeach-landing .reveal.in{opacity:1 !important;transform:none !important}

/* ── RESPONSIVE ───────────────────────────────────────────────── */
@media(max-width:900px){
  .lunarbeach-landing .hero-grid{
    grid-template-columns:1fr !important;gap:10px !important;
  }
  .lunarbeach-landing .orb-stage{
    min-height:340px !important;margin-top:20px !important;
    order:-1;display:none !important;
  }
  .lunarbeach-landing .hero{padding:150px 0 80px !important}
  .lunarbeach-landing .about-grid,
  .lunarbeach-landing .contact-grid{
    grid-template-columns:1fr !important;gap:34px !important;
  }
  .lunarbeach-landing .divisions{grid-template-columns:1fr !important}
  .lunarbeach-landing .navlinks{
    position:fixed !important;top:76px !important;right:0;left:0;
    flex-direction:column !important;align-items:stretch !important;
    background:rgba(6,19,48,.97) !important;
    backdrop-filter:blur(18px);
    padding:16px 20px 24px !important;gap:4px !important;
    border-bottom:1px solid var(--lb-line) !important;
    transform:translateY(-130%) !important;
    transition:transform .4s var(--lb-ease) !important;
    z-index:9998 !important;
  }
  .lunarbeach-landing .navlinks.open{transform:translateY(0) !important}
  .lunarbeach-landing .navlinks a,
  .lunarbeach-landing .navlinks li a{
    padding:14px 16px !important;font-size:1rem !important;
    display:block !important;
  }
  .lunarbeach-landing .navlinks a.cta,
  .lunarbeach-landing .navlinks li a.cta{
    margin:8px 0 0 !important;text-align:center !important;
    display:flex !important;justify-content:center;
  }
  .lunarbeach-landing .burger{display:flex !important}
  .lunarbeach-landing .section-pad{padding:80px 0 !important}
}
@media(max-width:520px){
  .lunarbeach-landing .wrap{padding:0 20px !important}
  .lunarbeach-landing .form{padding:24px !important}
  .lunarbeach-landing .stats{gap:22px !important}
  .lunarbeach-landing .dlink-cta{margin-left:0 !important}
}
@media(prefers-reduced-motion:reduce){
  .lunarbeach-landing *{animation:none !important}
  .lunarbeach-landing .reveal{opacity:1 !important;transform:none !important}
}

/* ── SKIP LINK / ACCESSIBILITY ────────────────────────────────── */
.lunarbeach-landing .screen-reader-text{
  border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);
  height:1px;width:1px;margin:-1px;overflow:hidden;
  padding:0;position:absolute !important;word-wrap:normal !important;
}
.lunarbeach-landing .screen-reader-text:focus{
  background:var(--lb-blue);color:#fff;clip:auto !important;clip-path:none;
  display:block;font-family:'Sora',sans-serif;font-weight:600;font-size:.9rem;
  height:auto;left:10px;line-height:normal;padding:14px 22px;
  text-decoration:none;top:10px;width:auto;z-index:100000;border-radius:10px;
}
.lunarbeach-landing .skip-link{position:absolute;left:-9999px;z-index:100000}
.lunarbeach-landing .skip-link:focus{left:10px;top:10px}


/* ============================================================
   WORDPRESS — inner-page templates (blog, single, archive etc.)
   These intentionally stay at standard specificity since they're
   for non-landing pages where WP body classes differ.
   ============================================================ */

.inner-page{padding-top:150px}
.content-area{display:grid;grid-template-columns:1fr 320px;gap:48px;align-items:start}
.content-area .primary{min-width:0}
.page-narrow{max-width:760px;margin:0 auto}
.post-list{display:flex;flex-direction:column;gap:28px;margin-top:8px}
.post-card{
  background:var(--lb-panel);border:1px solid var(--lb-line);border-radius:20px;overflow:hidden;
  transition:transform .4s var(--lb-ease),border-color .4s,box-shadow .4s;
}
.post-card:hover{transform:translateY(-4px);border-color:var(--lb-line-strong);
  box-shadow:0 24px 60px -34px rgba(36,91,255,.6)}
.post-card-thumb{display:block;aspect-ratio:16/8;overflow:hidden}
.post-card-thumb img{width:100%;height:100%;object-fit:cover;display:block}
.post-card-body{padding:28px 30px}
.post-meta{font-size:.8rem;letter-spacing:.04em;color:rgba(221,231,255,.55);
  font-family:'Sora',sans-serif;font-weight:500;margin-bottom:12px;
  display:flex;flex-wrap:wrap;gap:8px;align-items:center}
.post-meta a{color:var(--lb-sky)}.post-meta .dot{opacity:.5}
.post-card-title{font-size:1.5rem;line-height:1.15;margin-bottom:12px}
.post-card-title a{color:var(--lb-mist);transition:color .25s}
.post-card-title a:hover{color:var(--lb-sky)}
.post-card-excerpt{color:rgba(221,231,255,.7);font-size:1rem;margin-bottom:18px}
.post-readmore{font-family:'Sora',sans-serif;font-weight:600;font-size:.92rem;color:var(--lb-sky);
  display:inline-flex;align-items:center;gap:8px}
.post-readmore .arr{transition:transform .25s}
.post-readmore:hover .arr{transform:translateX(4px)}
.single-post,.single-page{max-width:760px}
.content-area .single-post{max-width:none}
.single-header{margin-bottom:26px}
.single-title{font-size:clamp(2rem,4.5vw,3rem);line-height:1.05;color:var(--lb-mist);margin-top:10px}
.single-thumb{border-radius:20px;overflow:hidden;margin-bottom:32px;border:1px solid var(--lb-line)}
.single-thumb img{width:100%;height:auto;display:block}
.entry-content{color:rgba(221,231,255,.82);font-size:1.06rem;line-height:1.75}
.entry-content > *{margin-bottom:1.3em}
.entry-content h1,.entry-content h2,.entry-content h3,.entry-content h4{
  color:var(--lb-mist);font-family:'Sora',sans-serif;line-height:1.2;margin-top:1.6em;margin-bottom:.6em}
.entry-content h2{font-size:1.7rem}.entry-content h3{font-size:1.35rem}.entry-content h4{font-size:1.12rem}
.entry-content a{color:var(--lb-sky);text-decoration:underline;text-underline-offset:3px}
.entry-content a:hover{color:var(--lb-blue)}
.entry-content strong{color:var(--lb-mist)}
.entry-content ul,.entry-content ol{padding-left:1.4em}
.entry-content li{margin-bottom:.5em}
.entry-content blockquote{
  border-left:3px solid var(--lb-blue);padding:6px 0 6px 24px;margin-left:0;
  font-family:'Sora',sans-serif;font-weight:500;color:var(--lb-ice);font-size:1.15rem;font-style:italic;
}
.entry-content code{
  background:rgba(6,19,48,.7);border:1px solid var(--lb-line);border-radius:6px;
  padding:.15em .45em;font-size:.9em;color:var(--lb-sky)}
.entry-content pre{
  background:rgba(6,19,48,.75);border:1px solid var(--lb-line);border-radius:14px;
  padding:20px 22px;overflow:auto;font-size:.92rem}
.entry-content pre code{background:none;border:none;padding:0;color:var(--lb-ice)}
.entry-content img{border-radius:14px;height:auto}
.entry-content table{width:100%;border-collapse:collapse}
.entry-content th,.entry-content td{border:1px solid var(--lb-line);padding:10px 14px;text-align:left}
.entry-content th{background:rgba(36,91,255,.08);color:var(--lb-mist);font-family:'Sora',sans-serif}
.post-tags{margin-top:30px;display:flex;flex-wrap:wrap;gap:10px}
.post-tags a{
  font-size:.82rem;color:var(--lb-ice);background:rgba(95,160,255,.08);
  border:1px solid var(--lb-line);border-radius:999px;padding:6px 14px;transition:.25s}
.post-tags a:hover{border-color:var(--lb-sky);color:var(--lb-sky)}
.page-links{margin-top:20px;font-family:'Sora',sans-serif;font-weight:600;color:var(--lb-ice)}
.page-links a{color:var(--lb-sky);padding:0 6px}
.single-nav{margin-top:40px;padding-top:28px;border-top:1px solid var(--lb-line)}
.single-nav a{color:var(--lb-ice);font-family:'Sora',sans-serif;transition:color .25s}
.single-nav a:hover{color:var(--lb-sky)}
.single-nav .navlabel{display:block;font-size:.74rem;letter-spacing:.12em;text-transform:uppercase;
  color:rgba(221,231,255,.5);margin-bottom:4px}
.pagination,.comment-navigation{margin-top:48px;display:flex;justify-content:center}
.pagination .nav-links,.comment-navigation .nav-links{display:flex;flex-wrap:wrap;gap:8px;align-items:center}
.pagination .page-numbers{
  display:inline-flex;align-items:center;justify-content:center;min-width:44px;height:44px;padding:0 12px;
  border:1px solid var(--lb-line);border-radius:11px;color:var(--lb-ice);font-family:'Sora',sans-serif;
  font-weight:600;font-size:.92rem;transition:.25s}
.pagination a.page-numbers:hover{border-color:var(--lb-sky);color:var(--lb-sky);background:rgba(95,160,255,.08)}
.pagination .page-numbers.current{background:var(--lb-blue);border-color:var(--lb-blue);color:#fff}
.pagination .dots{border:none}
.sidebar{position:sticky;top:104px;display:flex;flex-direction:column;gap:26px}
.widget{background:var(--lb-panel);border:1px solid var(--lb-line);border-radius:18px;padding:24px}
.widget-title{font-size:1rem;color:var(--lb-mist);font-family:'Sora',sans-serif;margin-bottom:16px;
  padding-bottom:12px;border-bottom:1px solid var(--lb-line);letter-spacing:.02em}
.widget ul{list-style:none}
.widget ul li{padding:8px 0;border-bottom:1px solid rgba(95,160,255,.08);font-size:.95rem}
.widget ul li:last-child{border-bottom:none}
.widget a{color:rgba(221,231,255,.78);transition:color .25s}
.widget a:hover{color:var(--lb-sky)}
.footer-widgets{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:28px;
  margin-bottom:36px;padding-bottom:32px;border-bottom:1px solid var(--lb-line)}
.search-form .search-row{display:flex;gap:10px}
.search-field{
  flex:1;background:rgba(6,19,48,.6);border:1px solid var(--lb-line-strong);border-radius:11px;
  padding:13px 16px;color:var(--lb-mist);font-family:'Inter',sans-serif;font-size:.96rem}
.search-field:focus{outline:none;border-color:var(--lb-blue);box-shadow:0 0 0 3px rgba(36,91,255,.18)}
.search-submit{white-space:nowrap;padding:13px 22px}
.search-term{color:var(--lb-sky)}
.error-404 .error-code{
  font-family:'Sora',sans-serif;font-weight:800;font-size:clamp(5rem,16vw,11rem);line-height:.9;
  background:linear-gradient(180deg,#fff 25%,var(--lb-sky));
  -webkit-background-clip:text;background-clip:text;color:transparent;margin:10px 0}
.error-404 .error-title{font-size:clamp(1.6rem,3.5vw,2.4rem);color:var(--lb-mist);margin-bottom:14px}
.comments-area{margin-top:54px;padding-top:36px;border-top:1px solid var(--lb-line)}
.comments-title{font-family:'Sora',sans-serif;font-size:1.4rem;color:var(--lb-mist);margin-bottom:24px}
.comment-list{list-style:none}
.comment-list ol.children{list-style:none;margin-left:28px;margin-top:18px}
.comment-body{
  background:var(--lb-panel);border:1px solid var(--lb-line);border-radius:16px;padding:22px 24px;margin-bottom:18px}
.comment-author{display:flex;align-items:center;gap:12px;margin-bottom:8px}
.comment-author .avatar{border-radius:50%}
.comment-author .fn{font-family:'Sora',sans-serif;font-weight:600;color:var(--lb-mist);font-style:normal}
.comment-metadata{font-size:.78rem;color:rgba(221,231,255,.5);margin-bottom:10px}
.comment-metadata a{color:inherit}
.comment-content{color:rgba(221,231,255,.8);font-size:.98rem;line-height:1.7}
.comment-content a{color:var(--lb-sky)}
.reply a{font-size:.82rem;font-family:'Sora',sans-serif;font-weight:600;color:var(--lb-sky)}
.comment-respond{margin-top:30px}
.comment-reply-title{font-family:'Sora',sans-serif;font-size:1.3rem;color:var(--lb-mist);margin-bottom:18px}
.comment-form label{display:block;font-size:.82rem;font-weight:600;color:var(--lb-ice);margin-bottom:8px}
.comment-form input[type="text"],.comment-form input[type="email"],
.comment-form input[type="url"],.comment-form textarea{
  width:100%;background:rgba(6,19,48,.6);border:1px solid var(--lb-line-strong);border-radius:11px;
  padding:13px 16px;color:var(--lb-mist);font-family:'Inter',sans-serif;font-size:.96rem;margin-bottom:16px}
.comment-form input:focus,.comment-form textarea:focus{
  outline:none;border-color:var(--lb-blue);box-shadow:0 0 0 3px rgba(36,91,255,.18)}
.comment-form .form-submit{margin-top:6px}
.form-submit input[type="submit"]{
  display:inline-flex;align-items:center;gap:9px;font-family:'Sora',sans-serif;font-weight:600;
  font-size:.98rem;padding:14px 26px;border-radius:12px;cursor:pointer;border:none;
  background:var(--lb-blue);color:#fff;box-shadow:0 10px 30px -10px rgba(36,91,255,.8);transition:transform .25s}
.form-submit input[type="submit"]:hover{transform:translateY(-2px)}
.alignleft{float:left;margin:0 1.5em 1em 0}
.alignright{float:right;margin:0 0 1em 1.5em}
.aligncenter{display:block;margin-left:auto;margin-right:auto}
.wp-caption{max-width:100%}
.wp-caption-text{font-size:.82rem;color:rgba(221,231,255,.55);margin-top:8px;text-align:center}
.sticky{position:relative}
@media(max-width:900px){
  .content-area{grid-template-columns:1fr;gap:40px}
  .sidebar{position:static}
  .inner-page{padding-top:120px}
}
