/*
Theme Name: Moloko Liverpool
Theme URI: https://molokoliverpool.co.uk
Author: Moloko Liverpool
Author URI: https://www.instagram.com/moloko.liverpool/
Description: A neon-tropical WordPress theme for Moloko Liverpool — cocktail bar and beer terrace. Purple, pink and neon with tropical foliage. Includes page templates for Home, Events, Cocktail Classes, Booth Packages, Cocktail Menu, Gallery, Contact and Lost Property.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
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: moloko
Tags: one-column, custom-menu, custom-logo, featured-images, translation-ready, full-width-template
*/

/* ============================================================
   1. TOKENS
   ============================================================ */
:root {
  --ml-void: #0a0412;
  --ml-ink: #12071f;
  --ml-panel: #1a0a2c;
  --ml-panel-2: #24103c;
  --ml-line: rgba(255, 122, 240, 0.22);

  --ml-magenta: #ff2fd0;
  --ml-pink: #ff6bb5;
  --ml-violet: #a338ff;
  --ml-indigo: #6a2bff;
  --ml-lime: #6bffb8;
  --ml-cyan: #45e6ff;
  --ml-cream: #fdf3ff;
  --ml-muted: #c9a7e6;

  --ml-grad-hot: linear-gradient(100deg, var(--ml-magenta), var(--ml-violet) 55%, var(--ml-indigo));
  --ml-grad-tropic: linear-gradient(120deg, var(--ml-lime), var(--ml-cyan) 50%, var(--ml-magenta));
  --ml-grad-panel: linear-gradient(160deg, rgba(163, 56, 255, 0.16), rgba(255, 47, 208, 0.06) 60%, transparent);

  --ml-glow-pink: 0 0 8px rgba(255, 47, 208, 0.75), 0 0 28px rgba(255, 47, 208, 0.45);
  --ml-glow-violet: 0 0 10px rgba(163, 56, 255, 0.7), 0 0 34px rgba(106, 43, 255, 0.4);
  --ml-glow-lime: 0 0 8px rgba(107, 255, 184, 0.7), 0 0 26px rgba(107, 255, 184, 0.35);
  --ml-shadow: 0 24px 60px -24px rgba(255, 47, 208, 0.45);

  --ml-radius: 22px;
  --ml-radius-sm: 12px;
  --ml-wrap: 1200px;
  --ml-font-display: "Bebas Neue", "Anton", Impact, sans-serif;
  --ml-font-script: "Monoton", "Bebas Neue", cursive;
  --ml-font-body: "Outfit", "Helvetica Neue", Arial, sans-serif;
}

/* ============================================================
   2. BASE
   ============================================================ */
*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--ml-void);
  color: var(--ml-cream);
  font-family: var(--ml-font-body);
  font-size: 17px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(900px 600px at 12% -5%, rgba(163, 56, 255, 0.30), transparent 60%),
    radial-gradient(800px 520px at 88% 8%, rgba(255, 47, 208, 0.24), transparent 62%),
    radial-gradient(700px 500px at 50% 105%, rgba(107, 255, 184, 0.14), transparent 60%);
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.35;
  background-image: repeating-linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.035) 0 1px,
    transparent 1px 3px
  );
  mix-blend-mode: overlay;
}

#page { position: relative; z-index: 1; }

img { max-width: 100%; height: auto; display: block; }

a { color: var(--ml-pink); text-decoration: none; transition: color .2s ease, opacity .2s ease; }
a:hover { color: var(--ml-lime); }

h1, h2, h3, h4 {
  font-family: var(--ml-font-display);
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.02;
  margin: 0 0 0.5em;
  text-transform: uppercase;
}
h1 { font-size: clamp(2.8rem, 8vw, 6rem); }
h2 { font-size: clamp(2rem, 5vw, 3.6rem); }
h3 { font-size: clamp(1.3rem, 2.6vw, 1.9rem); }
p { margin: 0 0 1.1em; }

.ml-wrap { width: min(100% - 2.5rem, var(--ml-wrap)); margin-inline: auto; }
.ml-narrow { width: min(100% - 2.5rem, 820px); margin-inline: auto; }
.ml-section { padding: clamp(4rem, 9vw, 8rem) 0; position: relative; }
.ml-center { text-align: center; }
.screen-reader-text {
  position: absolute !important;
  width: 1px; height: 1px; overflow: hidden; clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}
.skip-link:focus {
  position: fixed; top: 12px; left: 12px; z-index: 999;
  width: auto; height: auto; clip: auto;
  background: var(--ml-magenta); color: #fff; padding: .6rem 1rem; border-radius: 8px;
}

/* ============================================================
   3. NEON PRIMITIVES
   ============================================================ */
.ml-neon {
  color: var(--ml-cream);
  text-shadow:
    0 0 4px #fff,
    0 0 12px var(--ml-magenta),
    0 0 34px var(--ml-magenta),
    0 0 70px var(--ml-violet);
}
.ml-neon--lime {
  text-shadow: 0 0 4px #fff, 0 0 12px var(--ml-lime), 0 0 34px var(--ml-lime), 0 0 66px var(--ml-cyan);
}
.ml-neon--violet {
  text-shadow: 0 0 4px #fff, 0 0 12px var(--ml-violet), 0 0 34px var(--ml-indigo), 0 0 66px var(--ml-indigo);
}
.ml-flicker { animation: ml-flicker 7s infinite steps(1); }
@keyframes ml-flicker {
  0%, 92%, 100% { opacity: 1; }
  93% { opacity: .45; }
  94% { opacity: 1; }
  96% { opacity: .6; }
  97% { opacity: 1; }
}

.ml-eyebrow {
  display: inline-block;
  font-family: var(--ml-font-body);
  font-size: .74rem;
  letter-spacing: .38em;
  text-transform: uppercase;
  color: var(--ml-lime);
  margin-bottom: 1rem;
  padding-left: .1em;
}

.ml-rule {
  height: 1px; border: 0; margin: 3rem 0;
  background: linear-gradient(90deg, transparent, var(--ml-magenta), var(--ml-lime), transparent);
  opacity: .55;
}

.ml-btn {
  --btn-bg: var(--ml-grad-hot);
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  padding: .95rem 2rem;
  border: 0;
  border-radius: 999px;
  background: var(--btn-bg);
  color: #fff !important;
  font-family: var(--ml-font-body);
  font-weight: 700;
  font-size: .82rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: var(--ml-glow-pink);
  transition: transform .22s cubic-bezier(.2,.8,.2,1), box-shadow .22s ease, filter .22s ease;
}
.ml-btn:hover { transform: translateY(-3px) scale(1.02); box-shadow: 0 0 14px rgba(255,47,208,.9), 0 0 46px rgba(163,56,255,.6); filter: brightness(1.08); }
.ml-btn--ghost {
  background: transparent;
  border: 1px solid var(--ml-line);
  color: var(--ml-cream) !important;
  box-shadow: inset 0 0 22px rgba(163, 56, 255, .18);
}
.ml-btn--ghost:hover { border-color: var(--ml-lime); color: var(--ml-lime) !important; box-shadow: var(--ml-glow-lime); }
.ml-btn--lime { --btn-bg: linear-gradient(100deg, var(--ml-lime), var(--ml-cyan)); color: #08131a !important; box-shadow: var(--ml-glow-lime); }

.ml-card {
  position: relative;
  background: var(--ml-panel);
  background-image: var(--ml-grad-panel);
  border: 1px solid var(--ml-line);
  border-radius: var(--ml-radius);
  padding: 2rem;
  overflow: hidden;
  transition: transform .3s cubic-bezier(.2,.8,.2,1), border-color .3s ease, box-shadow .3s ease;
}
.ml-card:hover { transform: translateY(-6px); border-color: rgba(107,255,184,.5); box-shadow: var(--ml-shadow); }
.ml-card__tag {
  display: inline-block;
  font-size: .68rem; letter-spacing: .24em; text-transform: uppercase;
  color: var(--ml-lime); margin-bottom: .8rem;
}

.ml-grid { display: grid; gap: 1.6rem; }
.ml-grid--2 { grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
.ml-grid--3 { grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)); }
.ml-grid--4 { grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); }

.ml-reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.8,.2,1); }
.ml-reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .ml-reveal { opacity: 1; transform: none; transition: none; }
  .ml-flicker, .ml-marquee__track, .ml-leaf { animation: none !important; }
  html { scroll-behavior: auto; }
}

/* Tropical leaf decorations */
.ml-leaf {
  position: absolute;
  pointer-events: none;
  opacity: .5;
  filter: drop-shadow(0 0 14px rgba(255, 47, 208, .7));
  animation: ml-sway 9s ease-in-out infinite;
}
.ml-leaf--tl { top: -40px; left: -60px; width: 260px; transform: rotate(-18deg); }
.ml-leaf--br { bottom: -60px; right: -70px; width: 300px; transform: rotate(160deg); animation-delay: -3s; }
@keyframes ml-sway {
  0%, 100% { transform: translate3d(0,0,0) rotate(-18deg); }
  50% { transform: translate3d(0,-14px,0) rotate(-11deg); }
}

/* ============================================================
   4. HEADER / NAV
   ============================================================ */
.ml-header {
  position: sticky;
  top: 0;
  z-index: 90;
  backdrop-filter: blur(14px);
  background: rgba(10, 4, 18, 0.62);
  border-bottom: 1px solid transparent;
  transition: background .3s ease, border-color .3s ease;
}
.ml-header.is-stuck {
  background: rgba(10, 4, 18, 0.92);
  border-bottom-color: var(--ml-line);
  box-shadow: 0 10px 40px -22px rgba(255, 47, 208, .8);
}
.ml-header__inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1.4rem; padding: .9rem 0;
}
.ml-brand { display: flex; align-items: center; gap: .8rem; }
.ml-brand__mark {
  font-family: var(--ml-font-display);
  font-size: 1.7rem; line-height: 1; letter-spacing: .06em;
  color: var(--ml-cream);
  text-shadow: 0 0 6px var(--ml-magenta), 0 0 22px var(--ml-violet);
}
.ml-brand__sub {
  display: block; font-size: .58rem; letter-spacing: .42em;
  color: var(--ml-muted); text-transform: uppercase; margin-top: .18rem;
}
.ml-brand img { max-height: 52px; width: auto; }

.ml-nav ul { display: flex; align-items: center; gap: 1.5rem; list-style: none; margin: 0; padding: 0; }
.ml-nav a {
  position: relative;
  color: var(--ml-cream);
  font-size: .74rem; font-weight: 600;
  letter-spacing: .18em; text-transform: uppercase;
  padding: .4rem 0;
}
.ml-nav a::after {
  content: ""; position: absolute; left: 0; bottom: 0;
  width: 0; height: 2px; border-radius: 2px;
  background: var(--ml-grad-tropic);
  transition: width .28s ease;
}
.ml-nav a:hover { color: var(--ml-lime); }
.ml-nav a:hover::after,
.ml-nav .current-menu-item > a::after { width: 100%; }
.ml-nav .current-menu-item > a { color: var(--ml-lime); }
.ml-nav ul ul {
  position: absolute; display: none; flex-direction: column; gap: .4rem;
  background: var(--ml-panel-2); border: 1px solid var(--ml-line);
  border-radius: var(--ml-radius-sm); padding: .8rem 1rem; min-width: 200px;
  box-shadow: var(--ml-shadow);
}
.ml-nav li { position: relative; }
.ml-nav li:hover > ul { display: flex; }

.ml-header__cta { display: flex; align-items: center; gap: .7rem; }
.ml-header__cta .ml-btn { padding: .7rem 1.3rem; font-size: .7rem; }

.ml-burger {
  display: none; background: none; border: 1px solid var(--ml-line);
  border-radius: 10px; padding: .55rem .6rem; cursor: pointer;
}
.ml-burger span { display: block; width: 22px; height: 2px; background: var(--ml-cream); margin: 4px 0; border-radius: 2px; transition: transform .25s ease, opacity .25s ease; }
.ml-burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.ml-burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.ml-burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

@media (max-width: 1000px) {
  .ml-burger { display: block; }
  .ml-header__cta .ml-btn { display: none; }
  .ml-nav {
    position: absolute; left: 0; right: 0; top: 100%;
    background: rgba(12, 5, 22, .98);
    border-top: 1px solid var(--ml-line);
    border-bottom: 1px solid var(--ml-line);
    max-height: 0; overflow: hidden; transition: max-height .35s ease;
  }
  .ml-nav.is-open { max-height: 80vh; overflow-y: auto; }
  .ml-nav ul { flex-direction: column; align-items: flex-start; gap: 0; padding: 1rem 1.25rem 1.6rem; }
  .ml-nav li { width: 100%; }
  .ml-nav a { display: block; padding: .85rem 0; border-bottom: 1px solid rgba(255,255,255,.06); font-size: .85rem; }
  .ml-nav ul ul { position: static; display: flex; border: 0; background: transparent; padding: 0 0 0 1rem; box-shadow: none; }
}

/* ============================================================
   5. HERO
   ============================================================ */
.ml-hero {
  position: relative;
  min-height: min(92vh, 900px);
  display: grid;
  place-items: center;
  text-align: center;
  padding: clamp(5rem, 12vw, 9rem) 0;
  overflow: hidden;
}
.ml-hero__media {
  position: absolute; inset: 0; z-index: -1;
  background-size: cover; background-position: center;
}
.ml-hero__media::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(10,4,18,.65), rgba(10,4,18,.65) 55%, var(--ml-void));
}
.ml-hero__title { margin-bottom: .3rem; }
.ml-hero__title span { display: block; }
.ml-hero__title .line-1 { font-size: clamp(3.4rem, 13vw, 10rem); letter-spacing: .04em; }
.ml-hero__title .line-2 {
  font-family: var(--ml-font-body); font-weight: 300;
  font-size: clamp(.7rem, 1.8vw, 1rem); letter-spacing: .6em;
  text-transform: uppercase; color: var(--ml-muted); margin-top: .6rem;
}
.ml-hero__lede { max-width: 620px; margin: 1.6rem auto 2.4rem; color: var(--ml-muted); font-size: 1.08rem; }
.ml-hero__actions { display: flex; flex-wrap: wrap; gap: .9rem; justify-content: center; }
.ml-hero__strip {
  margin-top: 3rem; display: flex; flex-wrap: wrap; gap: 1.4rem 2.6rem; justify-content: center;
  font-size: .72rem; letter-spacing: .26em; text-transform: uppercase; color: var(--ml-muted);
}
.ml-hero__strip span { display: inline-flex; align-items: center; gap: .55rem; }
.ml-hero__strip span::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--ml-lime); box-shadow: var(--ml-glow-lime); }

/* Page banner (interior pages) */
.ml-banner {
  position: relative; padding: clamp(5rem, 11vw, 8rem) 0 clamp(3rem, 6vw, 4.5rem);
  text-align: center; overflow: hidden;
  border-bottom: 1px solid var(--ml-line);
}
.ml-banner__bg { position: absolute; inset: 0; z-index: -1; background-size: cover; background-position: center; opacity: .38; }
.ml-banner__bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10,4,18,.6), var(--ml-void)); }
.ml-banner p { color: var(--ml-muted); max-width: 640px; margin: 0 auto; }

/* ============================================================
   6. MARQUEE
   ============================================================ */
.ml-marquee {
  overflow: hidden;
  border-block: 1px solid var(--ml-line);
  background: linear-gradient(90deg, rgba(255,47,208,.1), rgba(106,43,255,.1));
  padding: .9rem 0;
}
.ml-marquee__track {
  display: flex; gap: 3rem; width: max-content;
  animation: ml-scroll 28s linear infinite;
  font-family: var(--ml-font-display); font-size: 1.5rem; letter-spacing: .1em;
  color: var(--ml-cream); white-space: nowrap;
}
.ml-marquee__track span { display: inline-flex; align-items: center; gap: 3rem; }
.ml-marquee__track span::after { content: "✦"; color: var(--ml-lime); }
@keyframes ml-scroll { to { transform: translateX(-50%); } }

/* ============================================================
   7. CONTENT BLOCKS
   ============================================================ */
.ml-split { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.ml-split__media { border-radius: var(--ml-radius); overflow: hidden; border: 1px solid var(--ml-line); box-shadow: var(--ml-shadow); }
.ml-split__media img { width: 100%; }

.ml-feature { text-align: left; }
.ml-feature__num {
  font-family: var(--ml-font-display); font-size: 2.6rem; line-height: 1;
  color: transparent; -webkit-text-stroke: 1px var(--ml-magenta);
  margin-bottom: .6rem;
}

.ml-stat { text-align: center; }
.ml-stat__n { font-family: var(--ml-font-display); font-size: clamp(2.4rem, 6vw, 4rem); line-height: 1; }
.ml-stat__l { font-size: .68rem; letter-spacing: .28em; text-transform: uppercase; color: var(--ml-muted); }

/* Menu list */
.ml-menu-group + .ml-menu-group { margin-top: 3.5rem; }
.ml-menu-group__head { display: flex; align-items: baseline; gap: 1rem; margin-bottom: 1.6rem; }
.ml-menu-group__head h3 { margin: 0; }
.ml-menu-group__head::after { content: ""; flex: 1; height: 1px; background: var(--ml-line); }
.ml-drink {
  display: grid; grid-template-columns: 1fr auto; gap: .3rem 1.4rem;
  padding: 1.1rem 0; border-bottom: 1px dashed rgba(255,255,255,.10);
}
.ml-drink__name { font-family: var(--ml-font-display); font-size: 1.35rem; letter-spacing: .04em; }
.ml-drink__price { font-family: var(--ml-font-display); font-size: 1.35rem; color: var(--ml-lime); text-shadow: var(--ml-glow-lime); }
.ml-drink__desc { grid-column: 1 / -1; color: var(--ml-muted); font-size: .95rem; margin: 0; }

/* Gallery */
.ml-gallery { columns: 3; column-gap: 1rem; }
.ml-gallery figure { break-inside: avoid; margin: 0 0 1rem; position: relative; border-radius: var(--ml-radius-sm); overflow: hidden; border: 1px solid var(--ml-line); }
.ml-gallery img { width: 100%; transition: transform .5s cubic-bezier(.2,.8,.2,1), filter .5s ease; }
.ml-gallery figure:hover img { transform: scale(1.06); filter: saturate(1.3); }
.ml-gallery figcaption {
  position: absolute; inset: auto 0 0 0; padding: .8rem 1rem;
  background: linear-gradient(transparent, rgba(10,4,18,.9));
  font-size: .72rem; letter-spacing: .2em; text-transform: uppercase;
}
@media (max-width: 900px) { .ml-gallery { columns: 2; } }
@media (max-width: 560px) { .ml-gallery { columns: 1; } }

.ml-placeholder {
  aspect-ratio: 4 / 5;
  display: grid; place-items: center;
  background: var(--ml-grad-panel), var(--ml-panel);
  color: var(--ml-muted); font-size: .7rem; letter-spacing: .3em; text-transform: uppercase;
}

/* Events */
.ml-event {
  display: grid; grid-template-columns: 120px 1fr auto; gap: 1.6rem; align-items: center;
  padding: 1.6rem; border: 1px solid var(--ml-line); border-radius: var(--ml-radius);
  background: var(--ml-panel); background-image: var(--ml-grad-panel);
  transition: border-color .3s ease, transform .3s ease;
}
.ml-event:hover { border-color: var(--ml-lime); transform: translateX(6px); }
.ml-event__date { text-align: center; border-right: 1px solid var(--ml-line); padding-right: 1rem; }
.ml-event__day { font-family: var(--ml-font-display); font-size: 2.6rem; line-height: .9; display: block; }
.ml-event__mon { font-size: .68rem; letter-spacing: .28em; text-transform: uppercase; color: var(--ml-lime); }
.ml-event h3 { margin: 0 0 .25rem; }
.ml-event p { margin: 0; color: var(--ml-muted); font-size: .95rem; }
@media (max-width: 720px) {
  .ml-event { grid-template-columns: 90px 1fr; }
  .ml-event > .ml-btn { grid-column: 1 / -1; justify-self: start; }
}

/* Packages */
.ml-package { display: flex; flex-direction: column; }
.ml-package--featured { border-color: var(--ml-magenta); box-shadow: var(--ml-shadow); }
.ml-package__price { font-family: var(--ml-font-display); font-size: 3rem; line-height: 1; margin: .4rem 0 1rem; }
.ml-package ul { list-style: none; margin: 0 0 1.8rem; padding: 0; }
.ml-package li { padding: .5rem 0 .5rem 1.7rem; position: relative; border-bottom: 1px dashed rgba(255,255,255,.08); font-size: .95rem; }
.ml-package li::before { content: "✦"; position: absolute; left: 0; color: var(--ml-lime); }
.ml-package .ml-btn { margin-top: auto; align-self: flex-start; }

/* Forms */
.ml-form { display: grid; gap: 1.1rem; }
.ml-form .ml-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1.1rem; }
.ml-field { display: grid; gap: .45rem; }
.ml-field label { font-size: .7rem; letter-spacing: .24em; text-transform: uppercase; color: var(--ml-muted); }
input[type="text"], input[type="email"], input[type="tel"], input[type="date"],
input[type="search"], input[type="url"], input[type="number"], select, textarea {
  width: 100%;
  background: rgba(255, 255, 255, .04);
  border: 1px solid var(--ml-line);
  border-radius: var(--ml-radius-sm);
  color: var(--ml-cream);
  padding: .85rem 1rem;
  font-family: inherit; font-size: .98rem;
  transition: border-color .2s ease, box-shadow .2s ease;
}
input:focus, select:focus, textarea:focus {
  outline: none; border-color: var(--ml-magenta);
  box-shadow: 0 0 0 3px rgba(255, 47, 208, .18), var(--ml-glow-pink);
}
textarea { min-height: 150px; resize: vertical; }
::placeholder { color: rgba(201, 167, 230, .5); }

.ml-note {
  border-left: 3px solid var(--ml-lime);
  background: rgba(107, 255, 184, .07);
  padding: 1rem 1.2rem; border-radius: 0 var(--ml-radius-sm) var(--ml-radius-sm) 0;
  font-size: .95rem;
}
.ml-alert { border-radius: var(--ml-radius-sm); padding: 1rem 1.2rem; margin-bottom: 1.4rem; font-size: .95rem; }
.ml-alert--ok { background: rgba(107,255,184,.12); border: 1px solid rgba(107,255,184,.4); }
.ml-alert--err { background: rgba(255,47,208,.12); border: 1px solid rgba(255,47,208,.4); }

/* FAQ */
.ml-faq details {
  border: 1px solid var(--ml-line); border-radius: var(--ml-radius-sm);
  padding: 1.1rem 1.3rem; margin-bottom: .8rem; background: rgba(255,255,255,.02);
}
.ml-faq summary { cursor: pointer; font-weight: 600; letter-spacing: .02em; list-style: none; }
.ml-faq summary::-webkit-details-marker { display: none; }
.ml-faq summary::after { content: "+"; float: right; color: var(--ml-lime); font-size: 1.3rem; line-height: 1; }
.ml-faq details[open] summary::after { content: "–"; }
.ml-faq details p { margin: .9rem 0 0; color: var(--ml-muted); }

/* CTA band */
.ml-cta-band {
  position: relative; overflow: hidden; text-align: center;
  border-radius: var(--ml-radius);
  border: 1px solid var(--ml-line);
  background: var(--ml-grad-panel), var(--ml-panel-2);
  padding: clamp(2.5rem, 6vw, 4.5rem);
}

/* ============================================================
   8. POSTS / EDITOR
   ============================================================ */
.ml-entry { padding: clamp(3rem, 7vw, 5rem) 0; }
.ml-entry__content { font-size: 1.05rem; }
.ml-entry__content h2, .ml-entry__content h3 { margin-top: 2.2rem; }
.ml-entry__content blockquote {
  margin: 2rem 0; padding: 1.2rem 1.6rem;
  border-left: 3px solid var(--ml-magenta); background: rgba(255,47,208,.07);
  font-size: 1.1rem;
}
.ml-entry__content ul, .ml-entry__content ol { padding-left: 1.3rem; }
.ml-entry__content li { margin-bottom: .5rem; }
.ml-entry__content img, .wp-block-image img { border-radius: var(--ml-radius-sm); }
.ml-entry__meta { font-size: .72rem; letter-spacing: .24em; text-transform: uppercase; color: var(--ml-muted); margin-bottom: 1rem; }
.alignwide { width: min(100%, 1100px); margin-inline: auto; }
.alignfull { width: 100%; }
.aligncenter { margin-inline: auto; }
.alignleft { float: left; margin: 0 1.5rem 1rem 0; }
.alignright { float: right; margin: 0 0 1rem 1.5rem; }
.wp-caption-text, .wp-element-caption { font-size: .82rem; color: var(--ml-muted); text-align: center; }
.sticky .ml-card { border-color: var(--ml-lime); }

.ml-pagination { display: flex; gap: .5rem; justify-content: center; margin-top: 3rem; flex-wrap: wrap; }
.ml-pagination .page-numbers {
  padding: .55rem 1rem; border: 1px solid var(--ml-line); border-radius: 999px;
  color: var(--ml-cream); font-size: .8rem; letter-spacing: .12em;
}
.ml-pagination .current, .ml-pagination .page-numbers:hover { background: var(--ml-grad-hot); border-color: transparent; color: #fff; }

/* Comments */
.ml-comments { margin-top: 3.5rem; }
.ml-comments ol { list-style: none; padding: 0; }
.ml-comments .comment-body { border: 1px solid var(--ml-line); border-radius: var(--ml-radius-sm); padding: 1.2rem; margin-bottom: 1rem; }
.ml-comments .children { padding-left: 1.6rem; }

/* Widgets */
.ml-widget { margin-bottom: 2rem; }
.ml-widget ul { list-style: none; padding: 0; margin: 0; }
.ml-widget li { padding: .4rem 0; border-bottom: 1px solid rgba(255,255,255,.07); }
.widget-title, .ml-widget h2, .ml-widget h3 { font-size: 1.1rem; }

/* ============================================================
   9. FOOTER
   ============================================================ */
.ml-footer {
  position: relative;
  margin-top: clamp(3rem, 8vw, 6rem);
  border-top: 1px solid var(--ml-line);
  background: linear-gradient(180deg, transparent, rgba(163, 56, 255, .10));
  padding: clamp(3rem, 7vw, 5rem) 0 2rem;
}
.ml-footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 2.4rem; }
@media (max-width: 860px) { .ml-footer__grid { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); } }
.ml-footer h4 { font-size: 1rem; letter-spacing: .18em; margin-bottom: 1rem; color: var(--ml-lime); }
.ml-footer ul { list-style: none; margin: 0; padding: 0; }
.ml-footer li { margin-bottom: .55rem; }
.ml-footer a { color: var(--ml-muted); font-size: .93rem; }
.ml-footer a:hover { color: var(--ml-lime); }
.ml-footer__hours { font-size: .93rem; color: var(--ml-muted); }
.ml-footer__hours div { display: flex; justify-content: space-between; gap: 1rem; padding: .28rem 0; border-bottom: 1px dashed rgba(255,255,255,.08); }
.ml-social { display: flex; gap: .7rem; margin-top: 1.2rem; }
.ml-social a {
  width: 42px; height: 42px; display: grid; place-items: center;
  border: 1px solid var(--ml-line); border-radius: 50%; color: var(--ml-cream);
  transition: all .25s ease;
}
.ml-social a:hover { background: var(--ml-grad-hot); border-color: transparent; transform: translateY(-3px); box-shadow: var(--ml-glow-pink); }
.ml-social svg { width: 18px; height: 18px; fill: currentColor; }
.ml-colophon {
  margin-top: 3rem; padding-top: 1.4rem; border-top: 1px solid rgba(255,255,255,.08);
  display: flex; flex-wrap: wrap; gap: 1rem; justify-content: space-between;
  font-size: .78rem; color: var(--ml-muted);
}

/* 404 */
.ml-404 { text-align: center; padding: clamp(5rem, 14vw, 10rem) 0; }
.ml-404 h1 { font-size: clamp(6rem, 22vw, 16rem); }
.ml-logo{
    display:block;
    width:450px;      /* adjust to suit */
    max-width:90%;
    height:auto;
    margin:0 auto 20px;
}