
:root{
  --font-display:'Cormorant Garamond',serif;
  --font-body:'Helvetica Neue',Helvetica,Arial,sans-serif;
  --color-black:#020102;
  --color-gold:#AB8D61;
  --color-purple:#5D3859;
  --color-beige:#C8A589;
  --color-light-beige:#F0E0D4;
  --color-lightest-beige:#F0E5DD;
  --color-burgundy:#3B112C;
  --color-navy-purple:#230F3C;
  --color-emerald:#1A383C;
  --color-teal:#174A5F;
  --color-brown:#372916;
  --container:1280px;
  --shadow-soft:0 20px 60px rgba(2,1,2,.08);
  --shadow-panel:0 30px 80px rgba(61,38,51,.12);
  --radius-xl:36px;
  --header-height:108px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:var(--font-body);
  color:var(--color-black);
  background:
    radial-gradient(circle at 20% 20%, rgba(171,141,97,.14), transparent 30%),
    radial-gradient(circle at 80% 10%, rgba(93,56,89,.08), transparent 22%),
    linear-gradient(180deg, var(--color-lightest-beige) 0%, #f9f4ef 100%);
  line-height:1.65;
  overflow-x:hidden;
}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
.container{width:min(calc(100% - 48px), var(--container));margin:0 auto}
.container.narrow{width:min(calc(100% - 48px), 920px)}
.site-header{
  position:fixed;top:0;left:0;right:0;z-index:110;
  background:linear-gradient(180deg, rgba(240,229,221,.98) 0%, rgba(240,229,221,.88) 58%, rgba(240,229,221,0) 100%);
  backdrop-filter:none;
  transition:background .35s ease, box-shadow .35s ease, padding .35s ease;
}
.site-header.is-scrolled{
  background:rgba(240,229,221,.92);
  box-shadow:0 18px 40px rgba(2,1,2,.06);
}
.header-inner{min-height:var(--header-height);display:flex;align-items:center;justify-content:space-between;gap:32px;padding:12px 0}
.brand-link{display:inline-flex;align-items:center;gap:12px;position:relative;z-index:111}
.custom-logo{width:auto;height:64px;transition:transform .3s ease, opacity .3s ease}
.brand-link:hover .custom-logo{transform:scale(1.04)}
#footer-menu,.mobile-menu-panel .menu{list-style:none;padding:0;margin:0}
.menu-toggle{
  display:inline-flex;border:0;background:none;padding:0;width:40px;height:40px;position:relative;z-index:111;
  flex-direction:column;align-items:flex-end;justify-content:center;gap:6px;cursor:pointer
}
.menu-toggle span{
  display:block;height:1px;background:var(--color-black);transition:transform .3s cubic-bezier(.22,1,.36,1),opacity .3s ease,width .3s cubic-bezier(.22,1,.36,1);
  transform-origin:right center
}
.menu-toggle span:nth-child(1), .menu-toggle span:nth-child(3){width:40px}
.menu-toggle span:nth-child(2){width:28px}
.menu-toggle[aria-expanded="true"] span:nth-child(1){width:28px;transform:translateY(7px) rotate(-45deg)}
.menu-toggle[aria-expanded="true"] span:nth-child(2){opacity:0;transform:scaleX(0)}
.menu-toggle[aria-expanded="true"] span:nth-child(3){width:28px;transform:translateY(-7px) rotate(45deg)}
.mobile-menu-panel{
  position:fixed;inset:0;background:rgba(2,1,2,.98);backdrop-filter:none;z-index:109;
  opacity:0;visibility:hidden;pointer-events:none;transition:opacity .35s ease, visibility .35s ease
}
.mobile-menu-panel::before{
  content:"";position:absolute;inset:0;
  background:radial-gradient(circle at 50% 50%, rgba(171,141,97,.12), transparent 38%), radial-gradient(circle at 18% 15%, rgba(93,56,89,.12), transparent 22%), radial-gradient(circle at 82% 70%, rgba(171,141,97,.10), transparent 24%);
  pointer-events:none;
}
.mobile-menu-panel.is-open{opacity:1;visibility:visible;pointer-events:auto}
.mobile-menu-panel__inner{height:100%;display:flex;align-items:center;justify-content:center;position:relative;z-index:1}
.mobile-menu-nav{width:100%;display:flex;align-items:center;justify-content:center}
.mobile-menu-panel .menu{display:grid;gap:22px;text-align:center}
.mobile-menu-panel li{opacity:0;transform:translateY(20px);transition:opacity .5s ease, transform .5s cubic-bezier(.22,1,.36,1)}
.mobile-menu-panel.is-open li{opacity:1;transform:translateY(0)}
.mobile-menu-panel.is-open li:nth-child(1){transition-delay:.05s}
.mobile-menu-panel.is-open li:nth-child(2){transition-delay:.12s}
.mobile-menu-panel.is-open li:nth-child(3){transition-delay:.19s}
.mobile-menu-panel.is-open li:nth-child(4){transition-delay:.26s}
.mobile-menu-panel.is-open li:nth-child(5){transition-delay:.33s}
.mobile-menu-panel a{
  display:inline-block;font-size:clamp(2.15rem,5vw,3.5rem);font-weight:300;color:var(--color-lightest-beige);letter-spacing:.02em;
  transition:transform .3s ease, color .3s ease
}
.mobile-menu-panel .current-menu-item > a,
.mobile-menu-panel a:hover{color:var(--color-gold);transform:translateX(8px)}
.admin-bar .site-header{top:32px}
body.menu-open{overflow:hidden}
.site-main{padding-top:var(--header-height)}
.cirque-hero{
  position:relative;min-height:100vh;display:flex;align-items:center;
  background:
    linear-gradient(180deg, rgba(240,229,221,.52), rgba(240,229,221,.55)),
    linear-gradient(90deg, rgba(2,1,2,.18), rgba(2,1,2,0), rgba(2,1,2,.18)),
    var(--hero-image) center/cover no-repeat;
}
.cirque-hero__overlay::before,
.cirque-hero__overlay::after{
  content:"";position:absolute;border-radius:999px;filter:blur(80px);pointer-events:none;
}
.cirque-hero__overlay::before{width:380px;height:380px;right:8%;top:15%;background:rgba(171,141,97,.18)}
.cirque-hero__overlay::after{width:280px;height:280px;left:7%;bottom:15%;background:rgba(93,56,89,.12)}
.hero-content{position:relative;z-index:1;display:grid;place-items:center;padding:70px 0}
.hero-copy{text-align:center;max-width:920px}
.cirque-title{
  margin:0 0 20px;font-family:var(--font-display);font-size:clamp(2.5rem,5.5vw,4.8rem);
  line-height:.95;font-style:italic;font-weight:300;letter-spacing:-.03em
}
.cirque-title.xl{font-size:clamp(3rem,9vw,7.5rem)}
.hero-divider{width:130px;height:1px;margin:0 auto 28px;background:linear-gradient(90deg, transparent, var(--color-purple), transparent)}
.cirque-lead{font-size:clamp(1rem,1.55vw,1.24rem);max-width:720px;margin:0 auto;color:rgba(2,1,2,.72)}
.cirque-button{
  margin-top:34px;display:inline-flex;align-items:center;justify-content:center;gap:10px;
  padding:16px 34px;border-radius:999px;background:var(--color-purple);color:var(--color-lightest-beige);
  letter-spacing:.2em;text-transform:uppercase;font-size:12px;transition:.25s ease;
  box-shadow:0 10px 30px rgba(93,56,89,.24)
}
.cirque-button:hover{transform:translateY(-1px);background:#4f2c4b}
.cirque-button.is-secondary{background:transparent;color:var(--color-purple);border:1px solid rgba(93,56,89,.2);box-shadow:none}
.cirque-section{position:relative;padding:110px 0}
.surface-light{background:rgba(255,255,255,.55)}
.surface-dark{background:linear-gradient(180deg, rgba(59,17,44,.97), rgba(35,15,60,.95));color:var(--color-lightest-beige)}
.section-heading{text-align:center;margin-bottom:48px}
.split-section{display:grid;grid-template-columns:1.05fr .95fr;gap:64px;align-items:center}
.copy-block p{margin:0 0 18px;color:rgba(2,1,2,.72)}
.image-orbit{position:relative;max-width:540px;margin-inline:auto}
.image-orbit img{aspect-ratio:3/4;object-fit:cover;border-radius:999px;box-shadow:var(--shadow-soft)}
.image-orbit::after{
  content:"";position:absolute;inset:-24px;border:1px solid rgba(171,141,97,.35);border-radius:999px;
  animation:cirque-spin 40s linear infinite
}
@keyframes cirque-spin{to{transform:rotate(360deg)}}
.cards-grid{display:grid;gap:28px}
.cards-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}
.cards-grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}
.show-card,.feature-card,.contact-panel{
  position:relative;background:rgba(255,255,255,.76);backdrop-filter:blur(8px);
  border:1px solid rgba(93,56,89,.1);border-radius:34px;box-shadow:var(--shadow-soft);overflow:hidden
}
.show-card__media{display:block;position:relative;overflow:hidden;aspect-ratio:5/6}
.show-card__media::after{
  content:"";position:absolute;inset:16px;border:2px solid color-mix(in srgb, var(--card-accent, var(--color-gold)) 40%, transparent);
  border-radius:999px;pointer-events:none
}
.show-card img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}
.show-card:hover img{transform:scale(1.05)}
.show-card__content{padding:28px}
.eyebrow{
  margin:0 0 10px;font-size:12px;text-transform:uppercase;letter-spacing:.22em;color:var(--color-gold)
}
.show-card h2,.show-card h3,.feature-card h3{margin:0 0 10px;font-family:var(--font-display);font-size:2rem;font-weight:400;font-style:italic;line-height:1}
.show-card p:last-child,.feature-card p:last-child{margin-bottom:0;color:rgba(2,1,2,.72)}
.features-grid .feature-card{padding:32px}
.surface-dark .feature-card{background:rgba(255,255,255,.08);border-color:rgba(240,229,221,.1);box-shadow:none}
.surface-dark .feature-card p{color:rgba(240,229,221,.82)}
.surface-dark .feature-card h3,.surface-dark .cirque-title{color:var(--color-lightest-beige)}
.masonry-grid{columns:4 260px;column-gap:22px}
.gallery-card{
  break-inside:avoid;margin:0 0 22px;border-radius:28px;overflow:hidden;background:rgba(255,255,255,.7);
  box-shadow:var(--shadow-soft);position:relative
}
.gallery-card img{width:100%;height:auto}
.gallery-card figcaption{
  position:absolute;left:18px;bottom:18px;padding:10px 14px;border-radius:999px;
  background:rgba(255,255,255,.72);backdrop-filter:blur(6px);font-size:12px;letter-spacing:.15em;text-transform:uppercase
}
.cta-section{padding-top:40px}
.cta-panel{
  display:grid;grid-template-columns:1.2fr .8fr;align-items:center;gap:30px;padding:42px 46px;
  border-radius:40px;background:linear-gradient(180deg, rgba(255,255,255,.75), rgba(255,255,255,.9));box-shadow:var(--shadow-panel)
}
.cta-actions{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:16px}
.cirque-page-hero{
  padding:90px 0 34px;background:linear-gradient(180deg, rgba(171,141,97,.08), transparent)
}
.page-shell{padding-bottom:80px}
.entry-content{max-width:900px;margin:0 auto}
.entry-content--full{max-width:none}
.entry-content p,.entry-content li{color:rgba(2,1,2,.8)}
.entry-content h2,.entry-content h3,.entry-content h4{font-family:var(--font-display);font-style:italic;font-weight:400}
.image-stack{display:grid;gap:22px}
.image-stack img{border-radius:28px;box-shadow:var(--shadow-soft)}
.contact-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:32px;align-items:start}
.contact-panel{padding:36px}
.contact-methods{display:grid;gap:20px}
.cirque-contact-form label{display:block;margin:0 0 8px;font-size:12px;text-transform:uppercase;letter-spacing:.18em;color:rgba(2,1,2,.55)}
.form-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.cirque-contact-form input,.cirque-contact-form textarea,.cirque-contact-form select{
  width:100%;padding:15px 18px;border:1px solid rgba(93,56,89,.15);border-radius:18px;background:rgba(255,255,255,.75);
  outline:none;font:inherit;margin:0 0 18px;transition:border-color .2s ease, box-shadow .2s ease
}
.cirque-contact-form input:focus,.cirque-contact-form textarea:focus,.cirque-contact-form select:focus{
  border-color:var(--color-gold);box-shadow:0 0 0 3px rgba(171,141,97,.16)
}
.form-response{margin-top:14px;font-size:14px}
.site-footer{
  margin-top:60px;padding:64px 0 24px;background:rgba(255,255,255,.74);border-top:1px solid rgba(93,56,89,.1)
}
.footer-grid{display:grid;grid-template-columns:1.1fr .7fr .7fr;gap:36px;padding-bottom:28px}
.footer-logo{height:110px;width:auto;margin-bottom:18px}
.footer-text{max-width:340px;color:rgba(2,1,2,.68)}
.site-footer h4{margin:0 0 14px;font-size:12px;text-transform:uppercase;letter-spacing:.24em;color:var(--color-purple)}
.site-footer .menu{display:grid;gap:10px}
.site-footer li{list-style:none}
.footer-bottom{display:flex;justify-content:space-between;gap:16px;padding-top:22px;border-top:1px solid rgba(93,56,89,.1);font-size:12px;color:rgba(2,1,2,.55)}
.featured-media{margin:0 auto 30px;max-width:920px}
.featured-media img{border-radius:32px;box-shadow:var(--shadow-soft)}
.widget{margin-bottom:28px}
.widget-title{font-family:var(--font-display);font-style:italic}
.page-template-fullwidth-elementor .entry-content--full > *{margin-top:0}
.elementor-page .site-main > .page-article > .container.page-shell{width:min(calc(100% - 48px), var(--container))}
.elementor-page .entry-content > .elementor{max-width:none}
@media (max-width: 1024px){
  .cards-grid.three,.cards-grid.four,.split-section,.cta-panel,.contact-grid,.footer-grid{grid-template-columns:1fr 1fr}
  .features-grid{grid-template-columns:1fr 1fr}
  .masonry-grid{columns:3 240px}
}
@media (max-width: 782px){
  .admin-bar .site-header{top:46px}
}
@media (max-width: 767px){
  .container{width:min(calc(100% - 32px), var(--container))}
  .custom-logo{height:58px}
  .menu-toggle{display:block}
  .primary-navigation{display:none}
  .split-section,.cards-grid.three,.cards-grid.four,.cta-panel,.contact-grid,.footer-grid,.form-row{grid-template-columns:1fr}
  .cta-actions{justify-content:flex-start}
  .masonry-grid{columns:2 160px}
  .cirque-section{padding:82px 0}
  .site-main{padding-top:92px}
  .header-inner{min-height:92px}
  .cirque-page-hero{padding-top:54px}
  .footer-bottom{flex-direction:column}
}
@media (max-width: 480px){
  .masonry-grid{columns:1}
  .contact-panel{padding:24px}
}

.site-header.is-scrolled{
  backdrop-filter:blur(18px);
  background:rgba(240,229,221,.82);
  box-shadow:0 10px 40px rgba(2,1,2,.08);
}
.footer-socials{display:flex;gap:14px;flex-wrap:wrap;margin-top:18px}
.footer-socials a{font-size:.86rem;letter-spacing:.12em;text-transform:uppercase;color:var(--color-gold)}
.will-reveal{opacity:0;transform:translateY(28px);transition:opacity .8s ease, transform .8s ease}
.is-revealed{opacity:1;transform:none}
.form-response{margin-top:14px;font-size:.95rem;color:var(--color-purple)}
.cirque-contact-form button[disabled]{opacity:.7;cursor:wait}
.entry-content--full > .elementor{max-width:100%}
.elementor-page .site-main{overflow:hidden}
.elementor-section.elementor-section-boxed > .elementor-container{max-width:var(--container)}
@media (max-width: 767px){
  .footer-socials{justify-content:flex-start}
}


/* Homepage refinement v3 */
.text-center{text-align:center}
.cirque-homepage .will-reveal{transition-delay:var(--reveal-delay,0ms)}
.cirque-hero--refined{
  background:
    linear-gradient(180deg, rgba(240,229,221,.62), rgba(240,224,212,.2) 38%, rgba(240,229,221,.72) 100%),
    linear-gradient(90deg, rgba(2,1,2,.24), rgba(2,1,2,0) 50%, rgba(2,1,2,.24)),
    var(--hero-image) center/cover no-repeat;
}
.hero-content--refined{min-height:100vh;padding:100px 0 90px}
.hero-copy--refined{max-width:980px}
.hero-copy--refined .cirque-lead{max-width:760px;font-size:clamp(1.05rem,1.7vw,1.3rem);line-height:1.8}
.cirque-button--square{border-radius:0;padding:18px 42px;background:var(--color-black);color:var(--color-lightest-beige);box-shadow:0 16px 44px rgba(2,1,2,.16)}
.cirque-button--square:hover{background:#111}
.hero-scroll-indicator{position:absolute;left:50%;bottom:44px;transform:translateX(-50%);z-index:1}
.hero-scroll-indicator span{display:block;width:1px;height:64px;background:linear-gradient(180deg,var(--color-gold),transparent);animation:heroLine 2s ease-in-out infinite}
@keyframes heroLine{0%,100%{transform:scaleY(1);opacity:.7}50%{transform:scaleY(1.45);opacity:1}}
.cirque-particles{position:absolute;inset:0;pointer-events:none;z-index:0}
.cirque-particle{position:absolute;width:8px;height:8px;border-radius:50%;background:rgba(171,141,97,.28);animation:floatParticle 5s ease-in-out infinite}
@keyframes floatParticle{0%,100%{transform:translate3d(0,0,0) scale(1);opacity:.25}50%{transform:translate3d(0,-28px,0) scale(1.45);opacity:.75}}
.cirque-particle--1{left:6%;top:16%;width:6px;height:6px;animation-duration:3.5s;animation-delay:0.35s}
.cirque-particle--2{left:14%;top:24%;width:8px;height:8px;animation-duration:4.0s;animation-delay:0.7s}
.cirque-particle--3{left:21%;top:11%;width:4px;height:4px;animation-duration:4.5s;animation-delay:1.0499999999999998s}
.cirque-particle--4{left:29%;top:30%;width:6px;height:6px;animation-duration:5.0s;animation-delay:1.4s}
.cirque-particle--5{left:35%;top:18%;width:8px;height:8px;animation-duration:3.0s;animation-delay:1.75s}
.cirque-particle--6{left:42%;top:41%;width:4px;height:4px;animation-duration:3.5s;animation-delay:2.0999999999999996s}
.cirque-particle--7{left:48%;top:22%;width:6px;height:6px;animation-duration:4.0s;animation-delay:0.0s}
.cirque-particle--8{left:54%;top:14%;width:8px;height:8px;animation-duration:4.5s;animation-delay:0.35s}
.cirque-particle--9{left:61%;top:33%;width:4px;height:4px;animation-duration:5.0s;animation-delay:0.7s}
.cirque-particle--10{left:68%;top:19%;width:6px;height:6px;animation-duration:3.0s;animation-delay:1.0499999999999998s}
.cirque-particle--11{left:74%;top:28%;width:8px;height:8px;animation-duration:3.5s;animation-delay:1.4s}
.cirque-particle--12{left:81%;top:12%;width:4px;height:4px;animation-duration:4.0s;animation-delay:1.75s}
.cirque-particle--13{left:88%;top:26%;width:6px;height:6px;animation-duration:4.5s;animation-delay:2.0999999999999996s}
.cirque-particle--14{left:12%;top:47%;width:8px;height:8px;animation-duration:5.0s;animation-delay:0.0s}
.cirque-particle--15{left:24%;top:58%;width:4px;height:4px;animation-duration:3.0s;animation-delay:0.35s}
.cirque-particle--16{left:37%;top:64%;width:6px;height:6px;animation-duration:3.5s;animation-delay:0.7s}
.cirque-particle--17{left:51%;top:52%;width:8px;height:8px;animation-duration:4.0s;animation-delay:1.0499999999999998s}
.cirque-particle--18{left:63%;top:71%;width:4px;height:4px;animation-duration:4.5s;animation-delay:1.4s}
.cirque-particle--19{left:77%;top:43%;width:6px;height:6px;animation-duration:5.0s;animation-delay:1.75s}
.cirque-particle--20{left:91%;top:62%;width:8px;height:8px;animation-duration:3.0s;animation-delay:2.0999999999999996s}

.cirque-section--brandstory{overflow:hidden;padding:126px 0}
.brandstory-glow,.experiences-glow{position:absolute;border-radius:50%;filter:blur(80px);pointer-events:none}
.brandstory-glow--left{width:340px;height:340px;background:rgba(171,141,97,.12);left:-120px;top:50%;transform:translateY(-50%)}
.brandstory-glow--right{width:320px;height:320px;background:rgba(93,56,89,.08);right:-140px;top:50%;transform:translateY(-50%)}
.brandstory-logo-mark,.journey-logo-mark{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);opacity:.05;pointer-events:none}
.brandstory-logo-mark img{width:min(42vw,600px);height:auto}
.split-section--story{position:relative;z-index:1;grid-template-columns:1fr 1fr;gap:72px}
.image-orbit--story{max-width:520px}.image-orbit--story::before{content:'';position:absolute;inset:-40px;background:radial-gradient(circle, rgba(171,141,97,.12), transparent 65%);border-radius:999px;z-index:-1}
.copy-block--story p{font-size:1.05rem;line-height:1.9}
.cirque-section--experiences{overflow:hidden;padding-top:124px}
.experiences-glow{width:460px;height:460px;background:rgba(171,141,97,.12);right:-160px;top:-100px}
.hero-divider--wide{width:190px;margin-bottom:0}
.circular-cards-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px;margin-top:20px}
.experience-card{position:relative}
.experience-card__media{position:relative;aspect-ratio:1/1;border-radius:50%;overflow:hidden;box-shadow:var(--shadow-panel)}
.experience-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .8s ease, rotate .8s ease}
.experience-card:hover .experience-card__media img{transform:scale(1.1);rotate:5deg}
.experience-card__overlay{position:absolute;inset:0;background:linear-gradient(180deg, rgba(240,229,221,0), rgba(240,229,221,.7) 88%);transition:.45s ease}
.experience-card:hover .experience-card__overlay{background:linear-gradient(180deg, rgba(240,229,221,0), rgba(240,229,221,.56) 88%)}
.experience-card__ring{position:absolute;inset:0;border:4px solid color-mix(in srgb, var(--card-accent) 36%, transparent);border-radius:50%;animation:cirque-spin 40s linear infinite}
.experience-card__content{padding:28px 18px 0;text-align:left}
.experience-card__content h3{margin:0 0 10px;font-family:var(--font-display);font-size:clamp(1.8rem,3vw,2.35rem);font-style:italic;font-weight:400;line-height:1;color:var(--color-black)}
.experience-card__content p{margin:0;color:var(--card-accent);font-size:.98rem;line-height:1.8}
.section-link{display:inline-block;margin-top:34px;font-size:12px;text-transform:uppercase;letter-spacing:.2em;color:var(--color-purple);position:relative}
.section-link::after{content:'→';margin-left:10px}
.cirque-section--moments{padding-top:124px}
.moments-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:32px}
.moment-card{position:relative;text-align:center}
.moment-card__media{position:relative;aspect-ratio:1/1;border-radius:50%;overflow:hidden;box-shadow:var(--shadow-soft)}
.moment-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease, rotate .7s ease}
.moment-card:hover .moment-card__media img{transform:scale(1.14);rotate:9deg}
.moment-card__ring{position:absolute;inset:0;border:2px solid rgba(171,141,97,.3);border-radius:50%;animation:cirque-spin 50s linear infinite reverse}
.moment-card figcaption{margin-top:18px;font-size:12px;letter-spacing:.18em;text-transform:uppercase;color:rgba(2,1,2,.7)}
.moment-card__spark{position:absolute;width:4px;height:4px;border-radius:50%;background:rgba(171,141,97,.4);animation:sparkle 2.3s ease-in-out infinite}
.spark-1{left:20%;top:10%}.spark-2{left:50%;top:28%;animation-delay:.3s}.spark-3{left:80%;top:46%;animation-delay:.6s}
@keyframes sparkle{0%,100%{opacity:.35;transform:scale(1)}50%{opacity:.9;transform:scale(1.5)}}
.cirque-section--why{padding-top:128px;background:linear-gradient(180deg, rgba(255,255,255,.82), rgba(240,229,221,.88));overflow:hidden}
.why-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:34px}
.why-card{position:relative;background:rgba(255,255,255,.62);padding:36px 34px;border-radius:999px;box-shadow:var(--shadow-soft);display:flex;gap:22px;align-items:flex-start}
.why-card::before{content:'';position:absolute;top:18px;right:20px;width:28px;height:28px;border-radius:50%;border:1px solid rgba(171,141,97,.12)}
.why-card::after{content:'';position:absolute;bottom:18px;right:44px;width:14px;height:14px;border-radius:50%;border:1px solid rgba(171,141,97,.12)}
.why-card__icon{width:64px;height:64px;border-radius:50%;border:2px solid rgba(171,141,97,.22);display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg, rgba(171,141,97,.12), rgba(171,141,97,0));flex:0 0 auto;animation:cirque-spin 20s linear infinite}
.why-card__icon span{width:10px;height:10px;border-radius:50%;background:var(--color-gold);display:block}
.why-card h3{margin:2px 0 10px;font-family:var(--font-display);font-size:1.65rem;font-style:italic;font-weight:400;color:var(--color-purple)}
.why-card p{margin:0;color:rgba(2,1,2,.68);line-height:1.8}
.cirque-section--journey{position:relative;overflow:hidden;padding:132px 0;background:linear-gradient(180deg, var(--color-lightest-beige), rgba(255,255,255,.65))}
.journey-logo-mark img{width:min(50vw,700px);height:auto}
.journey-panel{position:relative;z-index:1;max-width:860px;margin:0 auto;text-align:center}
.journey-panel .cirque-title{font-size:clamp(2.8rem,6vw,5rem)}
.journey-panel .cirque-lead{max-width:740px;margin-bottom:0}
.journey-actions{display:flex;justify-content:center;gap:20px;flex-wrap:wrap;margin-top:36px}
.journey-rings{position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%);pointer-events:none;z-index:-1}
.journey-rings span{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);border-radius:50%;border:1px solid rgba(93,56,89,.12)}
.journey-rings span:first-child{width:500px;height:500px}
.journey-rings span:last-child{width:700px;height:700px;border-color:rgba(93,56,89,.06)}
.cirque-particle--cta-1{left:8%;top:18%;width:4px;height:4px;animation-duration:3.6s;animation-delay:0.3s;background:rgba(171,141,97,.22)}
.cirque-particle--cta-2{left:15%;top:42%;width:3px;height:3px;animation-duration:4.2s;animation-delay:0.6s;background:rgba(171,141,97,.22)}
.cirque-particle--cta-3{left:22%;top:24%;width:4px;height:4px;animation-duration:4.8s;animation-delay:0.8999999999999999s;background:rgba(171,141,97,.22)}
.cirque-particle--cta-4{left:30%;top:54%;width:3px;height:3px;animation-duration:3.0s;animation-delay:1.2s;background:rgba(171,141,97,.22)}
.cirque-particle--cta-5{left:37%;top:33%;width:4px;height:4px;animation-duration:3.6s;animation-delay:0.0s;background:rgba(171,141,97,.22)}
.cirque-particle--cta-6{left:45%;top:17%;width:3px;height:3px;animation-duration:4.2s;animation-delay:0.3s;background:rgba(171,141,97,.22)}
.cirque-particle--cta-7{left:53%;top:44%;width:4px;height:4px;animation-duration:4.8s;animation-delay:0.6s;background:rgba(171,141,97,.22)}
.cirque-particle--cta-8{left:60%;top:28%;width:3px;height:3px;animation-duration:3.0s;animation-delay:0.8999999999999999s;background:rgba(171,141,97,.22)}
.cirque-particle--cta-9{left:68%;top:57%;width:4px;height:4px;animation-duration:3.6s;animation-delay:1.2s;background:rgba(171,141,97,.22)}
.cirque-particle--cta-10{left:75%;top:38%;width:3px;height:3px;animation-duration:4.2s;animation-delay:0.0s;background:rgba(171,141,97,.22)}
.cirque-particle--cta-11{left:83%;top:22%;width:4px;height:4px;animation-duration:4.8s;animation-delay:0.3s;background:rgba(171,141,97,.22)}
.cirque-particle--cta-12{left:90%;top:49%;width:3px;height:3px;animation-duration:3.0s;animation-delay:0.6s;background:rgba(171,141,97,.22)}
.cirque-particle--cta-13{left:28%;top:70%;width:4px;height:4px;animation-duration:3.6s;animation-delay:0.8999999999999999s;background:rgba(171,141,97,.22)}
.cirque-particle--cta-14{left:58%;top:66%;width:3px;height:3px;animation-duration:4.2s;animation-delay:1.2s;background:rgba(171,141,97,.22)}
.cirque-particle--cta-15{left:72%;top:78%;width:4px;height:4px;animation-duration:4.8s;animation-delay:0.0s;background:rgba(171,141,97,.22)}

@media (max-width: 1024px){
  .circular-cards-grid,.moments-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .why-grid{grid-template-columns:1fr}
}
@media (max-width: 767px){
  .hero-content--refined{padding:72px 0 90px}
  .hero-copy--refined .cirque-title.xl{font-size:clamp(3rem,16vw,5rem)}
  .circular-cards-grid,.moments-grid,.why-grid{grid-template-columns:1fr}
  .why-card{border-radius:42px;padding:28px 24px}
  .journey-rings span:first-child{width:280px;height:280px}
  .journey-rings span:last-child{width:380px;height:380px}
}


@media (max-width: 782px){
  .admin-bar .site-header{top:46px}
}


/* Footer refinement v5 */
.site-footer--refined{
  position:relative;
  overflow:hidden;
  margin-top:0;
  background:
    radial-gradient(circle at 12% 24%, rgba(171,141,97,.16), transparent 26%),
    radial-gradient(circle at 86% 14%, rgba(93,56,89,.18), transparent 24%),
    linear-gradient(180deg, #130b17 0%, #09070c 58%, #020102 100%);
  color:var(--color-lightest-beige);
  padding:96px 0 28px;
}
.site-footer__inner{position:relative;z-index:1}
.site-footer__glow{position:absolute;border-radius:50%;filter:blur(96px);pointer-events:none;opacity:.85}
.site-footer__glow--left{width:340px;height:340px;left:-120px;bottom:40px;background:rgba(171,141,97,.18)}
.site-footer__glow--right{width:360px;height:360px;right:-140px;top:-40px;background:rgba(93,56,89,.18)}
.site-footer__rings{position:absolute;right:-160px;bottom:-220px;width:620px;height:620px;border-radius:50%;border:1px solid rgba(240,229,221,.08);box-shadow:0 0 0 42px rgba(240,229,221,.03),0 0 0 84px rgba(240,229,221,.025),0 0 0 126px rgba(240,229,221,.02);pointer-events:none}
.footer-topline{display:flex;align-items:center;gap:18px;margin-bottom:38px}
.footer-topline__eyebrow{font-size:.72rem;letter-spacing:.26em;text-transform:uppercase;color:rgba(240,229,221,.7)}
.footer-topline__line{flex:1;height:1px;background:linear-gradient(90deg, rgba(171,141,97,.52), rgba(240,229,221,.08))}
.footer-main-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(220px,.7fr) minmax(260px,.9fr);gap:34px;align-items:start}
.footer-brand-panel,.footer-nav-panel,.footer-contact-panel{
  position:relative;
  min-height:100%;
  border:1px solid rgba(240,229,221,.08);
  background:linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02));
  backdrop-filter:blur(12px);
  border-radius:34px;
  box-shadow:0 24px 80px rgba(0,0,0,.22);
}
.footer-brand-panel{padding:34px 34px 30px}
.footer-nav-panel,.footer-contact-panel{padding:30px 28px}
.footer-brand-link{display:inline-flex;align-items:center}
.footer-logo{width:auto;height:74px;max-width:100%}
.footer-brand-copy{
  margin:22px 0 0;
  max-width:520px;
  color:rgba(240,229,221,.78);
  font-size:1rem;
  line-height:1.9;
}
.footer-panel-label{
  margin:0 0 18px;
  font-size:.74rem;
  letter-spacing:.24em;
  text-transform:uppercase;
  color:var(--color-gold);
}
.footer-socials--refined{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}
.footer-socials--refined a{
  display:inline-flex;align-items:center;justify-content:center;
  min-width:116px;padding:12px 16px;border-radius:999px;
  border:1px solid rgba(240,229,221,.12);
  background:rgba(255,255,255,.04);
  color:var(--color-lightest-beige);
  letter-spacing:.14em;text-transform:uppercase;font-size:.74rem;
  transition:transform .25s ease,border-color .25s ease,background .25s ease,color .25s ease;
}
.footer-socials--refined a:hover{transform:translateY(-2px);border-color:rgba(171,141,97,.5);background:rgba(171,141,97,.12);color:#fff}
#footer-menu{display:grid;gap:10px}
#footer-menu li{list-style:none}
#footer-menu a{
  display:block;
  padding:10px 0;
  color:rgba(240,229,221,.82);
  border-bottom:1px solid rgba(240,229,221,.08);
  transition:color .25s ease,padding-left .25s ease,border-color .25s ease;
}
#footer-menu a:hover,
#footer-menu .current-menu-item > a{color:var(--color-gold);padding-left:8px;border-color:rgba(171,141,97,.42)}
.footer-contact-list{display:grid;gap:18px}
.footer-contact-item{padding:0 0 18px;border-bottom:1px solid rgba(240,229,221,.08)}
.footer-contact-item:last-child{padding-bottom:0;border-bottom:0}
.footer-contact-kicker{display:block;margin-bottom:6px;font-size:.7rem;letter-spacing:.24em;text-transform:uppercase;color:rgba(240,229,221,.58)}
.footer-contact-item a,.footer-contact-item p{margin:0;color:var(--color-lightest-beige);font-size:1rem;line-height:1.75;word-break:break-word}
.footer-contact-item a:hover{color:var(--color-gold)}
.footer-bottom--refined{
  margin-top:26px;padding-top:22px;
  display:flex;align-items:center;justify-content:space-between;gap:16px;
  border-top:1px solid rgba(240,229,221,.08);
}
.footer-bottom--refined p{margin:0;color:rgba(240,229,221,.62);font-size:.88rem;letter-spacing:.04em}
.footer-bottom__tagline{color:rgba(240,229,221,.88)!important}

@media (max-width: 991px){
  .footer-main-grid{grid-template-columns:1fr;gap:22px}
}
@media (max-width: 767px){
  .site-footer--refined{padding:78px 0 24px}
  .footer-topline{gap:12px;margin-bottom:26px}
  .footer-topline__eyebrow{font-size:.64rem;letter-spacing:.18em}
  .footer-brand-panel,.footer-nav-panel,.footer-contact-panel{padding:26px 22px}
  .footer-logo{height:66px}
  .footer-socials--refined a{min-width:unset;flex:1 1 calc(50% - 8px)}
  .footer-bottom--refined{flex-direction:column;align-items:flex-start}
}


.about-page-shell{position:relative}
.about-hero{
  position:relative;min-height:60vh;display:flex;align-items:center;justify-content:center;
  padding:clamp(120px,14vw,170px) 0 70px;overflow:hidden
}
.about-hero__bg,.about-hero__bg img,.about-hero__veil{position:absolute;inset:0}
.about-hero__bg img{width:100%;height:100%;object-fit:cover;opacity:.3}
.about-hero__veil{
  background:linear-gradient(180deg, rgba(240,229,221,.95) 0%, rgba(240,229,221,.72) 42%, rgba(240,229,221,.92) 100%)
}
.about-hero__content{position:relative;z-index:2;text-align:center}
.about-hero .cirque-lead{max-width:860px}
.about-particles{position:absolute;inset:0;pointer-events:none;z-index:1}
.about-particle{
  position:absolute;width:8px;height:8px;border-radius:999px;background:rgba(171,141,97,.32);
  animation:aboutPulse 4.2s ease-in-out infinite
}
.about-particle::after{content:"";position:absolute;inset:0;border-radius:inherit;background:rgba(171,141,97,.22);filter:blur(8px)}
.particle-1{left:8%;top:20%;animation-delay:.2s}.particle-2{left:18%;top:34%;animation-delay:1.2s}.particle-3{left:27%;top:17%;animation-delay:2s}
.particle-4{left:39%;top:29%;animation-delay:.7s}.particle-5{left:52%;top:15%;animation-delay:1.7s}.particle-6{left:64%;top:32%;animation-delay:2.6s}
.particle-7{left:76%;top:19%;animation-delay:.9s}.particle-8{left:86%;top:38%;animation-delay:1.4s}.particle-9{left:14%;top:66%;animation-delay:3s}
.particle-10{left:34%;top:74%;animation-delay:2.3s}.particle-11{left:69%;top:70%;animation-delay:1.1s}.particle-12{left:88%;top:58%;animation-delay:2.8s}
@keyframes aboutPulse{0%,100%{transform:scale(1);opacity:.25}50%{transform:scale(1.9);opacity:.72}}
.about-vision{padding-top:120px}
.about-split{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center}
.about-split + .about-split{margin-top:110px}
.about-copy .cirque-title{margin-bottom:28px}
.about-copy p{margin:0 0 22px;color:rgba(2,1,2,.62);font-size:1.06rem;line-height:1.9}
.about-orbit{max-width:560px;width:100%;margin-inline:auto;position:relative}
.about-orbit__frame{position:relative;aspect-ratio:1/1;border-radius:999px;overflow:hidden;box-shadow:0 30px 80px rgba(2,1,2,.14)}
.about-orbit__frame img{width:100%;height:100%;object-fit:cover}
.about-orbit::before,.about-orbit::after{content:"";position:absolute;border-radius:999px;pointer-events:none}
.about-orbit::before{inset:-22px;border:1px solid rgba(171,141,97,.24);animation:cirque-spin 45s linear infinite}
.about-orbit::after{inset:-46px;border:1px solid rgba(93,56,89,.12);animation:cirque-spin 62s linear infinite reverse}
.about-roots{
  background:linear-gradient(180deg, rgba(255,255,255,.34), rgba(255,255,255,.54));
  overflow:hidden
}
.about-roots::after{
  content:"";position:absolute;left:-120px;top:50%;width:420px;height:420px;border-radius:999px;
  background:rgba(171,141,97,.08);filter:blur(70px);transform:translateY(-50%);pointer-events:none
}
.about-roots__inner{position:relative;z-index:1}
.about-roots__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:36px}
.about-root-card{text-align:center;padding:18px 14px}
.about-root-card__icon{
  width:64px;height:64px;border-radius:999px;border:1px solid rgba(171,141,97,.3);display:grid;place-items:center;margin:0 auto 24px
}
.about-root-card__icon span{width:12px;height:12px;border-radius:999px;background:var(--color-gold);box-shadow:0 0 18px rgba(171,141,97,.35)}
.about-root-card h3{margin:0 0 16px;font-family:var(--font-display);font-size:1.6rem;font-style:italic;font-weight:400}
.about-root-card p{margin:0;color:rgba(2,1,2,.62);line-height:1.85}
.about-philosophy{overflow:hidden}
.about-philosophy__emblem{
  position:absolute;inset:0;display:flex;align-items:center;justify-content:center;opacity:.05;pointer-events:none
}
.about-philosophy__emblem img{width:min(800px,80vw);height:auto}
.about-philosophy__content{position:relative;z-index:1;text-align:center}
.about-philosophy__copy{display:grid;gap:30px;font-size:1.12rem;line-height:1.9;color:rgba(2,1,2,.72)}
.about-philosophy__seal{margin-top:56px;display:inline-flex;justify-content:center}
.about-philosophy__seal img{width:190px;height:auto;opacity:.65;animation:cirque-spin 60s linear infinite}
@media (max-width: 1024px){
  .about-split,.about-roots__grid{grid-template-columns:1fr}
  .about-split + .about-split{margin-top:84px}
  .about-split--concept .about-orbit{order:2}
  .about-split--concept .about-copy{order:1}
  .about-copy{text-align:left}
  .about-orbit{max-width:460px}
}
@media (max-width: 767px){
  .about-hero{min-height:52vh;padding:118px 0 46px}
  .about-particle{width:6px;height:6px}
  .about-vision{padding-top:86px}
  .about-split{gap:36px}
  .about-copy p,.about-root-card p,.about-philosophy__copy{font-size:1rem;line-height:1.8}
  .about-roots__grid{gap:24px}
  .about-root-card{padding:0}
  .about-philosophy__seal img{width:150px}
}


/* Shows page refinement v7 */
.shows-page-shell{position:relative;overflow:hidden}
.shows-hero{
  position:relative;min-height:50vh;display:flex;align-items:center;justify-content:center;
  padding:clamp(120px,14vw,170px) 0 80px;overflow:hidden;
  background:linear-gradient(180deg, rgba(240,229,221,.45) 0%, rgba(240,229,221,.18) 52%, rgba(240,229,221,.65) 100%);
}
.shows-hero__glow{position:absolute;border-radius:50%;filter:blur(90px);pointer-events:none}
.shows-hero__glow--top{width:560px;height:560px;left:50%;top:-220px;transform:translateX(-50%);background:rgba(171,141,97,.14)}
.shows-hero__glow--side{width:380px;height:380px;right:-120px;top:70px;background:rgba(93,56,89,.12)}
.shows-hero__content{position:relative;z-index:1;text-align:center}
.shows-hero__title{font-size:clamp(3rem,8vw,6rem);margin-bottom:26px}
.shows-hero__lead{max-width:700px}
.shows-grid-section{padding-top:24px;padding-bottom:120px}
.shows-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:44px 36px}
.show-feature-card{
  position:relative;border-radius:0;background:transparent;overflow:visible
}
.show-feature-card__media-wrap{position:relative;aspect-ratio:4/5;overflow:hidden;background:#111;box-shadow:0 24px 80px rgba(2,1,2,.12)}
.show-feature-card__media,
.show-feature-card__media img{width:100%;height:100%}
.show-feature-card__media img{object-fit:cover;transition:transform .7s ease}
.show-feature-card:hover .show-feature-card__media img{transform:scale(1.05)}
.show-feature-card__overlay{position:absolute;inset:0;background:linear-gradient(180deg, rgba(2,1,2,.04) 0%, rgba(2,1,2,.12) 38%, rgba(2,1,2,.78) 100%)}
.show-feature-card__orb{
  position:absolute;left:28px;top:28px;width:64px;height:64px;border-radius:50%;
  background:color-mix(in srgb, var(--card-accent) 76%, transparent);
  box-shadow:0 0 0 18px color-mix(in srgb, var(--card-accent) 12%, transparent);
}
.show-feature-card__head{position:absolute;left:28px;right:28px;bottom:26px;z-index:1;color:var(--color-lightest-beige)}
.show-feature-card__head .eyebrow{margin-bottom:12px}
.show-feature-card__head h2{margin:0 0 14px;font-family:var(--font-display);font-size:clamp(2rem,4vw,3rem);font-weight:400;font-style:italic;line-height:.98;color:var(--color-lightest-beige)}
.show-feature-card__meta{display:flex;align-items:center;gap:12px;flex-wrap:wrap;font-size:.8rem;letter-spacing:.06em;color:rgba(240,229,221,.8)}
.show-feature-card__dot{width:4px;height:4px;border-radius:50%;background:rgba(240,229,221,.6)}
.show-feature-card__expand{border-top:0}
.show-feature-card__toggle{
  width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;
  border:0;border-top:1px solid rgba(93,56,89,.12);background:transparent;padding:22px 4px 18px;cursor:pointer;
  font:inherit;font-size:.76rem;letter-spacing:.22em;text-transform:uppercase;color:var(--color-purple)
}
.show-feature-card__toggle::after{content:'+';font-size:1.3rem;line-height:1;letter-spacing:0;transition:transform .3s ease}
.show-feature-card.is-open .show-feature-card__toggle::after{transform:rotate(45deg)}
.show-feature-card__details{overflow:hidden}
.show-feature-card__details-inner{padding:4px 0 10px;border-top:1px solid rgba(93,56,89,.08)}
.show-feature-card__description{margin:0 0 28px;color:rgba(2,1,2,.74);line-height:1.9}
.show-feature-card__features h3{margin:0 0 14px;font-size:.74rem;letter-spacing:.22em;text-transform:uppercase;color:var(--color-gold);font-family:var(--font-body);font-style:normal;font-weight:400}
.show-feature-card__features ul{list-style:none;margin:0;padding:0;display:grid;gap:12px}
.show-feature-card__features li{position:relative;padding-left:18px;color:rgba(2,1,2,.72)}
.show-feature-card__features li::before{content:'';position:absolute;left:0;top:.72em;width:6px;height:6px;border-radius:50%;background:var(--color-gold)}
.show-feature-card__actions{display:flex;align-items:center;gap:18px;flex-wrap:wrap;margin-top:30px}
.show-feature-card__button{margin-top:0;padding:15px 24px;border-radius:0}
.show-feature-card__link{font-size:.74rem;letter-spacing:.2em;text-transform:uppercase;color:var(--color-purple)}
.show-feature-card__link:hover{color:var(--color-gold)}

@media (max-width: 1024px){
  .shows-grid{grid-template-columns:1fr;gap:42px}
}
@media (max-width: 767px){
  .shows-hero{padding:120px 0 56px;min-height:auto}
  .shows-hero__title{font-size:clamp(2.7rem,14vw,4.4rem)}
  .show-feature-card__media-wrap{aspect-ratio:4/5}
  .show-feature-card__head{left:22px;right:22px;bottom:22px}
  .show-feature-card__orb{left:22px;top:22px;width:52px;height:52px;box-shadow:0 0 0 14px color-mix(in srgb, var(--card-accent) 12%, transparent)}
  .show-feature-card__actions{flex-direction:column;align-items:flex-start}
}


.cirque-gallery-page{position:relative}
.cirque-gallery-hero{
  position:relative;min-height:50vh;display:flex;align-items:center;justify-content:center;
  padding:40px 0 50px;overflow:hidden
}
.cirque-gallery-hero__bg{position:absolute;inset:0;pointer-events:none}
.cirque-gallery-hero__bg::before,
.cirque-gallery-hero__bg::after{
  content:"";position:absolute;border-radius:999px;filter:blur(80px)
}
.cirque-gallery-hero__bg::before{width:600px;height:600px;left:50%;top:0;transform:translateX(-50%);background:rgba(171,141,97,.10)}
.cirque-gallery-hero__bg::after{width:360px;height:360px;left:50%;top:14%;transform:translateX(-50%);background:rgba(93,56,89,.08)}
.cirque-gallery-hero__content{position:relative;z-index:1;text-align:center}
.cirque-gallery-grid-section{padding-top:10px}
.cirque-gallery-grid{
  display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:32px;align-items:start
}
.cirque-gallery-orb{
  position:relative;display:block;width:100%;aspect-ratio:1/1;border:0;background:transparent;padding:0;
  cursor:pointer;text-align:left;overflow:visible
}
.cirque-gallery-orb__media{
  position:relative;display:block;width:100%;height:100%;border-radius:999px;overflow:hidden;
  box-shadow:0 22px 60px rgba(2,1,2,.14)
}
.cirque-gallery-orb__media img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.22,1,.36,1)}
.cirque-gallery-orb__ring{
  position:absolute;inset:-12px;border:2px solid rgba(200,165,137,.25);border-radius:999px;
  animation:cirque-spin 44s linear infinite;pointer-events:none
}
.cirque-gallery-orb__overlay{
  position:absolute;left:16px;right:16px;bottom:10px;padding:16px 12px 18px;text-align:center;
  color:var(--color-lightest-beige);background:linear-gradient(180deg, rgba(2,1,2,0) 0%, rgba(171,141,97,.18) 32%, rgba(59,17,44,.78) 100%);
  border-bottom-left-radius:999px;border-bottom-right-radius:999px;opacity:0;transform:translateY(10px);
  transition:opacity .45s ease, transform .45s cubic-bezier(.22,1,.36,1)
}
.cirque-gallery-orb__show{
  display:block;margin-bottom:6px;font-size:11px;line-height:1.2;text-transform:uppercase;letter-spacing:.24em;color:rgba(240,229,221,.82)
}
.cirque-gallery-orb__title{
  display:block;font-family:var(--font-display);font-size:1rem;font-style:italic;font-weight:400;line-height:1.1
}
.cirque-gallery-orb:hover .cirque-gallery-orb__media img,
.cirque-gallery-orb:focus-visible .cirque-gallery-orb__media img{transform:scale(1.14) rotate(8deg)}
.cirque-gallery-orb:hover .cirque-gallery-orb__overlay,
.cirque-gallery-orb:focus-visible .cirque-gallery-orb__overlay{opacity:1;transform:translateY(0)}
.cirque-gallery-orb:focus-visible{outline:none}
.cirque-gallery-orb:focus-visible .cirque-gallery-orb__ring{border-color:rgba(171,141,97,.55)}
.cirque-lightbox{
  position:fixed;inset:0;z-index:140;display:flex;align-items:center;justify-content:center;padding:24px
}
.cirque-lightbox[hidden]{display:none}
.cirque-lightbox__backdrop{position:absolute;inset:0;background:rgba(2,1,2,.94);backdrop-filter:blur(10px)}
.cirque-lightbox__dialog{position:relative;z-index:1;max-width:1200px;max-height:90vh;width:100%}
.cirque-lightbox__media-wrap{max-height:90vh;display:flex;align-items:center;justify-content:center}
.cirque-lightbox__image{width:100%;max-height:90vh;object-fit:contain}
.cirque-lightbox__caption{
  position:absolute;left:0;right:0;bottom:0;padding:36px 24px 26px;
  background:linear-gradient(180deg, rgba(2,1,2,0) 0%, rgba(2,1,2,.72) 48%, rgba(2,1,2,.9) 100%);
  color:var(--color-lightest-beige)
}
.cirque-lightbox__show{margin:0 0 8px;font-size:11px;text-transform:uppercase;letter-spacing:.24em;color:var(--color-gold)}
.cirque-lightbox__title{margin:0;font-family:var(--font-display);font-size:clamp(1.6rem,3vw,2.2rem);font-style:italic;font-weight:400;line-height:1}
.cirque-lightbox__close{
  position:absolute;top:18px;right:18px;z-index:2;width:52px;height:52px;border:0;border-radius:999px;
  background:rgba(255,255,255,.08);backdrop-filter:none;cursor:pointer
}
.cirque-lightbox__close span{position:absolute;left:50%;top:50%;width:22px;height:1.5px;background:var(--color-lightest-beige)}
.cirque-lightbox__close span:first-child{transform:translate(-50%,-50%) rotate(45deg)}
.cirque-lightbox__close span:last-child{transform:translate(-50%,-50%) rotate(-45deg)}
@media (max-width: 1024px){
  .cirque-gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:26px}
}
@media (max-width: 767px){
  .cirque-gallery-hero{min-height:44vh;padding:0 0 26px}
  .cirque-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}
  .cirque-lightbox{padding:16px}
  .cirque-lightbox__caption{padding:28px 18px 18px}
}
@media (max-width: 480px){
  .cirque-gallery-grid{grid-template-columns:1fr}
}


/* Contact exact refinement */
.cirque-contact-page{position:relative}
.contact-hero-exact{position:relative;min-height:50vh;display:flex;align-items:center;justify-content:center;padding:clamp(7rem,10vw,9rem) 1.5rem 5rem;overflow:hidden}
.contact-hero-exact__bg,.contact-hero-exact__fade,.contact-hero-exact__glow{position:absolute;inset:0}
.contact-hero-exact__fade{background:linear-gradient(180deg, rgba(2,1,2,.08) 0%, rgba(2,1,2,0) 35%, rgba(2,1,2,.06) 100%)}
.contact-hero-exact__glow{top:0;left:50%;width:min(600px,80vw);height:min(600px,80vw);transform:translateX(-50%);border-radius:999px;background:radial-gradient(circle, rgba(171,141,97,.14) 0%, rgba(93,56,89,.06) 42%, rgba(2,1,2,0) 72%);filter:blur(48px)}
.contact-hero-exact__content{position:relative;z-index:2;text-align:center;max-width:900px}
.contact-hero-exact__title,.contact-methods-exact-heading__title,.contact-form-exact__title,.contact-method-exact__title,.contact-location-exact__city,.contact-success-panel__title{font-family:var(--font-display);font-style:italic;font-weight:300;letter-spacing:.01em}
.contact-hero-exact__title{margin:0 0 1.8rem;font-size:clamp(3rem,8vw,6rem);line-height:.95;color:var(--color-noir)}
.contact-hero-exact__divider,.contact-methods-exact-heading__divider{height:1px;width:12rem;max-width:55vw;margin:0 auto 1.75rem;background:linear-gradient(90deg, rgba(171,141,97,0), rgba(171,141,97,1), rgba(171,141,97,0))}
.contact-hero-exact__text{margin:0 auto;color:rgba(2,1,2,.66);font-size:1.125rem;line-height:1.9;max-width:700px}
.contact-form-exact-section{padding-top:0;padding-bottom:7.5rem}
.contact-form-wrap-exact{max-width:960px}
.contact-form-exact{position:relative;overflow:hidden;border:2px solid rgba(171,141,97,.18);border-radius:3rem;background:rgba(255,255,255,.8);box-shadow:0 25px 60px rgba(2,1,2,.12)}
.contact-form-exact__glow{position:absolute;border-radius:999px;pointer-events:none;filter:blur(42px)}
.contact-form-exact__glow--top{top:-2rem;right:-2rem;width:18rem;height:18rem;background:radial-gradient(circle, rgba(93,56,89,.14) 0%, rgba(93,56,89,0) 70%)}
.contact-form-exact__glow--bottom{bottom:-2rem;left:-1rem;width:14rem;height:14rem;background:radial-gradient(circle, rgba(26,56,60,.14) 0%, rgba(26,56,60,0) 70%)}
.contact-form-exact__content{position:relative;z-index:1;padding:clamp(2rem,4vw,3rem)}
.contact-form-exact__title{margin:0 0 2rem;font-size:clamp(2rem,4vw,3rem);line-height:1;color:var(--color-noir)}
.contact-form-exact__form{display:grid;gap:1.5rem}
.form-row-exact{gap:1.5rem}
.cirque-contact-form.contact-form-exact__form label{margin:0 0 .8rem;font-size:.73rem;letter-spacing:.25em;color:rgba(2,1,2,.58)}
.cirque-contact-form.contact-form-exact__form input,
.cirque-contact-form.contact-form-exact__form textarea,
.cirque-contact-form.contact-form-exact__form select{background:rgba(255,251,247,.95);border:1px solid rgba(2,1,2,.12);padding:1rem 1.05rem;border-radius:0;color:var(--color-noir);box-shadow:none}
.cirque-contact-form.contact-form-exact__form textarea{min-height:11rem}
.contact-form-exact__actions{padding-top:.25rem}
.contact-submit-pill{display:inline-flex;align-items:center;justify-content:center;min-width:220px;padding:1rem 2.5rem;border:0;border-radius:999px;background:var(--color-gold);color:var(--color-lightest-beige);font-size:.73rem;letter-spacing:.25em;text-transform:uppercase;transition:transform .35s ease, box-shadow .35s ease, background-color .35s ease;box-shadow:0 18px 35px rgba(171,141,97,.28)}
.contact-submit-pill:hover{transform:translateY(-2px) scale(1.02);background:#9f8055}
.contact-submit-pill:disabled{opacity:.72;cursor:wait;transform:none}
.contact-form-exact .form-response{min-height:1.5rem;font-size:.95rem;color:rgba(2,1,2,.62)}
.contact-success-panel{padding:2.5rem 0;text-align:center}
.contact-success-panel__icon{width:5rem;height:5rem;margin:0 auto 1.5rem;border-radius:999px;background:rgba(171,141,97,.18);display:flex;align-items:center;justify-content:center;color:var(--color-gold)}
.contact-success-panel__title{margin:0 0 .9rem;font-size:2rem;color:var(--color-noir)}
.contact-success-panel__text{max-width:460px;margin:0 auto;color:rgba(2,1,2,.62);line-height:1.8}
.contact-methods-exact-section{padding-top:0;padding-bottom:8rem}
.contact-methods-exact-heading{text-align:center;margin-bottom:4rem}
.contact-methods-exact-heading__title{margin:0 0 1.35rem;font-size:clamp(2rem,4vw,3rem);line-height:1;color:var(--color-noir)}
.contact-methods-exact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem}
.contact-method-exact{padding:2.25rem 1.5rem;text-align:center;border-radius:2rem;background:rgba(255,255,255,.6);box-shadow:0 18px 40px rgba(2,1,2,.08)}
.contact-method-exact__orb{width:5rem;height:5rem;margin:0 auto 1.5rem;border-radius:999px;border:2px solid rgba(93,56,89,.14);background:linear-gradient(135deg, rgba(93,56,89,.12), rgba(255,255,255,0));display:flex;align-items:center;justify-content:center;animation:cirque-spin 25s linear infinite}
.contact-method-exact__orb span{width:.8rem;height:.8rem;border-radius:999px;background:var(--color-purple)}
.contact-method-exact__title{margin:0 0 .6rem;font-size:1.55rem;color:var(--color-purple);line-height:1.1}
.contact-method-exact__detail,.contact-method-exact__detail a{margin:0 0 .45rem;color:var(--color-noir);font-size:1rem;line-height:1.8;word-break:break-word}
.contact-method-exact__detail a:hover{color:var(--color-gold)}
.contact-method-exact__description{margin:0;color:rgba(2,1,2,.62);font-size:.92rem;line-height:1.7}
.contact-location-exact{margin-top:4.75rem;text-align:center}
.contact-location-exact__inner{display:inline-block;padding:2rem 2.5rem;border:1px solid rgba(2,1,2,.12);background:rgba(255,255,255,.22);backdrop-filter:blur(6px)}
.contact-location-exact__kicker{margin:0 0 .7rem;font-size:.7rem;letter-spacing:.26em;text-transform:uppercase;color:rgba(2,1,2,.54)}
.contact-location-exact__city{margin:0 0 .35rem;font-size:1.7rem;line-height:1.1;color:var(--color-noir)}
.contact-location-exact__text{margin:0;color:rgba(2,1,2,.58);font-size:.92rem}
@media (max-width: 1024px){
  .contact-methods-exact-grid{gap:1.5rem}
}
@media (max-width: 767px){
  .contact-hero-exact{padding-top:7.5rem;padding-bottom:4rem;min-height:auto}
  .contact-form-exact{border-radius:2rem}
  .contact-methods-exact-grid{grid-template-columns:1fr;gap:1.25rem}
  .contact-location-exact__inner{display:block;padding:1.5rem}
  .contact-submit-pill{width:100%}
}

/* Final polish v10 */
:root{
  --space-1: 8px;
  --space-2: 16px;
  --space-3: 24px;
  --space-4: 32px;
  --space-5: 48px;
  --space-6: 72px;
  --radius-soft: 28px;
  --radius-pill: 999px;
}
html{scroll-behavior:smooth}
body.menu-open, body.lightbox-open{overflow:hidden}
a,button,input,textarea,select{transition:color .25s ease, background-color .25s ease, border-color .25s ease, box-shadow .25s ease, transform .25s ease, opacity .25s ease}
a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{
  outline:none;
  box-shadow:0 0 0 3px rgba(171,141,97,.22), 0 0 0 1px rgba(171,141,97,.55) inset;
}
.cirque-title,
.about-root-card h3,
.why-card h3,
.show-feature-card__head h2,
.experience-card__content h3,
.site-footer h4,
.widget-title{
  text-wrap:balance;
}
.cirque-lead,
.copy-block p,
.about-copy p,
.about-root-card p,
.about-philosophy__copy,
.show-feature-card__description,
.footer-brand-copy,
.footer-contact-item p{
  max-width:70ch;
}
.hero-copy--refined .cirque-lead,
.about-hero .cirque-lead,
.shows-hero__lead,
.contact-hero .cirque-lead{
  margin-inline:auto;
}
.cirque-button,
.contact-submit,
.show-feature-card__cta,
.footer-socials--refined a,
.mobile-menu-nav a{
  -webkit-tap-highlight-color:transparent;
}
.cirque-button{
  position:relative;
  overflow:hidden;
}
.cirque-button::before{
  content:"";
  position:absolute;
  inset:auto auto 0 -20%;
  width:40%;
  height:1px;
  background:rgba(255,255,255,.45);
  transform:translateX(-140%);
  transition:transform .5s ease;
}
.cirque-button:hover::before{transform:translateX(340%)}
.cirque-button:hover{box-shadow:0 18px 44px rgba(2,1,2,.18)}
.site-header{
  background:linear-gradient(180deg, rgba(240,229,221,.68), rgba(240,229,221,.34));
}
.site-header::after{
  content:"";
  position:absolute;
  inset:auto 0 0;
  height:1px;
  background:linear-gradient(90deg, transparent, rgba(171,141,97,.22), transparent);
}
.mobile-menu-panel{
  backdrop-filter:blur(26px);
}
.mobile-menu-nav .menu{
  gap:18px;
}
.mobile-menu-nav a{
  position:relative;
}
.mobile-menu-nav a::after{
  content:"";
  position:absolute;
  left:0;
  bottom:-10px;
  width:0;
  height:1px;
  background:rgba(171,141,97,.55);
  transition:width .3s ease;
}
.mobile-menu-nav a:hover::after,
.mobile-menu-nav .current-menu-item > a::after{width:100%}
.brandstory-logo-mark img,
.journey-logo-mark img,
.about-philosophy__emblem img{
  filter:drop-shadow(0 0 36px rgba(171,141,97,.08));
}
.image-orbit img,
.about-orbit__frame,
.show-feature-card__media-wrap,
.contact-method-card,
.footer-brand-panel,
.footer-nav-panel,
.footer-contact-panel{
  will-change:transform;
}
.experience-card__content,
.moment-card figcaption,
.footer-contact-item a,
.footer-menu a{
  line-height:1.6;
}
.why-card,
.about-root-card,
.contact-method-card,
.footer-brand-panel,
.footer-nav-panel,
.footer-contact-panel{
  backdrop-filter:blur(8px);
}
.show-feature-card__toggle:hover{color:var(--color-black)}
.show-feature-card__toggle:focus-visible{box-shadow:0 0 0 3px rgba(171,141,97,.18)}
.show-feature-card__details-inner{display:grid;gap:24px}
.show-feature-card__features ul li{
  position:relative;
  padding-left:18px;
  color:rgba(2,1,2,.76);
}
.show-feature-card__features ul li::before{
  content:"";
  position:absolute;
  left:0;
  top:.75em;
  width:6px;
  height:6px;
  border-radius:50%;
  background:var(--color-gold);
  transform:translateY(-50%);
}
.gallery-circle-card,
.moment-card,
.experience-card,
.about-orbit,
.image-orbit{transform:translateZ(0)}
.cirque-lightbox{
  backdrop-filter:blur(18px);
}
.cirque-lightbox__dialog{
  box-shadow:0 40px 120px rgba(2,1,2,.3);
}
.cirque-contact-form input,
.cirque-contact-form textarea,
.cirque-contact-form select{
  font-size:16px;
}
.contact-success-panel{
  animation:fadeLift .45s ease;
}
@keyframes fadeLift{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}
.footer-socials--refined a:hover{
  transform:translateY(-2px);
  box-shadow:0 12px 26px rgba(171,141,97,.12);
}
.footer-menu a,
.footer-contact-item a{
  display:inline-block;
}
.footer-menu a:hover,
.footer-contact-item a:hover{transform:translateX(2px)}
.elementor-widget-text-editor p:last-child,
.elementor-widget-theme-post-content p:last-child,
.entry-content p:last-child,
.footer-brand-copy:last-child,
.copy-block p:last-child{margin-bottom:0}
.elementor-section.elementor-section-boxed > .elementor-container,
.elementor-container{max-width:var(--container)}
.elementor-location-header,
.elementor-location-footer{position:relative;z-index:60}
.elementor-kit-7 button,
.elementor-kit-7 input,
.elementor-kit-7 textarea,
.elementor-kit-7 select{font-family:var(--font-body)}
@media (max-width: 1180px){
  .cirque-section{padding:96px 0}
  .cirque-section--journey{padding:116px 0}
  .journey-rings span:first-child{width:420px;height:420px}
  .journey-rings span:last-child{width:580px;height:580px}
}
@media (max-width: 991px){
  .cirque-title.xl{font-size:clamp(2.7rem,10vw,5.4rem)}
  .circular-cards-grid,
  .moments-grid,
  .why-grid,
  .shows-grid{grid-template-columns:1fr 1fr}
}
@media (max-width: 767px){
  :root{--space-5:40px;--space-6:56px}
  .site-main{padding-top:88px}
  .header-inner{min-height:88px}
  .hero-content--refined{padding:90px 0 84px}
  .hero-copy--refined .cirque-lead{font-size:1rem;line-height:1.8}
  .hero-scroll-indicator{bottom:28px}
  .circular-cards-grid,
  .moments-grid,
  .why-grid,
  .shows-grid{grid-template-columns:1fr}
  .why-card{border-radius:34px;padding:28px 24px}
  .journey-actions{gap:14px}
  .footer-socials--refined a{padding:12px 14px}
  .mobile-menu-nav a{font-size:clamp(1.65rem,8vw,2.35rem)}
}
@media (prefers-reduced-motion: reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation:none !important;transition:none !important}
  .will-reveal{opacity:1;transform:none}
}


/* v11 mobile and transparent header refinements */
.site-header{background:transparent!important;backdrop-filter:none!important;box-shadow:none!important;}
.site-header::after{opacity:0!important;}
.site-header.is-scrolled{background:transparent!important;backdrop-filter:none!important;box-shadow:none!important;}
.header-inner{padding:18px 0;}
.menu-toggle{width:52px;height:52px;align-items:center;justify-content:center;gap:7px;border-radius:999px;background:rgba(240,229,221,.32);backdrop-filter:none;-webkit-backdrop-filter:none;box-shadow:0 10px 30px rgba(2,1,2,.06);}
.menu-toggle span{height:2px;background:#111;transform-origin:center;box-shadow:0 0 0 1px rgba(255,255,255,.04);}
.menu-toggle span:nth-child(1), .menu-toggle span:nth-child(3){width:26px;}
.menu-toggle span:nth-child(2){width:20px;}
.menu-toggle[aria-expanded="true"] span:nth-child(1){width:24px;transform:translateY(9px) rotate(-45deg);}
.menu-toggle[aria-expanded="true"] span:nth-child(2){opacity:0;transform:scaleX(0);}
.menu-toggle[aria-expanded="true"] span:nth-child(3){width:24px;transform:translateY(-9px) rotate(45deg);}
.brand-link{padding:8px 0;}

@media (max-width: 767px){
  :root{--header-height:88px;}
  .site-main{padding-top:88px;}
  .header-inner{min-height:88px;padding:14px 0;}
  .custom-logo{height:46px;max-width:140px;object-fit:contain;}
  .menu-toggle{width:46px;height:46px;gap:6px;background:rgba(240,229,221,.48);}
  .menu-toggle span:nth-child(1), .menu-toggle span:nth-child(3){width:22px;}
  .menu-toggle span:nth-child(2){width:16px;}
  .mobile-menu-panel a{font-size:clamp(1.8rem,9vw,2.6rem);}
  .cirque-title{font-size:clamp(2.2rem,11vw,3.4rem);line-height:.94;}
  .cirque-title.xl{font-size:clamp(2.5rem,12vw,4.2rem);}
  .cirque-lead{font-size:1rem;line-height:1.7;}
  .about-hero{min-height:auto;padding:112px 0 30px;}
  .about-hero .hero-divider{margin-bottom:20px;}
  .about-vision{padding-top:54px;}
  .about-split{grid-template-columns:1fr;gap:28px;align-items:start;}
  .about-split + .about-split{margin-top:56px;}
  .about-copy{max-width:none;}
  .about-copy .cirque-title{margin-bottom:18px;}
  .about-copy p{font-size:1rem;line-height:1.78;margin-bottom:16px;}
  .about-orbit{max-width:220px;margin:6px auto 0 0;}
  .about-split--vision .about-orbit{order:2;}
  .about-split--vision .about-copy{order:1;}
  .about-split--concept .about-orbit{order:2;}
  .about-split--concept .about-copy{order:1;}
  .about-root-card h3{font-size:1.4rem;}
  .about-philosophy__copy{gap:18px;font-size:1rem;line-height:1.75;}
  .contact-panel,.footer-brand-panel,.footer-nav-panel,.footer-contact-panel{padding:24px;}
}

@media (max-width: 480px){
  .container,.container.narrow{width:min(calc(100% - 24px), var(--container));}
  .site-main{padding-top:82px;}
  .header-inner{min-height:82px;}
  .custom-logo{height:40px;max-width:120px;}
  .menu-toggle{width:42px;height:42px;}
  .menu-toggle span:nth-child(1), .menu-toggle span:nth-child(3){width:20px;}
  .menu-toggle span:nth-child(2){width:14px;}
  .about-hero{padding-top:100px;}
  .about-orbit{max-width:180px;}
}

/* v12 refinements: hero under transparent header and stronger purple identity accents */
.site-main{padding-top:0!important;}
.site-header,
.site-header.is-scrolled{
  background:transparent!important;
  box-shadow:none!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
}
.home .cirque-hero--refined,
.home .cirque-hero{
  margin-top:0!important;
}
.home .hero-content--refined{
  padding-top:calc(var(--header-height) + 36px)!important;
}
.hero-copy--refined .cirque-lead,
.cirque-hero .cirque-lead{
  color:#5D3859!important;
}
.cirque-hero .cirque-button,
.hero-copy--refined .cirque-button{
  background:#5D3859!important;
  border-color:#5D3859!important;
  color:#F0E5DD!important;
  box-shadow:0 14px 34px rgba(93,56,89,.26)!important;
}
.cirque-hero .cirque-button:hover,
.hero-copy--refined .cirque-button:hover{
  background:#4f2c4b!important;
  border-color:#4f2c4b!important;
}
.section-heading .cirque-title,
.copy-block .cirque-title,
.about-copy .cirque-title,
.shows-hero__title,
.cirque-gallery-hero .cirque-title,
.contact-hero-exact__title{
  color:#5D3859;
}
.eyebrow,
.show-card h2,
.show-card h3,
.feature-card h3{
  color:#5D3859;
}
@media (max-width:767px){
  .site-main{padding-top:0!important;}
  .home .hero-content--refined{padding-top:calc(var(--header-height) + 24px)!important;}
  .hero-copy--refined .cirque-lead{color:#5D3859!important;}
}


/* v13 editable icon support */
.why-card__icon img,
.about-root-card__icon img,
.contact-method-exact__orb img{
  width:28px;
  height:28px;
  object-fit:contain;
  display:block;
}
.why-card__icon,
.about-root-card__icon,
.contact-method-exact__orb{
  overflow:hidden;
}


/* v14 branded iconography integration */
.cirque-default-icon,
.cirque-default-icon svg{
  display:block;
  width:100%;
  height:100%;
}
.cirque-default-icon svg{
  fill:none;
  stroke:currentColor;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.cirque-default-icon svg text{
  fill:currentColor;
  stroke:none;
  font-size:10px;
  font-family:var(--font-body);
  font-weight:700;
  letter-spacing:.08em;
}
.why-card__icon,
.about-root-card__icon,
.contact-method-exact__orb{
  color:#C8A589;
  background:linear-gradient(135deg, rgba(200,165,137,.18), rgba(255,255,255,.14));
  border-color:rgba(200,165,137,.38);
  box-shadow:0 18px 38px rgba(171,141,97,.13), inset 0 0 0 1px rgba(255,255,255,.35);
}
.why-card__icon .cirque-default-icon,
.about-root-card__icon .cirque-default-icon,
.contact-method-exact__orb .cirque-default-icon{
  width:34px;
  height:34px;
}
.contact-method-exact__orb .cirque-default-icon{
  width:38px;
  height:38px;
}
.why-card:hover .why-card__icon,
.about-root-card:hover .about-root-card__icon,
.contact-method-exact:hover .contact-method-exact__orb{
  color:#5D3859;
  border-color:rgba(93,56,89,.34);
  transform:translateY(-4px);
}
.why-card__icon img,
.about-root-card__icon img,
.contact-method-exact__orb img{
  width:38px;
  height:38px;
  opacity:.86;
  filter:sepia(.45) saturate(.85) hue-rotate(345deg);
}
.footer-icon-row{
  display:flex;
  gap:1rem;
  margin:1.5rem 0 0;
  color:#C8A589;
  opacity:.58;
  flex-wrap:wrap;
}
.footer-icon-row span{
  width:32px;
  height:32px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  transition:opacity .25s ease, transform .25s ease, color .25s ease;
}
.footer-icon-row svg{
  width:100%;
  height:100%;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.footer-icon-row svg text{
  fill:currentColor;
  stroke:none;
  font-size:10px;
  font-family:var(--font-body);
  font-weight:700;
}
.footer-icon-row span:hover{
  opacity:1;
  color:#F0E0D4;
  transform:translateY(-2px) rotate(-4deg);
}
@media (max-width:767px){
  .why-card__icon .cirque-default-icon,
  .about-root-card__icon .cirque-default-icon,
  .contact-method-exact__orb .cirque-default-icon{width:30px;height:30px;}
  .footer-icon-row{justify-content:center;gap:.85rem;}
  .footer-icon-row span{width:28px;height:28px;}
}

/* v15 png icon support: uploaded icons stay clean, without colored container */
.why-card__icon,
.about-root-card__icon,
.contact-method-exact__orb{
  background:transparent!important;
  border-color:transparent!important;
  box-shadow:none!important;
}
.why-card__icon img,
.about-root-card__icon img,
.contact-method-exact__orb img{
  width:52px;
  height:52px;
  opacity:1!important;
  filter:none!important;
  object-fit:contain;
}
.contact-method-exact__orb img{width:56px;height:56px;}
.why-card__icon .cirque-default-icon,
.about-root-card__icon .cirque-default-icon,
.contact-method-exact__orb .cirque-default-icon{
  color:#C8A589;
}
.why-card:hover .why-card__icon,
.about-root-card:hover .about-root-card__icon,
.contact-method-exact:hover .contact-method-exact__orb{
  transform:translateY(-4px);
  border-color:transparent!important;
}

/* v18 client amendments: header, hero lockup, cinematic teaser, essence, and editable client visual placements */
:root{
  --header-height:124px;
}
.site-header,
.site-header.is-scrolled{
  background:linear-gradient(180deg, rgba(240,229,221,.78), rgba(240,229,221,.18) 72%, rgba(240,229,221,0))!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
  box-shadow:none!important;
}
.site-header.is-scrolled{
  background:rgba(240,229,221,.86)!important;
  box-shadow:0 18px 46px rgba(2,1,2,.07)!important;
}
.header-inner{min-height:var(--header-height);padding:18px 0!important;align-items:flex-start;}
.site-header.is-scrolled .header-inner{min-height:92px;align-items:center;}
.brand-link{align-items:flex-start;padding:0!important;}
.custom-logo{height:96px;max-width:220px;object-fit:contain;object-position:left center;filter:drop-shadow(0 14px 26px rgba(2,1,2,.12));}
.site-header.is-scrolled .custom-logo{height:70px;max-width:170px;}
.menu-toggle{margin-top:14px;}
.site-header.is-scrolled .menu-toggle{margin-top:0;}
.hero-brand-lockup{display:flex;justify-content:center;margin:0 auto 34px;max-width:min(640px,82vw);}
.hero-brand-lockup img{max-height:118px;width:auto;object-fit:contain;filter:drop-shadow(0 16px 40px rgba(2,1,2,.12));opacity:.92;}
.hero-copy--refined .cirque-title.xl{letter-spacing:.01em;text-transform:none;}
.hero-copy--refined .cirque-lead{letter-spacing:.035em;}
.section-heading--compact{margin-bottom:30px;}
.cirque-section--teaser{padding:96px 0;background:linear-gradient(180deg, rgba(240,229,221,.94), rgba(2,1,2,.95));overflow:hidden;}
.cirque-section--teaser::before{content:"";position:absolute;inset:10% 12% auto auto;width:520px;height:520px;border-radius:999px;background:rgba(171,141,97,.18);filter:blur(95px);pointer-events:none;}
.teaser-wrap{position:relative;z-index:1;color:var(--color-lightest-beige);}
.teaser-wrap .cirque-title{color:var(--color-lightest-beige);}
.teaser-cinema{position:relative;overflow:hidden;border-radius:42px;background:#020102;box-shadow:0 42px 120px rgba(2,1,2,.42), 0 0 0 1px rgba(240,229,221,.14) inset;aspect-ratio:16/9;}
.teaser-cinema::after{content:"";position:absolute;inset:18px;border:1px solid rgba(171,141,97,.24);border-radius:32px;pointer-events:none;}
.teaser-cinema video{width:100%;height:100%;display:block;object-fit:cover;}
.teaser-cinema--placeholder{display:grid;place-items:center;text-align:center;background:radial-gradient(circle at center, rgba(93,56,89,.42), rgba(2,1,2,.94) 66%);}
.teaser-cinema--placeholder span{display:block;margin-bottom:12px;color:var(--color-gold);font-size:12px;text-transform:uppercase;letter-spacing:.24em;}
.teaser-cinema--placeholder strong{display:block;font-family:var(--font-display);font-weight:300;font-style:italic;font-size:clamp(2rem,5vw,4rem);line-height:1;max-width:760px;}
.cirque-section--brand-marks{padding:46px 0;background:rgba(2,1,2,.95);}
.brand-marks-panel{display:flex;justify-content:center;align-items:center;border-radius:40px;padding:24px;background:linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02));box-shadow:0 30px 90px rgba(2,1,2,.22) inset;}
.brand-marks-panel img{width:min(760px,100%);object-fit:contain;}
.moments-editorial-grid{display:grid;grid-template-columns:repeat(12,1fr);grid-auto-rows:118px;gap:22px;}
.moment-editorial-card{margin:0;overflow:hidden;border-radius:32px;box-shadow:var(--shadow-panel);background:#fff;position:relative;}
.moment-editorial-card::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg, transparent 55%, rgba(2,1,2,.18));pointer-events:none;}
.moment-editorial-card img{width:100%;height:100%;object-fit:cover;transition:transform .75s ease;}
.moment-editorial-card:hover img{transform:scale(1.05);}
.moment-editorial-card--1{grid-column:1/span 5;grid-row:span 3;}
.moment-editorial-card--2{grid-column:6/span 4;grid-row:span 2;}
.moment-editorial-card--3{grid-column:10/span 3;grid-row:span 3;}
.moment-editorial-card--4{grid-column:1/span 3;grid-row:span 2;}
.moment-editorial-card--5{grid-column:4/span 5;grid-row:span 2;}
.essence-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:22px;align-items:stretch;}
.cirque-section--essence{padding-top:128px;background:linear-gradient(180deg, rgba(255,255,255,.84), rgba(240,229,221,.92));overflow:hidden;}
.essence-card{position:relative;padding:34px 24px 30px;border-radius:999px 999px 42px 42px;background:rgba(255,255,255,.68);box-shadow:var(--shadow-soft);border:1px solid rgba(171,141,97,.14);text-align:center;min-height:300px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;}
.essence-card__icon{width:84px;height:84px;margin:0 auto 22px;display:flex;align-items:center;justify-content:center;color:var(--color-gold);}
.essence-card__icon img{width:84px;height:84px;object-fit:contain;}
.essence-card__icon svg{width:68px;height:68px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;}
.essence-card__icon svg text{fill:currentColor;stroke:none;}
.essence-card h3{margin:0 0 12px;font-family:var(--font-display);font-size:clamp(1.45rem,2vw,2rem);font-style:italic;font-weight:400;color:var(--color-purple);}
.essence-card p{margin:0;color:rgba(2,1,2,.68);font-size:.95rem;line-height:1.75;}
.essence-reference{margin-top:42px;display:flex;justify-content:center;}
.essence-reference img{width:min(980px,100%);border-radius:34px;background:rgba(255,255,255,.72);box-shadow:var(--shadow-soft);padding:18px;}
.cirque-section--explore-options{background:linear-gradient(180deg, rgba(240,229,221,.86), rgba(255,255,255,.72));}
.explore-options-layout{align-items:center;}
.explore-reference{border-radius:40px;background:rgba(255,255,255,.74);box-shadow:var(--shadow-panel);padding:18px;}
.explore-reference img{width:100%;border-radius:28px;object-fit:contain;}
.section-link{display:inline-flex;align-items:center;margin-top:26px;color:var(--color-purple);text-transform:uppercase;letter-spacing:.16em;font-size:12px;}
.section-link::after{content:"";display:inline-block;width:54px;height:1px;background:var(--color-gold);margin-left:14px;transition:width .25s ease;}
.section-link:hover::after{width:80px;}
@media (max-width: 1180px){
  .essence-grid{grid-template-columns:repeat(3,minmax(0,1fr));}
  .moments-editorial-grid{grid-auto-rows:96px;}
}
@media (max-width: 991px){
  :root{--header-height:104px;}
  .custom-logo{height:78px;max-width:180px;}
  .site-header.is-scrolled .custom-logo{height:62px;}
  .split-section.explore-options-layout{grid-template-columns:1fr;}
  .moments-editorial-grid{grid-template-columns:repeat(6,1fr);grid-auto-rows:110px;}
  .moment-editorial-card--1,.moment-editorial-card--2,.moment-editorial-card--3,.moment-editorial-card--4,.moment-editorial-card--5{grid-column:auto/span 3;grid-row:auto/span 2;}
}
@media (max-width:767px){
  :root{--header-height:88px;}
  .header-inner{min-height:88px!important;align-items:center;}
  .custom-logo,.site-header.is-scrolled .custom-logo{height:56px;max-width:130px;}
  .menu-toggle{margin-top:0;}
  .hero-brand-lockup{margin-bottom:24px;}
  .hero-brand-lockup img{max-height:82px;}
  .cirque-section--teaser{padding:72px 0;}
  .teaser-cinema{border-radius:28px;}
  .teaser-cinema::after{inset:10px;border-radius:20px;}
  .brand-marks-panel{border-radius:28px;padding:14px;}
  .moments-editorial-grid{grid-template-columns:1fr;grid-auto-rows:260px;gap:18px;}
  .moment-editorial-card--1,.moment-editorial-card--2,.moment-editorial-card--3,.moment-editorial-card--4,.moment-editorial-card--5{grid-column:auto;grid-row:auto;}
  .essence-grid{grid-template-columns:1fr;gap:18px;}
  .essence-card{border-radius:34px;min-height:auto;padding:28px 24px;}
  .essence-reference img,.explore-reference{border-radius:26px;padding:12px;}
}

/* v19 dashboard editability fixes */
.site-header,
.site-header.is-scrolled{
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
}

.moments-masonry-grid{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  grid-auto-rows:14px!important;
  gap:22px!important;
  align-items:stretch;
}
.moments-masonry-grid .moment-editorial-card{grid-column:auto!important;}
.moments-masonry-grid .moment-editorial-card--1{grid-row:span 24!important;}
.moments-masonry-grid .moment-editorial-card--2{grid-row:span 18!important;}
.moments-masonry-grid .moment-editorial-card--3{grid-row:span 28!important;}
.moments-masonry-grid .moment-editorial-card--4{grid-row:span 20!important;}
.moments-masonry-grid .moment-editorial-card--5{grid-row:span 26!important;}
.moments-masonry-grid .moment-editorial-card img{height:100%;min-height:100%;}
@media (max-width:980px){
  .moments-masonry-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-auto-rows:13px!important;}
}
@media (max-width:620px){
  .moments-masonry-grid{grid-template-columns:1fr!important;grid-auto-rows:auto!important;}
  .moments-masonry-grid .moment-editorial-card{grid-row:auto!important;height:auto;}
  .moments-masonry-grid .moment-editorial-card img{height:auto;min-height:0;aspect-ratio:4/5;object-fit:cover;}
}

/* v24 brand/platform revision */
.site-header,
.site-header.is-scrolled{
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
}
.custom-logo{height:108px;max-width:260px;}
.site-header.is-scrolled .custom-logo{height:78px;max-width:210px;}
.menu-toggle{position:relative;display:inline-flex!important;flex-direction:column;align-items:center;justify-content:center;gap:6px;overflow:visible;}
.menu-toggle span{display:block;flex:0 0 auto;border-radius:999px;}
.menu-toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(8px) rotate(45deg)!important;}
.menu-toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-8px) rotate(-45deg)!important;}
.mobile-menu-panel{z-index:9998;}
.site-header{z-index:9999;}
.cirque-section--essence{padding-top:128px;padding-bottom:106px;}
.cirque-section--essence .eyebrow{margin-bottom:14px;}
.essence-grid--refined-icons .essence-card{border-radius:34px;background:linear-gradient(180deg, rgba(255,255,255,.78), rgba(240,229,221,.72));}
.essence-grid--refined-icons .essence-card__icon{border-radius:999px;border:1px solid rgba(171,141,97,.24);background:rgba(255,255,255,.52);box-shadow:0 16px 42px rgba(2,1,2,.06);}
.cirque-section--brandstory{padding-top:116px;}
.cirque-section--nou-symbol{background:linear-gradient(180deg, rgba(240,229,221,.7), rgba(255,255,255,.86));overflow:hidden;}
.nou-symbol-layout{align-items:center;}
.nou-symbol-mark{font-family:var(--font-display);font-size:clamp(9rem,24vw,20rem);line-height:.72;color:var(--color-purple);text-align:center;text-shadow:0 28px 70px rgba(93,56,89,.2);opacity:.92;}
.brand-marks-panel--integrated{background:rgba(255,255,255,.62);box-shadow:var(--shadow-soft);}
.cirque-section--sada{position:relative;padding:118px 0;background:radial-gradient(circle at 72% 18%, rgba(171,141,97,.22), transparent 34%),linear-gradient(180deg, rgba(2,1,2,.96), rgba(41,27,44,.98));overflow:hidden;}
.cirque-section--sada .cirque-title,.cirque-section--sada .cirque-lead{color:var(--color-lightest-beige);}
.cirque-section--sada .eyebrow{color:var(--color-gold);}
.productions-preview-grid{display:grid;grid-template-columns:1.25fr .875fr .875fr;gap:26px;align-items:stretch;}
.production-preview-card{position:relative;overflow:hidden;border-radius:38px;background:#fff;box-shadow:var(--shadow-panel);min-height:420px;}
.production-preview-card__media{position:absolute;inset:0;background:#111;}
.production-preview-card__media img{width:100%;height:100%;object-fit:cover;filter:saturate(.92);transition:transform .8s ease;}
.production-preview-card:hover .production-preview-card__media img{transform:scale(1.05);}
.production-preview-card__media::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg, rgba(2,1,2,.05), rgba(2,1,2,.78));}
.production-preview-card__content{position:absolute;left:28px;right:28px;bottom:28px;color:var(--color-lightest-beige);z-index:1;}
.production-preview-card__content h3{margin:0 0 12px;font-family:var(--font-display);font-size:clamp(2.4rem,4vw,4rem);font-weight:400;font-style:italic;color:var(--color-lightest-beige);line-height:.94;}
.production-preview-card__content p{margin:0;color:rgba(240,229,221,.82);line-height:1.75;}
.production-preview-card--future{min-height:360px;}
.production-preview-card--future .production-preview-card__media img{filter:saturate(.72) brightness(.86);}
.shows-grid--current{grid-template-columns:1fr;max-width:980px;}
.shows-grid--current .show-feature-card__media-wrap{aspect-ratio:16/9;}
.productions-current-section{padding-bottom:64px;}
.productions-future-section{padding-top:40px;background:linear-gradient(180deg, rgba(240,229,221,.35), rgba(255,255,255,.7));}
.show-feature-card__subtitle{margin:0 0 14px;color:rgba(240,229,221,.86);line-height:1.7;}
.cirque-gallery-grid--dynamic{display:grid!important;grid-template-columns:repeat(12,1fr)!important;grid-auto-rows:78px!important;grid-auto-flow:dense!important;gap:22px!important;}
.cirque-gallery-grid--dynamic .cirque-gallery-tile{width:auto!important;height:auto!important;min-height:0!important;border-radius:30px!important;grid-column:span 4;grid-row:span 4;}
.cirque-gallery-grid--dynamic .cirque-gallery-tile--1{grid-column:span 5;grid-row:span 6;}
.cirque-gallery-grid--dynamic .cirque-gallery-tile--2{grid-column:span 3;grid-row:span 4;}
.cirque-gallery-grid--dynamic .cirque-gallery-tile--3{grid-column:span 4;grid-row:span 5;}
.cirque-gallery-grid--dynamic .cirque-gallery-tile--4{grid-column:span 4;grid-row:span 3;}
.cirque-gallery-grid--dynamic .cirque-gallery-tile--5{grid-column:span 5;grid-row:span 4;}
.cirque-gallery-grid--dynamic .cirque-gallery-tile--6{grid-column:span 3;grid-row:span 5;}
.cirque-gallery-grid--dynamic .cirque-gallery-tile--7{grid-column:span 4;grid-row:span 4;}
.cirque-gallery-grid--dynamic .cirque-gallery-orb__media{border-radius:inherit!important;}
.cirque-gallery-grid--dynamic .cirque-gallery-orb__ring{display:none;}
.cirque-gallery-grid--dynamic .cirque-gallery-orb__overlay{border-radius:inherit;}
.about-philosophy{background:linear-gradient(180deg, rgba(255,255,255,.78), rgba(240,229,221,.68));}
.about-philosophy__content{max-width:980px!important;text-align:left!important;}
.about-philosophy__content .cirque-title{text-align:center;}
.about-philosophy__copy{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;}
.about-philosophy__copy p{margin:0;padding:28px;border-radius:28px;background:rgba(255,255,255,.68);box-shadow:var(--shadow-soft);}
.about-philosophy__seal{display:none!important;}
.events-page-shell{position:relative;overflow:hidden;}
.events-timeline{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;}
.event-card,.events-empty-panel{padding:34px;border-radius:30px;background:rgba(255,255,255,.72);box-shadow:var(--shadow-soft);border:1px solid rgba(171,141,97,.14);}
.event-card__date{display:inline-flex;margin-bottom:18px;color:var(--color-gold);font-size:12px;text-transform:uppercase;letter-spacing:.16em;}
.event-card h3,.events-empty-panel h3{margin:0 0 10px;font-family:var(--font-display);font-size:clamp(2rem,3.4vw,3.3rem);font-style:italic;font-weight:400;color:var(--color-purple);}
.event-card__venue{color:var(--color-purple);font-weight:500;}
.destination-list{display:flex;flex-wrap:wrap;justify-content:center;gap:14px;}
.destination-list span{display:inline-flex;padding:14px 22px;border-radius:999px;background:rgba(255,255,255,.72);border:1px solid rgba(171,141,97,.18);box-shadow:0 12px 34px rgba(2,1,2,.05);color:var(--color-purple);}
@media (max-width: 1180px){
  .productions-preview-grid{grid-template-columns:1fr 1fr;}
  .production-preview-card--current{grid-column:1/-1;}
  .cirque-gallery-grid--dynamic{grid-template-columns:repeat(8,1fr)!important;}
  .cirque-gallery-grid--dynamic .cirque-gallery-tile{grid-column:span 4!important;grid-row:span 4!important;}
}
@media (max-width: 900px){
  .productions-preview-grid,.events-timeline,.about-philosophy__copy{grid-template-columns:1fr;}
  .shows-grid--current .show-feature-card__media-wrap{aspect-ratio:4/5;}
  .nou-symbol-layout{grid-template-columns:1fr!important;text-align:center;}
}
@media (max-width: 767px){
  .custom-logo,.site-header.is-scrolled .custom-logo{height:62px;max-width:168px;}
  .menu-toggle{width:48px!important;height:48px!important;gap:6px!important;}
  .menu-toggle span:nth-child(1),.menu-toggle span:nth-child(3){width:24px!important;}
  .menu-toggle span:nth-child(2){width:18px!important;}
  .menu-toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(8px) rotate(45deg)!important;}
  .menu-toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-8px) rotate(-45deg)!important;}
  .cirque-section--essence,.cirque-section--sada{padding:82px 0;}
  .productions-preview-grid{grid-template-columns:1fr;}
  .production-preview-card,.production-preview-card--future{min-height:420px;}
  .cirque-gallery-grid--dynamic{display:block!important;columns:1!important;}
  .cirque-gallery-grid--dynamic .cirque-gallery-tile{display:block!important;width:100%!important;height:300px!important;margin:0 0 18px!important;}
  .about-philosophy__content{text-align:center!important;}
  .about-philosophy__copy{text-align:left;}
  .events-timeline{grid-template-columns:1fr;}
}

/* v26: differentiate current productions that are not SADA */
.section-heading--supporting-current{margin-top:54px;margin-bottom:28px;}
.shows-grid--current-supporting{grid-template-columns:repeat(2,minmax(0,1fr));max-width:1160px;gap:30px;}
.show-feature-card--supporting-current{
  display:grid;
  grid-template-columns:minmax(280px,.95fr) minmax(0,1fr);
  align-items:stretch;
  gap:0;
  padding:18px;
  border-radius:34px;
  background:linear-gradient(135deg, rgba(255,255,255,.86), rgba(240,229,221,.54));
  border:1px solid rgba(171,141,97,.18);
  box-shadow:0 22px 72px rgba(2,1,2,.08);
  overflow:hidden;
}
.show-feature-card--supporting-current .show-feature-card__media-wrap{
  aspect-ratio:1/1;
  border-radius:26px;
  box-shadow:none;
}
.show-feature-card--supporting-current .show-feature-card__overlay{
  background:linear-gradient(180deg, rgba(2,1,2,.02), rgba(2,1,2,.48));
}
.show-feature-card--supporting-current .show-feature-card__orb{
  width:46px;
  height:46px;
  left:22px;
  top:22px;
  opacity:.72;
  box-shadow:0 0 0 12px color-mix(in srgb, var(--card-accent) 10%, transparent);
}
.show-feature-card--supporting-current .show-feature-card__head{
  left:22px;
  right:22px;
  bottom:20px;
}
.show-feature-card--supporting-current .show-feature-card__head h2{
  font-size:clamp(2rem,3vw,2.8rem);
}
.show-feature-card--supporting-current .show-feature-card__expand{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:16px 8px 16px 28px;
}
.show-feature-card--supporting-current .show-feature-card__toggle{
  border-top:0;
  border-bottom:1px solid rgba(93,56,89,.12);
  padding:0 0 18px;
}
.show-feature-card--supporting-current .show-feature-card__details-inner{
  padding-top:22px;
  border-top:0;
}
.show-feature-card--supporting-current .show-feature-card__description{
  font-size:.98rem;
  line-height:1.8;
}
.show-feature-card--supporting-current .show-feature-card__features ul{
  grid-template-columns:1fr;
}
.productions-current-section .shows-grid--current-supporting + .shows-grid--future{margin-top:56px;}
@media (max-width: 980px){
  .shows-grid--current-supporting{grid-template-columns:1fr;}
  .show-feature-card--supporting-current{grid-template-columns:1fr;padding:14px;}
  .show-feature-card--supporting-current .show-feature-card__expand{padding:22px 6px 8px;}
}
@media (max-width: 767px){
  .section-heading--supporting-current{margin-top:36px;}
  .show-feature-card--supporting-current{border-radius:28px;}
  .show-feature-card--supporting-current .show-feature-card__media-wrap{aspect-ratio:4/5;border-radius:22px;}
}

/* v27: Events/Tour page completion, responsive tightening, and desktop nav readability */
.mobile-menu-panel{z-index:10000!important;}
.site-header{z-index:9999!important;pointer-events:none;}
.site-header .brand-link,.site-header .menu-toggle{pointer-events:auto;}
.mobile-menu-panel__inner{padding-top:clamp(96px,13vh,150px);padding-bottom:48px;align-items:flex-start;}
.mobile-menu-nav .menu{gap:12px!important;}
.mobile-menu-panel a,.mobile-menu-nav a{font-size:clamp(1.45rem,3.6vw,2.55rem)!important;line-height:1.05!important;}

.events-overview-section{padding-top:92px;padding-bottom:70px;background:linear-gradient(180deg,rgba(255,255,255,.72),rgba(240,229,221,.42));}
.events-overview-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:28px;align-items:stretch;}
.events-info-panel{position:relative;overflow:hidden;padding:38px;border-radius:34px;background:rgba(255,255,255,.78);border:1px solid rgba(171,141,97,.16);box-shadow:var(--shadow-soft);}
.events-info-panel::after{content:"";position:absolute;right:-70px;bottom:-90px;width:220px;height:220px;border-radius:999px;border:1px solid rgba(171,141,97,.18);box-shadow:0 0 0 34px rgba(171,141,97,.04),0 0 0 68px rgba(93,56,89,.035);pointer-events:none;}
.events-info-panel--featured{background:linear-gradient(135deg,rgba(255,255,255,.88),rgba(240,229,221,.66));}
.events-info-panel h2{margin:8px 0 18px;font-family:var(--font-display);font-size:clamp(2.2rem,4vw,4rem);font-style:italic;font-weight:400;line-height:.98;color:var(--color-purple);}
.events-info-panel p{position:relative;z-index:1;margin:0;color:rgba(2,1,2,.72);font-size:1.03rem;line-height:1.82;}
.events-info-panel .cirque-button{position:relative;z-index:1;margin-top:28px;}
.events-city-list{position:relative;z-index:1;display:flex;flex-wrap:wrap;gap:12px;margin-top:18px;}
.events-city-list span{display:inline-flex;padding:12px 18px;border-radius:999px;background:rgba(240,229,221,.74);border:1px solid rgba(171,141,97,.2);color:var(--color-purple);font-size:.86rem;letter-spacing:.08em;text-transform:uppercase;}
.events-empty-panel{grid-column:1/-1;text-align:center;max-width:880px;margin:0 auto;}
.events-schedule-section{padding-top:84px;}
.events-destinations-section{padding-top:70px;background:linear-gradient(180deg,rgba(240,229,221,.22),rgba(255,255,255,.72));}
.event-card{min-height:260px;display:flex;flex-direction:column;}
.event-card p:last-child{margin-bottom:0;}
.event-card__venue{margin-top:auto;}

@media (min-width: 768px){
  .mobile-menu-panel__inner{justify-content:center;}
  .mobile-menu-panel .menu{max-width:min(760px,calc(100vw - 96px));}
}
@media (max-width: 1180px){
  :root{--container:1120px;}
  .custom-logo{height:86px;max-width:220px;}
  .site-header.is-scrolled .custom-logo{height:68px;max-width:190px;}
  .split-section,.brandstory-layout,.nou-symbol-layout,.events-overview-grid{gap:40px;}
  .cirque-gallery-grid--dynamic{grid-auto-rows:68px!important;}
}
@media (max-width: 1024px){
  .container,.container.narrow{width:min(calc(100% - 36px), var(--container));}
  .split-section,.about-split,.brandstory-layout,.nou-symbol-layout,.events-overview-grid{grid-template-columns:1fr!important;}
  .cards-grid.three,.essence-grid,.why-grid,.shows-grid,.shows-grid--current-supporting{grid-template-columns:1fr 1fr!important;}
  .shows-grid--current{grid-template-columns:1fr!important;}
  .events-info-panel{padding:32px;}
}
@media (max-width: 767px){
  .mobile-menu-panel__inner{align-items:center;padding-top:108px;padding-bottom:34px;}
  .mobile-menu-panel a,.mobile-menu-nav a{font-size:clamp(1.45rem,8vw,2.25rem)!important;}
  .mobile-menu-panel .menu{gap:14px!important;}
  .site-header{pointer-events:auto;}
  .custom-logo,.site-header.is-scrolled .custom-logo{height:58px!important;max-width:160px!important;}
  .cirque-section,.events-overview-section,.events-schedule-section,.events-destinations-section{padding-top:68px;padding-bottom:68px;}
  .cirque-title{font-size:clamp(2rem,10vw,3.2rem)!important;line-height:1!important;}
  .cirque-title.xl{font-size:clamp(2.55rem,13vw,4.2rem)!important;}
  .cirque-lead{font-size:1rem!important;line-height:1.72!important;}
  .cards-grid.three,.essence-grid,.why-grid,.shows-grid,.shows-grid--current-supporting,.events-timeline{grid-template-columns:1fr!important;}
  .events-overview-grid{grid-template-columns:1fr!important;}
  .events-info-panel,.event-card,.events-empty-panel{border-radius:26px;padding:26px;}
  .events-info-panel h2{font-size:clamp(2rem,10vw,3rem);}
  .events-city-list span,.destination-list span{font-size:.78rem;padding:10px 14px;}
  .production-preview-card,.production-preview-card--future{min-height:360px!important;}
  .show-feature-card--supporting-current{grid-template-columns:1fr!important;}
  .show-feature-card--supporting-current .show-feature-card__expand{padding:22px 4px 8px!important;}
  .about-philosophy__copy{grid-template-columns:1fr!important;}
  .about-philosophy__copy p{padding:22px;}
  .journey-actions{flex-direction:column;align-items:stretch;}
  .journey-actions .cirque-button{width:100%;}
  .footer-grid,.contact-methods-grid,.contact-methods-exact-grid{grid-template-columns:1fr!important;}
}
@media (max-width: 480px){
  .container,.container.narrow{width:min(calc(100% - 24px), var(--container));}
  .events-info-panel,.event-card,.events-empty-panel{padding:22px;border-radius:22px;}
  .events-city-list,.destination-list{gap:10px;}
  .mobile-menu-panel a,.mobile-menu-nav a{font-size:clamp(1.35rem,8.8vw,2rem)!important;}
  .mobile-menu-panel .menu{gap:12px!important;}
  .custom-logo,.site-header.is-scrolled .custom-logo{height:48px!important;max-width:136px!important;}
}


/* v31 gallery visibility fix: the full Gallery page images are clickable but must never be hidden by scroll reveal opacity. */
.cirque-gallery-page .cirque-gallery-grid-section,
.cirque-gallery-page .cirque-gallery-grid-section.will-reveal,
.cirque-gallery-page .cirque-gallery-grid-section .cirque-gallery-grid,
.cirque-gallery-page .cirque-gallery-tile,
.cirque-gallery-page .cirque-gallery-orb__media,
.cirque-gallery-page .cirque-gallery-orb__media img{
  opacity:1!important;
  visibility:visible!important;
  transform:none!important;
}
.cirque-gallery-grid-section{padding:46px 0 96px;}
.cirque-gallery-page .cirque-gallery-tile{display:block!important;overflow:hidden;}
.cirque-gallery-page .cirque-gallery-orb__media{display:block!important;background:rgba(171,141,97,.12);}
.cirque-gallery-page .cirque-gallery-orb__media img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important;}
.cirque-gallery-page .cirque-gallery-orb:hover .cirque-gallery-orb__media img,
.cirque-gallery-page .cirque-gallery-orb:focus-visible .cirque-gallery-orb__media img{transform:scale(1.06)!important;}


/* v33: About philosophy refinement + gallery page clarity. Theme-only styling; does not modify saved dashboard content. */
.about-philosophy{
  position:relative;
  padding:clamp(82px,9vw,138px) 0;
  background:
    radial-gradient(circle at 50% 18%, rgba(171,141,97,.12), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,.88), rgba(240,229,221,.58));
}
.about-philosophy__emblem{
  opacity:.035!important;
  align-items:flex-start;
  padding-top:18px;
}
.about-philosophy__emblem img{width:min(620px,74vw)!important;}
.about-philosophy__content{
  max-width:1120px!important;
  text-align:center!important;
}
.about-philosophy__copy{
  display:flex!important;
  flex-direction:column;
  gap:22px!important;
  max-width:920px;
  margin:34px auto 0;
  text-align:left!important;
  color:rgba(2,1,2,.70);
}
.about-philosophy__copy p{
  position:relative;
  width:min(760px,100%);
  margin:0!important;
  padding:30px 34px 30px 38px!important;
  border-radius:34px!important;
  background:rgba(255,255,255,.70)!important;
  border:1px solid rgba(171,141,97,.16);
  box-shadow:0 22px 70px rgba(2,1,2,.07)!important;
  font-size:clamp(1.02rem,1.25vw,1.18rem);
  line-height:1.9;
}
.about-philosophy__copy p::before{
  content:"";
  position:absolute;
  left:18px;
  top:28px;
  bottom:28px;
  width:1px;
  background:linear-gradient(180deg, transparent, rgba(171,141,97,.62), transparent);
}
.about-philosophy__copy p:nth-child(even){align-self:flex-end;}
.about-philosophy__copy p:nth-child(odd){align-self:flex-start;}
.about-philosophy__copy p:nth-child(even)::before{
  background:linear-gradient(180deg, transparent, rgba(93,56,89,.42), transparent);
}
.about-philosophy__seal{display:none!important;}

.cirque-gallery-page .cirque-gallery-grid-section{padding:40px 0 108px!important;}
.cirque-gallery-page .cirque-gallery-grid--dynamic{
  display:grid!important;
  grid-template-columns:repeat(auto-fit,minmax(260px,1fr))!important;
  grid-auto-rows:auto!important;
  grid-auto-flow:row!important;
  gap:24px!important;
  align-items:start!important;
}
.cirque-gallery-page .cirque-gallery-grid--dynamic .cirque-gallery-tile,
.cirque-gallery-page .cirque-gallery-grid--dynamic .cirque-gallery-orb{
  grid-column:auto!important;
  grid-row:auto!important;
  width:100%!important;
  height:auto!important;
  min-height:0!important;
  aspect-ratio:auto!important;
  border-radius:34px!important;
  overflow:hidden!important;
  background:rgba(255,255,255,.52)!important;
  box-shadow:0 22px 70px rgba(2,1,2,.10)!important;
}
.cirque-gallery-page .cirque-gallery-grid--dynamic .cirque-gallery-orb__media{
  width:100%!important;
  height:auto!important;
  aspect-ratio:4/5;
  border-radius:inherit!important;
  overflow:hidden!important;
  box-shadow:none!important;
}
.cirque-gallery-page .cirque-gallery-grid--dynamic .cirque-gallery-tile:nth-child(3n+1) .cirque-gallery-orb__media{aspect-ratio:16/11;}
.cirque-gallery-page .cirque-gallery-grid--dynamic .cirque-gallery-tile:nth-child(3n+2) .cirque-gallery-orb__media{aspect-ratio:1/1;}
.cirque-gallery-page .cirque-gallery-grid--dynamic .cirque-gallery-tile:nth-child(3n+3) .cirque-gallery-orb__media{aspect-ratio:4/5;}
.cirque-gallery-page .cirque-gallery-orb__media img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  transform:none!important;
}
.cirque-gallery-page .cirque-gallery-orb:hover .cirque-gallery-orb__media img,
.cirque-gallery-page .cirque-gallery-orb:focus-visible .cirque-gallery-orb__media img{
  transform:scale(1.045)!important;
}
.cirque-gallery-page .cirque-gallery-orb__overlay,
.cirque-gallery-page .cirque-gallery-orb__ring,
.cirque-gallery-page .cirque-lightbox__caption{
  display:none!important;
}
.cirque-gallery-page .cirque-gallery-orb:focus-visible{
  outline:2px solid rgba(171,141,97,.55)!important;
  outline-offset:5px;
}

@media (max-width: 767px){
  .about-philosophy{padding:72px 0;}
  .about-philosophy__copy{gap:18px!important;margin-top:26px;}
  .about-philosophy__copy p,
  .about-philosophy__copy p:nth-child(even),
  .about-philosophy__copy p:nth-child(odd){
    align-self:stretch;
    width:100%;
    padding:24px 24px 24px 32px!important;
    border-radius:26px!important;
  }
  .cirque-gallery-page .cirque-gallery-grid--dynamic{grid-template-columns:1fr!important;gap:18px!important;}
  .cirque-gallery-page .cirque-gallery-grid--dynamic .cirque-gallery-orb__media,
  .cirque-gallery-page .cirque-gallery-grid--dynamic .cirque-gallery-tile:nth-child(n) .cirque-gallery-orb__media{aspect-ratio:4/5;}
}

/* v34: more dynamic Gallery page structure. Styling only; does not touch saved dashboard/gallery data. */
.cirque-gallery-page .cirque-gallery-grid-section{
  padding:34px 0 112px!important;
}
.cirque-gallery-page .cirque-gallery-grid--dynamic{
  display:grid!important;
  grid-template-columns:repeat(12,minmax(0,1fr))!important;
  grid-auto-rows:24px!important;
  grid-auto-flow:dense!important;
  gap:22px!important;
  align-items:stretch!important;
}
.cirque-gallery-page .cirque-gallery-grid--dynamic .cirque-gallery-tile,
.cirque-gallery-page .cirque-gallery-grid--dynamic .cirque-gallery-orb{
  grid-column:span 4!important;
  grid-row:span 13!important;
  width:100%!important;
  height:100%!important;
  min-height:0!important;
  aspect-ratio:auto!important;
  border-radius:34px!important;
  overflow:hidden!important;
  background:rgba(255,255,255,.58)!important;
  box-shadow:0 24px 70px rgba(2,1,2,.10)!important;
}
.cirque-gallery-page .cirque-gallery-grid--dynamic .cirque-gallery-tile:nth-child(8n+1){grid-column:span 5!important;grid-row:span 17!important;border-radius:42px!important;}
.cirque-gallery-page .cirque-gallery-grid--dynamic .cirque-gallery-tile:nth-child(8n+2){grid-column:span 3!important;grid-row:span 12!important;border-radius:999px 999px 36px 36px!important;}
.cirque-gallery-page .cirque-gallery-grid--dynamic .cirque-gallery-tile:nth-child(8n+3){grid-column:span 4!important;grid-row:span 15!important;border-radius:34px 58px 34px 58px!important;}
.cirque-gallery-page .cirque-gallery-grid--dynamic .cirque-gallery-tile:nth-child(8n+4){grid-column:span 3!important;grid-row:span 10!important;border-radius:36px!important;}
.cirque-gallery-page .cirque-gallery-grid--dynamic .cirque-gallery-tile:nth-child(8n+5){grid-column:span 5!important;grid-row:span 12!important;border-radius:60px 34px 60px 34px!important;}
.cirque-gallery-page .cirque-gallery-grid--dynamic .cirque-gallery-tile:nth-child(8n+6){grid-column:span 4!important;grid-row:span 18!important;border-radius:999px 999px 42px 42px!important;}
.cirque-gallery-page .cirque-gallery-grid--dynamic .cirque-gallery-tile:nth-child(8n+7){grid-column:span 3!important;grid-row:span 14!important;border-radius:34px 34px 999px 999px!important;}
.cirque-gallery-page .cirque-gallery-grid--dynamic .cirque-gallery-tile:nth-child(8n+8){grid-column:span 5!important;grid-row:span 14!important;border-radius:42px!important;}
.cirque-gallery-page .cirque-gallery-grid--dynamic .cirque-gallery-orb__media{
  display:block!important;
  width:100%!important;
  height:100%!important;
  min-height:100%!important;
  aspect-ratio:auto!important;
  border-radius:inherit!important;
  overflow:hidden!important;
  box-shadow:none!important;
}
.cirque-gallery-page .cirque-gallery-grid--dynamic .cirque-gallery-tile:nth-child(n) .cirque-gallery-orb__media{
  aspect-ratio:auto!important;
}
.cirque-gallery-page .cirque-gallery-grid--dynamic .cirque-gallery-orb__media img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  transform:none!important;
}
.cirque-gallery-page .cirque-gallery-grid--dynamic .cirque-gallery-orb:hover .cirque-gallery-orb__media img,
.cirque-gallery-page .cirque-gallery-grid--dynamic .cirque-gallery-orb:focus-visible .cirque-gallery-orb__media img{
  transform:scale(1.045)!important;
}
.cirque-gallery-page .cirque-gallery-grid--dynamic .cirque-gallery-orb__overlay,
.cirque-gallery-page .cirque-gallery-grid--dynamic .cirque-gallery-orb__ring,
.cirque-gallery-page .cirque-lightbox__caption{
  display:none!important;
}

@media (max-width: 1024px){
  .cirque-gallery-page .cirque-gallery-grid--dynamic{
    grid-template-columns:repeat(8,minmax(0,1fr))!important;
    grid-auto-rows:22px!important;
    gap:20px!important;
  }
  .cirque-gallery-page .cirque-gallery-grid--dynamic .cirque-gallery-tile,
  .cirque-gallery-page .cirque-gallery-grid--dynamic .cirque-gallery-tile:nth-child(n){
    grid-column:span 4!important;
    grid-row:span 14!important;
  }
  .cirque-gallery-page .cirque-gallery-grid--dynamic .cirque-gallery-tile:nth-child(6n+1),
  .cirque-gallery-page .cirque-gallery-grid--dynamic .cirque-gallery-tile:nth-child(6n+4){
    grid-column:span 5!important;
    grid-row:span 16!important;
  }
  .cirque-gallery-page .cirque-gallery-grid--dynamic .cirque-gallery-tile:nth-child(6n+2),
  .cirque-gallery-page .cirque-gallery-grid--dynamic .cirque-gallery-tile:nth-child(6n+5){
    grid-column:span 3!important;
    grid-row:span 13!important;
  }
}

@media (max-width: 640px){
  .cirque-gallery-page .cirque-gallery-grid--dynamic{
    grid-template-columns:1fr!important;
    grid-auto-rows:auto!important;
    gap:18px!important;
  }
  .cirque-gallery-page .cirque-gallery-grid--dynamic .cirque-gallery-tile,
  .cirque-gallery-page .cirque-gallery-grid--dynamic .cirque-gallery-tile:nth-child(n),
  .cirque-gallery-page .cirque-gallery-grid--dynamic .cirque-gallery-orb{
    grid-column:auto!important;
    grid-row:auto!important;
    height:auto!important;
    border-radius:30px!important;
  }
  .cirque-gallery-page .cirque-gallery-grid--dynamic .cirque-gallery-orb__media,
  .cirque-gallery-page .cirque-gallery-grid--dynamic .cirque-gallery-tile:nth-child(n) .cirque-gallery-orb__media{
    height:auto!important;
    min-height:0!important;
    aspect-ratio:4/5!important;
  }
  .cirque-gallery-page .cirque-gallery-grid--dynamic .cirque-gallery-tile:nth-child(3n+1) .cirque-gallery-orb__media{aspect-ratio:16/11!important;}
}

/* v35: header solidity, stronger hero logo, emphasized ن symbol, SADA lockup, playable video */
:root{--header-height:112px;}
.site-header{
  background:linear-gradient(180deg, rgba(240,229,221,.96), rgba(240,229,221,.72) 72%, rgba(240,229,221,0))!important;
  box-shadow:none!important;
}
.site-header.is-scrolled{
  background:#f0e5dd!important;
  box-shadow:0 18px 46px rgba(2,1,2,.10)!important;
}
.site-header > .container.header-inner{
  width:min(calc(100% - 34px), 1500px)!important;
  min-height:112px!important;
  padding:12px 0!important;
  align-items:flex-start!important;
}
.site-header.is-scrolled > .container.header-inner{
  min-height:78px!important;
  align-items:center!important;
}
.brand-link{align-items:flex-start!important;}
.custom-logo.custom-logo--horizontal,
.custom-logo{
  height:94px!important;
  width:auto!important;
  max-width:min(270px, 34vw)!important;
  object-fit:contain!important;
  object-position:left center!important;
}
.site-header.is-scrolled .custom-logo.custom-logo--horizontal,
.site-header.is-scrolled .custom-logo{
  height:58px!important;
  max-width:min(210px, 28vw)!important;
}
.menu-toggle{
  margin-top:18px!important;
  width:46px!important;
  height:46px!important;
  align-items:center!important;
  border-radius:999px!important;
  background:rgba(240,229,221,.68)!important;
  box-shadow:0 12px 34px rgba(2,1,2,.08)!important;
}
.site-header.is-scrolled .menu-toggle{margin-top:0!important;background:rgba(255,255,255,.72)!important;}
.menu-toggle span:nth-child(1), .menu-toggle span:nth-child(3){width:28px!important;}
.menu-toggle span:nth-child(2){width:22px!important;}

.hero-brand-lockup{max-width:min(880px,86vw)!important;margin-bottom:42px!important;}
.hero-brand-lockup img{max-height:178px!important;width:auto!important;max-width:100%!important;opacity:1!important;filter:drop-shadow(0 26px 62px rgba(2,1,2,.16))!important;}

.cirque-section--nou-symbol{
  padding:116px 0 104px!important;
  background:radial-gradient(circle at 50% 20%, rgba(171,141,97,.24), transparent 35%), linear-gradient(180deg, rgba(255,255,255,.9), rgba(240,229,221,.86))!important;
  overflow:hidden;
}
.cirque-section--nou-symbol::before{
  content:"";position:absolute;left:50%;top:48%;width:min(720px,88vw);aspect-ratio:1;border-radius:999px;
  transform:translate(-50%,-50%);border:1px solid rgba(171,141,97,.20);box-shadow:0 0 0 34px rgba(171,141,97,.035), inset 0 0 90px rgba(171,141,97,.12);pointer-events:none;
}
.nou-symbol-layout{
  grid-template-columns:1fr!important;
  gap:22px!important;
  text-align:center!important;
  max-width:980px!important;
  position:relative;z-index:1;
}
.nou-symbol-mark{
  font-size:clamp(11rem,28vw,27rem)!important;
  line-height:.68!important;
  color:#c49a42!important;
  text-shadow:0 26px 80px rgba(171,141,97,.34), 0 3px 0 rgba(255,255,255,.65)!important;
  opacity:1!important;
}
.cirque-section--nou-symbol .copy-block{max-width:760px;margin:0 auto;}
.cirque-section--nou-symbol .copy-block .cirque-title{color:var(--color-purple);}
.cirque-section--nou-symbol .copy-block p{font-size:clamp(1rem,1.45vw,1.18rem);color:rgba(2,1,2,.7);}

.cirque-section--sada{background:linear-gradient(180deg, rgba(35,15,60,.96), rgba(2,1,2,.97));color:var(--color-lightest-beige);overflow:hidden;}
.cirque-section--sada::before{content:"";position:absolute;inset:8% auto auto 50%;width:min(760px,86vw);aspect-ratio:1;border-radius:999px;transform:translateX(-50%);background:radial-gradient(circle, rgba(171,141,97,.18), transparent 62%);filter:blur(8px);pointer-events:none;}
.section-heading--sada{position:relative;z-index:1;margin-bottom:42px!important;}
.sada-title-lockup{display:flex;justify-content:center;align-items:center;margin:0 auto 16px;max-width:min(760px,88vw);}
.sada-title-lockup img{max-height:170px;width:auto;max-width:100%;object-fit:contain;filter:drop-shadow(0 24px 70px rgba(171,141,97,.2));}
.sada-title-lockup span{font-family:var(--font-display);font-size:clamp(5rem,15vw,12rem);font-style:italic;font-weight:300;line-height:.82;letter-spacing:.02em;color:var(--color-gold);text-shadow:0 22px 72px rgba(171,141,97,.28);}
.sada-subtitle{margin:0 auto 18px;color:rgba(240,229,221,.78);font-size:clamp(.92rem,1.5vw,1.15rem);letter-spacing:.2em;text-transform:uppercase;max-width:760px;}
.cirque-section--sada .cirque-lead{color:rgba(240,229,221,.78);}
.teaser-cinema video{position:relative;z-index:2;width:100%!important;height:100%!important;display:block!important;object-fit:contain!important;background:#020102;pointer-events:auto!important;opacity:1!important;}
.teaser-fallback-link{position:absolute;right:26px;bottom:22px;z-index:3;display:inline-flex;padding:8px 14px;border-radius:999px;background:rgba(240,229,221,.14);color:rgba(240,229,221,.86);font-size:12px;letter-spacing:.12em;text-transform:uppercase;}
.teaser-fallback-link:hover{background:rgba(171,141,97,.28);color:#fff;}

@media (max-width: 900px){
  :root{--header-height:92px;}
  .site-header > .container.header-inner{width:min(calc(100% - 24px), 1500px)!important;min-height:92px!important;padding:10px 0!important;}
  .site-header.is-scrolled > .container.header-inner{min-height:70px!important;}
  .custom-logo.custom-logo--horizontal,.custom-logo{height:74px!important;max-width:190px!important;}
  .site-header.is-scrolled .custom-logo.custom-logo--horizontal,.site-header.is-scrolled .custom-logo{height:50px!important;max-width:165px!important;}
  .menu-toggle{margin-top:9px!important;width:44px!important;height:44px!important;}
  .hero-brand-lockup img{max-height:128px!important;}
  .cirque-section--nou-symbol{padding:88px 0 78px!important;}
  .sada-title-lockup img{max-height:120px;}
}
@media (max-width: 560px){
  .site-header > .container.header-inner{width:calc(100% - 20px)!important;}
  .custom-logo.custom-logo--horizontal,.custom-logo{height:62px!important;max-width:158px!important;}
  .site-header.is-scrolled .custom-logo.custom-logo--horizontal,.site-header.is-scrolled .custom-logo{height:44px!important;max-width:142px!important;}
  .hero-brand-lockup{max-width:92vw!important;margin-bottom:28px!important;}
  .hero-brand-lockup img{max-height:106px!important;}
  .nou-symbol-mark{font-size:clamp(10rem,48vw,15rem)!important;}
  .sada-subtitle{letter-spacing:.12em;font-size:.78rem;}
  .teaser-fallback-link{position:static;margin:14px auto 0;width:max-content;}
}

/* v36: optional uploaded title/logo image for production cards */
.production-title-image-wrap{display:block;line-height:0;max-width:min(100%,520px)}
.production-title-image{display:block;width:auto;max-width:100%;height:auto;max-height:145px;object-fit:contain;filter:drop-shadow(0 12px 30px rgba(2,1,2,.28))}
.production-preview-card__content .production-title-image-wrap{max-width:min(100%,340px);margin:0 0 14px}
.production-preview-card__content .production-title-image{max-height:96px}
.show-feature-card__head .production-title-image-wrap{margin:0 0 14px;max-width:min(100%,420px)}
.show-feature-card__head .production-title-image{max-height:128px}
.show-feature-card--supporting-current .show-feature-card__head .production-title-image{max-height:96px}
.shows-grid--future .show-feature-card__head .production-title-image{max-height:104px}
@media(max-width:680px){
  .production-preview-card__content .production-title-image{max-height:76px}
  .show-feature-card__head .production-title-image{max-height:92px}
}

/* v37 sponsor carousel */
.cirque-section--explore-options{position:relative;overflow:hidden;}
.sponsorship-carousel-wrap{padding:0;background:#020102;border-radius:42px;overflow:hidden;box-shadow:0 34px 110px rgba(2,1,2,.28);}
.sponsor-carousel{position:relative;min-height:360px;padding:52px 64px 42px;display:flex;align-items:center;background:radial-gradient(circle at 50% 20%, rgba(171,141,97,.12), transparent 34%), #020102;color:#fff;}
.sponsor-carousel__viewport{width:100%;overflow:hidden;}
.sponsor-carousel__track{display:flex;align-items:stretch;transition:transform .45s cubic-bezier(.22,.61,.36,1);will-change:transform;}
.sponsor-slide{flex:0 0 33.333%;min-width:0;padding:18px 34px;text-align:center;display:flex;align-items:center;justify-content:center;flex-direction:column;}
.sponsor-slide__link{display:flex;min-height:230px;width:100%;flex-direction:column;align-items:center;justify-content:center;text-decoration:none;color:inherit;}
.sponsor-slide{min-height:230px;}
.sponsor-slide__logo{width:min(260px,100%);height:150px;object-fit:contain;display:block;margin:0 auto 34px;filter:drop-shadow(0 18px 28px rgba(255,255,255,.06));}
.sponsor-slide__subtitle{margin:auto 0 0;color:rgba(255,255,255,.68);font-size:14px;line-height:1.5;letter-spacing:.01em;}
.sponsor-carousel__arrow{position:absolute;top:50%;z-index:2;transform:translateY(-50%);width:46px;height:46px;border:0;border-radius:999px;background:rgba(255,255,255,.08);color:#fff;font-size:44px;line-height:38px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .25s ease,opacity .25s ease,transform .25s ease;}
.sponsor-carousel__arrow:hover{background:rgba(255,255,255,.16);transform:translateY(-50%) scale(1.04);}
.sponsor-carousel__arrow:disabled{opacity:.28;cursor:default;transform:translateY(-50%);}
.sponsor-carousel__arrow--prev{left:18px;}
.sponsor-carousel__arrow--next{right:18px;}
@media (max-width:991px){
  .sponsor-carousel{min-height:330px;padding:42px 54px 34px;}
  .sponsor-slide{flex-basis:50%;padding:14px 22px;}
  .sponsor-slide__logo{height:130px;margin-bottom:28px;}
}
@media (max-width:700px){
  .sponsorship-carousel-wrap{border-radius:30px;}
  .sponsor-carousel{min-height:300px;padding:34px 46px 30px;}
  .sponsor-slide{flex-basis:100%;padding:10px 12px;}
  .sponsor-slide__link,.sponsor-slide{min-height:210px;}
  .sponsor-slide__logo{height:118px;margin-bottom:26px;}
  .sponsor-carousel__arrow{width:38px;height:38px;font-size:34px;line-height:30px;}
  .sponsor-carousel__arrow--prev{left:8px;}
  .sponsor-carousel__arrow--next{right:8px;}
}


/* v44 sponsorship carousel: full-width purple banner */
.cirque-section--explore-options{background:linear-gradient(180deg,rgba(246,235,226,.92),rgba(252,248,242,.98));}
.sponsorship-section-layout{display:block;}
.sponsorship-heading{max-width:980px;margin:0 auto 42px;text-align:center;}
.sponsorship-heading .eyebrow{justify-content:center;}
.sponsorship-heading .cirque-title{margin-left:auto;margin-right:auto;}
.sponsorship-heading .cirque-lead{max-width:820px;margin:20px auto 0;color:rgba(47,37,43,.82);}
.sponsorship-carousel-wrap{width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding:0;background:#4a3650;border:0;border-radius:0;overflow:hidden;box-shadow:none;}
.sponsor-carousel{position:relative;min-height:285px;padding:56px clamp(56px,8vw,132px) 48px;display:flex;align-items:center;background:radial-gradient(circle at 50% 0%,rgba(210,168,94,.14),transparent 42%),linear-gradient(135deg,#563c5d 0%,#44304b 54%,#35243d 100%);color:#fff;}
.sponsor-carousel:before{content:"";position:absolute;inset:0;border-top:1px solid rgba(210,168,94,.32);border-bottom:1px solid rgba(210,168,94,.28);pointer-events:none;}
.sponsor-carousel__viewport{position:relative;z-index:1;width:100%;max-width:1260px;margin:0 auto;overflow:hidden;}
.sponsor-slide{flex:0 0 33.333%;min-width:0;min-height:200px;padding:10px 34px;text-align:center;display:flex;align-items:center;justify-content:center;flex-direction:column;}
.sponsor-slide__link{display:flex;min-height:200px;width:100%;flex-direction:column;align-items:center;justify-content:center;text-decoration:none;color:inherit;}
.sponsor-slide__logo-frame{width:100%;height:158px;display:flex;align-items:center;justify-content:center;padding:0;border-radius:0;background:transparent;border:0;box-shadow:none;}
.sponsor-slide__logo{width:min(380px,100%);height:148px;object-fit:contain;display:block;margin:0;filter:drop-shadow(0 14px 22px rgba(2,1,2,.22));}
.sponsor-slide__subtitle{margin:20px 0 0;color:rgba(255,248,239,.82);font-size:15px;font-weight:500;line-height:1.45;letter-spacing:.04em;text-transform:none;}
.sponsor-carousel__arrow{position:absolute;top:50%;z-index:2;transform:translateY(-50%);width:48px;height:48px;border:1px solid rgba(255,248,239,.34);border-radius:999px;background:rgba(255,248,239,.12);color:#fff;font-size:40px;line-height:34px;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 14px 32px rgba(2,1,2,.18);transition:background .25s ease,opacity .25s ease,transform .25s ease,color .25s ease;}
.sponsor-carousel__arrow:hover{background:rgba(255,248,239,.24);color:#d2a85e;transform:translateY(-50%) scale(1.04);}
.sponsor-carousel__arrow:disabled{opacity:.32;cursor:default;transform:translateY(-50%);}
.sponsor-carousel__arrow--prev{left:clamp(18px,4vw,70px);}
.sponsor-carousel__arrow--next{right:clamp(18px,4vw,70px);}
.sponsorship-cta{text-align:center;margin-top:34px;}
@media (max-width:991px){
  .sponsorship-heading{margin-bottom:32px;}
  .sponsor-carousel{min-height:255px;padding:46px 64px 40px;}
  .sponsor-slide{flex-basis:50%;padding:10px 28px;}
  .sponsor-slide__logo-frame{height:142px;}
  .sponsor-slide__logo{height:132px;}
}
@media (max-width:700px){
  .sponsorship-heading{text-align:center;margin-bottom:26px;}
  .sponsor-carousel{min-height:235px;padding:36px 48px 32px;}
  .sponsor-carousel:before{inset:0;border-radius:0;}
  .sponsor-slide{flex-basis:100%;padding:8px 12px;}
  .sponsor-slide__link,.sponsor-slide{min-height:180px;}
  .sponsor-slide__logo-frame{height:128px;border-radius:0;padding:0;}
  .sponsor-slide__logo{height:116px;}
  .sponsor-slide__subtitle{font-size:14px;margin-top:16px;}
  .sponsor-carousel__arrow{width:38px;height:38px;font-size:32px;line-height:28px;}
  .sponsor-carousel__arrow--prev{left:8px;}
  .sponsor-carousel__arrow--next{right:8px;}
}

/* v39 ticketing additions: theme-only presentation, no saved content changes */
.cirque-button.is-ticket{
    background:linear-gradient(135deg, var(--color-gold), #d8b982);
    color:#2b1b26;
    border:1px solid rgba(171,141,97,.42);
    box-shadow:0 18px 38px rgba(171,141,97,.22);
}
.cirque-button.is-ticket:hover{background:linear-gradient(135deg, #d8b982, var(--color-gold));color:#1b1018;}
.show-feature-card__ticket-quick{margin-top:18px;}
.show-feature-card__ticket{padding:12px 22px;font-size:12px;letter-spacing:.16em;}
.production-preview-card__actions{margin-top:18px;}
.production-preview-card__ticket{padding:11px 20px;font-size:11px;letter-spacing:.14em;}
.cirque-section--home-ticketing,.events-ticketing-section{background:linear-gradient(180deg, rgba(255,251,247,.78), rgba(240,224,212,.42));}
.ticketing-date-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;align-items:stretch;}
.ticketing-date-grid .events-empty-panel{grid-column:1/-1;text-align:center;}
.ticketing-date-card{position:relative;overflow:hidden;min-height:260px;padding:30px;border-radius:32px;background:rgba(255,255,255,.74);border:1px solid rgba(171,141,97,.18);box-shadow:var(--shadow-soft);display:flex;flex-direction:column;isolation:isolate;}
.ticketing-date-card::before{content:"";position:absolute;inset:-50% auto auto -20%;width:240px;height:240px;background:radial-gradient(circle, rgba(171,141,97,.18), transparent 68%);z-index:-1;}
.ticketing-date-card__date{display:inline-flex;width:max-content;margin-bottom:18px;padding:8px 12px;border-radius:999px;background:rgba(171,141,97,.12);color:var(--color-gold);font-size:12px;letter-spacing:.16em;text-transform:uppercase;}
.ticketing-date-card h3{margin:0 0 10px;font-family:var(--font-display);font-size:clamp(2.1rem,3.2vw,3.6rem);font-weight:400;font-style:italic;color:var(--color-purple);line-height:.95;}
.ticketing-date-card__venue{color:#51444f;margin:0 0 10px;}
.ticketing-date-card__production{margin:0 0 22px;color:var(--color-gold);font-size:13px;text-transform:uppercase;letter-spacing:.14em;}
.ticketing-date-card__production a,.event-card__production a{color:var(--color-purple);text-decoration:none;border-bottom:1px solid rgba(93,56,89,.22);}
.ticketing-date-card__button{margin-top:auto;align-self:flex-start;}
.event-card__production{font-size:13px;letter-spacing:.08em;text-transform:uppercase;color:var(--color-gold);}
.event-card__actions{margin-top:auto;padding-top:22px;}
.event-card__ticket{padding:11px 22px;font-size:12px;letter-spacing:.14em;}
@media(max-width:980px){.ticketing-date-grid{grid-template-columns:1fr 1fr}.show-feature-card__ticket-quick{margin-top:14px}}
@media(max-width:640px){.ticketing-date-grid{grid-template-columns:1fr}.ticketing-date-card{border-radius:24px;padding:24px}.show-feature-card__ticket-quick .cirque-button,.production-preview-card__ticket{width:auto}}

/* v43: larger visual breathing room after the ن symbol */
.cirque-section--nou-symbol .nou-symbol-mark{
    margin-bottom:72px!important;
}
.cirque-section--nou-symbol .copy-block{
    margin-top:0!important;
}
@media(max-width:760px){
    .cirque-section--nou-symbol .nou-symbol-mark{
        margin-bottom:46px!important;
    }
}

/* v46: optional silent background videos for production cards */
.show-feature-card__media video,
.show-feature-card__video{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform .7s ease;
}
.show-feature-card:hover .show-feature-card__media video{transform:scale(1.05);}
.cirque-show-video-preview video{max-width:100%;height:auto;display:block;border-radius:10px;margin-bottom:8px;}


/* v51: keep the logo readability panel, but make it lighter, more translucent, and glass-like */
.production-title-image-wrap{
  display:inline-flex;
  align-items:center;
  justify-content:flex-start;
  width:auto;
  max-width:min(100%,520px);
  padding:14px 18px;
  border-radius:22px;
  background:linear-gradient(135deg, rgba(255,255,255,.48), rgba(240,229,221,.22));
  border:1px solid rgba(255,255,255,.42);
  box-shadow:0 18px 46px rgba(2,1,2,.14), inset 0 1px 0 rgba(255,255,255,.46), inset 0 -1px 0 rgba(255,255,255,.16);
  backdrop-filter:blur(18px) saturate(145%);
  -webkit-backdrop-filter:blur(18px) saturate(145%);
}
.production-title-image{
  filter:drop-shadow(0 8px 18px rgba(2,1,2,.22));
}
.production-preview-card__content .production-title-image-wrap{
  max-width:min(100%,360px);
  margin:0 0 14px;
  padding:12px 16px;
  border-radius:20px;
}
.show-feature-card__head .production-title-image-wrap{
  max-width:min(100%,440px);
  margin:0 0 14px;
  padding:14px 18px;
}
.show-feature-card--supporting-current .show-feature-card__head .production-title-image-wrap,
.shows-grid--future .show-feature-card__head .production-title-image-wrap{
  max-width:min(100%,360px);
  padding:12px 16px;
}
@media(max-width:680px){
  .production-title-image-wrap,
  .production-preview-card__content .production-title-image-wrap,
  .show-feature-card__head .production-title-image-wrap{
    padding:10px 12px;
    border-radius:16px;
  }
}
