:root{
  --ml-red:#bc181c;
  --ml-beige:#e7e5df;
  --ml-blue:#013140;
  --ml-ink:#171717;
  --ml-white:#f7f5ef;
  --ml-line:rgba(1,49,64,.22);
  --ml-max:1180px;
  --ml-condensed:"Arial Narrow","Aptos Narrow","Roboto Condensed","Helvetica Neue",Arial,sans-serif;
  --ml-body:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--ml-beige);color:var(--ml-ink);font-family:var(--ml-body);font-size:16px;line-height:1.6}
body.menu-is-open{overflow:hidden}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto;display:block}
button,input,textarea,select{font:inherit}
.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.skip-link:focus{position:fixed!important;top:10px;left:10px;z-index:9999;width:auto;height:auto;margin:0;padding:8px 12px;clip:auto;background:#fff;color:#000}

.site-header{background:var(--ml-blue);color:var(--ml-white);position:relative;z-index:50}
.site-header--overlay{position:absolute;inset:0 0 auto;background:transparent}
.site-header__inner{max-width:1320px;margin:0 auto;padding:30px 42px;display:flex;align-items:center;gap:36px;justify-content:space-between}
.site-brand{display:block;flex:0 1 330px;min-width:210px}
.site-brand img,.site-brand .custom-logo{width:min(100%,330px);height:auto}
.header-nav{display:flex;align-items:center;gap:25px}
.primary-nav .menu,.footer-nav .menu{display:flex;list-style:none;margin:0;padding:0;gap:34px;align-items:center}
.primary-nav a{display:block;padding:8px 0;text-transform:uppercase;letter-spacing:.07em;font-family:var(--ml-condensed);font-weight:700;font-size:17px;position:relative}
.primary-nav a:hover::after,.primary-nav .current-menu-item>a::after,.primary-nav .current_page_item>a::after{content:"";position:absolute;height:3px;background:var(--ml-red);left:0;right:0;bottom:1px}
.social-links{display:flex;align-items:center;gap:12px}
.social-links a{display:grid;place-items:center;width:24px;height:24px;transition:transform .2s ease,opacity .2s ease}
.social-links a:hover{transform:translateY(-2px);opacity:.78}
.social-links svg{width:22px;height:22px;color:currentColor}
.menu-toggle{display:none;background:transparent;border:0;padding:8px;color:currentColor;cursor:pointer}
.menu-toggle>span:not(.screen-reader-text){width:28px;height:2px;display:block;background:currentColor;margin:5px 0}

.hero{position:relative;background:var(--ml-blue);overflow:hidden;aspect-ratio:16/9;height:auto;min-height:0}
.hero__image{width:100%;height:100%;object-fit:cover;object-position:center center}
.hero__action{position:absolute;left:6.4%;bottom:13.7%;z-index:4}
.button{display:inline-flex;align-items:center;justify-content:center;gap:18px;min-height:54px;padding:13px 26px;border:1px solid var(--ml-red);background:transparent;color:var(--ml-red);font-family:var(--ml-condensed);text-transform:uppercase;font-weight:700;letter-spacing:.055em;line-height:1.1;transition:background .2s ease,color .2s ease,transform .2s ease}
.button:hover{background:var(--ml-red);color:#fff;transform:translateY(-1px)}
.button--hero,.button--tickets{background:var(--ml-red);color:#fff;border-color:var(--ml-red)}
.button--hero{font-size:20px;min-width:250px;padding:17px 28px;box-shadow:0 8px 30px rgba(0,0,0,.12)}
.button--tickets{min-width:150px;font-size:16px}
.button.is-disabled{opacity:.55;cursor:not-allowed;pointer-events:none}

.tour-section{background:var(--ml-beige);padding:48px 0 0}
.section-shell,.content-shell{width:min(var(--ml-max),calc(100% - 72px));margin:0 auto}
.tour-heading{display:grid;grid-template-columns:1fr 290px;gap:30px;align-items:end;padding:0 0 25px;border-bottom:1px solid var(--ml-line)}
.tour-heading h1,.tour-heading h2,.page-header h1{margin:0;color:var(--ml-ink);font-family:var(--ml-condensed);font-stretch:condensed;text-transform:uppercase;font-size:clamp(50px,6.6vw,86px);line-height:.96;letter-spacing:-.03em}
.tour-heading img{width:235px;justify-self:end}
.tour-list{width:100%}
.tour-row{display:grid;grid-template-columns:180px 1.1fr 1.35fr 170px;gap:24px;align-items:center;min-height:95px;padding:18px 20px;border-bottom:1px solid var(--ml-line)}
.tour-row--extra{display:none}
.tour-row--extra.is-visible{display:grid}
.tour-date strong{display:block;font-family:var(--ml-condensed);font-size:24px;line-height:1.1;letter-spacing:.01em}
.tour-date span{display:block;margin-top:5px;text-transform:uppercase;font-family:var(--ml-condensed);letter-spacing:.08em;font-size:13px}
.tour-city{font-family:var(--ml-condensed);font-size:30px;font-weight:800;text-transform:uppercase;line-height:1.1}
.tour-venue{font-family:var(--ml-condensed);font-size:17px;letter-spacing:.06em;text-transform:uppercase;line-height:1.3}
.tour-action{text-align:right}
.tour-expand{margin:28px auto 0;display:flex;align-items:center;gap:18px;padding:12px 23px;border:1px solid var(--ml-red);background:transparent;color:var(--ml-red);font-family:var(--ml-condensed);text-transform:uppercase;font-weight:700;letter-spacing:.055em;cursor:pointer;font-size:16px}
.tour-expand:hover{background:var(--ml-red);color:#fff}
.tour-options{border-top:1px solid var(--ml-line);margin-top:44px;padding-top:28px}
.tour-options--extra{display:none}
.tour-options--extra.is-visible{display:block}
.tour-options h3{font-family:var(--ml-condensed);text-transform:uppercase;font-size:28px;margin:0 0 15px}
.option-row{display:grid;grid-template-columns:220px 1fr 1fr;gap:25px;padding:17px 20px;border-bottom:1px solid var(--ml-line);align-items:center}
.option-row strong{font-family:var(--ml-condensed);font-size:24px;text-transform:uppercase}
.option-row span{font-family:var(--ml-condensed);font-size:17px;text-transform:uppercase;letter-spacing:.04em}
.option-row em{font-size:14px;color:rgba(1,49,64,.72)}
.empty-state{padding:30px 0}

.info-section{border-top:2px solid var(--ml-blue);margin-top:60px;padding:55px 0 70px;display:grid;grid-template-columns:240px 1fr;gap:60px}
.info-section__heading h2{display:inline-block;margin:0;font-family:var(--ml-condensed);font-size:54px;text-transform:uppercase;font-weight:800;line-height:1}
.info-section__content{font-size:18px;line-height:1.72;max-width:820px;color:var(--ml-blue)}
.info-section__content p:first-child{margin-top:0}
.info-section__content p:last-child{margin-bottom:0}

.internal-main{min-height:72vh;padding:72px 0 90px;background:var(--ml-beige)}
.content-shell{max-width:1050px}
.page-header{padding-bottom:24px;margin-bottom:35px;border-bottom:1px solid var(--ml-line)}
.page-header h1{font-size:clamp(48px,8vw,88px);color:var(--ml-blue)}
.page-header--tour{display:grid;grid-template-columns:1fr 230px;align-items:end;gap:40px}
.page-header--tour img{width:210px;justify-self:end}
.entry-content{font-size:18px;color:var(--ml-blue)}
.entry-content>*:first-child{margin-top:0}
.entry-content h2,.entry-content h3{font-family:var(--ml-condensed);text-transform:uppercase;line-height:1.05;color:var(--ml-ink)}
.entry-content h2{font-size:44px}
.entry-content h3{font-size:30px}
.entry-content a{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}
.entry-content .wp-block-embed{margin:35px 0}
.entry-content iframe{width:100%;aspect-ratio:16/9;height:auto;border:0}
.ml-placeholder{border:1px dashed rgba(1,49,64,.5);padding:32px;margin:28px 0;background:rgba(255,255,255,.25)}

.site-footer{background:var(--ml-blue);color:var(--ml-white);padding:24px 0}
.site-footer__inner{width:min(1180px,calc(100% - 72px));margin:0 auto;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:25px}
.footer-nav .menu{gap:32px}
.footer-nav a,.copyright{font-family:var(--ml-condensed);text-transform:uppercase;font-size:13px;letter-spacing:.07em}
.copyright{margin:0;text-align:right}
.footer-socials{display:none}

@media (max-width:1050px){
  .site-header__inner{padding:24px 28px}
  .site-brand{flex-basis:280px}
  .primary-nav .menu{gap:22px}
  .tour-row{grid-template-columns:145px 1fr 1.2fr 145px;padding-left:10px;padding-right:10px}
  .tour-city{font-size:26px}.tour-date strong{font-size:22px}.tour-venue{font-size:15px}.button--tickets{min-width:135px;padding-left:18px;padding-right:18px}
}

@media (max-width:820px){
  .site-header__inner{padding:18px 20px}
  .site-brand{min-width:0;flex-basis:230px}
  .menu-toggle{display:block;z-index:60}
  .header-nav{position:fixed;inset:0;background:var(--ml-blue);padding:100px 28px 35px;display:flex;flex-direction:column;justify-content:center;gap:35px;opacity:0;visibility:hidden;transform:translateY(-12px);transition:.2s ease}
  .header-nav.is-open{opacity:1;visibility:visible;transform:none}
  .primary-nav .menu{flex-direction:column;gap:12px}
  .primary-nav a{font-size:30px;padding:7px 0}
  .header-nav .social-links{gap:22px}.header-nav .social-links a{width:34px;height:34px}.header-nav .social-links svg{width:30px;height:30px}
  .hero{height:56.25vw;min-height:260px;max-height:620px;aspect-ratio:auto}
  .hero__image{object-position:42% center}
  .hero__action{left:24px;bottom:28px}
  .button--hero{font-size:16px;min-width:0;padding:15px 20px}
  .section-shell,.content-shell{width:min(100% - 36px,var(--ml-max))}
  .tour-section{padding-top:36px}
  .tour-heading{grid-template-columns:1fr 150px;gap:15px}.tour-heading img{width:140px}
  .tour-row,.tour-row--extra.is-visible{grid-template-columns:1fr auto;gap:8px 18px;padding:20px 4px}
  .tour-date{grid-column:1}.tour-city{grid-column:1;font-size:28px}.tour-venue{grid-column:1;font-size:15px}.tour-action{grid-column:2;grid-row:1/4;display:flex;align-items:center}
  .button--tickets{min-width:120px;font-size:14px;padding:12px 15px}
  .option-row{grid-template-columns:1fr;padding:16px 4px;gap:3px}
  .info-section{grid-template-columns:1fr;gap:25px;padding-top:42px}.info-section__heading h2{font-size:46px}.info-section__content{font-size:17px}
  .page-header--tour{grid-template-columns:1fr 150px}.page-header--tour img{width:140px}
  .site-footer__inner{grid-template-columns:1fr auto}.copyright{grid-column:1/-1;text-align:left}.footer-socials{display:block}.footer-nav .menu{gap:16px;flex-wrap:wrap}
}

@media (max-width:560px){
  .site-brand{flex-basis:190px}
  .hero{height:56.25vw;min-height:260px;max-height:420px}
  .hero__image{object-position:42% center}
  .tour-heading{grid-template-columns:1fr}.tour-heading img{justify-self:start;width:155px;margin-top:8px}
  .tour-row,.tour-row--extra.is-visible{grid-template-columns:1fr;gap:4px;padding:20px 0}
  .tour-action{grid-column:1;grid-row:auto;text-align:left;margin-top:10px}
  .button--tickets{min-width:138px}
  .tour-date strong{font-size:21px}.tour-city{font-size:30px}.tour-venue{font-size:15px}
  .tour-expand{width:100%;justify-content:center}
  .page-header--tour{grid-template-columns:1fr}.page-header--tour img{justify-self:start}
  .site-footer__inner{width:calc(100% - 36px);grid-template-columns:1fr}.footer-socials{display:block}.copyright{text-align:left}
}
