
:root {
  --accent: #efff00;
  --pink: #ff0aaa;
  --green: #5fba31;
  --ink: #202124;
  --black: #111111;
  --soft: #f4f4f2;
  --white: #ffffff;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Arial, Helvetica, sans-serif; color: var(--ink); background: #fff; line-height: 1.45; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
.site-header { width: min(1180px, calc(100% - 40px)); position: fixed; top: 18px; left: 50%; transform: translateX(-50%); z-index: 20; display: flex; align-items: center; justify-content: space-between; gap: 24px; background: rgba(255,255,255,.94); border: 1px solid rgba(17,17,17,.1); box-shadow: 0 20px 50px rgba(0,0,0,.1); padding: 10px 12px; }
.brand, .footer-brand { display: inline-flex; align-items: center; gap: 14px; font-weight: 900; text-transform: uppercase; }
.brand img, .footer-brand img { width: 48px; height: 48px; object-fit: contain; }
.brand span { font-size: 24px; }
.desktop-nav { display: flex; align-items: center; gap: 24px; font-weight: 800; }
.desktop-nav a:not(.nav-cta) { padding: 12px 0; }
.nav-cta, .button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 22px; border: 2px solid var(--black); background: var(--accent); color: var(--black); font-weight: 900; text-transform: uppercase; box-shadow: 5px 5px 0 var(--black); }
.button.hot { background: var(--pink); color: white; }
.button.dark { background: var(--black); color: white; border-color: var(--black); box-shadow: 5px 5px 0 var(--accent); }
.button.ghost { background: white; color: var(--black); box-shadow: none; }
.mobile-menu-toggle { display: none; width: 48px; height: 44px; border: 2px solid var(--black); background: var(--accent); padding: 8px; }
.mobile-menu-toggle span { display: block; height: 3px; background: var(--black); margin: 5px 0; }
.mobile-panel { display: none; }
.hero { min-height: 760px; position: relative; display: grid; align-items: center; padding: 130px max(24px, calc((100vw - 1180px) / 2)) 80px; overflow: hidden; background: var(--black); }
.hero-media, .hero-media picture, .hero-img { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-img { object-fit: cover; opacity: .72; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.82), rgba(0,0,0,.56) 46%, rgba(0,0,0,.12)); }
.hero-copy { position: relative; z-index: 1; width: min(760px, 100%); color: white; background: rgba(17,17,17,.78); border: 2px solid rgba(255,255,255,.16); padding: 42px; }
.eyebrow { margin: 0 0 12px; color: var(--pink); font-weight: 900; text-transform: uppercase; }
h1, h2, h3, p { letter-spacing: 0; }
h1 { margin: 0; font-size: 72px; line-height: .94; text-transform: uppercase; }
.hero-copy p:not(.eyebrow) { font-size: 21px; max-width: 640px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 30px; }
.proof-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.proof-row span { border: 1px solid rgba(255,255,255,.32); padding: 8px 10px; font-weight: 800; }
.neon-strip { display: grid; grid-template-columns: repeat(3, 1fr); background: var(--accent); border-top: 4px solid var(--black); border-bottom: 4px solid var(--black); }
.neon-strip span { text-align: center; font-size: 42px; line-height: 1; font-weight: 900; text-transform: uppercase; padding: 28px 8px; border-right: 4px solid var(--black); }
.neon-strip span:last-child { border-right: 0; }
section { padding: 90px max(24px, calc((100vw - 1180px) / 2)); }
.split-proof { display: grid; grid-template-columns: .95fr 1fr; gap: 48px; align-items: center; }
.split-proof picture { display: block; overflow: hidden; border: 2px solid var(--black); background: var(--black); }
.split-proof picture, .split-proof img { width: 100%; height: 620px; object-fit: cover; object-position: right center; }
.split-proof h2, .section-head h2, .holiday-callout h2, .contact-layout h2, .schedule h2, .faq-list summary { font-size: 48px; line-height: 1; text-transform: uppercase; margin: 0 0 20px; }
.split-proof p, .holiday-callout p, .contact-layout p, .schedule p, .faq-list p { font-size: 19px; }
.tick-list { padding: 0; list-style: none; display: grid; gap: 12px; font-weight: 800; }
.tick-list li::before { content: ""; display: inline-block; width: 12px; height: 12px; background: var(--accent); border: 2px solid var(--black); margin-right: 10px; }
.program-grid { background: var(--soft); }
.section-head { max-width: 780px; margin-bottom: 34px; }
.cards, .principles, .schedule-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.cards article, .principles article, .schedule-grid article { background: #fff; border: 2px solid var(--black); padding: 28px; min-height: 280px; box-shadow: 7px 7px 0 var(--black); }
.cards span, .schedule-grid span { display: inline-block; background: var(--accent); font-weight: 900; padding: 5px 9px; margin-bottom: 24px; }
.cards h2, .principles h2 { margin: 0 0 16px; font-size: 30px; line-height: 1; text-transform: uppercase; }
.cards a { display: inline-block; margin-top: 18px; color: var(--pink); font-weight: 900; text-transform: uppercase; }
.quote-band { background: var(--pink); color: white; text-align: center; }
.quote-band.white { background: #fff; color: var(--black); }
.quote-band blockquote { max-width: 950px; margin: 0 auto 20px; font-size: 36px; line-height: 1.1; font-weight: 900; }
.quote-band p { font-weight: 900; text-transform: uppercase; }
.photo-mosaic { display: grid; grid-template-columns: 1.25fr .8fr .95fr; gap: 12px; background: var(--black); padding-top: 12px; padding-bottom: 12px; }
.photo-mosaic picture { display: block; overflow: hidden; border: 2px solid var(--black); background: var(--black); }
.photo-mosaic picture, .photo-mosaic img { width: 100%; height: 410px; object-fit: cover; object-position: center center; }
.photo-mosaic picture:nth-child(2), .photo-mosaic picture:nth-child(2) img { height: 520px; }
.holiday-callout { display: grid; grid-template-columns: 1fr .9fr; gap: 48px; align-items: center; background: var(--black); color: white; }
.holiday-callout img { height: 520px; object-fit: cover; }
.pricing-band { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; padding-top: 0; padding-bottom: 0; background: var(--accent); border-top: 4px solid var(--black); border-bottom: 4px solid var(--black); }
.pricing-band div { padding: 34px; text-align: center; border-right: 4px solid var(--black); }
.pricing-band div:last-child { border-right: 0; }
.pricing-band strong { display: block; font-size: 60px; line-height: .9; }
.pricing-band span { display: block; font-weight: 900; text-transform: uppercase; margin-top: 10px; }
.contact-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 50px; align-items: start; background: var(--soft); }
.contact-layout.compact { background: #fff; }
.lead-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; background: white; border: 2px solid var(--black); padding: 26px; box-shadow: 7px 7px 0 var(--black); }
.lead-form label { display: grid; gap: 7px; font-weight: 900; text-transform: uppercase; }
.lead-form .wide, .lead-form button { grid-column: 1 / -1; }
input, select, textarea { width: 100%; border: 2px solid var(--black); padding: 13px; font: inherit; background: #fff; border-radius: 0; }
.contact-facts { display: grid; gap: 10px; margin-top: 24px; font-size: 20px; font-weight: 900; }
.map-panel { display: grid; grid-template-columns: .75fr 1.25fr; gap: 28px; align-items: center; background: #fff; }
.field-map { min-height: 390px; background: var(--green); border: 4px solid var(--black); position: relative; overflow: hidden; display: grid; place-items: center; color: #fff; font-size: 42px; font-weight: 900; text-transform: uppercase; }
.field-map::before { content: ""; position: absolute; inset: 24px; border: 4px solid rgba(255,255,255,.75); }
.field-map i { position: absolute; width: 160px; height: 160px; border: 4px solid rgba(255,255,255,.75); border-radius: 50%; }
.field-map b { position: absolute; left: 50%; top: 24px; bottom: 24px; border-left: 4px solid rgba(255,255,255,.75); }
.field-map span { position: relative; z-index: 1; color: var(--black); background: var(--accent); padding: 12px 18px; border: 3px solid var(--black); }
.faq-list { display: grid; gap: 14px; max-width: 980px; margin: 0 auto; }
details { border: 2px solid var(--black); padding: 24px; background: white; }
summary { cursor: pointer; font-weight: 900; }
.site-footer { background: var(--black); color: white; padding: 0 max(24px, calc((100vw - 1180px) / 2)) 42px; }
.footer-cta { display: flex; justify-content: space-between; align-items: center; gap: 24px; background: var(--accent); color: var(--black); padding: 28px; border: 4px solid var(--black); transform: translateY(-42px); }
.footer-cta p { margin: 0; font-size: 34px; font-weight: 900; text-transform: uppercase; }
.footer-grid { display: grid; grid-template-columns: 1.35fr .75fr .9fr .7fr; gap: 38px; }
.footer-grid h2 { color: var(--accent); font-size: 24px; text-transform: uppercase; }
.footer-grid p, .footer-grid li { color: rgba(255,255,255,.74); }
.footer-grid ul { padding: 0; list-style: none; display: grid; gap: 10px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; border-top: 1px solid rgba(255,255,255,.18); margin-top: 40px; padding-top: 24px; color: rgba(255,255,255,.64); }
.footer-credit a { color: var(--accent); }
.mobile-sticky-cta { display: none; }
@media (max-width: 1023px) {
  .site-header { top: 10px; width: calc(100% - 20px); }
  .desktop-nav { display: none; }
  .mobile-menu-toggle { display: block; }
  .mobile-panel { display: none; position: absolute; left: 0; right: 0; top: calc(100% + 8px); background: white; border: 2px solid var(--black); padding: 18px; gap: 14px; font-weight: 900; text-transform: uppercase; }
  .mobile-panel.open { display: grid; }
  .brand span { font-size: 20px; }
  h1 { font-size: 48px; }
  .hero { min-height: 720px; padding-top: 120px; }
  .hero-copy { padding: 28px; }
  .split-proof, .holiday-callout, .contact-layout, .map-panel { grid-template-columns: 1fr; }
  .cards, .principles, .schedule-grid, .pricing-band, .footer-grid { grid-template-columns: 1fr; }
  .neon-strip { grid-template-columns: 1fr; }
  .neon-strip span { border-right: 0; border-bottom: 4px solid var(--black); font-size: 32px; }
  .split-proof h2, .section-head h2, .holiday-callout h2, .contact-layout h2, .schedule h2, .faq-list summary { font-size: 36px; }
  .pricing-band div { border-right: 0; border-bottom: 4px solid var(--black); }
  .photo-mosaic { grid-template-columns: 1fr; }
  .photo-mosaic picture, .photo-mosaic img, .photo-mosaic picture:nth-child(2), .photo-mosaic picture:nth-child(2) img { height: 260px; }
  .footer-cta, .footer-bottom { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 640px) {
  body { padding-bottom: 68px; }
  section { padding: 64px 18px; }
  .site-header { padding: 8px; }
  .brand img { width: 42px; height: 42px; }
  .brand span { font-size: 17px; }
  h1 { font-size: 36px; }
  .hero { min-height: 680px; padding: 104px 14px 44px; }
  .hero::after { background: rgba(0,0,0,.58); }
  .hero-copy { padding: 22px; }
  .hero-copy p:not(.eyebrow), .split-proof p, .holiday-callout p, .contact-layout p, .schedule p, .faq-list p { font-size: 17px; }
  .hero-actions { display: grid; }
  .proof-row span { width: 100%; }
  .split-proof picture, .split-proof img, .holiday-callout img { height: 280px; }
  .lead-form { grid-template-columns: 1fr; padding: 18px; }
  .quote-band blockquote { font-size: 27px; }
  .footer-cta p { font-size: 26px; }
  .mobile-sticky-cta { position: fixed; z-index: 30; left: 0; right: 0; bottom: 0; height: 62px; display: grid; grid-template-columns: 1fr 1fr; }
  .mobile-sticky-cta a { display: grid; place-items: center; font-weight: 900; text-transform: uppercase; color: white; background: var(--black); }
  .mobile-sticky-cta a:first-child { background: var(--pink); }
}
