/*
Theme Name: Magic Magic
Theme URI: https://magicmagic.ca/
Author: Magic Magic
Author URI: https://magicmagic.ca/
Description: Black & gold luxury WordPress theme for Magic Magic — Canada's magic & illusion entertainment agency. A theatre-playbill design system: near-black stage, gilded serif headlines, hairline gold frames, a scrolling gilt showcase of photos, click-to-load videos and a site-wide lightbox. Ships with the Magic Magic seal & wordmark brand. Pairs with the Magic Magic Toolkit plugin, which builds all content automatically.
Version: 5.4.2
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: magic-magic
Tags: entertainment, dark, one-column, custom-menu, featured-images, translation-ready
*/

/* ==========================================================================
   1. Tokens — black & gold playbill palette
   ========================================================================== */
:root {
  --mm-bg: #0c0b09;
  --mm-bg2: #131109;
  --mm-panel: #16140f;
  --mm-panel2: #1b1812;
  --mm-line: rgba(207, 169, 99, .16);
  --mm-line2: rgba(207, 169, 99, .42);
  --mm-gold: #cfa963;
  --mm-gold2: #e9d3a1;
  --mm-gold3: #96763a;
  --mm-grad: linear-gradient(135deg, #e9d3a1 0%, #cfa963 46%, #96763a 100%);
  --mm-text: #efe9dc;
  --mm-muted: #a89f8e;
  --mm-serif: "Playfair Display", "Times New Roman", serif;
  --mm-sans: "Outfit", "Segoe UI", sans-serif;
  --mm-radius: 6px;
  --mm-shadow: 0 24px 60px rgba(0, 0, 0, .55);
  --mm-glow: 0 0 0 1px var(--mm-line2), 0 18px 50px rgba(0, 0, 0, .6);
}

/* ==========================================================================
   2. Base
   ========================================================================== */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--mm-bg);
  color: var(--mm-text);
  font-family: var(--mm-sans);
  font-weight: 300;
  font-size: 17px;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; }
a { color: var(--mm-gold); text-decoration: none; transition: color .25s ease; }
a:hover { color: var(--mm-gold2); }
h1, h2, h3, h4 {
  font-family: var(--mm-serif);
  font-weight: 600;
  line-height: 1.16;
  color: var(--mm-text);
  margin: 1.5em 0 .55em;
  letter-spacing: .01em;
}
h1 { font-size: clamp(2.4rem, 5.4vw, 4.1rem); margin-top: 0; }
h2 { font-size: clamp(1.7rem, 3.2vw, 2.5rem); }
h3 { font-size: 1.28rem; }
h1 em, h2 em { font-style: italic; background: var(--mm-grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
p { margin: 0 0 1.2em; }
strong { font-weight: 500; color: var(--mm-text); }
figure { margin: 2.2em 0; }
figcaption { font-size: .84rem; color: var(--mm-muted); text-align: center; padding-top: 10px; letter-spacing: .04em; }
::selection { background: rgba(207, 169, 99, .35); }
.screen-reader-text {
  position: absolute; width: 1px; height: 1px; overflow: hidden;
  clip: rect(0 0 0 0); white-space: nowrap;
}

.mm-container { max-width: 1180px; margin: 0 auto; padding: 0 26px; }
.mm-center { text-align: center; }
.mm-center .mm-lead { margin-left: auto; margin-right: auto; }
.mm-section { padding: 96px 0; position: relative; }
.mm-section--alt { background: var(--mm-bg2); border-top: 1px solid var(--mm-line); border-bottom: 1px solid var(--mm-line); }
.mm-lead { font-size: 1.16rem; line-height: 1.8; color: var(--mm-muted); max-width: 760px; font-weight: 300; }

/* Kicker — letterspaced small caps with side rules */
.mm-kicker {
  display: inline-flex; align-items: center; gap: 16px;
  font-family: var(--mm-sans); font-size: .78rem; font-weight: 500;
  letter-spacing: .34em; text-transform: uppercase; color: var(--mm-gold);
  margin-bottom: 18px;
}
.mm-kicker::before, .mm-kicker::after {
  content: ""; height: 1px; width: 42px;
  background: linear-gradient(90deg, transparent, var(--mm-gold3));
}
.mm-kicker::after { background: linear-gradient(90deg, var(--mm-gold3), transparent); }

/* Gold ornament divider */
.mm-orn { text-align: center; color: var(--mm-gold); font-size: 1rem; letter-spacing: .8em; margin: 8px 0 0; opacity: .8; }

/* ==========================================================================
   3. Buttons
   ========================================================================== */
.mm-btn {
  display: inline-block; padding: 15px 34px; margin: 4px 6px 4px 0;
  font-family: var(--mm-sans); font-size: .8rem; font-weight: 600;
  letter-spacing: .22em; text-transform: uppercase;
  border-radius: 2px; cursor: pointer; transition: all .3s ease;
  border: 1px solid transparent;
}
.mm-btn--solid {
  background: var(--mm-grad); color: #14100a !important;
  box-shadow: 0 10px 30px rgba(207, 169, 99, .22);
}
.mm-btn--solid:hover { filter: brightness(1.08); box-shadow: 0 14px 38px rgba(207, 169, 99, .35); transform: translateY(-2px); }
.mm-btn--ghost {
  background: transparent; color: var(--mm-gold2) !important;
  border-color: var(--mm-line2);
}
.mm-btn--ghost:hover { border-color: var(--mm-gold); background: rgba(207, 169, 99, .08); transform: translateY(-2px); }
.mm-inline-cta { margin-top: 2em; }

/* ==========================================================================
   4. Header & navigation
   ========================================================================== */
.mm-topline { height: 3px; background: var(--mm-grad); }
.mm-header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(12, 11, 9, .92); backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--mm-line);
}
.mm-header__inner { display: flex; align-items: center; gap: 30px; min-height: 82px; }
.mm-logo { display: flex; align-items: center; gap: 13px; color: var(--mm-text) !important; }
.mm-logo svg, .mm-logo .mm-seal { width: 46px; height: 46px; flex: 0 0 auto; }
.mm-logo__name {
  font-family: var(--mm-serif); font-size: 1.32rem; font-weight: 600; letter-spacing: .18em;
  text-transform: uppercase; background: var(--mm-grad);
  -webkit-background-clip: text; background-clip: text; color: transparent;
  line-height: 1.1; white-space: nowrap;
}
.mm-logo__tag { display: block; font-family: var(--mm-sans); font-size: .56rem; font-weight: 500; letter-spacing: .3em; color: var(--mm-muted); -webkit-text-fill-color: var(--mm-muted); text-transform: uppercase; margin-top: 3px; }
.mm-logo img { max-height: 52px; width: auto; }

.mm-nav { margin-left: auto; }
.mm-nav__list { list-style: none; display: flex; gap: 4px; margin: 0; padding: 0; align-items: center; }
.mm-nav__list > li { position: relative; }
.mm-nav__list > li > a {
  display: block; padding: 30px 13px; color: var(--mm-text);
  font-size: .8rem; font-weight: 500; letter-spacing: .16em; text-transform: uppercase;
}
.mm-nav__list > li > a:hover { color: var(--mm-gold2); }
.mm-caret { font-size: .7em; color: var(--mm-gold); }
.mm-header__cta { white-space: nowrap; }
.mm-nav-toggle {
  display: none; background: none; border: 1px solid var(--mm-line2); color: var(--mm-gold);
  font-size: 1.25rem; border-radius: 2px; padding: 7px 13px; cursor: pointer; margin-left: auto;
}

/* Mega menu.
   NOTE: the sticky header uses backdrop-filter, which makes it the containing
   block for fixed-position descendants — so the nav and mega panel are
   position:absolute, anchored to the header itself (top:100% = just below). */
.mm-mega-toggle { display: none; }
.mm-nav__list > li.mm-has-mega { position: static; }
.mm-mega {
  position: absolute; left: 0; right: 0; top: 100%;
  /* Solid (not rgba): translucent backgrounds composite unreliably under the
     header's backdrop-filter, letting page content bleed through. */
  background: #0e0d0a; border-top: 1px solid var(--mm-line2); border-bottom: 1px solid var(--mm-line);
  box-shadow: 0 40px 80px rgba(0, 0, 0, .6);
  opacity: 0; visibility: hidden; transform: translateY(-8px);
  transition: opacity .25s ease, transform .25s ease, visibility .25s;
  z-index: 55;
}
.mm-has-mega:hover .mm-mega, .mm-has-mega:focus-within .mm-mega { opacity: 1; visibility: visible; transform: none; }
.mm-mega__inner { display: grid; grid-template-columns: repeat(4, 1fr) 1.15fr; gap: 34px; padding-top: 40px; padding-bottom: 44px; }
.mm-mega__col h4 {
  margin: 0 0 14px; font-family: var(--mm-sans); font-size: .72rem; font-weight: 600;
  letter-spacing: .3em; text-transform: uppercase; color: var(--mm-gold);
  border-bottom: 1px solid var(--mm-line); padding-bottom: 10px;
}
.mm-mega__col ul { list-style: none; margin: 0; padding: 0; }
.mm-mega__col li { margin: 0 0 2px; }
.mm-mega__col a { display: block; padding: 6px 0; color: var(--mm-text); font-size: .93rem; font-weight: 300; }
.mm-mega__col a:hover { color: var(--mm-gold2); padding-left: 4px; }
.mm-mega__feature { border-left: 1px solid var(--mm-line); padding-left: 34px; }
.mm-mega__cta { margin-top: 14px; }
.mm-mega__phone { margin: 14px 0 0; font-size: .9rem; }

/* ==========================================================================
   5. Hero
   ========================================================================== */
.mm-hero { position: relative; min-height: 92vh; display: flex; align-items: center; overflow: hidden; }
.mm-hero__bg {
  position: absolute; inset: 0; background-size: cover; background-position: center 22%;
  filter: saturate(.85) brightness(.9);
  transform: scale(1.04);
}
.mm-hero::before {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background:
    linear-gradient(180deg, rgba(12, 11, 9, .68) 0%, rgba(12, 11, 9, .35) 40%, rgba(12, 11, 9, .97) 100%),
    radial-gradient(ellipse at 50% 10%, rgba(207, 169, 99, .14), transparent 55%);
}
.mm-hero__frame {
  position: absolute; inset: 22px; z-index: 2; pointer-events: none;
  border: 1px solid rgba(207, 169, 99, .38);
}
.mm-hero__frame::before, .mm-hero__frame::after {
  content: "\2726"; position: absolute; color: var(--mm-gold); font-size: .9rem;
  background: transparent; line-height: 1;
}
.mm-hero__frame::before { top: -8px; left: 50%; transform: translateX(-50%); text-shadow: 0 0 14px rgba(207,169,99,.8); }
.mm-hero__frame::after { bottom: -8px; left: 50%; transform: translateX(-50%); text-shadow: 0 0 14px rgba(207,169,99,.8); }
.mm-hero .mm-container { position: relative; z-index: 3; width: 100%; }
.mm-hero__content { max-width: 880px; margin: 0 auto; text-align: center; padding: 140px 0 120px; }
.mm-hero h1 { margin-bottom: .35em; text-shadow: 0 4px 40px rgba(0, 0, 0, .7); }
.mm-hero__sub { font-size: 1.13rem; color: rgba(239, 233, 220, .85); max-width: 640px; margin: 0 auto 1.6em; line-height: 1.85; }
.mm-hero__call { margin-top: 1.6em; font-size: .95rem; color: var(--mm-muted); letter-spacing: .06em; }
.mm-hero__call a { color: var(--mm-gold2); font-weight: 500; }
.mm-press {
  display: flex; flex-wrap: wrap; gap: 12px 26px; justify-content: center; align-items: center;
  margin-top: 54px; padding-top: 26px; border-top: 1px solid rgba(207, 169, 99, .22);
  font-size: .78rem; letter-spacing: .22em; text-transform: uppercase; color: var(--mm-muted);
}
.mm-press strong { color: var(--mm-gold2); font-weight: 500; }

/* ==========================================================================
   6. Stats bar
   ========================================================================== */
.mm-stats { background: var(--mm-bg2); border-top: 1px solid var(--mm-line2); border-bottom: 1px solid var(--mm-line); }
.mm-stats__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.mm-stat { text-align: center; padding: 40px 16px; border-left: 1px solid var(--mm-line); }
.mm-stat:first-child { border-left: none; }
.mm-stat b {
  display: block; font-family: var(--mm-serif); font-weight: 600; font-size: 2.6rem; line-height: 1;
  background: var(--mm-grad); -webkit-background-clip: text; background-clip: text; color: transparent;
  margin-bottom: 10px;
}
.mm-stat span { font-size: .74rem; letter-spacing: .26em; text-transform: uppercase; color: var(--mm-muted); }

/* ==========================================================================
   7. Showcase marquee (gilt-framed photo strip)
   ========================================================================== */
.mm-showcase { overflow: hidden; padding: 46px 0; background: var(--mm-bg); }
/* Simple, robust marquee: the track is NOT forced onto its own GPU layer
   (a >4000px layer exceeds mobile texture limits and makes images blank out
   as they scroll). Images carry explicit width/height and load eagerly, so
   they always occupy their slot and the -50% loop stays aligned. */
.mm-showcase__track { display: flex; gap: 26px; width: max-content; animation: mm-show 60s linear infinite; }
.mm-showcase img {
  height: 240px; width: 180px; flex: 0 0 auto; object-fit: cover; border-radius: 2px;
  border: 1px solid var(--mm-line2); outline: 6px solid var(--mm-panel);
  box-shadow: var(--mm-shadow);
  transition: transform .4s ease, box-shadow .4s ease; cursor: zoom-in;
}
.mm-showcase img:hover { transform: translateY(-6px); box-shadow: 0 22px 60px rgba(0,0,0,.7), 0 0 40px rgba(207,169,99,.18); }
.mm-showcase:hover .mm-showcase__track { animation-play-state: paused; }
@keyframes mm-show { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* Touring cities ribbon */
.mm-marquee { overflow: hidden; border-top: 1px solid var(--mm-line); border-bottom: 1px solid var(--mm-line); background: var(--mm-bg2); padding: 15px 0; }
.mm-marquee__track { display: flex; gap: 58px; width: max-content; animation: mm-show 46s linear infinite; }
.mm-marquee span {
  font-family: var(--mm-serif); font-style: italic; font-size: 1rem; color: var(--mm-muted); white-space: nowrap;
}
.mm-marquee span::after { content: "\2726"; margin-left: 58px; color: var(--mm-gold3); font-style: normal; font-size: .7rem; }

/* ==========================================================================
   8. Cards & grids
   ========================================================================== */
.mm-grid { display: grid; gap: 26px; }
.mm-grid--2 { grid-template-columns: repeat(2, 1fr); }
.mm-grid--3 { grid-template-columns: repeat(3, 1fr); }
.mm-card {
  background: var(--mm-panel); border: 1px solid var(--mm-line); border-radius: var(--mm-radius);
  overflow: hidden; transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease;
  display: flex; flex-direction: column;
}
.mm-card:hover { transform: translateY(-7px); border-color: var(--mm-line2); box-shadow: var(--mm-glow); }
.mm-card__img, .mm-card > a > img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; display: block; filter: saturate(.92); transition: filter .35s ease; }
.mm-card:hover .mm-card__img { filter: saturate(1.05); }
.mm-card__body { padding: 26px 26px 30px; display: flex; flex-direction: column; flex: 1; }
.mm-card__body h3 { margin: 0 0 10px; }
.mm-card__body h3 a:hover { color: var(--mm-gold2) !important; }
.mm-card__body p { color: var(--mm-muted); font-size: .95rem; margin-bottom: 16px; }
.mm-card__link {
  margin-top: auto; font-size: .76rem; font-weight: 600; letter-spacing: .22em; text-transform: uppercase;
  color: var(--mm-gold);
}
.mm-card__link:hover { color: var(--mm-gold2); letter-spacing: .26em; }

/* Content-area grids (gallery) */
.mm-content .mm-grid { margin: 2.4em 0; }
.mm-content .mm-grid figure { margin: 0; }
.mm-content .mm-grid img {
  width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 2px;
  border: 1px solid var(--mm-line); outline: 5px solid var(--mm-panel);
  transition: transform .35s ease, box-shadow .35s ease; cursor: zoom-in;
}
.mm-content .mm-grid img:hover { transform: scale(1.03); box-shadow: 0 16px 40px rgba(0,0,0,.55), 0 0 34px rgba(207,169,99,.16); }

/* ==========================================================================
   9. Split rows — image beside text
   ========================================================================== */
.mm-split-row {
  display: grid; grid-template-columns: 1fr 1fr; gap: 54px;
  align-items: center; margin: 3.4em 0;
}
.mm-split-row figure { margin: 0; }
.mm-split-row img {
  width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 2px;
  border: 1px solid var(--mm-line2); outline: 7px solid var(--mm-panel);
  box-shadow: var(--mm-shadow); cursor: zoom-in;
}
.mm-split-row--tall img { aspect-ratio: 3 / 4; }
.mm-split-row h2, .mm-split-row h3 { margin-top: 0; }
.mm-split-row h2::after {
  content: ""; display: block; width: 54px; height: 2px; margin-top: 16px;
  background: var(--mm-grad);
}
.mm-split-row--reverse figure { order: 2; }

/* Homepage about split */
.mm-split { display: grid; grid-template-columns: 1.05fr .95fr; gap: 64px; align-items: center; }
.mm-split img {
  width: 100%; border-radius: 2px; border: 1px solid var(--mm-line2);
  outline: 8px solid var(--mm-panel); box-shadow: var(--mm-shadow);
}

/* ==========================================================================
   10. Video facade & Instagram embed
   ========================================================================== */
.mm-video {
  position: relative; aspect-ratio: 16 / 9; border-radius: 2px; overflow: hidden;
  background: #000; border: 1px solid var(--mm-line2); outline: 7px solid var(--mm-panel);
  box-shadow: var(--mm-shadow); margin: 2.2em 0;
}
.mm-video > img { width: 100%; height: 100%; object-fit: cover; display: block; opacity: .85; }
.mm-video iframe, .mm-video video { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.mm-video__play {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 86px; height: 86px; border-radius: 50%; cursor: pointer;
  background: rgba(12, 11, 9, .55); backdrop-filter: blur(4px);
  border: 1px solid var(--mm-gold); color: var(--mm-gold2); font-size: 1.5rem;
  display: flex; align-items: center; justify-content: center;
  transition: all .3s ease;
  box-shadow: 0 0 0 10px rgba(207, 169, 99, .1), 0 0 50px rgba(0, 0, 0, .5);
}
.mm-video__play span { margin-left: 5px; }
.mm-video__play:hover { background: rgba(207, 169, 99, .25); box-shadow: 0 0 0 16px rgba(207, 169, 99, .12), 0 0 60px rgba(207, 169, 99, .3); }

/* ==========================================================================
   11. Testimonials
   ========================================================================== */
.mm-quote {
  margin: 0; padding: 38px 34px; background: var(--mm-panel);
  border: 1px solid var(--mm-line); border-radius: var(--mm-radius); position: relative;
}
.mm-quote::before {
  content: "\201C"; position: absolute; top: 2px; left: 20px;
  font-family: var(--mm-serif); font-size: 5rem; line-height: 1;
  background: var(--mm-grad); -webkit-background-clip: text; background-clip: text; color: transparent;
  opacity: .5;
}
.mm-quote__stars { color: var(--mm-gold); letter-spacing: .3em; margin-bottom: 14px; font-size: .85rem; }
.mm-quote p { font-family: var(--mm-serif); font-style: italic; font-size: 1.08rem; line-height: 1.7; color: var(--mm-text); }
.mm-quote cite { font-style: normal; font-size: .8rem; letter-spacing: .18em; text-transform: uppercase; color: var(--mm-muted); }

/* ==========================================================================
   12. Roster / performers
   ========================================================================== */
.mm-roster .mm-perf-card .mm-card__img { aspect-ratio: 3 / 3.4; object-fit: cover; object-position: top; }
.mm-perf-tag { font-family: var(--mm-serif); font-style: italic; color: var(--mm-gold2); font-size: .98rem; margin-bottom: 6px; }
.mm-perf-city { font-size: .8rem; letter-spacing: .18em; text-transform: uppercase; color: var(--mm-muted); }
.mm-perf-stats {
  font-size: .82rem; letter-spacing: .16em; text-transform: uppercase; color: var(--mm-gold);
  border-top: 1px solid var(--mm-line); border-bottom: 1px solid var(--mm-line);
  padding: 12px 0; margin-bottom: 1.4em;
}
.mm-perf-acts { display: flex; flex-wrap: wrap; gap: 10px; }
.mm-tag {
  display: inline-block; padding: 9px 18px; border: 1px solid var(--mm-line2); border-radius: 2px;
  font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; color: var(--mm-gold2);
  transition: all .25s ease;
}
.mm-tag:hover { background: rgba(207, 169, 99, .1); border-color: var(--mm-gold); }

/* ==========================================================================
   13. Client wall
   ========================================================================== */
.mm-clients {
  display: flex; flex-wrap: wrap; gap: 30px 48px; align-items: center; justify-content: center;
  padding: 34px 30px; border-top: 1px solid var(--mm-line); border-bottom: 1px solid var(--mm-line);
}
.mm-clients img {
  height: 44px; width: auto; opacity: .55; filter: grayscale(1) brightness(1.6);
  transition: opacity .3s ease, filter .3s ease;
}
.mm-clients img:hover { opacity: 1; filter: grayscale(0) brightness(1.15); }
/* Text brand list (no logo images) */
.mm-clients--text { gap: 16px 20px; }
.mm-clients--text span {
  font-family: var(--mm-serif); font-size: 1.05rem; letter-spacing: .04em;
  color: var(--mm-gold2); padding: 9px 20px; border: 1px solid var(--mm-line2);
  border-radius: 40px; background: rgba(207, 169, 99, .05);
  transition: border-color .3s ease, background .3s ease;
}
.mm-clients--text span:hover { border-color: var(--mm-gold); background: rgba(207, 169, 99, .1); }

/* ==========================================================================
   14. Steps, event, FAQ
   ========================================================================== */
.mm-steps { counter-reset: mmstep; }
.mm-step {
  background: var(--mm-panel); border: 1px solid var(--mm-line); border-radius: var(--mm-radius);
  padding: 40px 32px 34px; position: relative; counter-increment: mmstep;
}
.mm-step::before {
  content: counter(mmstep, upper-roman);
  display: block; font-family: var(--mm-serif); font-size: 2.2rem; line-height: 1;
  background: var(--mm-grad); -webkit-background-clip: text; background-clip: text; color: transparent;
  margin-bottom: 16px;
}
.mm-step h3 { margin: 0 0 10px; }

.mm-event {
  display: grid; grid-template-columns: .8fr 1.2fr; gap: 54px; align-items: center;
  background: var(--mm-panel); border: 1px solid var(--mm-line2); border-radius: var(--mm-radius);
  padding: 44px; box-shadow: var(--mm-shadow);
}
.mm-event img { border-radius: 2px; border: 1px solid var(--mm-line2); outline: 6px solid var(--mm-panel2); width: 100%; }
.mm-event__meta { font-size: .82rem; letter-spacing: .22em; text-transform: uppercase; color: var(--mm-gold2); margin: 4px 0 14px; }

.mm-faq { max-width: 860px; margin-left: auto; margin-right: auto; }
.mm-faq details, .mm-content details {
  background: var(--mm-panel); border: 1px solid var(--mm-line); border-radius: var(--mm-radius);
  margin-bottom: 12px; overflow: hidden;
}
.mm-faq summary, .mm-content summary {
  cursor: pointer; list-style: none; padding: 21px 56px 21px 26px; position: relative;
  font-family: var(--mm-serif); font-size: 1.1rem; font-weight: 600; color: var(--mm-text);
  transition: color .25s ease;
}
summary::-webkit-details-marker { display: none; }
.mm-faq summary::after, .mm-content summary::after {
  content: "+"; position: absolute; right: 24px; top: 50%; transform: translateY(-50%);
  font-family: var(--mm-sans); font-weight: 300; font-size: 1.5rem; color: var(--mm-gold);
  transition: transform .3s ease;
}
details[open] summary::after { transform: translateY(-50%) rotate(45deg); }
details[open] summary { color: var(--mm-gold2); }
.mm-faq details p, .mm-content details p { padding: 0 26px 22px; margin: 0; color: var(--mm-muted); }

/* ==========================================================================
   15. Page banners, breadcrumbs & content
   ========================================================================== */
.mm-page-title { padding: 100px 0 68px; position: relative; background: var(--mm-bg2); border-bottom: 1px solid var(--mm-line); }
.mm-page-title--banner { background-size: cover; background-position: center 26%; }
.mm-page-title--banner::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(12, 11, 9, .78), rgba(12, 11, 9, .55) 55%, var(--mm-bg) 100%);
}
.mm-page-title--banner::after {
  content: ""; position: absolute; inset: 16px; border: 1px solid rgba(207, 169, 99, .3); pointer-events: none;
}
.mm-page-title .mm-container { position: relative; z-index: 1; }
.mm-page-title h1 { max-width: 900px; }
.mm-page-title .mm-lead { text-shadow: 0 2px 18px rgba(0, 0, 0, .8); color: rgba(239, 233, 220, .88); }
.mm-breadcrumbs { font-size: .78rem; letter-spacing: .16em; text-transform: uppercase; color: var(--mm-muted); margin-bottom: 22px; }
.mm-breadcrumbs a { color: var(--mm-muted); }
.mm-breadcrumbs a:hover { color: var(--mm-gold2); }
.mm-breadcrumbs span { color: var(--mm-gold2); }

.mm-content { padding: 64px 0 96px; max-width: 1040px; }
.mm-content > p:first-child { font-size: 1.14rem; color: var(--mm-muted); line-height: 1.85; }
.mm-content h2 {
  display: flex; align-items: center; gap: 20px; margin-top: 2.2em;
}
.mm-content h2::after { content: ""; flex: 1; height: 1px; background: linear-gradient(90deg, var(--mm-line2), transparent); }
.mm-content figure { margin: 2.2em 0; }
.mm-content figure img { border-radius: 2px; border: 1px solid var(--mm-line2); outline: 7px solid var(--mm-panel); cursor: zoom-in; display: block; }
/* Reserve space for standalone content images so they don't shift layout (CLS)
   while loading. 4:3 is the site's default frame; grid/split rows override. */
.mm-content > figure img, .mm-content p + figure img { aspect-ratio: 3 / 2; object-fit: cover; width: 100%; }
.mm-content a { border-bottom: 1px solid rgba(207, 169, 99, .35); }
.mm-content a.mm-btn, .mm-content .mm-card__link { border-bottom: none; }

/* ==========================================================================
   16. Contact card — direct booking info (no forms on this site)
   ========================================================================== */
.mm-contact-card {
  background: var(--mm-panel); border: 1px solid var(--mm-line2); border-radius: var(--mm-radius);
  padding: 48px 44px; margin: 2.4em 0; box-shadow: var(--mm-shadow);
  position: relative; text-align: center;
}
.mm-contact-card::after {
  content: ""; position: absolute; inset: 10px; border: 1px solid var(--mm-line); pointer-events: none;
  border-radius: 3px;
}
.mm-contact-card h2 { margin-top: 0; }
.mm-content .mm-contact-card h2 { display: block; }
.mm-content .mm-contact-card h2::after { display: none; }
.mm-contact-card__role { font-size: .8rem; letter-spacing: .26em; text-transform: uppercase; color: var(--mm-muted); }
.mm-contact-card__line { margin: .4em 0; }
.mm-contact-card__line span {
  display: inline-block; min-width: 110px; font-size: .74rem; letter-spacing: .24em;
  text-transform: uppercase; color: var(--mm-muted); margin-right: 14px; text-align: right;
}
.mm-contact-card__line a {
  font-family: var(--mm-serif); font-size: 1.5rem; color: var(--mm-gold2); border-bottom: none !important;
}
.mm-contact-card__line a:hover { color: var(--mm-gold); }
.mm-contact-card__note { color: var(--mm-muted); font-size: .95rem; max-width: 520px; margin: 1.2em auto 1.6em; }

/* ==========================================================================
   17. CTA band & footer
   ========================================================================== */
.mm-cta {
  text-align: center; background: var(--mm-bg2);
  border-top: 1px solid var(--mm-line2); position: relative; overflow: hidden;
}
.mm-cta::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(ellipse at 50% 120%, rgba(207, 169, 99, .16), transparent 60%);
}
.mm-cta .mm-container { position: relative; }
.mm-cta h2 { font-size: clamp(2rem, 4vw, 3.1rem); max-width: 820px; margin-left: auto; margin-right: auto; }
.mm-cta__phone { display: inline-block; margin-top: 26px; font-family: var(--mm-serif); font-style: italic; font-size: 1.15rem; color: var(--mm-gold2); }

.mm-footer { background: #090807; border-top: 1px solid var(--mm-line); padding: 76px 0 34px; }
.mm-footer__grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1.15fr;
  gap: 40px 44px; align-items: start;
}
.mm-footer__grid > div { min-width: 0; } /* let columns shrink instead of overflowing */
.mm-footer__brand { font-family: var(--mm-serif); font-size: 1.35rem; letter-spacing: .16em; text-transform: uppercase; background: var(--mm-grad); -webkit-background-clip: text; background-clip: text; color: transparent; margin-bottom: 14px; }
.mm-footer h3 { font-family: var(--mm-sans); font-size: .74rem; font-weight: 600; letter-spacing: .3em; text-transform: uppercase; color: var(--mm-gold); margin: 6px 0 18px; }
.mm-footer ul { list-style: none; margin: 0; padding: 0; }
.mm-footer li { margin-bottom: 9px; font-size: .95rem; line-height: 1.5; color: var(--mm-muted); overflow-wrap: anywhere; }
.mm-footer a { color: var(--mm-muted); overflow-wrap: anywhere; }
.mm-footer a:hover { color: var(--mm-gold2); }
/* Neutralise any styling a stray wp_nav_menu markup might bring in. */
.mm-footer .menu, .mm-footer .sub-menu { list-style: none; margin: 0; padding: 0; }
.mm-footer .menu-item { margin-bottom: 9px; }
.mm-footer .mm-seal { width: 64px; height: 64px; margin-bottom: 18px; }
.mm-social { display: flex; gap: 10px; margin-top: 22px; }
.mm-social a {
  display: flex; align-items: center; justify-content: center; width: 40px; height: 40px;
  border: 1px solid var(--mm-line2); border-radius: 50%; font-size: .72rem; letter-spacing: .05em;
  color: var(--mm-gold2);
}
.mm-social a:hover { background: rgba(207, 169, 99, .12); border-color: var(--mm-gold); }
.mm-footer__legal {
  display: flex; flex-wrap: wrap; gap: 10px 30px; justify-content: space-between;
  border-top: 1px solid var(--mm-line); margin-top: 56px; padding-top: 26px;
  font-size: .8rem; color: var(--mm-muted); letter-spacing: .04em;
}

/* ==========================================================================
   18. Lightbox
   ========================================================================== */
.mm-lightbox {
  position: fixed; inset: 0; z-index: 100; background: rgba(7, 6, 4, .94);
  display: flex; align-items: center; justify-content: center; padding: 40px;
  opacity: 0; visibility: hidden; transition: opacity .3s ease, visibility .3s;
}
.mm-lightbox.is-open { opacity: 1; visibility: visible; }
.mm-lightbox img {
  max-width: 92vw; max-height: 88vh; width: auto; height: auto; border-radius: 2px;
  border: 1px solid var(--mm-line2); outline: 8px solid rgba(23, 21, 15, .9);
  box-shadow: 0 40px 120px rgba(0, 0, 0, .8);
  transform: scale(.96); transition: transform .3s ease;
}
.mm-lightbox.is-open img { transform: scale(1); }
.mm-lightbox__close {
  position: absolute; top: 22px; right: 26px; width: 52px; height: 52px; border-radius: 50%;
  background: none; border: 1px solid var(--mm-line2); color: var(--mm-gold2); font-size: 1.15rem; cursor: pointer;
  transition: all .25s ease;
}
.mm-lightbox__close:hover { background: rgba(207, 169, 99, .14); border-color: var(--mm-gold); }

/* ==========================================================================
   19. Reveals & motion
   ========================================================================== */
.mm-fx .mm-reveal { opacity: 0; transform: translateY(26px); transition: opacity .8s cubic-bezier(.16,1,.3,1), transform .8s cubic-bezier(.16,1,.3,1); }
.mm-fx .mm-reveal.is-visible { opacity: 1; transform: none; }
.mm-fx .mm-reveal-left { opacity: 0; transform: translateX(-36px); transition: opacity .9s cubic-bezier(.16,1,.3,1), transform .9s cubic-bezier(.16,1,.3,1); }
.mm-fx .mm-reveal-right { opacity: 0; transform: translateX(36px); transition: opacity .9s cubic-bezier(.16,1,.3,1), transform .9s cubic-bezier(.16,1,.3,1); }
.mm-fx .mm-reveal-left.is-visible, .mm-fx .mm-reveal-right.is-visible { opacity: 1; transform: none; }
.mm-dust { position: fixed; inset: 0; pointer-events: none; z-index: 1; }

/* 404 */
.mm-404 { text-align: center; padding: 140px 26px 160px; }
.mm-404 b { display: block; font-family: var(--mm-serif); font-size: 7rem; line-height: 1; background: var(--mm-grad); -webkit-background-clip: text; background-clip: text; color: transparent; }

/* ==========================================================================
   20. Responsive
   ========================================================================== */
@media (max-width: 1080px) {
  .mm-mega__inner { grid-template-columns: repeat(3, 1fr); }
  .mm-mega__feature { grid-column: 1 / -1; border-left: none; padding-left: 0; border-top: 1px solid var(--mm-line); padding-top: 26px; }
  .mm-header__cta { display: none; }
}
@media (max-width: 900px) {
  /* Anchored to the sticky header (absolute, not fixed — see mega menu note). */
  .mm-nav {
    display: none; position: absolute; top: 100%; left: 0; right: 0;
    height: calc(100vh - 86px); height: calc(100dvh - 86px);
    background: var(--mm-bg); overflow-y: auto; -webkit-overflow-scrolling: touch;
    padding: 20px 26px 60px; border-top: 1px solid var(--mm-line);
    z-index: 70;
  }
  .mm-nav.is-open { display: block; }
  body.mm-nav-open { overflow: hidden; }
  .mm-nav__list { flex-direction: column; align-items: stretch; gap: 0; }
  .mm-nav__list > li { border-bottom: 1px solid var(--mm-line); }
  .mm-nav__list > li > a { padding: 17px 4px; }
  .mm-nav-toggle { display: block; }
  .mm-nav__list > li.mm-has-mega { position: relative; }
  .mm-mega-toggle {
    display: block; position: absolute; right: 0; top: 7px; background: none;
    border: 1px solid var(--mm-line2); border-radius: 2px; color: var(--mm-gold);
    font-size: 1rem; padding: 6px 12px; cursor: pointer; transition: transform .3s ease;
  }
  .mm-mega-toggle.is-open { transform: rotate(180deg); }
  .mm-mega { position: static; opacity: 1; visibility: hidden; transform: none; display: none; box-shadow: none; border: none; background: transparent; }
  .mm-has-mega.is-open .mm-mega { display: block; visibility: visible; }
  .mm-has-mega:hover .mm-mega { visibility: hidden; }
  .mm-has-mega.is-open:hover .mm-mega { visibility: visible; }
  .mm-mega__inner { grid-template-columns: 1fr; gap: 20px; padding: 10px 0 26px; }
  .mm-stats__grid { grid-template-columns: repeat(2, 1fr); }
  .mm-stat:nth-child(3) { border-left: none; }
  .mm-stat { border-top: 1px solid var(--mm-line); }
  .mm-stat:nth-child(-n+2) { border-top: none; }
  .mm-split, .mm-event { grid-template-columns: 1fr; gap: 34px; }
  .mm-grid--3 { grid-template-columns: repeat(2, 1fr); }
  .mm-footer__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .mm-section { padding: 66px 0; }
  .mm-grid--2, .mm-grid--3 { grid-template-columns: 1fr; }
  .mm-split-row { grid-template-columns: 1fr; gap: 24px; margin: 2.6em 0; }
  .mm-split-row--reverse figure { order: 0; }
  .mm-form__row { grid-template-columns: 1fr; gap: 0; }
  .mm-form { padding: 30px 22px; }
  .mm-event { padding: 28px 22px; }
  .mm-footer__grid { grid-template-columns: 1fr; gap: 30px; }
  .mm-showcase img { height: 170px; width: 128px; }
  .mm-hero__frame { inset: 12px; }
  .mm-logo__name { font-size: 1.05rem; }
}
@media (prefers-reduced-motion: reduce) {
  .mm-showcase__track, .mm-marquee__track { animation: none; }
  html { scroll-behavior: auto; }
}
