/* Mr. Twisty — shared design system. Loaded by every page. */

/* ============================================
   FONT
   ============================================ */
@font-face {
  font-family: 'Baby Monsta';
  src: url('fonts/Baby Monsta.otf') format('opentype');
  font-display: swap;
}

/* ============================================
   BRAND COLORS — pulled from logo
   ============================================ */
:root {
  --blue: #1F5BC7;
  --blue-deep: #154191;
  --blue-light: #5BC0EB;
  --yellow: #FFD83C;
  --red: #E84545;
  --green: #7CCC4C;
  --black: #0E0E10;
  --white: #FFFFFF;
  --cream: #FAF7EE;
  --gray-700: #3D3D42;
  --gray-500: #6B6B72;
  --gray-200: #E2E2E2;
}

/* ============================================
   RESET + BASE
   ============================================ */
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 18px; line-height: 1.55; color: var(--black);
  background: var(--white); -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--blue); text-decoration: none; }
a:hover { text-decoration: underline; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.display { font-family: 'Baby Monsta', Impact, "Arial Black", sans-serif; font-weight: normal; letter-spacing: 0.02em; line-height: 1.05; text-transform: uppercase; }

/* ============================================
   BUTTONS
   ============================================ */
.btn { display: inline-block; padding: 16px 28px; border-radius: 999px; font-weight: 700; font-size: 16px; letter-spacing: 0.02em; text-decoration: none; transition: transform 0.12s ease, box-shadow 0.12s ease; border: 3px solid transparent; cursor: pointer; }
.btn:hover { transform: translateY(-2px); text-decoration: none; box-shadow: 0 8px 24px rgba(0,0,0,0.18); }
.btn-primary { background: var(--yellow); color: var(--black); border-color: var(--black); }
.btn-secondary { background: transparent; color: var(--white); border-color: var(--white); }
.btn-dark { background: var(--black); color: var(--white); border-color: var(--black); }
.btn-blue { background: var(--blue); color: var(--white); border-color: var(--blue); }

/* ============================================
   HEADER / NAV
   ============================================ */
.site-header { position: sticky; top: 0; z-index: 100; background: var(--white); border-bottom: 3px solid var(--black); }
.site-header .container { display: flex; align-items: center; justify-content: space-between; padding-top: 14px; padding-bottom: 14px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand img { width: 56px; height: 56px; border-radius: 8px; }
.brand-name { font-family: 'Baby Monsta', sans-serif; font-size: 26px; color: var(--black); letter-spacing: 0.02em; }
.brand-name span { color: var(--blue); }
.nav { display: flex; gap: 24px; align-items: center; }
.nav a { color: var(--black); font-weight: 600; font-size: 15px; }
.nav a:hover { color: var(--blue); text-decoration: none; }
.nav .btn-primary { padding: 10px 18px; font-size: 14px; }
.nav .header-phone { font-weight: 700; color: var(--blue); padding: 8px 12px; white-space: nowrap; letter-spacing: 0.01em; }
.nav .header-phone:hover { text-decoration: none; color: var(--black); }
.menu-toggle { display: none; background: none; border: 0; font-size: 24px; cursor: pointer; }
@media (max-width: 980px) {
  .menu-toggle { display: block; }
  .nav { display: none; flex-direction: column; align-items: stretch; gap: 0; position: absolute; top: 100%; left: 0; right: 0; background: var(--white); border-bottom: 3px solid var(--black); padding: 20px 24px; }
  .nav.open { display: flex; }
  .nav a { padding: 12px 0; border-bottom: 1px solid var(--gray-200); }
  .nav .btn-primary { margin-top: 10px; align-self: flex-start; }
}

/* ============================================
   HERO — first-person greeting
   ============================================ */
.hero { background: var(--blue); color: var(--white); padding: 80px 0 100px; position: relative; overflow: hidden; }
.hero::before { content: ''; position: absolute; right: -120px; top: -120px; width: 500px; height: 500px; border-radius: 50%; background: var(--yellow); opacity: 0.12; pointer-events: none; }
.hero .container { display: grid; grid-template-columns: 1.05fr 1fr; gap: 60px; align-items: center; position: relative; }
.hero-greeting { font-family: 'Baby Monsta', sans-serif; font-size: 24px; color: var(--yellow); letter-spacing: 0.04em; margin-bottom: 16px; }
.hero h1 { font-family: 'Baby Monsta', Impact, sans-serif; font-weight: normal; font-size: clamp(40px, 5vw, 68px); line-height: 1.0; letter-spacing: 0.01em; margin-bottom: 22px; text-transform: uppercase; }
.hero h1 .accent { color: var(--yellow); }
.hero-sub { font-size: 19px; line-height: 1.5; max-width: 540px; margin-bottom: 14px; opacity: 0.95; }
.hero-sub strong { color: var(--yellow); font-weight: 600; }
.hero-area { font-size: 14px; opacity: 0.78; margin-bottom: 32px; letter-spacing: 0.02em; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-photo { border-radius: 16px; overflow: hidden; box-shadow: 0 30px 60px rgba(0,0,0,0.4), 0 0 0 6px var(--yellow); transform: rotate(1.5deg); }
.hero-photo img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
@media (max-width: 980px) {
  .hero .container { grid-template-columns: 1fr; gap: 40px; }
  .hero { padding: 56px 0 64px; }
  .hero-photo { transform: none; }
}

/* ============================================
   PHOTO STRIPS — for weaving photos into pages
   ============================================ */
.photo-strip { padding: 24px 0; }
.photo-strip.boxed { background: var(--cream); padding: 48px 0; }
.photo-grid-2, .photo-grid-3, .photo-grid-4 { display: grid; gap: 14px; max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.photo-grid-2 { grid-template-columns: repeat(2, 1fr); }
.photo-grid-3 { grid-template-columns: repeat(3, 1fr); }
.photo-grid-4 { grid-template-columns: repeat(4, 1fr); }
.photo-strip img { width: 100%; height: auto; aspect-ratio: 4/3; object-fit: cover; border-radius: 12px; border: 3px solid var(--black); display: block; transition: transform 0.18s ease, box-shadow 0.18s ease; }
.photo-strip img:hover { transform: translate(-2px, -2px); box-shadow: 5px 5px 0 var(--yellow); }
.photo-strip-caption { text-align: center; max-width: 760px; margin: 18px auto 0; color: var(--gray-500); font-size: 14px; font-style: italic; padding: 0 24px; }

/* Photo with text beside */
.photo-aside { display: grid; grid-template-columns: 1fr 1.2fr; gap: 40px; align-items: center; max-width: 1080px; margin: 0 auto; }
.photo-aside.flip { grid-template-columns: 1.2fr 1fr; }
.photo-aside.flip .photo-aside-img { order: 2; }
.photo-aside-img { border-radius: 16px; overflow: hidden; border: 3px solid var(--black); box-shadow: 8px 8px 0 var(--yellow); }
.photo-aside-img img { width: 100%; height: auto; aspect-ratio: 4/5; object-fit: cover; display: block; }
.photo-aside-text h3 { font-family: 'Baby Monsta', sans-serif; font-size: clamp(24px, 2.8vw, 34px); text-transform: uppercase; line-height: 1.05; margin-bottom: 14px; }
.photo-aside-text p { font-size: 17px; color: var(--gray-700); line-height: 1.6; margin-bottom: 12px; }

@media (max-width: 860px) {
  .photo-grid-3, .photo-grid-4 { grid-template-columns: 1fr 1fr; }
  .photo-aside, .photo-aside.flip { grid-template-columns: 1fr; gap: 24px; }
  .photo-aside.flip .photo-aside-img { order: 1; }
  .photo-aside-img img { aspect-ratio: 4/3; }
}
@media (max-width: 540px) {
  .photo-grid-3, .photo-grid-4 { grid-template-columns: 1fr; }
}

/* ============================================
   SPLASH (homepage router) — two-door layout
   ============================================ */
.splash { padding: 28px 0 40px; min-height: calc(100vh - 88px); display: flex; align-items: center; background: var(--cream); }
.splash .container { max-width: 1200px; width: 100%; }
.splash-hero { text-align: center; margin-bottom: 24px; }
.splash-photo { margin: 0 auto 32px; max-width: 1080px; border-radius: 20px; overflow: hidden; border: 4px solid var(--black); box-shadow: 10px 10px 0 var(--yellow); transform: rotate(-0.5deg); }
.splash-photo img { width: 100%; height: auto; display: block; aspect-ratio: 16/10; object-fit: cover; }
.splash-photo-caption { text-align: center; font-size: 14px; color: var(--gray-500); margin-top: -16px; margin-bottom: 24px; font-style: italic; }
.splash-offers { text-align: center; margin: 0 auto 28px; max-width: 760px; }
.splash-offers .lead { font-family: 'Baby Monsta', sans-serif; font-size: clamp(20px, 2.6vw, 28px); text-transform: uppercase; line-height: 1.15; color: var(--black); margin-bottom: 6px; }
.splash-offers .lead em { color: var(--blue); font-style: italic; font-weight: 700; }
.splash-offers .sub-line { font-size: 15px; color: var(--gray-500); }
@media (max-width: 860px) { .splash-photo { transform: none; max-width: 100%; box-shadow: 6px 6px 0 var(--yellow); } }
.splash-hero .hero-greeting { font-family: 'Baby Monsta', sans-serif; font-size: 22px; color: var(--blue); margin-bottom: 12px; }
.splash-hero h1 { font-family: 'Baby Monsta', sans-serif; font-size: clamp(36px, 6vw, 64px); line-height: 1; text-transform: uppercase; margin-bottom: 12px; }
.splash-hero h1 .accent2 { color: var(--blue); }
.splash-hero .sub { font-size: 17px; color: var(--gray-700); }

.splash-doors { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.splash-door { background: var(--white); border: 4px solid var(--black); border-radius: 20px; padding: 28px 30px; box-shadow: 8px 8px 0 var(--black); display: flex; flex-direction: column; transition: transform 0.18s ease, box-shadow 0.18s ease; text-decoration: none; color: var(--black); }
.splash-door:hover { transform: translate(-3px, -3px); box-shadow: 11px 11px 0 var(--black); text-decoration: none; }
.splash-door.fans { background: var(--yellow); }
.splash-door.bookers { background: var(--blue); color: var(--white); }
.splash-door.bookers .door-eyebrow { color: var(--yellow); opacity: 1; }
.splash-door.bookers h2 { color: var(--white); }
.splash-door.bookers p { color: rgba(255,255,255,0.92); }
.splash-door.bookers .splash-phone-cta { color: rgba(255,255,255,0.85); }
.splash-door.bookers .splash-phone-cta a { color: var(--yellow); }
.splash-door .door-eyebrow { font-family: 'Baby Monsta', sans-serif; font-size: 14px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--black); margin-bottom: 8px; opacity: 0.7; }
.splash-door h2 { font-family: 'Baby Monsta', sans-serif; font-size: clamp(28px, 3.4vw, 40px); text-transform: uppercase; line-height: 1; margin-bottom: 14px; }
.splash-door h2 .arrow { color: var(--blue); }
.splash-door p { font-size: 16px; color: var(--gray-700); line-height: 1.5; margin-bottom: 14px; }
.splash-door.fans p { color: var(--black); }
.splash-door .door-foot { margin-top: auto; }
.splash-door.fans .door-cta { background: var(--black); color: var(--yellow); padding: 14px 22px; border-radius: 999px; font-weight: 700; text-align: center; display: block; margin-top: 8px; }
.splash-door.fans .small { font-size: 13px; opacity: 0.7; margin-top: 10px; }

.splash-venues { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.splash-venue { background: var(--white); border: 2px solid var(--black); border-radius: 10px; overflow: hidden; text-align: center; font-weight: 700; color: var(--black); font-size: 14px; line-height: 1.2; text-decoration: none; display: flex; flex-direction: column; transition: transform 0.15s ease, box-shadow 0.15s ease; box-shadow: 3px 3px 0 var(--black); }
.splash-venue:hover { transform: translate(-1px, -1px); box-shadow: 5px 5px 0 var(--yellow); text-decoration: none; }
.splash-venue img { width: 100%; aspect-ratio: 4/3; object-fit: cover; display: block; border-bottom: 2px solid var(--black); }
.splash-venue .label { display: block; padding: 10px 8px; }
.splash-venue .ico { display: none; }
.splash-venue .ext { font-size: 11px; opacity: 0.6; margin-left: 2px; }

.splash-phone-cta { font-size: 14px; color: var(--gray-700); margin-top: 12px; text-align: center; }
.splash-phone-cta a { color: var(--blue); font-weight: 700; }

@media (max-width: 860px) {
  .splash { min-height: 0; padding: 20px 0 32px; }
  .splash-doors { grid-template-columns: 1fr; gap: 18px; }
  .splash-door { padding: 22px 22px; box-shadow: 6px 6px 0 var(--black); }
  .splash-venues { grid-template-columns: 1fr 1fr; }
}

/* ============================================
   FAME STRIP — credentials right below hero
   ============================================ */
.fame-strip { background: var(--black); color: var(--white); padding: 56px 0; border-bottom: 6px solid var(--yellow); }
.fame-strip .container { max-width: 920px; text-align: center; }
.fame-strip .eyebrow { display: inline-block; font-family: 'Baby Monsta', sans-serif; font-size: 16px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--yellow); margin-bottom: 14px; }
.fame-strip h2 { font-family: 'Baby Monsta', sans-serif; font-size: clamp(28px, 3.4vw, 38px); text-transform: uppercase; line-height: 1.1; margin-bottom: 18px; color: var(--white); }
.fame-strip h2 em { color: var(--yellow); font-style: italic; }
.fame-strip p { font-size: 18px; line-height: 1.55; color: rgba(255,255,255,0.9); }
.fame-strip a { color: var(--yellow); border-bottom: 1px solid rgba(255,216,60,0.4); }
.fame-strip a:hover { border-bottom-color: var(--yellow); text-decoration: none; }

/* ============================================
   VENUES STRIP — where the show goes
   ============================================ */
.venues-strip { background: var(--cream); padding: 64px 0; border-top: 1px solid var(--gray-200); }
.venues-strip .lead { text-align: center; font-family: 'Baby Monsta', sans-serif; font-size: clamp(24px, 3vw, 32px); text-transform: uppercase; margin-bottom: 8px; line-height: 1; }
.venues-strip .sub { text-align: center; font-size: 16px; color: var(--gray-500); margin-bottom: 28px; }
.venues-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; max-width: 980px; margin: 0 auto; padding: 0 24px; }
.venue-card { background: var(--white); border: 2px solid var(--black); border-radius: 12px; padding: 20px 18px; text-align: center; font-weight: 700; color: var(--black); font-size: 16px; box-shadow: 4px 4px 0 var(--black); transition: transform 0.18s ease, box-shadow 0.18s ease; }
.venue-card:hover { transform: translate(-2px, -2px); box-shadow: 6px 6px 0 var(--black); text-decoration: none; }
.venue-card .ico { font-size: 28px; display: block; margin-bottom: 8px; }
.venue-card .ext { font-size: 12px; opacity: 0.6; margin-left: 4px; }

/* ============================================
   LOGOS STRIP — "Where I've Worked"
   ============================================ */
.logos-strip { background: var(--cream); padding: 44px 0; border-top: 1px solid var(--gray-200); border-bottom: 1px solid var(--gray-200); }
.logos-strip .lead { text-align: center; font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gray-500); margin-bottom: 18px; font-weight: 700; }
.logos-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px 36px; align-items: center; max-width: 980px; margin: 0 auto; }
.logos-row span { font-family: 'Baby Monsta', sans-serif; font-size: 19px; color: var(--black); letter-spacing: 0.02em; line-height: 1; }
@media (max-width: 720px) { .logos-row span { font-size: 16px; } .logos-row { gap: 10px 22px; } }

/* ============================================
   STAR STRIP (compact)
   ============================================ */
.star-strip { background: var(--black); color: var(--white); padding: 24px 0; border-bottom: 6px solid var(--yellow); }
.star-strip .container { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.star-strip .lbl { font-size: 13px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--yellow); font-weight: 700; }
.star-strip .stat { font-family: 'Baby Monsta', sans-serif; font-size: 22px; }
.star-strip .stat span { color: var(--yellow); }
.star-strip .yt-link a { color: var(--white); border-bottom: 2px solid var(--yellow); padding-bottom: 2px; font-size: 14px; }

/* ============================================
   ELEPHANT — direct address to festival programmers
   ============================================ */
.elephant { background: var(--cream); padding: 70px 0; border-bottom: 3px solid var(--black); }
.elephant .container { max-width: 920px; }
.elephant-tag { display: inline-block; background: var(--red); color: var(--white); padding: 6px 14px; border-radius: 999px; font-size: 13px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 22px; }
.elephant h2 { font-family: 'Baby Monsta', sans-serif; font-size: clamp(30px, 3.6vw, 42px); text-transform: uppercase; line-height: 1.05; margin-bottom: 22px; }
.elephant p { font-size: 19px; line-height: 1.55; color: var(--gray-700); margin-bottom: 16px; }
.elephant p strong { color: var(--black); }

/* ============================================
   SERVICES — festivals lead, birthdays last
   ============================================ */
.services { padding: 80px 0; background: var(--white); }
.section-head { text-align: center; max-width: 760px; margin: 0 auto 48px; }
.section-head h2 { font-family: 'Baby Monsta', sans-serif; font-size: clamp(34px, 4vw, 50px); text-transform: uppercase; line-height: 1.05; margin-bottom: 14px; }
.section-head p { font-size: 18px; color: var(--gray-700); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.service-card { background: var(--cream); border: 3px solid var(--black); border-radius: 16px; padding: 32px; box-shadow: 6px 6px 0 var(--black); transition: transform 0.18s ease, box-shadow 0.18s ease; }
.service-card:hover { transform: translate(-3px, -3px); box-shadow: 9px 9px 0 var(--black); }
.service-card .ico { display: none; }
/* Photo header for service cards */
.service-card.has-photo { padding: 0; overflow: hidden; }
.service-card.has-photo .card-photo { aspect-ratio: 16/10; overflow: hidden; border-bottom: 3px solid var(--black); }
.service-card.has-photo .card-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.service-card.has-photo .card-body { padding: 26px 28px 30px; }
.service-card.fairs    .ico { background: var(--red); }
.service-card.special  .ico { background: var(--green); }
.service-card.birthdays .ico { background: var(--yellow); }
.service-card h3 { font-family: 'Baby Monsta', sans-serif; font-size: 28px; text-transform: uppercase; letter-spacing: 0.01em; margin-bottom: 12px; line-height: 1.05; }
.service-card p { color: var(--gray-700); margin-bottom: 18px; }
.service-card a { font-weight: 700; color: var(--blue); }
.service-card a::after { content: ' →'; }
@media (max-width: 980px) { .service-grid { grid-template-columns: 1fr; } }

/* ============================================
   VIDEOS — see me in action
   ============================================ */
.videos { padding: 80px 0; background: var(--black); color: var(--white); }
.videos .section-head h2 { color: var(--white); }
.videos .section-head p { color: rgba(255,255,255,0.85); }
.video-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.video-card { background: rgba(255,255,255,0.04); border: 2px solid rgba(255,255,255,0.15); border-radius: 16px; overflow: hidden; }
.video-frame { position: relative; aspect-ratio: 16/9; background: var(--blue-deep); }
.video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.video-card .meta { padding: 22px 24px 26px; }
.video-card h3 { font-family: 'Baby Monsta', sans-serif; font-size: 22px; text-transform: uppercase; line-height: 1.05; margin-bottom: 8px; color: var(--yellow); }
.video-card p { font-size: 15px; color: rgba(255,255,255,0.8); }
@media (max-width: 980px) { .video-grid { grid-template-columns: 1fr; } }

/* ============================================
   ABOUT / MEET ME
   ============================================ */
.about { padding: 80px 0; background: var(--white); }
.about .container { display: grid; grid-template-columns: 1fr 1.2fr; gap: 60px; align-items: center; }
.about-photo { border-radius: 16px; overflow: hidden; border: 3px solid var(--black); box-shadow: 8px 8px 0 var(--yellow); }
.about-photo img { aspect-ratio: 4/5; object-fit: cover; }
.about-text h2 { font-family: 'Baby Monsta', sans-serif; font-size: clamp(32px, 4vw, 46px); text-transform: uppercase; line-height: 1.05; margin-bottom: 20px; }
.about-text h2 .accent { color: var(--blue); }
.about-text p { font-size: 18px; color: var(--gray-700); margin-bottom: 16px; }
.about-text p:first-of-type::first-letter { font-family: 'Baby Monsta', sans-serif; font-size: 50px; float: left; line-height: 0.9; padding: 4px 8px 0 0; color: var(--blue); }
.about-cta { margin-top: 24px; display: flex; gap: 12px; flex-wrap: wrap; }
@media (max-width: 980px) { .about .container { grid-template-columns: 1fr; gap: 32px; } .about-photo { max-width: 360px; margin: 0 auto; } }

/* ============================================
   TWISTY TOWN SPOTLIGHT — the celebrity weapon
   ============================================ */
.spotlight { padding: 90px 0; background: linear-gradient(135deg, var(--blue) 0%, var(--blue-deep) 100%); color: var(--white); position: relative; overflow: hidden; }
.spotlight::before { content: ''; position: absolute; left: -100px; bottom: -100px; width: 400px; height: 400px; border-radius: 50%; background: var(--green); opacity: 0.15; }
.spotlight .container { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; position: relative; }
.spotlight-tag { display: inline-block; background: var(--yellow); color: var(--black); padding: 6px 14px; border-radius: 999px; font-size: 13px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 18px; }
.spotlight h2 { font-family: 'Baby Monsta', sans-serif; font-size: clamp(32px, 4vw, 50px); text-transform: uppercase; line-height: 1.0; margin-bottom: 22px; }
.spotlight h2 .accent { color: var(--yellow); }
.spotlight p { font-size: 18px; line-height: 1.55; opacity: 0.95; margin-bottom: 18px; }
.spotlight-stats { display: grid; grid-template-columns: repeat(2, auto); gap: 24px 36px; margin: 24px 0 28px; }
.spotlight-stat { font-family: 'Baby Monsta', sans-serif; font-size: 32px; line-height: 1; }
.spotlight-stat .lbl { display: block; font-family: -apple-system, sans-serif; font-size: 13px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: var(--yellow); margin-top: 6px; }
.spotlight-visual { background: rgba(255,255,255,0.05); border: 2px solid rgba(255,255,255,0.2); border-radius: 16px; padding: 8px; aspect-ratio: 16/10; }
.spotlight-visual iframe { width: 100%; height: 100%; border-radius: 10px; border: 0; }
@media (max-width: 980px) { .spotlight .container { grid-template-columns: 1fr; gap: 40px; } }

/* ============================================
   REVIEWS
   ============================================ */
.reviews { padding: 80px 0; background: var(--cream); }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.review { background: var(--white); border: 2px solid var(--black); border-radius: 16px; padding: 28px; box-shadow: 5px 5px 0 var(--black); }
.review .stars { color: var(--yellow); font-size: 18px; margin-bottom: 14px; letter-spacing: 2px; -webkit-text-stroke: 1px var(--black); }
.review p { font-size: 17px; line-height: 1.5; margin-bottom: 18px; font-style: italic; color: var(--gray-700); }
.review .by { font-size: 14px; }
.review .by strong { color: var(--blue); font-style: normal; }
.review-note { text-align: center; margin-top: 32px; font-size: 14px; color: var(--gray-500); }
@media (max-width: 980px) { .review-grid { grid-template-columns: 1fr; } }

/* ============================================
   CTA BANNER
   ============================================ */
.cta-banner { background: var(--yellow); color: var(--black); padding: 64px 0; text-align: center; border-top: 6px solid var(--black); border-bottom: 6px solid var(--black); }
.cta-banner h2 { font-family: 'Baby Monsta', sans-serif; font-size: clamp(34px, 5vw, 56px); text-transform: uppercase; line-height: 1.05; margin-bottom: 16px; }
.cta-banner p { font-size: 18px; max-width: 600px; margin: 0 auto 28px; }

/* ============================================
   FOOTER
   ============================================ */
.site-footer { background: var(--black); color: var(--white); padding: 56px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1.2fr; gap: 48px; margin-bottom: 40px; }
.footer-grid h4 { font-family: 'Baby Monsta', sans-serif; font-size: 20px; text-transform: uppercase; margin-bottom: 16px; color: var(--yellow); }
.footer-grid a { color: var(--white); display: block; padding: 4px 0; font-size: 15px; }
.footer-grid a:hover { color: var(--yellow); text-decoration: none; }
.footer-brand p { color: rgba(255,255,255,0.7); margin-top: 12px; max-width: 320px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.15); padding-top: 20px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: 14px; color: rgba(255,255,255,0.6); }
@media (max-width: 980px) { .footer-grid { grid-template-columns: 1fr 1fr; } }

/* ============================================================
   LEGAL PAGES — Privacy Policy, future Terms, etc.
   Kept understated and readable: ink on light background, generous
   line-height. Inherits brand container width.
============================================================ */
.legal-page{padding:42px 0 56px;background:#fff8ea;color:#1a1f3a}
.legal-page .container.narrow{max-width:780px}
.legal-page .legal-head{text-align:center;margin-bottom:30px;padding-bottom:18px;border-bottom:3px solid var(--yellow)}
.legal-page .legal-head h1{font-family:'Bangers',cursive;font-size:48px;color:var(--blue);letter-spacing:1px;margin:0 0 6px;line-height:1}
.legal-page .legal-meta{font-family:'Caveat',cursive;font-size:20px;color:#666;margin:0}
.legal-page .legal-body h2{font-family:'Bangers',cursive;font-size:24px;color:var(--blue);letter-spacing:.6px;margin:26px 0 8px;line-height:1.15}
.legal-page .legal-body p{font-size:16px;line-height:1.65;margin:0 0 14px;color:#1a1f3a}
.legal-page .legal-body ul{margin:8px 0 16px 0;padding-left:22px}
.legal-page .legal-body ul li{font-size:16px;line-height:1.55;margin-bottom:6px}
.legal-page .legal-body a{color:var(--blue);text-decoration:underline}
.legal-page .legal-body a:hover{color:var(--red)}
.legal-page .legal-body hr{border:none;border-top:2px dashed #d6cfb6;margin:28px 0 22px}
@media(max-width:600px){
  .legal-page .legal-head h1{font-size:36px}
  .legal-page .legal-body h2{font-size:21px}
}

/* ============================================================
   TIPS & REVIEWS PAGE
   QR-code landing page after a show. Two big-CTA cards: leave a
   Google review, or send a Venmo tip. Designed to feel grateful
   not pushy — Mr. Twisty just thanking the audience.
============================================================ */
.tips-page{padding:42px 0 56px;background:#fff8ea;color:#1a1f3a}
.tips-page .container.narrow{max-width:740px}

.tips-head{text-align:center;margin-bottom:28px}
.tips-eyebrow{font-family:'Caveat',cursive;font-size:24px;color:var(--blue);letter-spacing:.5px;margin:0}
.tips-head h1{font-family:'Bangers',cursive;font-size:46px;color:var(--ink,#1a1f3a);letter-spacing:1px;margin:6px 0 12px;line-height:1.1}
.tips-lead{font-size:17px;line-height:1.5;color:#3d3d4d;margin:0;max-width:520px;margin:0 auto}

.tips-actions{display:grid;grid-template-columns:1fr;gap:16px;margin:28px 0 32px}
.tips-card{display:flex;align-items:flex-start;gap:18px;padding:20px 22px;border-radius:18px;text-decoration:none;color:#1a1f3a;border:3px solid #1a1f3a;box-shadow:0 6px 0 #1a1f3a;transition:transform .12s, box-shadow .12s}
.tips-card:hover{transform:translateY(-3px);box-shadow:0 9px 0 #1a1f3a}
.tips-card:active{transform:translateY(2px);box-shadow:0 3px 0 #1a1f3a}
.tips-card-icon{font-size:48px;line-height:1;flex-shrink:0;width:64px;height:64px;display:grid;place-items:center;background:#fff8ea;border-radius:50%;border:3px solid #1a1f3a}
.tips-card-body h2{font-family:'Bangers',cursive;font-size:24px;letter-spacing:.6px;color:#1a1f3a;margin:0 0 4px;line-height:1.1}
.tips-card-body p{font-size:15px;line-height:1.5;margin:0 0 8px;color:#1a1f3a}
.tips-card-cta{display:inline-block;font-weight:700;font-size:15px;color:#1a1f3a;border-bottom:2px solid currentColor;padding-bottom:1px}
.tips-review{background:linear-gradient(135deg,#FFE082,var(--yellow,#FFD54F))}
.tips-tip{background:linear-gradient(135deg,#A5D6A7,#7CD67C)}

.tips-footnote{margin-top:36px;padding:22px 24px;background:rgba(31,91,199,.07);border:2px dashed rgba(31,91,199,.35);border-radius:14px}
.tips-footnote h3{font-family:'Bangers',cursive;font-size:22px;letter-spacing:.5px;color:var(--blue);margin:0 0 12px}
.tips-extras{list-style:none;padding:0;margin:0}
.tips-extras li{font-size:15px;line-height:1.55;margin-bottom:10px;padding-left:22px;position:relative}
.tips-extras li::before{content:'•';position:absolute;left:6px;top:0;color:var(--blue);font-size:22px;line-height:1.1}
.tips-extras a{color:var(--blue);text-decoration:underline}
.tips-thanks{text-align:center;font-family:'Caveat',cursive;font-size:22px;color:#1a1f3a;margin:32px 0 0;line-height:1.4}
.tips-sig{font-family:'Bangers',cursive;font-size:22px;color:var(--blue);letter-spacing:.5px}

@media(min-width:600px){
  .tips-actions{grid-template-columns:1fr 1fr}
}
@media(max-width:600px){
  .tips-head h1{font-size:34px}
  .tips-card{padding:16px 18px;gap:14px}
  .tips-card-icon{width:56px;height:56px;font-size:40px}
  .tips-card-body h2{font-size:21px}
}

/* ============================================================
   ACCESSIBILITY — 2026-05 audit (focus, contrast, motion, skip-link)
============================================================ */
.skip-link {
  position: absolute; top: -100px; left: 8px; z-index: 9999;
  background: #FFD83C; color: #000;
  padding: 12px 16px; font-weight: 700; border-radius: 8px;
  text-decoration: none; border: 3px solid #000;
  transition: top 0.15s;
}
.skip-link:focus { top: 8px; outline: 3px solid #1F5BC7; outline-offset: 2px; }

input:focus, textarea:focus, select:focus, button:focus, a:focus-visible {
  outline: 3px solid #1F5BC7;
  outline-offset: 2px;
  border-radius: 4px;
}
button:focus:not(:focus-visible) { outline: none; }

/* Yellow-on-blue contrast — boost to 4.6:1 */
.hero-greeting, .hero h1 .accent, .hero-sub strong { color: #FFE680; text-shadow: 0 1px 2px rgba(0,0,0,0.4); }
.splash-door.bookers .splash-phone-cta a { color: #FFE680; font-weight: 800; }
.site-footer .footer-phone { color: #FFE680; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  .hero-photo, .splash-photo, .photo-aside-img { transform: none !important; }
  .splash-door:hover, .photo-strip img:hover, .tips-card:hover { transform: none !important; }
}

/* TRUST BAR — booking pages */
.trust-bar { background: #1a1f3a; color: #fff; padding: 14px 0; border-bottom: 4px solid var(--yellow,#FFD83C); }
.trust-bar .container { max-width: 1100px; margin: 0 auto; padding: 0 20px;
  display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 24px; }
.trust-bar .trust-item { font-size: 14px; line-height: 1.4; white-space: nowrap; }
.trust-bar .trust-item strong { color: var(--yellow,#FFD83C); font-size: 18px; font-weight: 800; margin-right: 4px; }
@media (max-width: 720px) { .trust-bar .container { gap: 14px; font-size: 13px; } }


/* MOBILE STICKY CALL BUTTON — booking pages only */
.sticky-call { display: none; }
@media (max-width: 700px) {
  body.has-sticky-call { padding-bottom: 70px; }
  .sticky-call {
    display: flex; position: fixed; bottom: 12px; left: 12px; right: 12px;
    z-index: 9000;
    background: var(--red,#FF6B6B); color: #fff; font-weight: 800; font-size: 16px;
    border-radius: 999px; padding: 14px 20px;
    text-align: center; text-decoration: none; align-items: center; justify-content: center;
    box-shadow: 0 6px 20px rgba(0,0,0,.35), 0 0 0 3px rgba(255,255,255,.15);
    border: 2px solid #000;
  }
  .sticky-call:hover, .sticky-call:focus { color: #fff; text-decoration: none; transform: translateY(-2px); }
}

/* ============================================================
   HEADER DROPDOWN — restored 2026-05-01 after previous overwrite
============================================================ */
.nav-dropdown { position: relative; }
.nav-dropdown-btn {
  background: none; border: 0; padding: 6px 2px; cursor: pointer;
  color: var(--black,#000); font-weight: 600; font-size: 15px;
  font-family: inherit;
  display: inline-flex; align-items: center; gap: 4px;
}
.nav-dropdown-btn:hover { color: var(--blue,#1F5BC7); }
.nav-dropdown-btn .caret { font-size: 11px; opacity: 0.6; transition: transform .15s; }
.nav-dropdown:hover .nav-dropdown-btn .caret,
.nav-dropdown:focus-within .nav-dropdown-btn .caret { transform: rotate(180deg); opacity: 1; }

.nav-dropdown-menu {
  position: absolute; top: calc(100% + 12px); right: 0; min-width: 240px;
  background: var(--white,#fff); border: 2px solid var(--black,#000);
  border-radius: 12px; box-shadow: 6px 6px 0 var(--black,#000);
  padding: 8px;
  display: none; z-index: 200;
}
.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu { display: block; }
.nav-dropdown-menu a {
  display: block; padding: 10px 14px; border-radius: 8px;
  color: var(--black,#000); font-weight: 600; font-size: 15px;
  white-space: nowrap;
}
.nav-dropdown-menu a:hover { background: var(--cream,#FAF7EE); color: var(--blue,#1F5BC7); text-decoration: none; }
.nav-dropdown-menu a .ext { font-size: 11px; opacity: .55; margin-left: 4px; }

/* hover bridge so cursor can move from button to menu */
.nav-dropdown::after {
  content: ''; position: absolute; top: 100%; left: 0; right: 0; height: 14px;
}

/* When mobile menu is open, expand the dropdown inline */
@media (max-width: 980px) {
  .nav.open .nav-dropdown { width: 100%; }
  .nav.open .nav-dropdown-btn { width: 100%; text-align: left; padding: 12px 0; border-bottom: 1px solid var(--gray-200,#e5e5e5); display: flex; justify-content: space-between; }
  .nav.open .nav-dropdown-menu {
    position: static; display: block; min-width: 0; padding: 4px 0 12px 12px;
    border: none; box-shadow: none; background: transparent;
  }
  .nav.open .nav-dropdown-menu a { padding: 10px 0; border-bottom: 1px solid var(--gray-200,#e5e5e5); }
}

/* ============================================================
   REVIEWS PAGE — masonry, varied sizes, Google branding, animation
============================================================ */
.reviews-hero h1 { font-family: 'Baby Monsta', Impact, sans-serif; font-size: clamp(36px, 5vw, 60px); line-height: 1.05; margin: 0 0 16px; }
.rev-aggregate {
  display: inline-flex; align-items: center; gap: 14px;
  background: rgba(255,255,255,.10); border: 2px solid rgba(255,255,255,.25);
  border-radius: 999px; padding: 12px 24px; margin-top: 8px;
  font-family: 'Nunito', sans-serif;
}
.rev-aggregate .agg-num { font-size: 28px; font-weight: 800; color: #FBBC04; }
.rev-aggregate .agg-stars { font-size: 22px; color: #FBBC04; letter-spacing: 2px; }
.rev-aggregate .agg-count { font-size: 15px; font-weight: 600; color: #fff; opacity: .92; }

.reviews-stage { padding: 32px 20px 48px; max-width: 1280px; margin: 0 auto; }

/* Featured review — big hero quote */
.rev-featured-wrap { margin-bottom: 28px; }
.rev-featured {
  background: #fff; border: 2px solid #1a1f3a;
  border-radius: 18px; padding: 36px 40px 32px; position: relative;
  box-shadow: 8px 8px 0 #1a1f3a;
  opacity: 0; transform: translateY(16px); transition: opacity .5s, transform .5s;
}
.rev-featured.rev-in { opacity: 1; transform: translateY(0); }
.rev-featured-quote-mark {
  position: absolute; top: -8px; left: 22px; font-size: 90px; line-height: 1;
  color: #FBBC04; font-family: Georgia, serif; font-weight: 700;
}
.rev-featured-text {
  font-size: clamp(20px, 2.4vw, 28px); line-height: 1.4;
  color: #1a1f3a; font-weight: 500; margin: 18px 0 24px; padding: 0;
  font-family: 'Caveat', 'Bradley Hand', cursive; letter-spacing: 0.2px;
}
.rev-featured footer { display: flex; align-items: center; gap: 14px; }
.rev-featured .rev-avatar { width: 56px; height: 56px; font-size: 22px; }
.rev-featured .rev-meta { flex: 1; }
.rev-featured .rev-google-mark { width: 36px; height: 36px; font-size: 18px; }

/* Masonry — uses CSS columns (browser-native, performant, no JS lib) */
.rev-masonry {
  column-count: 4;
  column-gap: 18px;
}
@media (max-width: 1100px){ .rev-masonry { column-count: 3; } }
@media (max-width: 780px) { .rev-masonry { column-count: 2; } }
@media (max-width: 520px) { .rev-masonry { column-count: 1; } }

.rev-card {
  background: #fff; border: 1px solid #e0e0e0; border-radius: 12px;
  padding: 18px 20px 20px; margin: 0 0 18px;
  break-inside: avoid;            /* prevent column-split */
  page-break-inside: avoid;
  box-shadow: 0 2px 6px rgba(0,0,0,.06);
  transition: transform .15s, box-shadow .15s, opacity .5s, translate .5s;
  opacity: 0; translate: 0 12px;
}
.rev-card.rev-in { opacity: 1; translate: 0 0; }
.rev-card:hover { transform: translateY(-3px); box-shadow: 0 8px 18px rgba(0,0,0,.10); }

/* Size hints driven by content length */
.rev-card.rev-xs { font-size: 14px; padding: 14px 16px 16px; }
.rev-card.rev-sm { font-size: 14.5px; padding: 16px 18px 18px; }
.rev-card.rev-md { font-size: 15px; padding: 18px 20px 20px; }
.rev-card.rev-lg { font-size: 15.5px; padding: 22px 22px 22px; }
.rev-card.rev-xl { font-size: 16px; padding: 26px 24px 26px; }
.rev-card.rev-xl .rev-text { font-weight: 500; }

.rev-card header { display: flex; align-items: center; gap: 10px; margin-bottom: 6px; }
.rev-avatar {
  width: 40px; height: 40px; border-radius: 50%;
  display: grid; place-items: center; color: #fff;
  font-weight: 800; font-size: 16px; flex-shrink: 0;
}
.rev-meta { flex: 1; min-width: 0; }
.rev-name { font-weight: 700; color: #1a1f3a; line-height: 1.2; font-size: 14px; }
.rev-date { font-size: 12px; color: #666; margin-top: 1px; }
.rev-google-mark {
  width: 28px; height: 28px; border-radius: 50%;
  background: #fff; border: 1px solid #e0e0e0;
  display: grid; place-items: center;
  font-family: Arial, sans-serif; font-weight: 700; font-size: 14px;
  color: #4285F4;
  flex-shrink: 0;
  background-image: linear-gradient(135deg, #4285F4 0%, #34A853 25%, #FBBC04 50%, #EA4335 75%, #4285F4 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.lg-badge {
  display: inline-block; background: rgba(66,133,244,.12); color: #4285F4;
  font-size: 11px; font-weight: 700; padding: 1px 7px; border-radius: 999px;
  margin-left: 6px; vertical-align: middle;
}
.rev-stars { color: #FBBC04; letter-spacing: 1px; font-size: 14px; margin: 4px 0 8px; }
.rev-text { color: #1a1f3a; line-height: 1.55; margin: 0; }

.rev-loading, .rev-error {
  text-align: center; padding: 32px; color: #666; font-size: 15px;
}
.rev-error { color: #b30000; }

/* Reduced motion respect */
@media (prefers-reduced-motion: reduce) {
  .rev-card, .rev-featured { opacity: 1 !important; transform: none !important; translate: 0 0 !important; transition: none; }
}

