/* Navy, brand-led hero */
.lt-header{background:var(--cream)}
#content>.alignfull{margin-block-start:0;margin-block-end:0}
.lt-hero-inner{grid-template-columns:1.2fr .8fr;gap:5rem}
.lt-hero-brand{min-height:430px;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;isolation:isolate}
.lt-hero-brand:before{content:"";position:absolute;width:410px;height:410px;border-radius:50%;background:#3d6789;border:1px solid rgba(255,255,255,.18);box-shadow:inset 0 0 0 25px #ffffff0e,inset 0 0 0 50px #ffffff0a;z-index:-1}
.lt-hero-brand img{width:176px;height:auto;max-height:216px;object-fit:contain;filter:drop-shadow(0 10px 22px rgba(15,38,57,.22))}
.lt-hero-brand p{margin:1.1rem 0 0;color:#e5eef5;font-size:.88rem;line-height:1.45;letter-spacing:.025em}
.lt-hero-brand p strong{color:var(--gold);font-family:"DM Sans",Arial,sans-serif;font-size:1.35rem;font-weight:500}
@media(max-width:900px){.lt-hero-inner{grid-template-columns:1fr;gap:0}.lt-hero-brand{min-height:350px;margin-bottom:2rem}.lt-hero-brand:before{width:330px;height:330px}}
@media(max-width:520px){.lt-hero-inner{padding-bottom:3rem}.lt-hero-brand{min-height:290px;margin-bottom:0}.lt-hero-brand:before{width:270px;height:270px}.lt-hero-brand img{width:135px}}

/* Native WordPress block-editor compatibility */
.entry-content>.alignfull,.wp-site-blocks>.alignfull{width:100%;max-width:none;margin-left:0;margin-right:0}
.lt-hero .wp-block-button__link,.lt-split .wp-block-button__link{display:inline-flex;align-items:center;gap:.65rem;background:var(--berry);color:#fff;padding:.78rem 1.15rem;border:0;border-radius:4px;font-weight:800;font-size:.88rem}
.lt-hero .lt-button-gold .wp-block-button__link,.lt-hire .lt-button-gold .wp-block-button__link{background:var(--gold);color:var(--deep)}
.lt-hero-brand figure,.lt-rep-logo{margin:0}
.lt-hero-brand figure img{display:block}
.lt-about-mark p{margin:0}
.lt-take-part>.lt-shell>h2{font-size:clamp(2.5rem,4.2vw,3.8rem)}
.lt-take-part .lt-kicker,.lt-hire .lt-kicker{color:var(--gold)}
.lt-path{display:flex;flex-direction:column}
.lt-path-button{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:1rem;border-top:1px solid rgba(24,51,74,.16);color:var(--deep);font-weight:800;font-size:.9rem}
.lt-path-button:hover,.lt-path-button:focus{color:var(--berry);text-decoration:underline;text-underline-offset:3px}
.lt-path:nth-child(3){background:var(--teal);color:#fff}
.lt-path:nth-child(3) .lt-path-button{color:#fff;border-top-color:rgba(255,255,255,.28)}
.lt-path:nth-child(3) .lt-path-button:hover,.lt-path:nth-child(3) .lt-path-button:focus{color:var(--gold)}
.lt-newsletter>.lt-shell{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}
.lt-mailing-button{justify-self:start;background:var(--gold);color:var(--deep)}
@media(max-width:650px){.lt-newsletter>.lt-shell{grid-template-columns:1fr}}

/* Keep child pages in accessible dropdowns rather than the main nav row */
.lt-menu>li{position:relative;list-style:none}
.lt-menu .sub-menu{position:absolute;z-index:30;top:calc(100% + 12px);left:-18px;min-width:230px;margin:0;padding:.6rem;background:var(--cream);border:1px solid #d8e2e9;border-radius:4px;box-shadow:0 14px 32px rgba(24,51,74,.16);list-style:none;opacity:0;visibility:hidden;transform:translateY(-6px);transition:opacity .18s ease,transform .18s ease,visibility .18s ease}
.lt-menu .sub-menu:before{content:"";position:absolute;left:0;right:0;top:-13px;height:13px}
.lt-menu li:hover>.sub-menu,.lt-menu li:focus-within>.sub-menu{opacity:1;visibility:visible;transform:translateY(0)}
.lt-menu .sub-menu li{display:block;position:relative}
.lt-menu .sub-menu a{display:block;padding:.65rem .8rem;border-radius:3px;white-space:nowrap;font-size:.84rem;font-weight:650;color:var(--deep)}
.lt-menu .sub-menu a:hover,.lt-menu .sub-menu a:focus{background:#e7eff5;color:var(--deep);outline:none}
.lt-menu>.menu-item-has-children>a:after{content:"⌄";display:inline-block;margin-left:.38rem;color:var(--berry);font-size:.8rem;transform:translateY(-1px)}
.lt-menu .sub-menu .sub-menu{top:-.6rem;left:calc(100% + .6rem)}
.lt-nav{margin-left:auto}.lt-menu{margin-left:0}
@media(max-width:900px){.lt-menu .sub-menu{position:static;min-width:0;box-shadow:none;border:0;opacity:1;visibility:visible;transform:none}}
@media(prefers-reduced-motion:reduce){.lt-menu .sub-menu{transition:none}}

/* Accessible mobile navigation */
.lt-menu-toggle{display:none;margin-left:auto;padding:.65rem .75rem;border:1px solid #cbd8e1;border-radius:4px;background:transparent;color:var(--deep);font:700 .85rem "DM Sans",Arial,sans-serif;align-items:center;gap:.55rem;cursor:pointer}
.lt-menu-toggle-icon{display:grid;gap:4px;width:20px}.lt-menu-toggle-icon i{display:block;height:2px;background:currentColor;transition:transform .18s ease,opacity .18s ease}
.lt-menu-toggle[aria-expanded="true"] .lt-menu-toggle-icon i:first-child{transform:translateY(6px) rotate(45deg)}.lt-menu-toggle[aria-expanded="true"] .lt-menu-toggle-icon i:nth-child(2){opacity:0}.lt-menu-toggle[aria-expanded="true"] .lt-menu-toggle-icon i:last-child{transform:translateY(-6px) rotate(-45deg)}
@media(max-width:900px){
  html{scroll-padding-top:100px}main [id]{scroll-margin-top:100px}
  .lt-header-inner{height:78px;gap:.75rem;position:relative}.lt-logo img{height:72px;width:72px}.lt-menu-toggle{display:inline-flex}
  .lt-header .lt-button{padding:.65rem .75rem;font-size:.78rem}
  .lt-nav{display:none;position:absolute;left:-20px;right:-20px;top:78px;max-height:calc(100vh - 106px);overflow-y:auto;background:var(--cream);border-top:1px solid #d8e2e9;box-shadow:0 18px 28px rgba(24,51,74,.18)}
  .lt-nav.is-open{display:block}.lt-nav .lt-menu{display:block;margin:0;padding:1rem 20px 1.5rem}
  .lt-nav .lt-menu>li{border-bottom:1px solid #d8e2e9}.lt-nav .lt-menu>li>a{display:block;padding:.9rem 0;font-size:1rem;color:var(--deep)}
  .lt-nav .lt-menu .sub-menu{display:block;margin:0 0 .7rem;padding:0 0 0 1rem;background:transparent}
  .lt-nav .lt-menu .sub-menu li{border-left:2px solid #d8e2e9}.lt-nav .lt-menu .sub-menu a{padding:.55rem .75rem;white-space:normal}
  .lt-menu>.menu-item-has-children>a:after{float:right}.lt-menu-open{overflow:hidden}
}
@media(max-width:650px){
  .lt-utility{display:none}.lt-footer{padding-top:3rem}.lt-footer-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:2.2rem 1.5rem}.lt-footer-grid>div:first-child{grid-column:1/-1}.lt-footer-logo{width:100px}.lt-footer a{font-size:.95rem;margin:.6rem 0}.lt-footer p{font-size:.9rem}.lt-footer h3{font-size:1.25rem;margin-bottom:.8rem}.lt-footer-bottom{margin-top:2.5rem}
}
@media(max-width:430px){.lt-menu-toggle-label{position:absolute;left:-9999px}.lt-header .lt-button{padding:.6rem .65rem}}

/* Ticket artwork for the "A little theatre with a big heart" section */
.lt-about-ticket{display:flex;align-items:center;justify-content:center}
.lt-about-ticket .lt-ticket-circle{display:block;width:100%;max-width:430px;height:auto;filter:drop-shadow(0 14px 28px rgba(24,51,74,.18))}
@media(max-width:520px){.lt-about-ticket .lt-ticket-circle{max-width:340px}}

/* Warm, structured template for ordinary WordPress pages */
.lt-page{background:var(--cream)}
.lt-page-hero{position:relative;overflow:hidden;background:var(--plum);color:#fff;padding:5.5rem 0 4.5rem}
.lt-page-hero:after{content:"";position:absolute;right:-110px;top:-210px;width:480px;height:480px;border:1px solid rgba(255,255,255,.13);border-radius:50%;box-shadow:inset 0 0 0 48px rgba(255,255,255,.035),inset 0 0 0 96px rgba(255,255,255,.025)}
.lt-page-hero-inner{display:flex;align-items:end;justify-content:space-between;position:relative;z-index:1}
.lt-page-hero .lt-kicker{color:var(--gold)}
.lt-page-hero h1{max-width:900px;margin:.45rem 0 0;font-size:clamp(3rem,7vw,5.8rem)}
.lt-page-hero-mark{width:78px;height:6px;margin-bottom:1rem;background:var(--gold)}
.lt-page-layout{display:grid;grid-template-columns:minmax(0,1fr) 270px;gap:4rem;align-items:start;padding-top:5rem;padding-bottom:6rem}
.lt-page-content{min-width:0;background:#fff;padding:clamp(2rem,5vw,4.5rem);border:1px solid #eadfd1;box-shadow:0 18px 45px rgba(40,27,32,.08)}
.lt-page-featured{margin:-2rem -2rem 3rem}.lt-page-featured img{display:block;width:100%;max-height:480px;object-fit:cover}
.lt-prose{font-size:1.05rem}.lt-prose>*:first-child{margin-top:0}.lt-prose>*:last-child{margin-bottom:0}
.lt-prose h2{font-size:clamp(2rem,4vw,3.1rem);margin:2.8rem 0 1rem;color:var(--deep)}
.lt-prose h3{font-size:1.55rem;margin:2.2rem 0 .75rem;color:var(--deep)}
.lt-prose a{color:var(--berry);font-weight:700;text-decoration:underline;text-underline-offset:3px}
.lt-prose blockquote{margin:2.5rem 0;padding:1.5rem 2rem;border-left:6px solid var(--gold);background:var(--paper);font-size:1.15rem}
.lt-prose ul,.lt-prose ol{padding-left:1.4rem}.lt-prose li{margin:.5rem 0}
.lt-page-nav{position:sticky;top:115px;padding:1.8rem;background:var(--paper);border-top:6px solid var(--gold)}
.lt-page-nav h2{font-size:1.65rem;margin:.25rem 0 1rem}.lt-page-nav ul{margin:0;padding:0;list-style:none}
.lt-page-nav li{border-top:1px solid #ddcfc0}.lt-page-nav a{display:block;padding:.75rem 0;color:var(--deep);font-weight:700;font-size:.9rem}.lt-page-nav a:hover,.lt-page-nav a:focus{color:var(--berry)}
.lt-page-cta{background:var(--deep);color:#fff;padding:3.5rem 0}.lt-page-cta .lt-shell{display:flex;align-items:center;justify-content:space-between;gap:2rem}.lt-page-cta .lt-kicker{color:var(--gold)}.lt-page-cta h2{font-size:clamp(2rem,4vw,3.2rem);margin:.25rem 0}
@media(max-width:850px){.lt-page-layout{grid-template-columns:1fr;gap:2rem}.lt-page-nav{position:static;order:-1}.lt-page-hero-mark{display:none}}
@media(max-width:600px){.lt-page-hero{padding:4rem 0 3.5rem}.lt-page-layout{padding-top:2rem;padding-bottom:4rem}.lt-page-content{padding:1.5rem}.lt-page-featured{margin:-1.5rem -1.5rem 2rem}.lt-page-cta .lt-shell{align-items:flex-start;flex-direction:column}}

/* Production artwork across cards, archives, single pages and admin lists */
.lt-show{position:relative;display:flex;flex-direction:column;overflow:hidden;background:var(--deep);border:0;box-shadow:none;transition:transform .2s ease,box-shadow .2s ease}
.lt-show:hover{transform:translateY(-4px);box-shadow:0 14px 28px rgba(24,51,74,.18)}
.lt-show>.lt-production-art,.lt-production-image-link>.lt-production-art,.lt-show>.lt-poster{display:block;width:100%;height:auto;aspect-ratio:16/10;margin:0;object-fit:cover;background:#e7eff5}
.lt-show>div.lt-poster{display:grid;place-items:center}
.lt-production-image-link{display:block}.lt-show-content{display:flex;flex:1;flex-direction:column;padding:1.35rem 1.45rem 1.5rem;background:var(--deep);color:#fff}
.lt-show-content .lt-kicker{color:var(--gold)}.lt-show h3{min-height:2.7em;margin:.25rem 0 .7rem;color:#fff;font-size:clamp(1.4rem,2vw,1.65rem);line-height:1.16}
.lt-show .lt-meta{color:#d5e1e9}.lt-show .lt-card-link{position:static;margin-top:auto;border-top-color:rgba(255,255,255,.2);color:var(--gold)}
.lt-show .lt-card-link:after{content:"";position:absolute;inset:0}.lt-show .lt-card-link:focus-visible:after{outline:4px solid var(--gold);outline-offset:-4px}
.lt-production-archive>h1,.lt-production-archive h1{font-size:clamp(3rem,6vw,5rem);margin:.3rem 0 2.5rem}
.lt-production-detail{display:grid;grid-template-columns:minmax(280px,.8fr) 1.2fr;gap:5rem;align-items:start}
.lt-production-feature .lt-production-art,.lt-production-feature .lt-poster{display:block;width:100%;height:auto;max-height:720px;margin:0;object-fit:contain;background:#e7eff5}
.lt-production-detail h1{font-size:clamp(2.5rem,4.5vw,4rem);margin:.3rem 0 1rem}
.lt-production-detail h2{font-size:clamp(1.8rem,3vw,2.5rem);margin:2rem 0 .8rem}
.lt-production-detail h3{font-size:clamp(1.35rem,2.2vw,1.8rem);margin:1.6rem 0 .65rem}
.lt-production-date{font-weight:800;color:var(--berry)}
.column-production_art{width:90px}.column-production_art .lt-production-art,.column-production_art .lt-poster{width:64px;height:64px;margin:0;object-fit:cover;font-size:1.2rem}
.column-production_order{width:70px}
.lt-split{gap:12px;border-top:12px solid var(--cream)}.lt-newsletter,.lt-footer{border-top:12px solid var(--cream)}
@media(min-width:901px){.lt-section{padding:5rem 0}.lt-section h2{font-size:clamp(2.5rem,4.2vw,3.8rem)}.lt-about.lt-section{padding:4.5rem 0}.lt-about-grid{gap:4rem}.lt-about h2{font-size:clamp(2.4rem,3.7vw,3.4rem)}.lt-split>div{min-height:360px;padding:4rem max(4vw,2rem)}.lt-show-content{padding:1.15rem 1.35rem 1.25rem}.lt-show h3{min-height:2.35em}.lt-show .lt-card-link{padding-top:.8rem}}
@media(max-width:750px){.lt-production-detail{grid-template-columns:1fr;gap:2.5rem}.lt-show>.lt-production-art,.lt-production-image-link>.lt-production-art,.lt-show>.lt-poster{height:auto}.lt-show h3{min-height:0}.lt-section:has(.lt-show-grid){padding-bottom:3rem}}
@media(prefers-reduced-motion:reduce){.lt-show{transition:none}.lt-show:hover{transform:none}}
